added dispatcher package
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0x0000ff"}
|
||||
},
|
||||
{
|
||||
"id":"panel",
|
||||
"type":"haxework.gui.HGroupView",
|
||||
"layoutHAlign":"~haxework.gui.core.HAlign:LEFT",
|
||||
"layoutVAlign":"~haxework.gui.core.VAlign:MIDDLE",
|
||||
@@ -34,27 +35,33 @@
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0xffff00"},
|
||||
"views":[
|
||||
{
|
||||
"type":"haxework.gui.LabelView",
|
||||
"id":"button1",
|
||||
"type":"haxework.gui.ButtonView",
|
||||
"width":100,
|
||||
"pHeight":100,
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0x00ffff"},
|
||||
"text":"Text1"
|
||||
"text":"Text1",
|
||||
"onPress":"#listener"
|
||||
},
|
||||
{
|
||||
"type":"haxework.gui.LabelView",
|
||||
"id":"button2",
|
||||
"type":"haxework.gui.ButtonView",
|
||||
"contentSize":true,
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0x00ffff"},
|
||||
"text":"Text2",
|
||||
"fontFamily":"Georgia",
|
||||
"fontColor":"0xffffff"
|
||||
"fontColor":"0xffffff",
|
||||
"onPress":"#listener"
|
||||
},
|
||||
{
|
||||
"type":"haxework.gui.LabelView",
|
||||
"id":"button3",
|
||||
"type":"haxework.gui.ButtonView",
|
||||
"contentSize":true,
|
||||
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0x00ffff"},
|
||||
"text":"Text 3333333333 ddd",
|
||||
"fontFamily":"Tahoma",
|
||||
"fontColor":"0xff0000"
|
||||
"fontColor":"0xff0000",
|
||||
"onPress":"#listener"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user