MGL_wmDestroyWindow

Destroys the window.

Declaration

void MGLAPI MGL_wmDestroyWindow(
    window_t *wnd)

Prototype In

mgraph.h

Parameters

wnd

the window to destroy

 

Description

Window destruction happens in two stages: first, the destructor is called if one was previously set with MGL_wmSetWindowDestructor and second, all children are destroyed recursively.

See Also

MGL_wmCreateWindow, MGL_wmSetWindowDestructor

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