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