[gnome-devel-docs] update loads of stuff



commit 1d86832ef149acf30fc5ae8db4faa7fdc5f1c176
Author: Allan Day <allanpday gmail com>
Date:   Wed Aug 13 20:12:47 2014 +0100

    update loads of stuff

 hig3/C/buttons.page            |    6 +-
 hig3/C/check-boxes.page        |    8 +-
 hig3/C/drop-down-lists.page    |    4 +-
 hig3/C/figures/check-boxes.png |  Bin 5001 -> 4226 bytes
 hig3/C/figures/grids.png       |  Bin 0 -> 5490 bytes
 hig3/C/figures/src/figures.svg | 2152 +++++++++++++++++++++++++++++++---------
 hig3/C/grids.page              |   42 +
 hig3/C/menu-bars.page          |  735 ++++++++++++++-
 hig3/C/menus.page              |   11 +-
 hig3/C/patterns.page           |    4 +-
 hig3/C/popovers.page           |   12 +-
 hig3/C/radio-buttons.page      |    2 +-
 hig3/C/switches.page           |    4 +-
 hig3/C/tabs.page               |   10 +-
 hig3/C/text-fields.page        |   10 +-
 hig3/C/ui-elements.page        |    1 +
 hig3/C/writing-style.page      |    2 +-
 17 files changed, 2514 insertions(+), 489 deletions(-)
---
diff --git a/hig3/C/buttons.page b/hig3/C/buttons.page
index c7382b4..e4bf368 100644
--- a/hig3/C/buttons.page
+++ b/hig3/C/buttons.page
@@ -24,7 +24,7 @@
 <title>General Guidelines</title>
 
 <list>
-<item><p>An button can contain an icon, button, or - more unusually - an image. Follow the icons and artwork 
guidelines when deciding which to use.</p></item>
+<item><p>A button can contain an icon, button, or - more unusually - an image. Follow the icons and artwork 
guidelines when deciding which to use.</p></item>
 <item><p>After pressing a button, the user should expect to see the result of their action within 1 
second.</p></item>
 <item><p>Do not use more than one or two different widths of button in the same window, and make all of them 
the same height. This will help give a pleasing uniform visual appearance to your window that makes it easier 
to use.</p></item>
 <item><p>Do not assign actions to double-clicking or right-clicking a button. Users are unlikely to discover 
these actions, and if they do, it will distort their expectations of other buttons on the desktop.</p></item>
@@ -38,9 +38,9 @@
 <section id="text-buttons">
 <title>Text buttons</title>
 
-<p>Label all buttons with imperative verbs, using header capitalization. For example, Save, Sort or Update 
Now. Provide an access key in the label that allows the user to directly activate the button from the 
keyboard.</p>
+<p>Label all buttons with imperative verbs, using <link xref="writing-style#capitalization">header 
capitalization</link>. For example, Save, Sort or Update Now. Provide an access key in the label that allows 
the user to directly activate the button from the keyboard.</p>
 
-<p>Use an ellipsis (...) at the end of the label if the action requires further input from the user before 
it can be carried out. For example, Save As... or Find.... Do not add an ellipsis to commands like 
Properties, Preferences, or Settings, as these open windows that do not require further input.</p>
+<p>Use an ellipsis (...) at the end of the label if the action requires further input from the user before 
it can be carried out. For example, <gui>Save As...</gui> or <gui>Find...</gui>. Do not add an ellipsis to 
commands like <gui>Properties</gui>, <gui>Preferences</gui>, or <gui>Preferences</gui>, as these open windows 
that do not require further input.</p>
 
 </section>
 
diff --git a/hig3/C/check-boxes.page b/hig3/C/check-boxes.page
index 8f4671d..0932d7f 100644
--- a/hig3/C/check-boxes.page
+++ b/hig3/C/check-boxes.page
@@ -26,9 +26,9 @@
 <list>
 <item><p>Clicking a check box should not affect the values of any other controls. It may sensitize, 
insensitize, hide or show other controls, however.</p></item>
 <item><p>If toggling a check box affects the sensitivity of other controls, place the check box immediately 
above or to the left of the controls that it affects. This helps to indicate that the controls are dependent 
on the state of the check box.</p></item>
-<item><p>Use sentence capitalization for check box labels, for example Use custom font.</p></item>
-<item><p>Label check boxes to clearly indicate the effects of both their checked and unchecked states, for 
example, Show icons in menus. If the two states of a check box cannot be clearly communicated, consider using 
two radio buttons instead so both states can be given labels.</p></item>
-<item><p>Provide an access key in all check box labels that allows the user to set or unset the check box 
directly from the keyboard.</p></item>
+<item><p>Use <link xref="writing-style#capitalization">sentence capitalization</link> for check box labels, 
for example <gui>Use custom font</gui>.</p></item>
+<item><p>Label check boxes to clearly indicate the effects of both their checked and unchecked states, for 
example, <gui>Show icons in menus</gui>. If the two states of a check box cannot be clearly communicated, 
consider using two radio buttons instead so both states can be given labels.</p></item>
+<item><p>Provide an <link xref="keyboard-input#access-keys">access key</link> in all check box labels that 
allows the user to set or unset the check box directly from the keyboard.</p></item>
 <item><p>If the check box represents a setting in a multiple selection that is set for some objects in the 
selection and unset for others, show the check box in its mixed state. When a check box is in its mixed 
state:</p></item>
 <list>
 <item><p>Clicking the box once should check the box, applying that setting (when confirmed) to all the 
selected objects.</p></item>
@@ -36,7 +36,7 @@
 <item><p>Clicking the box a third time should return the box to its mixed state, restoring each selected 
object's original value for that setting (when confirmed).</p></item>
 </list>
 <item><p>Label a group of check boxes with a descriptive heading above or to the left of the 
group.</p></item>
-<item><p>Do not place more than about eight check boxes under the same group heading. If you need more than 
eight, try to use blank space, heading labels or frames to divide them into smaller groups. Otherwise, 
consider using a check box list instead— but you probably also need to think about how to simplify your user 
interface.</p></item>
+<item><p>Do not place more than about eight check boxes under the same group heading. If you need more than 
eight, try to use blank space or heading labels to divide them into smaller groups. Otherwise, consider using 
a check box list instead— but you probably also need to think about how to simplify your user 
interface.</p></item>
 <item><p>Try to align groups of check boxes vertically rather than horizontally, as this makes them easier 
to scan visually. Use horizontal or rectangular alignments only if they greatly improve the layout of the 
window.</p></item>
 </list>
 
diff --git a/hig3/C/drop-down-lists.page b/hig3/C/drop-down-lists.page
index 467cfea..cc29243 100644
--- a/hig3/C/drop-down-lists.page
+++ b/hig3/C/drop-down-lists.page
@@ -35,8 +35,8 @@
 <list>
 <item><p>While GTK+ does provide a specific combobox widget, it is recommended that drop down lists are 
constructed using a combination of a button and a popover. This prevents difficult scrolling behaviour for 
long lists, and allows search to be integrated into the list.</p></item>
 <item><p>If the number of items is very large, provide search.</p></item>
-<item><p>Label the drop-down list button with a text label above it or to its left, using sentence 
capitalization. Provide an access key in the label that allows the user to give focus directly to the 
drop-down list.</p></item>
-<item><p>Use sentence capitalization for drop-down list items, for example Switched movement.</p></item>
+<item><p>Label the drop-down list button with a text label above it or to its left, using <link 
xref="writing-style#capitalization">sentence capitalization</link>. Provide an access key in the label that 
allows the user to give focus directly to the drop-down list.</p></item>
+<item><p>Use <link xref="writing-style#capitalization">sentence capitalization</link> for drop-down list 
items, for example <gui>Switched movement</gui>.</p></item>
 </list>
 
 </section>
diff --git a/hig3/C/figures/check-boxes.png b/hig3/C/figures/check-boxes.png
index 435cd24..61763e9 100644
Binary files a/hig3/C/figures/check-boxes.png and b/hig3/C/figures/check-boxes.png differ
diff --git a/hig3/C/figures/grids.png b/hig3/C/figures/grids.png
new file mode 100644
index 0000000..83c56c2
Binary files /dev/null and b/hig3/C/figures/grids.png differ
diff --git a/hig3/C/figures/src/figures.svg b/hig3/C/figures/src/figures.svg
index 0c0f620..25bc2b0 100644
--- a/hig3/C/figures/src/figures.svg
+++ b/hig3/C/figures/src/figures.svg
@@ -176,6 +176,17 @@
          id="rect48997"
          
style="color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#d3d7cf;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
     </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath51614">
+      <rect
+         y="257.36218"
+         x="-1304"
+         height="74"
+         width="664"
+         id="rect51616"
+         style="fill:#729fcf;fill-opacity:1;stroke:none" />
+    </clipPath>
   </defs>
   <sodipodi:namedview
      id="base"
@@ -184,12 +195,12 @@
      borderopacity="1.0"
      inkscape:pageopacity="0"
      inkscape:pageshadow="2"
-     inkscape:zoom="1.4142136"
-     inkscape:cx="480.74008"
-     inkscape:cy="1639.0476"
+     inkscape:zoom="0.70710678"
+     inkscape:cx="901.0389"
+     inkscape:cy="2702.5625"
      inkscape:document-units="px"
      inkscape:current-layer="layer2"
-     showgrid="true"
+     showgrid="false"
      inkscape:snap-bbox="true"
      inkscape:snap-nodes="false"
      inkscape:window-width="1920"
@@ -528,18 +539,18 @@
        width="458"
        height="448.00003"
        x="171"
-       y="-2006.6378"
+       y="-1406.6378"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
        inkscape:export-xdpi="90"
        inkscape:export-ydpi="90" />
     <text
        sodipodi:linespacing="125%"
        id="text47621"
-       y="-1453.6377"
+       y="-853.6377"
        x="165"
        
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-1453.6377"
+         y="-853.6377"
          x="165"
          id="tspan47623"
          sodipodi:role="line">List styles</tspan></text>
@@ -549,7 +560,7 @@
        width="938"
        height="538"
        x="161"
-       y="-1426.6377"
+       y="-826.6377"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/list-styles.png"
        inkscape:export-xdpi="90"
        inkscape:export-ydpi="90" />
@@ -557,23 +568,44 @@
        xml:space="preserve"
        
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="165"
-       y="-853.6377"
+       y="-253.6377"
        id="text48605"
        sodipodi:linespacing="125%"><tspan
          sodipodi:role="line"
          id="tspan48607"
          x="165"
-         y="-853.6377">Editable lists</tspan></text>
+         y="-253.6377">Editable lists</tspan></text>
     <rect
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/editable-lists.png"
-       y="-826.6377"
+       y="-226.6377"
        x="161"
        height="427.99988"
        width="598"
        id="rect48609"
        
style="fill:#ffffff;fill-opacity:0;stroke:#ffffff;stroke-width:1.99999988;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none"
 />
+    <text
+       sodipodi:linespacing="125%"
+       id="text51606"
+       y="-2039.6377"
+       x="165"
+       
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+       xml:space="preserve"><tspan
+         y="-2039.6377"
+         x="165"
+         id="tspan51608"
+         sodipodi:role="line">Grids</tspan></text>
+    <rect
+       
style="fill:#ffffff;fill-opacity:0;stroke:#ffffff;stroke-width:1.99999988;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:0;stroke-dasharray:none"
+       id="rect51610"
+       width="938"
+       height="538"
+       x="161"
+       y="-2012.6377"
+       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
   </g>
   <g
      inkscape:label="diagrams"
@@ -6242,356 +6274,359 @@
            x="2186.9929"
            y="-884.35931">Some</tspan></text>
     </g>
-    <rect
-       ry="9"
-       rx="9"
-       y="-2235.1377"
-       x="1544.5"
-       height="106"
-       width="685"
-       id="rect5980"
-       style="fill:#e5e6e5;fill-opacity:1;stroke:#a7aba7;stroke-width:0.99999994;stroke-opacity:1"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <rect
-       mask="none"
-       
style="fill:#eeeeec;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-       id="rect5982"
-       width="685"
-       height="386"
-       x="1544.5"
-       y="-2194.1377"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
     <g
-       id="g5984"
-       transform="translate(2201.0016,-2222.6377)"
-       style="fill:#888a85;display:inline"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
+       id="g51548">
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
+         style="fill:#e5e6e5;fill-opacity:1;stroke:#a7aba7;stroke-width:0.99999994;stroke-opacity:1"
+         id="rect5980"
+         width="685"
+         height="106"
+         x="1544.5"
+         y="-2235.1377"
+         rx="9"
+         ry="9" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
+         y="-2194.1377"
+         x="1544.5"
+         height="386"
+         width="685"
+         id="rect5982"
+         
style="fill:#eeeeec;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+         mask="none" />
       <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
          style="fill:#888a85;display:inline"
-         id="g5986"
-         transform="translate(-60,-518)" />
-      <g
-         id="g5988"
-         transform="translate(-60,-518)"
-         style="fill:#888a85" />
-      <g
-         id="g5990"
-         transform="translate(-60,-518)"
-         style="fill:#888a85" />
+         transform="translate(2201.0016,-2222.6377)"
+         id="g5984">
+        <g
+           transform="translate(-60,-518)"
+           id="g5986"
+           style="fill:#888a85;display:inline" />
+        <g
+           style="fill:#888a85"
+           transform="translate(-60,-518)"
+           id="g5988" />
+        <g
+           style="fill:#888a85"
+           transform="translate(-60,-518)"
+           id="g5990" />
+        <g
+           style="fill:#888a85"
+           transform="translate(-60,-518)"
+           id="g5992">
+          <g
+             transform="translate(19,-242)"
+             id="g5994"
+             style="fill:#888a85;display:inline">
+            <path
+               inkscape:connector-curvature="0"
+               d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 
0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 
0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 
53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 
46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 
2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z"
+               id="path5996"
+               
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale
 Mono;-inkscape-font-specification:Andale Mono" />
+          </g>
+        </g>
+        <g
+           style="fill:#888a85"
+           transform="translate(-60,-518)"
+           id="g5998" />
+        <g
+           style="fill:#888a85"
+           transform="translate(-60,-518)"
+           id="g6000" />
+        <g
+           style="fill:#888a85"
+           transform="translate(-60,-518)"
+           id="g6002" />
+      </g>
+      <path
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
+         
style="fill:none;stroke:#a7a7a7;stroke-width:0.99999988px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+         d="m 2188.5,-2223.143 0,17.0103"
+         id="path6004"
+         inkscape:connector-curvature="0" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
+         ry="3"
+         rx="3"
+         y="-2230.1377"
+         x="2150.5"
+         height="31"
+         width="31"
+         id="rect6006"
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
+         ry="3"
+         rx="3"
+         y="-2230.1377"
+         x="2114.5"
+         height="31"
+         width="31"
+         id="rect6008"
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
       <g
