ActionGroup.this

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

  1. this(void* ptr, Flag!"Take" take)
  2. this(string name)
    class ActionGroup
    this
    (
    string name
    )

Parameters

name string

the name of the action group.

Return Value

the new #GtkActionGroup