Establish a control relation between demo search and list

The search entry changes the content of the list view, so we should
mention that relation to assistive technologies.
This commit is contained in:
Emmanuele Bassi 2020-11-12 16:12:03 +00:00
parent 61e980bfb6
commit 75f9b83b1e

View File

@ -59,7 +59,11 @@
<object class="GtkSearchBar" id="searchbar">
<property name="key-capture-widget">window</property>
<child>
<object class="GtkSearchEntry" id="search-entry"/>
<object class="GtkSearchEntry" id="search-entry">
<accessibility>
<relation name="controls">listview</relation>
</accessibility>
</object>
</child>
</object>
</child>