uiCheckboxText

Function uiCheckboxText 

Source
pub unsafe extern "C" fn uiCheckboxText(
    c: *mut uiCheckbox,
) -> *mut c_char
Expand description

Returns the checkbox label text.

@param c uiCheckbox instance. @returns The text of the label.\n A NUL terminated UTF-8 string.\n Caller is responsible for freeing the data with uiFreeText(). @memberof uiCheckbox