20 lines
562 B
JSON
20 lines
562 B
JSON
{
|
|
"pWidth": 100, "pHeight": 100,
|
|
"views": [
|
|
{
|
|
"id": "create", "@type": "haxework.gui.ButtonView",
|
|
"width": 132, "height": 44,
|
|
"text": "Create",
|
|
"@style": "button_skin"
|
|
},
|
|
{
|
|
"id": "list", "@type": "haxework.gui.list.VListView<ru.m.tankz.proto.Game>",
|
|
"factory": "@class:ru.m.tankz.view.frames.list.GameView",
|
|
"scroll": {
|
|
"@type": "haxework.gui.list.VScrollView",
|
|
"skin": {"@type": "haxework.gui.list.VScrollSkin"}
|
|
},
|
|
"pWidth": 100, "pHeight": 100, "layoutMargin": 5
|
|
}
|
|
]
|
|
} |