Home
last modified time | relevance | path

Searched refs:resizeToFit (Results 1 – 7 of 7) sorted by relevance

/haiku/src/kits/interface/
H A DBMCPrivate.cpp128 bool resizeToFit; in _BMCMenuBar_() local
129 if (data->FindBool("_rsize_to_fit", &resizeToFit) == B_OK) in _BMCMenuBar_()
130 fFixedSize = !resizeToFit; in _BMCMenuBar_()
H A DMenuBar.cpp48 menu_layout layout, bool resizeToFit) in BMenuBar() argument
51 | B_FULL_UPDATE_ON_RESIZE, layout, resizeToFit), in BMenuBar()
H A DMenu.cpp1304 menu_layout layout, bool resizeToFit) in BMenu() argument
1322 fResizeToFit(resizeToFit), in BMenu()
/haiku/docs/user/interface/
H A DMenuBar.dox93 menu_layout layout, bool resizeToFit)
117 When \a resizeToFit is set to \c true, as is the default, the \a frame
119 If the \a layout is set to \c B_ITEMS_IN_MATRIX the \a resizeToFit flag
129 \param resizeToFit Whether or not the menu bar should automatically resize
H A DMenu.dox874 uint32 flags, menu_layout layout, bool resizeToFit)
881 If the \a layout is set to \c B_ITEMS_IN_MATRIX the \a resizeToFit flag should
892 \param resizeToFit Whether or not the menu should automatically resize
/haiku/headers/os/interface/
H A DMenuBar.h32 bool resizeToFit = true);
H A DMenu.h142 menu_layout layout, bool resizeToFit);