summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-26 12:26:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-26 13:48:39 +0000
commit8e681942f771d7beae52b1e786fab16e6a653ab1 (patch)
tree4bdbfbe8162d0ad66ee7c14e821fa8a541b543f9
parent53f0752535e1e23481ebe7632afd59beee8a311d (diff)
add mnemonic widgets to column page
Change-Id: I1156a4785b96efb44bc98623e9a7f2cbbb5ee84a
-rw-r--r--sw/uiconfig/swriter/ui/columnpage.ui65
1 files changed, 37 insertions, 28 deletions
diff --git a/sw/uiconfig/swriter/ui/columnpage.ui b/sw/uiconfig/swriter/ui/columnpage.ui
index 31576a99423c..1565167f077e 100644
--- a/sw/uiconfig/swriter/ui/columnpage.ui
+++ b/sw/uiconfig/swriter/ui/columnpage.ui
@@ -79,6 +79,8 @@
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Columns</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">colsnf</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -122,6 +124,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">_Apply to</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">applytolb</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -154,6 +157,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">Text _direction</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">textdirectionlb</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -603,6 +607,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">St_yle</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">linestylelb</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -618,6 +623,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">_Width</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">linewidthmf:0.00pt</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -633,6 +639,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">H_eight</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">linewidthmf:0.00pt</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -648,6 +655,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">_Position</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">lineposlb</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -663,6 +671,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">_Color</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">colorlb</property>
</object>
<packing>
<property name="left_attach">4</property>
@@ -774,7 +783,19 @@
</packing>
</child>
</object>
- <object class="GtkListStore" id="liststore2">
+ <object class="GtkImage" id="image7">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="stock">gtk-go-back</property>
+ <property name="icon-size">1</property>
+ </object>
+ <object class="GtkImage" id="image8">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="stock">gtk-go-forward</property>
+ <property name="icon-size">1</property>
+ </object>
+ <object class="GtkListStore" id="liststore1">
<columns>
<!-- column-name gchararray1 -->
<column type="gchararray"/>
@@ -783,40 +804,20 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Selection</col>
+ <col id="0" translatable="yes">Left-to-right</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Current Section</col>
+ <col id="0" translatable="yes">Right-to-left</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Selected section</col>
- <col id="1">2</col>
- </row>
- <row>
- <col id="0" translatable="yes">Frame</col>
+ <col id="0" translatable="yes">Use superordinate object settings</col>
<col id="1">4</col>
</row>
- <row>
- <col id="0" translatable="yes">Page Style: </col>
- <col id="1">3</col>
- </row>
</data>
</object>
- <object class="GtkImage" id="image7">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="stock">gtk-go-back</property>
- <property name="icon-size">1</property>
- </object>
- <object class="GtkImage" id="image8">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="stock">gtk-go-forward</property>
- <property name="icon-size">1</property>
- </object>
- <object class="GtkListStore" id="liststore1">
+ <object class="GtkListStore" id="liststore2">
<columns>
<!-- column-name gchararray1 -->
<column type="gchararray"/>
@@ -825,17 +826,25 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">Left-to-right</col>
+ <col id="0" translatable="yes">Selection</col>
<col id="1">0</col>
</row>
<row>
- <col id="0" translatable="yes">Right-to-left</col>
+ <col id="0" translatable="yes">Current Section</col>
<col id="1">1</col>
</row>
<row>
- <col id="0" translatable="yes">Use superordinate object settings</col>
+ <col id="0" translatable="yes">Selected section</col>
+ <col id="1">2</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Frame</col>
<col id="1">4</col>
</row>
+ <row>
+ <col id="0" translatable="yes">Page Style: </col>
+ <col id="1">3</col>
+ </row>
</data>
</object>
</interface>