snowkit / mint

A framework/renderer agnostic Minimal UI interface library for Haxe.
http://snowkit.github.io/mint/
MIT License
65 stars 19 forks source link

TextEdit: Change text from code #15

Closed BrodyB closed 9 years ago

BrodyB commented 9 years ago

Issue: Currently, the contents of the TextEdit control cannot be properly altered from code. Altering the TextEdit's label will only work until you start typing, where it will be replaced by the contents of the private 'edit' variable.

Desired Solution: Adding a .text property or set_text( text:String ) method so that the contents can be easily changed from code.