initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / editor / ruin-editor-dialog.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkAdjustment" id="adjustment1">
6     <property name="upper">1</property>
7     <property name="step_increment">1</property>
8     <property name="page_increment">10</property>
9     <property name="page_size">10</property>
10   </object>
11   <object class="GtkDialog" id="dialog">
12     <property name="border_width">6</property>
13     <property name="title" translatable="yes">Edit Ruin</property>
14     <property name="resizable">False</property>
15     <property name="destroy_with_parent">True</property>
16     <property name="type_hint">dialog</property>
17     <property name="has_separator">False</property>
18     <child internal-child="vbox">
19       <object class="GtkVBox" id="dialog-vbox">
20         <property name="visible">True</property>
21         <property name="spacing">12</property>
22         <child>
23           <object class="GtkHBox" id="outer_hbox">
24             <property name="visible">True</property>
25             <property name="spacing">24</property>
26             <child>
27               <object class="GtkVBox" id="vbox">
28                 <property name="visible">True</property>
29                 <property name="spacing">12</property>
30                 <child>
31                   <object class="GtkLabel" id="label">
32                     <property name="width_request">250</property>
33                     <property name="visible">True</property>
34                     <property name="xalign">0</property>
35                     <property name="yalign">0</property>
36                     <property name="label" translatable="yes">&lt;b&gt;Ruin&lt;/b&gt;</property>
37                     <property name="use_markup">True</property>
38                     <property name="wrap">True</property>
39                   </object>
40                   <packing>
41                     <property name="expand">False</property>
42                     <property name="fill">False</property>
43                     <property name="position">0</property>
44                   </packing>
45                 </child>
46                 <child>
47                   <object class="GtkHBox" id="hbox2">
48                     <property name="visible">True</property>
49                     <property name="spacing">12</property>
50                     <child>
51                       <object class="GtkLabel" id="name_label">
52                         <property name="visible">True</property>
53                         <property name="xalign">0</property>
54                         <property name="yalign">0</property>
55                         <property name="label" translatable="yes">Name:</property>
56                       </object>
57                       <packing>
58                         <property name="expand">False</property>
59                         <property name="fill">False</property>
60                         <property name="position">0</property>
61                       </packing>
62                     </child>
63                     <child>
64                       <object class="GtkEntry" id="name_entry">
65                         <property name="visible">True</property>
66                         <property name="invisible_char">&#x25CF;</property>
67                         <property name="width_chars">25</property>
68                       </object>
69                       <packing>
70                         <property name="position">1</property>
71                       </packing>
72                     </child>
73                     <child>
74                       <object class="GtkButton" id="randomize_name_button">
75                         <property name="label" translatable="yes">Randomi_ze</property>
76                         <property name="visible">True</property>
77                         <property name="can_focus">True</property>
78                         <property name="receives_default">False</property>
79                         <property name="use_underline">True</property>
80                       </object>
81                       <packing>
82                         <property name="expand">False</property>
83                         <property name="fill">False</property>
84                         <property name="position">2</property>
85                       </packing>
86                     </child>
87                   </object>
88                   <packing>
89                     <property name="position">1</property>
90                   </packing>
91                 </child>
92                 <child>
93                   <object class="GtkHBox" id="hbox3">
94                     <property name="visible">True</property>
95                     <child>
96                       <object class="GtkLabel" id="description_label">
97                         <property name="visible">True</property>
98                         <property name="label" translatable="yes">Description:</property>
99                       </object>
100                       <packing>
101                         <property name="expand">False</property>
102                         <property name="fill">False</property>
103                         <property name="position">0</property>
104                       </packing>
105                     </child>
106                     <child>
107                       <object class="GtkEntry" id="description_entry">
108                         <property name="visible">True</property>
109                         <property name="can_focus">True</property>
110                         <property name="invisible_char">&#x25CF;</property>
111                       </object>
112                       <packing>
113                         <property name="position">1</property>
114                       </packing>
115                     </child>
116                     <child>
117                       <placeholder/>
118                     </child>
119                   </object>
120                   <packing>
121                     <property name="position">2</property>
122                   </packing>
123                 </child>
124                 <child>
125                   <object class="GtkTable" id="options_table">
126                     <property name="visible">True</property>
127                     <property name="n_rows">7</property>
128                     <property name="n_columns">2</property>
129                     <property name="column_spacing">6</property>
130                     <property name="row_spacing">6</property>
131                     <child>
132                       <object class="GtkLabel" id="type_label">
133                         <property name="visible">True</property>
134                         <property name="xalign">0</property>
135                         <property name="label" translatable="yes">Type</property>
136                       </object>
137                       <packing>
138                         <property name="x_options">GTK_FILL</property>
139                         <property name="y_options"></property>
140                       </packing>
141                     </child>
142                     <child>
143                       <object class="GtkAlignment" id="alignment1">
144                         <property name="visible">True</property>
145                         <property name="xalign">0</property>
146                         <child>
147                           <object class="GtkHBox" id="hbox1">
148                             <property name="visible">True</property>
149                             <child>
150                               <object class="GtkSpinButton" id="type_entry">
151                                 <property name="visible">True</property>
152                                 <property name="can_focus">True</property>
153                                 <property name="adjustment">adjustment1</property>
154                                 <property name="climb_rate">1</property>
155                               </object>
156                               <packing>
157                                 <property name="expand">False</property>
158                                 <property name="fill">False</property>
159                                 <property name="position">0</property>
160                               </packing>
161                             </child>
162                           </object>
163                         </child>
164                       </object>
165                       <packing>
166                         <property name="left_attach">1</property>
167                         <property name="right_attach">2</property>
168                         <property name="y_options"></property>
169                       </packing>
170                     </child>
171                     <child>
172                       <object class="GtkLabel" id="keeper_label">
173                         <property name="visible">True</property>
174                         <property name="xalign">0</property>
175                         <property name="yalign">0</property>
176                         <property name="label" translatable="yes">Keeper:</property>
177                       </object>
178                       <packing>
179                         <property name="top_attach">1</property>
180                         <property name="bottom_attach">2</property>
181                         <property name="y_options"></property>
182                       </packing>
183                     </child>
184                     <child>
185                       <object class="GtkAlignment" id="type_alignment1">
186                         <property name="visible">True</property>
187                         <property name="xalign">0</property>
188                         <child>
189                           <object class="GtkHBox" id="dummy_hbox1">
190                             <property name="visible">True</property>
191                             <property name="spacing">12</property>
192                             <child>
193                               <object class="GtkAlignment" id="keeper_alignment">
194                                 <property name="visible">True</property>
195                                 <property name="xalign">1</property>
196                                 <property name="xscale">0</property>
197                                 <child>
198                                   <object class="GtkButton" id="keeper_button">
199                                     <property name="visible">True</property>
200                                     <property name="can_focus">False</property>
201                                     <property name="receives_default">False</property>
202                                     <child>
203                                       <placeholder/>
204                                     </child>
205                                   </object>
206                                 </child>
207                               </object>
208                               <packing>
209                                 <property name="expand">False</property>
210                                 <property name="fill">False</property>
211                                 <property name="position">0</property>
212                               </packing>
213                             </child>
214                             <child>
215                               <object class="GtkButton" id="clear_keeper_button">
216                                 <property name="label" translatable="yes">Cle_ar Keeper</property>
217                                 <property name="visible">True</property>
218                                 <property name="can_focus">True</property>
219                                 <property name="receives_default">False</property>
220                                 <property name="use_underline">True</property>
221                               </object>
222                               <packing>
223                                 <property name="expand">False</property>
224                                 <property name="fill">False</property>
225                                 <property name="position">1</property>
226                               </packing>
227                             </child>
228                             <child>
229                               <object class="GtkButton" id="randomize_keeper_button">
230                                 <property name="label" translatable="yes">Randomiz_e</property>
231                                 <property name="visible">True</property>
232                                 <property name="can_focus">True</property>
233                                 <property name="receives_default">False</property>
234                                 <property name="use_underline">True</property>
235                               </object>
236                               <packing>
237                                 <property name="expand">False</property>
238                                 <property name="fill">False</property>
239                                 <property name="position">2</property>
240                               </packing>
241                             </child>
242                           </object>
243                         </child>
244                       </object>
245                       <packing>
246                         <property name="left_attach">1</property>
247                         <property name="right_attach">2</property>
248                         <property name="top_attach">1</property>
249                         <property name="bottom_attach">2</property>
250                       </packing>
251                     </child>
252                     <child>
253                       <object class="GtkCheckButton" id="sage_checkbutton">
254                         <property name="label" translatable="yes">Is a Sage?</property>
255                         <property name="visible">True</property>
256                         <property name="can_focus">True</property>
257                         <property name="receives_default">False</property>
258                         <property name="use_underline">True</property>
259                         <property name="draw_indicator">True</property>
260                       </object>
261                       <packing>
262                         <property name="left_attach">1</property>
263                         <property name="right_attach">2</property>
264                         <property name="top_attach">2</property>
265                         <property name="bottom_attach">3</property>
266                         <property name="x_options">GTK_FILL</property>
267                         <property name="y_options"></property>
268                       </packing>
269                     </child>
270                     <child>
271                       <object class="GtkCheckButton" id="hidden_checkbutton">
272                         <property name="label" translatable="yes">Is Hidden?</property>
273                         <property name="visible">True</property>
274                         <property name="can_focus">True</property>
275                         <property name="receives_default">False</property>
276                         <property name="use_underline">True</property>
277                         <property name="draw_indicator">True</property>
278                       </object>
279                       <packing>
280                         <property name="left_attach">1</property>
281                         <property name="right_attach">2</property>
282                         <property name="top_attach">3</property>
283                         <property name="bottom_attach">4</property>
284                         <property name="x_options">GTK_FILL</property>
285                         <property name="y_options"></property>
286                       </packing>
287                     </child>
288                     <child>
289                       <object class="GtkLabel" id="label1">
290                         <property name="visible">True</property>
291                         <property name="xalign">0</property>
292                         <property name="label" translatable="yes">Seen By:</property>
293                       </object>
294                       <packing>
295                         <property name="top_attach">4</property>
296                         <property name="bottom_attach">5</property>
297                         <property name="x_options">GTK_FILL</property>
298                         <property name="y_options"></property>
299                       </packing>
300                     </child>
301                     <child>
302                       <object class="GtkAlignment" id="player_alignment">
303                         <property name="visible">True</property>
304                         <child>
305                           <placeholder/>
306                         </child>
307                       </object>
308                       <packing>
309                         <property name="left_attach">1</property>
310                         <property name="right_attach">2</property>
311                         <property name="top_attach">4</property>
312                         <property name="bottom_attach">5</property>
313                         <property name="x_options">GTK_FILL</property>
314                       </packing>
315                     </child>
316                     <child>
317                       <object class="GtkHBox" id="new_reward_hbox">
318                         <property name="visible">True</property>
319                         <property name="spacing">12</property>
320                         <child>
321                           <object class="GtkAlignment" id="reward_alignment">
322                             <property name="visible">True</property>
323                             <property name="xalign">1</property>
324                             <property name="xscale">0</property>
325                             <child>
326                               <object class="GtkButton" id="reward_button">
327                                 <property name="visible">True</property>
328                                 <property name="can_focus">False</property>
329                                 <property name="receives_default">False</property>
330                                 <child>
331                                   <placeholder/>
332                                 </child>
333                               </object>
334                             </child>
335                           </object>
336                           <packing>
337                             <property name="position">0</property>
338                           </packing>
339                         </child>
340                         <child>
341                           <object class="GtkButton" id="reward_list_button">
342                             <property name="label" translatable="yes">_Pick From List</property>
343                             <property name="visible">True</property>
344                             <property name="can_focus">True</property>
345                             <property name="receives_default">False</property>
346                             <property name="use_underline">True</property>
347                           </object>
348                           <packing>
349                             <property name="expand">False</property>
350                             <property name="fill">False</property>
351                             <property name="position">1</property>
352                           </packing>
353                         </child>
354                         <child>
355                           <object class="GtkButton" id="clear_reward_button">
356                             <property name="label" translatable="yes">Clea_r Reward</property>
357                             <property name="visible">True</property>
358                             <property name="can_focus">True</property>
359                             <property name="receives_default">False</property>
360                             <property name="use_underline">True</property>
361                           </object>
362                           <packing>
363                             <property name="expand">False</property>
364                             <property name="fill">False</property>
365                             <property name="position">2</property>
366                           </packing>
367                         </child>
368                         <child>
369                           <object class="GtkButton" id="randomize_reward_button">
370                             <property name="label" translatable="yes">Ran_domize</property>
371                             <property name="visible">True</property>
372                             <property name="can_focus">True</property>
373                             <property name="receives_default">False</property>
374                             <property name="use_underline">True</property>
375                           </object>
376                           <packing>
377                             <property name="expand">False</property>
378                             <property name="fill">False</property>
379                             <property name="position">3</property>
380                           </packing>
381                         </child>
382                       </object>
383                       <packing>
384                         <property name="left_attach">1</property>
385                         <property name="right_attach">2</property>
386                         <property name="top_attach">5</property>
387                         <property name="bottom_attach">6</property>
388                         <property name="x_options">GTK_FILL</property>
389                         <property name="y_options">GTK_FILL</property>
390                       </packing>
391                     </child>
392                     <child>
393                       <object class="GtkRadioButton" id="new_reward_radiobutton">
394                         <property name="label" translatable="yes">New Reward:</property>
395                         <property name="visible">True</property>
396                         <property name="can_focus">True</property>
397                         <property name="receives_default">False</property>
398                         <property name="use_underline">True</property>
399                         <property name="draw_indicator">True</property>
400                       </object>
401                       <packing>
402                         <property name="top_attach">5</property>
403                         <property name="bottom_attach">6</property>
404                         <property name="x_options">GTK_FILL</property>
405                         <property name="y_options"></property>
406                       </packing>
407                     </child>
408                     <child>
409                       <object class="GtkRadioButton" id="random_reward_radiobutton">
410                         <property name="label" translatable="yes">Random Reward</property>
411                         <property name="visible">True</property>
412                         <property name="can_focus">True</property>
413                         <property name="receives_default">False</property>
414                         <property name="use_underline">True</property>
415                         <property name="draw_indicator">True</property>
416                         <property name="group">new_reward_radiobutton</property>
417                       </object>
418                       <packing>
419                         <property name="top_attach">6</property>
420                         <property name="bottom_attach">7</property>
421                         <property name="x_options">GTK_FILL</property>
422                         <property name="y_options"></property>
423                       </packing>
424                     </child>
425                     <child>
426                       <placeholder/>
427                     </child>
428                     <child>
429                       <placeholder/>
430                     </child>
431                     <child>
432                       <placeholder/>
433                     </child>
434                   </object>
435                   <packing>
436                     <property name="expand">False</property>
437                     <property name="fill">False</property>
438                     <property name="position">3</property>
439                   </packing>
440                 </child>
441               </object>
442               <packing>
443                 <property name="position">0</property>
444               </packing>
445             </child>
446           </object>
447           <packing>
448             <property name="position">1</property>
449           </packing>
450         </child>
451         <child internal-child="action_area">
452           <object class="GtkHButtonBox" id="dialog-action_area1">
453             <property name="visible">True</property>
454             <property name="layout_style">end</property>
455             <child>
456               <object class="GtkButton" id="close_button">
457                 <property name="label" translatable="yes">_Cancel</property>
458                 <property name="visible">True</property>
459                 <property name="can_focus">False</property>
460                 <property name="receives_default">False</property>
461                 <property name="use_underline">True</property>
462               </object>
463               <packing>
464                 <property name="expand">False</property>
465                 <property name="fill">False</property>
466                 <property name="position">0</property>
467               </packing>
468             </child>
469             <child>
470               <object class="GtkButton" id="accept_button">
471                 <property name="label" translatable="yes">_OK</property>
472                 <property name="visible">True</property>
473                 <property name="can_focus">False</property>
474                 <property name="can_default">True</property>
475                 <property name="has_default">True</property>
476                 <property name="receives_default">False</property>
477                 <property name="use_underline">True</property>
478               </object>
479               <packing>
480                 <property name="expand">False</property>
481                 <property name="fill">False</property>
482                 <property name="position">1</property>
483               </packing>
484             </child>
485           </object>
486           <packing>
487             <property name="expand">False</property>
488             <property name="pack_type">end</property>
489             <property name="position">0</property>
490           </packing>
491         </child>
492       </object>
493     </child>
494     <action-widgets>
495       <action-widget response="-6">close_button</action-widget>
496       <action-widget response="-3">accept_button</action-widget>
497     </action-widgets>
498   </object>
499 </interface>