Function libui_ng_sys::uiCheckboxSetText
source · pub unsafe extern "C" fn uiCheckboxSetText(
c: *mut uiCheckbox,
text: *const c_char
)Expand description
Sets the checkbox label text.
@param c uiCheckbox instance.
@param text Label text.\n
A valid, NUL terminated UTF-8 string.\n
Data is owned by the caller.
@memberof uiCheckbox