]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxInputText.h
#3504 RadioButton first select item
[bbtk.git] / packages / wx / src / bbwxInputText.h
index 6eb1480e50ac953d155325a6f835809051cdf425..dbaa017c2a4a2b5df0fcbdb180eeed08cdf84175 100644 (file)
@@ -89,10 +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,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);