initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / city-defeated-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">Victory!</property>
8     <property name="destroy_with_parent">True</property>
9     <property name="type_hint">dialog</property>
10     <property name="has_separator">False</property>
11     <child internal-child="vbox">
12       <object class="GtkVBox" id="dialog-vbox">
13         <property name="visible">True</property>
14         <property name="spacing">12</property>
15         <child>
16           <object class="GtkVBox" id="contents_vbox">
17             <property name="visible">True</property>
18             <property name="spacing">12</property>
19             <child>
20               <object class="GtkHBox" id="image_hbox">
21                 <property name="visible">True</property>
22                 <child>
23                   <object class="GtkFrame" id="image_frame">
24                     <property name="visible">True</property>
25                     <property name="label_xalign">0</property>
26                     <child>
27                       <object class="GtkImage" id="city_image">
28                         <property name="visible">True</property>
29                         <property name="stock">gtk-missing-image</property>
30                       </object>
31                     </child>
32                   </object>
33                   <packing>
34                     <property name="fill">False</property>
35                     <property name="position">0</property>
36                   </packing>
37                 </child>
38               </object>
39               <packing>
40                 <property name="position">0</property>
41               </packing>
42             </child>
43             <child>
44               <object class="GtkLabel" id="label">
45                 <property name="visible">True</property>
46                 <property name="xalign">0</property>
47                 <property name="label" translatable="yes">The city is yours! Will you...</property>
48                 <property name="wrap">True</property>
49               </object>
50               <packing>
51                 <property name="expand">False</property>
52                 <property name="fill">False</property>
53                 <property name="position">1</property>
54               </packing>
55             </child>
56           </object>
57           <packing>
58             <property name="expand">False</property>
59             <property name="fill">False</property>
60             <property name="position">1</property>
61           </packing>
62         </child>
63         <child internal-child="action_area">
64           <object class="GtkHButtonBox" id="dialog-action_area1">
65             <property name="visible">True</property>
66             <property name="layout_style">end</property>
67             <child>
68               <object class="GtkButton" id="occupy_button">
69                 <property name="label" translatable="yes">_Occupy</property>
70                 <property name="visible">True</property>
71                 <property name="can_focus">False</property>
72                 <property name="can_default">True</property>
73                 <property name="has_default">True</property>
74                 <property name="receives_default">False</property>
75                 <property name="use_underline">True</property>
76               </object>
77               <packing>
78                 <property name="expand">False</property>
79                 <property name="fill">False</property>
80                 <property name="position">0</property>
81               </packing>
82             </child>
83             <child>
84               <object class="GtkButton" id="pillage_button">
85                 <property name="label" translatable="yes">_Pillage</property>
86                 <property name="visible">True</property>
87                 <property name="can_focus">False</property>
88                 <property name="can_default">True</property>
89                 <property name="receives_default">False</property>
90                 <property name="use_underline">True</property>
91               </object>
92               <packing>
93                 <property name="expand">False</property>
94                 <property name="fill">False</property>
95                 <property name="position">1</property>
96               </packing>
97             </child>
98             <child>
99               <object class="GtkButton" id="sack_button">
100                 <property name="label" translatable="yes">_Sack</property>
101                 <property name="visible">True</property>
102                 <property name="can_focus">False</property>
103                 <property name="can_default">True</property>
104                 <property name="receives_default">False</property>
105                 <property name="use_underline">True</property>
106               </object>
107               <packing>
108                 <property name="expand">False</property>
109                 <property name="fill">False</property>
110                 <property name="position">2</property>
111               </packing>
112             </child>
113             <child>
114               <object class="GtkButton" id="raze_button">
115                 <property name="label" translatable="yes">_Raze</property>
116                 <property name="visible">True</property>
117                 <property name="can_focus">False</property>
118                 <property name="can_default">True</property>
119                 <property name="receives_default">False</property>
120                 <property name="use_underline">True</property>
121               </object>
122               <packing>
123                 <property name="expand">False</property>
124                 <property name="fill">False</property>
125                 <property name="position">3</property>
126               </packing>
127             </child>
128           </object>
129           <packing>
130             <property name="expand">False</property>
131             <property name="fill">False</property>
132             <property name="pack_type">end</property>
133             <property name="position">0</property>
134           </packing>
135         </child>
136       </object>
137     </child>
138     <action-widgets>
139       <action-widget response="1">occupy_button</action-widget>
140       <action-widget response="3">pillage_button</action-widget>
141       <action-widget response="4">sack_button</action-widget>
142       <action-widget response="2">raze_button</action-widget>
143     </action-widgets>
144   </object>
145 </interface>