1GQLN(3NCARG) NCAR GRAPHICS GQLN(3NCARG)
2
3
4
6 GQLN (Inquire line type) - retrieves the current setting for linetype.
7
9 CALL GQLN (ERRIND, LTYPE)
10
12 #include <ncarg/gks.h>
13
14 void ginq_linetype(Gint *err_ind, Gint *linetype);
15
17 ERRIND (Integer, Output) - If the inquired value cannot be
18 returned correctly, a non-zero error indicator is returned
19 in ERRIND, otherwise a zero is returned. Consult "User's
20 Guide for NCAR GKS-0A Graphics" for a description of the
21 meaning of the error indicators.
22
23 LTYPE (Integer, Output) - Returns the current value for the line
24 type as set by default or by a call to GSLN.
25
26 1 Solid
27
28 2 Dashed
29
30 3 Dotted
31
32 4 Dot-dash
33
35 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
36
38 Online: gpl, gsln, gslwsc, gscr, gsplci, gqlwsc, gqplci, dashline,
39 ginq_linetype
40
41 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
42 mentals, UNIX Version
43
45 Copyright (C) 1987-2007
46 University Corporation for Atmospheric Research
47
48 This documentation is free software; you can redistribute it and/or
49 modify it under the terms of the GNU General Public License as pub‐
50 lished by the Free Software Foundation; either version 2 of the
51 License, or (at your option) any later version.
52
53 This software is distributed in the hope that it will be useful, but
54 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
55 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
56 Public License for more details.
57
58 You should have received a copy of the GNU General Public License along
59 with this software; if not, write to the Free Software Foundation,
60 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
61
62
63
64UNIX March 1993 GQLN(3NCARG)