]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUIConsole.h
Fixed Window deletion mechanism
[bbtk.git] / kernel / src / bbtkWxGUIConsole.h
index 84d32359b329c26bcee44e190e1cd82e864b0e00..e08f1f16cd9b22afe978ee811dbf8a63c3c9b825 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIConsole.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:15 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2009/05/28 08:12:07 $
+  Version:   $Revision: 1.7 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -122,6 +122,8 @@ namespace bbtk
     // Overloaded Show method to handle bbtk::Wx::TopWindow auto-destruction
     virtual bool Show(bool show = true);
 
+    void OnClose(wxCloseEvent& event);
+
 
   private:
     wxAuiManager m_mgr;