]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxDirectorySelector.h
Some cleaning
[bbtk.git] / packages / wx / src / bbwxDirectorySelector.h
index 82bfe638869b47fbd8e5dc67b423d08439341088..8a07f3e599a186b6033845705889e011d8091bf1 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxDirectorySelector.h,v $
   Language:  C++
-  Date:      $Date: 2008/04/18 12:59:52 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2008/07/03 18:20:57 $
+  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
@@ -70,10 +70,10 @@ namespace bbwx
   BBTK_AUTHOR("laurent.guigues@creatis.insa-lyon.fr");
   BBTK_CATEGORY("widget");
   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,"");
-  BBTK_INPUT(DirectorySelector,DefaultDir,"The default directory",std::string,"directory name");
-  BBTK_OUTPUT(DirectorySelector,Out,"The directory selected by the user",std::string,"directory name");
+  BBTK_INPUT(DirectorySelector,Title,     "Title of the dialog",                std::string,"directory name");
+  BBTK_INPUT(DirectorySelector,Message,   "Message to show on the dialog",      std::string,"");
+  BBTK_INPUT(DirectorySelector,DefaultDir,"The default directory",              std::string,"directory name");
+  BBTK_OUTPUT(DirectorySelector,Out,      "The directory selected by the user", std::string,"directory name");
   BBTK_END_DESCRIBE_BLACK_BOX(DirectorySelector);
   //=================================================================