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