Programming guideline of WinDom
- NAME
-
RemoveWindow - remove a window descriptor in the WinDom
windows list.
- PROTOTYPAGE
-
void RemoveWindow( WINDOW *win)
- PARAMETER
-
win: window descriptor to remove.
- DESCRIPTION
-
This function is a sub function of WindDelete(). It should
be used if you delete a window which didn't create with
WindCreate() (in this case, the WindDelete() function is
forbiden). Use this function at your own risk! Notice that the
WindAttach() function allows you to add ans remove an alien
window in the WinDom environment.
- SEE ALSO
-
WindDelete(), WindAttach(), AddWindow().