Definition at line 280 of file AlertTimeLine.h. References OglGui::OglWindow::SetBorderBackground(), OglGui::Button::SetBorderType(), and OglGui::Window::SetDoStateFeedback(). Referenced by AddAlert(). 00281 { 00282 Button* btn = new Button(this, x, y, w, h, str, BEV_ETCHED, true); 00283 btn->SetBorderType(1); 00284 btn->SetBorderBackground(col); 00285 btn->SetDoStateFeedback(false); 00286 return btn; 00287 }
Here is the call graph for this function:
|