Package ch.bailu.gtk.gdk
Interface PaintableInterface.OnSnapshot
- Enclosing class:
- PaintableInterface
- 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
onSnapshot
(CallbackHandler __self, Paintable paintable, Snapshot snapshot, double width, double height)
-
Method Details
-
onSnapshot
void onSnapshot(CallbackHandler __self, @Nonnull Paintable paintable, @Nonnull Snapshot snapshot, double width, double height) - Parameters:
paintable
- a `GdkPaintable`snapshot
- a `GdkSnapshot` to snapshot towidth
- width to snapshot inheight
- height to snapshot in
-