gtkActionNew {RGtk2}R Documentation

gtkActionNew

Description

Creates a new GtkAction object. To add the action to a GtkActionGroup and set the accelerator for the action, call gtkActionGroupAddActionWithAccel. See for information on allowed action names.

Usage

gtkActionNew(name = NULL, label = NULL, tooltip = NULL, stock.id = NULL)

Arguments

name [character] A unique name for the action
label [character] the label displayed in menu items and on buttons
tooltip [character] a tooltip for the action
stock.id [character] the stock icon to display in widgets representing the action

Details

Since 2.4

Value

[GtkAction] a new GtkAction

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]