Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:26:46 2011 for ImpalaSrc by  doxygen 1.5.1