Query: glutseticontitle
OS: centos
Section: 3
Links: centos man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutSetIconTitle -- Requests changing the iconified title of the current windowLIBRARYOpenGLUT - windowSYNOPSIS#include <openglut.h> void glutSetIconTitle(const char* title);PARAMETERStitle New window titleDESCRIPTIONRequests that the window system change the title of the icon (or whatever) that is displayed when the current window is in iconified mode. 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.CAVEATSEffect is system-dependant. There Exactly what "iconified" means is system dependant. Iconification may not be supported, or the title may not be available---or legi- ble. Avoid putting essential information into the icon title.SEE ALSOglutSetWindowTitle(3) glutIconifyWindow(3) Epoch