Searched refs:fExpandoMenuBar (Results 1 - 2 of 2) sorted by path

/haiku/src/apps/deskbar/
H A DBarView.cpp140 fExpandoMenuBar(NULL),
199 fExpandoMenuBar = new TExpandoMenuBar(
201 fInlineScrollView = new TInlineScrollView(fExpandoMenuBar,
271 BRect frame(fExpandoMenuBar->Frame());
629 fExpandoMenuBar->ResizeTo(expandoFrame.Width(), expandoFrame.Height());
630 fExpandoMenuBar->MoveTo(0, 0);
631 fExpandoMenuBar->BuildItems();
632 fExpandoMenuBar->SizeWindow(0);
664 if (fState == kExpandoState && fExpandoMenuBar != NULL) {
666 windowHeight += fExpandoMenuBar
[all...]
H A DBarView.h194 TExpandoMenuBar* fExpandoMenuBar; member in class:TBarView
228 return fExpandoMenuBar;

Completed in 108 milliseconds