CREATE_WINDOW@

Platform

Win32, x64

Purpose

To create and display a ClearWin window.

Syntax

INTEGER(7) FUNCTION CREATE_WINDOW@(TITLE,X,Y,XW,YW)
INTEGER X,Y,XW,YW
CHARACTER(*) TITLE

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.

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited