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-2009
34 University Corporation for Atmospheric Research
35 The use of this Software is governed by a License Agreement.
36
37
38
39UNIX March 1993 GCRSG(3NCARG)