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

newtag Subroutine

Purpose

Inserts a tag at an offset from an existing tag.

Libraries

Graphics Library

C (libgl.a)

FORTRAN (libfgl.a)

C Syntax

void newtag(Int32 newt, Int32 oldtag, Int32 offset)

FORTRAN Syntax

SUBROUTINE NEWTAG(newt, oldtag, offset)
INTEGER*4 newtag, oldtag, offset

Description

The newtag subroutine inserts a tag at a specified offset from the position marked by the oldtag parameter.

Note: This editing subroutine itself cannot be added to a display list.

Parameters

newt Specifies a numeric identifier.
oldtag Specifies a pre-existing tag to be used as a reference point for inserting the new tag.
offset Specifies the number of lines beyond the position of the old tag at which to place the new tag.

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

Marking a location in a display list with the maketag subroutine.

AIX Graphics Library Overview and Creating Objects (Display Lists).


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