Updated tilemanager to make it working with current libraries, by now works only...
[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 <requires lib="gnome"/>
6
7 <widget class="GtkWindow" id="MainWindow">
8   <property name="visible">True</property>
9   <property name="title" translatable="yes">Tile Manager</property>
10   <property name="type">GTK_WINDOW_TOPLEVEL</property>
11   <property name="window_position">GTK_WIN_POS_CENTER</property>
12   <property name="modal">False</property>
13   <property name="default_width">640</property>
14   <property name="default_height">480</property>
15   <property name="resizable">True</property>
16   <property name="destroy_with_parent">False</property>
17   <property name="decorated">True</property>
18   <property name="skip_taskbar_hint">False</property>
19   <property name="skip_pager_hint">False</property>
20   <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
21   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
22   <signal name="delete_event" handler="OnDeleteQuit" last_modification_time="Sun, 21 Nov 2004 12:26:12 GMT"/>
23
24   <child>
25     <widget class="GtkVBox" id="MainLayout">
26       <property name="visible">True</property>
27       <property name="homogeneous">False</property>
28       <property name="spacing">0</property>
29
30       <child>
31         <widget class="GtkMenuBar" id="menubar1">
32           <property name="visible">True</property>
33
34           <child>
35             <widget class="GtkMenuItem" id="menuitem1">
36               <property name="visible">True</property>
37               <property name="label" translatable="yes">_Datei</property>
38               <property name="use_underline">True</property>
39
40               <child>
41                 <widget class="GtkMenu" id="menuitem1_menu">
42
43                   <child>
44                     <widget class="GtkImageMenuItem" id="open">
45                       <property name="visible">True</property>
46                       <property name="label">gtk-open</property>
47                       <property name="use_stock">True</property>
48                       <signal name="activate" handler="OnOpen" last_modification_time="Sun, 21 Nov 2004 12:08:44 GMT"/>
49                     </widget>
50                   </child>
51
52                   <child>
53                     <widget class="GtkImageMenuItem" id="save">
54                       <property name="visible">True</property>
55                       <property name="label">gtk-save</property>
56                       <property name="use_stock">True</property>
57                       <signal name="activate" handler="OnSave" last_modification_time="Sun, 21 Nov 2004 14:26:54 GMT"/>
58                     </widget>
59                   </child>
60
61                   <child>
62                     <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
63                       <property name="visible">True</property>
64                     </widget>
65                   </child>
66
67                   <child>
68                     <widget class="GtkImageMenuItem" id="beenden1">
69                       <property name="visible">True</property>
70                       <property name="label">gtk-quit</property>
71                       <property name="use_stock">True</property>
72                       <signal name="activate" handler="OnQuit" last_modification_time="Sun, 21 Nov 2004 12:21:15 GMT"/>
73                     </widget>
74                   </child>
75                 </widget>
76               </child>
77             </widget>
78           </child>
79
80           <child>
81             <widget class="GtkMenuItem" id="edit1">
82               <property name="visible">True</property>
83               <property name="label" translatable="yes">Edit</property>
84               <property name="use_underline">True</property>
85
86               <child>
87                 <widget class="GtkMenu" id="edit1_menu">
88
89                   <child>
90                     <widget class="GtkMenuItem" id="import_image1">
91                       <property name="visible">True</property>
92                       <property name="label" translatable="yes">Import Image</property>
93                       <property name="use_underline">True</property>
94                       <signal name="activate" handler="OnImportImage" last_modification_time="Sun, 21 Nov 2004 22:13:54 GMT"/>
95                       <accelerator key="I" modifiers="GDK_CONTROL_MASK" signal="activate"/>
96                     </widget>
97                   </child>
98
99                   <child>
100                     <widget class="GtkMenuItem" id="remap_tiles1">
101                       <property name="visible">True</property>
102                       <property name="label" translatable="yes">Remap Tiles</property>
103                       <property name="use_underline">True</property>
104                       <signal name="activate" handler="OnRemapTiles" last_modification_time="Sun, 21 Nov 2004 15:18:43 GMT"/>
105                       <accelerator key="R" modifiers="GDK_CONTROL_MASK" signal="activate"/>
106                     </widget>
107                   </child>
108
109                   <child>
110                     <widget class="GtkSeparatorMenuItem" id="trennlinie1">
111                       <property name="visible">True</property>
112                     </widget>
113                   </child>
114
115                   <child>
116                     <widget class="GtkMenuItem" id="create_tilegroup1">
117                       <property name="visible">True</property>
118                       <property name="label" translatable="yes">Create TileGroup</property>
119                       <property name="use_underline">True</property>
120                       <signal name="activate" handler="OnCreateTileGroup" last_modification_time="Mon, 22 Nov 2004 00:20:28 GMT"/>
121                       <accelerator key="C" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK" signal="activate"/>
122                     </widget>
123                   </child>
124
125                   <child>
126                     <widget class="GtkMenuItem" id="item2">
127                       <property name="visible">True</property>
128                       <property name="label" translatable="yes">Rename TileGroup</property>
129                       <property name="use_underline">True</property>
130                       <signal name="activate" handler="OnRenameTileGroup" last_modification_time="Mon, 22 Nov 2004 00:21:52 GMT"/>
131                       <accelerator key="R" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK" signal="activate"/>
132                     </widget>
133                   </child>
134
135                   <child>
136                     <widget class="GtkMenuItem" id="AddTileGroupMenu">
137                       <property name="visible">True</property>
138                       <property name="label" translatable="yes">Add Tiles To Group</property>
139                       <property name="use_underline">True</property>
140                     </widget>
141                   </child>
142                 </widget>
143               </child>
144             </widget>
145           </child>
146
147           <child>
148             <widget class="GtkMenuItem" id="menuitem4">
149               <property name="visible">True</property>
150               <property name="label" translatable="yes">_Hilfe</property>
151               <property name="use_underline">True</property>
152
153               <child>
154                 <widget class="GtkMenu" id="menuitem4_menu">
155
156                   <child>
157                     <widget class="GtkImageMenuItem" id="info1">
158                       <property name="visible">True</property>
159                       <property name="label">gtk-dialog-info</property>
160                       <property name="use_stock">True</property>
161                       <signal name="activate" handler="OnAbout" last_modification_time="Sun, 21 Nov 2004 12:08:44 GMT"/>
162                     </widget>
163                   </child>
164                 </widget>
165               </child>
166             </widget>
167           </child>
168         </widget>
169         <packing>
170           <property name="padding">0</property>
171           <property name="expand">False</property>
172           <property name="fill">False</property>
173         </packing>
174       </child>
175
176       <child>
177         <widget class="GtkHPaned" id="hpaned1">
178           <property name="visible">True</property>
179           <property name="can_focus">True</property>
180           <property name="position">180</property>
181
182           <child>
183             <widget class="GtkVBox" id="vbox3">
184               <property name="visible">True</property>
185               <property name="homogeneous">False</property>
186               <property name="spacing">0</property>
187
188               <child>
189                 <widget class="GtkScrolledWindow" id="scrolledwindow1">
190                   <property name="visible">True</property>
191                   <property name="can_focus">True</property>
192                   <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
193                   <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
194                   <property name="shadow_type">GTK_SHADOW_NONE</property>
195                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
196
197                   <child>
198                     <widget class="GtkTreeView" id="TileList">
199                       <property name="visible">True</property>
200                       <property name="can_focus">True</property>
201                       <property name="headers_visible">True</property>
202                       <property name="rules_hint">False</property>
203                       <property name="reorderable">False</property>
204                       <property name="enable_search">True</property>
205                       <signal name="cursor-changed" handler="OnTileListCursorChanged"/>
206                     </widget>
207                   </child>
208                 </widget>
209                 <packing>
210                   <property name="padding">0</property>
211                   <property name="expand">True</property>
212                   <property name="fill">True</property>
213                 </packing>
214               </child>
215
216               <child>
217                 <widget class="GtkCombo" id="TileGroupComboBox">
218                   <property name="visible">True</property>
219                   <property name="value_in_list">False</property>
220                   <property name="allow_empty">True</property>
221                   <property name="case_sensitive">False</property>
222                   <property name="enable_arrow_keys">True</property>
223                   <property name="enable_arrows_always">False</property>
224
225                   <child internal-child="entry">
226                     <widget class="GtkEntry" id="entry1">
227                       <property name="visible">True</property>
228                       <property name="can_focus">True</property>
229                       <property name="editable">True</property>
230                       <property name="visibility">True</property>
231                       <property name="max_length">0</property>
232                       <property name="text" translatable="yes"></property>
233                       <property name="has_frame">True</property>
234                       <property name="invisible_char" translatable="yes">*</property>
235                       <property name="activates_default">False</property>
236                       <signal name="activated" handler="OnTileGroupComboBoxEntryActivated"/>
237                       <signal name="changed" handler="OnTileGroupComboBoxEntryActivated"/>
238                     </widget>
239                   </child>
240
241                   <child internal-child="list">
242                     <widget class="GtkList" id="list1">
243                       <property name="visible">True</property>
244                       <property name="selection_mode">GTK_SELECTION_BROWSE</property>
245                     </widget>
246                   </child>
247                 </widget>
248                 <packing>
249                   <property name="padding">0</property>
250                   <property name="expand">False</property>
251                   <property name="fill">True</property>
252                 </packing>
253               </child>
254             </widget>
255             <packing>
256               <property name="shrink">True</property>
257               <property name="resize">False</property>
258             </packing>
259           </child>
260
261           <child>
262             <widget class="GtkVBox" id="vbox2">
263               <property name="visible">True</property>
264               <property name="homogeneous">False</property>
265               <property name="spacing">0</property>
266
267               <child>
268                 <widget class="GtkDrawingArea" id="DrawingArea">
269                   <property name="visible">True</property>
270                   <signal name="expose_event" handler="OnDrawingAreaExpose" last_modification_time="Sun, 21 Nov 2004 13:01:22 GMT"/>
271                   <signal name="button_press_event" handler="OnDrawingAreaButtonPress" last_modification_time="Sun, 21 Nov 2004 13:18:28 GMT"/>
272                   <signal name="motion_notify_event" handler="OnDrawingAreaMotionNotify" last_modification_time="Sun, 21 Nov 2004 13:18:45 GMT"/>
273                 </widget>
274                 <packing>
275                   <property name="padding">0</property>
276                   <property name="expand">True</property>
277                   <property name="fill">True</property>
278                 </packing>
279               </child>
280
281               <child>
282                 <widget class="GtkLabel" id="label2">
283                   <property name="visible">True</property>
284                   <property name="label" translatable="yes">Flags:</property>
285                   <property name="use_underline">False</property>
286                   <property name="use_markup">False</property>
287                   <property name="justify">GTK_JUSTIFY_LEFT</property>
288                   <property name="wrap">False</property>
289                   <property name="selectable">False</property>
290                   <property name="xalign">0.5</property>
291                   <property name="yalign">0.5</property>
292                   <property name="xpad">0</property>
293                   <property name="ypad">0</property>
294                 </widget>
295                 <packing>
296                   <property name="padding">6</property>
297                   <property name="expand">False</property>
298                   <property name="fill">True</property>
299                 </packing>
300               </child>
301
302               <child>
303                 <widget class="GtkTable" id="table1">
304                   <property name="border_width">6</property>
305                   <property name="visible">True</property>
306                   <property name="n_rows">6</property>
307                   <property name="n_columns">2</property>
308                   <property name="homogeneous">False</property>
309                   <property name="row_spacing">6</property>
310                   <property name="column_spacing">6</property>
311
312                   <child>
313                     <widget class="GtkCheckButton" id="SolidCheckButton">
314                       <property name="visible">True</property>
315                       <property name="can_focus">True</property>
316                       <property name="label" translatable="yes">Solid</property>
317                       <property name="use_underline">True</property>
318                       <property name="relief">GTK_RELIEF_NORMAL</property>
319                       <property name="focus_on_click">True</property>
320                       <property name="active">False</property>
321                       <property name="inconsistent">False</property>
322                       <property name="draw_indicator">True</property>
323                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:41:46 GMT"/>
324                     </widget>
325                     <packing>
326                       <property name="left_attach">0</property>
327                       <property name="right_attach">1</property>
328                       <property name="top_attach">0</property>
329                       <property name="bottom_attach">1</property>
330                       <property name="x_options">fill</property>
331                       <property name="y_options"></property>
332                     </packing>
333                   </child>
334
335                   <child>
336                     <widget class="GtkCheckButton" id="UniSolidCheckButton">
337                       <property name="visible">True</property>
338                       <property name="can_focus">True</property>
339                       <property name="label" translatable="yes">UniSolid</property>
340                       <property name="use_underline">True</property>
341                       <property name="relief">GTK_RELIEF_NORMAL</property>
342                       <property name="focus_on_click">True</property>
343                       <property name="active">False</property>
344                       <property name="inconsistent">False</property>
345                       <property name="draw_indicator">True</property>
346                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:00 GMT"/>
347                     </widget>
348                     <packing>
349                       <property name="left_attach">1</property>
350                       <property name="right_attach">2</property>
351                       <property name="top_attach">0</property>
352                       <property name="bottom_attach">1</property>
353                       <property name="x_options">fill</property>
354                       <property name="y_options"></property>
355                     </packing>
356                   </child>
357
358                   <child>
359                     <widget class="GtkCheckButton" id="IceCheckButton">
360                       <property name="visible">True</property>
361                       <property name="can_focus">True</property>
362                       <property name="label" translatable="yes">Ice</property>
363                       <property name="use_underline">True</property>
364                       <property name="relief">GTK_RELIEF_NORMAL</property>
365                       <property name="focus_on_click">True</property>
366                       <property name="active">False</property>
367                       <property name="inconsistent">False</property>
368                       <property name="draw_indicator">True</property>
369                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:08 GMT"/>
370                     </widget>
371                     <packing>
372                       <property name="left_attach">0</property>
373                       <property name="right_attach">1</property>
374                       <property name="top_attach">1</property>
375                       <property name="bottom_attach">2</property>
376                       <property name="x_options">fill</property>
377                       <property name="y_options"></property>
378                     </packing>
379                   </child>
380
381                   <child>
382                     <widget class="GtkCheckButton" id="WaterCheckButton">
383                       <property name="visible">True</property>
384                       <property name="can_focus">True</property>
385                       <property name="label" translatable="yes">Water</property>
386                       <property name="use_underline">True</property>
387                       <property name="relief">GTK_RELIEF_NORMAL</property>
388                       <property name="focus_on_click">True</property>
389                       <property name="active">False</property>
390                       <property name="inconsistent">False</property>
391                       <property name="draw_indicator">True</property>
392                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:17 GMT"/>
393                     </widget>
394                     <packing>
395                       <property name="left_attach">1</property>
396                       <property name="right_attach">2</property>
397                       <property name="top_attach">1</property>
398                       <property name="bottom_attach">2</property>
399                       <property name="x_options">fill</property>
400                       <property name="y_options"></property>
401                     </packing>
402                   </child>
403
404                   <child>
405                     <widget class="GtkCheckButton" id="SlopeCheckButton">
406                       <property name="visible">True</property>
407                       <property name="can_focus">True</property>
408                       <property name="label" translatable="yes">Slope</property>
409                       <property name="use_underline">True</property>
410                       <property name="relief">GTK_RELIEF_NORMAL</property>
411                       <property name="focus_on_click">True</property>
412                       <property name="active">False</property>
413                       <property name="inconsistent">False</property>
414                       <property name="draw_indicator">True</property>
415                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:25 GMT"/>
416                     </widget>
417                     <packing>
418                       <property name="left_attach">0</property>
419                       <property name="right_attach">1</property>
420                       <property name="top_attach">2</property>
421                       <property name="bottom_attach">3</property>
422                       <property name="x_options">fill</property>
423                       <property name="y_options"></property>
424                     </packing>
425                   </child>
426
427                   <child>
428                     <widget class="GtkLabel" id="label3">
429                       <property name="visible">True</property>
430                       <property name="label" translatable="yes">Data:</property>
431                       <property name="use_underline">False</property>
432                       <property name="use_markup">False</property>
433                       <property name="justify">GTK_JUSTIFY_LEFT</property>
434                       <property name="wrap">False</property>
435                       <property name="selectable">False</property>
436                       <property name="xalign">0</property>
437                       <property name="yalign">0.5</property>
438                       <property name="xpad">0</property>
439                       <property name="ypad">0</property>
440                     </widget>
441                     <packing>
442                       <property name="left_attach">0</property>
443                       <property name="right_attach">1</property>
444                       <property name="top_attach">3</property>
445                       <property name="bottom_attach">4</property>
446                       <property name="x_options">fill</property>
447                       <property name="y_options"></property>
448                     </packing>
449                   </child>
450
451                   <child>
452                     <widget class="GtkEntry" id="DataEntry">
453                       <property name="visible">True</property>
454                       <property name="can_focus">True</property>
455                       <property name="editable">True</property>
456                       <property name="visibility">True</property>
457                       <property name="max_length">0</property>
458                       <property name="text" translatable="yes"></property>
459                       <property name="has_frame">True</property>
460                       <property name="invisible_char" translatable="yes">*</property>
461                       <property name="activates_default">False</property>
462                       <signal name="changed" handler="OnEntryChanged" last_modification_time="Sun, 21 Nov 2004 13:42:39 GMT"/>
463                     </widget>
464                     <packing>
465                       <property name="left_attach">1</property>
466                       <property name="right_attach">2</property>
467                       <property name="top_attach">3</property>
468                       <property name="bottom_attach">4</property>
469                       <property name="y_options"></property>
470                     </packing>
471                   </child>
472
473                   <child>
474                     <widget class="GtkLabel" id="label4">
475                       <property name="visible">True</property>
476                       <property name="label" translatable="yes">AnimFPS:</property>
477                       <property name="use_underline">False</property>
478                       <property name="use_markup">False</property>
479                       <property name="justify">GTK_JUSTIFY_LEFT</property>
480                       <property name="wrap">False</property>
481                       <property name="selectable">False</property>
482                       <property name="xalign">0</property>
483                       <property name="yalign">0.5</property>
484                       <property name="xpad">0</property>
485                       <property name="ypad">0</property>
486                     </widget>
487                     <packing>
488                       <property name="left_attach">0</property>
489                       <property name="right_attach">1</property>
490                       <property name="top_attach">4</property>
491                       <property name="bottom_attach">5</property>
492                       <property name="x_options">fill</property>
493                       <property name="y_options"></property>
494                     </packing>
495                   </child>
496
497                   <child>
498                     <widget class="GtkEntry" id="AnimFpsEntry">
499                       <property name="visible">True</property>
500                       <property name="can_focus">True</property>
501                       <property name="editable">True</property>
502                       <property name="visibility">True</property>
503                       <property name="max_length">0</property>
504                       <property name="text" translatable="yes"></property>
505                       <property name="has_frame">True</property>
506                       <property name="invisible_char" translatable="yes">*</property>
507                       <property name="activates_default">False</property>
508                       <signal name="changed" handler="OnEntryChanged" last_modification_time="Sun, 21 Nov 2004 13:42:48 GMT"/>
509                     </widget>
510                     <packing>
511                       <property name="left_attach">1</property>
512                       <property name="right_attach">2</property>
513                       <property name="top_attach">4</property>
514                       <property name="bottom_attach">5</property>
515                       <property name="y_options"></property>
516                     </packing>
517                   </child>
518
519                   <child>
520                     <widget class="GtkLabel" id="label5">
521                       <property name="visible">True</property>
522                       <property name="label" translatable="yes">ID</property>
523                       <property name="use_underline">False</property>
524                       <property name="use_markup">False</property>
525                       <property name="justify">GTK_JUSTIFY_LEFT</property>
526                       <property name="wrap">False</property>
527                       <property name="selectable">False</property>
528                       <property name="xalign">0</property>
529                       <property name="yalign">0.5</property>
530                       <property name="xpad">0</property>
531                       <property name="ypad">0</property>
532                     </widget>
533                     <packing>
534                       <property name="left_attach">0</property>
535                       <property name="right_attach">1</property>
536                       <property name="top_attach">5</property>
537                       <property name="bottom_attach">6</property>
538                       <property name="x_options">fill</property>
539                       <property name="y_options"></property>
540                     </packing>
541                   </child>
542
543                   <child>
544                     <widget class="GtkEntry" id="IDEntry">
545                       <property name="visible">True</property>
546                       <property name="can_focus">True</property>
547                       <property name="editable">True</property>
548                       <property name="visibility">True</property>
549                       <property name="max_length">0</property>
550                       <property name="text" translatable="yes"></property>
551                       <property name="has_frame">True</property>
552                       <property name="invisible_char" translatable="yes">*</property>
553                       <property name="activates_default">False</property>
554                       <signal name="changed" handler="OnEntryChanged" last_modification_time="Sun, 21 Nov 2004 13:42:57 GMT"/>
555                     </widget>
556                     <packing>
557                       <property name="left_attach">1</property>
558                       <property name="right_attach">2</property>
559                       <property name="top_attach">5</property>
560                       <property name="bottom_attach">6</property>
561                       <property name="y_options"></property>
562                     </packing>
563                   </child>
564
565                   <child>
566                     <widget class="GtkCheckButton" id="DontUseCheckButton">
567                       <property name="visible">True</property>
568                       <property name="can_focus">True</property>
569                       <property name="label" translatable="yes">Don't Use</property>
570                       <property name="use_underline">True</property>
571                       <property name="relief">GTK_RELIEF_NORMAL</property>
572                       <property name="focus_on_click">True</property>
573                       <property name="active">False</property>
574                       <property name="inconsistent">False</property>
575                       <property name="draw_indicator">True</property>
576                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 15:16:11 GMT"/>
577                     </widget>
578                     <packing>
579                       <property name="left_attach">1</property>
580                       <property name="right_attach">2</property>
581                       <property name="top_attach">2</property>
582                       <property name="bottom_attach">3</property>
583                       <property name="x_options">fill</property>
584                       <property name="y_options"></property>
585                     </packing>
586                   </child>
587               <child>
588           <widget class="GtkCheckButton" id="HiddenCheckButton">
589             <property name="visible">True</property>
590             <property name="can_focus">True</property>
591             <property name="label" translatable="yes">Hidden</property>
592             <property name="use_underline">True</property>
593             <property name="relief">GTK_RELIEF_NORMAL</property>
594             <property name="focus_on_click">True</property>
595             <property name="active">False</property>
596             <property name="inconsistent">False</property>
597             <property name="draw_indicator">True</property>
598             <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:00 GMT"/>
599           </widget>
600           <packing>
601             <property name="left_attach">2</property>
602             <property name="right_attach">3</property>
603             <property name="top_attach">0</property>
604             <property name="bottom_attach">1</property>
605             <property name="x_options">fill</property>
606             <property name="y_options"></property>
607           </packing>
608         </child>
609                 </widget>
610                 <packing>
611                   <property name="padding">0</property>
612                   <property name="expand">True</property>
613                   <property name="fill">True</property>
614                 </packing>
615               </child>
616             </widget>
617             <packing>
618               <property name="shrink">True</property>
619               <property name="resize">True</property>
620             </packing>
621           </child>
622         </widget>
623         <packing>
624           <property name="padding">0</property>
625           <property name="expand">True</property>
626           <property name="fill">True</property>
627         </packing>
628       </child>
629
630       <child>
631         <widget class="GnomeAppBar" id="AppBar">
632           <property name="visible">True</property>
633           <property name="has_progress">True</property>
634           <property name="has_status">True</property>
635           <signal name="user_response" handler="OnAppBarUserResponse" last_modification_time="Sun, 21 Nov 2004 15:23:58 GMT"/>
636         </widget>
637         <packing>
638           <property name="padding">0</property>
639           <property name="expand">False</property>
640           <property name="fill">False</property>
641         </packing>
642       </child>
643     </widget>
644   </child>
645 </widget>
646
647 </glade-interface>