]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuContourCrown.h
*** empty log message ***
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuContourCrown.h
index 9dbf038fd3e6bfd7f34bc69ebd47846949aab13c..74e3725ffb3cf6bf7ae91875886df7fd58796b3e 100644 (file)
@@ -15,14 +15,6 @@ class /*BBTK_EXPORT*/ ContourCrown
    public bbtk::WxBlackBox
 {
   BBTK_BLACK_BOX_INTERFACE(ContourCrown,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(In, vtkImageData*);
     BBTK_DECLARE_INPUT(wxVtkBaseView, wxVtkBaseView*);
 //JSTG 26-02-08 -------------------------------------------------------
@@ -45,7 +37,7 @@ virtual void bbUserDestructor();
   BBTK_PROCESS(Process);
   void Process();
   BBTK_CREATE_WIDGET(CreateWidget);
-  void CreateWidget();
+  void CreateWidget(wxWindow*);
 
 private:
        wxMaracasCoutourTool    *mwxwidget;