X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxInputText.h;h=dbaa017c2a4a2b5df0fcbdb180eeed08cdf84175;hb=1ba1a0e223adf11163b6e12ad5fe999b0f87add7;hp=46bc6d563c9920e72e6823ec266386e7ea2c387e;hpb=3f088371dd1b2558e08da80141f2c0d6da0f1413;p=bbtk.git diff --git a/packages/wx/src/bbwxInputText.h b/packages/wx/src/bbwxInputText.h index 46bc6d5..dbaa017 100644 --- a/packages/wx/src/bbwxInputText.h +++ b/packages/wx/src/bbwxInputText.h @@ -68,7 +68,6 @@ namespace bbwx BBTK_BLACK_BOX_INTERFACE(InputText,bbtk::WxBlackBox); BBTK_DECLARE_INPUT(In,std::string); BBTK_DECLARE_INPUT(Title,std::string); - BBTK_DECLARE_INPUT(Style,int); BBTK_DECLARE_INPUT(ReactiveOnKeystroke,int); BBTK_DECLARE_OUTPUT(Out,std::string); BBTK_PROCESS(Process); @@ -90,11 +89,8 @@ namespace bbwx BBTK_AUTHOR("laurent guigues at creatis.insa-lyon.fr"); BBTK_DESCRIPTION("A zone in which the user can enter a text (wxTextCtrl)"); BBTK_INPUT(InputText,In,"Initial text (default '')",std::string,""); - BBTK_INPUT(InputText,Title,"Title of the input zone (default '') ", std::string,""); - BBTK_INPUT(InputText,Style,"(default 0) 0:OneLine 1:Password ", int,""); 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);