gtkActionGroupAddActionWithAccel {RGtk2}R Documentation

gtkActionGroupAddActionWithAccel

Description

Adds an action object to the action group and sets up the accelerator.

Usage

gtkActionGroupAddActionWithAccel(object, action, accelerator = NULL)

Arguments

object [GtkActionGroup] the action group
action [GtkAction] the action to add
accelerator [character] the accelerator for the action, in the format understood by gtkAcceleratorParse, or "" for no accelerator, or NULL to use the stock accelerator

Details

If accelerator is NULL, attempts to use the accelerator associated with the stock_id of the action.

Accel paths are set to <Actions>/.

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]