Fix another round of squirrel coverity issues
[supertux.git] / tools / tilemanager / tiler.glade
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4 <glade-interface>
5
6 <widget class="GtkWindow" id="MainWindow">
7   <property name="visible">True</property>
8   <property name="title" translatable="yes">Tile Manager</property>
9   <property name="type">GTK_WINDOW_TOPLEVEL</property>
10   <property name="window_position">GTK_WIN_POS_CENTER</property>
11   <property name="modal">False</property>
12   <property name="default_width">640</property>
13   <property name="default_height">480</property>
14   <property name="resizable">True</property>
15   <property name="destroy_with_parent">False</property>
16   <property name="decorated">True</property>
17   <property name="skip_taskbar_hint">False</property>
18   <property name="skip_pager_hint">False</property>
19   <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
20   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
21   <property name="focus_on_map">True</property>
22   <property name="urgency_hint">False</property>
23   <signal name="delete_event" handler="OnDeleteQuit" last_modification_time="Sun, 21 Nov 2004 12:26:12 GMT"/>
24
25   <child>
26     <widget class="GtkVBox" id="MainLayout">
27       <property name="visible">True</property>
28       <property name="homogeneous">False</property>
29       <property name="spacing">0</property>
30
31       <child>
32         <widget class="GtkMenuBar" id="menubar1">
33           <property name="visible">True</property>
34           <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
35           <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
36
37           <child>
38             <widget class="GtkMenuItem" id="menuitem1">
39               <property name="visible">True</property>
40               <property name="label" translatable="yes">_Datei</property>
41               <property name="use_underline">True</property>
42
43               <child>
44                 <widget class="GtkMenu" id="menuitem1_menu">
45
46                   <child>
47                     <widget class="GtkImageMenuItem" id="open">
48                       <property name="visible">True</property>
49                       <property name="label">gtk-open</property>
50                       <property name="use_stock">True</property>
51                       <signal name="activate" handler="OnOpen" last_modification_time="Sun, 21 Nov 2004 12:08:44 GMT"/>
52                     </widget>
53                   </child>
54
55                   <child>
56                     <widget class="GtkImageMenuItem" id="save">
57                       <property name="visible">True</property>
58                       <property name="label">gtk-save</property>
59                       <property name="use_stock">True</property>
60                       <signal name="activate" handler="OnSave" last_modification_time="Sun, 21 Nov 2004 14:26:54 GMT"/>
61                     </widget>
62                   </child>
63
64                   <child>
65                     <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
66                       <property name="visible">True</property>
67                     </widget>
68                   </child>
69
70                   <child>
71                     <widget class="GtkImageMenuItem" id="beenden1">
72                       <property name="visible">True</property>
73                       <property name="label">gtk-quit</property>
74                       <property name="use_stock">True</property>
75                       <signal name="activate" handler="OnQuit" last_modification_time="Sun, 21 Nov 2004 12:21:15 GMT"/>
76                     </widget>
77                   </child>
78                 </widget>
79               </child>
80             </widget>
81           </child>
82
83           <child>
84             <widget class="GtkMenuItem" id="edit1">
85               <property name="visible">True</property>
86               <property name="label" translatable="yes">Edit</property>
87               <property name="use_underline">True</property>
88
89               <child>
90                 <widget class="GtkMenu" id="edit1_menu">
91
92                   <child>
93                     <widget class="GtkMenuItem" id="import_image1">
94                       <property name="visible">True</property>
95                       <property name="label" translatable="yes">Import Image</property>
96                       <property name="use_underline">True</property>
97                       <signal name="activate" handler="OnImportImage" last_modification_time="Sun, 21 Nov 2004 22:13:54 GMT"/>
98                       <accelerator key="I" modifiers="GDK_CONTROL_MASK" signal="activate"/>
99                     </widget>
100                   </child>
101
102                   <child>
103                     <widget class="GtkMenuItem" id="remap_tiles1">
104                       <property name="visible">True</property>
105                       <property name="label" translatable="yes">Remap Selected Tile(s)</property>
106                       <property name="use_underline">True</property>
107                       <signal name="activate" handler="OnRemapTiles" last_modification_time="Sun, 21 Nov 2004 15:18:43 GMT"/>
108                       <accelerator key="R" modifiers="GDK_CONTROL_MASK" signal="activate"/>
109                     </widget>
110                   </child>
111
112                   <child>
113                     <widget class="GtkSeparatorMenuItem" id="separator1">
114                       <property name="visible">True</property>
115                     </widget>
116                   </child>
117
118                   <child>
119                     <widget class="GtkMenuItem" id="create_tilegroup1">
120                       <property name="visible">True</property>
121                       <property name="label" translatable="yes">Create TileGroup</property>
122                       <property name="use_underline">True</property>
123                       <signal name="activate" handler="OnCreateTileGroup" last_modification_time="Mon, 22 Nov 2004 00:20:28 GMT"/>
124                       <accelerator key="C" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK" signal="activate"/>
125                     </widget>
126                   </child>
127
128                   <child>
129                     <widget class="GtkMenuItem" id="item2">
130                       <property name="visible">True</property>
131                       <property name="label" translatable="yes">Rename TileGroup</property>
132                       <property name="use_underline">True</property>
133                       <signal name="activate" handler="OnRenameTileGroup" last_modification_time="Mon, 22 Nov 2004 00:21:52 GMT"/>
134                       <accelerator key="R" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK" signal="activate"/>
135                     </widget>
136                   </child>
137
138                   <child>
139                     <widget class="GtkMenuItem" id="AddTileGroupMenu">
140                       <property name="visible">True</property>
141                       <property name="label" translatable="yes">Add Tiles To Group</property>
142                       <property name="use_underline">True</property>
143                     </widget>
144                   </child>
145
146                   <child>
147                     <widget class="GtkSeparatorMenuItem" id="separator2">
148                       <property name="visible">True</property>
149                     </widget>
150                   </child>
151
152                   <child>
153                     <widget class="GtkCheckMenuItem" id="useNewSyntax">
154                       <property name="visible">True</property>
155                       <property name="label" translatable="yes">Use 0.3.x syntax</property>
156                       <property name="use_underline">True</property>
157                       <property name="active">False</property>
158                     </widget>
159                   </child>
160                 </widget>
161               </child>
162             </widget>
163           </child>
164
165           <child>
166             <widget class="GtkMenuItem" id="menuitem4">
167               <property name="visible">True</property>
168               <property name="label" translatable="yes">Help</property>
169               <property name="use_underline">True</property>
170
171               <child>
172                 <widget class="GtkMenu" id="menuitem4_menu">
173
174                   <child>
175                     <widget class="GtkImageMenuItem" id="info1">
176                       <property name="visible">True</property>
177                       <property name="label">gtk-dialog-info</property>
178                       <property name="use_stock">True</property>
179                       <signal name="activate" handler="OnAbout" last_modification_time="Sun, 21 Nov 2004 12:08:44 GMT"/>
180                     </widget>
181                   </child>
182                 </widget>
183               </child>
184             </widget>
185           </child>
186         </widget>
187         <packing>
188           <property name="padding">0</property>
189           <property name="expand">False</property>
190           <property name="fill">False</property>
191         </packing>
192       </child>
193
194       <child>
195         <widget class="GtkHPaned" id="hpaned1">
196           <property name="visible">True</property>
197           <property name="can_focus">True</property>
198           <property name="position">180</property>
199
200           <child>
201             <widget class="GtkVBox" id="vbox3">
202               <property name="visible">True</property>
203               <property name="homogeneous">False</property>
204               <property name="spacing">0</property>
205
206               <child>
207                 <widget class="GtkScrolledWindow" id="scrolledwindow1">
208                   <property name="visible">True</property>
209                   <property name="can_focus">True</property>
210                   <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
211                   <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
212                   <property name="shadow_type">GTK_SHADOW_NONE</property>
213                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
214
215                   <child>
216                     <widget class="GtkTreeView" id="TileList">
217                       <property name="visible">True</property>
218                       <property name="can_focus">True</property>
219                       <property name="headers_visible">True</property>
220                       <property name="rules_hint">False</property>
221                       <property name="reorderable">False</property>
222                       <property name="enable_search">True</property>
223                       <property name="fixed_height_mode">False</property>
224                       <property name="hover_selection">False</property>
225                       <property name="hover_expand">False</property>
226                       <signal name="cursor-changed" handler="OnTileListCursorChanged"/>
227                     </widget>
228                   </child>
229                 </widget>
230                 <packing>
231                   <property name="padding">0</property>
232                   <property name="expand">True</property>
233                   <property name="fill">True</property>
234                 </packing>
235               </child>
236
237               <child>
238                 <widget class="GtkCombo" id="TileGroupComboBox">
239                   <property name="visible">True</property>
240                   <property name="value_in_list">False</property>
241                   <property name="allow_empty">True</property>
242                   <property name="case_sensitive">False</property>
243                   <property name="enable_arrow_keys">True</property>
244                   <property name="enable_arrows_always">False</property>
245
246                   <child internal-child="entry">
247                     <widget class="GtkEntry" id="entry1">
248                       <property name="visible">True</property>
249                       <property name="can_focus">True</property>
250                       <property name="editable">True</property>
251                       <property name="visibility">True</property>
252                       <property name="max_length">0</property>
253                       <property name="text" translatable="yes"></property>
254                       <property name="has_frame">True</property>
255                       <property name="invisible_char">*</property>
256                       <property name="activates_default">False</property>
257                       <signal name="activated" handler="OnTileGroupComboBoxEntryActivated"/>
258                       <signal name="changed" handler="OnTileGroupComboBoxEntryActivated"/>
259                     </widget>
260                   </child>
261
262                   <child internal-child="list">
263                     <widget class="GtkList" id="list1">
264                       <property name="visible">True</property>
265                       <property name="selection_mode">GTK_SELECTION_BROWSE</property>
266                     </widget>
267                   </child>
268                 </widget>
269                 <packing>
270                   <property name="padding">0</property>
271                   <property name="expand">False</property>
272                   <property name="fill">True</property>
273                 </packing>
274               </child>
275             </widget>
276             <packing>
277               <property name="shrink">True</property>
278               <property name="resize">False</property>
279             </packing>
280           </child>
281
282           <child>
283             <widget class="GtkVBox" id="vbox2">
284               <property name="visible">True</property>
285               <property name="homogeneous">False</property>
286               <property name="spacing">0</property>
287
288               <child>
289                 <widget class="GtkDrawingArea" id="DrawingArea">
290                   <property name="visible">True</property>
291                   <signal name="expose_event" handler="OnDrawingAreaExpose" last_modification_time="Sun, 21 Nov 2004 13:01:22 GMT"/>
292                   <signal name="button_press_event" handler="OnDrawingAreaButtonPress" last_modification_time="Sun, 21 Nov 2004 13:18:28 GMT"/>
293                   <signal name="motion_notify_event" handler="OnDrawingAreaMotionNotify" last_modification_time="Sun, 21 Nov 2004 13:18:45 GMT"/>
294                 </widget>
295                 <packing>
296                   <property name="padding">0</property>
297                   <property name="expand">True</property>
298                   <property name="fill">True</property>
299                 </packing>
300               </child>
301
302               <child>
303                 <widget class="GtkLabel" id="label2">
304                   <property name="visible">True</property>
305                   <property name="label" translatable="yes">Flags:</property>
306                   <property name="use_underline">False</property>
307                   <property name="use_markup">False</property>
308                   <property name="justify">GTK_JUSTIFY_LEFT</property>
309                   <property name="wrap">False</property>
310                   <property name="selectable">False</property>
311                   <property name="xalign">0.5</property>
312                   <property name="yalign">0.5</property>
313                   <property name="xpad">0</property>
314                   <property name="ypad">0</property>
315                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
316                   <property name="width_chars">-1</property>
317                   <property name="single_line_mode">False</property>
318                   <property name="angle">0</property>
319                 </widget>
320                 <packing>
321                   <property name="padding">6</property>
322                   <property name="expand">False</property>
323                   <property name="fill">True</property>
324                 </packing>
325               </child>
326
327               <child>
328                 <widget class="GtkTable" id="table1">
329                   <property name="border_width">6</property>
330                   <property name="visible">True</property>
331                   <property name="n_rows">9</property>
332                   <property name="n_columns">3</property>
333                   <property name="homogeneous">False</property>
334                   <property name="row_spacing">6</property>
335                   <property name="column_spacing">6</property>
336
337                   <child>
338                     <widget class="GtkCheckButton" id="SolidCheckButton">
339                       <property name="visible">True</property>
340                       <property name="can_focus">True</property>
341                       <property name="label" translatable="yes">Solid</property>
342                       <property name="use_underline">True</property>
343                       <property name="relief">GTK_RELIEF_NORMAL</property>
344                       <property name="focus_on_click">True</property>
345                       <property name="active">False</property>
346                       <property name="inconsistent">False</property>
347                       <property name="draw_indicator">True</property>
348                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:41:46 GMT"/>
349                     </widget>
350                     <packing>
351                       <property name="left_attach">0</property>
352                       <property name="right_attach">1</property>
353                       <property name="top_attach">0</property>
354                       <property name="bottom_attach">1</property>
355                       <property name="x_options">fill</property>
356                       <property name="y_options"></property>
357                     </packing>
358                   </child>
359
360                   <child>
361                     <widget class="GtkCheckButton" id="UniSolidCheckButton">
362                       <property name="visible">True</property>
363                       <property name="can_focus">True</property>
364                       <property name="label" translatable="yes">UniSolid</property>
365                       <property name="use_underline">True</property>
366                       <property name="relief">GTK_RELIEF_NORMAL</property>
367                       <property name="focus_on_click">True</property>
368                       <property name="active">False</property>
369                       <property name="inconsistent">False</property>
370                       <property name="draw_indicator">True</property>
371                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:00 GMT"/>
372                     </widget>
373                     <packing>
374                       <property name="left_attach">1</property>
375                       <property name="right_attach">2</property>
376                       <property name="top_attach">0</property>
377                       <property name="bottom_attach">1</property>
378                       <property name="x_options">fill</property>
379                       <property name="y_options"></property>
380                     </packing>
381                   </child>
382
383                   <child>
384                     <widget class="GtkCheckButton" id="IceCheckButton">
385                       <property name="visible">True</property>
386                       <property name="can_focus">True</property>
387                       <property name="label" translatable="yes">Ice</property>
388                       <property name="use_underline">True</property>
389                       <property name="relief">GTK_RELIEF_NORMAL</property>
390                       <property name="focus_on_click">True</property>
391                       <property name="active">False</property>
392                       <property name="inconsistent">False</property>
393                       <property name="draw_indicator">True</property>
394                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:08 GMT"/>
395                     </widget>
396                     <packing>
397                       <property name="left_attach">0</property>
398                       <property name="right_attach">1</property>
399                       <property name="top_attach">1</property>
400                       <property name="bottom_attach">2</property>
401                       <property name="x_options">fill</property>
402                       <property name="y_options"></property>
403                     </packing>
404                   </child>
405
406                   <child>
407                     <widget class="GtkCheckButton" id="WaterCheckButton">
408                       <property name="visible">True</property>
409                       <property name="can_focus">True</property>
410                       <property name="label" translatable="yes">Water</property>
411                       <property name="use_underline">True</property>
412                       <property name="relief">GTK_RELIEF_NORMAL</property>
413                       <property name="focus_on_click">True</property>
414                       <property name="active">False</property>
415                       <property name="inconsistent">False</property>
416                       <property name="draw_indicator">True</property>
417                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:17 GMT"/>
418                     </widget>
419                     <packing>
420                       <property name="left_attach">1</property>
421                       <property name="right_attach">2</property>
422                       <property name="top_attach">1</property>
423                       <property name="bottom_attach">2</property>
424                       <property name="x_options">fill</property>
425                       <property name="y_options"></property>
426                     </packing>
427                   </child>
428
429                   <child>
430                     <widget class="GtkLabel" id="label3">
431                       <property name="visible">True</property>
432                       <property name="label" translatable="yes">Data:</property>
433                       <property name="use_underline">False</property>
434                       <property name="use_markup">False</property>
435                       <property name="justify">GTK_JUSTIFY_LEFT</property>
436                       <property name="wrap">False</property>
437                       <property name="selectable">False</property>
438                       <property name="xalign">0</property>
439                       <property name="yalign">0.5</property>
440                       <property name="xpad">0</property>
441                       <property name="ypad">0</property>
442                       <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
443                       <property name="width_chars">-1</property>
444                       <property name="single_line_mode">False</property>
445                       <property name="angle">0</property>
446                     </widget>
447                     <packing>
448                       <property name="left_attach">0</property>
449                       <property name="right_attach">1</property>
450                       <property name="top_attach">6</property>
451                       <property name="bottom_attach">7</property>
452                       <property name="x_options">fill</property>
453                       <property name="y_options"></property>
454                     </packing>
455                   </child>
456
457                   <child>
458                     <widget class="GtkEntry" id="DataEntry">
459                       <property name="visible">True</property>
460                       <property name="can_focus">True</property>
461                       <property name="editable">True</property>
462                       <property name="visibility">True</property>
463                       <property name="max_length">0</property>
464                       <property name="text" translatable="yes"></property>
465                       <property name="has_frame">True</property>
466                       <property name="invisible_char">*</property>
467                       <property name="activates_default">False</property>
468                       <signal name="changed" handler="OnEntryChanged" last_modification_time="Sun, 21 Nov 2004 13:42:39 GMT"/>
469                     </widget>
470                     <packing>
471                       <property name="left_attach">1</property>
472                       <property name="right_attach">2</property>
473                       <property name="top_attach">6</property>
474                       <property name="bottom_attach">7</property>
475                       <property name="y_options"></property>
476                     </packing>
477                   </child>
478
479                   <child>
480                     <widget class="GtkLabel" id="label4">
481                       <property name="visible">True</property>
482                       <property name="label" translatable="yes">AnimFPS:</property>
483                       <property name="use_underline">False</property>
484                       <property name="use_markup">False</property>
485                       <property name="justify">GTK_JUSTIFY_LEFT</property>
486                       <property name="wrap">False</property>
487                       <property name="selectable">False</property>
488                       <property name="xalign">0</property>
489                       <property name="yalign">0.5</property>
490                       <property name="xpad">0</property>
491                       <property name="ypad">0</property>
492                       <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
493                       <property name="width_chars">-1</property>
494                       <property name="single_line_mode">False</property>
495                       <property name="angle">0</property>
496                     </widget>
497                     <packing>
498                       <property name="left_attach">0</property>
499                       <property name="right_attach">1</property>
500                       <property name="top_attach">7</property>
501                       <property name="bottom_attach">8</property>
502                       <property name="x_options">fill</property>
503                       <property name="y_options"></property>
504                     </packing>
505                   </child>
506
507                   <child>
508                     <widget class="GtkEntry" id="AnimFpsEntry">
509                       <property name="visible">True</property>
510                       <property name="can_focus">True</property>
511                       <property name="editable">True</property>
512                       <property name="visibility">True</property>
513                       <property name="max_length">0</property>
514                       <property name="text" translatable="yes"></property>
515                       <property name="has_frame">True</property>
516                       <property name="invisible_char">*</property>
517                       <property name="activates_default">False</property>
518                       <signal name="changed" handler="OnEntryChanged" last_modification_time="Sun, 21 Nov 2004 13:42:48 GMT"/>
519                     </widget>
520                     <packing>
521                       <property name="left_attach">1</property>
522                       <property name="right_attach">2</property>
523                       <property name="top_attach">7</property>
524                       <property name="bottom_attach">8</property>
525                       <property name="y_options"></property>
526                     </packing>
527                   </child>
528
529                   <child>
530                     <widget class="GtkLabel" id="label5">
531                       <property name="visible">True</property>
532                       <property name="label" translatable="yes">ID</property>
533                       <property name="use_underline">False</property>
534                       <property name="use_markup">False</property>
535                       <property name="justify">GTK_JUSTIFY_LEFT</property>
536                       <property name="wrap">False</property>
537                       <property name="selectable">False</property>
538                       <property name="xalign">0</property>
539                       <property name="yalign">0.5</property>
540                       <property name="xpad">0</property>
541                       <property name="ypad">0</property>
542                       <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
543                       <property name="width_chars">-1</property>
544                       <property name="single_line_mode">False</property>
545                       <property name="angle">0</property>
546                     </widget>
547                     <packing>
548                       <property name="left_attach">0</property>
549                       <property name="right_attach">1</property>
550                       <property name="top_attach">8</property>
551                       <property name="bottom_attach">9</property>
552                       <property name="x_options">fill</property>
553                       <property name="y_options"></property>
554                     </packing>
555                   </child>
556
557                   <child>
558                     <widget class="GtkEntry" id="IDEntry">
559                       <property name="visible">True</property>
560                       <property name="can_focus">True</property>
561                       <property name="editable">True</property>
562                       <property name="visibility">True</property>
563                       <property name="max_length">0</property>
564                       <property name="text" translatable="yes"></property>
565                       <property name="has_frame">True</property>
566                       <property name="invisible_char">*</property>
567                       <property name="activates_default">False</property>
568                       <signal name="changed" handler="OnEntryChanged" last_modification_time="Sun, 21 Nov 2004 13:42:57 GMT"/>
569                     </widget>
570                     <packing>
571                       <property name="left_attach">1</property>
572                       <property name="right_attach">2</property>
573                       <property name="top_attach">8</property>
574                       <property name="bottom_attach">9</property>
575                       <property name="y_options"></property>
576                     </packing>
577                   </child>
578
579                   <child>
580                     <widget class="GtkCheckButton" id="HiddenCheckButton">
581                       <property name="visible">True</property>
582                       <property name="can_focus">True</property>
583                       <property name="label" translatable="yes">Hidden</property>
584                       <property name="use_underline">True</property>
585                       <property name="relief">GTK_RELIEF_NORMAL</property>
586                       <property name="focus_on_click">True</property>
587                       <property name="active">False</property>
588                       <property name="inconsistent">False</property>
589                       <property name="draw_indicator">True</property>
590                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:00 GMT"/>
591                     </widget>
592                     <packing>
593                       <property name="left_attach">2</property>
594                       <property name="right_attach">3</property>
595                       <property name="top_attach">0</property>
596                       <property name="bottom_attach">1</property>
597                       <property name="x_options">fill</property>
598                       <property name="y_options"></property>
599                     </packing>
600                   </child>
601
602                   <child>
603                     <widget class="GtkCheckButton" id="FullBoxCheckButton">
604                       <property name="visible">True</property>
605                       <property name="can_focus">True</property>
606                       <property name="label" translatable="yes">FullBox</property>
607                       <property name="use_underline">True</property>
608                       <property name="relief">GTK_RELIEF_NORMAL</property>
609                       <property name="focus_on_click">True</property>
610                       <property name="active">False</property>
611                       <property name="inconsistent">False</property>
612                       <property name="draw_indicator">True</property>
613                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Mon, 27 Oct 2008 18:08:17 GMT"/>
614                     </widget>
615                     <packing>
616                       <property name="left_attach">0</property>
617                       <property name="right_attach">1</property>
618                       <property name="top_attach">4</property>
619                       <property name="bottom_attach">5</property>
620                       <property name="x_options">fill</property>
621                       <property name="y_options"></property>
622                     </packing>
623                   </child>
624
625                   <child>
626                     <widget class="GtkCheckButton" id="DontUseCheckButton">
627                       <property name="visible">True</property>
628                       <property name="can_focus">True</property>
629                       <property name="label" translatable="yes">Don't Use</property>
630                       <property name="use_underline">True</property>
631                       <property name="relief">GTK_RELIEF_NORMAL</property>
632                       <property name="focus_on_click">True</property>
633                       <property name="active">False</property>
634                       <property name="inconsistent">False</property>
635                       <property name="draw_indicator">True</property>
636                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 15:16:11 GMT"/>
637                     </widget>
638                     <packing>
639                       <property name="left_attach">1</property>
640                       <property name="right_attach">2</property>
641                       <property name="top_attach">5</property>
642                       <property name="bottom_attach">6</property>
643                       <property name="x_options">fill</property>
644                       <property name="y_options"></property>
645                     </packing>
646                   </child>
647
648                   <child>
649                     <widget class="GtkCheckButton" id="HurtsCheckButton">
650                       <property name="visible">True</property>
651                       <property name="can_focus">True</property>
652                       <property name="label" translatable="yes">Hurts</property>
653                       <property name="use_underline">True</property>
654                       <property name="relief">GTK_RELIEF_NORMAL</property>
655                       <property name="focus_on_click">True</property>
656                       <property name="active">False</property>
657                       <property name="inconsistent">False</property>
658                       <property name="draw_indicator">True</property>
659                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Mon, 27 Oct 2008 18:06:12 GMT"/>
660                     </widget>
661                     <packing>
662                       <property name="left_attach">0</property>
663                       <property name="right_attach">1</property>
664                       <property name="top_attach">2</property>
665                       <property name="bottom_attach">3</property>
666                       <property name="x_options">fill</property>
667                       <property name="y_options"></property>
668                     </packing>
669                   </child>
670
671                   <child>
672                     <widget class="GtkCheckButton" id="BrickCheckButton">
673                       <property name="visible">True</property>
674                       <property name="can_focus">True</property>
675                       <property name="label" translatable="yes">Brick</property>
676                       <property name="use_underline">True</property>
677                       <property name="relief">GTK_RELIEF_NORMAL</property>
678                       <property name="focus_on_click">True</property>
679                       <property name="active">False</property>
680                       <property name="inconsistent">False</property>
681                       <property name="draw_indicator">True</property>
682                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Mon, 27 Oct 2008 18:08:06 GMT"/>
683                     </widget>
684                     <packing>
685                       <property name="left_attach">0</property>
686                       <property name="right_attach">1</property>
687                       <property name="top_attach">3</property>
688                       <property name="bottom_attach">4</property>
689                       <property name="x_options">fill</property>
690                       <property name="y_options"></property>
691                     </packing>
692                   </child>
693
694                   <child>
695                     <widget class="GtkCheckButton" id="FireCheckButton">
696                       <property name="visible">True</property>
697                       <property name="can_focus">True</property>
698                       <property name="label" translatable="yes">Fire</property>
699                       <property name="use_underline">True</property>
700                       <property name="relief">GTK_RELIEF_NORMAL</property>
701                       <property name="focus_on_click">True</property>
702                       <property name="active">False</property>
703                       <property name="inconsistent">False</property>
704                       <property name="draw_indicator">True</property>
705                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Mon, 27 Oct 2008 18:09:23 GMT"/>
706                     </widget>
707                     <packing>
708                       <property name="left_attach">1</property>
709                       <property name="right_attach">2</property>
710                       <property name="top_attach">2</property>
711                       <property name="bottom_attach">3</property>
712                       <property name="x_options">fill</property>
713                       <property name="y_options"></property>
714                     </packing>
715                   </child>
716
717                   <child>
718                     <widget class="GtkCheckButton" id="SlopeCheckButton">
719                       <property name="visible">True</property>
720                       <property name="can_focus">True</property>
721                       <property name="label" translatable="yes">Slope</property>
722                       <property name="use_underline">True</property>
723                       <property name="relief">GTK_RELIEF_NORMAL</property>
724                       <property name="focus_on_click">True</property>
725                       <property name="active">False</property>
726                       <property name="inconsistent">False</property>
727                       <property name="draw_indicator">True</property>
728                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:25 GMT"/>
729                     </widget>
730                     <packing>
731                       <property name="left_attach">1</property>
732                       <property name="right_attach">2</property>
733                       <property name="top_attach">4</property>
734                       <property name="bottom_attach">5</property>
735                       <property name="x_options">fill</property>
736                       <property name="y_options"></property>
737                     </packing>
738                   </child>
739
740                   <child>
741                     <widget class="GtkCheckButton" id="GoalCheckButton">
742                       <property name="visible">True</property>
743                       <property name="can_focus">True</property>
744                       <property name="label" translatable="yes">Goal</property>
745                       <property name="use_underline">True</property>
746                       <property name="relief">GTK_RELIEF_NORMAL</property>
747                       <property name="focus_on_click">True</property>
748                       <property name="active">False</property>
749                       <property name="inconsistent">False</property>
750                       <property name="draw_indicator">True</property>
751                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Mon, 27 Oct 2008 18:11:43 GMT"/>
752                     </widget>
753                     <packing>
754                       <property name="left_attach">0</property>
755                       <property name="right_attach">1</property>
756                       <property name="top_attach">5</property>
757                       <property name="bottom_attach">6</property>
758                       <property name="x_options">fill</property>
759                       <property name="y_options"></property>
760                     </packing>
761                   </child>
762
763                   <child>
764                     <widget class="GtkCheckButton" id="CoinCheckButton">
765                       <property name="visible">True</property>
766                       <property name="can_focus">True</property>
767                       <property name="label" translatable="yes">Coin</property>
768                       <property name="use_underline">True</property>
769                       <property name="relief">GTK_RELIEF_NORMAL</property>
770                       <property name="focus_on_click">True</property>
771                       <property name="active">False</property>
772                       <property name="inconsistent">False</property>
773                       <property name="draw_indicator">True</property>
774                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Mon, 27 Oct 2008 18:13:13 GMT"/>
775                     </widget>
776                     <packing>
777                       <property name="left_attach">1</property>
778                       <property name="right_attach">2</property>
779                       <property name="top_attach">3</property>
780                       <property name="bottom_attach">4</property>
781                       <property name="x_options">fill</property>
782                       <property name="y_options"></property>
783                     </packing>
784                   </child>
785                 </widget>
786                 <packing>
787                   <property name="padding">0</property>
788                   <property name="expand">True</property>
789                   <property name="fill">True</property>
790                 </packing>
791               </child>
792             </widget>
793             <packing>
794               <property name="shrink">True</property>
795               <property name="resize">True</property>
796             </packing>
797           </child>
798         </widget>
799         <packing>
800           <property name="padding">0</property>
801           <property name="expand">True</property>
802           <property name="fill">True</property>
803         </packing>
804       </child>
805     </widget>
806   </child>
807 </widget>
808
809 <widget class="GtkDialog" id="RemapDialog">
810   <property name="border_width">5</property>
811   <property name="title" translatable="yes">Tile Manager - Question</property>
812   <property name="type">GTK_WINDOW_TOPLEVEL</property>
813   <property name="window_position">GTK_WIN_POS_NONE</property>
814   <property name="modal">True</property>
815   <property name="resizable">False</property>
816   <property name="destroy_with_parent">False</property>
817   <property name="decorated">True</property>
818   <property name="skip_taskbar_hint">False</property>
819   <property name="skip_pager_hint">False</property>
820   <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
821   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
822   <property name="focus_on_map">True</property>
823   <property name="urgency_hint">False</property>
824   <property name="has_separator">False</property>
825
826   <child internal-child="vbox">
827     <widget class="GtkVBox" id="vbox4">
828       <property name="visible">True</property>
829       <property name="homogeneous">False</property>
830       <property name="spacing">0</property>
831
832       <child internal-child="action_area">
833         <widget class="GtkHButtonBox" id="hbuttonbox1">
834           <property name="visible">True</property>
835           <property name="layout_style">GTK_BUTTONBOX_END</property>
836
837           <child>
838             <widget class="GtkButton" id="RD_buttonApply">
839               <property name="visible">True</property>
840               <property name="can_default">True</property>
841               <property name="can_focus">True</property>
842               <property name="label">gtk-apply</property>
843               <property name="use_stock">True</property>
844               <property name="relief">GTK_RELIEF_NORMAL</property>
845               <property name="focus_on_click">True</property>
846               <property name="response_id">-10</property>
847               <signal name="pressed" handler="OnRemapDialogApply" last_modification_time="Fri, 24 Oct 2008 16:47:51 GMT"/>
848             </widget>
849           </child>
850
851           <child>
852             <widget class="GtkButton" id="RD_buttonCancel">
853               <property name="visible">True</property>
854               <property name="can_default">True</property>
855               <property name="can_focus">True</property>
856               <property name="label">gtk-cancel</property>
857               <property name="use_stock">True</property>
858               <property name="relief">GTK_RELIEF_NORMAL</property>
859               <property name="focus_on_click">True</property>
860               <property name="response_id">-6</property>
861               <signal name="pressed" handler="OnRemapDialogCancel" last_modification_time="Fri, 24 Oct 2008 16:46:46 GMT"/>
862             </widget>
863           </child>
864         </widget>
865         <packing>
866           <property name="padding">0</property>
867           <property name="expand">False</property>
868           <property name="fill">True</property>
869           <property name="pack_type">GTK_PACK_END</property>
870         </packing>
871       </child>
872
873       <child>
874         <widget class="GtkHBox" id="hbox2">
875           <property name="visible">True</property>
876           <property name="homogeneous">False</property>
877           <property name="spacing">0</property>
878
879           <child>
880             <widget class="GtkHBox" id="hbox3">
881               <property name="visible">True</property>
882               <property name="homogeneous">False</property>
883               <property name="spacing">0</property>
884
885               <child>
886                 <widget class="GtkLabel" id="RD_label">
887                   <property name="visible">True</property>
888                   <property name="label" translatable="yes">Start-ID: </property>
889                   <property name="use_underline">False</property>
890                   <property name="use_markup">False</property>
891                   <property name="justify">GTK_JUSTIFY_LEFT</property>
892                   <property name="wrap">False</property>
893                   <property name="selectable">False</property>
894                   <property name="xalign">0.5</property>
895                   <property name="yalign">0.5</property>
896                   <property name="xpad">0</property>
897                   <property name="ypad">0</property>
898                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
899                   <property name="width_chars">-1</property>
900                   <property name="single_line_mode">False</property>
901                   <property name="angle">0</property>
902                 </widget>
903                 <packing>
904                   <property name="padding">0</property>
905                   <property name="expand">False</property>
906                   <property name="fill">False</property>
907                 </packing>
908               </child>
909
910               <child>
911                 <widget class="GtkSpinButton" id="RD_spinButton">
912                   <property name="width_request">120</property>
913                   <property name="visible">True</property>
914                   <property name="can_focus">True</property>
915                   <property name="climb_rate">1</property>
916                   <property name="digits">0</property>
917                   <property name="numeric">True</property>
918                   <property name="update_policy">GTK_UPDATE_ALWAYS</property>
919                   <property name="snap_to_ticks">False</property>
920                   <property name="wrap">False</property>
921                   <property name="adjustment">1 1 65535 1 10 10</property>
922                 </widget>
923                 <packing>
924                   <property name="padding">5</property>
925                   <property name="expand">True</property>
926                   <property name="fill">True</property>
927                 </packing>
928               </child>
929             </widget>
930             <packing>
931               <property name="padding">0</property>
932               <property name="expand">False</property>
933               <property name="fill">False</property>
934             </packing>
935           </child>
936         </widget>
937         <packing>
938           <property name="padding">0</property>
939           <property name="expand">True</property>
940           <property name="fill">True</property>
941         </packing>
942       </child>
943     </widget>
944   </child>
945 </widget>
946
947 </glade-interface>