Definition at line 1527 of file SegmentationDocumentGuiAnno.h. References OglGui::StaticText::SetAlign(), OglGui::OglWindow::SetBorderType(), OglGui::UpDownButton::SetRepeatMode(), and OglGui::UpDownButton::SetUpDownButtonListener(). Referenced by GuiPrevNextAnnotatedControl(). 01528 { 01529 StaticText* txt = new StaticText(parent,50,24,str); 01530 txt->SetAlign(oglLeftAlign); 01531 UpDownButton* upDownBtn = new UpDownButton(txt,15,2,36,22,true,2); 01532 upDownBtn->SetUpDownButtonListener(this, userData); 01533 upDownBtn->SetBorderType(0); 01534 upDownBtn->SetRepeatMode(false); // Op duration disturbes repeatmode 01535 return upDownBtn; 01536 }
Here is the call graph for this function: ![]()
|