gtkActionNew: gtkActionNew

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

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

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

Arguments

name

A unique name for the action

label

the label displayed in menu items and on buttons, or NULL. [ allow-none ]

tooltip

a tooltip for the action, or NULL. [ allow-none ]

stock.id

the stock icon to display in widgets representing the action, or NULL

Details

Since 2.4

Value

[GtkAction] a new GtkAction

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkActionNew in RGtk2...