Reimplemented from OglGui::ScrollWnd. Definition at line 63 of file DocScroller.h. References OglGui::OglWindow::ConnectTo(), OglGui::ScrollWnd::mContent, OglGui::ScrollWnd::mHolder, and OglGui::ScrollWnd::SetContentPane(). Referenced by OglGui::StringListBox::Init(), and Impala::Application::MediaTable::TimeLineModule::NewWindow(). 00065 { 00066 ScrollWnd::SetContentPane(nwPane,delOldContent,doLayout); 00067 if (doLayout) 00068 mContent->ConnectTo(mHolder); 00069 }
Here is the call graph for this function:
|