From 0485fb58c5beeb04f0b3d833e6b73a2d2ec1acc7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 31 Mar 2009 21:48:38 +0000 Subject: Extend EAttachmentView by subclassing EAttachmentHandler. So far it only supports extending the attachment pop-up menu, but I also plan to support extending drag and drop types. Might even end up replacing EMFormatHook. Two subclasses created so far: EAttachmentHandlerImage handles images (built-in) EAttachmentHandlerMail handles emails (defined in mail module) svn path=/branches/kill-bonobo/; revision=37487 --- widgets/misc/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'widgets/misc/Makefile.am') diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index f6fc7ed10a..ad2f445eea 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -41,6 +41,8 @@ widgetsinclude_HEADERS = \ e-alert-activity.h \ e-attachment.h \ e-attachment-dialog.h \ + e-attachment-handler.h \ + e-attachment-handler-image.h \ e-attachment-icon-view.h \ e-attachment-paned.h \ e-attachment-store.h \ @@ -103,6 +105,8 @@ libemiscwidgets_la_SOURCES = \ e-alert-activity.c \ e-attachment.c \ e-attachment-dialog.c \ + e-attachment-handler.c \ + e-attachment-handler-image.c \ e-attachment-icon-view.c \ e-attachment-paned.c \ e-attachment-store.c \ -- cgit v1.2.3