Work out initialisation phase for attributes
commitb53e2b6b83f0b0b0f0889322590647a723e1f999
authorKoos Vriezen <koos.vriezen@gmail.com>
Sat, 19 Apr 2008 15:58:17 +0000 (19 17:58 +0200)
committerKoos Vriezen <koos.vriezen@gmail.com>
Sat, 19 Apr 2008 15:58:17 +0000 (19 17:58 +0200)
tree275b5ac0c790f2d6dfacef62a33a7b51617f06d5
parenta56a054f3239fcdd9e7e9da5acb9a878669e9d04
Work out initialisation phase for attributes

Call setAttribute for each attribute. We can't do that during construct,
because attribute that might point to other nodes by id.
Had to make the attributes hash table public for this. It becomes too rigid
when only node does that. Eg. layout wants to set attributes first, look up
the root-layout, create the ClutterGroup and then traverse its children
src/laugh-dom.c
src/laugh-dom.h
src/laugh-layout.c