glutSetWindowTitle

change the window or icon title respectively of the current top-level window.

Signature

glutSetIconTitle( char( name ) )-> void
glutSetIconTitle( title )
glutSetIconTitle( STRING(title) ) -> None
glutSetWindowTitle( char( name ) )-> void
glutSetWindowTitle( title )
glutSetWindowTitle( STRING(title) ) -> None

Parameters

VariablesDescription
name
ASCII character string for the window or icon name to be set for the window.

See Also

glutCreateWindow glutIconifyWindow

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glutSetWindowTitle
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson42.py Lines: 198, 200
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson45.py Lines: 410
{LGPL} PyUI2 system/glutdevice.py Lines: 67