mutter/tests/data
Emmanuele Bassi 95d78acb4c script: Allow parsing child properties
The ClutterScript parser needs to be extended to parse child properties
and apply them after an actor has been added to a container. In order to
distinguish child properties from regular GObject properties we can use
the "child::" prefix, e.g.:

  {
    "type" : "ClutterRectangle",
    "id" : "child-01",
    "child::has-focus" : true,
    ...
  }

Parsing child properties can be deferred to the ClutterScriptable
interface, just like regular properties.
2009-11-04 16:50:35 +00:00
..
light0.png Adds a CoglMaterial abstraction, which includes support for multi-texturing 2008-12-22 16:35:52 +00:00
Makefile.am conform: Add the beginnings of a ClutterScript test suite 2009-11-04 11:50:45 +00:00
redhand_alpha.png [tests] Adds an interactive unit test for multi-texturing 2008-12-22 16:35:51 +00:00
redhand.png Bug 1162 - Re-works the tests/ to use the glib-2.16 unit testing 2008-11-07 19:32:28 +00:00
test-script-child.json script: Allow parsing child properties 2009-11-04 16:50:35 +00:00
test-script-single.json conform: Add the beginnings of a ClutterScript test suite 2009-11-04 11:50:45 +00:00
test-script.json [tests] Update the script test JSON 2009-08-26 16:50:37 +01:00