package lablgtk3

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

Module GtkActionProps.ActionGroupSource

Sourcemodule P : sig ... end
Sourcemodule S : sig ... end
Sourceval get_action : [> `actiongroup ] Gobject.obj -> string -> Gtk.action Gobject.obj
Sourceval list_actions : [> `actiongroup ] Gobject.obj -> Gtk.action Gobject.obj list
Sourceval add_action : [> `actiongroup ] Gobject.obj -> Gtk.action Gobject.obj -> unit
Sourceval add_action_with_accel : [> `actiongroup ] Gobject.obj -> Gtk.action Gobject.obj -> string option -> unit
Sourceval remove_action : [> `actiongroup ] Gobject.obj -> Gtk.action Gobject.obj -> unit