]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxComboBox.h
#2452 BBTK Feature New Normal - ComboBox in wx package
[bbtk.git] / packages / wx / src / bbwxComboBox.h
index 2d59f16f14d9282b22c761aa6018c4f82d30d84d..a1182f9d42588823db4d5b1fffba5ebb6f67f761 100644 (file)
@@ -21,6 +21,7 @@ class bbwx_EXPORT ComboBox
   BBTK_DECLARE_INPUT(Title,std::string);
   BBTK_DECLARE_INPUT(Selection, int );
   BBTK_DECLARE_INPUT(In,std::vector< std::string >);
+  BBTK_DECLARE_INPUT(Form, int );
   BBTK_DECLARE_OUTPUT(Out, int );
   BBTK_DECLARE_OUTPUT(OutString, std::string );
   BBTK_PROCESS(Process);
@@ -40,6 +41,7 @@ BBTK_BEGIN_DESCRIBE_BLACK_BOX(ComboBox,bbtk::WxBlackBox);
        BBTK_INPUT(ComboBox,Title,"Title prepended to the text",std::string,"");
        BBTK_INPUT(ComboBox,Selection,"i element to be selected (default 0)",int,"");
        BBTK_INPUT(ComboBox,In,"Vector of strings",std::vector< std::string >,"");
+       BBTK_INPUT(ComboBox,Form,"0 Combobox, 1 List  (default 0)",int,"");
 
    BBTK_OUTPUT(ComboBox,Out,"i Item selected",int,"");
    BBTK_OUTPUT(ComboBox,OutString,"string Item selected",std::string,"");