[Xfce4-commits] <xfce4-docs:xfce4-panel-master> Finished first draft of Separator documentation.

Shara Miller noreply at xfce.org
Sun Mar 13 23:10:02 CET 2011


Updating branch refs/heads/xfce4-panel-master
         to e98596038aee7110903730f3590950d9b67ea5cb (commit)
       from c3f12c85c2a9dba60b56c5528b5c730f745c00e6 (commit)

commit e98596038aee7110903730f3590950d9b67ea5cb
Author: Shara Miller <shara.miller at gmail.com>
Date:   Sun Mar 13 14:41:01 2011 -0500

    Finished first draft of Separator documentation.

 separator.page |  107 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 102 insertions(+), 5 deletions(-)

diff --git a/separator.page b/separator.page
index f005c20..5cc7b65 100644
--- a/separator.page
+++ b/separator.page
@@ -16,20 +16,117 @@
   </info>
 
   <title>Separator</title>
-
-  <p></p>
+  <p>Adds a seperator or space between panel items.</p>
 
   <section id="properties">
     <title>Properties</title>
-
     <figure>
-      <title>Separator's properties dialog</title>
+      <title>Separator dialog</title>
       <media type="image" src="figures/separator.png" mime="image/png" style="right"/>
     </figure>
+
+    <section id="appearance">
+      <title>Appearance</title>
+      <p>
+        You can control the appearance of individual panel seperators through these settings.
+      </p>
+
+      <section id="style">
+        <title>Style</title>
+          <p>
+            Various styles can be applied to the panel separator.
+          </p>
+
+          <table>
+            <tr>
+              <td>
+                <p><gui>Transparent</gui></p>
+              </td>
+              <td>
+                <p></p>
+              </td>
+              <td> 
+                <p>
+                  The separator is invisible.
+                </p>
+              </td>
+            </tr>
+
+            <tr>
+              <td>
+                <p><gui>Separator</gui></p>
+              </td>
+              <td>
+                <p></p>
+              </td>
+              <td>
+                <p>
+                  A dividing line is inserted into the separator.
+                </p>
+              </td>
+            </tr>
+
+            <tr>
+              <td>
+                <p><gui>Handle</gui></p>
+              </td>
+              <td>
+                <p></p>
+              </td>
+              <td>
+                <p>
+                  Three lines are inserted into the center of the separator.
+                </p>
+              </td>
+            </tr>
+
+            <tr>
+              <td>
+                <p><gui>Dots</gui></p>
+              </td>
+              <td>
+                <p></p>
+              </td>
+              <td>
+                <p>
+                  Dots are shown across the separator.
+                </p>
+              </td>
+            </tr>
+
+            <tr>
+              <td>
+                <p><gui>New Line</gui></p>
+              </td>
+              <td>
+                <p></p>
+              </td>
+              <td>
+                <p>
+                  Moves plugins that are to the right of the seperator into a new line.
+                  Use this if you do not want to create a new panel, but need more space 
+                  for plugins.
+                </p>
+              </td>
+            </tr>
+
+          </table>
+      </section>
+
+      <terms>
+        <item>
+          <title><gui>Expand</gui></title>
+          <p>
+            This expands the length of the seperator.
+          </p>
+        </item>
+      </terms>
+    </section>
+    
   </section>
 
   <section id="theming">
-    <title>Style Properties</title>
+    <title>Theming Properties</title>
 
   </section>
 



More information about the Xfce4-commits mailing list