]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWidgetBlackBox.h
*** MAJOR CHANGE *** NOT WORKING YET !!!
[bbtk.git] / kernel / src / bbtkWidgetBlackBox.h
index 66f2bf133ede6c3fd2de84b1c13f9afad5cf4dd0..03601b1db8b76abea4d083c8e928b1f5941f7143 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWidgetBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2009/04/21 14:36:51 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2009/05/14 14:43:34 $
+  Version:   $Revision: 1.3 $
 ========================================================================*/
 
 
@@ -138,17 +138,6 @@ namespace bbtk
   protected:
     
   
-    //==================================================================
-    /// User callback called in the box contructor
-    virtual void bbUserConstructor();
-    /// User callback called in the box copy constructor
-    virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer);
-    /// User callback called in the box destructor
-    virtual void bbUserDestructor();
-    //==================================================================    
-
-
 
     //==================================================================
     /// Convenient method for layout widgets which creates and returns
@@ -213,7 +202,6 @@ namespace bbtk
     Window* bbmWindow;
 
 
-    void bbInitAttributes();
 
   };
   //=================================================================