initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / ruinfight-finished-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="type_hint">dialog</property>
8     <property name="has_separator">False</property>
9     <child internal-child="vbox">
10       <object class="GtkVBox" id="dialog-vbox">
11         <property name="visible">True</property>
12         <property name="spacing">12</property>
13         <child>
14           <object class="GtkVBox" id="contents_vbox">
15             <property name="visible">True</property>
16             <property name="spacing">12</property>
17             <child>
18               <object class="GtkImage" id="image">
19                 <property name="visible">True</property>
20               </object>
21               <packing>
22                 <property name="position">0</property>
23               </packing>
24             </child>
25             <child>
26               <object class="GtkLabel" id="label">
27                 <property name="visible">True</property>
28                 <property name="xalign">0</property>
29                 <property name="label" translatable="yes">...is victorious! or ...is slain by it!</property>
30                 <property name="wrap">True</property>
31               </object>
32               <packing>
33                 <property name="expand">False</property>
34                 <property name="fill">False</property>
35                 <property name="position">1</property>
36               </packing>
37             </child>
38           </object>
39           <packing>
40             <property name="expand">False</property>
41             <property name="fill">False</property>
42             <property name="position">1</property>
43           </packing>
44         </child>
45         <child internal-child="action_area">
46           <object class="GtkHButtonBox" id="dialog-action_area1">
47             <property name="visible">True</property>
48             <property name="layout_style">end</property>
49             <child>
50               <object class="GtkButton" id="continue_button">
51                 <property name="label" translatable="yes">_Continue</property>
52                 <property name="visible">True</property>
53                 <property name="can_focus">False</property>
54                 <property name="can_default">True</property>
55                 <property name="has_default">True</property>
56                 <property name="receives_default">False</property>
57                 <property name="use_underline">True</property>
58               </object>
59               <packing>
60                 <property name="expand">False</property>
61                 <property name="fill">False</property>
62                 <property name="position">0</property>
63               </packing>
64             </child>
65           </object>
66           <packing>
67             <property name="expand">False</property>
68             <property name="pack_type">end</property>
69             <property name="position">0</property>
70           </packing>
71         </child>
72       </object>
73     </child>
74     <action-widgets>
75       <action-widget response="-3">continue_button</action-widget>
76     </action-widgets>
77   </object>
78 </interface>