Calls a callback on every frame tick, synchronised to the widget's
GDK frame clock.
The callback should return true to continue receiving frame updates,
or false to stop. The animation is automatically cancelled when the
widget is destroyed.
Parameters
widget: Widget
The widget whose frame clock should drive the animation
Calls a callback on every frame tick, synchronised to the widget's GDK frame clock.
The callback should return
trueto continue receiving frame updates, orfalseto stop. The animation is automatically cancelled when the widget is destroyed.