1GINQ_OP_ST(3NCARG) NCAR GRAPHICS GINQ_OP_ST(3NCARG)
2
3
4
6 ginq_op_st (Inquire operating state value) - returns the operating
7 state of GKS.
8
10 #include <ncarg/gks.h>
11
12 void ginq_op_st(Gop_st *op_st);
13
15 op_st (Output) - Returns the GKS operating state:
16
17 GST_GKCL
18 GKS is closed
19
20 GST_GKOP
21 GKS is open
22
23 GST_WSOP
24 Additionally, a workstation is open
25
26 GST_WSAC
27 Additionally, a workstation is active
28
29 GST_SGOP
30 Additionally, a segment is open
31
33 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
34 libraries.
35
37 Online: gopen_gks(3NCARG), gopen_ws(3NCARG), gactivate_ws(3NCARG), gde‐
38 activate_ws(3NCARG), gclose_ws(3NCARG), gclose_gks(3NCARG),
39 opngks(3NCARG), clsgks(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)
40
41 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
42 mentals, UNIX Version
43
45 Copyright (C) 1987-2007
46 University Corporation for Atmospheric Research
47
48 This documentation is free software; you can redistribute it and/or
49 modify it under the terms of the GNU General Public License as pub‐
50 lished by the Free Software Foundation; either version 2 of the
51 License, or (at your option) any later version.
52
53 This software is distributed in the hope that it will be useful, but
54 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
55 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
56 Public License for more details.
57
58 You should have received a copy of the GNU General Public License along
59 with this software; if not, write to the Free Software Foundation,
60 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
61
62
63
64UNIX March 1993 GINQ_OP_ST(3NCARG)