1GCLOSE_SEG(3NCARG) NCAR GRAPHICS GCLOSE_SEG(3NCARG)
2
3
4
6 gclose_seg (Close segment) - closes a GKS segment.
7
9 #include <ncarg/gks.h>
10
11 void gclose_seg( void );
12
14 A call to gclose_seg closes the currently open segment (graphics output
15 primitives will no longer be stored in that segment). gclose_seg can
16 be called only if a segment is open.
17
19 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
20 libraries.
21
23 Online: geval_tran_matrix(3NCARG), gaccum_tran_matrix(3NCARG), gcre‐
24 ate_seg(3NCARG), gcopy_seg_ws(3NCARG), gdel_seg(3NCARG),
25 ginq_name_open_seg(3NCARG), ginq_set_seg_names(3NCARG),
26 gset_seg_tran(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)
27
28 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
29 mentals, UNIX Version
30
32 Copyright (C) 1987-2007
33 University Corporation for Atmospheric Research
34
35 This documentation is free software; you can redistribute it and/or
36 modify it under the terms of the GNU General Public License as pub‐
37 lished by the Free Software Foundation; either version 2 of the
38 License, or (at your option) any later version.
39
40 This software is distributed in the hope that it will be useful, but
41 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
42 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
43 Public License for more details.
44
45 You should have received a copy of the GNU General Public License along
46 with this software; if not, write to the Free Software Foundation,
47 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
48
49
50
51UNIX March 1993 GCLOSE_SEG(3NCARG)