diff options
Diffstat (limited to 'src/messageview.h')
-rw-r--r-- | src/messageview.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/messageview.h b/src/messageview.h index 948efe3a..e193d0d2 100644 --- a/src/messageview.h +++ b/src/messageview.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2006 Hiroyuki Yamamoto + * Copyright (C) 1999-2012 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -46,6 +46,12 @@ struct _MessageView MessageType type; + GtkWidget *hbox; + GtkWidget *toolbar_vbox; + GtkWidget *mime_toggle_btn; + GtkWidget *menu_tool_btn; + GtkWidget *tool_menu; + gboolean new_window; GtkWidget *window; GtkWidget *window_vbox; |