]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxBlackBox.h
*** MAJOR CHANGE *** NOT WORKING YET !!!
[bbtk.git] / kernel / src / bbtkWxBlackBox.h
index 368491847f0fa498f2b00b1f588f2f93c80d4fda..7c9db44300ea4d3e09786e367db368c8625c3c43 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2009/04/08 07:56:11 $
-  Version:   $Revision: 1.26 $
+  Date:      $Date: 2009/05/14 14:43:34 $
+  Version:   $Revision: 1.27 $
 ========================================================================*/
 
 
@@ -92,13 +92,7 @@ namespace bbtk
     virtual void bbCreateFrameWindow();
     //==================================================================    
 
-    //==================================================================
-    /// User callback called in the box contructor
-    virtual void bbUserConstructor();
-    /// User callback called in the box copy constructor
-    virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer);
-    //==================================================================    
-
+  
   
     //==================================================================
     //    virtual void InitWindowManagerIfNeeded();
@@ -132,8 +126,6 @@ namespace bbtk
     { return bbmWidgetEventHandler; }
     /// The WxBlackBoxWidgetEventHandler associated to the box
     WxBlackBoxWidgetEventHandler* bbmWidgetEventHandler;
-    /// Init the attributes 
-    void bbInitAttributes();
   };
   //=================================================================