Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ wintitle(3G) — GL2 W3.6

Media Vault

Software Library

Restoration Projects

Artifacts Sought

wintitle(3G)  —  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, Chapter 2, Programming with mex

NOTE

This routine is available only in immediate mode under the window manager. 
 

Version 3.6  —  December 20, 1987

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026