UIng::Slider
Inherits UIng::Control < UIng::BlockConstructor < Reference < Object
Constructors
new(*args, &)
Sourcenew(*args, **kwargs, &)
Sourcenew(min, max, value)
Sourcenew(min, max)
SourceInstance methods
has_tool_tip=(has_tool_tip : Bool) : Nil
Sourcehas_tool_tip?
Sourceon_changed
Sourceon_released
Sourceset_range(min : Int32, max : Int32) : Nil
Sourceset_range(range : Range(Int32, Int32)) : Nil
Sourceto_unsafe
Sourcevalue
Sourcevalue=(value : Int32) : Nil
Source