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

wintitle Subroutine

Purpose

Adds a title bar to the current window.

Libraries

Graphics Library

C (libgl.a)

FORTRAN (libfgl.a)

C Syntax

void wintitle(Char8 *name)

FORTRAN Syntax

SUBROUTINE WINTIT(name, length)
CHARACTER*(*) name
INTEGER*4 length

Description

The wintitle subroutine adds a title to the current window. Use wintitle("") to clear the title.

Note: This subroutine cannot be used to add to a display list.

Parameters

name Specifies title to display in the title bar of the current window.
length Specifies the number of characters in the name string.

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

Specifying the title of a window icon with the icontitle subroutine.

Creating a window with the winopen subroutine.

Creating and Managing Windows.


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