]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxSlider.h
*** empty log message ***
[bbtk.git] / packages / wx / src / bbwxSlider.h
index a0a090f331a69e49cffaf4ccbff11a0abc358e89..ba98ec889b03e8ac5c19011def308357b57e2622 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxSlider.h,v $
   Language:  C++
-  Date:      $Date: 2008/01/22 15:02:00 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2008/01/22 15:41:35 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -135,13 +135,12 @@ namespace bbwx
     BBTK_DECLARE_INPUT(ReactiveOnTrack,int);    
     BBTK_DECLARE_OUTPUT(Out,int);
     BBTK_PROCESS(Process);
+    BBTK_CREATE_WIDGET(CreateWidget);
     void Process();
+    void CreateWidget();
 
   protected:
     virtual void bbUserConstructor();
-    
-    //  private:
-    //  virtual bbtk::WxBlackBoxWidget* bbUserCreateWidget(wxWindow *parent);
   };
   //=================================================================