wintitle(3G) wintitle(3G)
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
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
drawmode
Using mex, Chapter 2, Programming with mex
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)