GUI_OPENWIN(WIN)

WIN = Window ID

Opens Window (Win) and draws it on screen. This Window will become the currently active Window.

Example:

mywin.WINDOW=GUI_WINDOW(-1,-1,100,100,"A Window")

GUI_OPENWIN(mywin)