forked from AuroraMiddleware/gtk
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:
parent
61e980bfb6
commit
75f9b83b1e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user