haxeui / hxWidgets

Haxe externs (and wrappers) for wxWidgets
MIT License
77 stars 22 forks source link

Adding utf8 support to the TextCtrl widget #48

Closed elnabo closed 7 years ago

ibilon commented 7 years ago

Seems good, what do you think @ianharrigan?

ianharrigan commented 7 years ago

Where is the fromUtf8 defined? I cant find it, but probably being blind. Also, we sure we dont need the .destroy anymore? (though im not sure what fromUtf8returns so maybe no)

ianharrigan commented 7 years ago

Ah yes, i was being blind... :)

ianharrigan commented 7 years ago

Look good!