package ocgtk

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

Class Simple_action.simple_action

inherit Ocgtk_gio__.GAction.action_t
method on_activate : ?after:bool -> callback:(parameter:Gvariant.t -> unit) -> unit -> Gobject.Signal.handler_id
method on_change_state : ?after:bool -> callback:(value:Gvariant.t -> unit) -> unit -> Gobject.Signal.handler_id
method set_enabled : bool -> unit
method set_state : Gvariant.t -> unit
method set_state_hint : Gvariant.t option -> unit
method name : string
method parameter_type : Gvariant_type.t
method state_type : Gvariant_type.t
method as_simple_action : Ocgtk_gio__.Simple_action.t