GtkCellLayoutIface.setCellDataFunc

Sets the gtk.cell_layout.CellLayoutDataFunc to use for cell_layout.

struct GtkCellLayoutIface
extern (C)
void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, GtkCellLayoutDataFunc func, void* funcData, GDestroyNotify destroy) setCellDataFunc;