Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:05:18 2010 for ImpalaSrc by  doxygen 1.5.1