1GDSG(3NCARG) NCAR GRAPHICS GDSG(3NCARG)
2
3
4
6 GDSG (Delete segment) - deletes a GKS segment.
7
9 CALL GDSG(SGNA)
10
12 #include <ncarg/gks.h>
13
14 void gdel_seg(Gint seg_name);
15
17 SGNA (Integer, Input) - Specifies the segment identifier for a
18 segment that will be deleted by a call to this function.
19
21 The segment name is removed from the set of names of segments that are
22 currently in use.
23
25 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
26
28 Online: gevtm, gactm, gclsg, gcrsg, gcsgwk, gqopsg, gqsgus, gssgt.,
29 gdel_seg
30
31 Hardcopy: "User's Guide for NCAR GKS-0A Graphics"
32
34 Copyright (C) 1987-2007
35 University Corporation for Atmospheric Research
36
37 This documentation is free software; you can redistribute it and/or
38 modify it under the terms of the GNU General Public License as pub‐
39 lished by the Free Software Foundation; either version 2 of the
40 License, or (at your option) any later version.
41
42 This software is distributed in the hope that it will be useful, but
43 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
44 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
45 Public License for more details.
46
47 You should have received a copy of the GNU General Public License along
48 with this software; if not, write to the Free Software Foundation,
49 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
50
51
52
53UNIX March 1993 GDSG(3NCARG)