office-gobmx/svx/uiconfig/ui/fontnamebox.ui
Michael Weghorn 52ca766e81 a11y: Set a11y name for "Font Name" combobox
With this in place, the Orca screen reader announces the
"Font Name" combobox in the Writer formatting toolbar as such
with qt6 VCL plugin on Linux, instead of just
the current value without context.

Change-Id: Idac70ea207a9c5e42836232d11654adf2057e5d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172658
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-08-31 06:53:05 +02:00

36 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.40.0 -->
<interface domain="svx">
<requires lib="gtk+" version="3.20"/>
<object class="GtkBox" id="FontNameBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="hexpand">True</property>
<property name="spacing">6</property>
<child>
<object class="GtkComboBoxText" id="fontnamecombobox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="hexpand">True</property>
<property name="has-entry">True</property>
<property name="popup-fixed-width">False</property>
<child internal-child="entry">
<object class="GtkEntry">
<property name="can-focus">True</property>
<property name="truncate-multiline">True</property>
</object>
</child>
<child internal-child="accessible">
<object class="AtkObject" id="fontnamecombobox-atkobject">
<property name="AtkObject::accessible-name" translatable="yes" context="fontnamebox|fontnamecombobox|accessible_name">Font Name</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
</object>
</interface>