Window library WindClose() WindSet()
Programming guideline of WinDom

WindDelete()

PROTOTYPAGE

int WindDelete( WINDOW *win);

PARAMETERS

win:
window descriptor,

return:
0 if no error occurs.

DESCRIPTION

WindDelete() remplaces wind_delete(). The window descriptor is removed from the list of windows and delete.

SEE ALSO

WindOpen(), WindClose(), WindCreate(), WindClear(), WindSet(), WindGet(), RemoveWindow().