gtkMenuSetActive {RGtk2} | R Documentation |
Selects the specified menu item within the menu. This is used by the
GtkOptionMenu
and should not be used by anyone else.
gtkMenuSetActive(object, index)
|
[GtkMenu ] a GtkMenu . |
|
[numeric] the index of the menu item to select. Index values are from 0 to n-1. |
Derived by RGtkGen from GTK+ documentation