class

UIng::Slider

Inherits UIng::Control < UIng::BlockConstructor < Reference < Object

Constructors

new(*args, &)
Source
new(*args, **kwargs, &)
Source
new(min, max, value)
Source
new(min, max)
Source

Instance methods

has_tool_tip=(has_tool_tip : Bool) : Nil
Source
has_tool_tip?
Source
on_changed
Source
on_released
Source
set_range(min : Int32, max : Int32) : Nil
Source
set_range(range : Range(Int32, Int32)) : Nil
Source
to_unsafe
Source
value
Source
value=(value : Int32) : Nil
Source