pub unsafe extern "C" fn uiControlVerifySetParent(
c: *mut uiControl,
parent: *mut uiControl,
)
Expand description
Makes sure the control’s parent can be set to @p parent.
@param c uiControl instance.
@param parent uiControl instance.
@todo Make sure all controls have these
@warning This will crash the application if FALSE
.
@memberof uiControl