package stk

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

Class Button.checkbuttonSource

The checkbutton widget.

inherit togglebutton
method indicator : Stk.Indicator.indicator

The Indicator.indicator widget.

Properties

method indicator_font : Stk.Font.font
method set_indicator_font_desc : ?delay:float -> ?propagate:bool -> Stk.Font.font_desc -> unit
method indicator_active_char : Uchar.t
method set_indicator_active_char : ?delay:float -> ?propagate:bool -> Uchar.t -> unit
method indicator_inactive_char : Uchar.t
method set_indicator_inactive_char : ?delay:float -> ?propagate:bool -> Uchar.t -> unit

The group

method group : group option
method set_group : group -> unit