-         id="g5992"
-         transform="translate(-60,-518)"
-         style="fill:#888a85">
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
+         id="g6010"
+         transform="translate(2121.4988,-2223.1692)"
+         style="fill:#2e3436;fill-opacity:1">
         <g
-           style="fill:#888a85;display:inline"
-           id="g5994"
-           transform="translate(19,-242)">
+           style="fill:#2e3436;fill-opacity:1;display:inline"
+           id="g6012"
+           transform="translate(-61.000665,-787)"
+           inkscape:label="status" />
+        <g
+           id="g6014"
+           transform="translate(-61.000665,-787)"
+           inkscape:label="devices"
+           style="fill:#2e3436;fill-opacity:1" />
+        <g
+           id="g6016"
+           transform="translate(-61.000665,-787)"
+           inkscape:label="apps"
+           style="fill:#2e3436;fill-opacity:1" />
+        <g
+           id="g6018"
+           transform="translate(-61.000665,-787)"
+           inkscape:label="places"
+           style="fill:#2e3436;fill-opacity:1" />
+        <g
+           id="g6020"
+           transform="translate(-61.000665,-787)"
+           inkscape:label="mimetypes"
+           style="fill:#2e3436;fill-opacity:1" />
+        <g
+           style="fill:#2e3436;fill-opacity:1;display:inline"
+           id="g6022"
+           transform="translate(-61.000665,-787)"
+           inkscape:label="emblems" />
+        <g
+           style="fill:#2e3436;fill-opacity:1;display:inline"
+           id="g6024"
+           transform="translate(-61.000665,-787)"
+           inkscape:label="emotes" />
+        <g
+           style="fill:#2e3436;fill-opacity:1;display:inline"
+           id="g6026"
+           transform="translate(-61.000665,-787)"
+           inkscape:label="categories" />
+        <g
+           style="fill:#2e3436;fill-opacity:1;display:inline"
+           id="g6028"
+           transform="translate(-61.000665,-787)"
+           inkscape:label="actions">
           <path
-             
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale
 Mono;-inkscape-font-specification:Andale Mono"
-             id="path5996"
-             d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 
0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 
0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 
53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 
46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 
2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z"
+             
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+             id="path6030"
+             d="M 72.9375,790.9375 68,795.875 l -1.9375,-1.9375 -2.125,2.125 3,3 1.0625,1.0625 
1.0625,-1.0625 6,-6 -2.125,-2.125 z"
              inkscape:connector-curvature="0" />
         </g>
       </g>
+      <rect
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6032"
+         width="31"
+         height="31"
+         x="2078.5"
+         y="-2230.1377"
+         rx="3"
+         ry="3"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
       <g
-         id="g5998"
-         transform="translate(-60,-518)"
-         style="fill:#888a85" />
-      <g
-         id="g6000"
-         transform="translate(-60,-518)"
-         style="fill:#888a85" />
-      <g
-         id="g6002"
-         transform="translate(-60,-518)"
-         style="fill:#888a85" />
-    </g>
-    <path
-       inkscape:connector-curvature="0"
-       id="path6004"
-       d="m 2188.5,-2223.143 0,17.0103"
-       
style="fill:none;stroke:#a7a7a7;stroke-width:0.99999988px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <rect
-       
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="rect6006"
-       width="31"
-       height="31"
-       x="2150.5"
-       y="-2230.1377"
-       rx="3"
-       ry="3"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <rect
-       
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="rect6008"
-       width="31"
-       height="31"
-       x="2114.5"
-       y="-2230.1377"
-       rx="3"
-       ry="3"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <g
-       style="fill:#2e3436;fill-opacity:1"
-       transform="translate(2121.4988,-2223.1692)"
-       id="g6010"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <g
-         inkscape:label="status"
-         transform="translate(-61.000665,-787)"
-         id="g6012"
-         style="fill:#2e3436;fill-opacity:1;display:inline" />
-      <g
-         style="fill:#2e3436;fill-opacity:1"
-         inkscape:label="devices"
-         transform="translate(-61.000665,-787)"
-         id="g6014" />
-      <g
-         style="fill:#2e3436;fill-opacity:1"
-         inkscape:label="apps"
-         transform="translate(-61.000665,-787)"
-         id="g6016" />
-      <g
-         style="fill:#2e3436;fill-opacity:1"
-         inkscape:label="places"
-         transform="translate(-61.000665,-787)"
-         id="g6018" />
-      <g
-         style="fill:#2e3436;fill-opacity:1"
-         inkscape:label="mimetypes"
-         transform="translate(-61.000665,-787)"
-         id="g6020" />
-      <g
-         inkscape:label="emblems"
-         transform="translate(-61.000665,-787)"
-         id="g6022"
-         style="fill:#2e3436;fill-opacity:1;display:inline" />
-      <g
-         inkscape:label="emotes"
-         transform="translate(-61.000665,-787)"
-         id="g6024"
-         style="fill:#2e3436;fill-opacity:1;display:inline" />
-      <g
-         inkscape:label="categories"
-         transform="translate(-61.000665,-787)"
-         id="g6026"
-         style="fill:#2e3436;fill-opacity:1;display:inline" />
-      <g
-         inkscape:label="actions"
-         transform="translate(-61.000665,-787)"
-         id="g6028"
-         style="fill:#2e3436;fill-opacity:1;display:inline">
-        <path
-           inkscape:connector-curvature="0"
-           d="M 72.9375,790.9375 68,795.875 l -1.9375,-1.9375 -2.125,2.125 3,3 1.0625,1.0625 1.0625,-1.0625 
6,-6 -2.125,-2.125 z"
-           id="path6030"
-           
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
 />
-      </g>
-    </g>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       ry="3"
-       rx="3"
-       y="-2230.1377"
-       x="2078.5"
-       height="31"
-       width="31"
-       id="rect6032"
-       
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
-    <g
-       id="g6034"
-       transform="translate(2085.9911,-2222.6697)"
-       style="fill:#2e3436"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <g
-         style="fill:#2e3436;display:inline"
-         id="g6036"
-         transform="translate(-140.0002,-645.96875)"
-         inkscape:label="status" />
-      <g
-         id="g6038"
-         transform="translate(-140.0002,-645.96875)"
-         inkscape:label="devices"
-         style="fill:#2e3436" />
-      <g
-         id="g6040"
-         transform="translate(-140.0002,-645.96875)"
-         inkscape:label="apps"
-         style="fill:#2e3436" />
-      <g
-         id="g6042"
-         transform="translate(-140.0002,-645.96875)"
-         inkscape:label="actions"
-         style="fill:#2e3436">
-        <path
-           
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1.55467153;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
-           id="path6044"
-           d="m 146.50761,646.99554 c -3.02886,0 -5.51073,2.47905 -5.51073,5.50447 0,3.02541 2.48187,5.50446 
5.51073,5.50446 3.02885,0 5.51072,-2.47905 5.51072,-5.50446 0,-3.02542 -2.48187,-5.50447 -5.51072,-5.50447 z 
m 0,2.00893 c 1.94735,0 3.49951,1.55039 3.49951,3.49554 0,1.94514 -1.55216,3.49553 -3.49951,3.49553 
-1.94736,0 -3.49952,-1.55039 -3.49952,-3.49553 0,-1.94515 1.55216,-3.49554 3.49952,-3.49554 z"
-           inkscape:connector-curvature="0" />
-        <path
-           
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
-           id="path6046"
-           d="m 149.8125,655 a 1.0001,1.0001 0 0 0 -0.5,1.71875 l 4,4 a 1.0054782,1.0054782 0 1 0 
1.40625,-1.4375 l -4,-4 A 1.0001,1.0001 0 0 0 149.8125,655 z"
-           inkscape:connector-curvature="0" />
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
+         style="fill:#2e3436"
+         transform="translate(2085.9911,-2222.6697)"
+         id="g6034">
+        <g
+           inkscape:label="status"
+           transform="translate(-140.0002,-645.96875)"
+           id="g6036"
+           style="fill:#2e3436;display:inline" />
+        <g
+           style="fill:#2e3436"
+           inkscape:label="devices"
+           transform="translate(-140.0002,-645.96875)"
+           id="g6038" />
+        <g
+           style="fill:#2e3436"
+           inkscape:label="apps"
+           transform="translate(-140.0002,-645.96875)"
+           id="g6040" />
+        <g
+           style="fill:#2e3436"
+           inkscape:label="actions"
+           transform="translate(-140.0002,-645.96875)"
+           id="g6042">
+          <path
+             inkscape:connector-curvature="0"
+             d="m 146.50761,646.99554 c -3.02886,0 -5.51073,2.47905 -5.51073,5.50447 0,3.02541 
2.48187,5.50446 5.51073,5.50446 3.02885,0 5.51072,-2.47905 5.51072,-5.50446 0,-3.02542 -2.48187,-5.50447 
-5.51072,-5.50447 z m 0,2.00893 c 1.94735,0 3.49951,1.55039 3.49951,3.49554 0,1.94514 -1.55216,3.49553 
-3.49951,3.49553 -1.94736,0 -3.49952,-1.55039 -3.49952,-3.49553 0,-1.94515 1.55216,-3.49554 3.49952,-3.49554 
z"
+             id="path6044"
+             
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1.55467153;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
 />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 149.8125,655 a 1.0001,1.0001 0 0 0 -0.5,1.71875 l 4,4 a 1.0054782,1.0054782 0 1 0 
1.40625,-1.4375 l -4,-4 A 1.0001,1.0001 0 0 0 149.8125,655 z"
+             id="path6046"
+             
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
 />
+        </g>
+        <g
+           style="fill:#2e3436"
+           inkscape:label="places"
+           transform="translate(-140.0002,-645.96875)"
+           id="g6048" />
+        <g
+           style="fill:#2e3436"
+           inkscape:label="mimetypes"
+           transform="translate(-140.0002,-645.96875)"
+           id="g6050" />
+        <g
+           inkscape:label="emblems"
+           transform="translate(-140.0002,-645.96875)"
+           id="g6052"
+           style="fill:#2e3436;display:inline" />
+        <g
+           inkscape:label="categories"
+           transform="translate(-140.0002,-645.96875)"
+           id="g6054"
+           style="fill:#2e3436;display:inline" />
       </g>
       <g
-         id="g6048"
-         transform="translate(-140.0002,-645.96875)"
-         inkscape:label="places"
-         style="fill:#2e3436" />
-      <g
-         id="g6050"
-         transform="translate(-140.0002,-645.96875)"
-         inkscape:label="mimetypes"
-         style="fill:#2e3436" />
-      <g
-         style="fill:#2e3436;display:inline"
-         id="g6052"
-         transform="translate(-140.0002,-645.96875)"
-         inkscape:label="emblems" />
-      <g
-         style="fill:#2e3436;display:inline"
-         id="g6054"
-         transform="translate(-140.0002,-645.96875)"
-         inkscape:label="categories" />
-    </g>
-    <g
-       id="g6056"
-       transform="translate(2158,-2222.6377)"
-       style="fill:#2e3436"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <g
-         transform="translate(-61.0002,-949.00001)"
-         style="fill:#2e3436;display:inline"
-         inkscape:label="status"
-         id="g6058" />
-      <g
-         transform="translate(-61.0002,-949.00001)"
-         style="fill:#2e3436;display:inline"
-         inkscape:label="devices"
-         id="g6060" />
-      <g
-         transform="translate(-61.0002,-949.00001)"
-         inkscape:label="apps"
-         id="g6062"
-         style="fill:#2e3436" />
-      <g
-         transform="translate(-61.0002,-949.00001)"
-         style="fill:#2e3436;display:inline"
-         inkscape:label="places"
-         id="g6064" />
-      <g
-         transform="translate(-61.0002,-949.00001)"
-         inkscape:label="mimetypes"
-         id="g6066"
-         style="fill:#2e3436" />
-      <g
-         transform="translate(-61.0002,-949.00001)"
-         style="fill:#2e3436;display:inline"
-         inkscape:label="emblems"
-         id="g6068" />
-      <g
-         transform="translate(-61.0002,-949.00001)"
-         style="fill:#2e3436;display:inline"
-         inkscape:label="emotes"
-         id="g6070" />
-      <g
-         transform="translate(-61.0002,-949.00001)"
-         style="fill:#2e3436;display:inline"
-         inkscape:label="categories"
-         id="g6072" />
-      <g
-         transform="translate(-61.0002,-949.00001)"
-         style="fill:#2e3436;display:inline"
-         inkscape:label="actions"
-         id="g6074">
-        <rect
-           y="951.99982"
-           x="64.000397"
-           width="9.9996014"
-           
style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
-           inkscape:label="a"
-           id="rect6076"
-           height="2.0002136" />
-        <rect
-           y="955.99982"
-           x="64.000397"
-           width="9.9996014"
-           
style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
-           inkscape:label="a"
-           id="rect6078"
-           height="2.0002136" />
-        <rect
-           y="959.99982"
-           x="64.000397"
-           width="9.9996014"
-           
style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
-           inkscape:label="a"
-           id="rect6080"
-           height="2.0002136" />
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
+         style="fill:#2e3436"
+         transform="translate(2158,-2222.6377)"
+         id="g6056">
+        <g
+           id="g6058"
+           inkscape:label="status"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-61.0002,-949.00001)" />
+        <g
+           id="g6060"
+           inkscape:label="devices"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-61.0002,-949.00001)" />
+        <g
+           style="fill:#2e3436"
+           id="g6062"
+           inkscape:label="apps"
+           transform="translate(-61.0002,-949.00001)" />
+        <g
+           id="g6064"
+           inkscape:label="places"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-61.0002,-949.00001)" />
+        <g
+           style="fill:#2e3436"
+           id="g6066"
+           inkscape:label="mimetypes"
+           transform="translate(-61.0002,-949.00001)" />
+        <g
+           id="g6068"
+           inkscape:label="emblems"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-61.0002,-949.00001)" />
+        <g
+           id="g6070"
+           inkscape:label="emotes"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-61.0002,-949.00001)" />
+        <g
+           id="g6072"
+           inkscape:label="categories"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-61.0002,-949.00001)" />
+        <g
+           id="g6074"
+           inkscape:label="actions"
+           style="fill:#2e3436;display:inline"
+           transform="translate(-61.0002,-949.00001)">
+          <rect
+             height="2.0002136"
+             id="rect6076"
+             inkscape:label="a"
+             
style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+             width="9.9996014"
+             x="64.000397"
+             y="951.99982" />
+          <rect
+             height="2.0002136"
+             id="rect6078"
+             inkscape:label="a"
+             
style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+             width="9.9996014"
+             x="64.000397"
+             y="955.99982" />
+          <rect
+             height="2.0002136"
+             id="rect6080"
+             inkscape:label="a"
+             
style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+             width="9.9996014"
+             x="64.000397"
+             y="959.99982" />
+        </g>
       </g>
