2010-02-25 17:47:49 -05:00
|
|
|
{
|
|
|
|
"id" : "test-model",
|
|
|
|
"type" : "ClutterListModel",
|
|
|
|
"columns" : [
|
|
|
|
[ "text-column", "gchararray" ],
|
|
|
|
[ "int-column", "gint" ],
|
|
|
|
[ "actor-column", "ClutterRectangle" ]
|
2011-01-21 08:50:44 -05:00
|
|
|
],
|
|
|
|
"rows" : [
|
|
|
|
[ "text-row-1", 1, null ],
|
|
|
|
[ "text-row-2", 2, { "type" : "ClutterRectangle", "color" : "blue" } ],
|
|
|
|
{
|
|
|
|
"int-column" : 3,
|
|
|
|
"actor-column" : { "type" : "ClutterRectangle", "name" : "actor-row-3" }
|
|
|
|
}
|
2010-02-25 17:47:49 -05:00
|
|
|
]
|
|
|
|
}
|