Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkTreeViewColumnSetCellDataFunc

gtkTreeViewColumnSetCellDataFunc


Description

Sets the GtkTreeViewColumnFunc 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.

Usage

gtkTreeViewColumnSetCellDataFunc(object, cell.renderer, func, 
    func.data = NULL)

Arguments

object

A GtkTreeViewColumn

cell.renderer

A GtkCellRenderer

func

The GtkTreeViewColumnFunc to use.

func.data

The user data for func.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.