wintitle() — Silicon Graphics Silicon Graphics
NAME
wintitle − adds a title bar to the current graphics window
SPECIFICATION
C
wintitle(name)
char name[];
FORTRAN
subroutine wintit(name,length)
character*(*) name
integer*4 length
Pascal
procedure wintitle(name: pstring128);
DESCRIPTION
wintitle adds a title bar to the current graphics window. The title bar is drawn using color menu and menuback, the default that the configuration file .mexrc assigns. You can override these defaults by defining a modified .mexrc in your home directory. wintitle("") removes the title bar. In FORTRAN, there is an extra argument, length, which is the number of characters in the name string.
SEE ALSO
pupcolor Using mex, the IRIS Window Manager
NOTE
This routine is available only in immediate mode in the window manager.
Version 2.5r1 — October 29, 1986