Home
last modified time | relevance | path

Searched refs:fFixedSize (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/interface/
H A DBMCPrivate.cpp101 fFixedSize(fixedSize), in _BMCMenuBar_()
112 fFixedSize(true), in _BMCMenuBar_()
123 fFixedSize(true), in _BMCMenuBar_()
130 fFixedSize = !resizeToFit; in _BMCMenuBar_()
162 if (fFixedSize && (Flags() & B_SUPPORTS_LAYOUT) == 0) in AttachedToWindow()
183 if (fFixedSize) { in Draw()
/haiku/src/apps/resedit/
H A DBitmapView.h43 bool IsFixedSize(void) const { return fFixedSize; } in IsFixedSize()
79 bool fFixedSize; variable
H A DBitmapView.cpp57 fFixedSize = false; in BitmapView()
174 if (fFixedSize != isfixed) { in SetFixedSize()
175 fFixedSize = isfixed; in SetFixedSize()
396 if (!fBitmap || fFixedSize) { in CalculateBitmapRect()
/haiku/headers/private/interface/
H A DBMCPrivate.h68 bool fFixedSize; variable