Package ch.bailu.gtk.gtk
Schnittstelle CellAreaClass.OnGetPreferredWidthForHeight
- 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
onGetPreferredWidthForHeight
(CallbackHandler __self, CellArea area, CellAreaContext context, Widget widget, int height, Int minimum_width, Int natural_width)
-
Methodendetails
-
onGetPreferredWidthForHeight
void onGetPreferredWidthForHeight(CallbackHandler __self, @Nonnull CellArea area, @Nonnull CellAreaContext context, @Nonnull Widget widget, int height, @Nullable Int minimum_width, @Nullable Int natural_width) - Parameter:
area
- a `GtkCellArea`context
- the `GtkCellArea`Context which has already been requested for widths.widget
- the `GtkWidget` where @area will be renderingheight
- the height for which to check the width of this areaminimum_width
- location to store the minimum widthnatural_width
- location to store the natural width
-