94eead6d67f3896b77d70f319315e73fdffc1d3d
[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="OnQuit" 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" last_modification_time="Sun, 21 Nov 2004 23:04:22 GMT"/>
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                     </widget>
237                   </child>
238
239                   <child internal-child="list">
240                     <widget class="GtkList" id="list1">
241                       <property name="visible">True</property>
242                       <property name="selection_mode">GTK_SELECTION_BROWSE</property>
243                     </widget>
244                   </child>
245                 </widget>
246                 <packing>
247                   <property name="padding">0</property>
248                   <property name="expand">False</property>
249                   <property name="fill">True</property>
250                 </packing>
251               </child>
252             </widget>
253             <packing>
254               <property name="shrink">True</property>
255               <property name="resize">False</property>
256             </packing>
257           </child>
258
259           <child>
260             <widget class="GtkVBox" id="vbox2">
261               <property name="visible">True</property>
262               <property name="homogeneous">False</property>
263               <property name="spacing">0</property>
264
265               <child>
266                 <widget class="GtkDrawingArea" id="DrawingArea">
267                   <property name="visible">True</property>
268                   <signal name="expose_event" handler="OnDrawingAreaExpose" last_modification_time="Sun, 21 Nov 2004 13:01:22 GMT"/>
269                   <signal name="button_press_event" handler="OnDrawingAreaButtonPress" last_modification_time="Sun, 21 Nov 2004 13:18:28 GMT"/>
270                   <signal name="motion_notify_event" handler="OnDrawingAreaMotionNotify" last_modification_time="Sun, 21 Nov 2004 13:18:45 GMT"/>
271                 </widget>
272                 <packing>
273                   <property name="padding">0</property>
274                   <property name="expand">True</property>
275                   <property name="fill">True</property>
276                 </packing>
277               </child>
278
279               <child>
280                 <widget class="GtkLabel" id="label2">
281                   <property name="visible">True</property>
282                   <property name="label" translatable="yes">Flags:</property>
283                   <property name="use_underline">False</property>
284                   <property name="use_markup">False</property>
285                   <property name="justify">GTK_JUSTIFY_LEFT</property>
286                   <property name="wrap">False</property>
287                   <property name="selectable">False</property>
288                   <property name="xalign">0.5</property>
289                   <property name="yalign">0.5</property>
290                   <property name="xpad">0</property>
291                   <property name="ypad">0</property>
292                 </widget>
293                 <packing>
294                   <property name="padding">6</property>
295                   <property name="expand">False</property>
296                   <property name="fill">True</property>
297                 </packing>
298               </child>
299
300               <child>
301                 <widget class="GtkTable" id="table1">
302                   <property name="border_width">6</property>
303                   <property name="visible">True</property>
304                   <property name="n_rows">6</property>
305                   <property name="n_columns">2</property>
306                   <property name="homogeneous">False</property>
307                   <property name="row_spacing">6</property>
308                   <property name="column_spacing">6</property>
309
310                   <child>
311                     <widget class="GtkCheckButton" id="SolidCheckButton">
312                       <property name="visible">True</property>
313                       <property name="can_focus">True</property>
314                       <property name="label" translatable="yes">Solid</property>
315                       <property name="use_underline">True</property>
316                       <property name="relief">GTK_RELIEF_NORMAL</property>
317                       <property name="focus_on_click">True</property>
318                       <property name="active">False</property>
319                       <property name="inconsistent">False</property>
320                       <property name="draw_indicator">True</property>
321                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:41:46 GMT"/>
322                     </widget>
323                     <packing>
324                       <property name="left_attach">0</property>
325                       <property name="right_attach">1</property>
326                       <property name="top_attach">0</property>
327                       <property name="bottom_attach">1</property>
328                       <property name="x_options">fill</property>
329                       <property name="y_options"></property>
330                     </packing>
331                   </child>
332
333                   <child>
334                     <widget class="GtkCheckButton" id="UniSolidCheckButton">
335                       <property name="visible">True</property>
336                       <property name="can_focus">True</property>
337                       <property name="label" translatable="yes">UniSolid</property>
338                       <property name="use_underline">True</property>
339                       <property name="relief">GTK_RELIEF_NORMAL</property>
340                       <property name="focus_on_click">True</property>
341                       <property name="active">False</property>
342                       <property name="inconsistent">False</property>
343                       <property name="draw_indicator">True</property>
344                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:00 GMT"/>
345                     </widget>
346                     <packing>
347                       <property name="left_attach">1</property>
348                       <property name="right_attach">2</property>
349                       <property name="top_attach">0</property>
350                       <property name="bottom_attach">1</property>
351                       <property name="x_options">fill</property>
352                       <property name="y_options"></property>
353                     </packing>
354                   </child>
355
356                   <child>
357                     <widget class="GtkCheckButton" id="IceCheckButton">
358                       <property name="visible">True</property>
359                       <property name="can_focus">True</property>
360                       <property name="label" translatable="yes">Ice</property>
361                       <property name="use_underline">True</property>
362                       <property name="relief">GTK_RELIEF_NORMAL</property>
363                       <property name="focus_on_click">True</property>
364                       <property name="active">False</property>
365                       <property name="inconsistent">False</property>
366                       <property name="draw_indicator">True</property>
367                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:08 GMT"/>
368                     </widget>
369                     <packing>
370                       <property name="left_attach">0</property>
371                       <property name="right_attach">1</property>
372                       <property name="top_attach">1</property>
373                       <property name="bottom_attach">2</property>
374                       <property name="x_options">fill</property>
375                       <property name="y_options"></property>
376                     </packing>
377                   </child>
378
379                   <child>
380                     <widget class="GtkCheckButton" id="WaterCheckButton">
381                       <property name="visible">True</property>
382                       <property name="can_focus">True</property>
383                       <property name="label" translatable="yes">Water</property>
384                       <property name="use_underline">True</property>
385                       <property name="relief">GTK_RELIEF_NORMAL</property>
386                       <property name="focus_on_click">True</property>
387                       <property name="active">False</property>
388                       <property name="inconsistent">False</property>
389                       <property name="draw_indicator">True</property>
390                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:17 GMT"/>
391                     </widget>
392                     <packing>
393                       <property name="left_attach">1</property>
394                       <property name="right_attach">2</property>
395                       <property name="top_attach">1</property>
396                       <property name="bottom_attach">2</property>
397                       <property name="x_options">fill</property>
398                       <property name="y_options"></property>
399                     </packing>
400                   </child>
401
402                   <child>
403                     <widget class="GtkCheckButton" id="SlopeCheckButton">
404                       <property name="visible">True</property>
405                       <property name="can_focus">True</property>
406                       <property name="label" translatable="yes">Slope</property>
407                       <property name="use_underline">True</property>
408                       <property name="relief">GTK_RELIEF_NORMAL</property>
409                       <property name="focus_on_click">True</property>
410                       <property name="active">False</property>
411                       <property name="inconsistent">False</property>
412                       <property name="draw_indicator">True</property>
413                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:25 GMT"/>
414                     </widget>
415                     <packing>
416                       <property name="left_attach">0</property>
417                       <property name="right_attach">1</property>
418                       <property name="top_attach">2</property>
419                       <property name="bottom_attach">3</property>
420                       <property name="x_options">fill</property>
421                       <property name="y_options"></property>
422                     </packing>
423                   </child>
424
425                   <child>
426                     <widget class="GtkLabel" id="label3">
427                       <property name="visible">True</property>
428                       <property name="label" translatable="yes">Data:</property>
429                       <property name="use_underline">False</property>
430                       <property name="use_markup">False</property>
431                       <property name="justify">GTK_JUSTIFY_LEFT</property>
432                       <property name="wrap">False</property>
433                       <property name="selectable">False</property>
434                       <property name="xalign">0</property>
435                       <property name="yalign">0.5</property>
436                       <property name="xpad">0</property>
437                       <property name="ypad">0</property>
438                     </widget>
439                     <packing>
440                       <property name="left_attach">0</property>
441                       <property name="right_attach">1</property>
442                       <property name="top_attach">3</property>
443                       <property name="bottom_attach">4</property>
444                       <property name="x_options">fill</property>
445                       <property name="y_options"></property>
446                     </packing>
447                   </child>
448
449                   <child>
450                     <widget class="GtkEntry" id="DataEntry">
451                       <property name="visible">True</property>
452                       <property name="can_focus">True</property>
453                       <property name="editable">True</property>
454                       <property name="visibility">True</property>
455                       <property name="max_length">0</property>
456                       <property name="text" translatable="yes"></property>
457                       <property name="has_frame">True</property>
458                       <property name="invisible_char" translatable="yes">*</property>
459                       <property name="activates_default">False</property>
460                       <signal name="changed" handler="OnEntryChanged" last_modification_time="Sun, 21 Nov 2004 13:42:39 GMT"/>
461                     </widget>
462                     <packing>
463                       <property name="left_attach">1</property>
464                       <property name="right_attach">2</property>
465                       <property name="top_attach">3</property>
466                       <property name="bottom_attach">4</property>
467                       <property name="y_options"></property>
468                     </packing>
469                   </child>
470
471                   <child>
472                     <widget class="GtkLabel" id="label4">
473                       <property name="visible">True</property>
474                       <property name="label" translatable="yes">AnimFPS:</property>
475                       <property name="use_underline">False</property>
476                       <property name="use_markup">False</property>
477                       <property name="justify">GTK_JUSTIFY_LEFT</property>
478                       <property name="wrap">False</property>
479                       <property name="selectable">False</property>
480                       <property name="xalign">0</property>
481                       <property name="yalign">0.5</property>
482                       <property name="xpad">0</property>
483                       <property name="ypad">0</property>
484                     </widget>
485                     <packing>
486                       <property name="left_attach">0</property>
487                       <property name="right_attach">1</property>
488                       <property name="top_attach">4</property>
489                       <property name="bottom_attach">5</property>
490                       <property name="x_options">fill</property>
491                       <property name="y_options"></property>
492                     </packing>
493                   </child>
494
495                   <child>
496                     <widget class="GtkEntry" id="AnimFpsEntry">
497                       <property name="visible">True</property>
498                       <property name="can_focus">True</property>
499                       <property name="editable">True</property>
500                       <property name="visibility">True</property>
501                       <property name="max_length">0</property>
502                       <property name="text" translatable="yes"></property>
503                       <property name="has_frame">True</property>
504                       <property name="invisible_char" translatable="yes">*</property>
505                       <property name="activates_default">False</property>
506                       <signal name="changed" handler="OnEntryChanged" last_modification_time="Sun, 21 Nov 2004 13:42:48 GMT"/>
507                     </widget>
508                     <packing>
509                       <property name="left_attach">1</property>
510                       <property name="right_attach">2</property>
511                       <property name="top_attach">4</property>
512                       <property name="bottom_attach">5</property>
513                       <property name="y_options"></property>
514                     </packing>
515                   </child>
516
517                   <child>
518                     <widget class="GtkLabel" id="label5">
519                       <property name="visible">True</property>
520                       <property name="label" translatable="yes">ID</property>
521                       <property name="use_underline">False</property>
522                       <property name="use_markup">False</property>
523                       <property name="justify">GTK_JUSTIFY_LEFT</property>
524                       <property name="wrap">False</property>
525                       <property name="selectable">False</property>
526                       <property name="xalign">0</property>
527                       <property name="yalign">0.5</property>
528                       <property name="xpad">0</property>
529                       <property name="ypad">0</property>
530                     </widget>
531                     <packing>
532                       <property name="left_attach">0</property>
533                       <property name="right_attach">1</property>
534                       <property name="top_attach">5</property>
535                       <property name="bottom_attach">6</property>
536                       <property name="x_options">fill</property>
537                       <property name="y_options"></property>
538                     </packing>
539                   </child>
540
541                   <child>
542                     <widget class="GtkEntry" id="IDEntry">
543                       <property name="visible">True</property>
544                       <property name="can_focus">True</property>
545                       <property name="editable">True</property>
546                       <property name="visibility">True</property>
547                       <property name="max_length">0</property>
548                       <property name="text" translatable="yes"></property>
549                       <property name="has_frame">True</property>
550                       <property name="invisible_char" translatable="yes">*</property>
551                       <property name="activates_default">False</property>
552                       <signal name="changed" handler="OnEntryChanged" last_modification_time="Sun, 21 Nov 2004 13:42:57 GMT"/>
553                     </widget>
554                     <packing>
555                       <property name="left_attach">1</property>
556                       <property name="right_attach">2</property>
557                       <property name="top_attach">5</property>
558                       <property name="bottom_attach">6</property>
559                       <property name="y_options"></property>
560                     </packing>
561                   </child>
562
563                   <child>
564                     <widget class="GtkCheckButton" id="DontUseCheckButton">
565                       <property name="visible">True</property>
566                       <property name="can_focus">True</property>
567                       <property name="label" translatable="yes">Don't Use</property>
568                       <property name="use_underline">True</property>
569                       <property name="relief">GTK_RELIEF_NORMAL</property>
570                       <property name="focus_on_click">True</property>
571                       <property name="active">False</property>
572                       <property name="inconsistent">False</property>
573                       <property name="draw_indicator">True</property>
574                       <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 15:16:11 GMT"/>
575                     </widget>
576                     <packing>
577                       <property name="left_attach">1</property>
578                       <property name="right_attach">2</property>
579                       <property name="top_attach">2</property>
580                       <property name="bottom_attach">3</property>
581                       <property name="x_options">fill</property>
582                       <property name="y_options"></property>
583                     </packing>
584                   </child>
585               <child>
586           <widget class="GtkCheckButton" id="HiddenCheckButton">
587             <property name="visible">True</property>
588             <property name="can_focus">True</property>
589             <property name="label" translatable="yes">Hidden</property>
590             <property name="use_underline">True</property>
591             <property name="relief">GTK_RELIEF_NORMAL</property>
592             <property name="focus_on_click">True</property>
593             <property name="active">False</property>
594             <property name="inconsistent">False</property>
595             <property name="draw_indicator">True</property>
596             <signal name="toggled" handler="OnCheckButtonToggled" last_modification_time="Sun, 21 Nov 2004 13:42:00 GMT"/>
597           </widget>
598           <packing>
599             <property name="left_attach">2</property>
600             <property name="right_attach">3</property>
601             <property name="top_attach">0</property>
602             <property name="bottom_attach">1</property>
603             <property name="x_options">fill</property>
604             <property name="y_options"></property>
605           </packing>
606         </child>
607                 </widget>
608                 <packing>
609                   <property name="padding">0</property>
610                   <property name="expand">True</property>
611                   <property name="fill">True</property>
612                 </packing>
613               </child>
614             </widget>
615             <packing>
616               <property name="shrink">True</property>
617               <property name="resize">True</property>
618             </packing>
619           </child>
620         </widget>
621         <packing>
622           <property name="padding">0</property>
623           <property name="expand">True</property>
624           <property name="fill">True</property>
625         </packing>
626       </child>
627
628       <child>
629         <widget class="GnomeAppBar" id="AppBar">
630           <property name="visible">True</property>
631           <property name="has_progress">True</property>
632           <property name="has_status">True</property>
633           <signal name="user_response" handler="OnAppBarUserResponse" last_modification_time="Sun, 21 Nov 2004 15:23:58 GMT"/>
634         </widget>
635         <packing>
636           <property name="padding">0</property>
637           <property name="expand">False</property>
638           <property name="fill">False</property>
639         </packing>
640       </child>
641     </widget>
642   </child>
643 </widget>
644
645 </glade-interface>