gtkMenuShellActivateItem {RGtk2}R Documentation

gtkMenuShellActivateItem

Description

Activates the menu item within the menu shell.

Usage

gtkMenuShellActivateItem(object, menu.item, force.deactivate)

Arguments

object [GtkMenuShell] a GtkMenuShell.
menu.item [GtkWidget] The GtkMenuItem to activate.
force.deactivate [logical] If TRUE, force the deactivation of the menu shell after the menu item is activated.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]