X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxBlackBox.h;fp=kernel%2Fsrc%2FbbtkWxBlackBox.h;h=7c9db44300ea4d3e09786e367db368c8625c3c43;hb=b8fe96fbebd153e92de1f1bfcad48ad009365df5;hp=368491847f0fa498f2b00b1f588f2f93c80d4fda;hpb=edd3ac38162ff897429cc7af71557dc54e7d5efe;p=bbtk.git diff --git a/kernel/src/bbtkWxBlackBox.h b/kernel/src/bbtkWxBlackBox.h index 3684918..7c9db44 100644 --- a/kernel/src/bbtkWxBlackBox.h +++ b/kernel/src/bbtkWxBlackBox.h @@ -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(); }; //=================================================================