wintitle() — Silicon Graphics Silicon Graphics
NAME
wintitle - add a title bar to the current graphics port
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 port. The title bar is drawn using color menu and menuback as assigned by the default .mexrc configuration file. These defaults may be overridden by defining a modified .mexrc in your home directory. wintitle("") removes the title bar. In FORTRAN there is an extra argument, length, that is the number of characters in the name string.
SEE ALSO
pupcolor
“Multiple Exposure: The IRIS Window Manager” in the IRIS User’s Guide
NOTE
This command can be used only in immediate mode under the window manager.
Version 2.4 — May 08, 1986