File: dblclick.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 (37 lines) | stat: -rw-r--r-- 1,020 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
<HTML>
<HEAD>
 <TITLE>Xmgr: double clicks</TITLE>
</HEAD>

<BODY>

	<h2> <a NAME="dblclicks">Double clicks</a> </h2>
<p>
When activated, double clicking on  parts of the canvas 
will  invoke certain popups.
<p>
<HR>
<p>
        <dl>
        	<dt> left of graph frame
        	<dd> <a href="plot.html#ticks">  y axis label/ticks </a>
        	<dt> below graph frame
        	<dd> <a href="plot.html#ticks">  x axis label/ticks </a>
        	<dt> on focus markers 
        	<dd> move selected viewport corner
        	<dt> within graph frame
        	<dd> Edit nearest set
        		<a href="plot.html#symbols">symbols</a> or 
        		<a href="file.html#readsets">Read sets </a>
        		if none active
        	<dt> right of graph frame
        	<dd> <a href="plot.html#legends">Legend</a>
        	<dt> above graph frame
        	<dd> <a href="plot.html#title"> Titles/subtitles </a>
        </dl>
<HR>
This behavior can be turned on or off in the 
<a href="options.html#misc">Options/Misc menu</a>.
</BODY>

</HTML>