Update of /cvsroot/mahogany/M/include/gui
In directory usw-pr-cvs1:/tmp/cvs-serv1332/include/gui

Modified Files:
        wxComposeView.h 
Log Message:
implemented collective reply/forward

Index: wxComposeView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxComposeView.h,v
retrieving revision 1.82
retrieving revision 1.83
diff -b -u -2 -r1.82 -r1.83
--- wxComposeView.h     11 Apr 2002 23:15:48 -0000      1.82
+++ wxComposeView.h     13 May 2002 00:27:39 -0000      1.83
@@ -100,4 +100,5 @@
    // implement Composer pure virtuals
    virtual void InitText(Message *msg = NULL, MessageView *msgview = NULL);
+   virtual void Launch();
    virtual void InsertFile(const char *filename = NULL,
                            const char *mimetype = NULL);
@@ -113,4 +114,5 @@
 
    virtual void MoveCursorTo(int x, int y);
+   virtual void MoveCursorBy(int x, int y);
 
    /** Set the newsgroups to post to.
@@ -234,9 +236,6 @@
        @param parent parent window
        @param parentProfile parent profile
-       @param hide if true, do not show frame
    */
-   void Create(wxWindow *parent = NULL,
-               Profile *parentProfile = NULL,
-               bool hide = false);
+   void Create(wxWindow *parent = NULL, Profile *parentProfile = NULL);
 
    /** Constructor
@@ -278,4 +277,7 @@
    bool IsModified() const;
 
+   /// do we have anything at all in the editor?
+   bool IsEmpty() const;
+
    /// insert a text file at the current cursor position
    bool InsertFileAsText(const String& filename,
@@ -469,6 +471,5 @@
                                            const MailFolder::Params& params,
                                            wxComposeView::Mode mode,
-                                           wxComposeView::MessageKind kind,
-                                           bool hide);
+                                           wxComposeView::MessageKind kind);
 
    // it uses our m_DraftMessage


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to