Files
mutter/clutter/tests/conform/scripts/test-script-object-property.json
2018-11-18 11:26:03 +01:00

14 lines
259 B
JSON

{
"id" : "test",
"type" : "ClutterActor",
"layout-manager" : { "id" : "layout", "type" : "ClutterBoxLayout" },
"children" : [
{
"id" : "child-1",
"type" : "ClutterRectangle",
"width" : "3 em",
"height" : "3 em"
}
]
}