Is there any way to know when a timeline has finished in Python-Clutter, so that 开发者_如何学GoI can do something and then run another timeline? Can I use .join() on it like timers in PyGTK?
Turns out there's a signal - "completed".
Is there any way to know when a timeline has finished in Python-Clutter, so that 开发者_如何学GoI can do something and then run another timeline? Can I use .join() on it like timers in PyGTK?
Turns out there's a signal - "completed".
精彩评论