glutseticontitle(3) centos man page | unix.com

Man Page: glutseticontitle

Operating Environment: centos

Section: 3

UNTITLED
LOCAL UNTITLED
NAME
glutSetIconTitle -- Requests changing the iconified title of the current window
LIBRARY
OpenGLUT - window
SYNOPSIS
#include <openglut.h> void glutSetIconTitle(const char* title);
PARAMETERS
title New window title
DESCRIPTION
Requests 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.
CAVEATS
Effect 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 ALSO
glutSetWindowTitle(3) glutIconifyWindow(3) Epoch
Related Man Pages
xtitle(1) - debian
glutcreatemenuwindow(3) - centos
glutcreatewindow(3) - centos
glutsetwindow(3) - centos
glutswapbuffers(3) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
How to increment version inside a file?
Shopt -s histappend
[TIP] Processing YAML files with yq