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-2009
55 University Corporation for Atmospheric Research
56 The use of this Software is governed by a License Agreement.
57
58
59
60UNIX March 1993 LBSETI(3NCARG)