Reimplemented from OglGui::Window. Definition at line 126 of file TextArea.h. References mScrollBar, OglGui::Window::SetState(), and OglGui::ScrollBar::SetState(). 00127 { 00128 if (mScrollBar != 0) 00129 mScrollBar->SetState(nState); 00130 00131 return Window::SetState(nState); 00132 }
Here is the call graph for this function:
|