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/Simple_action/class-simple_action/index.html

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