Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ objinsert(3g) — GL2 W2.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

objinsert()  —  Silicon Graphics

NAME

objinsert - inserts commands in an object at the chosen location

SPECIFICATION

C
objinsert(t)
Tag t;

FORTRAN
subroutine objins(t)
integer*4 t

Pascal
procedure objinsert(t: Tag);

DESCRIPTION

objinsert takes a tag t as an argument, and positions an editing pointer on the indicated command.  Subsequent graphics commands are added following the tag.  closeobj or another positioning command (objdelete, objinsert, or objreplace) terminates the insertion. 

SEE ALSO

closeobj, objdelete, editobj, objreplace, maketag

NOTE

This command can be used only in immediate mode. 

Version 2.4  —  May 08, 1986

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