]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxBlackBox.cxx
*** MAJOR CHANGE *** NOT WORKING YET !!!
[bbtk.git] / kernel / src / bbtkWxBlackBox.cxx
index b99ca45163c9d13b5c8875341f30b87226950201..245a07412fa108ca4b135e4a0e10e5246ac51a18 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxBlackBox.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/04/08 07:56:11 $
-  Version:   $Revision: 1.38 $
+  Date:      $Date: 2009/05/14 14:43:34 $
+  Version:   $Revision: 1.39 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -292,31 +292,24 @@ namespace bbtk
   //=========================================================================
   
   //=========================================================================
-  void WxBlackBox::bbUserConstructor()
+  void WxBlackBox::bbUserSetDefaultValues()
   {
-    bbtkDebugMessage("Kernel",9,"WxBlackBox::bbUserConstructor()"<<std::endl);
-    bbInitAttributes();
+    bbtkDebugMessage("Kernel",9,"WxBlackBox::bbUserSetDefaultValues()"<<std::endl);
+    bbSetWidgetEventHandler(0);
   }
   //=========================================================================
 
   //=========================================================================
-  void WxBlackBox::bbUserCopyConstructor(bbtk::BlackBox::Pointer)
+  void WxBlackBox::bbUserInitializeProcessing()
   {
-    bbtkDebugMessage("Kernel",9,"WxBlackBox::bbUserCopyConstructor()"
-                    <<std::endl);
-    bbInitAttributes();
   }
-  //=========================================================================
-
-
+  //==================================================================    
 
   //=========================================================================
-  /// Initialize the attributes of the class
-  void WxBlackBox::bbInitAttributes()
+  void WxBlackBox::bbUserFinalizeProcessing()
   {
-    bbSetWidgetEventHandler(0);
   }
-  //=========================================================================
+  //==================================================================    
 
   //==================================================================    
   /// Callback for creating a Dialog window (modal)