Package ch.bailu.gtk.gtk
Interface CellLayoutIface.OnPackEnd
- Enclosing class:
- CellLayoutIface
- 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
onPackEnd
(CallbackHandler __self, CellLayout cell_layout, CellRenderer cell, boolean expand)
-
Method Details
-
onPackEnd
void onPackEnd(CallbackHandler __self, @Nonnull CellLayout cell_layout, @Nonnull CellRenderer cell, boolean expand) - Parameters:
cell_layout
- a `GtkCellLayout`cell
- a `GtkCellRenderer`expand
- %TRUE if @cell is to be given extra space allocated to @cell_layout
-