CellArea.connectApplyAttributes

gulong connectApplyAttributes(T)(T callback, Flag!"After" after = No.After) if (isCallable!T && is(ReturnType!T == void) && (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : gtk.tree_model.TreeModel))) && (Parameters!T.length < 2 || (ParameterStorageClassTuple!T[1] == ParameterStorageClass.none && is(Parameters!T[1] == gtk.tree_iter.TreeIter))) && (Parameters!T.length < 3 || (ParameterStorageClassTuple!T[2] == ParameterStorageClass.none && is(Parameters!T[2] == bool))) && (Parameters!T.length < 4 || (ParameterStorageClassTuple!T[3] == ParameterStorageClass.none && is(Parameters!T[3] == bool))) && (Parameters!T.length < 5 || (ParameterStorageClassTuple!T[4] == ParameterStorageClass.none && is(Parameters!T[4] : gtk.cell_area.CellArea))) && Parameters!T.length < 6)

Connect to ApplyAttributes signal.

This signal is emitted whenever applying attributes to area from model

Parameters

callbacksignal callback delegate or function to connect void callback(gtk.tree_model.TreeModel model, gtk.tree_iter.TreeIter iter, bool isExpander, bool isExpanded, gtk.cell_area.CellArea cellArea) model the [gtk.tree_model.TreeModel] to apply the attributes from (optional) iter the [gtk.tree_iter.TreeIter] indicating which row to apply the attributes of (optional) isExpander whether the view shows children for this row (optional) isExpanded whether the view is currently showing the children of this row (optional) cellArea the instance the signal is connected to (optional)
afterYes.After to execute callback after default handler, No.After to execute before (default)

Returns

Signal ID