Update the ClutterBox API and structure
authorEmmanuele Bassi <ebassi@openedhand.com>
Mon, 6 Aug 2007 19:36:27 +0000 (19:36 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Mon, 6 Aug 2007 19:36:27 +0000 (19:36 +0000)
commit54b77d12cd75d138b896b0dbe44ab395747e6aa5
tree8a62d718510c6755a1616d6c11842d5f818208e9
parentb3c8ff186c53ae02cc76d2a7b4536b50ce618d35
Update the ClutterBox API and structure

ClutterBox is meant to work like the HTML boxing model: it has a margin and
a backgrdound color, and every child actor is added with a pack type and a
padding. The ClutterBoxChild structure holds the child actor, the padding,
the packing type and the allocated coordinates for the actor.
clutter/clutter-box.c
clutter/clutter-box.h
clutter/clutter-types.h
tests/test-boxes.c