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>
|