Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ objinsert(3G) — GL2 W3.6

Media Vault

Software Library

Restoration Projects

Artifacts Sought

objinsert(3G)  —  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 objinset(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

editobj, closeobj, objdelete, objreplace, maketag 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