gtkActionCreateMenu {RGtk2}R Documentation

gtkActionCreateMenu

Description

If action provides a GtkMenu widget as a submenu for the menu item or the toolbar item it creates, this function returns an instance of that menu.

Usage

gtkActionCreateMenu(object)

Arguments

object [GtkAction] a GtkAction

Details

Since 2.12

Value

[GtkWidget] the menu item provided by the action, or NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]