Skip to content
reduz edited this page Feb 23, 2014 · 13 revisions

Slider

Inherits: range\ Category: Core\

Brief Description

Base class for GUI Sliders.

Member Functions

Description

Base class for GUI Sliders.

Member Function Description

== 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.
Clone this wiki locally