glutsetwindowtitle(3glut) mojave man page | unix.com

Man Page: glutsetwindowtitle

Operating Environment: mojave

Section: 3glut

glutSetWindowTitle(3GLUT)					       GLUT						 glutSetWindowTitle(3GLUT)

NAME
glutSetWindowTitle, glutSetIconTitle - change the window or icon title respectively of the current top-level window.
SYNTAX
#include <GLUT/glut.h> void glutSetWindowTitle(char *name); void glutSetIconTitle(char *name);
ARGUMENTS
name ASCII character string for the window or icon name to be set for the window.
DESCRIPTION
These routines should be called only when the current window is a top-level window. Upon creation of a top-level window, the window and icon names are determined by the name parameter to glutCreateWindow. Once created, glutSetWindowTitle and glutSetIconTitle can change the window and icon names respectively of top-level windows. Each call requests the window system change the title appropriately. Requests are not buffered or coalesced. The policy by which the window and icon name are displayed is window system dependent.
SEE ALSO
glutCreateWindow, glutIconifyWindow
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
GLUT
3.7 glutSetWindowTitle(3GLUT)
Related Man Pages
glutpositionwindow(3glut) - mojave
glutreshapewindow(3glut) - mojave
glutreshapewindow(3glut) - redhat
glutpositionwindow(3glut) - suse
glutvisibilityfunc(3glut) - osx
Similar Topics in the Unix Linux Community
12-Core MacPro (2013) kernel_task over 1200%
Shopt -s histappend
My first PERL incarnation... Audio Oscillograph
[BASH] eval command not expanding variables as expected.