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:
|