]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxComboBox.h
#3466 Combobox with Spin
[bbtk.git] / packages / wx / src / bbwxComboBox.h
index de0b439ca8d61014b182ad7f259fe1a972c71158..3a02e0539bbd04bf83352eb5d5f512816479264d 100644 (file)
@@ -48,7 +48,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(ComboBox,bbtk::WxBlackBox);
        BBTK_INPUT(ComboBox,In,"Vector of strings",std::vector< std::string >,"");
        BBTK_INPUT(ComboBox,Form,"0 Combobox, 1 List  (default 0)",int,"");
        BBTK_INPUT(ComboBox,Deselect,"(default false) Just for List form",bool,"");
-       BBTK_INPUT(ComboBox,WithSpinButton,"(default false) With spin button",bool,"");
+       BBTK_INPUT(ComboBox,WithSpinButton,"(default false) With spin button true/false",bool,"");
 
     BBTK_OUTPUT(ComboBox,Out,"i Item selected",int,"");
     BBTK_OUTPUT(ComboBox,OutString,"string Item selected",std::string,"");