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
|
<html>
<head>
<title>Menu Sections</title>
</head>
<body style="background-color: rgb(255, 255, 255); direction: ltr;">
<center>
<table style="margin-left: auto; margin-right: auto; width: 100%; text-align: center;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 33%; text-align: center;"><a href="Display.htm"><img src="back.gif" alt="The Display" align="top" border="0"></a> <a href="Display.htm">The Display</a></td>
<td style="width: 34%; text-align: center;"> <a href="Contents.htm"><img src="up.gif" alt="Contents" align="top" border="0"></a> <a href="Contents.htm">Contents</a></td>
<td style="width: 33%; text-align: center;"> <a align="middle" href="ContextMenu.htm">The Context Menu</a> <a href="ContextMenu.htm"><img src="forward.gif" alt="The Context Menu" align="top" border="0"></a></td>
</tr>
</tbody>
</table>
</center>
<hr>
<h2><u>Menu Sections</u></h2>
<p>
The main menu has the following sections:
<ul>
<li> The File menu is there because, well, it's traditional: every program must have one. The only entry is <b>Exit</b>, to close 4Pane; other file things (e.g. New File or Dir) are in the Edit menu.</li>
<li><a href="Edit.htm"> Edit menu</a></li>
<li><a href="View.htm"> View menu</a></li>
<li><a href="Tabs.htm"> Tabs menu</a></li>
<li><a href="Bookmarks.htm"> Bookmarks menu</a></li>
<li><a href="Archive.htm"> Archive menu</a></li>
<li><a href="Mount.htm"> Mount menu</a></li>
<li><a href="Tools.htm"> Tools menu</a></li>
<li><a href="Options.htm"> Options menu</a></li>
<li>The Help menu has three self-explanatory entries: <b>Help Contents, FAQ</b> and <b>About</b>. You can also access help by pressing the F1 key; wherever possible the resulting help-page will context-sensitive.</li>
</ul>
</p>
</body>
</html>
|