diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-20 08:05:40 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-20 08:05:40 +0800 |
commit | 22d41a51fae2d18315887b05000cf7facc36e887 (patch) | |
tree | 044eaaa852ca31a11ea70ec8bfa33c6df8c01891 /mail/e-mail-shell-content.h | |
parent | 8e546420df08f5fe243aa4227be44915fd79b86b (diff) | |
download | gsoc2013-evolution-22d41a51fae2d18315887b05000cf7facc36e887.tar.gz gsoc2013-evolution-22d41a51fae2d18315887b05000cf7facc36e887.tar.zst gsoc2013-evolution-22d41a51fae2d18315887b05000cf7facc36e887.zip |
Formalize the "no disabled items in popup menus" policy in the form of a
GtkAction subclass called EPopupAction. Migrate all the modules over to
using EPopupActions in their popup menus.
Add sensitivity management of GtkActions to EMailReader. Not finished.
svn path=/branches/kill-bonobo/; revision=37106
Diffstat (limited to 'mail/e-mail-shell-content.h')
-rw-r--r-- | mail/e-mail-shell-content.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/e-mail-shell-content.h b/mail/e-mail-shell-content.h index 5a94df559c..9d2358590f 100644 --- a/mail/e-mail-shell-content.h +++ b/mail/e-mail-shell-content.h @@ -52,28 +52,6 @@ typedef struct _EMailShellContent EMailShellContent; typedef struct _EMailShellContentClass EMailShellContentClass; typedef struct _EMailShellContentPrivate EMailShellContentPrivate; -enum { - E_MAIL_SHELL_CONTENT_SELECTION_SINGLE = 1 << 0, - E_MAIL_SHELL_CONTENT_SELECTION_MULTIPLE = 1 << 1, - E_MAIL_SHELL_CONTENT_SELECTION_CAN_ADD_SENDER = 1 << 2, - E_MAIL_SHELL_CONTENT_SELECTION_CAN_EDIT = 1 << 3, - E_MAIL_SHELL_CONTENT_SELECTION_FLAG_CLEAR = 1 << 4, - E_MAIL_SHELL_CONTENT_SELECTION_FLAG_COMPLETED = 1 << 5, - E_MAIL_SHELL_CONTENT_SELECTION_FLAG_FOLLOWUP = 1 << 6, - E_MAIL_SHELL_CONTENT_SELECTION_HAS_DELETED = 1 << 7, - E_MAIL_SHELL_CONTENT_SELECTION_HAS_IMPORTANT = 1 << 8, - E_MAIL_SHELL_CONTENT_SELECTION_HAS_JUNK = 1 << 9, - E_MAIL_SHELL_CONTENT_SELECTION_HAS_NOT_JUNK = 1 << 10, - E_MAIL_SHELL_CONTENT_SELECTION_HAS_READ = 1 << 11, - E_MAIL_SHELL_CONTENT_SELECTION_HAS_UNDELETED = 1 << 12, - E_MAIL_SHELL_CONTENT_SELECTION_HAS_UNIMPORTANT = 1 << 13, - E_MAIL_SHELL_CONTENT_SELECTION_HAS_UNREAD = 1 << 14, - E_MAIL_SHELL_CONTENT_SELECTION_HAS_URI_CALLTO = 1 << 15, - E_MAIL_SHELL_CONTENT_SELECTION_HAS_URI_HTTP = 1 << 16, - E_MAIL_SHELL_CONTENT_SELECTION_HAS_URI_MAILTO = 1 << 17, - E_MAIL_SHELL_CONTENT_SELECTION_IS_MAILING_LIST = 1 << 18 -}; - struct _EMailShellContent { EShellContent parent; EMailShellContentPrivate *priv; |