]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuSliderMinMax.h
no message
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuSliderMinMax.h
index f22ce2f16002b886353eb3222bdc6ebd0094b069..d62496a813a07c758cdeaa2f76ad6ff919faee76 100644 (file)
@@ -57,14 +57,6 @@ class /*BBTK_EXPORT*/ SliderMinMax
    public bbtk::WxBlackBox
 {
   BBTK_BLACK_BOX_INTERFACE(SliderMinMax,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);
@@ -80,7 +72,7 @@ virtual void bbUserDestructor();
   BBTK_PROCESS(Process);
   void Process();
   BBTK_CREATE_WIDGET(CreateWidget);
-  void CreateWidget();
+  void CreateWidget(wxWindow*);
 
   private:
        mBarRange* mwxwidget;