Searched refs:resizeToFit (Results 1 – 7 of 7) sorted by relevance
/haiku/src/kits/interface/ |
H A D | BMCPrivate.cpp | 128 bool resizeToFit; in _BMCMenuBar_() local 129 if (data->FindBool("_rsize_to_fit", &resizeToFit) == B_OK) in _BMCMenuBar_() 130 fFixedSize = !resizeToFit; in _BMCMenuBar_()
|
H A D | MenuBar.cpp | 48 menu_layout layout, bool resizeToFit) in BMenuBar() argument 51 | B_FULL_UPDATE_ON_RESIZE, layout, resizeToFit), in BMenuBar()
|
H A D | Menu.cpp | 1304 menu_layout layout, bool resizeToFit) in BMenu() argument 1322 fResizeToFit(resizeToFit), in BMenu()
|
/haiku/docs/user/interface/ |
H A D | MenuBar.dox | 93 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 D | Menu.dox | 874 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 D | MenuBar.h | 32 bool resizeToFit = true);
|
H A D | Menu.h | 142 menu_layout layout, bool resizeToFit);
|