| gtkUIManagerGetAction {RGtk2} | R Documentation |
Looks up an action by following a path. See gtkUIManagerGetWidget
for more information about paths.
gtkUIManagerGetAction(object, path)
|
[GtkUIManager] a GtkUIManager |
|
[character] a path |
Since 2.4
[GtkAction] the action whose proxy widget is found by following the path,
or NULL if no widget was found.
Derived by RGtkGen from GTK+ documentation