haxeui / haxeui-hxwidgets

The hxWidgets backend of the HaxeUI framework -
http://haxeui.org
MIT License
23 stars 7 forks source link

Hardcoded styles for TextArea/TextField #11

Open elnabo opened 7 years ago

elnabo commented 7 years ago

Most of the styles of wxTextCtrl can only bet set on creation (especially on windows).

This means that TextField is always single line with text wrapping and TextArea always multiline without text wrapping.

There should be a possibility to set which style are preferred when creating a TextArea/TextField.