Home
last modified time | relevance | path

Searched refs:menuFrame (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/deskbar/
H A DBarView.cpp172 BRect menuFrame(frame); in TBarView() local
174 menuFrame.bottom = menuFrame.top + fTabHeight - 1; in TBarView()
176 menuFrame.bottom = menuFrame.top + TeamMenuItemHeight(); in TBarView()
179 fBarMenuBar = new TBarMenuBar(menuFrame, "BarMenuBar", this); in TBarView()
465 BRect menuFrame(Bounds()); in PlaceDeskbarMenu() local
482 menuFrame.bottom = menuFrame.top + height; in PlaceDeskbarMenu()
486 fBarMenuBar = new TBarMenuBar(menuFrame, "BarMenuBar", this); in PlaceDeskbarMenu()
/haiku/src/kits/interface/
H A DMenuField.cpp1176 BRect menuFrame = fLayoutData->menu_bar_layout_item->Frame(); in _UpdateFrame() local
1178 if (!labelFrame.IsValid() || !menuFrame.IsValid()) in _UpdateFrame()
1182 fDivider = menuFrame.left - labelFrame.left; in _UpdateFrame()
1187 ResizeTo(menuFrame.left + menuFrame.Width() - labelFrame.left, in _UpdateFrame()
1188 menuFrame.top + menuFrame.Height() - labelFrame.top); in _UpdateFrame()
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp278 BRect menuFrame = tabMenu->Frame(); in MessageReceived() local
282 openPoint.x -= menuFrame.Width() - buttonFrame.Width(); in MessageReceived()