File: menu_file.html

package info (click to toggle)
libgrinvin-help-java 1.2-1
  • links: PTS, VCS
  • area: contrib
  • in suites: squeeze
  • size: 1,016 kB
  • ctags: 57
  • sloc: xml: 744; haskell: 264; makefile: 12
file content (19 lines) | stat: -rw-r--r-- 677 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../style.css">
<title>File menu (editor window)</title>
</head>
<body>
<h1>File Menu</h1>
<table width="100%" border="0" cellspacing="12">
<tr valign="top">
<td width="40%"><strong>Snapshot</strong></td><td width="60%">Takes a snapshot of the current graph in the editor. This snapshot is then added to the graph list next to the editor area.
		          From this list you can drag the graph.</td>
</tr>
<tr valign="top">
<td width="40%"><strong>Close</strong></td><td width="60%">Closes the editor window.</td>
</tr>
</table>
</body>
</html>