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

void OglGui::Slider::SetThumbSizes ( int  w,
int  h 
) [inline]

Definition at line 385 of file Slider.h.

References mThumbH, and mThumbW.

Referenced by OglGui::LenseControl::Init().

00386     {
00387         if (w != RETAIN) mThumbW = w;
00388         if (h != RETAIN) mThumbH = h;
00389     }


Generated on Thu Jan 13 09:26:54 2011 for ImpalaSrc by  doxygen 1.5.1