package stk

  1. Overview
  2. Docs
On This Page
  1. Properties
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Range.rangeSource

The range widget.

Properties

method value : float
method set_value : float -> unit

Setting a value out or bounds will only log an error message.

method norm_value : float

Normalized value, i.e. between 0. and 1..

method range : float * float
method set_range : (float * float) -> unit
method orientation : Stk.Props.orientation
method set_orientation : ?delay:float -> ?propagate:bool -> Stk.Props.orientation -> unit
method line_width : int
method set_line_width : ?delay:float -> ?propagate:bool -> int -> unit
method pole_width : int
method set_pole_width : ?delay:float -> ?propagate:bool -> int -> unit
method pole_size : int
method set_pole_size : ?delay:float -> ?propagate:bool -> int -> unit
method cursor_width : int
method set_cursor_width : ?delay:float -> ?propagate:bool -> int -> unit
method cursor_bg_color : Stk.Color.t
method set_cursor_bg_color : ?delay:float -> ?propagate:bool -> Stk.Color.t -> unit
method cursor_border_color : Stk.Color.t
method set_cursor_border_color : ?delay:float -> ?propagate:bool -> Stk.Color.t -> unit
method step : float
method set_step : ?delay:float -> ?propagate:bool -> float -> unit
method bigstep : float
method set_bigstep : ?delay:float -> ?propagate:bool -> float -> unit
OCaml

Innovation. Community. Security.