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

void OglGui::Slider::GetThumbSizes ( int &  w,
int &  h 
) const [inline]

Definition at line 391 of file Slider.h.

References mThumbH, and mThumbW.

00392     {
00393         w = mThumbW;
00394         h = mThumbH;
00395     }


Generated on Fri Mar 19 12:06:13 2010 for ImpalaSrc by  doxygen 1.5.1