Start of preferences dialog
[doneit] / src / doneit.glade
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--Generated with glade3 3.4.5 on Mon Apr 20 18:51:41 2009 -->
4 <glade-interface>
5   <widget class="GtkWindow" id="mainWindow">
6     <property name="default_width">800</property>
7     <property name="default_height">480</property>
8     <child>
9       <widget class="GtkVBox" id="mainLayout">
10         <property name="visible">True</property>
11         <child>
12           <widget class="GtkMenuBar" id="mainMenubar">
13             <property name="visible">True</property>
14             <child>
15               <widget class="GtkMenuItem" id="fileMenuItem">
16                 <property name="visible">True</property>
17                 <property name="label" translatable="yes">_File</property>
18                 <property name="use_underline">True</property>
19                 <child>
20                   <widget class="GtkMenu" id="fileMenu">
21                     <property name="visible">True</property>
22                     <child>
23                       <widget class="GtkImageMenuItem" id="connectMenuItem">
24                         <property name="visible">True</property>
25                         <property name="label" translatable="yes">gtk-connect</property>
26                         <property name="use_underline">True</property>
27                         <property name="use_stock">True</property>
28                       </widget>
29                     </child>
30                     <child>
31                       <widget class="GtkImageMenuItem" id="disconnectMenuItem">
32                         <property name="visible">True</property>
33                         <property name="label" translatable="yes">gtk-disconnect</property>
34                         <property name="use_underline">True</property>
35                         <property name="use_stock">True</property>
36                       </widget>
37                     </child>
38                     <child>
39                       <widget class="GtkImageMenuItem" id="quitMenuItem">
40                         <property name="visible">True</property>
41                         <property name="label" translatable="yes">gtk-quit</property>
42                         <property name="use_underline">True</property>
43                         <property name="use_stock">True</property>
44                         <signal name="activate" handler="on_doneit_quit"/>
45                       </widget>
46                     </child>
47                   </widget>
48                 </child>
49               </widget>
50             </child>
51             <child>
52               <widget class="GtkMenuItem" id="editMenuItem">
53                 <property name="visible">True</property>
54                 <property name="label" translatable="yes">_Edit</property>
55                 <property name="use_underline">True</property>
56                 <child>
57                   <widget class="GtkMenu" id="editMenu">
58                     <property name="visible">True</property>
59                     <child>
60                       <widget class="GtkImageMenuItem" id="pasteMenuItem">
61                         <property name="visible">True</property>
62                         <property name="label" translatable="yes">gtk-paste</property>
63                         <property name="use_underline">True</property>
64                         <property name="use_stock">True</property>
65                         <signal name="activate" handler="on_paste"/>
66                       </widget>
67                     </child>
68                     <child>
69                       <widget class="GtkImageMenuItem" id="deleteMenuItem">
70                         <property name="visible">True</property>
71                         <property name="label" translatable="yes">gtk-delete</property>
72                         <property name="use_underline">True</property>
73                         <property name="use_stock">True</property>
74                       </widget>
75                     </child>
76                     <child>
77                       <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
78                         <property name="visible">True</property>
79                       </widget>
80                     </child>
81                     <child>
82                       <widget class="GtkImageMenuItem" id="preferencesMenuItem">
83                         <property name="visible">True</property>
84                         <property name="label" translatable="yes">gtk-preferences</property>
85                         <property name="use_underline">True</property>
86                         <property name="use_stock">True</property>
87                       </widget>
88                     </child>
89                   </widget>
90                 </child>
91               </widget>
92             </child>
93             <child>
94               <widget class="GtkMenuItem" id="viewMenuItem">
95                 <property name="visible">True</property>
96                 <property name="label" translatable="yes">_View</property>
97                 <property name="use_underline">True</property>
98               </widget>
99             </child>
100             <child>
101               <widget class="GtkMenuItem" id="helpMenuItem">
102                 <property name="visible">True</property>
103                 <property name="label" translatable="yes">_Help</property>
104                 <property name="use_underline">True</property>
105                 <child>
106                   <widget class="GtkMenu" id="helpMenu">
107                     <property name="visible">True</property>
108                     <child>
109                       <widget class="GtkImageMenuItem" id="aboutMenuItem">
110                         <property name="visible">True</property>
111                         <property name="label" translatable="yes">gtk-about</property>
112                         <property name="use_underline">True</property>
113                         <property name="use_stock">True</property>
114                         <signal name="activate" handler="on_about"/>
115                       </widget>
116                     </child>
117                   </widget>
118                 </child>
119               </widget>
120             </child>
121           </widget>
122           <packing>
123             <property name="expand">False</property>
124           </packing>
125         </child>
126         <child>
127           <widget class="GtkEventBox" id="errorEventBox">
128             <property name="visible">True</property>
129             <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
130             <child>
131               <widget class="GtkHBox" id="errorBox">
132                 <property name="visible">True</property>
133                 <child>
134                   <widget class="GtkImage" id="errorImage">
135                     <property name="visible">True</property>
136                     <property name="stock">gtk-dialog-error</property>
137                   </widget>
138                   <packing>
139                     <property name="expand">False</property>
140                     <property name="fill">False</property>
141                   </packing>
142                 </child>
143                 <child>
144                   <widget class="GtkLabel" id="errorDescription">
145                     <property name="visible">True</property>
146                     <property name="use_markup">True</property>
147                     <property name="ellipsize">PANGO_ELLIPSIZE_END</property>
148                     <property name="single_line_mode">True</property>
149                   </widget>
150                   <packing>
151                     <property name="position">1</property>
152                   </packing>
153                 </child>
154                 <child>
155                   <widget class="GtkImage" id="errorClose">
156                     <property name="visible">True</property>
157                     <property name="stock">gtk-close</property>
158                   </widget>
159                   <packing>
160                     <property name="expand">False</property>
161                     <property name="fill">False</property>
162                     <property name="position">2</property>
163                   </packing>
164                 </child>
165               </widget>
166             </child>
167           </widget>
168           <packing>
169             <property name="expand">False</property>
170             <property name="fill">False</property>
171             <property name="position">1</property>
172           </packing>
173         </child>
174         <child>
175           <widget class="GtkVBox" id="todoBox">
176             <property name="visible">True</property>
177             <child>
178               <widget class="GtkComboBox" id="projectsCombo">
179                 <property name="visible">True</property>
180               </widget>
181               <packing>
182                 <property name="expand">False</property>
183                 <property name="fill">False</property>
184               </packing>
185             </child>
186             <child>
187               <placeholder/>
188             </child>
189             <child>
190               <widget class="GtkHBox" id="add-hbox">
191                 <property name="visible">True</property>
192                 <child>
193                   <widget class="GtkHButtonBox" id="add-add-hbox">
194                     <property name="visible">True</property>
195                     <child>
196                       <widget class="GtkButton" id="add-addTaskButton">
197                         <property name="visible">True</property>
198                         <property name="can_focus">True</property>
199                         <property name="receives_default">True</property>
200                         <property name="label" translatable="yes">gtk-add</property>
201                         <property name="use_stock">True</property>
202                         <property name="response_id">0</property>
203                       </widget>
204                     </child>
205                   </widget>
206                   <packing>
207                     <property name="expand">False</property>
208                     <property name="fill">False</property>
209                   </packing>
210                 </child>
211                 <child>
212                   <widget class="GtkEntry" id="add-taskNameEntry">
213                     <property name="visible">True</property>
214                     <property name="can_focus">True</property>
215                     <property name="has_focus">True</property>
216                     <property name="is_focus">True</property>
217                     <property name="can_default">True</property>
218                     <property name="has_default">True</property>
219                     <property name="receives_default">True</property>
220                   </widget>
221                   <packing>
222                     <property name="position">1</property>
223                   </packing>
224                 </child>
225                 <child>
226                   <widget class="GtkHButtonBox" id="add-edit-hbox">
227                     <property name="visible">True</property>
228                     <child>
229                       <widget class="GtkButton" id="add-pasteTaskNameButton">
230                         <property name="visible">True</property>
231                         <property name="can_focus">True</property>
232                         <property name="receives_default">True</property>
233                         <property name="label" translatable="yes">gtk-paste</property>
234                         <property name="use_stock">True</property>
235                         <property name="response_id">0</property>
236                       </widget>
237                     </child>
238                     <child>
239                       <widget class="GtkButton" id="add-clearTaskNameButton">
240                         <property name="visible">True</property>
241                         <property name="can_focus">True</property>
242                         <property name="receives_default">True</property>
243                         <property name="label" translatable="yes">gtk-clear</property>
244                         <property name="use_stock">True</property>
245                         <property name="response_id">0</property>
246                       </widget>
247                       <packing>
248                         <property name="position">1</property>
249                       </packing>
250                     </child>
251                   </widget>
252                   <packing>
253                     <property name="expand">False</property>
254                     <property name="fill">False</property>
255                     <property name="position">2</property>
256                   </packing>
257                 </child>
258               </widget>
259               <packing>
260                 <property name="expand">False</property>
261                 <property name="fill">False</property>
262                 <property name="pack_type">GTK_PACK_END</property>
263                 <property name="position">2</property>
264               </packing>
265             </child>
266           </widget>
267           <packing>
268             <property name="position">2</property>
269           </packing>
270         </child>
271       </widget>
272     </child>
273   </widget>
274   <widget class="GtkDialog" id="loginDialog">
275     <property name="border_width">5</property>
276     <property name="title" translatable="yes">Login</property>
277     <property name="resizable">False</property>
278     <property name="modal">True</property>
279     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
280     <property name="destroy_with_parent">True</property>
281     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
282     <property name="skip_taskbar_hint">True</property>
283     <property name="skip_pager_hint">True</property>
284     <property name="deletable">False</property>
285     <property name="transient_for">mainWindow</property>
286     <property name="has_separator">False</property>
287     <child internal-child="vbox">
288       <widget class="GtkVBox" id="dialog-vbox1">
289         <property name="visible">True</property>
290         <property name="spacing">2</property>
291         <child>
292           <widget class="GtkComboBox" id="serviceCombo">
293             <property name="visible">True</property>
294           </widget>
295           <packing>
296             <property name="expand">False</property>
297             <property name="fill">False</property>
298             <property name="position">1</property>
299           </packing>
300         </child>
301         <child>
302           <widget class="GtkTable" id="table1">
303             <property name="visible">True</property>
304             <property name="n_rows">2</property>
305             <property name="n_columns">2</property>
306             <child>
307               <widget class="GtkLabel" id="username_label">
308                 <property name="visible">True</property>
309                 <property name="label" translatable="yes">Username</property>
310               </widget>
311             </child>
312             <child>
313               <widget class="GtkLabel" id="password_label">
314                 <property name="visible">True</property>
315                 <property name="label" translatable="yes">Password</property>
316               </widget>
317               <packing>
318                 <property name="top_attach">1</property>
319                 <property name="bottom_attach">2</property>
320               </packing>
321             </child>
322             <child>
323               <widget class="GtkEntry" id="usernameentry">
324                 <property name="visible">True</property>
325                 <property name="can_focus">True</property>
326               </widget>
327               <packing>
328                 <property name="left_attach">1</property>
329                 <property name="right_attach">2</property>
330               </packing>
331             </child>
332             <child>
333               <widget class="GtkEntry" id="passwordentry">
334                 <property name="visible">True</property>
335                 <property name="can_focus">True</property>
336                 <property name="visibility">False</property>
337               </widget>
338               <packing>
339                 <property name="left_attach">1</property>
340                 <property name="right_attach">2</property>
341                 <property name="top_attach">1</property>
342                 <property name="bottom_attach">2</property>
343               </packing>
344             </child>
345           </widget>
346           <packing>
347             <property name="position">1</property>
348           </packing>
349         </child>
350         <child internal-child="action_area">
351           <widget class="GtkHButtonBox" id="dialog-action_area1">
352             <property name="visible">True</property>
353             <property name="layout_style">GTK_BUTTONBOX_END</property>
354             <child>
355               <widget class="GtkButton" id="logins_close_button">
356                 <property name="visible">True</property>
357                 <property name="can_focus">True</property>
358                 <property name="receives_default">True</property>
359                 <property name="label" translatable="yes">gtk-close</property>
360                 <property name="use_stock">True</property>
361                 <property name="response_id">0</property>
362                 <signal name="clicked" handler="on_loginclose_clicked"/>
363               </widget>
364             </child>
365             <child>
366               <widget class="GtkButton" id="loginbutton">
367                 <property name="visible">True</property>
368                 <property name="can_focus">True</property>
369                 <property name="can_default">True</property>
370                 <property name="has_default">True</property>
371                 <property name="receives_default">True</property>
372                 <property name="label" translatable="yes">gtk-ok</property>
373                 <property name="use_stock">True</property>
374                 <property name="response_id">0</property>
375                 <signal name="clicked" handler="on_loginbutton_clicked"/>
376               </widget>
377               <packing>
378                 <property name="position">1</property>
379               </packing>
380             </child>
381           </widget>
382           <packing>
383             <property name="expand">False</property>
384             <property name="pack_type">GTK_PACK_END</property>
385           </packing>
386         </child>
387       </widget>
388     </child>
389   </widget>
390   <widget class="GtkDialog" id="editTaskDialog">
391     <property name="border_width">5</property>
392     <property name="title" translatable="yes">Add Task</property>
393     <property name="resizable">False</property>
394     <property name="modal">True</property>
395     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
396     <property name="destroy_with_parent">True</property>
397     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
398     <property name="skip_taskbar_hint">True</property>
399     <property name="skip_pager_hint">True</property>
400     <property name="deletable">False</property>
401     <property name="transient_for">mainWindow</property>
402     <property name="has_separator">False</property>
403     <child internal-child="vbox">
404       <widget class="GtkVBox" id="edit-dialog-vbox2">
405         <property name="visible">True</property>
406         <property name="spacing">2</property>
407         <child>
408           <widget class="GtkVBox" id="editTaskDialogCoreBox">
409             <property name="visible">True</property>
410             <child>
411               <widget class="GtkComboBox" id="edit-targetProjectCombo">
412                 <property name="visible">True</property>
413                 <property name="can_focus">True</property>
414               </widget>
415               <packing>
416                 <property name="expand">False</property>
417                 <property name="fill">False</property>
418               </packing>
419             </child>
420             <child>
421               <widget class="GtkTable" id="edit-coreDetailsGrid">
422                 <property name="visible">True</property>
423                 <property name="n_rows">2</property>
424                 <property name="n_columns">2</property>
425                 <child>
426                   <widget class="GtkHBox" id="edit-dueDateDisplayControlBox">
427                     <property name="visible">True</property>
428                     <child>
429                       <widget class="GtkCalendar" id="edit-dueDateCalendar">
430                         <property name="visible">True</property>
431                         <property name="can_focus">True</property>
432                         <property name="year">2009</property>
433                         <property name="month">3</property>
434                         <property name="day">16</property>
435                         <property name="show_details">False</property>
436                       </widget>
437                     </child>
438                     <child>
439                       <widget class="GtkHButtonBox" id="edit-dueDateActionBox">
440                         <property name="visible">True</property>
441                         <child>
442                           <widget class="GtkButton" id="edit-clearDueDate">
443                             <property name="visible">True</property>
444                             <property name="can_focus">True</property>
445                             <property name="receives_default">True</property>
446                             <property name="label" translatable="yes">gtk-clear</property>
447                             <property name="use_stock">True</property>
448                             <property name="response_id">0</property>
449                           </widget>
450                         </child>
451                       </widget>
452                       <packing>
453                         <property name="expand">False</property>
454                         <property name="position">1</property>
455                       </packing>
456                     </child>
457                   </widget>
458                   <packing>
459                     <property name="left_attach">1</property>
460                     <property name="right_attach">2</property>
461                     <property name="top_attach">1</property>
462                     <property name="bottom_attach">2</property>
463                   </packing>
464                 </child>
465                 <child>
466                   <widget class="GtkLabel" id="edit-dueDateLabel">
467                     <property name="visible">True</property>
468                   </widget>
469                   <packing>
470                     <property name="top_attach">1</property>
471                     <property name="bottom_attach">2</property>
472                   </packing>
473                 </child>
474                 <child>
475                   <widget class="GtkComboBox" id="edit-priorityChoiceCombo">
476                     <property name="visible">True</property>
477                     <property name="can_focus">True</property>
478                     <property name="items" translatable="yes">None
479 1
480 2
481 3</property>
482                   </widget>
483                   <packing>
484                     <property name="y_options"></property>
485                   </packing>
486                 </child>
487                 <child>
488                   <widget class="GtkHBox" id="edit-hbox2">
489                     <property name="visible">True</property>
490                     <child>
491                       <widget class="GtkEntry" id="edit-taskNameEntry">
492                         <property name="visible">True</property>
493                         <property name="can_focus">True</property>
494                         <property name="has_focus">True</property>
495                         <property name="is_focus">True</property>
496                         <property name="can_default">True</property>
497                         <property name="has_default">True</property>
498                         <property name="receives_default">True</property>
499                       </widget>
500                     </child>
501                     <child>
502                       <widget class="GtkHButtonBox" id="edit-hbuttonbox2">
503                         <property name="visible">True</property>
504                         <child>
505                           <widget class="GtkButton" id="edit-pasteTaskNameButton">
506                             <property name="visible">True</property>
507                             <property name="can_focus">True</property>
508                             <property name="receives_default">True</property>
509                             <property name="label" translatable="yes">gtk-paste</property>
510                             <property name="use_stock">True</property>
511                             <property name="response_id">0</property>
512                           </widget>
513                         </child>
514                       </widget>
515                       <packing>
516                         <property name="expand">False</property>
517                         <property name="fill">False</property>
518                         <property name="position">1</property>
519                       </packing>
520                     </child>
521                   </widget>
522                   <packing>
523                     <property name="left_attach">1</property>
524                     <property name="right_attach">2</property>
525                   </packing>
526                 </child>
527               </widget>
528               <packing>
529                 <property name="position">1</property>
530               </packing>
531             </child>
532           </widget>
533           <packing>
534             <property name="position">1</property>
535           </packing>
536         </child>
537         <child internal-child="action_area">
538           <widget class="GtkHButtonBox" id="edit-dialog-action_area2">
539             <property name="visible">True</property>
540             <property name="layout_style">GTK_BUTTONBOX_END</property>
541             <child>
542               <widget class="GtkButton" id="edit-cancelEditTaskButton">
543                 <property name="visible">True</property>
544                 <property name="can_focus">True</property>
545                 <property name="receives_default">True</property>
546                 <property name="label" translatable="yes">gtk-cancel</property>
547                 <property name="use_stock">True</property>
548                 <property name="response_id">0</property>
549               </widget>
550             </child>
551             <child>
552               <widget class="GtkButton" id="edit-commitEditTaskButton">
553                 <property name="visible">True</property>
554                 <property name="can_focus">True</property>
555                 <property name="receives_default">True</property>
556                 <property name="label" translatable="yes">gtk-save</property>
557                 <property name="use_stock">True</property>
558                 <property name="response_id">0</property>
559               </widget>
560               <packing>
561                 <property name="position">1</property>
562               </packing>
563             </child>
564           </widget>
565           <packing>
566             <property name="expand">False</property>
567             <property name="pack_type">GTK_PACK_END</property>
568           </packing>
569         </child>
570       </widget>
571     </child>
572   </widget>
573   <widget class="GtkDialog" id="notesDialog">
574     <property name="border_width">5</property>
575     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
576     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
577     <property name="transient_for">mainWindow</property>
578     <property name="has_separator">False</property>
579     <child internal-child="vbox">
580       <widget class="GtkVBox" id="dialog-vbox3">
581         <property name="visible">True</property>
582         <property name="spacing">2</property>
583         <child>
584           <widget class="GtkScrolledWindow" id="scrolledwindow1">
585             <property name="visible">True</property>
586             <property name="can_focus">True</property>
587             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
588             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
589             <child>
590               <widget class="GtkViewport" id="viewport1">
591                 <property name="visible">True</property>
592                 <property name="resize_mode">GTK_RESIZE_QUEUE</property>
593                 <child>
594                   <widget class="GtkVBox" id="notes-notesBox">
595                     <property name="visible">True</property>
596                     <property name="spacing">10</property>
597                     <child>
598                       <widget class="GtkHButtonBox" id="hbuttonbox1">
599                         <property name="visible">True</property>
600                         <property name="layout_style">GTK_BUTTONBOX_CENTER</property>
601                         <child>
602                           <widget class="GtkButton" id="notes-addButton">
603                             <property name="visible">True</property>
604                             <property name="can_focus">True</property>
605                             <property name="receives_default">True</property>
606                             <property name="label" translatable="yes">gtk-add</property>
607                             <property name="use_stock">True</property>
608                             <property name="response_id">0</property>
609                           </widget>
610                         </child>
611                       </widget>
612                       <packing>
613                         <property name="expand">False</property>
614                         <property name="pack_type">GTK_PACK_END</property>
615                       </packing>
616                     </child>
617                   </widget>
618                 </child>
619               </widget>
620             </child>
621           </widget>
622           <packing>
623             <property name="position">1</property>
624           </packing>
625         </child>
626         <child internal-child="action_area">
627           <widget class="GtkHButtonBox" id="dialog-action_area3">
628             <property name="visible">True</property>
629             <property name="layout_style">GTK_BUTTONBOX_END</property>
630             <child>
631               <widget class="GtkButton" id="notes-saveButton">
632                 <property name="visible">True</property>
633                 <property name="can_focus">True</property>
634                 <property name="receives_default">True</property>
635                 <property name="label" translatable="yes">gtk-save</property>
636                 <property name="use_stock">True</property>
637                 <property name="response_id">0</property>
638               </widget>
639               <packing>
640                 <property name="pack_type">GTK_PACK_END</property>
641                 <property name="position">1</property>
642               </packing>
643             </child>
644             <child>
645               <widget class="GtkButton" id="notes-cancelButton">
646                 <property name="visible">True</property>
647                 <property name="can_focus">True</property>
648                 <property name="receives_default">True</property>
649                 <property name="label" translatable="yes">gtk-cancel</property>
650                 <property name="use_stock">True</property>
651                 <property name="response_id">0</property>
652               </widget>
653               <packing>
654                 <property name="pack_type">GTK_PACK_END</property>
655               </packing>
656             </child>
657           </widget>
658           <packing>
659             <property name="expand">False</property>
660             <property name="pack_type">GTK_PACK_END</property>
661           </packing>
662         </child>
663       </widget>
664     </child>
665   </widget>
666   <widget class="GtkDialog" id="preferencesDialog">
667     <property name="border_width">5</property>
668     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
669     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
670     <property name="has_separator">False</property>
671     <child internal-child="vbox">
672       <widget class="GtkVBox" id="dialog-vbox4">
673         <property name="visible">True</property>
674         <property name="spacing">2</property>
675         <child>
676           <widget class="GtkNotebook" id="notebook1">
677             <property name="visible">True</property>
678             <property name="can_focus">True</property>
679             <child>
680               <widget class="GtkVBox" id="prefsBackendLayout">
681                 <property name="visible">True</property>
682                 <child>
683                   <widget class="GtkComboBox" id="prefsBackendSelector">
684                     <property name="visible">True</property>
685                   </widget>
686                   <packing>
687                     <property name="expand">False</property>
688                     <property name="fill">False</property>
689                   </packing>
690                 </child>
691               </widget>
692             </child>
693             <child>
694               <widget class="GtkLabel" id="prefsBackendTabLabel">
695                 <property name="visible">True</property>
696                 <property name="label" translatable="yes">Backend</property>
697               </widget>
698               <packing>
699                 <property name="type">tab</property>
700                 <property name="tab_fill">False</property>
701               </packing>
702             </child>
703           </widget>
704           <packing>
705             <property name="position">1</property>
706           </packing>
707         </child>
708         <child internal-child="action_area">
709           <widget class="GtkHButtonBox" id="dialog-action_area4">
710             <property name="visible">True</property>
711             <property name="layout_style">GTK_BUTTONBOX_END</property>
712             <child>
713               <widget class="GtkButton" id="cancelPrefsButton">
714                 <property name="visible">True</property>
715                 <property name="can_focus">True</property>
716                 <property name="receives_default">True</property>
717                 <property name="label" translatable="yes">gtk-cancel</property>
718                 <property name="use_stock">True</property>
719                 <property name="response_id">0</property>
720               </widget>
721             </child>
722             <child>
723               <widget class="GtkButton" id="applyPrefsButton">
724                 <property name="visible">True</property>
725                 <property name="can_focus">True</property>
726                 <property name="receives_default">True</property>
727                 <property name="label" translatable="yes">gtk-apply</property>
728                 <property name="use_stock">True</property>
729                 <property name="response_id">0</property>
730               </widget>
731               <packing>
732                 <property name="position">1</property>
733               </packing>
734             </child>
735           </widget>
736           <packing>
737             <property name="expand">False</property>
738             <property name="pack_type">GTK_PACK_END</property>
739           </packing>
740         </child>
741       </widget>
742     </child>
743   </widget>
744 </glade-interface>