diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-09 09:09:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-09 09:09:55 +0800 |
commit | b9a9cd3a8699c350dc6746c595e4de3e030545c4 (patch) | |
tree | 525676e7afd76aa1babe4fdf6dfe8ab8d16a1feb /mail/folder-browser.h | |
parent | 4b65801638f2d6b4cfefb9cc13966a7557e2f946 (diff) | |
download | gsoc2013-evolution-b9a9cd3a8699c350dc6746c595e4de3e030545c4.tar.gz gsoc2013-evolution-b9a9cd3a8699c350dc6746c595e4de3e030545c4.tar.zst gsoc2013-evolution-b9a9cd3a8699c350dc6746c595e4de3e030545c4.zip |
New convenience function with params of a normal Gtk callback function. We
2000-08-08 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (view_msg): New convenience function with params of a
normal Gtk callback function. We also now create a new
FolderBrowser object so that the message-view window isn't tied to
the display in the main window
(view_message): Now calls view_msg (this function is a bonobo
callback and can't be used with gtk widgets)
(edit_msg): Same idea as view_msg()
(edit_message): Again, same as view_message()
* message-list.c (on_right_click): Callback for creating an
e-popup-menu
(message_list_init): Added a right_click event to trigger a pop-up
menu to be displayed
svn path=/trunk/; revision=4619
Diffstat (limited to 'mail/folder-browser.h')
-rw-r--r-- | mail/folder-browser.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/folder-browser.h b/mail/folder-browser.h index ae16b64153..0bc3edf9c8 100644 --- a/mail/folder-browser.h +++ b/mail/folder-browser.h @@ -22,14 +22,14 @@ struct _FolderBrowser { GtkTable parent; - + BonoboPropertyBag *properties; - + Evolution_Shell shell; - + /* This is a kludge for the toolbar problem. */ int serial; - + /* * The current URI being displayed by the FolderBrowser */ @@ -42,9 +42,9 @@ struct _FolderBrowser { GtkWidget *vpaned; GtkWidget *search_menu; GtkWidget *search_entry; - + gboolean preview_shown; - + }; |