Package ch.bailu.gtk.gtk
Interface CellRendererClass.OnGetPreferredHeight
- Enclosing class:
- CellRendererClass
- 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
onGetPreferredHeight
(CallbackHandler __self, CellRenderer cell, Widget widget, Int minimum_size, Int natural_size)
-
Method Details
-
onGetPreferredHeight
void onGetPreferredHeight(CallbackHandler __self, @Nonnull CellRenderer cell, @Nonnull Widget widget, @Nullable Int minimum_size, @Nullable Int natural_size) - Parameters:
cell
- a `GtkCellRenderer` instancewidget
- the `GtkWidget` this cell will be rendering tominimum_size
- location to store the minimum sizenatural_size
- location to store the natural size
-