pub unsafe extern "C" fn uiComboboxInsertAt(
    c: *mut uiCombobox,
    index: c_int,
    text: *const c_char
)
Expand description

Inserts an item at @p index to the combo box.

@param c uiCombobox instance. @param index Index at which to insert the item. @param text Item text.\n A valid, NUL terminated UTF-8 string.\n Data is owned by the caller. @memberof uiCombobox