def _on_added(self, obj, isonstage):
     InteractiveObject._on_added(self, obj, isonstage)
     for c in self._children:
         c._on_added(obj, isonstage)