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

a GtkMenu.

index

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.20.21 Index]