The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 NAME

delwin - delete a window

 SYNOPSIS



#include <curses.h>

int delwin(WINDOW *win);

 DESCRIPTION

The delwin() function deletes win, freeing all memory associated with it. The application must delete subwindows before deleting the main window.

 RETURN VALUE

Upon successful completion, delwin() returns OK. Otherwise, it returns ERR.

 ERRORS

No errors are defined.

 SEE ALSO

derwin(), dupwin(), <curses.h>.

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]