Programming guideline of WinDom
- NAME
-
remove_windowlist() - remove a window from the cycle window
list.
- PROTOTYPAGE
-
void remove_windowlist( int handle);
- PARAMETERS
-
handle: window GEM handle to remove.
- DESCRIPTION
-
This function is a sub function of WindClise() and it is
devoted to the WM_BOTTOM message emulation. It should be used if
you does not use WindClose() to close your windows. Use this
function at your own risk.
- SEE ALSO
-
add_windowlist(), WindAttach().