Gtk.ActionGroup.new
function new(name:String):Gtk.ActionGroup {
// Gjs wrapper for gtk_action_group_new()
}Creates a new Gtk.ActionGroup object. The name of the action group is used when associating <link linkend="Action-Accel">keybindings</link> with the actions.
Since 2.4
- name
the name of the action group.
- Returns
the new Gtk.ActionGroup