CellLayoutDataFunc
typealias CellLayoutDataFunc = (cellLayout: CellLayout, cell: CellRenderer, treeModel: TreeModel, iter: TreeIter) -> Unit
A function which should set the value of @cell_layout’s cell renderer(s) as appropriate.
param
cellLayout
aGtkCellLayout
param
cell
the cell renderer whose value is to be setparam
treeModel
the modelparam
iter
aGtkTreeIter
indicating the row to set the value for