7d842079ca
We should exercise the resolution of the object properties containing a string pointing to an object previously defined using ClutterScript.
23 lines
379 B
JSON
23 lines
379 B
JSON
[
|
|
{
|
|
"id" : "layout",
|
|
"type" : "ClutterBoxLayout",
|
|
"vertical" : true,
|
|
"spacing" : 12,
|
|
"pack-start" : false
|
|
},
|
|
{
|
|
"id" : "test",
|
|
"type" : "ClutterBox",
|
|
"layout-manager" : "layout",
|
|
"children" : [
|
|
{
|
|
"id" : "child-1",
|
|
"type" : "ClutterRectangle",
|
|
"width" : "3 em",
|
|
"height" : "3 em"
|
|
}
|
|
]
|
|
}
|
|
]
|