]> Pileus Git - ~andy/gtk/blob - tests/reftests/border-style.ui
reftests: add a bunch of missing reset-to-defaults
[~andy/gtk] / tests / reftests / border-style.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="GtkButton" id="button1">
13             <property name="visible">True</property>
14             <property name="can_focus">True</property>
15             <property name="receives_default">True</property>
16             <property name="use_action_appearance">False</property>
17             <property name="width_request">20</property>
18             <property name="height_request">20</property>
19             <style>
20               <class name="button-top-left"/>
21             </style>
22           </object>
23           <packing>
24             <property name="left_attach">0</property>
25             <property name="top_attach">0</property>
26             <property name="width">1</property>
27             <property name="height">1</property>
28           </packing>
29         </child>
30         <child>
31           <object class="GtkButton" id="button2">
32             <property name="visible">True</property>
33             <property name="can_focus">True</property>
34             <property name="receives_default">True</property>
35             <property name="use_action_appearance">False</property>
36             <property name="width_request">20</property>
37             <property name="height_request">20</property>
38             <style>
39               <class name="button-top-right"/>
40             </style>
41           </object>
42           <packing>
43             <property name="left_attach">1</property>
44             <property name="top_attach">0</property>
45             <property name="width">1</property>
46             <property name="height">1</property>
47           </packing>
48         </child>
49         <child>
50           <object class="GtkButton" id="button3">
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="width_request">20</property>
56             <property name="height_request">20</property>
57             <style>
58               <class name="button-bottom-left"/>
59             </style>
60           </object>
61           <packing>
62             <property name="left_attach">0</property>
63             <property name="top_attach">1</property>
64             <property name="width">1</property>
65             <property name="height">1</property>
66           </packing>
67         </child>
68         <child>
69           <object class="GtkButton" id="button4">
70             <property name="visible">True</property>
71             <property name="can_focus">True</property>
72             <property name="receives_default">True</property>
73             <property name="use_action_appearance">False</property>
74             <property name="width_request">20</property>
75             <property name="height_request">20</property>
76             <style>
77               <class name="button-bottom-right"/>
78             </style>
79           </object>
80           <packing>
81             <property name="left_attach">1</property>
82             <property name="top_attach">1</property>
83             <property name="width">1</property>
84             <property name="height">1</property>
85           </packing>
86         </child>
87       </object>
88     </child>
89   </object>
90 </interface>