ncl_gcreate_seg - Man Page

creates a GKS segment.

Synopsis

#include <ncarg/gks.h>

void gcreate_seg(Gint seg_name);

Description

seg_name

(Input) - Specifies the segment identifier that will be used in calls to subsequent segment functions applying to this segment.  There can be a maximum of 100 segments in a given job step.  Legal values for seg_name are integers between 0 and 99 inclusive.

Access

To use the GKS C-binding routines, load the ncarg_gks and ncarg_c libraries.

See Also

Online: geval_tran_matrix(3NCARG), gaccum_tran_matrix(3NCARG), gclose_seg(3NCARG), gcopy_seg_ws(3NCARG), gdel_seg(3NCARG), ginq_name_open_seg(3NCARG), ginq_set_seg_names(3NCARG), gset_seg_tran(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)

Hardcopy:  User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Fundamentals, UNIX Version

Info

March 1993 UNIX NCAR GRAPHICS