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

NAME

6       GQMK (Inquire marker type) - retrieves the current value for the marker
7       type.
8

SYNOPSIS

10       CALL GQMK (ERRIND, MTYPE)
11

C-BINDING SYNOPSIS

13       #include <ncarg/gks.h>
14
15       void ginq_marker_type(Gint *err_ind, Gint *marker_type);
16

DESCRIPTION

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       MTYPE       (Integer, Output) - Returns the current value for the poly‐
25                   marker type as set by default or by a call to GSMK.
26
27                   1
28                           . (dot)
29
30                   2
31                           + (plus)
32
33                   3
34                           * (asterisk) This is the default
35
36                   4
37                           o (circle)
38
39                   5
40                           X (cross)
41

ACCESS

43       To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
44

SEE ALSO

46       Online: gpm, gsmk, gsmksc, gscr, gspmci, gqmksc, gqpmci, point, points,
47       ginq_marker_type
48
49       Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR  Graphics  Funda‐
50       mentals, UNIX Version
51
53       Copyright (C) 1987-2007
54       University Corporation for Atmospheric Research
55
56       This  documentation  is  free  software; you can redistribute it and/or
57       modify it under the terms of the GNU General  Public  License  as  pub‐
58       lished  by  the  Free  Software  Foundation;  either  version  2 of the
59       License, or (at your option) any later version.
60
61       This software is distributed in the hope that it will  be  useful,  but
62       WITHOUT  ANY  WARRANTY;  without  even  the  implied  warranty  of MER‐
63       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  General
64       Public License for more details.
65
66       You should have received a copy of the GNU General Public License along
67       with this software; if not, write  to  the  Free  Software  Foundation,
68       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
69
70
71
72UNIX                              March 1993                      GQMK(3NCARG)
Impressum