]> Creatis software - creaWT.git/blobdiff - wt/bbtk_wt_PKG/src/bbwtInputText.h
bugs wt xtk
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtInputText.h
index d6333cf3b1112778db90df06ac4a37375b9ded7c..3633b989b649e207f669a793d6f5724e42a78537 100644 (file)
@@ -34,14 +34,16 @@ class bbwt_EXPORT InputText
 };
 
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(InputText,bbtk::WtBlackBox);
-BBTK_NAME("InputText");
-BBTK_AUTHOR("JohannGONZALEZ");
-BBTK_DESCRIPTION("gonzalez@creatis.insa-lyon.fr - InputText widget implemented with wt.");
-BBTK_CATEGORY("__CategoryBlackBox__");
-BBTK_INPUT(InputText,Title,"Title prepended to the text",std::string,"");
-BBTK_INPUT(InputText,In,"Text",std::string,"");
-BBTK_INPUT(InputText,ReactiveOnKeystroke,"0 not event generated, 1 Enter event genereated, 2 All keys, (default '2') ", int,"");
-BBTK_OUTPUT(InputText,Out,"Current text",std::string,"");
+ BBTK_NAME("InputText");
+ BBTK_AUTHOR("JohannGONZALEZ");
+ BBTK_DESCRIPTION("gonzalez@creatis.insa-lyon.fr - InputText widget implemented with wt.");
+ BBTK_CATEGORY("__CategoryBlackBox__");
+ BBTK_INPUT(InputText,Title,"Title prepended to the text",std::string,"");
+
+ BBTK_INPUT(InputText,In,"Text",std::string,"");
+ BBTK_INPUT(InputText,ReactiveOnKeystroke,"0 not event generated, 1 Enter event genereated, 2 All keys, (default '2') ", int,"");
+
+ BBTK_OUTPUT(InputText,Out,"Current text",std::string,"");
 BBTK_END_DESCRIBE_BLACK_BOX(InputText);
 //===== 
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)