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

void OglGui::ScrollBar::MakeVisible ( int  pos  )  [inline]

Definition at line 234 of file ScrollBar.h.

References mScrollPage, mScrollPos, and SetNewPos().

00235     {
00236         if ((pos >= mScrollPos) && (pos < mScrollPos+mScrollPage))
00237             return;
00238         SetNewPos(pos);
00239     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:05:01 2010 for ImpalaSrc by  doxygen 1.5.1