diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-10-18 16:31:39 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-10-18 16:31:39 +0800 |
commit | ce7790405d57206d48f7ceedf2b40c84cb4d5a68 (patch) | |
tree | 6dd3adca8e1eb94f20b799d4bd384b32434832dd /mail/em-format-html-display.h | |
parent | e751338e4953544b113b19ed0ea8eeebfb0b111d (diff) | |
download | gsoc2013-evolution-ce7790405d57206d48f7ceedf2b40c84cb4d5a68.tar.gz gsoc2013-evolution-ce7790405d57206d48f7ceedf2b40c84cb4d5a68.tar.zst gsoc2013-evolution-ce7790405d57206d48f7ceedf2b40c84cb4d5a68.zip |
Fixed mark junk, keybinding to focus search widget.
2005-10-18 Srinivasa Ragavan <sragavan@novell.com>
* Fixed mark junk, keybinding to focus search widget.
svn path=/trunk/; revision=30520
Diffstat (limited to 'mail/em-format-html-display.h')
-rw-r--r-- | mail/em-format-html-display.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-format-html-display.h b/mail/em-format-html-display.h index df5ebff9d4..ffb1786687 100644 --- a/mail/em-format-html-display.h +++ b/mail/em-format-html-display.h @@ -7,6 +7,7 @@ #define _EM_FORMAT_HTML_DISPLAY_H #include "mail/em-format-html.h" +#include "e-attachment-bar.h" typedef struct _EMFormatHTMLDisplay EMFormatHTMLDisplay; typedef struct _EMFormatHTMLDisplayClass EMFormatHTMLDisplayClass; @@ -58,6 +59,7 @@ void em_format_html_display_paste (EMFormatHTMLDisplay *efhd); void em_format_html_display_zoom_in (EMFormatHTMLDisplay *efhd); void em_format_html_display_zoom_out (EMFormatHTMLDisplay *efhd); void em_format_html_display_zoom_reset (EMFormatHTMLDisplay *efhd); +EAttachmentBar * em_format_html_display_get_bar (EMFormatHTMLDisplay *efhd); gboolean em_format_html_display_popup_menu (EMFormatHTMLDisplay *efhd); |