X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxRadioButton.h;h=16a33d67db98a1945bb3b830f3c75bfc6875dc1c;hb=5b330cd7eb79983c4660639333c77f03e931162a;hp=ba1b284a6f4e3806c848c8c26deb1ec520218a18;hpb=1ba1a0e223adf11163b6e12ad5fe999b0f87add7;p=bbtk.git 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,"");