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