Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Application::IDash::ScreenDossier::DoScrollWindow ( Window w  )  [inline, private]

Definition at line 223 of file ScreenDossier.h.

References OglGui::OglWindow::ConnectTo(), OglGui::ScrollWnd::ContentPane(), OglGui::OglWindow::H(), mScrollWnd, OglGui::OglWindow::SetDimensions(), and OglGui::OglWindow::W().

00224     {
00225         mScrollWnd = new ScrollWnd(w, w->W()-6,w->H(),true,0,1);
00226         mScrollWnd->ContentPane()->SetDimensions(0,0,w->W()-6,4000);
00227         mScrollWnd->ConnectTo(w);
00228     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:41:07 2010 for ImpalaSrc by  doxygen 1.5.1