CellLayoutDataFunc
Description:
[ CCode ( instance_pos = 4.9 ) ]
public delegate void CellLayoutDataFunc (CellLayout cell_layout, CellRenderer cell, TreeModel tree_model, TreeIter iter)
public delegate void CellLayoutDataFunc (CellLayout cell_layout, CellRenderer cell, TreeModel tree_model, TreeIter iter)
A function which should set the value of cell_layout’s cell renderer(s) as appropriate.
Parameters:
| cell_layout | |
| cell |
the cell renderer whose value is to be set |
| tree_model |
the model |
| iter |
a TreeIter indicating the row to set the value for |
| data |
user data passed to set_cell_data_func |
Namespace: Gtk
Package: gtk+-3.0