1GQLWSC(3NCARG) NCAR GRAPHICS GQLWSC(3NCARG)
2
3
4
6 GQLWSC (Inquire linewidth scale factor) - retrieves the current setting
7 of the linewidth scale factor.
8
10 CALL GQLWSC (ERRIND, LWIDTH)
11
13 #include <ncarg/gks.h>
14
15 void ginq_linewidth(Gint *err_ind, Gdouble *linewidth);
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 LWIDTH (Real, Output) - Returns the current value of the linewidth
25 scale factor as set by default or by a call to GSLWSC.
26
28 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
29
31 Online: gpl, gsln, gslwsc, gscr, gsplci, gqln, gqplci, dashline,
32 ginq_linewidth
33
34 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
35 mentals, UNIX Version
36
38 Copyright (C) 1987-2007
39 University Corporation for Atmospheric Research
40
41 This documentation is free software; you can redistribute it and/or
42 modify it under the terms of the GNU General Public License as pub‐
43 lished by the Free Software Foundation; either version 2 of the
44 License, or (at your option) any later version.
45
46 This software is distributed in the hope that it will be useful, but
47 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
48 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
49 Public License for more details.
50
51 You should have received a copy of the GNU General Public License along
52 with this software; if not, write to the Free Software Foundation,
53 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
54
55
56
57UNIX March 1993 GQLWSC(3NCARG)