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

Sets the editable combo box text.

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