Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

OglGui::MenuBar::MenuBar ( Window parent  )  [inline]

Definition at line 19 of file MenuBar.h.

References OglGui::OglWindow::ConnectTo(), Init(), OglGui::TOLEFTRIGHT, and OglGui::TOTOP.

00019                             :
00020         Window(parent, 0, parent->H()-24, parent->W(), 24)
00021     {
00022         ConnectTo(this, TOTOP | TOLEFTRIGHT);
00023         Init();
00024     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:02:52 2010 for ImpalaSrc by  doxygen 1.5.1