Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

objinsert()  —  Silicon Graphics

NAME

objinsert − inserts routines in an object at a specified location

SPECIFICATION

C
objinsert(t)
Tag t;

FORTRAN
subroutine objins(t)
integer*4 t

Pascal
procedure objinsert(t: Tag);

DESCRIPTION

objinsert takes tag t as an argument, and positions an editing pointer on the specified routine.  Add the desired graphics routines after the tag. 

Use closeobj or another positioning routine (objdelete, objinsert, or objreplace) to terminate the insertion. 

SEE ALSO

closeobj, objdelete, editobj, objreplace, maketag IRIS Graphics Programming, Section 8.3, Object Editing

NOTE

This routine is available only in immediate mode. 

Version 2.5r1  —  October 29, 1986

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