[ Previous | Next | Contents | Glossary | Home | Search ]
GL3.2 for AIX: Graphics Library (GL) Technical Reference

deltag Subroutine

Purpose

Deletes tags from objects.

Libraries

Graphics Library

C (libgl.a)

FORTRAN (libfgl.a)

C Syntax

void deltag(Int32 tag)

FORTRAN Syntax

SUBROUTINE DELTAG(tag)
INTEGER*4 tag

Description

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.

Parameter

tag Specifies the tag to delete.

Implementation Specifics

This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.

Files

/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.

Related Information

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).


[ Previous | Next | Contents | Glossary | Home | Search ]