]> Pileus Git - ~andy/gtk/blob - tests/reftests/label-wrap-justify.ref.ui
reftests: Add reftest for separator fixes
[~andy/gtk] / tests / reftests / label-wrap-justify.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="GtkGrid" 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="can_focus">False</property>
15             <property name="label" translatable="yes">&lt;tt&gt;left
16 aligning&lt;/tt&gt;</property>
17             <property name="use_markup">True</property>
18           </object>
19           <packing>
20             <property name="left_attach">0</property>
21             <property name="top_attach">0</property>
22             <property name="width">1</property>
23             <property name="height">1</property>
24           </packing>
25         </child>
26         <child>
27           <object class="GtkLabel" id="label2">
28             <property name="visible">True</property>
29             <property name="can_focus">False</property>
30             <property name="label" translatable="yes">&lt;tt&gt; center
31 aligning&lt;/tt&gt;</property>
32             <property name="use_markup">True</property>
33           </object>
34           <packing>
35             <property name="left_attach">0</property>
36             <property name="top_attach">1</property>
37             <property name="width">1</property>
38             <property name="height">1</property>
39           </packing>
40         </child>
41         <child>
42           <object class="GtkLabel" id="label3">
43             <property name="visible">True</property>
44             <property name="can_focus">False</property>
45             <property name="label" translatable="yes">&lt;tt&gt;   right
46 aligning&lt;/tt&gt;</property>
47             <property name="use_markup">True</property>
48           </object>
49           <packing>
50             <property name="left_attach">0</property>
51             <property name="top_attach">2</property>
52             <property name="width">1</property>
53             <property name="height">1</property>
54           </packing>
55         </child>
56         <child>
57           <object class="GtkLabel" id="label4">
58             <property name="visible">True</property>
59             <property name="can_focus">False</property>
60             <property name="label" translatable="yes">&lt;tt&gt;Make the widget wide enough&lt;/tt&gt;</property>
61             <property name="use_markup">True</property>
62           </object>
63           <packing>
64             <property name="left_attach">0</property>
65             <property name="top_attach">3</property>
66             <property name="width">1</property>
67             <property name="height">1</property>
68           </packing>
69         </child>
70       </object>
71     </child>
72   </object>
73 </interface>