File: Tabs.htm

package info (click to toggle)
4pane 8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 10,480 kB
  • sloc: cpp: 38,358; ansic: 5,186; sh: 4,359; makefile: 157; xml: 27
file content (41 lines) | stat: -rw-r--r-- 2,912 bytes parent folder | download | duplicates (3)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>The Tabs menu</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="View.htm"><img src="back.gif" alt="The View Menu" align="top" border="0"></a>&nbsp;&nbsp;<a href="View.htm">The View Menu</a></td>
      <td style="width: 34%; text-align: center;">&nbsp;&nbsp;<a href="Menu.htm"><img src="up.gif" alt="Menu Sections" align="top" border="0"></a>&nbsp;&nbsp;<a href="Menu.htm">Menu Sections</a></td>
      <td style="width: 33%; text-align: center;">&nbsp;&nbsp;<a align="middle" href="Bookmarks.htm">The Bookmarks menu</a>&nbsp;&nbsp;<a href="Bookmarks.htm"><img src="forward.gif" alt="The Bookmarks menu" align="top" border="0"></a></td>
    </tr>
  </tbody>
</table>

</center>
<hr>

<h2><u>The Tabs menu</u></h2>

<p>
It's one of the features of 4Pane that you're not restricted to just those four panes; you can have up to 26 different four-pane pages, or Tabs. 
Each of these can have its own individual orientation, pane sizes and contents. When created, they are named "Page 1", "Page 2" etc, but you can rename each tab as you wish.<br><br>

Wouldn't it be nice if, having created a set of Tabs that suits you, you could save the combination and reload it another time. Well, you can. 
A set is called a Tab Template, and you can have up to 26 of them, each with up to 26 pages. So you can have a template that contains the folders where your pictures are stored; another for your music...<br><br>

Back to the menu. The first five items are almost self-explanatory. <b>New</b> creates a new Tab, <b>Delete</b> deletes the currently-selected one. These actions are also available from the toolbar. 
<b>Insert</b> inserts a new tab immediately after the currently-selected one. <b>Rename</b> renames the current tab, and <b>Duplicate</b> duplicates it.<br><br>

The next two items configure the page's appearance. <b>Show even single Tab Head</b> means that, even if the current page is the only one, show its tab bit anyway. This is off by default. <b>Give all Tab Heads equal Width</b> does what it says, even if some names are much longer than others (NB this isn't available when using gtk3).<br><br>

Finally, three items that deal with Tab Templates. <b>Load a Tab Template</b> opens a submenu that holds any templates that you've stored.  <b>Save Layout as Template</b> saves the current Tab setup as a template. <b>Delete a Template</b> opens a dialog that allows you to delete one or more of your templates.<br><br>

Most of these menu-items also feature on the <b>Tab Context menu</b>, that you can open by right-clicking on a Tab head.
</p>
</body>
</html>