-
Notifications
You must be signed in to change notification settings - Fork 0
class_slider
reduz edited this page Feb 23, 2014
·
9 revisions
Inherits: Range\n\n### Brief Description
Base class for GUI Sliders.
- void set_ticks" ( int count )
- int get_ticks" ( ) const
- bool get_ticks_on_borders" ( ) const
- void set_ticks_on_borders" ( bool ticks_on_border )
Base class for GUI Sliders.
== set_ticks ==
- void set_ticks" ( int count ) \ Set amount of ticks to display in slider. == get_ticks ==
- int get_ticks" ( ) const \ Return amounts of ticks to display on slider. == get_ticks_on_borders ==
- bool get_ticks_on_borders" ( ) const \ Return true if ticks are visible on borders. == set_ticks_on_borders ==
- void set_ticks_on_borders" ( bool ticks_on_border ) \ Set true if ticks are visible on borders.