gtkActionGroupGetAction {RGtk2}R Documentation

gtkActionGroupGetAction

Description

Looks up an action in the action group by name.

Usage

gtkActionGroupGetAction(object, action.name)

Arguments

object [GtkActionGroup] the action group
action.name [character] the name of the action

Details

Since 2.4

Value

[GtkAction] the action, or NULL if no action by that name exists

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]