]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxComboBox.h
#3385 BBTK Bug New Normal - box FilesFromDirectory CreateImage InvertCrop ComboBox...
[bbtk.git] / packages / wx / src / bbwxComboBox.h
index 1f1578153d02c276e1994ebbd1a841ce0b3faaaf..776a89f6a66bcd9bfdf3077e12004af2f94da249 100644 (file)
@@ -23,8 +23,10 @@ class bbwx_EXPORT ComboBox
   BBTK_DECLARE_INPUT(In,std::vector< std::string >);
   BBTK_DECLARE_INPUT(Form, int );
   BBTK_DECLARE_INPUT(Deselect, bool );
+
   BBTK_DECLARE_OUTPUT(Out, int );
   BBTK_DECLARE_OUTPUT(OutString, std::string );
+
   BBTK_PROCESS(Process);
   void Process();
   BBTK_CREATE_WIDGET(CreateWidget);