Reimplemented from OglGui::OglWindow. Definition at line 192 of file Button.h. References mFillShadedType, and OglGui::OglWindow::SetBorderFillShaded(). Referenced by OglGui::MenuBar::AddMenu(), OglGui::ConceptSupportControl::ColorButton(), OglGui::OglDemo::FillScrollContent(), and Init(). 00193 { 00194 mFillShadedType = type; 00195 Window::SetBorderFillShaded(type); 00196 }
Here is the call graph for this function:
|