uiControlHide

Function uiControlHide 

Source
pub unsafe extern "C" fn uiControlHide(c: *mut uiControl)
Expand description

Hides the control.

@param c uiControl instance. @note Hidden controls do not take up space within the layout. @memberof uiControl