GuiSetRange
|
GUI functions |
SYNTAX | GuiSetRange( id, min, max, step, ticfreq ) |
RETURNS | NOTHING |
FUNCTION | The functions sets min-max range of slider control and it's tick frequency. Parameters:
|
EXAMPLE | if( GuiSlider( 1, 10, 30, 200, 30, notifyEditChange )
== guiNew ) |
SEE ALSO | GuiSlider() function |
The GuiSetRange function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.