]> Pileus Git - ~andy/gtk/blob - tests/reftests/quit-mnemonic.ui
reftests: Add a test for all the recent sizegroup hackery
[~andy/gtk] / tests / reftests / quit-mnemonic.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">Quit</property>
16             <attributes>
17               <attribute name="underline" value="low" start="0" end="1"/>
18             </attributes>
19           </object>
20           <packing>
21             <property name="left_attach">0</property>
22             <property name="top_attach">0</property>
23             <property name="width">1</property>
24             <property name="height">1</property>
25           </packing>
26         </child>
27         <child>
28           <object class="GtkLabel" id="label2">
29             <property name="visible">True</property>
30             <property name="can_focus">False</property>
31             <property name="label" translatable="yes"> </property>
32           </object>
33           <packing>
34             <property name="left_attach">0</property>
35             <property name="top_attach">1</property>
36             <property name="width">1</property>
37             <property name="height">1</property>
38           </packing>
39         </child>
40       </object>
41     </child>
42   </object>
43 </interface>