Definition at line 865 of file mainTrecSearch.cpp. References OglGui::Tabs::CreateTab(), OglGui::OglWindow::H(), mHelpGui, mTabs, TAB_HELP, and OglGui::OglWindow::W(). Referenced by BuildGUI(). 00866 { 00867 OglGui::Window* tab = mTabs->CreateTab("Help", -1, TAB_HELP); 00868 mHelpGui = new HelpViewer(tab, tab->W(), tab->H()); 00869 }
Here is the call graph for this function:
|