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

virtual void OglGui::ScrollWnd::ReshapeFunc ( int  w,
int  h 
) [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 100 of file ScrollWnd.h.

References FollowContent(), FollowScrollBar(), mReshapeFollowMode, and OglGui::Window::ReshapeFunc().

00101     {
00102         Window::ReshapeFunc(w,h);
00103         if (mReshapeFollowMode==1)
00104             FollowContent();
00105         else if (mReshapeFollowMode==2)
00106             FollowScrollBar();
00107     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:48 2011 for ImpalaSrc by  doxygen 1.5.1