GINO Graphics Suite - GINO v9.0  

gSetGraphicsVis

Syntax

[C/C++:]
void gSetGraphicsVis(int vis);
[F90:]
subroutine gSetGraphicsVis(vis)
integer, intent(in) :: vis

Arguments

vis
Graphics area visibility

= GINVISIBLE, Graphics area invisible
= GVISIBLE, Graphics area visible (default)

Description

The routine gSetGraphicsVis() sets the graphics area to be visible or invisible. Making it invisible only switches it off, it does not delete it.

This routine will only function on screens with separate graphics/dialogue planes (see Appendix B).

See Also

gSetGraphicsVis Usage
Device Drivers
gSetDialogueVis