Package ch.bailu.gtk.gdkpixbuf
Interface PixbufLoaderClass.OnAreaUpdated
- Enclosing class:
- PixbufLoaderClass
- 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
onAreaUpdated
(CallbackHandler __self, PixbufLoader loader, int x, int y, int width, int height)
-
Method Details
-
onAreaUpdated
void onAreaUpdated(CallbackHandler __self, @Nonnull PixbufLoader loader, int x, int y, int width, int height) - Parameters:
loader
-x
-y
-width
-height
-
-