The GTVIEW subroutine
The GTVIEW subroutine is one of the main control routine in the
library. It is used to send drawing commands from the internal metacode
to the graphic device, but also to performs other actions on the
metacode.
SUBROUTINE GTVIRT(Mode)
where Action is a character string which can be
- 'Append'
Plot all metacode starting from last drawn vector
- 'Rewind'
Clear the screen, and plot the whole metacode from first vector
- 'Update'
Update the screen (all windows) if needed
- 'Limits'
Recompute the plot limits (Bounding Box)
- 'Purge'
Delete images associated to all windows
- 'Delete'
Delete images associated to the current window
- 'Zap'
Delete cache-bitmap associated to images
- 'Sleep'
Set screen update off
- 'Wake'
Set screen update on