Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ editobj(3G) — GL2 W3.6

Media Vault

Software Library

Restoration Projects

Artifacts Sought

editobj(3G)  —  Silicon Graphics

NAME

editobj − opens an object for editing

SPECIFICATION

C
editobj(obj)
Object obj;

FORTRAN
subroutine editob(obj)
integer*4 obj

Pascal
procedure editobj(obj: Object);

DESCRIPTION

editobj opens an object for editing.  A pointer acts as a cursor that appends new routines.  The pointer is initially set to the end of the object.  The system appends graphics routines to the object until either a closeobj or a pointer positioning routine (objdelete, objinsert, or objreplace) executes.  Usually, you need not be concerned about storage allocation.  Objects grow and shrink automatically as routines are added and deleted. 

If editobj specifies an undefined object, the system displays an error message. 

SEE ALSO

compactify, objdelete, objinsert, objreplace Programming Guide, Section 8.3, Object Editing

NOTE

This routine is available only in immediate mode. 

Version 3.6  —  December 20, 1987

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