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