aboutsummaryrefslogblamecommitdiffstats
path: root/composer/e-msg-composer.glade
blob: b747c6f9796e60c0f01930c541ce1cce5418d8fd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462













































































































































































































































































































































































































































































                                                                                              
                                                 


































































                                                                                              

                     




















                                                                  









                                                                  























                                                 
<?xml version="1.0"?>
<GTK-Interface>

<project>
  <name>Message Composer</name>
  <program_name>e-msg-composer</program_name>
  <directory></directory>
  <source_directory>src</source_directory>
  <pixmaps_directory>pixmaps</pixmaps_directory>
  <language>C</language>
  <gnome_support>True</gnome_support>
  <gettext_support>True</gettext_support>
  <use_widget_names>False</use_widget_names>
  <output_main_file>True</output_main_file>
  <output_support_files>True</output_support_files>
  <output_build_files>True</output_build_files>
  <backup_source_files>True</backup_source_files>
  <main_source_file>interface.c</main_source_file>
  <main_header_file>interface.h</main_header_file>
  <handler_source_file>callbacks.c</handler_source_file>
  <handler_header_file>callbacks.h</handler_header_file>
  <support_source_file>support.c</support_source_file>
  <support_header_file>support.h</support_header_file>
  <translatable_strings_file></translatable_strings_file>
</project>

