CREATEGFXOBJECT
Syntax
CREATEGFXOBJECT(<window>, <type>, <additional space>)
Description
Creates an empty graphics object with a certain amount of given space. Returns a pointer to the object: +0 Ptr to next item +4 Ptr to previous item +8 Window containing object +12 Object type +16 Minimum X of bounding box +20 Minimum Y +24 Maximum X +28 Maximum Y +32 ... Additional data All standard items *except* the bounding box are filled in by this command.