yw_window_close

Name

yw_window_close -- close window and release YwWindow

Synopsis


     #include <yw/window.h>
   

void yw_window_close(YwWindow *win);

DESCRIPTION

This function sends "close_window" command to the server, in order to close the window. Then it releases any resources associated with win parameter.

SEE ALSO

yw_window_new (3),

INFO

Generated from: window.c,v 1.1 2001/05/04 11:04:23 malekith Exp.