Home
last modified time | relevance | path

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

/haiku/src/apps/showimage/
H A DShowImageView.h229 BCursor* fGrabCursor; variable
H A DShowImageView.cpp204 fGrabCursor(NULL) in ShowImageView()
215 fGrabCursor = new BCursor(B_CURSOR_ID_GRABBING); in ShowImageView()
228 delete fGrabCursor; in ~ShowImageView()
1147 be_app->SetCursor(fGrabCursor); in MouseDown()