Class GAction.action_group


class action_group : [> Gtk.action_group ] Gobject.obj -> object .. end
Since GTK 2.4
GTK documentation: GtkActionGroup

val obj : ([> Gtk.action_group ] as 'a) Gobject.obj
method as_group : Gtk.action_group Gobject.obj
method connect : action_group_signals
method sensitive : bool
method set_sensitive : bool -> unit
method visible : bool
method set_visible : bool -> unit
method add_action : 'b. (#action_skel as 'b) -> unit
method add_action_with_accel : 'c. ?accel:string -> (#action_skel as 'c) -> unit
method remove_action : 'd. (#action_skel as 'd) -> unit
method get_action : string -> action
method list_actions : action list
method name : string