Definition at line 121 of file ConceptSupportControl.h. References OglGui::OglWindow::SetBorderBackground(), OglGui::Button::SetBorderFillShaded(), and OglGui::Window::SetDoStateFeedback(). Referenced by Init(). 00122 { 00123 Button* btn = new Button(parent, x, y, w, h, "", BEV_LINE, 1); 00124 btn->SetBorderFillShaded(0); 00125 btn->SetBorderBackground(col); 00126 btn->SetDoStateFeedback(false); 00127 return btn; 00128 }
Here is the call graph for this function:
|