Package ch.bailu.gtk.gdkpixbuf
Interface PixbufLoader.OnAreaPrepared
- Enclosing class:
- PixbufLoader
- 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
This signal is emitted when the pixbuf loader has allocated the
pixbuf in the desired size.
-
Method Details
-
onAreaPrepared
void onAreaPrepared()This signal is emitted when the pixbuf loader has allocated the
pixbuf in the desired size.
After this signal is emitted, applications can call
gdk_pixbuf_loader_get_pixbuf() to fetch the partially-loaded
pixbuf.
-