Function libui_ng_sys::uiMenuItemChecked
source · pub unsafe extern "C" fn uiMenuItemChecked(
m: *mut uiMenuItem
) -> c_intExpand 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