]> Pileus Git - ~andy/gtk/blob - tests/reftests/sizegroups-get-preferred-null.ref.ui
Merge GdkFrameHistory into GdkFrameClock
[~andy/gtk] / tests / reftests / sizegroups-get-preferred-null.ref.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="GtkFixed" id="grid1">
9           <property name="visible">True</property>
10           <property name="can_focus">False</property>
11           <child>
12             <object class="GtkLabel" id="label1">
13               <property name="visible">True</property>
14               <property name="label" translatable="yes">Check that a container that calls gtk_widget_get_preferred_width/height() with natural or minimum being NULL doesn't cause a crash with size groups.</property>
15               <property name="wrap">True</property>
16             </object>
17           </child>
18         </object>
19     </child>
20   </object>
21 </interface>