1GQFAIS(3NCARG) NCAR GRAPHICS GQFAIS(3NCARG)
2
3
4
6 GQFAIS (Inquire fill area interior style) - retrieves the current value
7 for fill area interior style.
8
10 CALL GQFAIS (ERRIND, INTS)
11
13 #include <ncarg/gks.h>
14
15 void ginq_fill_int_style(Gint *err_ind, Gfill_int_style
16 *fill_int_style);
17
19 ERRIND (Integer, Output) - If the inquired value cannot be
20 returned correctly, a non-zero error indicator is returned
21 in ERRIND, otherwise a zero is returned. Consult "User's
22 Guide for NCAR GKS-0A Graphics" for a description of the
23 meaning of the error indicators.
24
25 INTS (Integer, Output) - Returns the current value for fill
26 style as set by default or by a call to GSFAIS.
27
29 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
30
32 Online: gfa, gsfais, gsfasi, gscr, gsfaci, gqfasi, areas,
33 ginq_fill_int_style
34
35 Hardcopy: "User's Guide for NCAR GKS-0A Graphics";
36
38 Copyright (C) 1987-2009
39 University Corporation for Atmospheric Research
40 The use of this Software is governed by a License Agreement.
41
42
43
44UNIX March 1993 GQFAIS(3NCARG)