gtkActionGroupGetAction {RGtk2} | R Documentation |
Looks up an action in the action group by name.
gtkActionGroupGetAction(object, action.name)
|
[GtkActionGroup ] the action group |
|
[character] the name of the action |
Since 2.4
[GtkAction
] the action, or NULL
if no action by that name exists
Derived by RGtkGen from GTK+ documentation