Package ch.bailu.gtk.gdk
Interface PaintableInterface.OnGetIntrinsicAspectRatio
- 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 TypeMethodDescriptiondouble
onGetIntrinsicAspectRatio
(CallbackHandler __self, Paintable paintable)
-
Method Details
-
onGetIntrinsicAspectRatio
- Parameters:
paintable
- a `GdkPaintable`- Returns:
- the intrinsic aspect ratio of @paintable or 0 if none.
-