gtkTreeViewColumnSetCellDataFunc {RGtk2} | R Documentation |
Sets the
GtkTreeViewColumnFuncto 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.
gtkTreeViewColumnSetCellDataFunc(object, cell.renderer, func, func.data = NULL)
|
|
|
|
|
The GtkTreeViewColumnFuncto use. |
|
The user data for |
Derived by RGtkGen from GTK+ documentation