Definition at line 1539 of file SegmentationDocumentGuiAnno.h. References OglGui::OglWindow::H(), OglGui::OglWindow::ScaleTo(), OglGui::Window::SetAllowScaling(), and OglGui::Button::SetButtonListener(). Referenced by CreateSimTLV(), and GuiRankingControl(). 01540 { 01541 Button *btn 01542 = new Button(parent,x,2,w,parent->H()-4,str,BEV_ETCHED,true); 01543 btn->SetButtonListener(this,lData); 01544 btn->ScaleTo(parent); 01545 btn->SetAllowScaling(false); 01546 return btn; 01547 }
Here is the call graph for this function: ![]()
|