Class Indicator.indicatorSource

The indicator widget.

method active_char : Uchar.t
method set_active_char : ?delay:float -> ?propagate:bool -> Uchar.t -> unit
method inactive_char : Uchar.t
method set_inactive_char : ?delay:float -> ?propagate:bool -> Uchar.t -> unit
method connect_to : 'a. Stk.Object.o -> 'a Stk.Props.prop -> ('a -> string * Stk.Props.props) -> unit

#connect_to obj prop f adds a handler to obj so that when its prop changes, f is called. The result text, props of the call to f is used to set the text in the indicator label, and apply props to the label.

method connect_to_active : Stk.Object.o -> unit

Same as #connect_to but the property is always Props.active and the indicator properties prop_active_char and prop_inactive_char to set the label text.