Package ch.bailu.gtk.gtk
Interface CellArea.OnApplyAttributes
- Enclosing class:
- CellArea
- 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 TypeMethodDescriptionvoidonApplyAttributes(TreeModel model, TreeIter iter, boolean is_expander, boolean is_expanded) This signal is emitted whenever applying attributes to @area from @model
-
Method Details
-
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- Parameters:
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
-