diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-25 09:37:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-25 10:26:38 +0000 |
commit | 50068aabd05a4a7b610e1f1b339164e805bc42ec (patch) | |
tree | 4b6052e937cdb6042962089caac50d3f1b612b6d /sw/uiconfig | |
parent | dcdf61f5ddefca88123de49b52f0ca80e13833e1 (diff) |
set mnemonic widgets in table text flow page
Change-Id: I00a5ca16a868251d58f9106365a2efcc7a86d3aa
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/tabletextflowpage.ui | 103 |
1 files changed, 54 insertions, 49 deletions
diff --git a/sw/uiconfig/swriter/ui/tabletextflowpage.ui b/sw/uiconfig/swriter/ui/tabletextflowpage.ui index e899a865e21e..4527aa142418 100644 --- a/sw/uiconfig/swriter/ui/tabletextflowpage.ui +++ b/sw/uiconfig/swriter/ui/tabletextflowpage.ui @@ -6,6 +6,55 @@ <property name="step_increment">1</property> <property name="page_increment">10</property> </object> + <object class="GtkAdjustment" id="adjustment2"> + <property name="upper">100</property> + <property name="step_increment">1</property> + <property name="page_increment">10</property> + </object> + <object class="GtkListStore" id="liststore1"> + <columns> + <!-- column-name gchararray1 --> + <column type="gchararray"/> + <!-- column-name gint1 --> + <column type="gint"/> + </columns> + <data> + <row> + <col id="0" translatable="yes">Horizontal</col> + <col id="1">0</col> + </row> + <row> + <col id="0" translatable="yes">Vertical</col> + <col id="1">2</col> + </row> + <row> + <col id="0" translatable="yes">Use superordinate object settings</col> + <col id="1">4</col> + </row> + </data> + </object> + <object class="GtkListStore" id="liststore2"> + <columns> + <!-- column-name gchararray1 --> + <column type="gchararray"/> + <!-- column-name gint1 --> + <column type="gint"/> + </columns> + <data> + <row> + <col id="0" translatable="yes">Top</col> + <col id="1">0</col> + </row> + <row> + <col id="0" translatable="yes">Centered</col> + <col id="1">1</col> + </row> + <row> + <col id="0" translatable="yes">Bottom</col> + <col id="1">2</col> + </row> + </data> + </object> <object class="GtkGrid" id="TableTextFlowPage"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -169,6 +218,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes">Page _number</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">pagenonf</property> </object> <packing> <property name="left_attach">2</property> @@ -278,6 +328,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes">Text _orientation</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">textdirection</property> </object> <packing> <property name="left_attach">0</property> @@ -339,6 +390,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">The first </property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">repeatheadernf</property> </object> <packing> <property name="left_attach">0</property> @@ -436,6 +489,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes">_Vertical alignment</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">vertorient</property> </object> <packing> <property name="left_attach">0</property> @@ -480,53 +534,4 @@ </packing> </child> </object> - <object class="GtkAdjustment" id="adjustment2"> - <property name="upper">100</property> - <property name="step_increment">1</property> - <property name="page_increment">10</property> - </object> - <object class="GtkListStore" id="liststore1"> - <columns> - <!-- column-name gchararray1 --> - <column type="gchararray"/> - <!-- column-name gint1 --> - <column type="gint"/> - </columns> - <data> - <row> - <col id="0" translatable="yes">Horizontal</col> - <col id="1">0</col> - </row> - <row> - <col id="0" translatable="yes">Vertical</col> - <col id="1">2</col> - </row> - <row> - <col id="0" translatable="yes">Use superordinate object settings</col> - <col id="1">4</col> - </row> - </data> - </object> - <object class="GtkListStore" id="liststore2"> - <columns> - <!-- column-name gchararray1 --> - <column type="gchararray"/> - <!-- column-name gint1 --> - <column type="gint"/> - </columns> - <data> - <row> - <col id="0" translatable="yes">Top</col> - <col id="1">0</col> - </row> - <row> - <col id="0" translatable="yes">Centered</col> - <col id="1">1</col> - </row> - <row> - <col id="0" translatable="yes">Bottom</col> - <col id="1">2</col> - </row> - </data> - </object> </interface> |