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

a GtkUIManager

path

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.20.21 Index]