Reimplemented from OglGui::OglWindow. Definition at line 173 of file Button.h. References mDownBorderType, mUpBorderType, and OglGui::OglWindow::SetBorderType(). Referenced by OglGui::MenuBar::AddMenu(), OglGui::AlertTimeLine::AlertButton(), Impala::Application::SDash::SurveillanceMap::CreateButton(), OglGui::MenuOnButton::DisplayFunc(), OglGui::ScrollBar::Init(), Init(), OglGui::ScrollBar::ScrollThumb::ScrollThumb(), and OglGui::ScrollBar::SetCompBorderType(). 00174 { 00175 Window::SetBorderType( type ); 00176 mUpBorderType = mDownBorderType = type; 00177 }
Here is the call graph for this function:
|