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

gtkTreeViewColumnCellSetCellData

gtkTreeViewColumnCellSetCellData


Description

Sets the cell renderer based on the tree.model and iter. That is, for every attribute mapping in tree.column, it will get a value from the set column on the iter, and use that value to set the attribute on the cell renderer. This is used primarily by the GtkTreeView.

Usage

gtkTreeViewColumnCellSetCellData(object, tree.model, iter, is.expander, 
    is.expanded)

Arguments

object

A GtkTreeViewColumn.

tree.model

The GtkTreeModel to to get the cell renderers attributes from.

iter

The GtkTreeIter to to get the cell renderer's attributes from.

is.expander

TRUE, if the row has children

is.expanded

TRUE, if the row has visible children

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.