-
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
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.
- void
set_ticks( int count )
Set amount of ticks to display in slider.
-
int
get_ticks( ) const
Return amounts of ticks to display on slider.
-
bool
get_ticks_on_borders( ) const
Return true if ticks are visible on borders.
- void
set_ticks_on_borders( bool ticks_on_border )
Set true if ticks are visible on borders.