From: eduardo.davila@creatis.insa-lyon.fr Date: Tue, 4 Jun 2024 17:02:07 +0000 (+0200) Subject: Clean code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b8eb753ffe21a5dfe2fe6913b87c2f56afd7d0eb;p=bbtk.git Clean code --- diff --git a/packages/wx/src/bbwxButtonSelectFilesDirectory.cxx b/packages/wx/src/bbwxButtonSelectFilesDirectory.cxx index 87e3acf..4cf64cc 100644 --- a/packages/wx/src/bbwxButtonSelectFilesDirectory.cxx +++ b/packages/wx/src/bbwxButtonSelectFilesDirectory.cxx @@ -202,8 +202,6 @@ void ButtonSelectFilesDirectory::UpdateLabel() wxwidget->SetLabel( bbtk::std2wx( bbGetInputLabel() ) ); } - - }// EO namespace bbwx diff --git a/packages/wx/src/bbwxButtonSelectFilesDirectory.h b/packages/wx/src/bbwxButtonSelectFilesDirectory.h index 28f55ca..9f44c5b 100644 --- a/packages/wx/src/bbwxButtonSelectFilesDirectory.h +++ b/packages/wx/src/bbwxButtonSelectFilesDirectory.h @@ -50,7 +50,7 @@ class bbwx_EXPORT ButtonSelectFilesDirectory BBTK_BEGIN_DESCRIBE_BLACK_BOX(ButtonSelectFilesDirectory,bbtk::WxBlackBox); BBTK_NAME("ButtonSelectFilesDirectory"); BBTK_AUTHOR("InfoDev"); - BBTK_DESCRIPTION("No Description."); + BBTK_DESCRIPTION("(C++,Python) No Description."); BBTK_CATEGORY("__CategoryBlackBox__"); BBTK_INPUT(ButtonSelectFilesDirectory,Type,"(default 0) 0:Files 1:Directory",int,""); BBTK_INPUT(ButtonSelectFilesDirectory,Label,"Label",std::string,"");