Searched refs:menuFrame (Results 1 – 3 of 3) sorted by relevance
172 BRect menuFrame(frame); in TBarView() local174 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() local482 menuFrame.bottom = menuFrame.top + height; in PlaceDeskbarMenu()486 fBarMenuBar = new TBarMenuBar(menuFrame, "BarMenuBar", this); in PlaceDeskbarMenu()
1176 BRect menuFrame = fLayoutData->menu_bar_layout_item->Frame(); in _UpdateFrame() local1178 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()
278 BRect menuFrame = tabMenu->Frame(); in MessageReceived() local282 openPoint.x -= menuFrame.Width() - buttonFrame.Width(); in MessageReceived()