pub unsafe extern "C" fn uiGroupSetChild(
    g: *mut uiGroup,
    c: *mut uiControl
)
Expand description

Sets the group’s child.

@param g uiGroup instance. @param c uiControl child instance, or NULL. @memberof uiGroup