pub unsafe extern "C" fn uiEditableComboboxAppend(
    c: *mut uiEditableCombobox,
    text: *const c_char
)
Expand description

Appends an item to the editable combo box.

@param c uiEditableCombobox instance. @param text Item text.\n A valid, NUL terminated UTF-8 string.\n Data is owned by the caller. @memberof uiEditableCombobox