ActionGroup.this

Creates a new gtk.ActionGroup object. The name of the action group is used when associating keybindings[Action-Accel] with the actions.

  1. this(GtkActionGroup* gtkActionGroup, bool ownedRef)
  2. this(string name)
    class ActionGroup
    this
    (
    string name
    )

Parameters

name string

the name of the action group.

Return Value

Throws

ConstructionException GTK+ fails to create the object.

Meta