glutSetIconTitle (3) - Linux Manuals
glutSetIconTitle: Requests changing the iconified title of the current window
NAME
glutSetIconTitle - Requests changing the iconified title of the current windowLIBRARY
OpenGLUT - windowSYNOPSIS
In openglut.h Ft void Fn glutSetIconTitle const char* titlePARAMETERS
Bf Em
As discussed under glutIconifyWindow(), most window systems allow
a window to be placed in some kind of minimized, or iconified,
state. In that state, the normal interior of the window is
likely to be obscured, and the only clue about the window
contents may be the window title.
There Exactly what "iconified" means is system dependant. Iconification may not be supported, or the title may not be available---or legible. Avoid putting essential information into the icon title.
DESCRIPTION
Requests that the window system change the title of the
icon (or whatever) that is displayed when the
Bf Li
CAVEATS
Effect is system-dependant.