Package ch.bailu.gtk.gtk
Schnittstelle CellLayoutIface.OnGetCells
- Umschließende Klasse:
CellLayoutIface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungonGetCells
(CallbackHandler __self, CellLayout cell_layout)
-
Methodendetails
-
onGetCells
- Parameter:
cell_layout
- a `GtkCellLayout`- Gibt zurück:
- 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.
-