]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxSplit.h
*** empty log message ***
[bbtk.git] / packages / wx / src / bbwxSplit.h
index ded5330b5a82f3b4255e2835c74c5ff943c3136b..cb194450333e2b1a3227e019550fb7bc63ebc896 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/28 08:56:02 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
      PURPOSE.  See the above copyright notices for more information.
                                                                                 
 =========================================================================*//**
- * \brief Short description in one line
- * 
- * Long description which 
- * can span multiple lines
  */
 /**
  * \file 
- * \brief Pattern for the definition of a new type of Node (header)
+ * \brief Widget which splits a window into two parts 
  */
 /**
- * \class bbtk::NodePatern 
- * \brief Pattern for the definition of a new type of Node 
+ * \class bbwx::Split
+ * \brief Widget which splits a window into two parts 
  */
 
 
@@ -86,10 +82,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();