Searched refs:fControlsHeight (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mediaplayer/
H A DMainWin.h172 int fControlsHeight; member in class:MainWin
H A DMainWin.cpp336 fControlsHeight = (int)fControls->Frame().Height() + 1;
439 - (noControls ? 0 : fControlsHeight);
471 fControls->ResizeTo(newWidth, fControlsHeight - 1);
474 // y += fControlsHeight;
2001 height = fMenuBarHeight + fControlsHeight;
2622 ResizeBy(0, -(fControlsHeight + fMenuBarHeight));
2626 ResizeBy(0, fControlsHeight + fMenuBarHeight);

Completed in 37 milliseconds