Gtk.CellLayout::set_cell_data_func
function vfunc_set_cell_data_func(cell:Gtk.CellRenderer, func:Gtk.CellLayoutDataFunc):void { }
Sets the Gtk.CellLayoutDataFunc to use for cell_layout.
This function is used instead of the standard attributes mapping for setting the column value, and should set the value of cell_layout's cell renderer(s) as appropriate.
func may be null to remove a previously set function.
Since 2.4
- cell
- func
the Gtk.CellLayoutDataFunc to use, or null