]> Pileus Git - ~andy/gtk/blob - tests/reftests/linear-gradient.ui
reftests: Add a rendering test for sibling matching
[~andy/gtk] / tests / reftests / linear-gradient.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="GtkBox" id="box1">
9         <property name="visible">True</property>
10         <property name="can_focus">False</property>
11         <property name="orientation">vertical</property>
12         <child>
13           <object class="GtkButton" id="button1">
14             <property name="use_action_appearance">False</property>
15             <property name="width_request">40</property>
16             <property name="height_request">30</property>
17             <property name="visible">True</property>
18             <property name="can_focus">True</property>
19             <property name="receives_default">True</property>
20             <property name="use_action_appearance">False</property>
21             <property name="name">a</property>
22           </object>
23           <packing>
24             <property name="expand">False</property>
25             <property name="fill">True</property>
26             <property name="position">0</property>
27           </packing>
28         </child>
29         <child>
30           <object class="GtkButton" id="button2">
31             <property name="use_action_appearance">False</property>
32             <property name="width_request">40</property>
33             <property name="height_request">30</property>
34             <property name="visible">True</property>
35             <property name="can_focus">True</property>
36             <property name="receives_default">True</property>
37             <property name="use_action_appearance">False</property>
38             <property name="name">b</property>
39           </object>
40           <packing>
41             <property name="expand">False</property>
42             <property name="fill">True</property>
43             <property name="position">1</property>
44           </packing>
45         </child>
46         <child>
47           <object class="GtkButton" id="button3">
48             <property name="use_action_appearance">False</property>
49             <property name="width_request">40</property>
50             <property name="height_request">30</property>
51             <property name="visible">True</property>
52             <property name="can_focus">True</property>
53             <property name="receives_default">True</property>
54             <property name="use_action_appearance">False</property>
55             <property name="name">c</property>
56           </object>
57           <packing>
58             <property name="expand">False</property>
59             <property name="fill">True</property>
60             <property name="position">2</property>
61           </packing>
62         </child>
63       </object>
64     </child>
65   </object>
66 </interface>