1GINQ_NAME_OPEN_SEG(3NCARG) NCAR GRAPHICS GINQ_NAME_OPEN_SEG(3NCARG)
2
3
4
6 ginq_name_open_seg (Inquire name of open segment) - returns the name of
7 the currently open segment.
8
10 #include <ncarg/gks.h>
11
12 void ginq_name_open_seg(Gint *err_ind, Gint *name_open_seg);
13
15 err_ind (Output) - If the GKS state is SGOP (segment open), then
16 err_ind is returned as "0"; otherwise err_ind is returned
17 as "4".
18
19 name_open_seg
20 (Output) - If the GKS state is SGOP (segment open), then
21 name_open_seg is returned as the number of the currently
22 open segment; otherwise name_open_seg is undefined.
23
25 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
26 libraries.
27
29 Online: geval_tran_matrix(3NCARG), gaccum_tran_matrix(3NCARG),
30 gclose_seg(3NCARG), gcreate_seg(3NCARG), gcopy_seg_ws(3NCARG),
31 gdel_seg(3NCARG), ginq_set_seg_names(3NCARG), gset_seg_tran(3NCARG),
32 gks(3NCARG), ncarg_gks_cbind(3NCARG)
33
34 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
35 mentals, UNIX Version
36
38 Copyright (C) 1987-2007
39 University Corporation for Atmospheric Research
40
41 This documentation is free software; you can redistribute it and/or
42 modify it under the terms of the GNU General Public License as pub‐
43 lished by the Free Software Foundation; either version 2 of the
44 License, or (at your option) any later version.
45
46 This software is distributed in the hope that it will be useful, but
47 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
48 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
49 Public License for more details.
50
51 You should have received a copy of the GNU General Public License along
52 with this software; if not, write to the Free Software Foundation,
53 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
54
55
56
57UNIX March 1993 GINQ_NAME_OPEN_SEG(3NCARG)