delwin(3cur) ultrix man page | unix.com

Man Page: delwin

Operating Environment: ultrix

Section: 3cur

delwin(3cur)															      delwin(3cur)

Name
       delwin - delete window

Syntax
       #include <cursesX.h>

       int delwin(win)
       WINDOW *win;

Description
       The  routine  deletes  the named window, freeing all memory associated with it.	Where windows overlap, subwindows should be deleted before
       the main window.

Return Values
       The function returns OK on success and ERR on error.

																      delwin(3cur)
Related Man Pages
addch(3cur) - ultrix
mvwaddch(3cur) - ultrix
mvwprintw(3cur) - ultrix
waddch(3cur) - ultrix
delwin(3xcurses) - opensolaris
Similar Topics in the Unix Linux Community
curses &amp; window resize issues
Ncurses status bar