<widget>
  <class>GnomeApp</class>
  <name>app1</name>
  <title>Message Composer</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>False</auto_shrink>
  <enable_layout_config>True</enable_layout_config>

  <widget>
    <class>GnomeDock</class>
    <child_name>GnomeApp:dock</child_name>
    <name>dock1</name>
    <allow_floating>True</allow_floating>
    <child>
      <padding>0</padding>
      <expand>True</expand>
      <fill>True</fill>
    </child>

    <widget>
      <class>GnomeDockItem</class>
      <name>dockitem1</name>
      <border_width>2</border_width>
      <placement>GNOME_DOCK_TOP</placement>
      <band>0</band>
      <position>0</position>
      <offset>0</offset>
      <locked>False</locked>
      <exclusive>True</exclusive>
      <never_floating>False</never_floating>
      <never_vertical>True</never_vertical>
      <never_horizontal>False</never_horizontal>
      <shadow_type>GTK_SHADOW_OUT</shadow_type>

      <widget>
    <class>GtkMenuBar</class>
    <name>menubar</name>
    <shadow_type>GTK_SHADOW_NONE</shadow_type>

    <widget>
      <class>GtkMenuItem</class>
      <name>file</name>
      <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>

      <widget>
        <class>GtkMenu</class>
        <name>file_menu</name>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>open</name>
          <signal>
        <name>activate</name>
        <handler>on_open_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:25:08 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_OPEN_ITEM</stock_item>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>save</name>
          <signal>
        <name>activate</name>
        <handler>on_save_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:25:13 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_SAVE_ITEM</stock_item>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>save_as</name>
          <signal>
        <name>activate</name>
        <handler>on_save_as_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:25:16 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_SAVE_AS_ITEM</stock_item>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>save_in_folder</name>
          <signal>
        <name>activate</name>
        <handler>on_save_in_folder_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:25:20 GMT</last_modification_time>
          </signal>
          <label>Save in _Folder...</label>
          <right_justify>False</right_justify>
          <stock_icon>GNOME_STOCK_MENU_SAVE_AS</stock_icon>
        </widget>

        <widget>
          <class>GtkMenuItem</class>
          <name>separator8</name>
          <right_justify>False</right_justify>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>menu_send</name>
          <signal>
        <name>activate</name>
        <handler>on_send_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:25:29 GMT</last_modification_time>
          </signal>
          <label>S_end</label>
          <right_justify>False</right_justify>
          <stock_icon>GNOME_STOCK_MENU_MAIL_SND</stock_icon>
        </widget>

        <widget>
          <class>GtkMenuItem</class>
          <name>postpone</name>
          <signal>
        <name>activate</name>
        <handler>on_postpone_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:25:37 GMT</last_modification_time>
          </signal>
          <label>_Postpone</label>
          <right_justify>False</right_justify>
        </widget>

        <widget>
          <class>GtkMenuItem</class>
          <name>separator1</name>
          <right_justify>False</right_justify>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>exit</name>
          <signal>
        <name>activate</name>
        <handler>on_exit_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:25:59 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
        </widget>
      </widget>
    </widget>

    <widget>
      <class>GtkMenuItem</class>
      <name>edit</name>
      <stock_item>GNOMEUIINFO_MENU_EDIT_TREE</stock_item>

      <widget>
        <class>GtkMenu</class>
        <name>edit_menu</name>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>undo</name>
          <signal>
        <name>activate</name>
        <handler>on_undo_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:26:10 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_UNDO_ITEM</stock_item>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>redo</name>
          <signal>
        <name>activate</name>
        <handler>on_redo_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:26:15 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_REDO_ITEM</stock_item>
        </widget>

        <widget>
          <class>GtkMenuItem</class>
          <name>separator3</name>
          <right_justify>False</right_justify>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>cut</name>
          <signal>
        <name>activate</name>
        <handler>on_cut_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:26:21 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_CUT_ITEM</stock_item>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>copy</name>
          <signal>
        <name>activate</name>
        <handler>on_copy_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:26:26 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_COPY_ITEM</stock_item>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>paste</name>
          <signal>
        <name>activate</name>
        <handler>on_paste_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:26:31 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_PASTE_ITEM</stock_item>
        </widget>

        <widget>
          <class>GtkMenuItem</class>
          <name>separator2</name>
          <right_justify>False</right_justify>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>select_all</name>
          <signal>
        <name>activate</name>
        <handler>on_select_all_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:26:37 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_SELECT_ALL_ITEM</stock_item>
        </widget>

        <widget>
          <class>GtkMenuItem</class>
          <name>separator5</name>
          <right_justify>False</right_justify>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>find</name>
          <signal>
        <name>activate</name>
        <handler>on_find_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:26:42 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_FIND_ITEM</stock_item>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>find_again</name>
          <signal>
        <name>activate</name>
        <handler>on_find_again_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:26:47 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_FIND_AGAIN_ITEM</stock_item>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>replace</name>
          <signal>
        <name>activate</name>
        <handler>on_replace_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:26:53 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_REPLACE_ITEM</stock_item>
        </widget>

        <widget>
          <class>GtkMenuItem</class>
          <name>separator6</name>
          <right_justify>False</right_justify>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>properties</name>
          <signal>
        <name>activate</name>
        <handler>on_properties_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:26:58 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_PROPERTIES_ITEM</stock_item>
        </widget>
      </widget>
    </widget>

    <widget>
      <class>GtkMenuItem</class>
      <name>view1</name>
      <stock_item>GNOMEUIINFO_MENU_VIEW_TREE</stock_item>

      <widget>
        <class>GtkMenu</class>
        <name>view1_menu</name>

        <widget>
          <class>GtkCheckMenuItem</class>
          <name>menu_view_attachments</name>
          <signal>
        <name>activate</name>
        <handler>on_view_attachments_activate</handler>
        <last_modification_time>Fri, 05 Nov 1999 18:31:16 GMT</last_modification_time>
          </signal>
          <label>Attachments</label>
          <active>False</active>
          <always_show_toggle>False</always_show_toggle>
        </widget>
      </widget>
    </widget>

    <widget>
      <class>GtkMenuItem</class>
      <name>insert</name>
      <label>_Insert</label>
      <right_justify>False</right_justify>

      <widget>
        <class>GtkMenu</class>
        <name>insert_menu</name>

        <widget>
          <class>GtkMenuItem</class>
          <name>menu_add_attachment</name>
          <signal>
        <name>activate</name>
        <handler>on_attachment_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:27:05 GMT</last_modification_time>
          </signal>
          <label>Attachment...</label>
          <right_justify>False</right_justify>
        </widget>

        <widget>
          <class>GtkMenuItem</class>
          <name>text_from_file</name>
          <signal>
        <name>activate</name>
        <handler>on_text_from_file_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:27:16 GMT</last_modification_time>
          </signal>
          <label>Text from file...</label>
          <right_justify>False</right_justify>
        </widget>

        <widget>
          <class>GtkMenuItem</class>
          <name>separator6</name>
          <right_justify>False</right_justify>
        </widget>

        <widget>
          <class>GtkMenuItem</class>
          <name>hypertext_link</name>
          <signal>
        <name>activate</name>
        <handler>on_hypertext_link_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:27:21 GMT</last_modification_time>
          </signal>
          <label>Hypertext link...</label>
          <right_justify>False</right_justify>
        </widget>
      </widget>
    </widget>

    <widget>
      <class>GtkMenuItem</class>
      <name>settings</name>
      <stock_item>GNOMEUIINFO_MENU_SETTINGS_TREE</stock_item>

      <widget>
        <class>GtkMenu</class>
        <name>settings_menu</name>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>preferences</name>
          <signal>
        <name>activate</name>
        <handler>on_preferences_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:27:37 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item>
        </widget>
      </widget>
    </widget>

    <widget>
      <class>GtkMenuItem</class>
      <name>tools</name>
      <label>_Tools</label>
      <right_justify>False</right_justify>

      <widget>
        <class>GtkMenu</class>
        <name>tools_menu</name>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>spell_check1</name>
          <signal>
        <name>activate</name>
        <handler>on_spell_check_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:27:44 GMT</last_modification_time>
          </signal>
          <label>_Spell check</label>
          <right_justify>False</right_justify>
          <stock_icon>GNOME_STOCK_MENU_SPELLCHECK</stock_icon>
        </widget>

        <widget>
          <class>GtkMenuItem</class>
          <name>separator7</name>
          <right_justify>False</right_justify>
        </widget>

        <widget>
          <class>GtkMenuItem</class>
          <name>check_names</name>
          <signal>
        <name>activate</name>
        <handler>on_check_names_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:27:49 GMT</last_modification_time>
          </signal>
          <label>Check names</label>
          <right_justify>False</right_justify>
        </widget>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>menubar_address_dialog</name>
          <signal>
        <name>activate</name>
        <handler>on_address_book_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:27:53 GMT</last_modification_time>
          </signal>
          <label>Address book...</label>
          <right_justify>False</right_justify>
          <stock_icon>GNOME_STOCK_MENU_BOOK_RED</stock_icon>
        </widget>
      </widget>
    </widget>

    <widget>
      <class>GtkMenuItem</class>
      <name>help</name>
      <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>

      <widget>
        <class>GtkMenu</class>
        <name>help_menu</name>

        <widget>
          <class>GtkPixmapMenuItem</class>
          <name>about</name>
          <signal>
        <name>activate</name>
        <handler>on_about_activate</handler>
        <last_modification_time>Wed, 27 Oct 1999 22:28:01 GMT</last_modification_time>
          </signal>
          <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
        </widget>
      </widget>
    </widget>
      </widget>
    </widget>

    <widget>
      <class>GnomeDockItem</class>
      <name>dockitem2</name>
      <border_width>1</border_width>
      <placement>GNOME_DOCK_TOP</placement>
      <band>1</band>
      <position>0</position>
      <offset>0</offset>
      <locked>False</locked>
      <exclusive>True</exclusive>
      <never_floating>False</never_floating>
      <never_vertical>False</never_vertical>
      <never_horizontal>False</never_horizontal>
      <shadow_type>GTK_SHADOW_OUT</shadow_type>

      <widget>
    <class>GtkToolbar</class>
    <name>toolbar</name>
    <border_width>1</border_width>
    <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
    <type>GTK_TOOLBAR_BOTH</type>
    <space_size>16</space_size>
    <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
    <relief>GTK_RELIEF_NONE</relief>
    <tooltips>True</tooltips>

    <widget>
      <class>GtkButton</class>
      <child_name>Toolbar:button</child_name>
      <name>toolbar_send</name>
      <tooltip>Send this message</tooltip>
      <label>Send
