pub unsafe extern "C" fn uiWindowSetChild( w: *mut uiWindow, child: *mut uiControl, )
Sets the window’s child.
@param w uiWindow instance. @param child Control to be made child. @memberof uiWindow