FORTRAN (libfgl.a)
void deltag(Int32 tag)
SUBROUTINE DELTAG(tag) INTEGER*4 tag
The deltag subroutine removes the tag from the object currently open for editing. The STARTTAG and ENDTAG special tags cannot be deleted.
Note: This editing subroutine itself cannot be used to add to a display list.
tag | Specifies the tag to delete. |
This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.
/usr/include/gl/gl.h | Contains C language constant and variable type definitions for GL. |
/usr/include/gl/fgl.h | Contains FORTRAN constant and variable type definitions for GL. |
Opening an object for editing with the editobj subroutine.
Marking a location in a display list with the maketag subroutine.
Creating Objects (Display Lists).
AIX Graphics Library Overview and Creating Objects (Display Lists).