]> Creatis software - bbtk.git/commitdiff
Clean code
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Mon, 5 Jun 2023 20:55:38 +0000 (22:55 +0200)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Mon, 5 Jun 2023 20:55:38 +0000 (22:55 +0200)
packages/wx/src/bbwxRadioButton.h

index ba1b284a6f4e3806c848c8c26deb1ec520218a18..16a33d67db98a1945bb3b830f3c75bfc6875dc1c 100644 (file)
@@ -100,7 +100,7 @@ namespace bbwx
   BBTK_NAME("RadioButton");
   BBTK_AUTHOR("eduardo.davila@creatis.insa-lyon.fr");
   BBTK_DESCRIPTION("RadioButton group widget 0-9 entries");
-  BBTK_INPUT(RadioButton,In,"Set initial item",int,"");
+  BBTK_INPUT(RadioButton,In,"(default 0) Set initial item",int,"");
 
   BBTK_INPUT(RadioButton,In0,"option 0",std::string,"");
   BBTK_INPUT(RadioButton,In1,"option 1",std::string,"");