[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 }