]> Creatis software - bbtk.git/commitdiff
Clean code
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Tue, 4 Jun 2024 17:02:07 +0000 (19:02 +0200)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Tue, 4 Jun 2024 17:02:07 +0000 (19:02 +0200)
packages/wx/src/bbwxButtonSelectFilesDirectory.cxx
packages/wx/src/bbwxButtonSelectFilesDirectory.h

index 87e3acfffb44e1b30a7897a77200fdd0f20a6c1d..4cf64cceedfe04b1d8ea05d66898670c0a03bf2a 100644 (file)
@@ -202,8 +202,6 @@ void ButtonSelectFilesDirectory::UpdateLabel()
     wxwidget->SetLabel( bbtk::std2wx( bbGetInputLabel() ) );
 }   
 
-
-
 }// EO namespace bbwx
 
 
index 28f55ca9d9b1157d4d8919b9a2c4c0d7543e1430..9f44c5bf862172a3555eb12425e6b7847f76c4af 100644 (file)
@@ -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,"");