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 $
=========================================================================*/
/* ---------------------------------------------------------------------
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,"");
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 $
=========================================================================*/
/* ---------------------------------------------------------------------
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",