Definition at line 63 of file ShowNextFromControl.h. References Impala::MakeString(), OglGui::TextEdit::SetCaretMark(), and OglGui::TextEdit::SetText(). Referenced by UpdateShowNrText(), and UpdateStartValText(). 00064 { 00065 txtEdit->SetText(MakeString(val)); 00066 txtEdit->SetCaretMark(100,100); 00067 }
Here is the call graph for this function:
|