Package ch.bailu.gtk.gtk
Schnittstelle CellAreaContextClass.OnGetPreferredHeightForWidth
- Umschließende Klasse:
CellAreaContextClass
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onGetPreferredHeightForWidth
(CallbackHandler __self, CellAreaContext context, int width, Int minimum_height, Int natural_height)
-
Methodendetails
-
onGetPreferredHeightForWidth
void onGetPreferredHeightForWidth(CallbackHandler __self, @Nonnull CellAreaContext context, int width, @Nullable Int minimum_height, @Nullable Int natural_height) - Parameter:
context
- a `GtkCellAreaContext`width
- a proposed width for allocationminimum_height
- location to store the minimum heightnatural_height
- location to store the natural height
-