-    </g>
-    <text
-       sodipodi:linespacing="125%"
-       id="text6082"
-       y="-2209.8008"
-       x="1886.8633"
-       
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
-       xml:space="preserve"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-2209.8008"
+      <text
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
+         xml:space="preserve"
+         
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
          x="1886.8633"
-         id="tspan6084"
-         sodipodi:role="line">Heading</tspan></text>
-    <rect
-       
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="rect6086"
-       width="69"
-       height="31"
-       x="1550.5"
-       y="-2230.1377"
-       rx="3.0000002"
-       ry="3"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <text
-       xml:space="preserve"
-       
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell"
-       x="1584.5977"
-       y="-2209.8008"
-       id="text6088"
-       sodipodi:linespacing="125%"
-       inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         sodipodi:role="line"
-         id="tspan6090"
+         y="-2209.8008"
+         id="text6082"
+         sodipodi:linespacing="125%"><tspan
+           sodipodi:role="line"
+           id="tspan6084"
+           x="1886.8633"
+           y="-2209.8008">Heading</tspan></text>
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
+         ry="3"
+         rx="3.0000002"
+         y="-2230.1377"
+         x="1550.5"
+         height="31"
+         width="69"
+         id="rect6086"
+         
style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <text
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
+         sodipodi:linespacing="125%"
+         id="text6088"
+         y="-2209.8008"
          x="1584.5977"
-         y="-2209.8008">New</tspan></text>
+         
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         xml:space="preserve"><tspan
+           y="-2209.8008"
+           x="1584.5977"
+           id="tspan6090"
+           sodipodi:role="line">New</tspan></text>
+    </g>
     <rect
        style="fill:#e5e6e5;fill-opacity:1;stroke:#a7aba7;stroke-width:0.99999994;stroke-opacity:1"
        id="rect7245"
@@ -16916,7 +16951,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          style="text-align:start;text-anchor:start" /></text>
     <g
        id="g47553"
-       transform="translate(0,60)"
+       transform="translate(0,660)"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/label-alignment.png"
        inkscape:export-xdpi="90"
        inkscape:export-ydpi="90">
@@ -17421,7 +17456,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
     </g>
     <g
        id="g48275"
-       transform="translate(-448,20)">
+       transform="translate(-448,620)">
       <rect
          inkscape:export-ydpi="90"
          inkscape:export-xdpi="90"
@@ -17499,7 +17534,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        width="489"
        height="106"
        x="568.5"
-       y="-1395.1378"
+       y="-795.13782"
        rx="8.999999"
        ry="9" />
     <g
@@ -17507,7 +17542,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sidebar.png"
        style="fill:#888a85;display:inline"
-       transform="translate(1029.0016,-1382.6378)"
+       transform="translate(1029.0016,-782.6378)"
        id="g48239">
       <g
          transform="translate(-60,-518)"
@@ -17554,7 +17589,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sidebar.png"
        
style="fill:none;stroke:#a7a7a7;stroke-width:0.99999988px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 1016.5,-1383.1431 0,17.0103"
+       d="m 1016.5,-783.1431 0,17.0103"
        id="path48259"
        inkscape:connector-curvature="0" />
     <rect
@@ -17564,7 +17599,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        width="319"
        height="416.99991"
        x="202.5"
-       y="-1355.1377"
+       y="-755.1377"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
        inkscape:export-xdpi="90"
        inkscape:export-ydpi="90" />
@@ -17574,24 +17609,24 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text47829"
-       y="-1330.7616"
+       y="-730.7616"
        x="217.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-1330.7616"
+         y="-730.7616"
          x="217.7876"
          id="tspan47831"
          sodipodi:role="line">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 203.5,-1355.1377 317,0"
+       d="m 203.5,-755.1377 317,0"
        id="path47872"
        inkscape:connector-curvature="0" />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="217.7876"
-       y="-1291.7617"
+       y="-691.76172"
        id="text47874"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -17600,11 +17635,11 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan47876"
          x="217.7876"
-         y="-1291.7617">Item</tspan></text>
+         y="-691.76172">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path47880"
-       d="m 203.5,-1316.1378 317,0"
+       d="m 203.5,-716.1378 317,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <rect
        mask="none"
@@ -17613,7 +17648,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        width="489"
        height="416.99991"
        x="568.5"
-       y="-1355.1377"
+       y="-755.1377"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
        inkscape:export-xdpi="90"
        inkscape:export-ydpi="90" />
@@ -17621,7 +17656,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="217.7876"
-       y="-1252.7618"
+       y="-652.76178"
        id="text47894"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -17630,11 +17665,11 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan47896"
          x="217.7876"
-         y="-1252.7618">Item</tspan></text>
+         y="-652.76178">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path47898"
-       d="m 203.5,-1277.1379 317,0"
+       d="m 203.5,-677.1379 317,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <text
        inkscape:export-ydpi="90"
@@ -17642,29 +17677,29 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text47900"
-       y="-1213.762"
+       y="-613.76196"
        x="217.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-1213.762"
+         y="-613.76196"
          x="217.7876"
          id="tspan47902"
          sodipodi:role="line">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path47904"
-       d="m 203.5,-1199.1381 317,0"
+       d="m 203.5,-599.1381 317,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 203.5,-1238.138 317,0"
+       d="m 203.5,-638.138 317,0"
        id="path47906"
        inkscape:connector-curvature="0" />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="217.7876"
-       y="-1174.762"
+       y="-574.76196"
        id="text47917"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -17673,24 +17708,24 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan47919"
          x="217.7876"
-         y="-1174.762">Item</tspan></text>
+         y="-574.76196">Item</tspan></text>
     <text
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text47923"
-       y="-1135.7621"
+       y="-535.76208"
        x="217.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-1135.7621"
+         y="-535.76208"
          x="217.7876"
          id="tspan47925"
          sodipodi:role="line">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 203.5,-1160.1382 317,0"
+       d="m 203.5,-560.1382 317,0"
        id="path47927"
        inkscape:connector-curvature="0" />
     <text
@@ -17699,24 +17734,24 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text47931"
-       y="-1096.7622"
+       y="-496.76221"
        x="217.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-1096.7622"
+         y="-496.76221"
          x="217.7876"
          id="tspan47933"
          sodipodi:role="line">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 203.5,-1121.1383 317,0"
+       d="m 203.5,-521.1383 317,0"
        id="path47935"
        inkscape:connector-curvature="0" />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="217.7876"
-       y="-1057.7623"
+       y="-457.76233"
        id="text47937"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -17725,17 +17760,17 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan47939"
          x="217.7876"
-         y="-1057.7623">Item</tspan></text>
+         y="-457.76233">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path47943"
-       d="m 203.50001,-1082.1384 316.99998,0"
+       d="m 203.50001,-482.1384 316.99998,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="217.7876"
-       y="-1018.7625"
+       y="-418.76251"
        id="text47968"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -17744,11 +17779,11 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan47970"
          x="217.7876"
-         y="-1018.7625">Item</tspan></text>
+         y="-418.76251">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path47974"
-       d="m 203.50001,-1043.1385 316.99998,0"
+       d="m 203.50001,-443.1385 316.99998,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <text
        inkscape:export-ydpi="90"
@@ -17756,24 +17791,24 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text47978"
-       y="-979.76251"
+       y="-379.76251"
        x="217.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-979.76251"
+         y="-379.76251"
          x="217.7876"
          id="tspan47980"
          sodipodi:role="line">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 203.50001,-1004.1386 316.99998,0"
+       d="m 203.50001,-404.1386 316.99998,0"
        id="path47982"
        inkscape:connector-curvature="0" />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="217.7876"
-       y="-940.76263"
+       y="-340.76263"
        id="text47984"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -17782,11 +17817,11 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan47986"
          x="217.7876"
-         y="-940.76263">Item</tspan></text>
+         y="-340.76263">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path47988"
-       d="m 203.50001,-965.13868 316.99998,-2e-5"
+       d="m 203.50001,-365.13868 316.99998,-2e-5"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <rect
        inkscape:export-ydpi="90"
@@ -17794,7 +17829,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sidebar.png"
        ry="0"
        rx="0"
-       y="-1354.6378"
+       y="-754.63782"
        x="509"
        height="416.00003"
        width="12.000019"
@@ -17809,7 +17844,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        width="5.9795446"
        height="92.229691"
        x="512"
-       y="-1351.6378"
+       y="-751.63782"
        rx="3.4764707"
        ry="3.5" />
     <rect
@@ -17824,12 +17859,12 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999976;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
        mask="none"
        clip-path="url(#clipPath48483)"
-       transform="translate(8,0)" />
+       transform="translate(8,600)" />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="684.7876"
-       y="-1312.7616"
+       y="-712.7616"
        id="text48083"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -17838,24 +17873,24 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan48085"
          x="684.7876"
-         y="-1312.7616">Item</tspan></text>
+         y="-712.7616">Item</tspan></text>
     <text
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48089"
-       y="-1273.7617"
+       y="-673.76172"
        x="684.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-1273.7617"
+         y="-673.76172"
          x="684.7876"
          id="tspan48091"
          sodipodi:role="line">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 670.5,-1298.1378 285,0"
+       d="m 670.5,-698.1378 285,0"
        id="path48093"
        inkscape:connector-curvature="0" />
     <text
@@ -17864,24 +17899,24 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48095"
-       y="-1234.7618"
+       y="-634.76184"
        x="684.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-1234.7618"
+         y="-634.76184"
          x="684.7876"
          id="tspan48097"
          sodipodi:role="line">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 670.5,-1259.1379 285,0"
+       d="m 670.5,-659.1379 285,0"
        id="path48099"
        inkscape:connector-curvature="0" />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="684.7876"
-       y="-1195.762"
+       y="-595.76202"
        id="text48101"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -17890,16 +17925,16 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan48103"
          x="684.7876"
-         y="-1195.762">Item</tspan></text>
+         y="-595.76202">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 670.5,-1181.1381 285,0"
+       d="m 670.5,-581.1381 285,0"
        id="path48105"
        inkscape:connector-curvature="0" />
     <path
        inkscape:connector-curvature="0"
        id="path48107"
-       d="m 670.5,-1220.138 285,0"
+       d="m 670.5,-620.138 285,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <text
        inkscape:export-ydpi="90"
@@ -17907,11 +17942,11 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48109"
-       y="-1156.762"
+       y="-556.76202"
        x="684.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-1156.762"
+         y="-556.76202"
          x="684.7876"
          id="tspan48111"
          sodipodi:role="line">Item</tspan></text>
@@ -17919,7 +17954,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="684.7876"
-       y="-1117.7621"
+       y="-517.76208"
        id="text48115"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -17928,17 +17963,17 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan48117"
          x="684.7876"
-         y="-1117.7621">Item</tspan></text>
+         y="-517.76208">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path48119"
-       d="m 670.5,-1142.1382 285,0"
+       d="m 670.5,-542.1382 285,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="684.7876"
-       y="-1078.7622"
+       y="-478.76221"
        id="text48121"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -17947,11 +17982,11 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan48123"
          x="684.7876"
-         y="-1078.7622">Item</tspan></text>
+         y="-478.76221">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path48125"
-       d="m 670.5,-1103.1383 285,0"
+       d="m 670.5,-503.1383 285,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <text
        inkscape:export-ydpi="90"
@@ -17959,17 +17994,17 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48127"
-       y="-1039.7623"
+       y="-439.76233"
        x="684.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-1039.7623"
+         y="-439.76233"
          x="684.7876"
          id="tspan48129"
          sodipodi:role="line">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 670.5,-1064.1384 285,0"
+       d="m 670.5,-464.1384 285,0"
        id="path48131"
        inkscape:connector-curvature="0" />
     <text
@@ -17978,29 +18013,29 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48133"
-       y="-1000.7625"
+       y="-400.76251"
        x="684.7876"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-1000.7625"
+         y="-400.76251"
          x="684.7876"
          id="tspan48135"
          sodipodi:role="line">Item</tspan></text>
     <path
        inkscape:connector-curvature="0"
        id="path48137"
-       d="m 670.5,-986.1386 285,0"
+       d="m 670.5,-386.1386 285,0"
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
 />
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 670.5,-1025.1385 285,0"
+       d="m 670.5,-425.1385 285,0"
        id="path48139"
        inkscape:connector-curvature="0" />
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2e3436;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="684.7876"
-       y="-961.76251"
+       y="-361.76251"
        id="text48141"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -18009,10 +18044,10 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan48143"
          x="684.7876"
-         y="-961.76251">Item</tspan></text>
+         y="-361.76251">Item</tspan></text>
     <path
        
style="fill:none;stroke:#babdb6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-       d="m 670.5,-947.1387 285,0"
+       d="m 670.5,-347.1387 285,0"
        id="path48151"
        inkscape:connector-curvature="0" />
     <text
@@ -18021,11 +18056,11 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48313"
-       y="-1312.7616"
+       y="-712.7616"
        x="932.58301"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-1312.7616"
+         y="-712.7616"
          x="932.58301"
          id="tspan48315"
          sodipodi:role="line">Status</tspan></text>
@@ -18033,7 +18068,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="932.58301"
-       y="-1273.7617"
+       y="-673.76172"
        id="text48317"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -18042,12 +18077,12 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan48319"
          x="932.58301"
-         y="-1273.7617">Status</tspan></text>
+         y="-673.76172">Status</tspan></text>
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="932.58301"
-       y="-1234.7618"
+       y="-634.76184"
        id="text48321"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -18056,18 +18091,18 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan48323"
          x="932.58301"
-         y="-1234.7618">Status</tspan></text>
+         y="-634.76184">Status</tspan></text>
     <text
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48325"
-       y="-1195.762"
+       y="-595.76202"
        x="932.58301"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-1195.762"
+         y="-595.76202"
          x="932.58301"
          id="tspan48327"
          sodipodi:role="line">Status</tspan></text>
@@ -18075,7 +18110,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="932.58301"
-       y="-1156.762"
+       y="-556.76202"
        id="text48329"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -18084,18 +18119,18 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan48331"
          x="932.58301"
-         y="-1156.762">Status</tspan></text>
+         y="-556.76202">Status</tspan></text>
     <text
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48333"
-       y="-1117.7621"
+       y="-517.76208"
        x="932.58301"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-1117.7621"
+         y="-517.76208"
          x="932.58301"
          id="tspan48335"
          sodipodi:role="line">Status</tspan></text>
@@ -18105,11 +18140,11 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48337"
-       y="-1078.7622"
+       y="-478.76221"
        x="932.58301"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-1078.7622"
