Function libui_ng_sys::uiCheckboxChecked
source · pub unsafe extern "C" fn uiCheckboxChecked(
c: *mut uiCheckbox
) -> c_intExpand description
Returns whether or the checkbox is checked.
@param c uiCheckbox instance.
@returns TRUE if checked, FALSE otherwise. [Default: FALSE]
@memberof uiCheckbox