Menu.setActive

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

class Menu
void
setActive
(
uint index
)

Parameters

index uint

the index of the menu item to select. Index values are from 0 to n-1

Meta