Reimplemented from OglGui::Window. Definition at line 371 of file Window.h. References OglGui::Window::InitFunc(), and mInfoBox. 00372 { 00373 OglGui::Window::InitFunc(); 00374 00375 mInfoBox = oglSys.InfoBox(2, 2, 150, 18, 1); 00376 mInfoBox->transparent = 0.4f; 00377 oglSys.InfoBoxSolidCol(mInfoBox, oglSys.RGB2Color(255, 255, 255)); 00378 oglSys.InfoBoxAddStr(mInfoBox, "This is a test", 2, 5, oglBLACK); 00379 }
Here is the call graph for this function:
|