1GCLSG(3NCARG) NCAR GRAPHICS GCLSG(3NCARG)
2
3
4
6 GCLSG (Close segment) - closes a GKS segment.
7
9 CALL GCLSG
10
12 #include <ncarg/gks.h>
13
14 void gclose_seg( void );
15
17 A call to GCLSG closes the currently open segment (graphics output
18 primitives will no longer be stored in that segment). GCLSG can be
19 called only if a segment is open.
20
22 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
23
25 Online: gevtm, gactm, gcrsg, gcsgwk, gdsg, gqopsg, gqsgus, gssgt,
26 gclose_seg
27
28 Hardcopy: "User's Guide for NCAR GKS-0A Graphics"
29
31 Copyright (C) 1987-2009
32 University Corporation for Atmospheric Research
33 The use of this Software is governed by a License Agreement.
34
35
36
37UNIX March 1993 GCLSG(3NCARG)