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

icontitle Subroutine

Purpose

Specifies the icon title for the current window.

Libraries

Graphics Library

C (libgl.a)

FORTRAN (libfgl.a)

C Syntax

void icontitle(Char8 *name)

FORTRAN Syntax

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

Description

The icontitle subroutine specifies the string displayed on an icon if the window manager draws that window's icon.

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

Parameters

name Specifies a pointer to the string containing the icon title.
length Specifies the length of the string containing the icon title.

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 size of a window icon with the iconsize subroutine.

Adding a title bar to the current window with the wintitle subroutine.

Creating and Managing Windows.


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