gtkUIManagerInsertActionGroup {RGtk2} | R Documentation |
Inserts an action group into the list of action groups associated
with self
. Actions in earlier groups hide actions with the same
name in later groups.
gtkUIManagerInsertActionGroup(object, action.group, pos)
|
[GtkUIManager ] a GtkUIManager object |
|
[GtkActionGroup ] the action group to be inserted |
|
[integer] the position at which the group will be inserted. |
Since 2.4
Derived by RGtkGen from GTK+ documentation