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-2009
46 University Corporation for Atmospheric Research
47 The use of this Software is governed by a License Agreement.
48
49
50
51UNIX March 1993 GINQ_OP_ST(3NCARG)