gtkMenuGetActive {RGtk2}R Documentation

gtkMenuGetActive

Description

Returns the selected menu item from the menu. This is used by the GtkOptionMenu.

Usage

gtkMenuGetActive(object)

Arguments

object [GtkMenu] a GtkMenu.

Value

[GtkWidget] the GtkMenuItem that was last selected in the menu. If a selection has not yet been made, the first menu item is selected.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]