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 -- the gtk-tree-cell-data-func callback 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. func may be nil to remove an older one.
 

See also

2021-2-24