]> Pileus Git - ~andy/gtk/blob - tests/a11y/expander.ui
stylecontext: Do invalidation on first resize container
[~andy/gtk] / tests / a11y / expander.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="GtkExpander" id="expander1">
9         <property name="label" translatable="yes">Reveal this</property>
10         <property name="visible">True</property>
11         <child>
12           <object class="GtkLabel" id="label1">
13             <property name="label" translatable="yes">Hello World!</property>
14             <property name="visible">True</property>
15           </object>
16         </child>
17       </object>
18     </child>
19   </object>
20 </interface>