forked from AuroraMiddleware/gtk
gtk-demo: Set an accessible role
Set an accessible role for the toolbar in the builder demo. This tests accessibility support in GtkBuilder.
This commit is contained in:
parent
dafb2b0361
commit
bb24b350ac
@ -100,9 +100,8 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="toolbar1">
|
||||
<style>
|
||||
<class name="toolbar"/>
|
||||
</style>
|
||||
<property name="accessible-role">toolbar</property>
|
||||
<property name="css-classes">toolbar</property>
|
||||
<child>
|
||||
<object class="GtkButton">
|
||||
<property name="label" translatable="yes">New</property>
|
||||
|
Loading…
Reference in New Issue
Block a user