GINO Graphics Suite - GINO v9.0  

gSetDeviceTitle

Syntax

[C/C++:]
void gSetDeviceTitle(char title[]);
[F90:]
subroutine gSetDeviceTitle(title)
character*(*), intent(in) :: title

Arguments

title
Device title string

Description

The routine gSetDeviceTitle() defines a device specific title string to be used as appropriate on the output device. The title string will be output in the title bar on window devices or in the header of metafiles.

This routine may be called during device qualification, ie. immediately after nominating the required device, in which case the title string will be displayed as part of opening the device or window. Some devices may allow the title or banner string to be changed while a device or window is open, in which case this routine may be called at any time during an application.

See Also

gSetDeviceTitle Usage
Device Drivers