Package ch.bailu.gtk.adw
Interface CallbackAnimationTarget.OnAnimationTargetFunc
- Enclosing class:
- CallbackAnimationTarget
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAnimationTargetFunc
(CallbackHandler __self, double value, Pointer user_data) Prototype for animation targets based on user callbacks.
-
Method Details
-
onAnimationTargetFunc
Prototype for animation targets based on user callbacks.- Parameters:
value
- The animation valueuser_data
- The user data provided when creating the target
-