1GINQ_LINEWIDTH(3NCARG) NCAR GRAPHICS GINQ_LINEWIDTH(3NCARG)
2
3
4
6 ginq_linewidth (Inquire linewidth scale factor) - retrieves the current
7 setting of the linewidth scale factor.
8
10 #include <ncarg/gks.h>
11
12 void ginq_linewidth(Gint *err_ind, Gdouble *linewidth);
13
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 linewidth (Output) - Returns the current value of the linewidth scale
22 factor as set by default or by a call to gset_linewidth.
23
25 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
26 libraries.
27
29 Online: gpolyline(3NCARG), gset_linetype(3NCARG),
30 gset_linewidth(3NCARG), gset_colr_rep(3NCARG),
31 gset_line_colr_ind(3NCARG), ginq_linetype(3NCARG),
32 ginq_line_colr_ind(3NCARG), dashline(3NCARG), gks(3NCARG),
33 ncarg_gks_cbind(3NCARG)
34
35 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
36 mentals, UNIX Version
37
39 Copyright (C) 1987-2009
40 University Corporation for Atmospheric Research
41 The use of this Software is governed by a License Agreement.
42
43
44
45UNIX March 1993 GINQ_LINEWIDTH(3NCARG)