]> Creatis software - bbtk.git/commitdiff
category
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 3 Feb 2010 16:05:40 +0000 (16:05 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 3 Feb 2010 16:05:40 +0000 (16:05 +0000)
packages/wx/src/bbwxDirectorySelector.h
packages/wx/src/bbwxFileSelector.h

index 362a75b996927188bf788d94754f09284ebdbd86..f20009a40c0d549c3038afceb2056d09f857c426 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxDirectorySelector.h,v $
   Language:  C++
-  Date:      $Date: 2008/12/12 08:55:23 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2010/02/03 16:05:40 $
+  Version:   $Revision: 1.7 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -82,7 +82,7 @@ namespace bbwx
   BBTK_BEGIN_DESCRIBE_BLACK_BOX(DirectorySelector,bbtk::AtomicBlackBox);
   BBTK_NAME("DirectorySelector");
   BBTK_AUTHOR("laurent.guigues@creatis.insa-lyon.fr");
-  BBTK_CATEGORY("widget");
+  BBTK_CATEGORY("widget, Selector");
   BBTK_DESCRIPTION("Pops up a directory selection dialog (wxDirDialog)");
   BBTK_INPUT(DirectorySelector,Title,     "Title of the dialog",                std::string,"directory name");
   BBTK_INPUT(DirectorySelector,Message,   "Message to show on the dialog",      std::string,"");
index 5566faeaa7c2b2c693c35472b66c856faef72226..cf2bfee9b583d699935dd32cfd1c1bf119cac323 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxFileSelector.h,v $
   Language:  C++
-  Date:      $Date: 2009/05/15 14:58:03 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2010/02/03 16:05:40 $
+  Version:   $Revision: 1.8 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -86,7 +86,7 @@ namespace bbwx
   BBTK_BEGIN_DESCRIBE_BLACK_BOX(FileSelector,bbtk::AtomicBlackBox);
   BBTK_NAME("FileSelector");
   BBTK_AUTHOR("laurent.guigues@creatis.insa-lyon.fr");
-  BBTK_CATEGORY("widget");
+  BBTK_CATEGORY("widget, Selector");
   BBTK_DESCRIPTION("Pops up a file selection dialog for reading or saving (wxFileDialog)");
   BBTK_INPUT(FileSelector,Title,"Title of the dialog",std::string,"");
   BBTK_INPUT(FileSelector,Message,"Message to show on the dialog",