initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / editor / itemlist-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="GtkDialog" id="dialog">
6     <property name="border_width">6</property>
7     <property name="title" translatable="yes">Item Editor</property>
8     <property name="resizable">False</property>
9     <property name="modal">True</property>
10     <property name="window_position">mouse</property>
11     <property name="destroy_with_parent">True</property>
12     <property name="type_hint">dialog</property>
13     <property name="has_separator">False</property>
14     <child internal-child="vbox">
15       <object class="GtkVBox" id="dialog-vbox">
16         <property name="visible">True</property>
17         <property name="spacing">18</property>
18         <child>
19           <object class="GtkVBox" id="contents_vbox">
20             <property name="visible">True</property>
21             <property name="spacing">12</property>
22             <child>
23               <placeholder/>
24             </child>
25             <child>
26               <object class="GtkVBox" id="vbox1">
27                 <property name="visible">True</property>
28                 <child>
29                   <placeholder/>
30                 </child>
31                 <child>
32                   <object class="GtkHBox" id="hbox1">
33                     <property name="visible">True</property>
34                     <child>
35                       <object class="GtkVBox" id="itemlist_vbox">
36                         <property name="visible">True</property>
37                         <child>
38                           <object class="GtkScrolledWindow" id="scrolledwindow1">
39                             <property name="visible">True</property>
40                             <property name="can_focus">True</property>
41                             <property name="shadow_type">in</property>
42                             <child>
43                               <object class="GtkTreeView" id="items_treeview">
44                                 <property name="visible">True</property>
45                                 <property name="can_focus">True</property>
46                               </object>
47                             </child>
48                           </object>
49                           <packing>
50                             <property name="position">0</property>
51                           </packing>
52                         </child>
53                         <child>
54                           <object class="GtkHBox" id="itemlist_button_hbox">
55                             <property name="visible">True</property>
56                             <property name="border_width">8</property>
57                             <property name="spacing">8</property>
58                             <child>
59                               <object class="GtkButton" id="add_item_button">
60                                 <property name="label">gtk-add</property>
61                                 <property name="visible">True</property>
62                                 <property name="can_focus">True</property>
63                                 <property name="receives_default">False</property>
64                                 <property name="use_stock">True</property>
65                               </object>
66                               <packing>
67                                 <property name="expand">False</property>
68                                 <property name="fill">False</property>
69                                 <property name="position">0</property>
70                               </packing>
71                             </child>
72                             <child>
73                               <object class="GtkButton" id="remove_item_button">
74                                 <property name="label">gtk-remove</property>
75                                 <property name="visible">True</property>
76                                 <property name="can_focus">True</property>
77                                 <property name="receives_default">False</property>
78                                 <property name="use_stock">True</property>
79                               </object>
80                               <packing>
81                                 <property name="expand">False</property>
82                                 <property name="fill">False</property>
83                                 <property name="position">1</property>
84                               </packing>
85                             </child>
86                           </object>
87                           <packing>
88                             <property name="expand">False</property>
89                             <property name="position">1</property>
90                           </packing>
91                         </child>
92                       </object>
93                       <packing>
94                         <property name="position">0</property>
95                       </packing>
96                     </child>
97                     <child>
98                       <object class="GtkVBox" id="item_vbox">
99                         <property name="visible">True</property>
100                         <property name="spacing">12</property>
101                         <child>
102                           <object class="GtkFrame" id="item_frame">
103                             <property name="visible">True</property>
104                             <property name="label_xalign">0</property>
105                             <property name="shadow_type">none</property>
106                             <child>
107                               <object class="GtkAlignment" id="alignment1">
108                                 <property name="visible">True</property>
109                                 <property name="left_padding">12</property>
110                                 <child>
111                                   <object class="GtkVBox" id="vbox4">
112                                     <property name="visible">True</property>
113                                     <child>
114                                       <object class="GtkTable" id="table1">
115                                         <property name="visible">True</property>
116                                         <property name="border_width">5</property>
117                                         <property name="n_rows">13</property>
118                                         <property name="n_columns">2</property>
119                                         <property name="column_spacing">10</property>
120                                         <property name="row_spacing">7</property>
121                                         <child>
122                                           <object class="GtkLabel" id="label1">
123                                             <property name="visible">True</property>
124                                             <property name="xalign">0</property>
125                                             <property name="label" translatable="yes">Name:</property>
126                                           </object>
127                                           <packing>
128                                             <property name="x_options">GTK_FILL</property>
129                                             <property name="y_options"></property>
130                                           </packing>
131                                         </child>
132                                         <child>
133                                           <object class="GtkEntry" id="name_entry">
134                                             <property name="visible">True</property>
135                                             <property name="can_focus">True</property>
136                                             <property name="invisible_char">&#x25CF;</property>
137                                           </object>
138                                           <packing>
139                                             <property name="left_attach">1</property>
140                                             <property name="right_attach">2</property>
141                                             <property name="y_options"></property>
142                                           </packing>
143                                         </child>
144                                         <child>
145                                           <object class="GtkCheckButton" id="add1str_checkbutton">
146                                             <property name="label" translatable="yes">+1 to Hero's Strength</property>
147                                             <property name="visible">True</property>
148                                             <property name="can_focus">True</property>
149                                             <property name="receives_default">False</property>
150                                             <property name="use_underline">True</property>
151                                             <property name="draw_indicator">True</property>
152                                           </object>
153                                           <packing>
154                                             <property name="left_attach">1</property>
155                                             <property name="right_attach">2</property>
156                                             <property name="top_attach">1</property>
157                                             <property name="bottom_attach">2</property>
158                                             <property name="x_options">GTK_FILL</property>
159                                             <property name="y_options"></property>
160                                           </packing>
161                                         </child>
162                                         <child>
163                                           <object class="GtkCheckButton" id="add2str_checkbutton">
164                                             <property name="label" translatable="yes">+2 to Hero's Strength</property>
165                                             <property name="visible">True</property>
166                                             <property name="can_focus">True</property>
167                                             <property name="receives_default">False</property>
168                                             <property name="use_underline">True</property>
169                                             <property name="draw_indicator">True</property>
170                                           </object>
171                                           <packing>
172                                             <property name="left_attach">1</property>
173                                             <property name="right_attach">2</property>
174                                             <property name="top_attach">2</property>
175                                             <property name="bottom_attach">3</property>
176                                             <property name="x_options">GTK_FILL</property>
177                                             <property name="y_options"></property>
178                                           </packing>
179                                         </child>
180                                         <child>
181                                           <object class="GtkCheckButton" id="add3str_checkbutton">
182                                             <property name="label" translatable="yes">+3 to Hero's Strength</property>
183                                             <property name="visible">True</property>
184                                             <property name="can_focus">True</property>
185                                             <property name="receives_default">False</property>
186                                             <property name="use_underline">True</property>
187                                             <property name="draw_indicator">True</property>
188                                           </object>
189                                           <packing>
190                                             <property name="left_attach">1</property>
191                                             <property name="right_attach">2</property>
192                                             <property name="top_attach">3</property>
193                                             <property name="bottom_attach">4</property>
194                                             <property name="x_options">GTK_FILL</property>
195                                             <property name="y_options"></property>
196                                           </packing>
197                                         </child>
198                                         <child>
199                                           <object class="GtkCheckButton" id="add1stack_checkbutton">
200                                             <property name="label" translatable="yes">+1 to Stack's Strength</property>
201                                             <property name="visible">True</property>
202                                             <property name="can_focus">True</property>
203                                             <property name="receives_default">False</property>
204                                             <property name="use_underline">True</property>
205                                             <property name="draw_indicator">True</property>
206                                           </object>
207                                           <packing>
208                                             <property name="left_attach">1</property>
209                                             <property name="right_attach">2</property>
210                                             <property name="top_attach">4</property>
211                                             <property name="bottom_attach">5</property>
212                                             <property name="x_options">GTK_FILL</property>
213                                             <property name="y_options"></property>
214                                           </packing>
215                                         </child>
216                                         <child>
217                                           <object class="GtkCheckButton" id="add2stack_checkbutton">
218                                             <property name="label" translatable="yes">+2 to Stack's Strength</property>
219                                             <property name="visible">True</property>
220                                             <property name="can_focus">True</property>
221                                             <property name="receives_default">False</property>
222                                             <property name="use_underline">True</property>
223                                             <property name="draw_indicator">True</property>
224                                           </object>
225                                           <packing>
226                                             <property name="left_attach">1</property>
227                                             <property name="right_attach">2</property>
228                                             <property name="top_attach">5</property>
229                                             <property name="bottom_attach">6</property>
230                                             <property name="x_options">GTK_FILL</property>
231                                             <property name="y_options"></property>
232                                           </packing>
233                                         </child>
234                                         <child>
235                                           <object class="GtkCheckButton" id="add3stack_checkbutton">
236                                             <property name="label" translatable="yes">+3 to Stack's Strength</property>
237                                             <property name="visible">True</property>
238                                             <property name="can_focus">True</property>
239                                             <property name="receives_default">False</property>
240                                             <property name="use_underline">True</property>
241                                             <property name="draw_indicator">True</property>
242                                           </object>
243                                           <packing>
244                                             <property name="left_attach">1</property>
245                                             <property name="right_attach">2</property>
246                                             <property name="top_attach">6</property>
247                                             <property name="bottom_attach">7</property>
248                                             <property name="x_options">GTK_FILL</property>
249                                             <property name="y_options"></property>
250                                           </packing>
251                                         </child>
252                                         <child>
253                                           <object class="GtkCheckButton" id="flystack_checkbutton">
254                                             <property name="label" translatable="yes">Stack Can Fly</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">7</property>
265                                             <property name="bottom_attach">8</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="doublemovestack_checkbutton">
272                                             <property name="label" translatable="yes">Double Movement of Stack</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">8</property>
283                                             <property name="bottom_attach">9</property>
284                                             <property name="x_options">GTK_FILL</property>
285                                             <property name="y_options"></property>
286                                           </packing>
287                                         </child>
288                                         <child>
289                                           <object class="GtkCheckButton" id="add2goldpercity_checkbutton">
290                                             <property name="label" translatable="yes">+2 Gold Per City</property>
291                                             <property name="visible">True</property>
292                                             <property name="can_focus">True</property>
293                                             <property name="receives_default">False</property>
294                                             <property name="use_underline">True</property>
295                                             <property name="draw_indicator">True</property>
296                                           </object>
297                                           <packing>
298                                             <property name="left_attach">1</property>
299                                             <property name="right_attach">2</property>
300                                             <property name="top_attach">9</property>
301                                             <property name="bottom_attach">10</property>
302                                             <property name="x_options">GTK_FILL</property>
303                                             <property name="y_options"></property>
304                                           </packing>
305                                         </child>
306                                         <child>
307                                           <object class="GtkCheckButton" id="add3goldpercity_checkbutton">
308                                             <property name="label" translatable="yes">+3 Gold Per City</property>
309                                             <property name="visible">True</property>
310                                             <property name="can_focus">True</property>
311                                             <property name="receives_default">False</property>
312                                             <property name="use_underline">True</property>
313                                             <property name="draw_indicator">True</property>
314                                           </object>
315                                           <packing>
316                                             <property name="left_attach">1</property>
317                                             <property name="right_attach">2</property>
318                                             <property name="top_attach">10</property>
319                                             <property name="bottom_attach">11</property>
320                                             <property name="x_options">GTK_FILL</property>
321                                             <property name="y_options"></property>
322                                           </packing>
323                                         </child>
324                                         <child>
325                                           <object class="GtkCheckButton" id="add4goldpercity_checkbutton">
326                                             <property name="label" translatable="yes">+4 Gold Per City</property>
327                                             <property name="visible">True</property>
328                                             <property name="can_focus">True</property>
329                                             <property name="receives_default">False</property>
330                                             <property name="use_underline">True</property>
331                                             <property name="draw_indicator">True</property>
332                                           </object>
333                                           <packing>
334                                             <property name="left_attach">1</property>
335                                             <property name="right_attach">2</property>
336                                             <property name="top_attach">11</property>
337                                             <property name="bottom_attach">12</property>
338                                             <property name="x_options">GTK_FILL</property>
339                                             <property name="y_options"></property>
340                                           </packing>
341                                         </child>
342                                         <child>
343                                           <object class="GtkCheckButton" id="add5goldpercity_checkbutton">
344                                             <property name="label" translatable="yes">+5 Gold Per City</property>
345                                             <property name="visible">True</property>
346                                             <property name="can_focus">True</property>
347                                             <property name="receives_default">False</property>
348                                             <property name="use_underline">True</property>
349                                             <property name="draw_indicator">True</property>
350                                           </object>
351                                           <packing>
352                                             <property name="left_attach">1</property>
353                                             <property name="right_attach">2</property>
354                                             <property name="top_attach">12</property>
355                                             <property name="bottom_attach">13</property>
356                                             <property name="x_options">GTK_FILL</property>
357                                             <property name="y_options"></property>
358                                           </packing>
359                                         </child>
360                                         <child>
361                                           <placeholder/>
362                                         </child>
363                                         <child>
364                                           <placeholder/>
365                                         </child>
366                                         <child>
367                                           <placeholder/>
368                                         </child>
369                                         <child>
370                                           <placeholder/>
371                                         </child>
372                                         <child>
373                                           <placeholder/>
374                                         </child>
375                                         <child>
376                                           <placeholder/>
377                                         </child>
378                                         <child>
379                                           <placeholder/>
380                                         </child>
381                                         <child>
382                                           <placeholder/>
383                                         </child>
384                                         <child>
385                                           <placeholder/>
386                                         </child>
387                                         <child>
388                                           <placeholder/>
389                                         </child>
390                                         <child>
391                                           <placeholder/>
392                                         </child>
393                                         <child>
394                                           <placeholder/>
395                                         </child>
396                                       </object>
397                                       <packing>
398                                         <property name="position">0</property>
399                                       </packing>
400                                     </child>
401                                   </object>
402                                 </child>
403                               </object>
404                             </child>
405                             <child type="label">
406                               <object class="GtkLabel" id="label2">
407                                 <property name="visible">True</property>
408                                 <property name="label" translatable="yes">&lt;b&gt;Item&lt;/b&gt;</property>
409                                 <property name="use_markup">True</property>
410                               </object>
411                             </child>
412                           </object>
413                           <packing>
414                             <property name="position">0</property>
415                           </packing>
416                         </child>
417                       </object>
418                       <packing>
419                         <property name="expand">False</property>
420                         <property name="fill">False</property>
421                         <property name="padding">12</property>
422                         <property name="position">1</property>
423                       </packing>
424                     </child>
425                   </object>
426                   <packing>
427                     <property name="position">1</property>
428                   </packing>
429                 </child>
430               </object>
431               <packing>
432                 <property name="position">1</property>
433               </packing>
434             </child>
435           </object>
436           <packing>
437             <property name="expand">False</property>
438             <property name="fill">False</property>
439             <property name="position">1</property>
440           </packing>
441         </child>
442         <child internal-child="action_area">
443           <object class="GtkHButtonBox" id="dialog-action_area1">
444             <property name="visible">True</property>
445             <property name="layout_style">end</property>
446             <child>
447               <object class="GtkButton" id="select_button">
448                 <property name="label" translatable="yes">_Close</property>
449                 <property name="visible">True</property>
450                 <property name="can_focus">False</property>
451                 <property name="receives_default">False</property>
452                 <property name="use_underline">True</property>
453               </object>
454               <packing>
455                 <property name="expand">False</property>
456                 <property name="fill">False</property>
457                 <property name="position">0</property>
458               </packing>
459             </child>
460           </object>
461           <packing>
462             <property name="expand">False</property>
463             <property name="pack_type">end</property>
464             <property name="position">0</property>
465           </packing>
466         </child>
467       </object>
468     </child>
469     <action-widgets>
470       <action-widget response="-3">select_button</action-widget>
471     </action-widgets>
472   </object>
473 </interface>