uiNewCheckbox

Function uiNewCheckbox 

Source
pub unsafe extern "C" fn uiNewCheckbox(
    text: *const c_char,
) -> *mut uiCheckbox
Expand description

Creates a new checkbox.

@param text Label text.\n A valid, NUL terminated UTF-8 string.\n Data is copied internally. Ownership is not transferred. @returns A new uiCheckbox instance. @memberof uiCheckbox @static