Package ch.bailu.gtk.gtk
Schnittstelle CellLayoutIface.OnAddAttribute
- 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 TypMethodeBeschreibungvoid
onAddAttribute
(CallbackHandler __self, CellLayout cell_layout, CellRenderer cell, Str attribute, int column)
-
Methodendetails
-
onAddAttribute
void onAddAttribute(CallbackHandler __self, @Nonnull CellLayout cell_layout, @Nonnull CellRenderer cell, @Nonnull Str attribute, int column) - Parameter:
cell_layout
- a `GtkCellLayout`cell
- a `GtkCellRenderer`attribute
- a property on the renderercolumn
- the column position on the model to get the attribute from
-