summaryrefslogtreecommitdiff
path: root/clutter/tests/conform/scripts/test-script-object-property.json
blob: 18a02fb8b1c83f6fa7c7181e1d547513a7f31781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "id" : "test",
  "type" : "ClutterBox",
  "layout-manager" : { "id" : "layout", "type" : "ClutterBinLayout" },
  "children" : [
    {
      "id" : "child-1",
      "type" : "ClutterRectangle",
      "width" : "3 em",
      "height" : "3 em"
    }
  ]
}