Adds a title bar to the current window.
FORTRAN (libfgl.a)
void wintitle(Char8 *name)
SUBROUTINE WINTIT(name, length) CHARACTER*(*) name INTEGER*4 length
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.
name | Specifies title to display in the title bar of the current window. |
length | Specifies the number of characters in the name string. |
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. |
Specifying the title of a window icon with the icontitle subroutine.
Creating a window with the winopen subroutine.
Creating and Managing Windows.