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-2007
32 University Corporation for Atmospheric Research
33
34 This documentation is free software; you can redistribute it and/or
35 modify it under the terms of the GNU General Public License as pub‐
36 lished by the Free Software Foundation; either version 2 of the
37 License, or (at your option) any later version.
38
39 This software is distributed in the hope that it will be useful, but
40 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
41 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
42 Public License for more details.
43
44 You should have received a copy of the GNU General Public License along
45 with this software; if not, write to the Free Software Foundation,
46 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
47
48
49
50UNIX March 1993 GCLSG(3NCARG)