initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / player-died-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">Game Lost</property>
8     <property name="resizable">False</property>
9     <property name="destroy_with_parent">True</property>
10     <property name="type_hint">dialog</property>
11     <property name="has_separator">False</property>
12     <child internal-child="vbox">
13       <object class="GtkVBox" id="dialog-vbox">
14         <property name="visible">True</property>
15         <property name="spacing">12</property>
16         <child>
17           <object class="GtkVBox" id="contents_vbox">
18             <property name="visible">True</property>
19             <property name="spacing">12</property>
20             <child>
21               <object class="GtkLabel" id="label">
22                 <property name="visible">True</property>
23                 <property name="xalign">0</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" translatable="yes">_Continue</property>
47                 <property name="visible">True</property>
48                 <property name="can_focus">False</property>
49                 <property name="can_default">True</property>
50                 <property name="has_default">True</property>
51                 <property name="receives_default">False</property>
52                 <property name="use_underline">True</property>
53               </object>
54               <packing>
55                 <property name="expand">False</property>
56                 <property name="fill">False</property>
57                 <property name="position">0</property>
58               </packing>
59             </child>
60           </object>
61           <packing>
62             <property name="expand">False</property>
63             <property name="pack_type">end</property>
64             <property name="position">0</property>
65           </packing>
66         </child>
67       </object>
68     </child>
69     <action-widgets>
70       <action-widget response="-3">continue_button</action-widget>
71     </action-widgets>
72   </object>
73 </interface>