]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUIScriptingInterface.h
Fixed Window deletion mechanism
[bbtk.git] / kernel / src / bbtkWxGUIScriptingInterface.h
index 8282731634991525f498237a062b0eb99fe932ac..37bbe3d7b2e1f7b98f193a5452746ae70d74fce6 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIScriptingInterface.h,v $
   Language:  C++
-  Date:      $Date: 2009/04/15 15:45:49 $
-  Version:   $Revision: 1.16 $
+  Date:      $Date: 2009/05/28 08:12:07 $
+  Version:   $Revision: 1.17 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -147,6 +147,8 @@ namespace bbtk
 
        void DoRegeneratePackageDoc(const std::string& pack);
        void DoRegenerateBoxesLists();
+
+    void OnClose(wxCloseEvent& event);
   private:
     wxAuiManager m_mgr;
     Interpreter::Pointer mInterpreter;