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

void OglGui::Slider::SetTickInterval ( int  inc  )  [inline]

Definition at line 448 of file Slider.h.

References mTickInterval.

00449     {
00450         if (inc == 0)
00451             inc = 1;
00452         mTickInterval = inc;
00453     }


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