Programming guideline of WinDom
- NAME
-
AddWindow - Add a window descriptor in the WinDom windows
list.
- PROTOTYPAGE
-
void AddWindow( WINDOW *win)
- PARAMETRE
-
win: window descriptor.
- DESCRIPTION
-
This function is a sub function of WindCreate(). It should
be used if you create your own window without use WindCreate().
Use this function at your own risk! Notice that the WindAttach()
function allows you to include an alien window in the WinDom
window environment.
- SEE ALSO
-
WindCreate(), WindAttach(), RemoveWindow().