initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / city-pillaged-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">Your troops have pillaged the city!</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>
38           <object class="GtkHBox" id="hbox1">
39             <property name="visible">True</property>
40             <child>
41               <object class="GtkImage" id="pillaged_army_type_image">
42                 <property name="visible">True</property>
43                 <property name="stock">gtk-missing-image</property>
44               </object>
45               <packing>
46                 <property name="expand">False</property>
47                 <property name="fill">False</property>
48                 <property name="position">0</property>
49               </packing>
50             </child>
51             <child>
52               <object class="GtkLabel" id="pillaged_army_type_cost_label">
53                 <property name="visible">True</property>
54               </object>
55               <packing>
56                 <property name="expand">False</property>
57                 <property name="fill">False</property>
58                 <property name="position">1</property>
59               </packing>
60             </child>
61           </object>
62           <packing>
63             <property name="position">2</property>
64           </packing>
65         </child>
66         <child internal-child="action_area">
67           <object class="GtkHButtonBox" id="dialog-action_area1">
68             <property name="visible">True</property>
69             <property name="layout_style">end</property>
70             <child>
71               <object class="GtkButton" id="continue_button">
72                 <property name="label" translatable="yes">_Continue</property>
73                 <property name="visible">True</property>
74                 <property name="can_focus">False</property>
75                 <property name="can_default">True</property>
76                 <property name="has_default">True</property>
77                 <property name="receives_default">False</property>
78                 <property name="use_underline">True</property>
79               </object>
80               <packing>
81                 <property name="expand">False</property>
82                 <property name="fill">False</property>
83                 <property name="position">0</property>
84               </packing>
85             </child>
86           </object>
87           <packing>
88             <property name="expand">False</property>
89             <property name="pack_type">end</property>
90             <property name="position">0</property>
91           </packing>
92         </child>
93       </object>
94     </child>
95     <action-widgets>
96       <action-widget response="-3">continue_button</action-widget>
97     </action-widgets>
98   </object>
99 </interface>