Query: glutsetwindowtitle
OS: redhat
Section: 3glut
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
glutSetWindowTitle(3GLUT) GLUT glutSetWindowTitle(3GLUT)NAMEglutSetWindowTitle, glutSetIconTitle - change the window or icon title respectively of the current top-level window.SYNTAXvoid glutSetWindowTitle(char *name); void glutSetIconTitle(char *name);ARGUMENTSname ASCII character string for the window or icon name to be set for the window.DESCRIPTIONThese 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 ALSOglutCreateWindow, glutIconifyWindowAUTHORMark J. Kilgard (mjk@nvidia.com)GLUT3.7 glutSetWindowTitle(3GLUT)
Related Man Pages |
---|
glutcreatewindow(3glut) - mojave |
glutreshapewindow(3glut) - mojave |
glutreshapewindow(3glut) - redhat |
glutcreatewindow(3glut) - suse |
glutvisibilityfunc(3glut) - suse |
Similar Topics in the Unix Linux Community |
---|
How to capture ^x,^y via bash script? |
Retrieving previous command in a script |
Package |
Issue with events occuring in DST window |