Menu.setActive
void setActive(uint index)Selects the specified menu item within the menu. This is used by the #GtkComboBox and should not be used by anyone else.
Parameters
index | the index of the menu item to select. Index values are from 0 to n-1 |
void setActive(uint index)Selects the specified menu item within the menu. This is used by the #GtkComboBox and should not be used by anyone else.
index | the index of the menu item to select. Index values are from 0 to n-1 |