getEnableAnimations
fn
bool getEnableAnimations(gtk.widget.Widget widget)Checks whether animations are enabled for widget.
This should be used when implementing an animated widget to know whether to animate it or not.
Parameters
widget | a [gtk.widget.Widget] |
Returns
whether animations are enabled for widget