uiCheckboxSetChecked

Function uiCheckboxSetChecked 

Source
pub unsafe extern "C" fn uiCheckboxSetChecked(
    c: *mut uiCheckbox,
    checked: c_int,
)
Expand description

Sets whether or not the checkbox is checked.

@param c uiCheckbox instance. @param checked TRUE to check box, FALSE otherwise. @memberof uiCheckbox