diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-11-21 14:15:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-21 14:15:34 +0000 |
commit | 4d6a248ca3f99c961e204b3fd66372501eb3872d (patch) | |
tree | cc828c0cb426971ef3199962339902fcad45cb33 /chart2 | |
parent | 7589bf4a620c348d93c3f39fa6bc35d77158f34b (diff) |
replicate original a11y relations within .ui
Change-Id: Id079d9c1a00a01b62c8cc02e061380857e835d2c
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/uiconfig/ui/tp_AxisPositions.ui | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/chart2/uiconfig/ui/tp_AxisPositions.ui b/chart2/uiconfig/ui/tp_AxisPositions.ui index a8ce21f9f77c..738b5e77d669 100644 --- a/chart2/uiconfig/ui/tp_AxisPositions.ui +++ b/chart2/uiconfig/ui/tp_AxisPositions.ui @@ -2,7 +2,6 @@ <interface> <!-- interface-requires gtk+ 3.0 --> <!-- interface-requires LibreOffice 1.0 --> - <object class="GtkListStore" id="liststoreEDT_CROSSES_OTHER_AXIS_AT_CATEGORY"/> <object class="GtkBox" id="tp_AxisPositions"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -39,6 +38,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">_Cross other axis at</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">LB_CROSSES_OTHER_AXIS_AT</property> </object> <packing> <property name="expand">False</property> @@ -214,6 +214,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">_Distance</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">EDT_AXIS_LABEL_DISTANCE</property> </object> <packing> <property name="expand">False</property> @@ -291,6 +292,10 @@ <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label" translatable="yes">Major:</property> + <accessibility> + <relation type="label-for" target="CB_TICKS_INNER"/> + <relation type="label-for" target="CB_TICKS_OUTER"/> + </accessibility> </object> <packing> <property name="left_attach">0</property> @@ -305,6 +310,10 @@ <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label" translatable="yes">Minor:</property> + <accessibility> + <relation type="label-for" target="CB_MINOR_INNER"/> + <relation type="label-for" target="CB_MINOR_OUTER"/> + </accessibility> </object> <packing> <property name="left_attach">0</property> @@ -322,6 +331,9 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <accessibility> + <relation type="labelled-by" target="FT_MAJOR"/> + </accessibility> </object> <packing> <property name="left_attach">1</property> @@ -339,6 +351,9 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <accessibility> + <relation type="labelled-by" target="FT_MAJOR"/> + </accessibility> </object> <packing> <property name="left_attach">2</property> @@ -356,6 +371,9 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <accessibility> + <relation type="labelled-by" target="FT_MINOR"/> + </accessibility> </object> <packing> <property name="left_attach">1</property> @@ -373,6 +391,9 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <accessibility> + <relation type="labelled-by" target="FT_MINOR"/> + </accessibility> </object> <packing> <property name="left_attach">2</property> @@ -400,6 +421,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">Place _marks</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">LB_PLACE_TICKS</property> </object> <packing> <property name="expand">False</property> |