1GINQ_FILL_STYLE_IND(3NCARG) NCAR GRAPHICS GINQ_FILL_STYLE_IND(3NCARG)
2
3
4
6 ginq_fill_style_ind (Inquire fill area style index) - retrieves the
7 current value of the fill area style index.
8
10 #include <ncarg/gks.h>
11
12 void ginq_fill_style_ind(Gint *err_ind, Gint *fill_style_ind);
13
15 err_ind (Output) - If the inquired value cannot be returned cor‐
16 rectly, a non-zero error indicator is returned in err_ind,
17 otherwise a zero is returned. Consult "User's Guide for
18 NCAR GKS-0A Graphics" for a description of the meaning of
19 the error indicators.
20
21 fill_style_ind
22 (Output) - Returns the fill area style index as set by
23 default or by a call to gset_fill_style_ind.
24
25 1 Horizontal lines (default)
26
27 2 Vertical lines
28
29 3 Lines of positive slope
30
31 4 Lines of negative slope
32
33 5 Horizontal and vertical lines
34
35 6 Lines of positive and negative slope
36
38 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
39 libraries.
40
42 Online: gfill_area(3NCARG), gset_fill_int_style(3NCARG),
43 gset_colr_rep(3NCARG), gset_fill_colr_ind(3NCARG),
44 ginq_fill_int_style(3NCARG), ginq_fill_style_ind(3NCARG),
45 areas(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)
46
47 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
48 mentals, UNIX Version
49
51 Copyright (C) 1987-2009
52 University Corporation for Atmospheric Research
53 The use of this Software is governed by a License Agreement.
54
55
56
57UNIX March 1993 GINQ_FILL_STYLE_IND(3NCARG)