Adw.CallbackAnimationTarget¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Adw.CallbackAnimationTarget(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An [class`AnimationTarget`] that calls a given callback during the animation.
- classmethod new(callback)¶
- Parameters:
callback (
Adw.AnimationTargetFunc
) – the callback to call- Returns:
the newly created callback target
- Return type:
Creates a new
AdwAnimationTarget
that calls the given callback during the animation.