package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module P : sig ... end
module S : sig ... end
val create : ?name:string -> Gtk.action_group Gobject.param list -> Gtk.action_group Gobject.obj
val get_action : [> `actiongroup ] Gobject.obj -> string -> Gtk.action Gobject.obj
val list_actions : [> `actiongroup ] Gobject.obj -> Gtk.action Gobject.obj list
val add_action : [> `actiongroup ] Gobject.obj -> Gtk.action Gobject.obj -> unit
val add_action_with_accel : [> `actiongroup ] Gobject.obj -> Gtk.action Gobject.obj -> string option -> unit
val remove_action : [> `actiongroup ] Gobject.obj -> Gtk.action Gobject.obj -> unit