initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / player-resign-completed-dialog.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.14"/>
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkDialog" id="dialog">
6     <property name="border_width">6</property>
7     <property name="title" translatable="yes">Resigned</property>
8     <property name="type_hint">dialog</property>
9     <property name="has_separator">False</property>
10     <child internal-child="vbox">
11       <object class="GtkVBox" id="dialog-vbox">
12         <property name="visible">True</property>
13         <property name="spacing">12</property>
14         <child>
15           <object class="GtkVBox" id="contents_vbox">
16             <property name="visible">True</property>
17             <property name="spacing">12</property>
18             <child>
19               <object class="GtkLabel" id="label">
20                 <property name="visible">True</property>
21                 <property name="xalign">0</property>
22                 <property name="label" translatable="yes">Ha!  Now I've burned everything!
23 Let the enemy come!</property>
24                 <property name="justify">center</property>
25                 <property name="wrap">True</property>
26               </object>
27               <packing>
28                 <property name="expand">False</property>
29                 <property name="fill">False</property>
30                 <property name="position">0</property>
31               </packing>
32             </child>
33           </object>
34           <packing>
35             <property name="expand">False</property>
36             <property name="fill">False</property>
37             <property name="position">1</property>
38           </packing>
39         </child>
40         <child internal-child="action_area">
41           <object class="GtkHButtonBox" id="dialog-action_area1">
42             <property name="visible">True</property>
43             <property name="layout_style">end</property>
44             <child>
45               <object class="GtkButton" id="continue_button">
46                 <property name="label">_Continue</property>
47                 <property name="visible">True</property>
48                 <property name="can_focus">False</property>
49                 <property name="receives_default">False</property>
50                 <property name="use_underline">True</property>
51               </object>
52               <packing>
53                 <property name="expand">False</property>
54                 <property name="fill">False</property>
55                 <property name="position">0</property>
56               </packing>
57             </child>
58           </object>
59           <packing>
60             <property name="expand">False</property>
61             <property name="pack_type">end</property>
62             <property name="position">0</property>
63           </packing>
64         </child>
65       </object>
66     </child>
67     <action-widgets>
68       <action-widget response="-3">continue_button</action-widget>
69     </action-widgets>
70   </object>
71 </interface>