X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtInputText.h~;fp=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtInputText.h~;h=3633b989b649e207f669a793d6f5724e42a78537;hb=1830bf64f6ad13d04f4fd7589317f0515fae837c;hp=41709bbeb13b1adffedb5267a95cdba8a1877bad;hpb=8330bb7bb23c8b5521a6ab9470d0dcbd19b9117e;p=creaWT.git diff --git a/wt/bbtk_wt_PKG/src/bbwtInputText.h~ b/wt/bbtk_wt_PKG/src/bbwtInputText.h~ index 41709bb..3633b98 100644 --- a/wt/bbtk_wt_PKG/src/bbwtInputText.h~ +++ b/wt/bbtk_wt_PKG/src/bbwtInputText.h~ @@ -30,18 +30,20 @@ class bbwt_EXPORT 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) //===== private: - bool firsttime; + bool firsttime; }; -BBTK_BEGIN_DESCRIBE_BLACK_BOX(InputText,bbtk::WxBlackBox); -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_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_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)