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-2007
37 University Corporation for Atmospheric Research
38
39 This documentation is free software; you can redistribute it and/or
40 modify it under the terms of the GNU General Public License as pub‐
41 lished by the Free Software Foundation; either version 2 of the
42 License, or (at your option) any later version.
43
44 This software is distributed in the hope that it will be useful, but
45 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
46 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
47 Public License for more details.
48
49 You should have received a copy of the GNU General Public License along
50 with this software; if not, write to the Free Software Foundation,
51 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
52
53
54
55UNIX March 1993 GQOPSG(3NCARG)