From: Eduardo DAVILA Date: Mon, 5 Jun 2023 20:55:38 +0000 (+0200) Subject: Clean code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5b330cd7eb79983c4660639333c77f03e931162a;p=bbtk.git Clean code --- diff --git a/packages/wx/src/bbwxRadioButton.h b/packages/wx/src/bbwxRadioButton.h index ba1b284..16a33d6 100644 --- a/packages/wx/src/bbwxRadioButton.h +++ b/packages/wx/src/bbwxRadioButton.h @@ -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,"");