X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaWT.git;a=blobdiff_plain;f=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtInputText.h;fp=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtInputText.h;h=3633b989b649e207f669a793d6f5724e42a78537;hp=d6333cf3b1112778db90df06ac4a37375b9ded7c;hb=1830bf64f6ad13d04f4fd7589317f0515fae837c;hpb=8330bb7bb23c8b5521a6ab9470d0dcbd19b9117e diff --git a/wt/bbtk_wt_PKG/src/bbwtInputText.h b/wt/bbtk_wt_PKG/src/bbwtInputText.h index d6333cf..3633b98 100644 --- a/wt/bbtk_wt_PKG/src/bbwtInputText.h +++ b/wt/bbtk_wt_PKG/src/bbwtInputText.h @@ -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)