File: options.html

package info (click to toggle)
xmgr 4.1.2-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 5,544 kB
  • ctags: 6,680
  • sloc: ansic: 79,050; sh: 1,812; makefile: 278; perl: 90; fortran: 66
file content (69 lines) | stat: -rw-r--r-- 1,887 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<HTML>

<HEAD>
<TITLE>Xmgr: Options</TITLE>
</HEAD>

<BODY>
        <h2> <a NAME="graph">Options</a> </h2>


<p>
<HR>

        <ul>
	   <li><a href="page.html">Page</a>
               <ul>
               <li><a href="page.html#free">Free</a>
               <li><a href="page.html#landscape">Landscape</a>
               <li><a href="page.html#portrait">Portrait</a>
               <li><a href="page.html#fixed">Fixed</a>
               <li><a href="page.html#size">Size</a>
               </ul>
	   <li><a href="view.html">View</a>
               <ul>
               <li><a href="view.html#loc">Locator bar</a>
               <li><a href="view.html#status">Status bar</a>
               <li><a href="view.html#tool">Tool bar</a>
               <li><a href="view.html#setfixed">Set fixed point</a>
               <li><a href="view.html#clearfixed">Clear fixed point</a>
               <li><a href="view.html#locprops">Locator props</a>
               </ul>
          <li><a href="#workdir">Working directory</a>
	  <li><a href="#drawoptions">Draw options</a>
	  <li><a href="#misc">Misc.</a>
        </ul>
<p>
<HR>


	<h3> <a NAME="drawoptions">Draw options</a> </h3>
<p>
Set the amount of scrolling, linked scrolling (scrolling the current graph 
scrolls all graphs), automatic redraw, and whether the screen is erased 
before refreshing the screen.
<p>
<HR>

	<h3> <a NAME="workdir">Working directory</a> </h3>
<p>
Set the working directory. Any file selection popup will start in the selected
directory.
<p>
<HR>


	<h3> <a NAME="misc">Misc.</a> </h3>
<p>
<ul>
<li> Debug level: Set the debug level.
<li> Verify Pick sets operations: If on, when using Pick ops, Set the debug level.
<li> Allow double clicks on canvas: If on, double clicks on the drawing area
are meaningful.
<li> Allow autoscale on read: When a read is performed, autoscale the current
graph.
</ul>


</BODY>
</HTML>