Function
Gtk.CellLayoutDataFunc
Declaration
void
CellLayoutDataFunc (
GtkCellLayout* cell_layout,
GtkCellRenderer* cell,
GtkTreeModel* tree_model,
GtkTreeIter* iter,
gpointer data
)
Description [src]
A function which should set the value of cell_layout
’s cell renderer(s)
as appropriate.
Parameters
cell_layout |
GtkCellLayout |
a |
|
Ownership is not transferred to the callee | |
cell |
GtkCellRenderer |
the cell renderer whose value is to be set |
|
Ownership is not transferred to the callee | |
tree_model |
GtkTreeModel |
the model |
|
Ownership is not transferred to the callee | |
iter |
GtkTreeIter |
a |
|
Ownership is not transferred to the callee | |
data |
gpointer |
user data passed to |