Package: gtk

Function gtk:tree-view-column-set-cell-data-func

Lambda List

gtk:tree-view-column-set-cell-data-func (column renderer func)

Arguments

column -- a gtk:tree-view-column object
renderer -- a gtk:cell-renderer object
func -- a gtk:tree-cell-data-func callback function to use

Details

Sets the callback function to use for the tree view column. This function is used instead of the standard attributes mapping for setting the column value, and should set the value of the tree view column cell renderer as appropriate. The func argument may be nil to remove an older one.

Warning

The gtk:tree-view-column implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-3-8