aboutsummaryrefslogtreecommitdiff
path: root/src/messageview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-15 07:57:15 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-15 07:57:15 +0000
commitcc4b6c8c765a34ddc58f2cd2a4fa380ea03d01c1 (patch)
tree691853860cbb4ab2917a6239cf42f88781ad4b48 /src/messageview.h
parent87f1862fb0ce09d83b1f1ed3ca3715777521501a (diff)
changed the Text/Attachments tab to a toggle button.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3092 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/messageview.h')
-rw-r--r--src/messageview.h8
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;