diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-18 10:04:27 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-18 10:04:27 +0800 |
commit | da75a8ebebe61c6f36c961f63f47f4a446502eed (patch) | |
tree | 4defe366fbb631ba6215a00182a540bd0b95e295 /mail/e-mail-shell-content.h | |
parent | d05caaf34695a99fba53f0ec59b23568e8746454 (diff) | |
download | gsoc2013-evolution-da75a8ebebe61c6f36c961f63f47f4a446502eed.tar gsoc2013-evolution-da75a8ebebe61c6f36c961f63f47f4a446502eed.tar.gz gsoc2013-evolution-da75a8ebebe61c6f36c961f63f47f4a446502eed.tar.bz2 gsoc2013-evolution-da75a8ebebe61c6f36c961f63f47f4a446502eed.tar.lz gsoc2013-evolution-da75a8ebebe61c6f36c961f63f47f4a446502eed.tar.xz gsoc2013-evolution-da75a8ebebe61c6f36c961f63f47f4a446502eed.tar.zst gsoc2013-evolution-da75a8ebebe61c6f36c961f63f47f4a446502eed.zip |
Implement more mail actions. Slowly phasing out EMFolderView.
svn path=/branches/kill-bonobo/; revision=36914
Diffstat (limited to 'mail/e-mail-shell-content.h')
-rw-r--r-- | mail/e-mail-shell-content.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/e-mail-shell-content.h b/mail/e-mail-shell-content.h index a15dd0309b..a804919c2d 100644 --- a/mail/e-mail-shell-content.h +++ b/mail/e-mail-shell-content.h @@ -26,6 +26,7 @@ #include <shell/e-shell-view.h> #include "em-folder-view.h" +#include "em-format-html-display.h" /* Standard GObject macros */ #define E_TYPE_MAIL_SHELL_CONTENT \ @@ -87,11 +88,16 @@ GType e_mail_shell_content_get_type (void); GtkWidget * e_mail_shell_content_new (EShellView *shell_view); EMFolderView * e_mail_shell_content_get_folder_view (EMailShellContent *mail_shell_content); +EMFormatHTMLDisplay * + e_mail_shell_content_get_preview_format + (EMailShellContent *mail_shell_content); gboolean e_mail_shell_content_get_preview_visible (EMailShellContent *mail_shell_content); void e_mail_shell_content_set_preview_visible (EMailShellContent *mail_shell_content, gboolean preview_visible); +GtkWidget * e_mail_shell_content_get_preview_widget + (EMailShellContent *mail_shell_content); gboolean e_mail_shell_content_get_vertical_view (EMailShellContent *mail_shell_content); void e_mail_shell_content_set_vertical_view |