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