MGL_wmShowWindow
Shows or hides the window
Declaration
void MGLAPI MGL_wmShowWindow(
window_t *wnd,
ibool show)
Prototype In
mgraph.h
Parameters
wnd |
the window |
show |
true if the window shall be shown, false if hidden |
Description
If show is true, shows the window and invalidates device context appropriately. If show is false, hides the window.
Hidden window is not visible, does not accept events and MGL_wmGetWindowAtPosition will never test against it. It is still a valid window, though, and you can manipulate it just like any other window.
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com