X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWidgetBlackBox.h;fp=kernel%2Fsrc%2FbbtkWidgetBlackBox.h;h=03601b1db8b76abea4d083c8e928b1f5941f7143;hb=b8fe96fbebd153e92de1f1bfcad48ad009365df5;hp=66f2bf133ede6c3fd2de84b1c13f9afad5cf4dd0;hpb=edd3ac38162ff897429cc7af71557dc54e7d5efe;p=bbtk.git diff --git a/kernel/src/bbtkWidgetBlackBox.h b/kernel/src/bbtkWidgetBlackBox.h index 66f2bf1..03601b1 100644 --- a/kernel/src/bbtkWidgetBlackBox.h +++ b/kernel/src/bbtkWidgetBlackBox.h @@ -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(); }; //=================================================================