[gtk+/gtk-3-10] Add missing AtkRelations for labelled containers in the print dialog
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-10] Add missing AtkRelations for labelled containers in the print dialog
- Date: Sun, 6 Apr 2014 03:44:08 +0000 (UTC)
commit 1994fc7ec4e20c68fb5d60cc526a3b0d4a2be03a
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Mar 24 18:19:40 2014 -0400
Add missing AtkRelations for labelled containers in the print dialog
These AtkRelation types are added automatically for widgets with a label
specified (e.g. via gtk_label_set_mnemonic_widget, gtk_frame_set_label,
and gtk_frame_set_label_widget). When such specification is absent, the
accessible relationship must be manually set.
https://bugzilla.gnome.org/show_bug.cgi?id=726996
gtk/gtkprintunixdialog.ui | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkprintunixdialog.ui b/gtk/gtkprintunixdialog.ui
index 011e0c5..87c8471 100644
--- a/gtk/gtkprintunixdialog.ui
+++ b/gtk/gtkprintunixdialog.ui
@@ -256,6 +256,9 @@
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
+ <accessibility>
+ <relation type="label-for" target="range_table"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -373,6 +376,9 @@
<property name="height">1</property>
</packing>
</child>
+ <accessibility>
+ <relation type="labelled-by" target="label_widget1"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -403,6 +409,9 @@
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
+ <accessibility>
+ <relation type="label-for" target="grid1"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -502,6 +511,9 @@
<property name="height">2</property>
</packing>
</child>
+ <accessibility>
+ <relation type="labelled-by" target="label_widget2"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -563,6 +575,9 @@
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
+ <accessibility>
+ <relation type="label-for" target="grid2"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -775,6 +790,9 @@
<property name="height">1</property>
</packing>
</child>
+ <accessibility>
+ <relation type="labelled-by" target="label_widget3"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -805,6 +823,9 @@
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
+ <accessibility>
+ <relation type="label-for" target="grid3"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -993,6 +1014,9 @@
<property name="height">1</property>
</packing>
</child>
+ <accessibility>
+ <relation type="labelled-by" target="label_widget4"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -1078,6 +1102,9 @@
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
+ <accessibility>
+ <relation type="label-for" target="grid5"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -1156,6 +1183,9 @@
<property name="height">1</property>
</packing>
</child>
+ <accessibility>
+ <relation type="labelled-by" target="label_widget5"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -1187,6 +1217,9 @@
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
+ <accessibility>
+ <relation type="label-for" target="grid6"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -1295,6 +1328,9 @@
<property name="height">1</property>
</packing>
</child>
+ <accessibility>
+ <relation type="labelled-by" target="label_widget6"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -1326,6 +1362,9 @@
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
+ <accessibility>
+ <relation type="label-for" target="grid7"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -1404,6 +1443,9 @@
<property name="height">1</property>
</packing>
</child>
+ <accessibility>
+ <relation type="labelled-by" target="label_widget7"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]