Definition at line 1514 of file SegmentationDocumentGuiAnno.h. References OglGui::OglWindow::H(), OglGui::OglWindow::ScaleTo(), OglGui::Window::SetAllowScaling(), and OglGui::Button::SetButtonListener(). Referenced by CreateSimTLV(), and GuiRankingControl(). 01515 { 01516 Button *btn 01517 = new Button(parent,x,2,w,parent->H()-4,str,BEV_ETCHED,true); 01518 btn->SetButtonListener(this,lData); 01519 btn->ScaleTo(parent); 01520 btn->SetAllowScaling(false); 01521 return btn; 01522 }
Here is the call graph for this function:
|