uiControlDestroy

Function uiControlDestroy 

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

Dispose and free all allocated resources.

The platform specific APIs that actually destroy a control (and its children) are called.

@note Most of the time is needed to be used directly only on the top level windows.

@param c uiControl instance. @todo Document ownership. @memberof uiControl