mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
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:
@ -39,6 +39,7 @@ typedef struct {
|
||||
|
||||
GList *properties;
|
||||
GList *children;
|
||||
GList *behaviours;
|
||||
|
||||
GType gtype;
|
||||
GObject *object;
|
||||
|
Reference in New Issue
Block a user