1SLRSET(3NCARG) NCAR GRAPHICS SLRSET(3NCARG)
2
3
4
6 SLRSET - Resets all parameters of Scrolled_title to the initial default
7 values.
8
10 CALL SLRSET
11
13 #include <ncarg/ncargC.h>
14
15 void c_slrset()
16
18 SLRSET has no arguments.
19
21 Calling this routine restores all Scrolled_title parameters to their
22 initial default values. For a complete list of parameters available in
23 this utility, see the scrolled_title_params man page.
24
26 Use the ncargex command to see the following relevant example: slex02.
27
29 To use SLRSET or c_slrset, load the NCAR Graphics libraries ncarg,
30 ncarg_gks, and ncarg_c, preferably in that order.
31
33 See the scrolled_title man page for a description of all Scrolled_title
34 error messages and/or informational messages.
35
37 Online: ftitle, scrolled_title, scrolled_title_params, slgeti, slgetr,
38 slogap, slseti, slsetr, stitle, ncarg_cbind.
39
40 Hardcopy: NCAR Graphics Fundamentals, UNIX Version; User's Guide for
41 NCAR GKS-0A Graphics
42
44 Copyright (C) 1987-2009
45 University Corporation for Atmospheric Research
46 The use of this Software is governed by a License Agreement.
47
48
49
50UNIX July 1995 SLRSET(3NCARG)