Function libui_ng_sys::uiCheckboxText
source · pub unsafe extern "C" fn uiCheckboxText(
c: *mut uiCheckbox
) -> *mut c_charExpand description
Returns the checkbox label text.
@param c uiCheckbox instance.
@returns The text of the label.\n
A NUL terminated UTF-8 string.\n
Data is owned by the caller, make sure to call uiFreeText().
@memberof uiCheckbox