Query: delwin
OS: ultrix
Section: 3cur
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 |
addstr(3cur) - ultrix |
mvaddch(3cur) - ultrix |
mvwaddch(3cur) - ultrix |
delwin(3xcurses) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
curses & window resize issues |
Ncurses status bar |