ActionGroup.this

Warning gtk_action_group_new is deprecated and should not be used in newly-written code. 3.10 Creates a new GtkActionGroup object. The name of the action group is used when associating keybindings with the actions. Since 2.4

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

Parameters

name string

the name of the action group.

Throws

ConstructionException GTK+ fails to create the object.

Meta