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 a GtkCellLayout

  • param cell the cell renderer whose value is to be set

  • param treeModel the model

  • param iter a GtkTreeIter indicating the row to set the value for