CellLayoutDataFunc
Description:
[ CCode ( instance_pos = 4.9 ) ]
[ Version ( deprecated = true , deprecated_since = "4.20" ) ]
public delegate void CellLayoutDataFunc (CellLayout cell_layout, CellRenderer cell, TreeModel tree_model, TreeIter iter)
[ Version ( deprecated = true , deprecated_since = "4.20" ) ]
public delegate void CellLayoutDataFunc (CellLayout cell_layout, CellRenderer cell, TreeModel tree_model, TreeIter iter)
Warning: CellLayoutDataFunc is deprecated since 4.20.
A function which should set the value of cell_layout
’s cell renderer(s) as appropriate.
Note:
There is no replacement
Parameters:
cell_layout |
a `GtkCellLayout` |
cell |
the cell renderer whose value is to be set |
tree_model |
the model |
iter |
a `GtkTreeIter` indicating the row to set the value for |
data |
user data passed to set_cell_data_func |
Namespace: Gtk
Package: gtk4