uiFreeControl

Function uiFreeControl 

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

Frees the memory associated with the control reference.

@note This method is public only for writing custom controls.

@param c uiControl instance. @memberof uiControl