]> Pileus Git - ~andy/gtk/blob - tests/reftests/style-properties-nth-child.ref.ui
tests: Add a test for loading images from file
[~andy/gtk] / tests / reftests / style-properties-nth-child.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     <property name="width_request">300</property>
8     <property name="height_request">300</property>
9     <child>
10       <object class="GtkGrid" id="grid1">
11         <property name="visible">True</property>
12         <property name="can_focus">False</property>
13         <child>
14           <object class="GtkScrolledWindow" id="scrolledwindow1">
15             <property name="visible">True</property>
16             <property name="can_focus">True</property>
17             <property name="hexpand">True</property>
18             <property name="shadow_type">in</property>
19             <child>
20               <placeholder/>
21             </child>
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="GtkToolbar" id="toolbar1">
32             <property name="visible">True</property>
33             <property name="can_focus">False</property>
34             <property name="hexpand">True</property>
35             <style>
36               <class name="grid-toolbar"/>
37             </style>
38             <child>
39               <object class="GtkToolButton" id="add_button">
40                 <property name="visible">True</property>
41                 <property name="use_action_appearance">False</property>
42                 <property name="icon_name">list-add-symbolic</property>
43               </object>
44               <packing>
45                 <property name="expand">False</property>
46                 <property name="homogeneous">True</property>
47               </packing>
48             </child>
49             <child>
50               <object class="GtkToolButton" id="add_button2">
51                 <property name="visible">True</property>
52                 <property name="use_action_appearance">False</property>
53                 <property name="icon_name">list-add-symbolic</property>
54               </object>
55               <packing>
56                 <property name="expand">False</property>
57                 <property name="homogeneous">True</property>
58               </packing>
59             </child>
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       </object>
69     </child>
70   </object>
71 </interface>