Definition at line 1502 of file SegmentationDocumentGuiAnno.h. References OglGui::StaticText::SetAlign(), OglGui::OglWindow::SetBorderType(), OglGui::UpDownButton::SetRepeatMode(), and OglGui::UpDownButton::SetUpDownButtonListener(). Referenced by GuiPrevNextAnnotatedControl(). 01503 { 01504 StaticText* txt = new StaticText(parent,50,24,str); 01505 txt->SetAlign(oglLeftAlign); 01506 UpDownButton* upDownBtn = new UpDownButton(txt,15,2,36,22,true,2); 01507 upDownBtn->SetUpDownButtonListener(this, userData); 01508 upDownBtn->SetBorderType(0); 01509 upDownBtn->SetRepeatMode(false); // Op duration disturbes repeatmode 01510 return upDownBtn; 01511 }
Here is the call graph for this function:
|