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:
|