Searched refs:resizeToFit (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/interface/
H A DBMCPrivate.cpp128 bool resizeToFit; local
129 if (data->FindBool("_rsize_to_fit", &resizeToFit) == B_OK)
130 fFixedSize = !resizeToFit;
H A DMenuBar.cpp48 menu_layout layout, bool resizeToFit)
51 | B_FULL_UPDATE_ON_RESIZE, layout, resizeToFit),
47 BMenuBar(BRect frame, const char* name, uint32 resizingMode, menu_layout layout, bool resizeToFit) argument
H A DMenu.cpp1304 menu_layout layout, bool resizeToFit)
1322 fResizeToFit(resizeToFit),
1303 BMenu(BRect frame, const char* name, uint32 resizingMode, uint32 flags, menu_layout layout, bool resizeToFit) argument
/haiku/headers/os/interface/
H A DMenuBar.h32 bool resizeToFit = true);
H A DMenu.h142 menu_layout layout, bool resizeToFit);

Completed in 143 milliseconds