1GINQ_FILL_STYLE_IND(3NCARG)      NCAR GRAPHICS     GINQ_FILL_STYLE_IND(3NCARG)
2
3
4

NAME

6       ginq_fill_style_ind  (Inquire  fill  area  style index) - retrieves the
7       current value of the fill area style index.
8

SYNOPSIS

10       #include <ncarg/gks.h>
11
12       void ginq_fill_style_ind(Gint *err_ind, Gint *fill_style_ind);
13

DESCRIPTION

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

ACCESS

38       To  use  the  GKS  C-binding  routines,  load the ncarg_gks and ncarg_c
39       libraries.
40

SEE ALSO

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