Searched refs:B_ITEMS_IN_ROW (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/os/interface/
H A DMenuBar.h31 menu_layout layout = B_ITEMS_IN_ROW,
34 menu_layout layout = B_ITEMS_IN_ROW,
H A DMenu.h27 B_ITEMS_IN_ROW = 0, enumerator in enum:menu_layout
/haiku/src/kits/interface/
H A DSeparatorItem.cpp65 if (Menu() != NULL && Menu()->Layout() == B_ITEMS_IN_ROW) {
98 if (menu->Layout() == B_ITEMS_IN_ROW) {
H A DBMCPrivate.cpp98 BMenuBar(frame, "_mc_mb_", B_FOLLOW_LEFT | B_FOLLOW_TOP, B_ITEMS_IN_ROW,
110 BMenuBar("_mc_mb_", B_ITEMS_IN_ROW),
H A DMenu.cpp326 fLayout(B_ITEMS_IN_ROW),
375 if (err == B_OK && Layout() != B_ITEMS_IN_ROW)
528 if (fLayout == B_ITEMS_IN_ROW)
549 if (fLayout == B_ITEMS_IN_ROW)
2568 case B_ITEMS_IN_ROW:
/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp107 BMenuBar(frame, name, B_FOLLOW_NONE, B_ITEMS_IN_ROW, false),
H A DBarView.cpp200 fVertical ? B_ITEMS_IN_COLUMN : B_ITEMS_IN_ROW, this);
807 fExpandoMenuBar->SetMenuLayout(B_ITEMS_IN_ROW);
/haiku/src/apps/expander/
H A DExpanderWindow.cpp609 fBar = new BMenuBar("menu_bar", B_ITEMS_IN_ROW, B_INVALIDATE_AFTER_LAYOUT);

Completed in 89 milliseconds