]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuColorBar.h
*** empty log message ***
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuColorBar.h
index e1568d4ae95bf6925cc14d8d0bc321b4a40545a1..5adb258894e15a858cfb4fb5a8720ad8fd1700ff 100644 (file)
@@ -15,14 +15,6 @@ class /*BBTK_EXPORT*/ ColorBar
    public bbtk::WxBlackBox
 {
   BBTK_BLACK_BOX_INTERFACE(ColorBar,bbtk::WxBlackBox);
-//==================================================================
-/// User callback called in the box contructor
-virtual void bbUserConstructor();
-/// User callback called in the box copy constructor
-virtual void bbUserCopyConstructor();
-/// User callback called in the box destructor
-virtual void bbUserDestructor();
-//==================================================================
     BBTK_DECLARE_INPUT(Orientation, int );
        BBTK_DECLARE_INPUT(InW, int );
        BBTK_DECLARE_INPUT(InH, int );
@@ -35,7 +27,7 @@ virtual void bbUserDestructor();
   BBTK_PROCESS(Process);
   void Process();
   BBTK_CREATE_WIDGET(CreateWidget);
-  void CreateWidget();
+  void CreateWidget(wxWindow*);
 
   private:
        pColorBar *mwxwidget;