]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxBlackBox.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWxBlackBox.h
index 7c9db44300ea4d3e09786e367db368c8625c3c43..b93adeb4553c841ced0a3509a9cab8183ef9e287 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2009/05/14 14:43:34 $
-  Version:   $Revision: 1.27 $
+  Date:      $Date: 2009/05/19 10:19:23 $
+  Version:   $Revision: 1.28 $
 ========================================================================*/
 
 
@@ -160,7 +160,7 @@ namespace bbtk
     ~WxBlackBoxDialog();
     void bbShow();  
     void bbHide();
-    void bbClose();
+    void bbDestroy();
     bool IsDialog() { return true; }
     bool IsFrame() { return false; }
     wxDialog* bbGetDialog() { return this; } 
@@ -179,7 +179,7 @@ namespace bbtk
     ~WxBlackBoxFrame();
     void bbShow();
     void bbHide();
-    void bbClose();
+    void bbDestroy();
     bool IsDialog() { return false; }
     bool IsFrame() { return true; }
     wxFrame* bbGetFrame() { return this; }