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-2007
45 University Corporation for Atmospheric Research
46
47 This documentation is free software; you can redistribute it and/or
48 modify it under the terms of the GNU General Public License as
49 published by the Free Software Foundation; either version 2 of the
50 License, or (at your option) any later version.
51
52 This software is distributed in the hope that it will be useful, but
53 WITHOUT ANY WARRANTY; without even the implied warranty of
54 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
55 General Public License for more details.
56
57 You should have received a copy of the GNU General Public License along
58 with this software; if not, write to the Free Software Foundation,
59 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
60
61
62
63UNIX July 1995 SLRSET(3NCARG)