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:
@ -13,6 +13,7 @@ typedef struct {
|
||||
gchar *id;
|
||||
|
||||
GList *properties;
|
||||
GList *children;
|
||||
|
||||
GType gtype;
|
||||
GObject *object;
|
||||
|
Reference in New Issue
Block a user