Method
GtkCellLayoutset_cell_data_func
Declaration [src]
void
gtk_cell_layout_set_cell_data_func (
GtkCellLayout* cell_layout,
GtkCellRenderer* cell,
GtkCellLayoutDataFunc func,
gpointer func_data,
GDestroyNotify destroy
)
Description [src]
Sets the GtkCellLayout
DataFunc to use for cell_layout
.
This function is used instead of the standard attributes mapping
for setting the column value, and should set the value of cell_layout
’s
cell renderer(s) as appropriate.
func
may be NULL
to remove a previously set function.
Parameters
cell |
GtkCellRenderer |
A |
|
The data is owned by the caller of the function. | |
func |
GtkCellLayoutDataFunc |
The |
|
The argument can be NULL . | |
func_data |
gpointer |
User data for |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
destroy |
GDestroyNotify |
Destroy notify for |