1GQFASI(3NCARG) NCAR GRAPHICS GQFASI(3NCARG)
2
3
4
6 GQFASI (Inquire fill area style index) - retrieves the current value of
7 the fill area style index.
8
10 CALL GQFASI (ERRIND, STYLI)
11
13 #include <ncarg/gks.h>
14
15 void ginq_fill_style_ind(Gint *err_ind, Gint *fill_style_ind);
16
18 ERRIND (Integer, Output) - If the inquired value cannot be
19 returned correctly, a non-zero error indicator is returned
20 in ERRIND, otherwise a zero is returned. Consult "User's
21 Guide for NCAR GKS-0A Graphics" for a description of the
22 meaning of the error indicators.
23
24 STYLI (Integer, Output) - Returns the fill area style index as
25 set by default or by a call to GSFASI.
26
27 1 Horizontal lines (default)
28
29 2 Vertical lines
30
31 3 Lines of positive slope
32
33 4 Lines of negative slope
34
35 5 Horizontal and vertical lines
36
37 6 Lines of positive and negative slope
38
40 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
41
43 Online: gfa, gsfais, gscr, gsfaci, gqfais, gqfasi, areas,
44 ginq_fill_style_ind
45
46 Hardcopy: "User's Guide for NCAR GKS-0A Graphics"
47
49 Copyright (C) 1987-2007
50 University Corporation for Atmospheric Research
51
52 This documentation is free software; you can redistribute it and/or
53 modify it under the terms of the GNU General Public License as pub‐
54 lished by the Free Software Foundation; either version 2 of the
55 License, or (at your option) any later version.
56
57 This software is distributed in the hope that it will be useful, but
58 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
59 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
60 Public License for more details.
61
62 You should have received a copy of the GNU General Public License along
63 with this software; if not, write to the Free Software Foundation,
64 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
65
66
67
68UNIX March 1993 GQFASI(3NCARG)