pub unsafe extern "C" fn uiMenuItemChecked(
    m: *mut uiMenuItem
) -> c_int
Expand description

Returns whether or not the menu item’s checkbox is checked.

To be used only with items created via uiMenuAppendCheckItem().

@param m uiMenuItem instance. @returns TRUE if checked, FALSE otherwise. [Default: FALSE] @memberof uiMenuItem