1SLSETI(3NCARG) NCAR GRAPHICS SLSETI(3NCARG)
2
3
4
6 SLSETI - Provides a new integer value for an internal parameter of
7 Scrolled_title of type INTEGER or REAL. See the scrolled_title_params
8 man page for a complete list of all the Scrolled_title internal
9 parameters.
10
12 CALL SLSETI (PNAM, IVAL)
13
15 #include <ncarg/ncargC.h>
16
17 void c_slseti (char *pnam, int ival)
18
20 PNAM (an input constant or variable of type CHARACTER) specifies
21 the name of the parameter to be set. Only the first three
22 characters of the string are examined.
23
24 IVAL (an input expression of type INTEGER) is the desired value
25 of the internal parameter. If the internal parameter is of
26 type INTEGER, it will be given the value IVAL. If the
27 internal parameter is of type REAL, it will be given the
28 value REAL(IVAL).
29
31 The C-binding argument descriptions are the same as the FORTRAN
32 argument descriptions.
33
35 This routine allows you to set the current value of Scrolled_title
36 parameters. For a complete list of parameters available in this
37 utility, see the scrolled_title_params man page.
38
40 To use SLSETI or c_slseti, load the NCAR Graphics libraries ncarg,
41 ncarg_gks, ncarg_c, and ncarg_c, preferably in that order.
42
44 See the scrolled_title man page for a description of all Scrolled_title
45 error messages and/or informational messages.
46
48 Online: ftitle, scrolled_title, scrolled_title_params, slgeti, slgetr,
49 slogap, slrset, slsetr, stitle, ncarg_cbind.
50
51 Hardcopy: NCAR Graphics Fundamentals, UNIX Version; User's Guide for
52 NCAR GKS-0A Graphics
53
55 Copyright (C) 1987-2009
56 University Corporation for Atmospheric Research
57 The use of this Software is governed by a License Agreement.
58
59
60
61UNIX July 1995 SLSETI(3NCARG)