Package ch.bailu.gtk.gtk
Schnittstelle CellAreaClass.OnGetPreferredHeight
- 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
onGetPreferredHeight
(CallbackHandler __self, CellArea area, CellAreaContext context, Widget widget, Int minimum_height, Int natural_height)
-
Methodendetails
-
onGetPreferredHeight
void onGetPreferredHeight(CallbackHandler __self, @Nonnull CellArea area, @Nonnull CellAreaContext context, @Nonnull Widget widget, @Nullable Int minimum_height, @Nullable Int natural_height) - Parameter:
area
- a `GtkCellArea`context
- the `GtkCellArea`Context to perform this request withwidget
- the `GtkWidget` where @area will be renderingminimum_height
- location to store the minimum heightnatural_height
- location to store the natural height
-