Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ editobj(3g) — 4D1 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     editobj(3G)                                           editobj(3G)



NAME
editobj - opens an object for editing
SPECIFICATION
C editobj(obj)
Object obj;
FORTRAN subroutine editob(obj)
integer*4 obj
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.
Page 1 (printed 8/20/87)

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