uiControlEnabledToUser

Function uiControlEnabledToUser 

Source
pub unsafe extern "C" fn uiControlEnabledToUser(
    c: *mut uiControl,
) -> c_int
Expand description

Returns whether or not the control can be interacted with by the user.

Checks if the control and all it’s parents are enabled to make sure it can be interacted with by the user.

@param c uiControl instance. @returns TRUE if enabled, FALSE otherwise. @see uiControlEnabled @memberof uiControl