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


   NAME
       WM_OPEN -- Open a window

   SYNOPSIS
       window = DoMethod( winobj, WM_OPEN );

   FUNCTION
       This function opens the window the object should be handling.
       If the window is already open, it does nothing. If no shared
       message port is set, a message port will be created for this
       window.

   RESULTS
       window -- a pointer to the struct Window for this window, or
               NULL if the window could not be opened.