Platform |
Win32, x64 |
Purpose |
To create and display a ClearWin window. |
Syntax |
INTEGER(7) FUNCTION CREATE_WINDOW@(TITLE,X,Y,XW,YW) |
Description |
Creates a window of width XW, height YW and title TITLE at position (X,Y). Do not confuse this function with the similarly named routine in the Windows API called CreateWindow. |
Return value |
Returns a standard Windows handle. |