MGL_wmReparentWindow

Reparents window.

Declaration

void MGLAPI MGL_wmReparentWindow(
    window_t *wnd,
    window_t *newParent)

Prototype In

mgraph.h

Parameters

wnd

the window

newParent

new parent

 

Description

Changes window's parent. This is two-stages operation: MGL removes the window from its current parent first and then adds it as a child of newParent.

See Also

MGL_wmCreateWindow, MGL_wmGetWindowParent

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com