Package ch.bailu.gtk.gdkpixbuf
Interface PixbufLoaderClass.OnSizePrepared
- 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 TypeMethodDescriptionvoidonSizePrepared(CallbackHandler __self, PixbufLoader loader, int width, int height)
-
Method Details
-
onSizePrepared
- Parameters:
loader-width-height-
-