Package ch.bailu.gtk.gdkpixbuf
Interface PixbufAnimationClass.OnGetSize
- Enclosing class:
- PixbufAnimationClass
- 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
onGetSize
(CallbackHandler __self, PixbufAnimation animation, Int width, Int height)
-
Method Details
-
onGetSize
void onGetSize(CallbackHandler __self, @Nonnull PixbufAnimation animation, @Nonnull Int width, @Nonnull Int height) - Parameters:
animation
-width
-height
-
-