]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxSplit.h
full list
[bbtk.git] / packages / wx / src / bbwxSplit.h
index ba7744fb0aee61ce87c52cb072f2c82ad1c39f85..569dfa562986f1f64ca2414dc56ea8f923998412 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxSplit.h,v $
   Language:  C++
-  Date:      $Date: 2008/01/22 15:41:35 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2008/02/04 13:02:58 $
+  Version:   $Revision: 1.4 $
                                                                                 
   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 
  */
 
 
@@ -103,6 +99,7 @@ namespace bbwx
   BBTK_NAME("Split");
   BBTK_AUTHOR("laurent.guigues@creatis.insa-lyon.fr");
   BBTK_DESCRIPTION("Widget which splits a window in two fixed size parts (wxSplitterWindow)");
+  BBTK_KEYWORD("wx;widget");
   BBTK_INPUT(Split,Widget1,"Upper or left widget",wxWindow*);
   BBTK_INPUT(Split,Widget2,"Lower or right widget",wxWindow*);
   BBTK_INPUT(Split,Orientation,"Orientation (default 0), 0=Horizontal , 1=Vertical",int);