Reimplemented from OglGui::Window. Definition at line 338 of file ImageSet.h. References mScrollBar, OglGui::Window::SetState(), and OglGui::ScrollBar::SetState(). 00339 { 00340 mScrollBar->SetState(nState); 00341 return Window::SetState(nState); 00342 }
Here is the call graph for this function:
|