I have clutteractors to be added to a ClutterActor subclass.
Is it possible to add all the clutteractors after creating the clutteractor subclass . Because whenever i add it after creating the subclass it does not show up.
But it shows up whenever i add the clutteractors inline while i create the subclass.
I add the clutteractors to a clutterbox. Is there anyway to add it after i create the clutteractor from Gobject subclass ?