Package ch.bailu.gtk.gtk
Schnittstelle CellArea.OnApplyAttributes
- Umschließende Klasse:
CellArea
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidonApplyAttributes(TreeModel model, TreeIter iter, boolean is_expander, boolean is_expanded) This signal is emitted whenever applying attributes to @area from @model
-
Methodendetails
-
onApplyAttributes
void onApplyAttributes(@Nonnull TreeModel model, @Nonnull TreeIter iter, boolean is_expander, boolean is_expanded) This signal is emitted whenever applying attributes to @area from @model- Parameter:
model- the `GtkTreeModel` to apply the attributes fromiter- the `GtkTreeIter` indicating which row to apply the attributes ofis_expander- whether the view shows children for this rowis_expanded- whether the view is currently showing the children of this row
-