ComboBox.setActive

Sets the active item of combo_box to be the item at index.

class ComboBox
void
setActive
(
int index
)

Parameters

index int

An index in the model passed during construction, or -1 to have no active item

Meta