X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxColourSelector.h;h=3bdebbd2f2a94fca2a38b0e8b8882b0595665821;hb=baf5a1b33bcfaf0221e60b61bec8ba17229a2781;hp=885951d9ddf44a9c8ad5d609dd897bb1df2e3862;hpb=6c5d7746e8e4cb0b5d6e164b917008a7137910fb;p=bbtk.git diff --git a/packages/wx/src/bbwxColourSelector.h b/packages/wx/src/bbwxColourSelector.h index 885951d..3bdebbd 100644 --- a/packages/wx/src/bbwxColourSelector.h +++ b/packages/wx/src/bbwxColourSelector.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbwxColourSelector.h,v $ Language: C++ - Date: $Date: 2008/04/08 06:59:32 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/05/07 13:14:48 $ + 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 @@ -46,7 +46,7 @@ namespace bbwx //================================================================= class /*BBTK_EXPORT*/ ColourSelector : public bbtk::AtomicBlackBox { - BBTK_USER_BLACK_BOX_INTERFACE(ColourSelector,bbtk::AtomicBlackBox); + BBTK_BLACK_BOX_INTERFACE(ColourSelector,bbtk::AtomicBlackBox); BBTK_DECLARE_OUTPUT(Out,std::string); BBTK_PROCESS(Process); // BBTK_CREATE_WIDGET(CreateWidget); @@ -67,7 +67,7 @@ namespace bbwx BBTK_NAME("ColourSelector"); BBTK_AUTHOR("laurent.guigues@creatis.insa-lyon.fr"); BBTK_DESCRIPTION("Colour Selector dialog (bbfication of wxColourSelector)"); - BBTK_OUTPUT(ColourSelector,Out,"The colour selected by the user",std::string,"color"); + BBTK_OUTPUT(ColourSelector,Out,"The colour selected by the user",std::string,"colour"); BBTK_END_DESCRIBE_BLACK_BOX(ColourSelector); //=================================================================