</label>
      <stock_pixmap>GNOME_STOCK_PIXMAP_MAIL_SND</stock_pixmap>
    </widget>

    <widget>
      <class>GtkToggleButton</class>
      <child_name>Toolbar:button</child_name>
      <name>toolbar_view_attachments</name>
      <tooltip>Show attachments for this message</tooltip>
      <label>Show
attachments</label>
      <active>False</active>
    </widget>

    <widget>
      <class>GtkButton</class>
      <child_name>Toolbar:button</child_name>
      <name>toolbar_add_attachment</name>
      <tooltip>Attach a file</tooltip>
      <label>Attach
file</label>
    </widget>

    <widget>
      <class>GtkButton</class>
      <child_name>Toolbar:button</child_name>
      <name>toolbar_address_dialog</name>
      <tooltip>Go to addressbook</tooltip>
      <label>Edit
addresses</label>
      <stock_pixmap>GNOME_STOCK_PIXMAP_BOOK_RED</stock_pixmap>
    </widget>
      </widget>
    </widget>

    <widget>
      <class>Placeholder</class>
      <child_name>GnomeDock:contents</child_name>
    </widget>
  </widget>

  <widget>
    <class>GnomeAppBar</class>
    <child_name>GnomeApp:appbar</child_name>
    <name>appbar</name>
    <has_progress>True</has_progress>
    <has_status>True</has_status>
    <child>
      <padding>0</padding>
      <expand>True</expand>
      <fill>True</fill>
    </child>
  </widget>
</widget>

</GTK-Interface>