+         y="-478.76221"
          x="932.58301"
          id="tspan48339"
          sodipodi:role="line">Status</tspan></text>
@@ -18117,7 +18152,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="932.58301"
-       y="-1039.7623"
+       y="-439.76233"
        id="text48341"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -18126,12 +18161,12 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan48343"
          x="932.58301"
-         y="-1039.7623">Status</tspan></text>
+         y="-439.76233">Status</tspan></text>
     <text
        xml:space="preserve"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        x="932.58301"
-       y="-1000.7625"
+       y="-400.76251"
        id="text48345"
        sodipodi:linespacing="125%"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
@@ -18140,24 +18175,24 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          sodipodi:role="line"
          id="tspan48347"
          x="932.58301"
-         y="-1000.7625">Status</tspan></text>
+         y="-400.76251">Status</tspan></text>
     <text
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/lapo.fedora/SparkleShare/gnome-mockups/content 
selection/content-selection.png"
        sodipodi:linespacing="125%"
        id="text48349"
-       y="-961.76251"
+       y="-361.76251"
        x="932.58301"
        
style="font-size:14.30000019px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#888a85;fill-opacity:1;stroke:none;display:inline;font-family:Cantarell;-inkscape-font-specification:Cantarell"
        xml:space="preserve"><tspan
-         y="-961.76251"
+         y="-361.76251"
          x="932.58301"
          id="tspan48351"
          sodipodi:role="line">Status</tspan></text>
     <g
        id="g48418"
-       transform="translate(544.99998,0.99998687)">
+       transform="translate(544.99998,600.99999)">
       <rect
          inkscape:export-ydpi="90"
          inkscape:export-xdpi="90"
@@ -18186,7 +18221,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
     <rect
        ry="9"
        rx="8.999999"
-       y="-175.13782"
+       y="424.86218"
        x="568.5"
        height="106"
        width="489"
@@ -18197,7 +18232,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-ydpi="90" />
     <g
        id="g48641"
-       transform="translate(1029.0016,-162.6378)"
+       transform="translate(1029.0016,437.3622)"
        style="fill:#888a85;display:inline"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sidebar.png"
        inkscape:export-xdpi="90"
@@ -18245,7 +18280,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
     <path
        inkscape:connector-curvature="0"
        id="path48661"
-       d="m 1016.5,-163.1431 0,17.0103"
+       d="m 1016.5,436.8569 0,17.0103"
        
style="fill:none;stroke:#a7a7a7;stroke-width:0.99999988px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sidebar.png"
        inkscape:export-xdpi="90"
@@ -18254,7 +18289,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-ydpi="90"
        inkscape:export-xdpi="90"
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/header-bar.png"
-       y="-135.1377"
+       y="464.8623"
        x="568.5"
        height="226.99989"
        width="489"
@@ -18264,7 +18299,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
     <g
        id="g48963"
        clip-path="url(#clipPath48995)"
-       transform="translate(0,620)">
+       transform="translate(0,1220)">
       <rect
          inkscape:export-ydpi="90"
          inkscape:export-xdpi="90"
@@ -18477,7 +18512,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/sidebar.png"
        ry="0"
        rx="0"
-       y="-133.63782"
+       y="466.36218"
        x="1046"
        height="225.00002"
        width="12.000019"
@@ -18492,11 +18527,12 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
        width="5.9795446"
        height="92.229691"
        x="1049"
-       y="-130.63782"
+       y="469.36218"
        rx="3.4764707"
        ry="3.5" />
     <g
-       id="g50582">
+       id="g50582"
+       transform="translate(0,600)">
       <rect
          ry="9"
          rx="8.999999"
@@ -19458,7 +19494,7 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
          transform="translate(495,-783.63782)"
          style="fill:#ffffff;fill-opacity:1">
         <g
-           style="fill:#ffffff;display:inline;fill-opacity:1"
+           style="fill:#ffffff;fill-opacity:1;display:inline"
            inkscape:label="status"
            id="g50564"
            transform="translate(-60.0002,-726)" />
@@ -19494,16 +19530,1230 @@ N6fNaXPanF6NFAfm/z+FlEDRBifQ+AAAAABJRU5ErkJggg==
            transform="translate(-60.0002,-726)"
            style="fill:#ffffff;fill-opacity:1" />
         <g
-           style="fill:#ffffff;display:inline;fill-opacity:1"
+           style="fill:#ffffff;fill-opacity:1;display:inline"
            inkscape:label="emblems"
            id="g50578"
            transform="translate(-60.0002,-726)" />
         <g
-           style="fill:#ffffff;display:inline;fill-opacity:1"
+           style="fill:#ffffff;fill-opacity:1;display:inline"
            inkscape:label="categories"
            id="g50580"
            transform="translate(-60.0002,-726)" />
       </g>
     </g>
+    <g
+       id="g51618"
+       transform="translate(-44,-2)">
+      <rect
+         ry="9"
+         rx="9"
+         y="-1955.1377"
+         x="331.5"
+         height="106"
+         width="685"
+         id="rect51112"
+         style="fill:#e5e6e5;fill-opacity:1;stroke:#a7aba7;stroke-width:0.99999994;stroke-opacity:1"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         mask="none"
+         
style="fill:#eeeeec;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+         id="rect51114"
+         width="685"
+         height="386"
+         x="331.5"
+         y="-1914.1377"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <g
+         id="g51116"
+         transform="translate(2168,-2020)"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <rect
+           y="119.86218"
+           x="-1295.5"
+           height="142"
+           width="119"
+           id="rect51118"
+           
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
 />
+        <rect
+           y="138.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51120"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51122"
+           width="90"
+           height="5"
+           x="-1281"
+           y="148.36218" />
+        <rect
+           y="158.36218"
+           x="-1281"
+           height="5"
+           width="68.877548"
+           id="rect51124"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51126"
+           width="57.857143"
+           height="5"
+           x="-1281"
+           y="168.36218" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51128"
+           width="90"
+           height="5"
+           x="-1281"
+           y="186.36218" />
+        <rect
+           y="196.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51130"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51132"
+           width="68.877548"
+           height="5"
+           x="-1281"
+           y="206.36218" />
+        <rect
+           y="216.36218"
+           x="-1281"
+           height="5"
+           width="57.857143"
+           id="rect51134"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+      </g>
+      <path
+         
style="fill:none;stroke:#a7a7a7;stroke-width:0.99999988px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+         d="m 975.5,-1943.1447 0,17.0104"
+         id="path51136"
+         inkscape:connector-curvature="0"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <g
+         id="g51140"
+         transform="translate(988.0016,-1942.6377)"
+         style="fill:#888a85;display:inline"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <g
+           style="fill:#888a85;display:inline"
+           id="g51142"
+           transform="translate(-60,-518)" />
+        <g
+           id="g51144"
+           transform="translate(-60,-518)"
+           style="fill:#888a85" />
+        <g
+           id="g51146"
+           transform="translate(-60,-518)"
+           style="fill:#888a85" />
+        <g
+           id="g51148"
+           transform="translate(-60,-518)"
+           style="fill:#888a85">
+          <g
+             style="fill:#888a85;display:inline"
+             id="g51150"
+             transform="translate(19,-242)">
+            <path
+               
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale
 Mono;-inkscape-font-specification:Andale Mono"
+               id="path51152"
+               d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 
0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 
0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 
53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 
46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 
2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z"
+               inkscape:connector-curvature="0" />
+          </g>
+        </g>
+        <g
+           id="g51154"
+           transform="translate(-60,-518)"
+           style="fill:#888a85" />
+        <g
+           id="g51156"
+           transform="translate(-60,-518)"
+           style="fill:#888a85" />
+        <g
+           id="g51158"
+           transform="translate(-60,-518)"
+           style="fill:#888a85" />
+      </g>
+      <rect
+         
style="color:#000000;fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         id="rect51160"
+         width="12.000019"
+         height="385"
+         x="1004"
+         y="-1913.6377"
+         rx="0"
+         ry="0"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         ry="3.5"
+         rx="3.4764707"
+         y="-1910.6377"
+         x="1007"
+         height="92.229691"
+         width="5.9795446"
+         id="rect51162"
+         
style="opacity:0.8;color:#000000;fill:#9b9d9e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+         id="rect51164"
+         width="119"
+         height="119"
+         x="740.5"
+         y="-1900.1377"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         y="-1900.1377"
+         x="608.5"
+         height="119"
+         width="119"
+         id="rect51166"
+         
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+         id="rect51168"
+         width="119"
+         height="119"
+         x="476.5"
+         y="-1900.1377"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         y="-1900.1377"
+         x="344.5"
+         height="142"
+         width="119"
+         id="rect51170"
+         
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         y="-1881.6377"
+         x="359"
+         height="5"
+         width="90"
+         id="rect51172"
+         style="fill:#babdb6;fill-opacity:1;stroke:none"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         style="fill:#babdb6;fill-opacity:1;stroke:none"
+         id="rect51174"
+         width="90"
+         height="5"
+         x="359"
+         y="-1871.6377"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         y="-1861.6377"
+         x="359"
+         height="5"
+         width="68.877548"
+         id="rect51176"
+         style="fill:#babdb6;fill-opacity:1;stroke:none"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         style="fill:#babdb6;fill-opacity:1;stroke:none"
+         id="rect51178"
+         width="57.857143"
+         height="5"
+         x="359"
+         y="-1851.6377"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         style="fill:#babdb6;fill-opacity:1;stroke:none"
+         id="rect51180"
+         width="90"
+         height="5"
+         x="359"
+         y="-1833.6377"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         y="-1823.6377"
+         x="359"
+         height="5"
+         width="90"
+         id="rect51182"
+         style="fill:#babdb6;fill-opacity:1;stroke:none"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         style="fill:#babdb6;fill-opacity:1;stroke:none"
+         id="rect51184"
+         width="68.877548"
+         height="5"
+         x="359"
+         y="-1813.6377"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         y="-1803.6377"
+         x="359"
+         height="5"
+         width="57.857143"
+         id="rect51186"
+         style="fill:#babdb6;fill-opacity:1;stroke:none"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <g
+         transform="translate(2036,-2020)"
+         id="g51256"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <rect
+           
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+           id="rect51258"
+           width="119"
+           height="142"
+           x="-1295.5"
+           y="119.86218" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51260"
+           width="90"
+           height="5"
+           x="-1281"
+           y="138.36218" />
+        <rect
+           y="148.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51262"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51264"
+           width="68.877548"
+           height="5"
+           x="-1281"
+           y="158.36218" />
+        <rect
+           y="168.36218"
+           x="-1281"
+           height="5"
+           width="57.857143"
+           id="rect51266"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           y="186.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51268"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51270"
+           width="90"
+           height="5"
+           x="-1281"
+           y="196.36218" />
+        <rect
+           y="206.36218"
+           x="-1281"
+           height="5"
+           width="68.877548"
+           id="rect51272"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51274"
+           width="57.857143"
+           height="5"
+           x="-1281"
+           y="216.36218" />
+      </g>
+      <g
+         id="g51276"
+         transform="translate(1904,-2020)"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <rect
+           y="119.86218"
+           x="-1295.5"
+           height="142"
+           width="119"
+           id="rect51278"
+           
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
 />
+        <rect
+           y="138.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51280"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51282"
+           width="90"
+           height="5"
+           x="-1281"
+           y="148.36218" />
+        <rect
+           y="158.36218"
+           x="-1281"
+           height="5"
+           width="68.877548"
+           id="rect51284"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51286"
+           width="57.857143"
+           height="5"
+           x="-1281"
+           y="168.36218" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51288"
+           width="90"
+           height="5"
+           x="-1281"
+           y="186.36218" />
+        <rect
+           y="196.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51290"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51292"
+           width="68.877548"
+           height="5"
+           x="-1281"
+           y="206.36218" />
+        <rect
+           y="216.36218"
+           x="-1281"
+           height="5"
+           width="57.857143"
+           id="rect51294"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+      </g>
+      <g
+         transform="translate(1772,-2020)"
+         id="g51296"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <rect
+           
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+           id="rect51298"
+           width="119"
+           height="142"
+           x="-1295.5"
+           y="119.86218" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51300"
+           width="90"
+           height="5"
+           x="-1281"
+           y="138.36218" />
+        <rect
+           y="148.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51302"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51304"
+           width="68.877548"
+           height="5"
+           x="-1281"
+           y="158.36218" />
+        <rect
+           y="168.36218"
+           x="-1281"
+           height="5"
+           width="57.857143"
+           id="rect51306"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           y="186.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51308"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51310"
+           width="90"
+           height="5"
+           x="-1281"
+           y="196.36218" />
+        <rect
+           y="206.36218"
+           x="-1281"
+           height="5"
+           width="68.877548"
+           id="rect51312"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51314"
+           width="57.857143"
+           height="5"
+           x="-1281"
+           y="216.36218" />
+      </g>
+      <g
+         transform="translate(2168,-1860)"
+         id="g51316"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <rect
+           
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+           id="rect51318"
+           width="119"
+           height="142"
+           x="-1295.5"
+           y="119.86218" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51320"
+           width="90"
+           height="5"
+           x="-1281"
+           y="138.36218" />
+        <rect
+           y="148.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51322"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51324"
+           width="68.877548"
+           height="5"
+           x="-1281"
+           y="158.36218" />
+        <rect
+           y="168.36218"
+           x="-1281"
+           height="5"
+           width="57.857143"
+           id="rect51326"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           y="186.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51328"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51330"
+           width="90"
+           height="5"
+           x="-1281"
+           y="196.36218" />
+        <rect
+           y="206.36218"
+           x="-1281"
+           height="5"
+           width="68.877548"
+           id="rect51332"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51334"
+           width="57.857143"
+           height="5"
+           x="-1281"
+           y="216.36218" />
+      </g>
+      <rect
+         
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+         id="rect51336"
+         width="119"
+         height="142"
+         x="344.5"
+         y="-1740.1377"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <g
+         id="g51338"
+         transform="translate(2036,-1860)"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <rect
+           y="119.86218"
+           x="-1295.5"
+           height="142"
+           width="119"
+           id="rect51340"
+           
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
 />
