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

Modified Files:
        wxMApp.h 
Log Message:
handle end session notification

Index: wxMApp.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMApp.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -b -u -2 -r1.61 -r1.62
--- wxMApp.h    13 Mar 2002 22:30:03 -0000      1.61
+++ wxMApp.h    18 Mar 2002 22:39:27 -0000      1.62
@@ -82,7 +82,15 @@
    virtual wxIcon GetStdIcon(int which) const;
 
-   // OnIdle() handler to process Mahogany-specific MEvents which are
-   // asynchronous.
-   void OnIdle(wxIdleEvent &event);
+   /**
+     OnIdle() handler to process Mahogany-specific MEvents which are
+     asynchronous.
+   */
+   void OnIdle(wxIdleEvent& event);
+
+   /**
+     Handles the session termination confirmation event by asking all top level
+     windows if they can close.
+    */
+   void OnQueryEndSession(wxCloseEvent& event);
 
    /** Gets help for a specific topic.


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to