initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / ruin-report-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="GtkHBox" id="contents_hbox">
15             <property name="visible">True</property>
16             <child>
17               <object class="GtkFrame" id="map_frame">
18                 <property name="visible">True</property>
19                 <property name="label_xalign">0</property>
20                 <property name="label_yalign">0</property>
21                 <child>
22                   <object class="GtkAlignment" id="alignment1">
23                     <property name="visible">True</property>
24                     <child>
25                       <object class="GtkEventBox" id="map_eventbox">
26                         <property name="visible">True</property>
27                         <child>
28                           <object class="GtkImage" id="map_image">
29                             <property name="visible">True</property>
30                             <property name="stock">gtk-missing-image</property>
31                           </object>
32                         </child>
33                       </object>
34                     </child>
35                   </object>
36                 </child>
37               </object>
38               <packing>
39                 <property name="expand">False</property>
40                 <property name="fill">False</property>
41                 <property name="position">0</property>
42               </packing>
43             </child>
44             <child>
45               <object class="GtkVBox" id="contents_vbox">
46                 <property name="visible">True</property>
47                 <property name="spacing">12</property>
48                 <child>
49                   <object class="GtkFrame" id="frame1">
50                     <property name="width_request">250</property>
51                     <property name="height_request">70</property>
52                     <property name="visible">True</property>
53                     <property name="label_xalign">0</property>
54                     <property name="shadow_type">none</property>
55                     <child>
56                       <object class="GtkAlignment" id="alignment2">
57                         <property name="visible">True</property>
58                         <property name="left_padding">12</property>
59                         <child>
60                           <object class="GtkTable" id="table1">
61                             <property name="visible">True</property>
62                             <property name="n_rows">4</property>
63                             <property name="n_columns">2</property>
64                             <child>
65                               <object class="GtkLabel" id="label1">
66                                 <property name="visible">True</property>
67                                 <property name="xalign">0</property>
68                                 <property name="label" translatable="yes">Name:</property>
69                               </object>
70                               <packing>
71                                 <property name="x_options">GTK_FILL</property>
72                                 <property name="y_options"></property>
73                               </packing>
74                             </child>
75                             <child>
76                               <object class="GtkLabel" id="label2">
77                                 <property name="visible">True</property>
78                                 <property name="xalign">0</property>
79                                 <property name="label" translatable="yes">Type:</property>
80                               </object>
81                               <packing>
82                                 <property name="top_attach">1</property>
83                                 <property name="bottom_attach">2</property>
84                                 <property name="x_options">GTK_FILL</property>
85                                 <property name="y_options"></property>
86                               </packing>
87                             </child>
88                             <child>
89                               <object class="GtkLabel" id="label3">
90                                 <property name="visible">True</property>
91                                 <property name="xalign">0</property>
92                                 <property name="label" translatable="yes">Explored:</property>
93                               </object>
94                               <packing>
95                                 <property name="top_attach">2</property>
96                                 <property name="bottom_attach">3</property>
97                                 <property name="x_options">GTK_FILL</property>
98                                 <property name="y_options"></property>
99                               </packing>
100                             </child>
101                             <child>
102                               <object class="GtkLabel" id="name_label">
103                                 <property name="visible">True</property>
104                                 <property name="xalign">0</property>
105                               </object>
106                               <packing>
107                                 <property name="left_attach">1</property>
108                                 <property name="right_attach">2</property>
109                                 <property name="x_options">GTK_FILL</property>
110                                 <property name="y_options"></property>
111                               </packing>
112                             </child>
113                             <child>
114                               <object class="GtkLabel" id="type_label">
115                                 <property name="visible">True</property>
116                                 <property name="xalign">0</property>
117                               </object>
118                               <packing>
119                                 <property name="left_attach">1</property>
120                                 <property name="right_attach">2</property>
121                                 <property name="top_attach">1</property>
122                                 <property name="bottom_attach">2</property>
123                                 <property name="x_options">GTK_FILL</property>
124                                 <property name="y_options"></property>
125                               </packing>
126                             </child>
127                             <child>
128                               <object class="GtkLabel" id="explored_label">
129                                 <property name="visible">True</property>
130                                 <property name="xalign">0</property>
131                               </object>
132                               <packing>
133                                 <property name="left_attach">1</property>
134                                 <property name="right_attach">2</property>
135                                 <property name="top_attach">2</property>
136                                 <property name="bottom_attach">3</property>
137                                 <property name="x_options">GTK_FILL</property>
138                                 <property name="y_options"></property>
139                               </packing>
140                             </child>
141                             <child>
142                               <object class="GtkLabel" id="label5">
143                                 <property name="visible">True</property>
144                                 <property name="xalign">0</property>
145                                 <property name="label" translatable="yes">Description:</property>
146                               </object>
147                               <packing>
148                                 <property name="top_attach">3</property>
149                                 <property name="bottom_attach">4</property>
150                                 <property name="x_options">GTK_FILL</property>
151                                 <property name="y_options"></property>
152                               </packing>
153                             </child>
154                             <child>
155                               <object class="GtkLabel" id="description_label">
156                                 <property name="width_request">150</property>
157                                 <property name="visible">True</property>
158                                 <property name="xalign">0</property>
159                                 <property name="wrap">True</property>
160                               </object>
161                               <packing>
162                                 <property name="left_attach">1</property>
163                                 <property name="right_attach">2</property>
164                                 <property name="top_attach">3</property>
165                                 <property name="bottom_attach">4</property>
166                                 <property name="y_options">GTK_FILL</property>
167                               </packing>
168                             </child>
169                           </object>
170                         </child>
171                       </object>
172                     </child>
173                     <child type="label">
174                       <object class="GtkLabel" id="label4">
175                         <property name="visible">True</property>
176                         <property name="label" translatable="yes">&lt;b&gt;Details&lt;/b&gt;</property>
177                         <property name="use_markup">True</property>
178                       </object>
179                     </child>
180                   </object>
181                   <packing>
182                     <property name="position">0</property>
183                   </packing>
184                 </child>
185               </object>
186               <packing>
187                 <property name="position">1</property>
188               </packing>
189             </child>
190           </object>
191           <packing>
192             <property name="position">1</property>
193           </packing>
194         </child>
195         <child internal-child="action_area">
196           <object class="GtkHButtonBox" id="dialog-action_area1">
197             <property name="visible">True</property>
198             <property name="layout_style">end</property>
199             <child>
200               <object class="GtkButton" id="close_button">
201                 <property name="label" translatable="yes">_Close</property>
202                 <property name="visible">True</property>
203                 <property name="can_focus">False</property>
204                 <property name="can_default">True</property>
205                 <property name="has_default">True</property>
206                 <property name="receives_default">False</property>
207                 <property name="use_underline">True</property>
208               </object>
209               <packing>
210                 <property name="expand">False</property>
211                 <property name="fill">False</property>
212                 <property name="position">0</property>
213               </packing>
214             </child>
215           </object>
216           <packing>
217             <property name="expand">False</property>
218             <property name="pack_type">end</property>
219             <property name="position">0</property>
220           </packing>
221         </child>
222       </object>
223     </child>
224     <action-widgets>
225       <action-widget response="-3">close_button</action-widget>
226     </action-widgets>
227   </object>
228 </interface>