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

gtkActionGroupAddAction

gtkActionGroupAddAction


Description

Adds an action object to the action group. Note that this function does not set up the accel path of the action, which can lead to problems if a user tries to modify the accelerator of a menuitem associated with the action. Therefore you must either set the accel path yourself with gtkActionSetAccelPath, or use gtk_action_group_add_action_with_accel (..., NULL).

Usage

gtkActionGroupAddAction(object, action)

Arguments

object

the action group

action

an action

Details

Since 2.4

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.