diff options
author | ERDI Gergo <cactus@cactus.rulez.org> | 2004-01-11 00:14:17 +0800 |
---|---|---|
committer | ÉRDI Gergo <cactus@src.gnome.org> | 2004-01-11 00:14:17 +0800 |
commit | 2fd22d547c519e90f3dc6850d2235e122964f477 (patch) | |
tree | 67adb5efced8a9edd1694eac0bbf23211d2fb7c2 /composer/e-msg-composer.h | |
parent | 873550ef30d4e8c8d249442fb5002095765a764f (diff) | |
download | gsoc2013-evolution-2fd22d547c519e90f3dc6850d2235e122964f477.tar.gz gsoc2013-evolution-2fd22d547c519e90f3dc6850d2235e122964f477.tar.zst gsoc2013-evolution-2fd22d547c519e90f3dc6850d2235e122964f477.zip |
Implemented #127527: the attachment bar is packed inside an EExpander
2003-12-02 ERDI Gergo <cactus@cactus.rulez.org>
* e-msg-composer.c: Implemented #127527: the attachment bar is
packed inside an EExpander
svn path=/trunk/; revision=24146
Diffstat (limited to 'composer/e-msg-composer.h')
-rw-r--r-- | composer/e-msg-composer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h index dcc308cac0..528067b2b5 100644 --- a/composer/e-msg-composer.h +++ b/composer/e-msg-composer.h @@ -69,6 +69,10 @@ struct _EMsgComposer { GtkWidget *attachment_bar; GtkWidget *attachment_scrolled_window; + GtkWidget *attachment_expander; + GtkWidget *attachment_expander_label; + GtkWidget *attachment_expander_icon; + GtkWidget *attachment_expander_num; GtkWidget *address_dialog; |