uiWindowSetChild

Function uiWindowSetChild 

Source
pub unsafe extern "C" fn uiWindowSetChild(
    w: *mut uiWindow,
    child: *mut uiControl,
)
Expand description

Sets the window’s child.

@param w uiWindow instance. @param child Control to be made child. @memberof uiWindow