[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   NAME
       WM_CLOSE -- Close a window

   SYNOPSIS
       DoMethod( winobj, WM_CLOSE );

   FUNCTION
       Close the window of this object. The gadgets are not disposed,
       only detached of a window. If the window is sharing a message
       port with another window, the port will be cleaned of message
       intended for this window. If the window was iconified, the icon
       will be removed.


[Back to Amiga Developer Docs]