Function libui_ng_sys::uiNewCheckbox
source · pub unsafe extern "C" fn uiNewCheckbox(
text: *const c_char
) -> *mut uiCheckboxExpand description
Creates a new checkbox.
@param text Label text.\n
A valid, NUL terminated UTF-8 string.\n
Data is owned by the caller.
@returns A new uiCheckbox instance.
@memberof uiCheckbox @static