Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkRadioActionNew

gtkRadioActionNew


Description

Creates a new GtkRadioAction object. To add the action to a GtkActionGroup and set the accelerator for the action, call gtkActionGroupAddActionWithAccel.

Usage

gtkRadioActionNew(name = NULL, label = NULL, tooltip = NULL, 
    stock.id = NULL, value = 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 this action, or NULL. [ allow-none ]

stock.id

The stock icon to display in widgets representing this action, or NULL

value

The value which gtkRadioActionGetCurrentValue should return if this action is selected.

Details

Since 2.4

Value

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.