Method
GtkTreeViewColumnset_cell_data_func
Declaration [src]
void
gtk_tree_view_column_set_cell_data_func (
GtkTreeViewColumn* tree_column,
GtkCellRenderer* cell_renderer,
GtkTreeCellDataFunc func,
gpointer func_data,
GDestroyNotify destroy
)
Description [src]
Sets the GtkTreeCellDataFunc
to use for the column.
This
function is used instead of the standard attributes mapping for
setting the column value, and should set the value of tree_column
‘s
cell renderer as appropriate. func
may be NULL
to remove an
older one.
Parameters
cell_renderer |
GtkCellRenderer |
A |
|
The data is owned by the caller of the function. | |
func |
GtkTreeCellDataFunc |
The |
|
The argument can be NULL . | |
func_data |
gpointer |
The user data for |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
destroy |
GDestroyNotify |
The destroy notification for |