package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
  • since GTK 2.4

@gtkdoc gtk GtkActionGroup

val obj : '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 : action_skel -> unit
method add_action_with_accel : ?accel:string -> action_skel -> unit
method remove_action : action_skel -> unit
method get_action : string -> action
method list_actions : action list
method name : string