+        <rect
+           y="138.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51342"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51344"
+           width="90"
+           height="5"
+           x="-1281"
+           y="148.36218" />
+        <rect
+           y="158.36218"
+           x="-1281"
+           height="5"
+           width="68.877548"
+           id="rect51346"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51348"
+           width="57.857143"
+           height="5"
+           x="-1281"
+           y="168.36218" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51350"
+           width="90"
+           height="5"
+           x="-1281"
+           y="186.36218" />
+        <rect
+           y="196.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51352"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51354"
+           width="68.877548"
+           height="5"
+           x="-1281"
+           y="206.36218" />
+        <rect
+           y="216.36218"
+           x="-1281"
+           height="5"
+           width="57.857143"
+           id="rect51356"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+      </g>
+      <g
+         transform="translate(1904,-1860)"
+         id="g51358"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <rect
+           
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+           id="rect51360"
+           width="119"
+           height="142"
+           x="-1295.5"
+           y="119.86218" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51362"
+           width="90"
+           height="5"
+           x="-1281"
+           y="138.36218" />
+        <rect
+           y="148.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51364"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51366"
+           width="68.877548"
+           height="5"
+           x="-1281"
+           y="158.36218" />
+        <rect
+           y="168.36218"
+           x="-1281"
+           height="5"
+           width="57.857143"
+           id="rect51368"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           y="186.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51370"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51372"
+           width="90"
+           height="5"
+           x="-1281"
+           y="196.36218" />
+        <rect
+           y="206.36218"
+           x="-1281"
+           height="5"
+           width="68.877548"
+           id="rect51374"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51376"
+           width="57.857143"
+           height="5"
+           x="-1281"
+           y="216.36218" />
+      </g>
+      <g
+         id="g51378"
+         transform="translate(1772,-1860)"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <rect
+           y="119.86218"
+           x="-1295.5"
+           height="142"
+           width="119"
+           id="rect51380"
+           
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
 />
+        <rect
+           y="138.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51382"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51384"
+           width="90"
+           height="5"
+           x="-1281"
+           y="148.36218" />
+        <rect
+           y="158.36218"
+           x="-1281"
+           height="5"
+           width="68.877548"
+           id="rect51386"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51388"
+           width="57.857143"
+           height="5"
+           x="-1281"
+           y="168.36218" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51390"
+           width="90"
+           height="5"
+           x="-1281"
+           y="186.36218" />
+        <rect
+           y="196.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51392"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51394"
+           width="68.877548"
+           height="5"
+           x="-1281"
+           y="206.36218" />
+        <rect
+           y="216.36218"
+           x="-1281"
+           height="5"
+           width="57.857143"
+           id="rect51396"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+      </g>
+      <g
+         transform="translate(1640,-1860)"
+         id="g51398"
+         inkscape:export-filename="/home/aday/checkout/gnome-devel-docs/hig3/C/figures/patterns.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <rect
+           
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+           id="rect51400"
+           width="119"
+           height="142"
+           x="-1295.5"
+           y="119.86218" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51402"
+           width="90"
+           height="5"
+           x="-1281"
+           y="138.36218" />
+        <rect
+           y="148.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51404"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51406"
+           width="68.877548"
+           height="5"
+           x="-1281"
+           y="158.36218" />
+        <rect
+           y="168.36218"
+           x="-1281"
+           height="5"
+           width="57.857143"
+           id="rect51408"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           y="186.36218"
+           x="-1281"
+           height="5"
+           width="90"
+           id="rect51410"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51412"
+           width="90"
+           height="5"
+           x="-1281"
+           y="196.36218" />
+        <rect
+           y="206.36218"
+           x="-1281"
+           height="5"
+           width="68.877548"
+           id="rect51414"
+           style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect51416"
+           width="57.857143"
+           height="5"
+           x="-1281"
+           y="216.36218" />
+      </g>
+      <g
+         clip-path="url(#clipPath51614)"
+         id="g51444"
+         transform="translate(1640,-1860)"
+         mask="none">
+        <g
+           transform="translate(528,160)"
+           id="g51446">
+          <rect
+             
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+             id="rect51448"
+             width="119"
+             height="142"
+             x="-1295.5"
+             y="119.86218" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51450"
+             width="90"
+             height="5"
+             x="-1281"
+             y="138.36218" />
+          <rect
+             y="148.36218"
+             x="-1281"
+             height="5"
+             width="90"
+             id="rect51452"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51454"
+             width="68.877548"
+             height="5"
+             x="-1281"
+             y="158.36218" />
+          <rect
+             y="168.36218"
+             x="-1281"
+             height="5"
+             width="57.857143"
+             id="rect51456"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             y="186.36218"
+             x="-1281"
+             height="5"
+             width="90"
+             id="rect51458"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51460"
+             width="90"
+             height="5"
+             x="-1281"
+             y="196.36218" />
+          <rect
+             y="206.36218"
+             x="-1281"
+             height="5"
+             width="68.877548"
+             id="rect51462"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51464"
+             width="57.857143"
+             height="5"
+             x="-1281"
+             y="216.36218" />
+        </g>
+        <rect
+           
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+           id="rect51466"
+           width="119"
+           height="142"
+           x="-1295.5"
+           y="279.86218" />
+        <g
+           id="g51468"
+           transform="translate(396,160)">
+          <rect
+             y="119.86218"
+             x="-1295.5"
+             height="142"
+             width="119"
+             id="rect51470"
+             
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
 />
+          <rect
+             y="138.36218"
+             x="-1281"
+             height="5"
+             width="90"
+             id="rect51472"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51474"
+             width="90"
+             height="5"
+             x="-1281"
+             y="148.36218" />
+          <rect
+             y="158.36218"
+             x="-1281"
+             height="5"
+             width="68.877548"
+             id="rect51476"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51478"
+             width="57.857143"
+             height="5"
+             x="-1281"
+             y="168.36218" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51480"
+             width="90"
+             height="5"
+             x="-1281"
+             y="186.36218" />
+          <rect
+             y="196.36218"
+             x="-1281"
+             height="5"
+             width="90"
+             id="rect51482"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51484"
+             width="68.877548"
+             height="5"
+             x="-1281"
+             y="206.36218" />
+          <rect
+             y="216.36218"
+             x="-1281"
+             height="5"
+             width="57.857143"
+             id="rect51486"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        </g>
+        <g
+           transform="translate(264,160)"
+           id="g51488">
+          <rect
+             
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+             id="rect51490"
+             width="119"
+             height="142"
+             x="-1295.5"
+             y="119.86218" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51492"
+             width="90"
+             height="5"
+             x="-1281"
+             y="138.36218" />
+          <rect
+             y="148.36218"
+             x="-1281"
+             height="5"
+             width="90"
+             id="rect51494"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51496"
+             width="68.877548"
+             height="5"
+             x="-1281"
+             y="158.36218" />
+          <rect
+             y="168.36218"
+             x="-1281"
+             height="5"
+             width="57.857143"
+             id="rect51498"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             y="186.36218"
+             x="-1281"
+             height="5"
+             width="90"
+             id="rect51500"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51502"
+             width="90"
+             height="5"
+             x="-1281"
+             y="196.36218" />
+          <rect
+             y="206.36218"
+             x="-1281"
+             height="5"
+             width="68.877548"
+             id="rect51504"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51506"
+             width="57.857143"
+             height="5"
+             x="-1281"
+             y="216.36218" />
+        </g>
+        <g
+           id="g51508"
+           transform="translate(132,160)">
+          <rect
+             y="119.86218"
+             x="-1295.5"
+             height="142"
+             width="119"
+             id="rect51510"
+             
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
 />
+          <rect
+             y="138.36218"
+             x="-1281"
+             height="5"
+             width="90"
+             id="rect51512"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51514"
+             width="90"
+             height="5"
+             x="-1281"
+             y="148.36218" />
+          <rect
+             y="158.36218"
+             x="-1281"
+             height="5"
+             width="68.877548"
+             id="rect51516"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51518"
+             width="57.857143"
+             height="5"
+             x="-1281"
+             y="168.36218" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51520"
+             width="90"
+             height="5"
+             x="-1281"
+             y="186.36218" />
+          <rect
+             y="196.36218"
+             x="-1281"
+             height="5"
+             width="90"
+             id="rect51522"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51524"
+             width="68.877548"
+             height="5"
+             x="-1281"
+             y="206.36218" />
+          <rect
+             y="216.36218"
+             x="-1281"
+             height="5"
+             width="57.857143"
+             id="rect51526"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+        </g>
+        <g
+           transform="translate(0,160)"
+           id="g51528">
+          <rect
+             
style="fill:#ffffff;fill-opacity:1;stroke:#a7a7a7;stroke-width:0.99999994;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+             id="rect51530"
+             width="119"
+             height="142"
+             x="-1295.5"
+             y="119.86218" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51532"
+             width="90"
+             height="5"
+             x="-1281"
+             y="138.36218" />
+          <rect
+             y="148.36218"
+             x="-1281"
+             height="5"
+             width="90"
+             id="rect51534"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51536"
+             width="68.877548"
+             height="5"
+             x="-1281"
+             y="158.36218" />
+          <rect
+             y="168.36218"
+             x="-1281"
+             height="5"
+             width="57.857143"
+             id="rect51538"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             y="186.36218"
+             x="-1281"
+             height="5"
+             width="90"
+             id="rect51540"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51542"
+             width="90"
+             height="5"
+             x="-1281"
+             y="196.36218" />
+          <rect
+             y="206.36218"
+             x="-1281"
+             height="5"
+             width="68.877548"
+             id="rect51544"
+             style="fill:#babdb6;fill-opacity:1;stroke:none" />
+          <rect
+             style="fill:#babdb6;fill-opacity:1;stroke:none"
+             id="rect51546"
+             width="57.857143"
+             height="5"
+             x="-1281"
+             y="216.36218" />
+        </g>
+      </g>
+    </g>
   </g>
 </svg>
diff --git a/hig3/C/grids.page b/hig3/C/grids.page
new file mode 100644
index 0000000..aba09d3
--- /dev/null
+++ b/hig3/C/grids.page
@@ -0,0 +1,42 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic"
+      id="grids">
+
+  <info>
+    <link type="guide" xref="patterns" group="grids"/>   
+    <credit type="author">
+      <name>Allan Day</name>
+      <email>aday gnome org</email>
+    </credit>
+    <license href="http://creativecommons.org/licenses/by-sa/4.0/";>
+      <p>This work is licensed under a
+      <link href="http://creativecommons.org/licenses/by-sa/4.0/";>Creative
+      Commons Attribution-Share Alike 4.0 International License</link>.</p>
+    </license>
+  </info>
+
+<title>Grids</title>
+
+<media type="image" mime="image/png" src="figures/grids.png"/>
+
+<p>A grid is one of the primary methods of presenting collections of content in GNOME 3. Grids are often 
combined with a number of the other design patterns, including <link xref="search">search</link> and <link 
xref="selection-mode">selection mode</link>.</p>
+
+<section id="when-to-use">
+<title>When to use</title>
+
+<p>Since the grid view utilises an image for each item it presents, it is best suited to content that has a 
visual component, such as documents or photos.</p>
+
+</section>
+
+<section id="general-guidelines">
+<p>General guidelines</p>
+
+<list>
+<item><p>Wherever possible, each item of content should have a unique thumbnail.</p></item>
+<item><p>Order the items in the grid according to what will be most useful to people using your application. 
Ordering content according to most recently used is often the best arrangement.</p></item>
+<item><p>Selecting an item in the grid will typically switch to a dedicated view of that item.</p></item>
+<item><p>Consider combining the grid view search, selection mode and collections.</p></item>
+</list>
+
+</section>
+</page>
diff --git a/hig3/C/menu-bars.page b/hig3/C/menu-bars.page
index b48895c..3effecc 100644
--- a/hig3/C/menu-bars.page
+++ b/hig3/C/menu-bars.page
@@ -14,8 +14,739 @@
     </license>
   </info>
 
-<title>Menu Bars</title>
+<title>Menu bars</title>
 
