initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / ruinfight-started-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="GtkLabel" id="label">
19                 <property name="visible">True</property>
20                 <property name="xalign">0</property>
21                 <property name="label" translatable="yes">So and so encounters a monster and...</property>
22                 <property name="wrap">True</property>
23               </object>
24               <packing>
25                 <property name="expand">False</property>
26                 <property name="fill">False</property>
27                 <property name="position">0</property>
28               </packing>
29             </child>
30           </object>
31           <packing>
32             <property name="expand">False</property>
33             <property name="fill">False</property>
34             <property name="position">1</property>
35           </packing>
36         </child>
37         <child internal-child="action_area">
38           <object class="GtkHButtonBox" id="dialog-action_area1">
39             <property name="visible">True</property>
40             <property name="layout_style">end</property>
41             <child>
42               <object class="GtkButton" id="continue_button">
43                 <property name="label" translatable="yes">_Continue</property>
44                 <property name="visible">True</property>
45                 <property name="can_focus">False</property>
46                 <property name="can_default">True</property>
47                 <property name="has_default">True</property>
48                 <property name="receives_default">False</property>
49                 <property name="use_underline">True</property>
50               </object>
51               <packing>
52                 <property name="expand">False</property>
53                 <property name="fill">False</property>
54                 <property name="position">0</property>
55               </packing>
56             </child>
57           </object>
58           <packing>
59             <property name="expand">False</property>
60             <property name="pack_type">end</property>
61             <property name="position">0</property>
62           </packing>
63         </child>
64       </object>
65     </child>
66     <action-widgets>
67       <action-widget response="-3">continue_button</action-widget>
68     </action-widgets>
69   </object>
70 </interface>