]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWidgetBlackBox.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWidgetBlackBox.h
index deed3f707b09d000669ed33e50464ae90ef50729..03601b1db8b76abea4d083c8e928b1f5941f7143 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWidgetBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2009/04/08 07:56:11 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2009/05/14 14:43:34 $
+  Version:   $Revision: 1.3 $
 ========================================================================*/
 
 
@@ -60,7 +60,7 @@ namespace bbtk
   /// apropriate traits.
   /// Declares the common inputs / outputs and interface to all widget boxes
   template <class W>
-  class BBTK_EXPORT WidgetBlackBox : public bbtk::AtomicBlackBox  
+  class /*BBTK_EXPORT*/ WidgetBlackBox : public bbtk::AtomicBlackBox  
   { 
   public:
     //    typedef WidgetTraits Traits;
@@ -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();
 
   };
   //=================================================================