]> Pileus Git - ~andy/gtk/blob - tests/a11y/calendar.ui
tests: Ensure the treeview is expanded
[~andy/gtk] / tests / a11y / calendar.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="GtkCalendar" id="calendar1">
9         <property name="visible">True</property>
10         <property name="day">1</property>
11         <property name="month">2</property>
12         <property name="year">1970</property>
13       </object>
14     </child>
15   </object>
16 </interface>