Reimplemented from OglGui::Window. Definition at line 130 of file Menu.h. References OglGui::OglWindow::H(), OglGui::Window::InitDisplayFunc(), mLeftBotCol, mLeftTopCol, mRightBotCol, mRightTopCol, and OglGui::OglWindow::W(). 00131 { 00132 Window::InitDisplayFunc(); 00133 OGC myOGC; 00134 OGCSave(&myOGC); 00135 int bInfo[3]; 00136 oglSys.StartBlend(bInfo); 00137 SetFillColors(mLeftTopCol,mRightTopCol,mRightBotCol,mLeftBotCol,0); 00138 FillRectangle(0,0,W(),H()); 00139 oglSys.EndBlend(bInfo); 00140 OGCRestore(&myOGC); 00141 }
Here is the call graph for this function:
|