Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Implemented QuitApp(wxCloseEvent) in frmMain.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Wed, 25 Nov 2015 12:15:25 +0000 (12:15 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Wed, 25 Nov 2015 12:15:25 +0000 (12:15 +0000)
source/frmMain.cpp
source/frmMain.h

index 025022e..4c37555 100644 (file)
@@ -327,13 +327,34 @@ frmMainADT( parent )
     
 }
 
+void frmMain::QuitApp( wxCloseEvent& event )
+{
+
+    QuitApp();
+
+}
+
 void frmMain::QuitApp( wxCommandEvent& event )
+{
+    
+    QuitApp();
+    
+}
+
+void frmMain::QuitApp()
 {
     //-------------------------------------------------------------------
     // frmMain::QuitApp: Quits the application by simply closing this
     // window which causes the exit as frmMain is the main window.
     //
     // wxCommandEvent  Accepts a referenced event command.
+    //-------------------------------------------------------------------
+     //-------------------------------------------------------------------
+    // frmMain::QuitApp: Quits the application by simply closing this
+    // window which causes the exit as frmMain is the main window.
+    //
+    // wxCommandEvent  Accepts a referenced event command.
     //-------------------------------------------------------------------
     
     //Go through the windows and close each one (be it search
@@ -398,17 +419,6 @@ void frmMain::QuitApp( wxCommandEvent& event )
     
     std::exit(0);
     
-}
-
-void frmMain::QuitApp()
-{
-    //-------------------------------------------------------------------
-    // frmMain::QuitApp: Quits the application by simply closing this
-    // window which causes the exit as frmMain is the main window.
-    //
-    // wxCommandEvent  Accepts a referenced event command.
-    //-------------------------------------------------------------------
-    
     Close();
     
 }
index ff8ff74..497c13f 100644 (file)
@@ -155,6 +155,7 @@ class frmMain : public frmMainADT
                int WindowMenuItemID = 0;
        protected:
                // Handlers for frmMainADT events.
+               void QuitApp( wxCloseEvent& event );
                void QuitApp( wxCommandEvent& event );
                void QuitApp();
                void ShowAboutWindow( wxCommandEvent& event );
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy