Signal
Gtk CellArea::apply-attributes
since: 3.0
Declaration
void
apply_attributes(
GtkCellArea*self,
GtkTreeModel*model,
GtkTreeIter*iter,
gbooleanis_expander,
gbooleanis_expanded,
gpointeruser_data
)
Description [src]
This signal is emitted whenever applying attributes to area from model.
Default handler:
The default handler is called before the handlers added via g_signal_connect().
Available since: 3.0
Parameters
model-
Type:
GtkTreeModelThe
GtkTreeModelto apply the attributes from.The data is owned by the caller of the function. iter-
Type:
GtkTreeIterThe
GtkTreeIterindicating which row to apply the attributes of.The data is owned by the caller of the function. is_expander-
Type:
gbooleanWhether the view shows children for this row.
is_expanded-
Type:
gbooleanWhether the view is currently showing the children of this row.