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-2009
33 University Corporation for Atmospheric Research
34 The use of this Software is governed by a License Agreement.
35
36
37
38UNIX March 1993 GCLOSE_SEG(3NCARG)