Home  /  Autodocs  /  window.class

NAME



WM_OPEN
Open an intuition 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.

RESULT



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