Definition at line 190 of file Window.h. References GetView(), OglGui::View::SetText(), and SetViewText(). Referenced by SetViewText(). 00191 { 00192 View* view = GetView(viewIdx); 00193 if (!view) 00194 return; 00195 view->SetText(text); 00196 }
Here is the call graph for this function:
|