gtkActionGroupGetAction {RGtk2}R Documentation

gtkActionGroupGetAction

Description

Looks up an action in the action group by name.

Usage

gtkActionGroupGetAction(object, action.name)

Arguments

object

the action group

action.name

the name of the action

Details

Since 2.4

Value

[GtkAction] the action, or NULL if no action by that name exists. [transfer-none]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]