remake ui event system and reimplement line edit

This commit is contained in:
Eduardo Bart
2011-08-14 11:09:26 -03:00
parent e22e5e2918
commit 09af50c990
24 changed files with 833 additions and 672 deletions

View File

@@ -17,4 +17,5 @@ Window < UIWindow
border.top: 0
MainWindow < Window
anchors.centerIn: parent
anchors.centerIn: parent
onLoad: function(self) self:lock() end