Function libui_ng_sys::uiComboboxSetSelected
source · pub unsafe extern "C" fn uiComboboxSetSelected(
c: *mut uiCombobox,
index: c_int
)Expand description
Sets the item selected.
@param c uiCombobox instance.
@param index Index of the item to be selected, -1 to clear selection.
@memberof uiCombobox