-<p>Alternatives to menu bars include <link xref="header-bar-menus">header bar menus</link>, <link 
xref="selection-mode">selection mode</link>, <link xref="application-menus">application menus</link>, and 
<link xref="action-bars">action bars</link>.</p>
+<p>The menubar provides a number of drop-down menus. Only the menu titles are displayed, until the user 
clicks on one of them.</p>
+
+<p>The menubar is normally visible at all times and is always accessible from the keyboard, so make all the 
commands available in your application available on the menubar.</p>
+
+<section id="guidelines">
+<title>Guidelines</title>
+
+<list>
+<item><p>Provide a menubar in each primary application window, containing at least a File and a Help 
menu.</p></item>
+<item><p>Do not disable menu titles. Allow the user to explore the menu, even though there might be no 
available items on it at that time.</p></item>
+<item><p>Menu titles on a menubar are single words with their first letter capitalized. Do not use spaces in 
menu titles, as this makes them easily-mistaken for two separate menu titles. Do not use compound words (such 
as <gui>WindowOptions</gui>) or hyphens (such as <gui>Window-Options</gui>) to circumvent this 
guideline.</p></item>
+<item><p>Do not provide a mechanism for hiding the menubar, as this may be activated accidentally. Some 
users will not be able to figure out how to get the menu bar back in this case.</p></item>
+</list>
+
+</section>
+
+<section id="standard-menus">
+<title>Standard menus</title>
+
+<p>This section details the most common menus, menu items and their behaviors. You will not need all of 
these menus or menu items in every application you write, but do preserve the order of the menu titles and of 
the menu items that you do use.</p>
+
+<section id="file">
+<title>File</title>
+
+<section id="creation-and-opening-menu-items">
+<title>Creation and opening operation menu items</title>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>New</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>N</key></keyseq></p></td>
+<td><p>Creates a new document. Open a new primary window, with the title <gui>Document name</gui>, 
containing a blank document. How this window is displayed, e.g. as a tab or a separate window, is up to the 
window manager.</p>
+<p>If your application can create a number of different types of document, you can make the <gui>New</gui> 
item a submenu, containing a menu item for each type. Label these items <gui>New</gui> document type, make 
the first entry in the submenu the most commonly used document type, and give it the 
<keyseq><key>Ctrl</key><key>N</key></keyseq> shortcut.</p>
+<p>Note: A blank document will not necessarily be completely blank. For example, a document created from a 
template may already contain some data.</p></td>
+</tr>
+<tr>
+<td><p><gui>Open…</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>O</key></keyseq></p></td>
+<td><p>Opens an existing document in a new window. Present the user with a standard <gui>Open File</gui> 
dialog from which they can choose an existing file. If the chosen file is already open in the application, 
raise that window instead of opening a new one.</p></td>
+</tr>
+</table>
+
+</section>
+
+<section id="saved-state-operations">
+<title>Saved state operation menu itmes</title>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Save</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>S</key></keyseq></p></td>
+<td><p>Saves the document with its current filename. If the document already has a filename associated with 
it, save the document immediately without any further interaction from the user. If there are any additional 
options involved in saving a file (eg. DOS or UNIX-style line endings in a text file), prompt for these first 
time the document is saved, but subsequently use the same values each time until the user changes them. If 
the document has no current filename or is read-only, selecting this item should be the same as selecting 
<gui>Save As</gui>.</p></td>
+</tr>
+<tr>
+<td><p><gui>Save As…</gui></p></td>
+<td><p><keyseq><key>Shift</key><key>Ctrl</key><key>S</key></keyseq></p></td>
+<td><p>Saves the document with a new filename. Present the user with the standard <gui>Save As</gui> dialog, 
and save the file with the chosen file name.</p></td>
+</tr>
+<tr>
+<td><p><gui>Save a Copy…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Prompts the user to enter a filename, with which a copy of the document is then saved. Do not alter 
either the view or the filename of the original document. All subsequent changes are still made to the 
original document until the user specifies otherwise, for example by choosing the <gui>Save As</gui> 
command.</p>
+<p>Like the <gui>Save As</gui> dialog, the <gui>Save a Copy</gui> dialog may present different ways to save 
the data. For example, an image may be saved in a native format or as a PNG.</p></td>
+</tr>
+<tr>
+<td><p><gui>Revert</gui></p></td>
+<td><p>None</p></td>
+<td><p>Reverts the document to the last saved state. Present the user with a warning that all changes will 
be lost, and offer the option of cancelling before reloading the file.</p></td>
+</tr>
+<tr>
+<td><p><gui>Save Version</gui></p></td>
+<td><p>None</p></td>
+<td><p>An alternative to the <gui>Save a Copy</gui> command. Only use this item in conjunction with the 
<gui>Restore Version</gui> command.</p></td>
+</tr>
+<tr>
+<td><p><gui>Restore Version…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Prompts the user for a version of the current document to be restored. Present the user with with a 
warning that all changes will be lost, and offer the option of cancelling before restoring the version. Only 
use this item in conjunction with the <gui>Save Version</gui> command.</p></td>
+</tr>
+<tr>
+<td><p><gui>Versions…</gui></p></td>
+<td><p>None</p></td>
+<td><p>An alternative to the <gui>Save Version</gui> and <gui>Restore Version</gui> commands. Use this when 
more utilities, such as a diff, are available.</p></td>
+</tr>
+</table>
+
+</section>
+
+<section id="export-operations">
+<title>Export operations menu items</title>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Page Setup</gui></p></td>
+<td><p>None</p></td>
+<td><p>Allows the user to control print-related settings. Present the user with a dialog allowing the user 
to set such options as portrait or landscape format, margins, and so on.</p></td>
+</tr>
+<tr>
+<td><p><gui>Print Preview</gui></p></td>
+<td><p><keyseq><key>Shift</key><key>Ctrl</key><key>Ctrl</key><key>P</key></keyseq></p></td>
+<td><p>Shows the user what the printed document will look like. Present a new window containing an accurate 
representation of the appearance of the document as it would be printed. The libgnomeprintui library provides 
a standard <gui>Print Preview</gui> window that you should use if possible.</p></td>
+</tr>
+<tr>
+<td><p><gui>Print…</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>P</key></keyseq></p></td>
+<td><p>Prints the current document. Present the user with a dialog allowing them to set options like the 
page range to be printed, the printer to be used, and so on. The dialog must contain a button labelled 
<gui>Print</gui> that starts printing and closes the dialog. The libgnomeprintui library provides a standard 
<gui>Print</gui> dialog that you should use if possible.</p></td>
+</tr>
+<tr>
+<td><p><gui>Send To…</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>M</key></keyseq></p></td>
+<td><p>Provides the user a means to attach or send the current document as an email or email attachment, 
depending on its format. You may provide more than one <gui>Send</gui> item depending on which options are 
available. If there are more than two such items, move them into a submenu. For example, if only <gui>Send by 
Email</gui> and <gui>Send by Fax</gui> are available, leave them on the top-level menu If there is a third 
option, such as <gui>Send by FTP</gui>, place all the options in a Send submenu.</p></td>
+</tr>
+</table>
+
+</section>
+
+<section id="file-properties">
+<title>File properties menu items</title>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Properties…</gui></p></td>
+<td><p><keyseq><key>Alt</key><key>Return</key></keyseq></p></td>
+<td><p>Opens the document's <gui>Properties</gui> window. This may contain editable information, such as the 
document author's name, or read-only information, such as the number of words in the document, or a 
combination of both. The <keyseq><key>Alt</key><key>Return</key></keyseq> shortcut should not be provided 
where <key>Return</key> is most frequently used to insert a new line.</p></td>
+</tr>
+</table>
+
+</section>
+
+<section id="closing-operations">
+<title>Closing operations menu items</title>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Close</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>W</key></keyseq></p></td>
+<td><p>Closes the current document. If it has unsaved changes, present the user with a confirmation alert 
giving the option to save changes, discard them, or cancel the action without closing or saving the 
document.</p>
+<p>If the window you are closing is the last open document in the application, the correct action depends on 
your application type:</p>
+<list>
+<item><p>Single document interface: close the application</p></item>
+<item><p>Controlled single document interface: leave only the control window open</p></item>
+<item><p>Multiple document interface: close the current document and create a new blank document</p></item>
+</list>
+</td>
+</tr>
+<tr>
+<td><p><gui>Quit</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>Q</key></keyseq></p></td>
+<td><p>Closes the application. If there are unsaved changes in any open documents, present the user with a 
confirmation alert for each affected document, giving the option to save the changes, discard them, or 
cancel. If there are no unsaved changes, close the application immediately without presenting any further 
messages or dialogs.</p>
+<p>In particular, non-document based applications, for example a game or a calculator, should save their 
state and exit immediately. This state should be restored the next time the application is started.</p></td>
+</tr>
+</table>
+
+</section>
+</section>
+
+<section id="edit">
+<title>Edit</title>
+
+<p>The <gui>Edit</gui> menu contains items relating to editing both the document (clipboard handling, search 
and replace, and inserting special objects) and the user's preferences. <gui>Preferences</gui> are edited 
here rather than on a <gui>Settings</gui> menu, because:</p>
+
+<list>
+<item><p>most applications' preferences windows are accessed via a single menu item, and single-item menus 
offer poor usability</p></item>
+<item><p>most applications already contain a suitable Edit menu.</p></item>
+</list>
+
+<section id="modification-history">
+<title>Modification history menu items</title>
+
+<p>Document-based applications should maintain a history of modifications to a document and the state of the 
document between each action. The Undo and Redo commands move backwards and forwards through this history.</p>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Undo <em>action</em></gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>Z</key></keyseq></p></td>
+<td><p>Undoes the effect of the previous action in the undo history list. Revert the document to its state 
before the previous action was performed. If your application supports undo, and the user undoes all changes 
since it was last saved, treat the document as unmodified. Note: provide a separate <gui>Undo</gui> and 
<gui>Redo</gui> menu item even if your application only supports one level of undo.</p></td>
+</tr>
+<tr>
+<td><p><gui>Redo <em>action</em></gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>Ctrl</key><key>Z</key></keyseq></p></td>
+<td><p>Performs the next action in the undo history list, after the user has moved backwards through the 
list with the <gui>Undo</gui> command. Move the user one step forwards again, restoring the document to the 
state it was in after that action was originally performed.</p>
+<p>Note: provide a separate <gui>Undo</gui> and <gui>Redo</gui> menu item even if your application only 
supports one level of undo.</p></td>
+</tr>
+</table>
+
+</section>
+
+<section id="selected-date-manipulation-menu-items">
+<title>Selected date manipulation menu items</title>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Cut</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>X</key></keyseq></p></td>
+<td><p>Removes the selected content and places it onto the clipboard. Visually, remove the content from the 
document in the same manner as <gui>Delete</gui>.</p></td>
+</tr>
+<tr>
+<td><p><gui>Copy</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>C</key></keyseq></p></td>
+<td><p>Copies the selected content onto the clipboard.</p></td>
+</tr>
+<tr>
+<td><p><gui>Paste</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>V</key></keyseq></p></td>
+<td><p>Inserts the contents of the clipboard into the document. If there is no current selection, use the 
caret as the insertion point. If there is a current selection, replace it with the clipboard 
contents.</p></td>
+</tr>
+<tr>
+<td><p><gui>Paste Special…</gui></p></td>
+<td><p><keyseq><key>Shift</key><key>Ctrl</key><key>V</key></keyseq></p></td>
+<td><p>Inserts a non-default representation of the clipboard contents into the document. Open a dialog 
presenting a list of the available formats from which the user can select. For example, if the clipboard 
contains a PNG file copied from a file manager, the image may be embedded in the document, or a link to the 
file inserted so that changes to the image on disk are always reflected in the document.</p></td>
+</tr>
+<tr>
+<td><p><gui>Duplicate</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>U</key></keyseq></p></td>
+<td><p>Creates a duplicate copy of the selected object. Do not prompt for a name for the duplicate object, 
but give it a sensible default (for example, Copy of ShoppingList.abw) and allow the user to change it later. 
Place the duplicate copy as near the original as possible without overlapping it, even if this means breaking 
the current sort order within the container, so the user sees it immediately.</p></td>
+</tr>
+<tr>
+<td><p><gui>Delete</gui></p></td>
+<td><p><key>Delete</key></p></td>
+<td><p>Removes the selected content without placing it on the clipboard.</p></td>
+</tr>
+<tr>
+<td><p><gui>Select All</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>A</key></keyseq></p></td>
+<td><p>Selects all content in the current document.</p></td>
+</tr>
+<tr>
+<td><p><gui>Deselect All</gui></p></td>
+<td><p><keyseq><key>Shift</key><key>Ctrl</key><key>A</key></keyseq></p></td>
+<td><p>Deselects all content in the current document. Only provide this item in situations when no other 
method of undoing selection is possible or apparent to the user. For example, in complex graphics 
applications where selection and deselection is not usually possible simply by using the cursor keys. Note: 
Do not provide <gui>Deselect All</gui> in text entry fields, as 
<keyseq><key>Shift</key><key>Ctrl</key><key>hex</key></keyseq> digit is used to enter unicode characters so 
its shortcut will not work.</p></td>
+</tr>
+</table>
+
+</section>
+
+<section id="searching-and-replacing">
+<title>Searching and replacing menu items</title>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Find…</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>F</key></keyseq></p></td>
+<td><p>Opens a window or dialog allowing the user to search for specific content in the current document. 
Highlight each match in-place. If the command allows the user to search for content in places other than the 
current document, for example other open documents, other documents on disk, or a remote network location, 
label this item <gui>Search</gui> instead of <gui>Find</gui>.</p></td>
+</tr>
+<tr>
+<td><p><gui>Find Next</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>G</key></keyseq></p></td>
+<td><p>Selects the next instance of the last Find term in the current document.</p></td>
+</tr>
+<tr>
+<td><p><gui>Find Previous</gui></p></td>
+<td><p><keyseq><key>Shift</key><key>Ctrl</key><key>G</key></keyseq></p></td>
+<td><p>Selects the previous instance of the last <gui>Find</gui> term in the current document.</p></td>
+</tr>
+<tr>
+<td><p><gui>Replace…</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>H</key></keyseq></p></td>
+<td><p>Opens a window or dialog allowing the user to search for specific content in the current document, 
and replace each occurrence with new content.</p></td>
+</tr>
+</table>
+
+</section>
+
+<section id="inserting-special-objects">
+<title>Inserting special objects</title>
+
+<p>Where applicable, provide items on the <gui>Edit</gui> menu that insert special objects such as images, 
links, GUI controls or the current date and time.</p>
+
+<p>If you have up to three types of object that can be inserted, add them as individual items to this menu, 
for example <gui>Insert Image</gui>, or <gui>Insert External Link</gui>. If you have between three and six 
types, place them on an <gui>Edit ▸ Insert</gui> submenu. If you have more than six, add a separate 
<gui>Insert</gui> menu to the menubar.</p>
+
+</section>
+
+</section>
+
+<section id="view">
+<title>View</title>
+
+<p>The <gui>View</gui> menu contains only items that affect the user's view of the current document. Do not 
place any items on the <gui>View</gui> menu that affect the content of the current document. (Exception: 
<gui>View ▸ Reload</gui> may change the current contents if, for example, the document is a webpage that has 
been recently updated on the server).</p>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Icons</gui></p></td>
+<td><p>None</p></td>
+<td><p>Shows the contents of the selected container as rows and columns of large icons, each with its name 
underneath. This is a radio button menu item.</p></td>
+</tr>
+<tr>
+<td><p><gui>List</gui></p></td>
+<td><p>None</p></td>
+<td><p>Shows the contents of the selected container as a list of small icons, possibly in multiple columns, 
each with its name on its right-hand side. This is a radio button menu item.</p></td>
+</tr>
+<tr>
+<td><p><gui>Details</gui></p></td>
+<td><p>None</p></td>
+<td><p>Shows the contents of the selected container as single column of small icons, each with its name on 
its right-hand side. Additional columns give extra information about the object each icon represents, for 
example the size and modification date of files in a file manager. This is a radio button menu item.</p>
+<p>If your application has no need for both <p>List</p> and <p>Details</p> modes, use the List item for 
whichever of the two modes you support.</p></td>
+</tr>
+<tr>
+<td><p><gui>Sort By…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Sorts the contents of a container by user-specified criteria. Open a dialog allowing the user to 
choose from pre-defined sort keys (for example, Name, Size, or Modification Date in a file manager), or to 
specify their own if applicable.</p></td>
+</tr>
+<tr>
+<td><p><gui>Filter…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Hides objects that are not of interest to the user. Open a dialog allowing the user to choose from a 
list of types of object they want to display, or to enter their own criteria (for example, a regular 
expression matched against a particular property of the objects).</p></td>
+</tr>
+<tr>
+<td><p><gui>Zoom In</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>+</key></keyseq></p></td>
+<td><p>Zooms into the document. Make the center of the new view the same as the center of the previous 
view.</p></td>
+</tr>
+<tr>
+<td><p><gui>Zoom Out</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>-</key></keyseq></p></td>
+<td><p>Zooms out of the document. Make the center of the new view the same as the center of the previous 
view.</p></td>
+</tr>
+<tr>
+<td><p><gui>Normal Size</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>0</key></keyseq></p></td>
+<td><p>Resets the zoom level back to the default value, normally 100%. Make the center of the new view the 
same as the center of the previous view.</p></td>
+</tr>
+<tr>
+<td><p><gui>Best Fit</gui></p></td>
+<td><p>None</p></td>
+<td><p>Makes the document fill the window. Show the document, or the current page of the document, at as 
high a zoom level as will fit in the window whilst allowing the whole document or page to be visible without 
scrolling.</p></td>
+</tr>
+<tr>
+<td><p><gui>Refresh</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>R</key></keyseq></p></td>
+<td><p>Redraws the current view of the document from local storage. For example, in a web browser 
application, this would redraw the page from the browser page cache.</p></td>
+</tr>
+<tr>
+<td><p><gui>Reload</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>R</key></keyseq></p></td>
+<td><p>Redraws the current view of the document, checking the data source for changes first. For example, 
checks the web server for updates to the page before redrawing it. If your application requires both 
<gui>Reload</gui> and <gui>Refresh</gui>, use <keyseq><key>Shift</key><key>Ctrl</key><key>R</key></keyseq> as 
the shortcut for <gui>Reload</gui>.</p></td>
+</tr>
+</table>
+
+</section>
+
+<section id="insert">
+<title>Insert</title>
+
+<p>The <gui>Insert</gui> menu lists the type of special objects that can be inserted into the document at 
the current caret position, for example images, links, page breaks or GUI objects. Only provide this menu if 
you have more than about six types of object that can be inserted, otherwise place individual items for each 
type on the <gui>Edit</gui> menu.</p>
+
+<p>The types of object will vary between applications, but the table below shows some common types that may 
be applicable.</p>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Page Break</gui></p></td>
+<td><p>None</p></td>
+<td><p>Inserts a page break at the caret position. Show the page break visually, for example as a dotted 
line across the page, unless the user has specifically requested not to see them.</p></td>
+</tr>
+<tr>
+<td><p><gui>Date and Time…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Inserts the current date and/or time at the caret position. Open a dialog giving a choice of date and 
time formats. If applicable, also offer the choice to insert either as plain text, so the specified date and 
time will always appear in the document, or as a special field that will updated every time the document is 
opened, refreshed or printed.</p></td>
+</tr>
+<tr>
+<td><p><gui>Symbol…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Inserts a special symbol, such as a mathematical symbol or foreign character, at the caret position. 
Open a dialog showing all the available symbols as a table, from which the user can choose. The user must be 
able to add multiple symbols to the document at one time without having to close and re-open the 
dialog.</p></td>
+</tr>
+<tr>
+<td><p><gui>Sheet…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Adds a new sheet to the current workbook. Do not prompt for a name, but choose a sensible default 
(such as <gui>Sheet-2</gui>) and allow the user to change it later.</p></td>
+</tr>
+<tr>
+<td><p><gui>Rows…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Adds new rows to a table in which one or more rows or cells are currently selected. Open a dialog 
asking whether to insert rows above or below the current selection, and for any other required information. 
Copy the row format from the last or first row of the current selection respectively, unless the user 
specifies otherwise.</p></td>
+</tr>
+<tr>
+<td><p><gui>Columns…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Adds new columns to a table in which one or more columns or cells are currently selected. Open a 
dialog asking whether to insert columns to the left or right of the current selection, and for any other 
required information. Copy the column format from the right- or left-most column of the current selection 
respectively, unless the user specifies otherwise.</p></td>
+</tr>
+<tr>
+<td><p><gui>Image…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Inserts an image into the document from a file. Present a standard Open File dialog filtered on 
acceptable file types, from which the user can choose an image file to insert.</p></td>
+</tr>
+<tr>
+<td><p><gui>Graph…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Inserts a graph into the document. Open a dialog or assistant that allows the user to build (or open 
from a file) a graph of their choice, using the current selection as an indication of which values, axis 
labels and data labels to use.</p></td>
+</tr>
+<tr>
+<td><p><gui>From File…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Inserts an object from any acceptable file type, for example plain text, formatted text, or an image. 
Present a standard Open File dialog filtered on acceptable file types, from which the user can choose a file 
to insert</p></td>
+</tr>
+<tr>
+<td><p><gui>External Link…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Inserts a link to an object stored in a different file, or on a remote system. The object is not 
embedded in or saved with the document, only a link to it. Open a dialog in which the user can type or choose 
the name of the object, for example a filename or a webpage URL. Show the link in the document in as 
informative way as possible. For example, show a link to an image as a thumbnail of that image, unless the 
user specifies otherwise.</p></td>
+</tr>
+</table>
+
+</section>
+
+<section id="format">
+<title>Format</title>
+
+<p>A <gui>Format</gui> menu contains commands to change the visual appearance of the document. For example, 
changing the font, color, or line spacing of a text selection.</p>
+
+<p>The difference between these commands and those on the <gui>View</gui> menu is that changes made with 
Format commands are persistent and saved as part of the document, for example as HTML or RTF tags.</p>
+
+<p>Items found on the Format will be very application-specific, but some common items are listed in the 
table below.</p>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Style…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Sets the style attributes of the selected text or objects either individually or to a named, 
predefined style. Open a dialog allowing the user to set attributes such as bold, italic, size and spacing 
individually, and to create their own named styles where applicable.</p></td>
+</tr>
+<tr>
+<td><p><gui>Font…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Sets the font properties of the selected text or objects. Open a dialog allowing the user to choose 
font, size, style, color, or whatever other attributes are applicable.</p></td>
+</tr>
+<tr>
+<td><p><gui>Paragraph…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Sets the properties of the selected paragraph. Open a dialog allowing the user to choose style, line 
spacing, tabulation, or whatever other attributes are applicable.</p></td>
+</tr>
+<tr>
+<td><p><gui>Bold</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>B</key></keyseq></p></td>
+<td><p>Toggles the boldness of the current text selection on or off. If some of the selection is currently 
bold and some is not, this command should bolden the selected text.</p></td>
+</tr>
+<tr>
+<td><p><gui>Italic</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>I</key></keyseq></p></td>
+<td><p>Toggles the italicisation of the current text selection on or off. If some of the selection is 
currently italicised and some is not, this command should italicise the selected text.</p></td>
+</tr>
+<tr>
+<td><p><gui>Underline</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>U</key></keyseq></p></td>
+<td><p>Toggles underlining of the current text selection. If some of the selection is currently underlined 
and some is not, this command should underline the selected text.
+</p></td>
+</tr>
+<tr>
+<td><p><gui>Cells…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Sets the properties of the selected table cells. Open a dialog allowing the user to choose alignment, 
borders, shading, text style, number format, or whatever other attributes are applicable.
+</p></td>
+</tr>
+<tr>
+<td><p><gui>List…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Sets the properties of the selected list, or turns the selected paragraphs into a list if they are 
not already formatted as such. Open a dialog allowing the user to choose number or bullet style, spacing, 
tabulation, or whatever other attributes are applicable.</p></td>
+</tr>
+<tr>
+<td><p><gui>Layer…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Sets the properties of all or selected layers of a multi-layered document. Open a dialog allowing the 
user to choose name, size, visibility, opacity, z-ordering, or whatever other attributes are 
applicable.</p></td>
+</tr>
+<tr>
+<td><p><gui>Page…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Sets the properties of all or selected pages of the document. Open a dialog allowing the user to 
choose paper size, orientation, columns, margins, or whatever other attributes are applicable.</p></td>
+</tr>
+</table>
+
+</section>
+
+<section id="bookmarks">
+<title>Bookmarks</title>
+
+<p>Provide a Bookmarks menu in any application that allows the user to browse files and folders, help 
documents, web pages or any other large information space.</p>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Add Bookmark</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>D</key></keyseq></p></td>
+<td><p>Adds a bookmark for the current document to the default bookmark list. Do not pop up a dialog asking 
for a title or location for the bookmark, instead choose sensible defaults (such as the document's title or 
filename as the bookmark name) and allow the user to change them later using the <gui>Edit Bookmarks</gui> 
feature.</p></td>
+</tr>
+<tr>
+<td><p><gui>Edit Bookmarks</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>B</key></keyseq></p></td>
+<td><p>Allows the user to edit the application's bookmark list. Open a window in which the user can arrange 
bookmarks into a hierarchy, move, copy, and delete bookmarks, and change their properties.</p></td>
+</tr>
+<tr>
+<td><p>Bookmark List</p></td>
+<td><p>None</p></td>
+<td><p>The user's current list of bookmarks for the application.</p></td>
+</tr>
+</table>
+
+</section>
+
+<section id="go">
+<title>Go</title>
+
+<p>A <gui>Go</gui> menu provides commands for quickly navigating around a document or collection of 
documents, or an information space such as a directory structure or the web.</p>
+
+<p>The contents of the menu will vary depending on the type of application. Different standard menus are 
presented here for browser-based and document-based applications , but your application may require a 
combination of both.</p>
+
+<section id="go-browser">
+<title>Go menu items for a browser application</title>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Back</gui></p></td>
+<td><p><keyseq><key>Alt</key><key>Left</key></keyseq></p></td>
+<td><p>Navigates to the previous document in the browser's history list.</p></td>
+</tr>
+<tr>
+<td><p><gui>Forward</gui></p></td>
+<td><p><keyseq><key>Alt</key><key>Right</key></keyseq></p></td>
+<td><p>Navigates to the next document in the browser's history list.</p></td>
+</tr>
+<tr>
+<td><p><gui>Up</gui></p></td>
+<td><p><keyseq><key>Alt</key><key>Up</key></keyseq></p></td>
+<td><p>Navigates to the current document's (or folder's) parent document (or folder). For a document 
browser, such as an online help viewer, this usually means navigating to the enclosing sub-section, section, 
chapter or contents page.</p></td>
+</tr>
+<tr>
+<td><p><gui>Up</gui></p></td>
+<td><p><keyseq><key>Alt</key><key>Home</key></keyseq></p></td>
+<td><p>Navigates to a starting page defined by the user or the application.</p></td>
+</tr>
+<tr>
+<td><p><gui>Location…</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>L</key></keyseq></p></td>
+<td><p>Navigates to a user-specified URI. Open a dialog into which the user can type a suitable URI, or 
select one from a list where applicable (for example, a file selection dialog for applications that can 
handle file:// URIs).</p></td>
+</tr>
+</table>
+
+</section>
+
+<section id="go-document">
+<title>Go menu items for a document-based application</title>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Previous Page</gui></p></td>
+<td><p><key>PageUp</key></p></td>
+<td><p>Navigates to the previous page in the document.</p></td>
+</tr>
+<tr>
+<td><p><gui>Next Page</gui></p></td>
+<td><p><key>PageDown</key></p></td>
+<td><p>Navigates to the next page in the document.</p></td>
+</tr>
+<tr>
+<td><p><gui>Go to Page…</gui></p></td>
+<td><p>None</p></td>
+<td><p>Navigates to a user-specified page number. Open a dialog into which the user can type a page number. 
Text-based applications may also include a <gui>Go to Line...</gui> menu item, which allows the user to jump 
to a specified line number.</p></td>
+</tr>
+<tr>
+<td><p><gui>First Page</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>Home</key></keyseq></p></td>
+<td><p>Navigates to the first page in the document.</p></td>
+</tr>
+<tr>
+<td><p><gui>Last Page</gui></p></td>
+<td><p><keyseq><key>Ctrl</key><key>End</key></keyseq></p></td>
+<td><p>Navigates to the last page in the document.</p></td>
+</tr>
+</table>
+
+</section>
+
+</section>
+
+<section id="windows">
+<title>Windows</title>
+
+<p>The <gui>Windows</gui> menu contains commands that apply to all of the application's open windows. Only 
use a Windows menu in multiple document interface (MDI) applications.</p>
+
+<note><p>Use of MDI is discouraged, as they have a number of inherent usability problems.</p></note>
+
+<p>You may also label this menu <gui>Documents</gui>, <gui>Buffers</gui>, or similar according to the type 
of document handled by your application.</p>
+
+<p>The last items on this menu are a numbered list of the application's primary windows, for example 
<gui>1shoppinglist.abw</gui>. Selecting one of these items raises the corresponding window.</p>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Save All</gui></p></td>
+<td><p>None</p></td>
+<td><p>Saves all open documents. If any documents have no current filename, prompt for a filename for each 
one in turn using the standard <gui>Save</gui> dialog.</p></td>
+</tr>
+<tr>
+<td><p><gui>Close All</gui></p></td>
+<td><p>None</p></td>
+<td><p>Closes all open documents. If there are any unsaved changes in any documents, post a confirmation 
alert for each one in turn.</p></td>
+</tr>
+<tr>
+<td><p>List of windows</p></td>
+<td><p>None</p></td>
+<td><p>Each menu item raises the corresponding window to the top of the window stack.</p></td>
+</tr>
+</table>
+
+</section>
+
+<section id="help">
+<title>Help</title>
+
+<p>The <gui>Help</gui> menu provides access to all online documentation for your application. This includes 
both the user guide, and the <gui>About</gui> window which includes a brief description of your application's 
functionality.</p>
+
+<table>
+<thead>
+<tr>
+<td><p>Label</p></td>
+<td><p>Shortcut</p></td>
+<td><p>Description</p></td>
+</tr>
+</thead>
+<tr>
+<td><p><gui>Contents</gui></p></td>
+<td><p><key>F1</key></p></td>
+<td><p>Opens the default help browser on the contents page for the application.</p></td>
+</tr>
+<tr>
+<td><p><gui>About</gui></p></td>
+<td><p>None</p></td>
+<td><p>Opens the About dialog for the application. Use the standard dialog provided by the GNOME libraries, 
which contains the name and version number of the application, a short description of the application's 
functionality, author contact details, copyright message and a pointer to the licence under which the 
application is made available.</p></td>
+</tr>
+</table>
+
+</section>
+
+</section>
 
 </page>
diff --git a/hig3/C/menus.page b/hig3/C/menus.page
index 106b2f4..c92d5e9 100644
--- a/hig3/C/menus.page
+++ b/hig3/C/menus.page
@@ -23,7 +23,7 @@
 <section id="when-to-use">
 <title>When to use</title>
 
-<p>Primary actions and options are typically situated in an application's toolbar. The main role of menus is 
to host secondary options or actions, which may not be essential to the functioning of the application, or 
may not be used as frequently.</p>
+<p>Primary actions and options are typically situated in an application's <link xref="header-bars">header 
bar</link>. The main role of menus is to host secondary options or actions, which may not be essential to the 
functioning of the application, or may not be used as frequently.</p>
 
 <p>Menus can reduce the visual footprint of your application, making it simpler at first glance, and 
highlighting primary functionality. They should be used when it is necessary to include actions and options 
that cannot be comfortably accommodated within other standard design patterns, toolbars in particular.</p>
 
@@ -35,24 +35,23 @@
 <title>Guidelines</title>
 
 <list>
-<item><p>Do not have menus with less than three or more than about 12 top-level items. Dialog Windows 
containing a List can be used as an alternative to menus in many situations, including this one.</p></item>
-<item><p>Menu bars are not recommended for GNOME 3 applications.</p></item>
+<item><p>Do not have menus with less than three or more than about 12 top-level items. Dialog windows 
containing a List can be used as an alternative to menus in many situations, including this one.</p></item>
 <item><p>Label menu items with verbs for commands and adjectives for settings, according to the 
capitalization rules in the Writing Style guidelines.</p></item>
 <item><p>Make a menu item insensitive when its command is unavailable.</p></item>
-<item><p>Provide an access key for every menu item. You may use the same access key on different menus in 
your application, but avoid duplicating access keys on the same menu. Note that unlike other controls, once a 
menu is displayed, its access keys may be used by just typing the letter; it is not necessary to press the 
Alt key at the same time.</p></item>
+<item><p>Provide an <link xref="keyboard-input#access-keys">access key</link> for every menu item. You may 
use the same access key on different menus in your application, but avoid duplicating access keys on the same 
menu. Note that unlike other controls, once a menu is displayed, its access keys may be used by just typing 
the letter; it is not necessary to press the Alt key at the same time.</p></item>
 <item><p>Submenus are physically difficult to use, so avoid them if at all possible.</p></item>
 <item><p>Never embed submenus in submenus.</p></item>
 <item><p>Submenus should contain three or more items.</p></item>
 <item><p>Group similar items together using dividers. The best size for a group is around 2-5 items. 
Single-item groups are best placed at the top or bottom of a menu, otherwise try to group them with other 
single items of the same type on the same menu.</p></item>
 <item><p>Order items within a group logically, numerically, in task order or by expected frequency of use, 
as appropriate.</p></item>
 <item><p>Only place one type of menu item in each group— command, mutable, check box or radio button. For 
example, do not place commands and settings in the same group.</p></item>
-<item><p>Menus can contain Checkboxes and Radio Buttons for settings.</p></item>
+<item><p>Menus can contain <link xref="check-boxes">check boxes</link> and <link xref="radio-buttons">radio 
buttons</link> for settings.</p></item>
 </list>
 
 </section>
 
 <section id="mutable-command-items">
-<title>Mutable Command Items</title>
+<title>Mutable command items</title>
 
 <p>A mutable command item changes its label when selected. For example, a Reload item may change to Stop to 
allow the user to interrupt the operation if it is taking a long time.</p>
 
diff --git a/hig3/C/patterns.page b/hig3/C/patterns.page
index ab7cbdc..bd90640 100644
--- a/hig3/C/patterns.page
+++ b/hig3/C/patterns.page
@@ -16,7 +16,9 @@
 
 <title>Design Patterns</title>
 
-<p>Design patterns are the main elements that make up an application design. Some patterns, like application 
menus or header bars, are essential. Others are optional. Patterns can also be combined. Making appropriate 
choices about which design patterns to use is an important part in designing a GNOME application</p>
+<p>Design patterns are the primary elements that make up an application design. Some patterns, like <link 
xref="application-menus">application menus</link> or <link xref="header-bars">header bars</link>, are highly 
recommended. Others are optional, and deciding on which patterns you want to use forms a core part of the 
design process. To help with this, each pattern page details the appropriate uses of each pattern, and 
suggests alternatives that might be applicable.</p>
+
+<p>Once you have decided which patterns to use, the <link xref="ui-elements">user interface elements 
pages</link> provide further guidance on the specific details of individual elements that you can use to fill 
out your design.</p>
 
 <links type="topic" style="2column" groups="application-menus header-bars header-bar-menus search 
view-switchers selection-mode dialogs sidebars notifications"/>
 
diff --git a/hig3/C/popovers.page b/hig3/C/popovers.page
index 1d5ccf0..d1cbd61 100644
--- a/hig3/C/popovers.page
+++ b/hig3/C/popovers.page
@@ -29,7 +29,7 @@
 
 <list>
 <item><p>Revealing a small toolbox of text formatting controls.</p></item>
-<item><p>A find UI, with a search entry box and a space for a list of results.</p></item>
+<item><p>A find interface, with a search entry box and a space for a list of results.</p></item>
 <item><p>A collection of view controls, such as zoom, list/grid and content ordering.</p></item>
 </list>
 
@@ -42,22 +42,22 @@
 </section>
 
 <section id="general-guidelines">
-<title>General Guidelines</title>
+<title>General guidelines</title>
 
 <p>Popovers should always be small in size (as a rule of thumb, they should not cover more than a third of 
their parent window) and low in complexity. They should always appear as subordinates to their parent 
windows.</p>
 
-<p>A popover should only ever appear in response to a user action, and should always relate to a specific UI 
element which acts as the source of the popover. A common pattern is to use a button as the way to reveal a 
popover.</p>
+<p>A popover should only ever appear in response to a user action, and should always relate to a specific 
interface element which acts as the source of the popover. A common pattern is to use a button as the way to 
reveal a popover.</p>
 
 </section>
 
 <section id="popover-content">
-<title>Popover Content</title>
+<title>Popover content</title>
 
 <list>
 <item><p>A popover can just contain a menu, including submenus.</p></item>
-<item><p>You can combine a menu with other controls, such as buttons, sliders or text boxes. However, don't 
mix too many different types of control, and try to group controls of the same type together.</p></item>
+<item><p>You can combine a menu with other controls, such as buttons, sliders or text fields. However, don't 
mix too many different types of control, and try to group controls of the same type together.</p></item>
 <item><p>Popovers can be given a heading to clarify their purpose.</p></item>
-<item><p>Close or "done" buttons are not usually required in a popover.</p></item>
+<item><p><gui>Close</gui> or <gui>Done</gui> buttons are not usually required in a popover.</p></item>
 </list>
 
 </section>
diff --git a/hig3/C/radio-buttons.page b/hig3/C/radio-buttons.page
index 7d6c4bd..5fa64b2 100644
--- a/hig3/C/radio-buttons.page
+++ b/hig3/C/radio-buttons.page
@@ -28,7 +28,7 @@
 <item><p>Exactly one radio button should be set in the group at all times. The only exception is when the 
group is showing the properties of a multiple selection, when one or more of the buttons may be in their 
mixed state.</p></item>
 <item><p>Clicking a radio button should not affect the values of any other controls. It may sensitize, 
insensitize, hide or show other controls, however.</p></item>
 <item><p>If toggling a radio button affects the sensitivity of other controls, place the radio button 
immediately to the left of the controls that it affects. This helps to indicate that the controls are 
dependent on the state of the radio button.</p></item>
-<item><p>Use sentence capitalization for radio button labels, for example Switched movement. Provide an 
access key in the label that allows the user to set the radio button directly from the keyboard.</p></item>
+<item><p>Use <link xref="writing-style#capitalization">sentence capitalization</link> for radio button 
labels, for example <gui>Switched movement</gui>. Provide an <link xref="keyboard-input#access-keys">access 
key</link> in the label that allows the user to set the radio button directly from the keyboard.</p></item>
 <item><p>If the radio button represents a setting in a multiple selection that is set for some objects in 
the selection and unset for others, show the radio button in its mixed state.</p></item>
 <item><p>Do not place more than about eight radio buttons under the same group heading. If you need more 
than eight, consider using a single-selection list instead— but you probably also need to think about how to 
simplify your user interface.</p></item>
 <item><p>Try to align groups of radio buttons vertically rather than horizontally, as this makes them easier 
to scan visually. Use horizontal or rectangular alignments only if they greatly improve the layout of the 
window.</p></item>
diff --git a/hig3/C/switches.page b/hig3/C/switches.page
index 5f8cb29..e82b44a 100644
--- a/hig3/C/switches.page
+++ b/hig3/C/switches.page
@@ -25,7 +25,7 @@
 
 <p>Switches should be used for controlling services or hardware that have a clear on/off logic. They are 
particularly appropriate when those services or hardware do not activate immediately (ie. there is a delay 
between the switch being operated and it having an effect), or when they affect the operation of the 
application in a significant way.</p>
 
-<p>When the control does not turn a function on or off, or when a function does not clearly have an on/off 
nature, a checkbox is a more appropriate option. For example, and alarm might be controlled using a switch, 
since it can be turned on or off. However, a checkbox is a better choice for an option to repeat that alarm 
on a daily basis, since alarm repetition is a configuration option, rather than starting or stopping a 
particular piece of functionality.</p>
+<p>When the control does not turn a function on or off, or when a function does not clearly have an on/off 
nature, a <link xref="check-boxes">check box</link> is a more appropriate option. For example, and alarm 
might be controlled using a switch, since it can be turned on or off. However, a check box is a better choice 
for an option to repeat that alarm on a daily basis, since alarm repetition is a configuration option, rather 
than starting or stopping a particular piece of functionality.</p>
 
 <p>When in doubt, use switches for important configuration options, and check boxes for minor 
sub-options.</p>
 
@@ -34,7 +34,7 @@
 <section id="switch-labels">
 <title>Switch labels</title>
 
-<p>Switch labels should be written using header capitalization. The name of the function affected by the 
switch should be used as the label. "Automatic Location" or "Notifications" are examples of good switch 
labels.</p>
+<p>Switch labels should be written using <link xref="writing-style#capitalization">header 
capitalization</link>. The name of the function affected by the switch should be used as the label. 
<gui>Automatic Location</gui> or <gui>Notifications</gui> are examples of good switch labels.</p>
 
 </section>
 </page>
diff --git a/hig3/C/tabs.page b/hig3/C/tabs.page
index 3d2a0eb..c1406ab 100644
--- a/hig3/C/tabs.page
+++ b/hig3/C/tabs.page
@@ -26,11 +26,11 @@
 <p>The primary use of fixed tabs is to break down a dialog window into a set of mutually exclusive views.</p>
 
 <list>
-<item><p>Do not put too many pages in the same notebook. If you cannot see all the tabs without scrolling or 
splitting them into multiple rows, you are probably using too many and should use a list control 
instead.</p></item>
-<item><p>Label tabs with header capitalization, and use nouns rather than verbs, for example Font or 
Alignment. Try to keep all labels in a notebook the same general length.</p></item>
-<item><p>Do not design a notebook such that changing controls on one page affects the controls on any other 
page. Users are unlikely to discover such dependencies.</p></item>
-<item><p>If a control affects only one notebook page, place it on that notebook page. If it affects every 
page in the notebook, place it outside the notebook control, for example beside the window's OK and Cancel 
buttons.</p></item>
-<item><p>Use tabs that are proportional to the width of their labels. Don't just set all the tabs to the 
same width, as this makes them harder to scan visually, and limits the number of tabs you can fit into the 
notebook without scrolling.</p></item>
+<item><p>Do not use too many tabs. If you cannot see all the tabs without scrolling or splitting them into 
multiple rows, you are probably using too many and should use a list control instead.</p></item>
+<item><p>Label tabs with <link xref="writing-style#capitalization">header capitalization</link>, and use 
nouns rather than verbs, for example <gui>Font</gui> or <gui>Alignment</gui>. Try to give tab labels a 
similar length.</p></item>
+<item><p>Do not design tabs such that changing controls on one page affects the controls on any other page. 
Users are unlikely to discover such dependencies.</p></item>
+<item><p>If a control affects every tab, place it outside the tabs.</p></item>
+<item><p>Use tabs that are proportional to the width of their labels. Don't just set all the tabs to the 
same width, as this makes them harder to scan visually, and limits the number of tabs you can display without 
scrolling.</p></item>
 </list>
 
 </section>
diff --git a/hig3/C/text-fields.page b/hig3/C/text-fields.page
index 55129fe..75be450 100644
--- a/hig3/C/text-fields.page
+++ b/hig3/C/text-fields.page
@@ -14,9 +14,9 @@
     </license>
   </info>
 
-<title>Text Fields</title>
+<title>Text fields</title>
 
-<p>A text entry field is a widget for entering or editing text. They are a basic interface element with a 
variety of uses, including search entry, settings and preferences, or account configuration and setup. A text 
entry field can be prefilled with text, and can include additional buttons or icons.</p>
+<p>A text entry field is an interface element for entering or editing text. They are a basic element with a 
variety of uses, including search entry, settings and preferences, or account configuration and setup. A text 
entry field can be prefilled with text, and can include additional buttons or icons.</p>
 
 <media type="image" mime="image/png" src="figures/text-fields.png"/>
 
@@ -25,10 +25,10 @@
 
 <list>
 <item><p>Size text fields according to the likely size of the content they will contain. This gives a useful 
visual cue to the amount of input expected and prevents overflow.</p></item>
-<item><p>In an instant-apply window, validate the contents of the entry field when it loses focus or when 
the window is closed, not after each keypress. Exception: if the field accepts only a fixed number of 
characters, such as a hexadecimal color code, validate and apply the change as soon as that number of 
characters have been entered.</p></item>
+<item><p>In an <link xref="dialogs#instant-and-explicit-apply">instant-apply dialog</link>, validate the 
contents of the entry field when it loses focus or when the window is closed, not after each keypress. 
Exception: if the field accepts only a fixed number of characters, such as a hexadecimal color code, validate 
and apply the change as soon as that number of characters have been entered.</p></item>
 <item><p>If you implement an entry field that only accepts certain characters, such as digits, play the 
system warning beep when the user tries to type an invalid character.</p></item>
-<item><p>Normally, pressing Tab in a single-line entry field should move focus to the next control, and in a 
multi-line entry field it should insert a tab character. Pressing Ctrl+Tab in a multi-line entry field should 
move focus to the next control.</p></item>
-<item><p>If you need to provide a keyboard shortcut that inserts a tab character into a single line entry 
field, use Ctrl+Tab. You are unlikely to find many situations where this is useful, however.</p></item>
+<item><p>Normally, pressing <key>Tab</key> in a single-line entry field should move focus to the next 
control, and in a multi-line entry field it should insert a tab character. Pressing 
<keyseq><key>Ctrl</key><key>Tab</key></keyseq> in a multi-line entry field should move focus to the next 
control.</p></item>
+<item><p>If you need to provide a keyboard shortcut that inserts a tab character into a single line entry 
field, use <keyseq><key>Ctrl</key><key>Tab</key></keyseq>. You are unlikely to find many situations where 
this is useful, however.</p></item>
 </list>
 
 </section>
diff --git a/hig3/C/ui-elements.page b/hig3/C/ui-elements.page
index 5013cf2..02fdd36 100644
--- a/hig3/C/ui-elements.page
+++ b/hig3/C/ui-elements.page
@@ -45,6 +45,7 @@
 <tr>
 <td><p><link xref="text-fields">Text fields</link></p></td>
 <td><media xref="tabs" type="image" mime="image/png" src="figures/text-fields.png"/></td>
+<td><p><link xref="menu-bars">Menu bars</link></p></td>
 </tr>
 </table>
 
diff --git a/hig3/C/writing-style.page b/hig3/C/writing-style.page
index b9df411..fe1a127 100644
--- a/hig3/C/writing-style.page
+++ b/hig3/C/writing-style.page
@@ -35,7 +35,7 @@
 
 </section>
 
-<section id="captitalization">
+<section id="capitalization">
 <title>Capitalization</title>
 
 <p>Two styles of capitalization are used in GNOME user interfaces: header capitalization and sentence 
capitalization.</p>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]