Indicator.indicatorSourceThe indicator widget.
inherit Stk.Text.labelmethod active_char : Uchar.tmethod set_active_char : ?delay:float -> ?propagate:bool -> Uchar.t -> unitmethod inactive_char : Uchar.tmethod set_inactive_char : ?delay:float -> ?propagate:bool -> Uchar.t -> unitmethod 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 -> unitSame 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.