From: jean-pierre roux Date: Wed, 3 Feb 2010 16:05:40 +0000 (+0000) Subject: category X-Git-Tag: CREATOOLS.2-0-3~78 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=df83d588a290ecb66676e9ba021cdc07ac4eb44e;p=bbtk.git category --- diff --git a/packages/wx/src/bbwxDirectorySelector.h b/packages/wx/src/bbwxDirectorySelector.h index 362a75b..f20009a 100644 --- a/packages/wx/src/bbwxDirectorySelector.h +++ b/packages/wx/src/bbwxDirectorySelector.h @@ -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,""); diff --git a/packages/wx/src/bbwxFileSelector.h b/packages/wx/src/bbwxFileSelector.h index 5566fae..cf2bfee 100644 --- a/packages/wx/src/bbwxFileSelector.h +++ b/packages/wx/src/bbwxFileSelector.h @@ -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",