Home
last modified time | relevance | path

Searched refs:bmpview (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/appearance/
H A DCurView.cpp98 bmpview=new BitmapView(BPoint(10,10),new BMessage(CURSOR_UPDATED),this); in CurView()
99 bmpview->MoveTo( (Bounds().Width()-bmpview->Bounds().Width())/2,30); in CurView()
100 AddChild(bmpview); in CurView()
105 rect.top=bmpview->Frame().bottom+30; in CurView()
172 bmpview->SetTarget(this); in AllAttached()
188 cwi->SetBitmap(bmpview->GetBitmap()); in MessageReceived()
197 bmpview->SetBitmap(cwi->GetBitmap()); in MessageReceived()
198 bmpview->Invalidate(); in MessageReceived()
H A DCurView.h92 BitmapView *bmpview; variable