1LBSETI(3NCARG) NCAR GRAPHICS LBSETI(3NCARG)
2
3
4
6 LBSETI - Gives an integer value to an internal parameter of Labelbar.
7
9 CALL LBSETI (PNAM, IVAL)
10
12 #include <ncarg/ncargC.h>
13
14 void c_lbseti (char *pnam, int ival)
15
17 PNAM (an input constant or variable of type CHARACTER) is a
18 string three or more characters in length, beginning with
19 one of the six character strings 'CBL', 'CFL', 'CLB',
20 'WBL', 'WFL', or 'WLB'.
21
22 IVAL (an input expression of type INTEGER) specifies the desired
23 value of the parameter. If the internal parameter is of
24 type REAL, the value REAL(IVAL) will be given to it.
25
27 The C-binding argument descriptions are the same as the FORTRAN
28 argument descriptions.
29
31 This routine allows you to set the current value of Labelbar
32 parameters. For a complete list of parameters available in this
33 utility, see the labelbar_params man page.
34
36 Use the ncargex command to see the following relevant examples: cpex07
37 and cpex08, and tconpa.
38
40 To use LBSETI or c_lbseti, load the NCAR Graphics libraries ncarg,
41 ncarg_gks, and ncarg_c, preferably in that order.
42
44 See the labelbar man page for a description of all Labelbar error
45 messages and/or informational messages.
46
48 Online: labelbar, labelbar_params, lbfill, lbgeti, lbgetr, lblbar,
49 lbsetr, ncarg_cbind
50
51 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
52
54 Copyright (C) 1987-2007
55 University Corporation for Atmospheric Research
56
57 This documentation is free software; you can redistribute it and/or
58 modify it under the terms of the GNU General Public License as
59 published by the Free Software Foundation; either version 2 of the
60 License, or (at your option) any later version.
61
62 This software is distributed in the hope that it will be useful, but
63 WITHOUT ANY WARRANTY; without even the implied warranty of
64 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
65 General Public License for more details.
66
67 You should have received a copy of the GNU General Public License along
68 with this software; if not, write to the Free Software Foundation,
69 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
70
71
72
73UNIX March 1993 LBSETI(3NCARG)