package ocgtk

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

Class Action_group.action_group

method on_action_added : ?after:bool -> callback:(action_name:string -> unit) -> unit -> Gobject.Signal.handler_id
method on_action_enabled_changed : ?after:bool -> callback:(action_name:string -> enabled:bool -> unit) -> unit -> Gobject.Signal.handler_id
method on_action_removed : ?after:bool -> callback:(action_name:string -> unit) -> unit -> Gobject.Signal.handler_id
method on_action_state_changed : ?after:bool -> callback:(action_name:string -> value:Gvariant.t -> unit) -> unit -> Gobject.Signal.handler_id
method action_added : string -> unit
method action_enabled_changed : string -> bool -> unit
method action_removed : string -> unit
method action_state_changed : string -> Gvariant.t -> unit
method activate_action : string -> Gvariant.t option -> unit
method change_action_state : string -> Gvariant.t -> unit
method get_action_enabled : string -> bool
method get_action_parameter_type : string -> Gvariant_type.t option
method get_action_state : string -> Gvariant.t option
method get_action_state_hint : string -> Gvariant.t option
method get_action_state_type : string -> Gvariant_type.t option
method has_action : string -> bool
method list_actions : unit -> string array
method as_action_group : Ocgtk_gio__.Action_group.t