ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



glutSetWindowTitle(3GLUT)                           GLUT                           glutSetWindowTitle(3GLUT)



NAME
       glutSetWindowTitle,  glutSetIconTitle  -  change the window or icon title respectively of the current
       top-level window.

SYNTAX
       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 glutCreateWin-dow. glutCreateWindow.
       dow. 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 appropri-ately. appropriately.
       ately. Requests are not buffered or coalesced. The policy by which the window and icon name are  dis-played displayed
       played is window system dependent.

SEE ALSO
       glutCreateWindow(3G), glutIconifyWindow(3G)


AUTHOR
       Mark J. Kilgard (mjk@nvidia.com)



GLUT                                                 3.7                           glutSetWindowTitle(3GLUT)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.