gtkMenuSetActive {RGtk2}R Documentation

gtkMenuSetActive

Description

Selects the specified menu item within the menu. This is used by the GtkOptionMenu and should not be used by anyone else.

Usage

gtkMenuSetActive(object, index)

Arguments

object [GtkMenu] a GtkMenu.
index [numeric] the index of the menu item to select. Index values are from 0 to n-1.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]