Package ch.bailu.gtk.gtk
Schnittstelle CellAreaClass.OnGetPreferredHeightForWidth
- Umschließende Klasse:
CellAreaClass
- 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, CellArea area, CellAreaContext context, Widget widget, int width, Int minimum_height, Int natural_height)
-
Methodendetails
-
onGetPreferredHeightForWidth
void onGetPreferredHeightForWidth(CallbackHandler __self, @Nonnull CellArea area, @Nonnull CellAreaContext context, @Nonnull Widget widget, int width, @Nullable Int minimum_height, @Nullable Int natural_height) - Parameter:
area
- a `GtkCellArea`context
- the `GtkCellArea`Context which has already been requested for widths.widget
- the `GtkWidget` where @area will be renderingwidth
- the width for which to check the height of this areaminimum_height
- location to store the minimum heightnatural_height
- location to store the natural height
-