aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-composer-private.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-12-22 04:11:10 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:13 +0800
commit97fac153c5e0099774de9960ae14a0dced8d7cab (patch)
tree3b91aa477ed64d5645eb2719718cf853b8eaf70b /composer/e-composer-private.h
parentc3d6ab4b55699dfde141fc1c89e759bda14db38b (diff)
downloadgsoc2013-evolution-97fac153c5e0099774de9960ae14a0dced8d7cab.tar
gsoc2013-evolution-97fac153c5e0099774de9960ae14a0dced8d7cab.tar.gz
gsoc2013-evolution-97fac153c5e0099774de9960ae14a0dced8d7cab.tar.bz2
gsoc2013-evolution-97fac153c5e0099774de9960ae14a0dced8d7cab.tar.lz
gsoc2013-evolution-97fac153c5e0099774de9960ae14a0dced8d7cab.tar.xz
gsoc2013-evolution-97fac153c5e0099774de9960ae14a0dced8d7cab.tar.zst
gsoc2013-evolution-97fac153c5e0099774de9960ae14a0dced8d7cab.zip
Bug #567879 - Add View >> Gallery Option In Email Composer
Diffstat (limited to 'composer/e-composer-private.h')
-rw-r--r--composer/e-composer-private.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/composer/e-composer-private.h b/composer/e-composer-private.h
index b4818d4c57..230d2f4fec 100644
--- a/composer/e-composer-private.h
+++ b/composer/e-composer-private.h
@@ -51,6 +51,7 @@
#include "widgets/misc/e-attachment-icon-view.h"
#include "widgets/misc/e-attachment-paned.h"
#include "widgets/misc/e-attachment-store.h"
+#include "widgets/misc/e-picture-gallery.h"
#include "widgets/misc/e-signature-combo-box.h"
#include "widgets/misc/e-web-view.h"
#include "shell/e-shell.h"
@@ -113,7 +114,6 @@ struct _EMsgComposerPrivate {
/*** UI Management ***/
- GtkWidget *html_editor;
GtkWidget *header_table;
GtkWidget *activity_bar;
GtkWidget *alert_bar;
@@ -132,6 +132,9 @@ struct _EMsgComposerPrivate {
GtkWidget *focused_entry;
+ GtkWidget *gallery_icon_view;
+ GtkWidget *gallery_scrolled_window;
+
GtkWidget *address_dialog;
GHashTable *inline_images;