package stk

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

Module Stk.IndicatorSource

Indicators, change aspect according to property value of an object.

Properties

Sourceval prop_active_char : Uchar.t Props.prop

The single-char text used by indicator#connect_to_active when active property is true.

Sourceval css_prop_active_char : Uchar.t Css.P.prop
Sourceval prop_inactive_char : Uchar.t Props.prop

The single-char text used by indicator#connect_to_active when active property is false.

Sourceval css_prop_inactive_char : Uchar.t Css.P.prop

Widget

Sourceclass indicator : ?classes:string list option -> ?name:string option -> ?props:Props.t option -> ?wdata: Widget.wdata option -> unit -> object ... end

The indicator widget.

Sourcetype Widget.widget_type +=
  1. | Indicator of indicator
Sourceval indicator : ?classes:string list -> ?name:string -> ?props:Props.t -> ?wdata:Widget.wdata -> ?group:'a -> ?pack:(Widget.widget -> unit) -> unit -> indicator

Convenient function to create a indicator. See Widget arguments for arguments.