gtkActionGroupAddActions {RGtk2} | R Documentation |
This is a convenience function to create a number of actions and add them to the action group.
gtkActionGroupAddActions(object, entries, user.data = NULL)
|
[GtkActionGroup ] the action group |
|
[GtkActionEntry ] a list of action descriptions |
|
[R object] data to pass to the action callbacks |
The "activate" signals of the actions are connected to the callbacks and
their accel paths are set to
<Actions>/
.
Since 2.4
Derived by RGtkGen from GTK+ documentation