]> Pileus Git - ~andy/gtk/blob - tests/a11y/assistant.ui
Update accessibility unit tests to consider password fields.
[~andy/gtk] / tests / a11y / assistant.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.0 -->
4   <object class="GtkAssistant" id="window1">
5     <property name="can_focus">False</property>
6     <property name="type">popup</property>
7     <child>
8       <object class="GtkButton" id="button1">
9         <property name="label" translatable="yes">Button 1</property>
10         <property name="visible">True</property>
11         <property name="can_focus">True</property>
12       </object>
13       <packing>
14         <property name="title" translatable="yes">Page 1</property>
15       </packing>
16     </child>
17     <child>
18       <object class="GtkButton" id="button2">
19         <property name="label" translatable="yes">Button 2</property>
20         <property name="visible">True</property>
21         <property name="can_focus">True</property>
22       </object>
23       <packing>
24         <property name="title" translatable="yes">Page 2</property>
25       </packing>
26     </child>
27   </object>
28 </interface>