]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxSplit.h
*** empty log message ***
[bbtk.git] / packages / wx / src / bbwxSplit.h
index ded5330b5a82f3b4255e2835c74c5ff943c3136b..ba7744fb0aee61ce87c52cb072f2c82ad1c39f85 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxSplit.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
@@ -86,10 +86,10 @@ namespace bbwx
     BBTK_DECLARE_INPUT(Orientation,int);
     BBTK_DECLARE_INPUT(Proportion,int);
     BBTK_PROCESS(Process);
-    // BBTK_CREATE_WIDGET(CreateWidget);
+    BBTK_CREATE_WIDGET(CreateWidget);
     
     void Process();
-    //    void CreateWidget();
+    void CreateWidget();
 
   protected:
     virtual void bbUserConstructor();