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-2007
54 University Corporation for Atmospheric Research
55
56 This documentation is free software; you can redistribute it and/or
57 modify it under the terms of the GNU General Public License as pub‐
58 lished by the Free Software Foundation; either version 2 of the
59 License, or (at your option) any later version.
60
61 This software is distributed in the hope that it will be useful, but
62 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
63 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
64 Public License for more details.
65
66 You should have received a copy of the GNU General Public License along
67 with this software; if not, write to the Free Software Foundation,
68 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
69
70
71
72UNIX March 1993 GINQ_FILL_INT_STYLE(3NCARG)