package ocgtk

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

Class Toggle_button.toggle_button

inherit Ocgtk_gtk__.GButton.button_t
method on_toggled : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method get_active : unit -> bool
method set_active : bool -> unit
method set_group : toggle_button_t option -> unit
method toggled : unit -> unit
method as_toggle_button : Ocgtk_gtk__.Toggle_button.t