]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxBlackBox.h
MACOS configure
[bbtk.git] / kernel / src / bbtkWxBlackBox.h
index 878c83b79ea61bf91d09b1843ae9f9633341024d..0acfbf88b2b3220997993835f6b4ee5a568a6e26 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2008/12/11 15:30:04 $
-  Version:   $Revision: 1.24 $
+  Date:      $Date: 2009/03/23 13:06:41 $
+  Version:   $Revision: 1.25 $
 ========================================================================*/
 
 
@@ -155,12 +155,28 @@ namespace bbtk
 
  
 
-    //==================================================================
+         //==================================================================
+         /// Overloaded bbCreateWidget method for WxBlackBoxes which handles 
+         /// the window creation if needed
+         virtual void bbCreateWidget();
+         //==================================================================
+         
+         //==================================================================
+         /// Overloaded bbShowWidget method for WxBlackBoxes which handles 
+         /// the window creation if needed
+         virtual void bbShowWidget();
+         //==================================================================
+         
+         //==================================================================
     /// Overloaded processing method for WxBlackBoxes which handles 
     /// the window creation if needed
     virtual void bbProcess();
     //==================================================================
-
+         
+         
+         
+         
+         
     //==================================================================
     /// If necessary creates the WxBlackBoxWindow associated to the box
     /// and shows it 
@@ -192,6 +208,7 @@ namespace bbtk
 
     /// The WxBlackBoxWindow associated to the box
     Window* bbmWindow;
+         
     /// The WxBlackBoxWidgetEventHandler associated to the box
     WxBlackBoxWidgetEventHandler* bbmWidgetEventHandler;