Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv22568/include

Modified Files:
        MessageViewer.h 
Log Message:
1. added InsertClickable() in addition to InsertAttachment() to MessageViewer
2. use it in PGP view filter to insert icons showing the PGP status
3. added MCryptoEngineOutputLog


Index: MessageViewer.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageViewer.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -u -2 -r1.15 -r1.16
--- MessageViewer.h     5 Dec 2002 19:47:29 -0000       1.15
+++ MessageViewer.h     5 Dec 2002 23:14:58 -0000       1.16
@@ -137,4 +137,9 @@
    virtual void StartPart() = 0;
 
+   /// insert an arbitrary active object (takes ownership of ClickableInfo)
+   virtual void InsertClickable(const wxBitmap& icon,
+                                ClickableInfo *ci,
+                                const wxColour& col = wxNullColour) = 0;
+
    /// insert an attechment (takes ownership of ClickableInfo)
    virtual void InsertAttachment(const wxBitmap& icon, ClickableInfo *ci) = 0;



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to