package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gio/Ocgtk_gio/Gio/Action_group/class-action_group/index.html

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