GINO Graphics Suite - GINO v9.0  

gSetDialogueVis

Syntax

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

Arguments

diavis
Dialogue area visibility

= GINVISIBLE, Dialogue area invisible
= GVISIBLE, Dialogue area visible

Description

The routine gSetDialogueVis() sets the dialogue area to be visible or invisible. Setting it invisible only switches it off, it does not delete it.

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

See Also

gSetDialogueVis Usage
Device Drivers
gSetGraphicsVis