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

* clutter/clutter-script-private.h:
	* clutter/clutter-script.c: Allow applying behaviours directly
	inside the UI definition data.

	* tests/test-script.c: Test the "behaviours" member.
This commit is contained in:
Emmanuele Bassi
2007-10-09 15:11:01 +00:00
parent 9e3f1e0d4c
commit 0d7184db20
4 changed files with 64 additions and 15 deletions

View File

@ -39,6 +39,7 @@ typedef struct {
GList *properties;
GList *children;
GList *behaviours;
GType gtype;
GObject *object;