Searched refs:fMenuBarHeight (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/tv/
H A DMainWin.h104 int fMenuBarHeight; member in class:MainWin
H A DMainWin.cpp118 fMenuBarHeight = (int)fMenuBar->Frame().Height() + 1;
122 BRect video_rect = BRect(0, fMenuBarHeight, rect.right, rect.bottom);
130 // fMenuBarHeight + fControlViewHeight - 1, fMenuBarHeight
133 // SetSizeLimits(320 - 1, 32767, 240 + fMenuBarHeight - 1, 32767);
135 SetSizeLimits(0, 32767, fMenuBarHeight - 1, 32767);
766 fVideoView->MoveTo(0, fNoMenu ? 0 : fMenuBarHeight);
768 fBackground->Bounds().Height() - (fNoMenu ? 0 : fMenuBarHeight));
776 : fMenuBarHeight);
788 + (fNoMenu ? 0 : fMenuBarHeight));
[all...]
/haiku/src/apps/mediaplayer/
H A DMainWin.h171 int fMenuBarHeight; member in class:MainWin
H A DMainWin.cpp322 fMenuBarHeight = (int)fMenuBar->Frame().Height() + 1;
325 rect = BRect(0, fMenuBarHeight, fBackground->Bounds().right,
326 fMenuBarHeight + 10);
331 rect = BRect(0, fMenuBarHeight + 11, fBackground->Bounds().right,
438 - (noMenu ? 0 : fMenuBarHeight)
450 fMenuBar->ResizeTo(newWidth, fMenuBarHeight - 1);
453 y += fMenuBarHeight;
2001 height = fMenuBarHeight + fControlsHeight;
2621 MoveBy(0, fMenuBarHeight);
2622 ResizeBy(0, -(fControlsHeight + fMenuBarHeight));
[all...]

Completed in 46 milliseconds