Added menu item to let user decide, if he wants to use new not-yet-fully-supported...
[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">6</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="GtkCheckButton" id="SlopeCheckButton">
431                       <property name="visible">True</property>
432                       <property name="can_focus">True</property>
433                       <property name="label" translatable="yes">Slope</property>
434                       <property name="use_underline">True</property>
435                       <property name="relief">GTK_RELIEF_NORMAL</property>
436                       <property name="focus_on_click">True</property>
437                       <property name="active">False</property>
438                       <property name="inconsistent">False</property>
439                       <property name="draw_indicator">True</property>
440                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:25 GMT"/>
441                     </widget>
442                     <packing>
443                       <property name="left_attach">0</property>
444                       <property name="right_attach">1</property>
445                       <property name="top_attach">2</property>
446                       <property name="bottom_attach">3</property>
447                       <property name="x_options">fill</property>
448                       <property name="y_options"></property>
449                     </packing>
450                   </child>
451
452                   <child>
453                     <widget class="GtkLabel" id="label3">
454                       <property name="visible">True</property>
455                       <property name="label" translatable="yes">Data:</property>
456                       <property name="use_underline">False</property>
457                       <property name="use_markup">False</property>
458                       <property name="justify">GTK_JUSTIFY_LEFT</property>
459                       <property name="wrap">False</property>
460                       <property name="selectable">False</property>
461                       <property name="xalign">0</property>
462                       <property name="yalign">0.5</property>
463                       <property name="xpad">0</property>
464                       <property name="ypad">0</property>
465                       <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
466                       <property name="width_chars">-1</property>
467                       <property name="single_line_mode">False</property>
468                       <property name="angle">0</property>
469                     </widget>
470                     <packing>
471                       <property name="left_attach">0</property>
472                       <property name="right_attach">1</property>
473                       <property name="top_attach">3</property>
474                       <property name="bottom_attach">4</property>
475                       <property name="x_options">fill</property>
476                       <property name="y_options"></property>
477                     </packing>
478                   </child>
479
480                   <child>
481                     <widget class="GtkEntry" id="DataEntry">
482                       <property name="visible">True</property>
483                       <property name="can_focus">True</property>
484                       <property name="editable">True</property>
485                       <property name="visibility">True</property>
486                       <property name="max_length">0</property>
487                       <property name="text" translatable="yes"></property>
488                       <property name="has_frame">True</property>
489                       <property name="invisible_char">*</property>
490                       <property name="activates_default">False</property>
491                       <signal name="changed" handler="OnEntryChanged" last_modification_time="Sun, 21 Nov 2004 13:42:39 GMT"/>
492                     </widget>
493                     <packing>
494                       <property name="left_attach">1</property>
495                       <property name="right_attach">2</property>
496                       <property name="top_attach">3</property>
497                       <property name="bottom_attach">4</property>
498                       <property name="y_options"></property>
499                     </packing>
500                   </child>
501
502                   <child>
503                     <widget class="GtkLabel" id="label4">
504                       <property name="visible">True</property>
505                       <property name="label" translatable="yes">AnimFPS:</property>
506                       <property name="use_underline">False</property>
507                       <property name="use_markup">False</property>
508                       <property name="justify">GTK_JUSTIFY_LEFT</property>
509                       <property name="wrap">False</property>
510                       <property name="selectable">False</property>
511                       <property name="xalign">0</property>
512                       <property name="yalign">0.5</property>
513                       <property name="xpad">0</property>
514                       <property name="ypad">0</property>
515                       <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
516                       <property name="width_chars">-1</property>
517                       <property name="single_line_mode">False</property>
518                       <property name="angle">0</property>
519                     </widget>
520                     <packing>
521                       <property name="left_attach">0</property>
522                       <property name="right_attach">1</property>
523                       <property name="top_attach">4</property>
524                       <property name="bottom_attach">5</property>
525                       <property name="x_options">fill</property>
526                       <property name="y_options"></property>
527                     </packing>
528                   </child>
529
530                   <child>
531                     <widget class="GtkEntry" id="AnimFpsEntry">
532                       <property name="visible">True</property>
533                       <property name="can_focus">True</property>
534                       <property name="editable">True</property>
535                       <property name="visibility">True</property>
536                       <property name="max_length">0</property>
537                       <property name="text" translatable="yes"></property>
538                       <property name="has_frame">True</property>
539                       <property name="invisible_char">*</property>
540                       <property name="activates_default">False</property>
541                       <signal name="changed" handler="OnEntryChanged" last_modification_time="Sun, 21 Nov 2004 13:42:48 GMT"/>
542                     </widget>
543                     <packing>
544                       <property name="left_attach">1</property>
545                       <property name="right_attach">2</property>
546                       <property name="top_attach">4</property>
547                       <property name="bottom_attach">5</property>
548                       <property name="y_options"></property>
549                     </packing>
550                   </child>
551
552                   <child>
553                     <widget class="GtkLabel" id="label5">
554                       <property name="visible">True</property>
555                       <property name="label" translatable="yes">ID</property>
556                       <property name="use_underline">False</property>
557                       <property name="use_markup">False</property>
558                       <property name="justify">GTK_JUSTIFY_LEFT</property>
559                       <property name="wrap">False</property>
560                       <property name="selectable">False</property>
561                       <property name="xalign">0</property>
562                       <property name="yalign">0.5</property>
563                       <property name="xpad">0</property>
564                       <property name="ypad">0</property>
565                       <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
566                       <property name="width_chars">-1</property>
567                       <property name="single_line_mode">False</property>
568                       <property name="angle">0</property>
569                     </widget>
570                     <packing>
571                       <property name="left_attach">0</property>
572                       <property name="right_attach">1</property>
573                       <property name="top_attach">5</property>
574                       <property name="bottom_attach">6</property>
575                       <property name="x_options">fill</property>
576                       <property name="y_options"></property>
577                     </packing>
578                   </child>
579
580                   <child>
581                     <widget class="GtkEntry" id="IDEntry">
582                       <property name="visible">True</property>
583                       <property name="can_focus">True</property>
584                       <property name="editable">True</property>
585                       <property name="visibility">True</property>
586                       <property name="max_length">0</property>
587                       <property name="text" translatable="yes"></property>
588                       <property name="has_frame">True</property>
589                       <property name="invisible_char">*</property>
590                       <property name="activates_default">False</property>
591                       <signal name="changed" handler="OnEntryChanged" last_modification_time="Sun, 21 Nov 2004 13:42:57 GMT"/>
592                     </widget>
593                     <packing>
594                       <property name="left_attach">1</property>
595                       <property name="right_attach">2</property>
596                       <property name="top_attach">5</property>
597                       <property name="bottom_attach">6</property>
598                       <property name="y_options"></property>
599                     </packing>
600                   </child>
601
602                   <child>
603                     <widget class="GtkCheckButton" id="DontUseCheckButton">
604                       <property name="visible">True</property>
605                       <property name="can_focus">True</property>
606                       <property name="label" translatable="yes">Don't Use</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="Sun, 21 Nov 2004 15:16:11 GMT"/>
614                     </widget>
615                     <packing>
616                       <property name="left_attach">1</property>
617                       <property name="right_attach">2</property>
618                       <property name="top_attach">2</property>
619                       <property name="bottom_attach">3</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="HiddenCheckButton">
627                       <property name="visible">True</property>
628                       <property name="can_focus">True</property>
629                       <property name="label" translatable="yes">Hidden</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 13:42:00 GMT"/>
637                     </widget>
638                     <packing>
639                       <property name="left_attach">2</property>
640                       <property name="right_attach">3</property>
641                       <property name="top_attach">0</property>
642                       <property name="bottom_attach">1</property>
643                       <property name="x_options">fill</property>
644                       <property name="y_options"></property>
645                     </packing>
646                   </child>
647                 </widget>
648                 <packing>
649                   <property name="padding">0</property>
650                   <property name="expand">True</property>
651                   <property name="fill">True</property>
652                 </packing>
653               </child>
654             </widget>
655             <packing>
656               <property name="shrink">True</property>
657               <property name="resize">True</property>
658             </packing>
659           </child>
660         </widget>
661         <packing>
662           <property name="padding">0</property>
663           <property name="expand">True</property>
664           <property name="fill">True</property>
665         </packing>
666       </child>
667     </widget>
668   </child>
669 </widget>
670
671 <widget class="GtkDialog" id="RemapDialog">
672   <property name="border_width">5</property>
673   <property name="title" translatable="yes">Tile Manager - Question</property>
674   <property name="type">GTK_WINDOW_TOPLEVEL</property>
675   <property name="window_position">GTK_WIN_POS_NONE</property>
676   <property name="modal">True</property>
677   <property name="resizable">False</property>
678   <property name="destroy_with_parent">False</property>
679   <property name="decorated">True</property>
680   <property name="skip_taskbar_hint">False</property>
681   <property name="skip_pager_hint">False</property>
682   <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
683   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
684   <property name="focus_on_map">True</property>
685   <property name="urgency_hint">False</property>
686   <property name="has_separator">False</property>
687
688   <child internal-child="vbox">
689     <widget class="GtkVBox" id="vbox4">
690       <property name="visible">True</property>
691       <property name="homogeneous">False</property>
692       <property name="spacing">0</property>
693
694       <child internal-child="action_area">
695         <widget class="GtkHButtonBox" id="hbuttonbox1">
696           <property name="visible">True</property>
697           <property name="layout_style">GTK_BUTTONBOX_END</property>
698
699           <child>
700             <widget class="GtkButton" id="RD_buttonApply">
701               <property name="visible">True</property>
702               <property name="can_default">True</property>
703               <property name="can_focus">True</property>
704               <property name="label">gtk-apply</property>
705               <property name="use_stock">True</property>
706               <property name="relief">GTK_RELIEF_NORMAL</property>
707               <property name="focus_on_click">True</property>
708               <property name="response_id">-10</property>
709               <signal name="pressed" handler="OnRemapDialogApply" last_modification_time="Fri, 24 Oct 2008 16:47:51 GMT"/>
710             </widget>
711           </child>
712
713           <child>
714             <widget class="GtkButton" id="RD_buttonCancel">
715               <property name="visible">True</property>
716               <property name="can_default">True</property>
717               <property name="can_focus">True</property>
718               <property name="label">gtk-cancel</property>
719               <property name="use_stock">True</property>
720               <property name="relief">GTK_RELIEF_NORMAL</property>
721               <property name="focus_on_click">True</property>
722               <property name="response_id">-6</property>
723               <signal name="pressed" handler="OnRemapDialogCancel" last_modification_time="Fri, 24 Oct 2008 16:46:46 GMT"/>
724             </widget>
725           </child>
726         </widget>
727         <packing>
728           <property name="padding">0</property>
729           <property name="expand">False</property>
730           <property name="fill">True</property>
731           <property name="pack_type">GTK_PACK_END</property>
732         </packing>
733       </child>
734
735       <child>
736         <widget class="GtkHBox" id="hbox2">
737           <property name="visible">True</property>
738           <property name="homogeneous">False</property>
739           <property name="spacing">0</property>
740
741           <child>
742             <widget class="GtkHBox" id="hbox3">
743               <property name="visible">True</property>
744               <property name="homogeneous">False</property>
745               <property name="spacing">0</property>
746
747               <child>
748                 <widget class="GtkLabel" id="RD_label">
749                   <property name="visible">True</property>
750                   <property name="label" translatable="yes">Start-ID: </property>
751                   <property name="use_underline">False</property>
752                   <property name="use_markup">False</property>
753                   <property name="justify">GTK_JUSTIFY_LEFT</property>
754                   <property name="wrap">False</property>
755                   <property name="selectable">False</property>
756                   <property name="xalign">0.5</property>
757                   <property name="yalign">0.5</property>
758                   <property name="xpad">0</property>
759                   <property name="ypad">0</property>
760                   <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
761                   <property name="width_chars">-1</property>
762                   <property name="single_line_mode">False</property>
763                   <property name="angle">0</property>
764                 </widget>
765                 <packing>
766                   <property name="padding">0</property>
767                   <property name="expand">False</property>
768                   <property name="fill">False</property>
769                 </packing>
770               </child>
771
772               <child>
773                 <widget class="GtkSpinButton" id="RD_spinButton">
774                   <property name="width_request">120</property>
775                   <property name="visible">True</property>
776                   <property name="can_focus">True</property>
777                   <property name="climb_rate">1</property>
778                   <property name="digits">0</property>
779                   <property name="numeric">True</property>
780                   <property name="update_policy">GTK_UPDATE_ALWAYS</property>
781                   <property name="snap_to_ticks">False</property>
782                   <property name="wrap">False</property>
783                   <property name="adjustment">1 1 65535 1 10 10</property>
784                 </widget>
785                 <packing>
786                   <property name="padding">5</property>
787                   <property name="expand">True</property>
788                   <property name="fill">True</property>
789                 </packing>
790               </child>
791             </widget>
792             <packing>
793               <property name="padding">0</property>
794               <property name="expand">False</property>
795               <property name="fill">False</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 </glade-interface>