Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ makeobj(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



makeobj(3G)                                                        makeobj(3G)



NAME
     makeobj - creates an object

C SPECIFICATION
     void makeobj(obj)
     Object obj;

PARAMETERS
     obj   expects the numeric identifier for the object being defined.

DESCRIPTION
     makeobj creates and names a new object by entering the identifier,
     specified by obj, into a symbol table and allocating memory for its list
     of drawing routines.  If obj is the number of an existing object, the
     contents of that object are deleted. Drawing routines are then added into
     the display list instead of executing, until closeobj is called.

SEE ALSO
     callobj, closeobj, genobj, isobj, chunksize

NOTE
     This routine is available only in immediate mode.

































                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026