Home
last modified time | relevance | path

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

/haiku/src/apps/resedit/
H A DBitmapView.h58 bool IsBitmapRemovable(void) const { return fRemovableBitmap; } in IsBitmapRemovable()
84 bool fRemovableBitmap; variable
H A DBitmapView.cpp59 fRemovableBitmap = false; in BitmapView()
376 if (fRemovableBitmap && fBitmap) in MouseDown()
450 fRemovableBitmap = isremovable; in SetBitmapRemovable()