Package ch.bailu.gtk.gtk
Interface CellAreaContextClass.OnGetPreferredHeightForWidth
- Enclosing class:
- CellAreaContextClass
- 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
onGetPreferredHeightForWidth
(CallbackHandler __self, CellAreaContext context, int width, Int minimum_height, Int natural_height)
-
Method Details
-
onGetPreferredHeightForWidth
void onGetPreferredHeightForWidth(CallbackHandler __self, @Nonnull CellAreaContext context, int width, @Nullable Int minimum_height, @Nullable Int natural_height) - Parameters:
context
- a `GtkCellAreaContext`width
- a proposed width for allocationminimum_height
- location to store the minimum heightnatural_height
- location to store the natural height
-