Purpose
Use Message to display a message on the specified workstation.
The message text appears in the lower left corner of the workstation viewport and the graPHIGS API clips the message text to this viewport.
Deferral state settings do not affect the message. The message remains displayed until removed by another message. Clear the message by calling Message with a length of zero.
The appearance (size and color) of the message text is workstation dependent. The graPHIGS API uses the workstation's primary character set to convert the text if necessary.
For more details, refer to the specificc device-support information in The graPHIGS Programming Interface: Technical Reference.
Language Bindings
pmessage (ws_id, message); |
pmsg (wkid, mess) |
pmsgs (wkid, lstr, mess) |
Errors
Related Subroutines
None