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
delwin(3xcurses) - sunos
addch(3cur) - ultrix
waddch(3cur) - ultrix
waddstr(3cur) - ultrix
wprintw(3cur) - ultrix
Similar Topics in the Unix Linux Community
curses &amp; window resize issues
Ncurses status bar