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);
99 bmpview->MoveTo( (Bounds().Width()-bmpview->Bounds().Width())/2,30);
100 AddChild(bmpview);
105 rect.top=bmpview->Frame().bottom+30;
172 bmpview->SetTarget(this);
188 cwi->SetBitmap(bmpview->GetBitmap());
197 bmpview->SetBitmap(cwi->GetBitmap());
198 bmpview->Invalidate();
H A DCurView.h92 BitmapView *bmpview; member in class:CurView

Completed in 34 milliseconds