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