X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxCommandButton.h;h=4702c6234c16661f4b7979b71bb70c8c857c032a;hb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;hp=9e58b1af9af64a99a694642dd98849a2f5f552cb;hpb=c2a4b1893412e50a3d9abff221938a2d16c4a7cb;p=bbtk.git diff --git a/packages/wx/src/bbwxCommandButton.h b/packages/wx/src/bbwxCommandButton.h index 9e58b1a..4702c62 100644 --- a/packages/wx/src/bbwxCommandButton.h +++ b/packages/wx/src/bbwxCommandButton.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbwxCommandButton.h,v $ Language: C++ - Date: $Date: 2008/04/08 06:59:32 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/04/18 12:59:52 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -67,7 +67,7 @@ namespace bbwx class /*BBTK_EXPORT*/ CommandButton : public bbtk::WxBlackBox { friend class CommandButtonWidget; - BBTK_USER_BLACK_BOX_INTERFACE(CommandButton,bbtk::WxBlackBox); + BBTK_BLACK_BOX_INTERFACE(CommandButton,bbtk::WxBlackBox); BBTK_DECLARE_INPUT(In, std::string ); BBTK_DECLARE_INPUT(Label, std::string ); BBTK_DECLARE_INPUT(Colour, std::vector );