]> Pileus Git - ~andy/gtk/blob - tests/a11y/pickers.ui
Don't use gtk_scrolled_window_add_with_viewport() in tests
[~andy/gtk] / tests / a11y / pickers.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         <child>
11           <object class="GtkAppChooserButton" id="button1">
12             <property name="visible">True</property>
13           </object>
14           <packing>
15             <property name="left_attach">0</property>
16             <property name="top_attach">0</property>
17           </packing>
18         </child>
19         <child>
20           <object class="GtkColorButton" id="button2">
21             <property name="visible">True</property>
22           </object>
23           <packing>
24             <property name="left_attach">1</property>
25             <property name="top_attach">0</property>
26           </packing>
27         </child>
28         <child>
29           <object class="GtkFontButton" id="button3">
30             <property name="visible">True</property>
31           </object>
32           <packing>
33             <property name="left_attach">2</property>
34             <property name="top_attach">0</property>
35           </packing>
36         </child>
37         <child>
38           <object class="GtkFileChooserButton" id="button4">
39             <property name="visible">True</property>
40           </object>
41           <packing>
42             <property name="left_attach">3</property>
43             <property name="top_attach">0</property>
44           </packing>
45         </child>
46       </object>
47     </child>
48   </object>
49 </interface>