gtkActionGroupNew {RGtk2}R Documentation

gtkActionGroupNew

Description

Creates a new GtkActionGroup object. The name of the action group is used when associating keybindings with the actions.

Usage

gtkActionGroupNew(name = NULL)

Arguments

name [character] the name of the action group.

Details

Since 2.4

Value

[GtkActionGroup] the new GtkActionGroup

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]