initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / city-sacked-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">normal</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 sacked the city!</property>
22                 <property name="justify">center</property>
23                 <property name="wrap">True</property>
24               </object>
25               <packing>
26                 <property name="expand">False</property>
27                 <property name="fill">False</property>
28                 <property name="position">0</property>
29               </packing>
30             </child>
31             <child>
32               <object class="GtkHBox" id="hbox1">
33                 <property name="visible">True</property>
34                 <child>
35                   <object class="GtkImage" id="sacked_army_1_image">
36                     <property name="visible">True</property>
37                     <property name="stock">gtk-missing-image</property>
38                   </object>
39                   <packing>
40                     <property name="expand">False</property>
41                     <property name="position">0</property>
42                   </packing>
43                 </child>
44                 <child>
45                   <object class="GtkLabel" id="sacked_army_1_cost_label">
46                     <property name="visible">True</property>
47                   </object>
48                   <packing>
49                     <property name="expand">False</property>
50                     <property name="fill">False</property>
51                     <property name="position">1</property>
52                   </packing>
53                 </child>
54               </object>
55               <packing>
56                 <property name="position">1</property>
57               </packing>
58             </child>
59             <child>
60               <object class="GtkHBox" id="hbox2">
61                 <property name="visible">True</property>
62                 <child>
63                   <object class="GtkImage" id="sacked_army_2_image">
64                     <property name="visible">True</property>
65                     <property name="stock">gtk-missing-image</property>
66                   </object>
67                   <packing>
68                     <property name="expand">False</property>
69                     <property name="position">0</property>
70                   </packing>
71                 </child>
72                 <child>
73                   <object class="GtkLabel" id="sacked_army_2_cost_label">
74                     <property name="visible">True</property>
75                   </object>
76                   <packing>
77                     <property name="expand">False</property>
78                     <property name="fill">False</property>
79                     <property name="position">1</property>
80                   </packing>
81                 </child>
82               </object>
83               <packing>
84                 <property name="position">2</property>
85               </packing>
86             </child>
87             <child>
88               <object class="GtkHBox" id="hbox3">
89                 <property name="visible">True</property>
90                 <child>
91                   <object class="GtkImage" id="sacked_army_3_image">
92                     <property name="visible">True</property>
93                     <property name="stock">gtk-missing-image</property>
94                   </object>
95                   <packing>
96                     <property name="expand">False</property>
97                     <property name="position">0</property>
98                   </packing>
99                 </child>
100                 <child>
101                   <object class="GtkLabel" id="sacked_army_3_cost_label">
102                     <property name="visible">True</property>
103                   </object>
104                   <packing>
105                     <property name="expand">False</property>
106                     <property name="fill">False</property>
107                     <property name="position">1</property>
108                   </packing>
109                 </child>
110               </object>
111               <packing>
112                 <property name="position">3</property>
113               </packing>
114             </child>
115           </object>
116           <packing>
117             <property name="expand">False</property>
118             <property name="fill">False</property>
119             <property name="position">1</property>
120           </packing>
121         </child>
122         <child internal-child="action_area">
123           <object class="GtkHButtonBox" id="dialog-action_area1">
124             <property name="visible">True</property>
125             <property name="layout_style">end</property>
126             <child>
127               <object class="GtkButton" id="continue_button">
128                 <property name="label" translatable="yes">_Continue</property>
129                 <property name="visible">True</property>
130                 <property name="can_focus">False</property>
131                 <property name="can_default">True</property>
132                 <property name="has_default">True</property>
133                 <property name="receives_default">False</property>
134                 <property name="use_underline">True</property>
135               </object>
136               <packing>
137                 <property name="expand">False</property>
138                 <property name="fill">False</property>
139                 <property name="position">0</property>
140               </packing>
141             </child>
142           </object>
143           <packing>
144             <property name="expand">False</property>
145             <property name="pack_type">end</property>
146             <property name="position">0</property>
147           </packing>
148         </child>
149       </object>
150     </child>
151     <action-widgets>
152       <action-widget response="-3">continue_button</action-widget>
153     </action-widgets>
154   </object>
155 </interface>