]> Pileus Git - ~andy/gtk/blob - tests/a11y/progress.ui
Add a test for atk_get_root()
[~andy/gtk] / tests / a11y / progress.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.0 -->
4   <object class="GtkWindow" id="window1">
5     <property name="can_focus">False</property>
6     <property name="type">popup</property>
7     <child>
8       <object class="GtkProgressBar" id="progress1">
9         <property name="visible">True</property>
10         <property name="fraction">0.5</property>
11         <property name="text">Good progress!</property>
12         <property name="show-text">True</property>
13       </object>
14     </child>
15   </object>
16 </interface>