2007-10-08 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-script-private.h:
	* clutter/clutter-script.c: Allow defining childrens for every
	container actor inside the UI definition files.
This commit is contained in:
Emmanuele Bassi
2007-10-08 16:25:10 +00:00
parent 34a40de3c5
commit 76dd06bc7b
3 changed files with 39 additions and 31 deletions

View File

@ -13,6 +13,7 @@ typedef struct {
gchar *id;
GList *properties;
GList *children;
GType gtype;
GObject *object;