From a4e4725d360cb603c6c122227c0f781992fe9b52 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Wed, 20 Jul 2005 11:17:42 +0000 Subject: Cleaned up most of it. Added the DnD. 2005-07-20 Srinivasa Ragavan * e-attachment-bar.[ch]:(remove_attachment) (update) (e_attachment_bar_get_selector) (e_attachment_bar_get_attachment) (destroy) (init) (e_attachment_bar_new) (e_attachment_bar_add_attachment) (e_attachment_bar_attach_remote_file) Cleaned up most of it. Added the DnD. * e-attachment.[ch]: (real_changed) (class_init) (init) (e_attachment_new) (e_attachment_new_remote_file) (e_attachment_build_remote_file): Moved the remote download code from bar to here and few cleanups. svn path=/trunk/; revision=29813 --- widgets/misc/e-attachment-bar.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'widgets/misc/e-attachment-bar.h') diff --git a/widgets/misc/e-attachment-bar.h b/widgets/misc/e-attachment-bar.h index 947376339e..c9ad12061c 100644 --- a/widgets/misc/e-attachment-bar.h +++ b/widgets/misc/e-attachment-bar.h @@ -52,7 +52,8 @@ typedef struct _EAttachmentBarPrivate EAttachmentBarPrivate; struct _EAttachmentBar { GnomeIconList parent; - + gboolean expand; + EAttachmentBarPrivate *priv; }; @@ -78,7 +79,8 @@ void e_attachment_bar_add_attachment (EAttachmentBar *bar, EAttachment *attachme void e_attachment_bar_edit_selected (EAttachmentBar *bar); void e_attachment_bar_remove_selected (EAttachmentBar *bar); GtkWidget ** e_attachment_bar_get_selector(EAttachmentBar *bar); -GSList *e_attachment_bar_get_attachment_part_list (EAttachmentBar *bar); +GSList *e_attachment_bar_get_parts (EAttachmentBar *bar); +GSList *e_attachment_bar_get_selected (EAttachmentBar *bar); #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3