set_active
Description:
public void set_active (
uint index)
Selects the specified menu item within the menu.
This is used by the ComboBox and should not be used by anyone else.
Parameters:
this |
a Menu
|
index |
the index of the menu item to select. Index values are from 0 to n-1
|