Package ch.bailu.gtk.gtk
Interface CellLayoutIface.OnGetCells
- 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
-
Method Details
-
onGetCells
- Parameters:
cell_layout
- a `GtkCellLayout`- Returns:
- a list of cell renderers. The list, but not the renderers has been newly allocated and should be freed with g_list_free() when no longer needed.
-