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