Replaced default font.

Added beginPropertiesTransaction() and endPropertiesTransaction().
Added UILayout.
Added EventOnDragStart and EventOnDragStop.
Renamed MsgDragEnd to MsgDragStop.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2017-10-16 01:33:34 -03:00
parent f64b2719ef
commit 4e1f476ee1
46 changed files with 219 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ UIRelativeLayout * UIRelativeLayout::New() {
}
UIRelativeLayout::UIRelativeLayout() :
UIWidget()
UILayout()
{
}