objreplace(3G) objreplace(3G)
objreplace - overwrites existing display list routines with new ones
void objreplace(t)
Tag t;
t expects a tag within the object definition that is to be edited.
objreplace combines the functions of objinsert and objdelete. Graphics
routines that follow objreplace overwrite existing ones until closeobj,
objinsert, objdelete, or objreplace terminates the replacement. This
replacement begins with the line immediately following the tag specified
by t.
objreplace requires that the new routine be the same length as the one it
replaces; this makes replacement operations fast. Use objdelete and
objinsert for more general replacement.
Use objreplace as a quick method to create a new version of a routine.
closeobj, editobj, objdelete, objinsert
This routine is available only in immediate mode.
PPPPaaaaggggeeee 1111 [ Back ]
|