1GQOPSG(3NCARG) NCAR GRAPHICS GQOPSG(3NCARG)
2
3
4
6 GQOPSG (Inquire name of open segment) - returns the name of the cur‐
7 rently open segment.
8
10 CALL GQOPSG(ERRIND,SGNA)
11
13 #include <ncarg/gks.h>
14
15 void ginq_name_open_seg(Gint *err_ind, Gint *name_open_seg);
16
18 ERRIND (Integer, Output) - If the GKS state is SGOP (segment
19 open), then ERRIND is returned as "0"; otherwise ERRIND is
20 returned as "4".
21
22 SGNA (Integer, Output) - If the GKS state is SGOP (segment
23 open), then SGNA is returned as the number of the currently
24 open segment; otherwise SGNA is undefined.
25
27 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
28
30 Online: gevtm, gactm, gclsg, gcrsg, gcsgwk, gdsg, gqsgus, gssgt.,
31 ginq_name_open_seg
32
33 Hardcopy: "User's Guide for NCAR GKS-0A Graphics"
34
36 Copyright (C) 1987-2009
37 University Corporation for Atmospheric Research
38 The use of this Software is governed by a License Agreement.
39
40
41
42UNIX March 1993 GQOPSG(3NCARG)