Reimplemented from OglGui::Window. Definition at line 250 of file ViewStrip.h. References mScrollBar, OglGui::Window::SetState(), and OglGui::ScrollBar::SetState(). 00251 { 00252 mScrollBar->SetState(nState); 00253 return Window::SetState(nState); 00254 }
Here is the call graph for this function: ![]()
|