gtkUIManagerGetAction {RGtk2}R Documentation

gtkUIManagerGetAction

Description

Looks up an action by following a path. See gtkUIManagerGetWidget for more information about paths.

Usage

gtkUIManagerGetAction(object, path)

Arguments

object [GtkUIManager] a GtkUIManager
path [character] a path

Details

Since 2.4

Value

[GtkAction] the action whose proxy widget is found by following the path, or NULL if no widget was found.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]