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

gtkTreeModelFilterSetModifyFunc

gtkTreeModelFilterSetModifyFunc


Description

With the n.columns and types parameters, you give a list of column types for this model (which will be exposed to the parent model/view). The func, data and destroy parameters are for specifying the modify function. The modify function will get called for each data access, the goal of the modify function is to return the data which should be displayed at the location specified using the parameters of the modify function.

Usage

gtkTreeModelFilterSetModifyFunc(object, types, func, data = NULL)

Arguments

object

A GtkTreeModelFilter.

types

The GTypes of the columns.

func

A GtkTreeModelFilterModifyFunc

data

User data to pass to the modify function, or NULL. [ allow-none ]

Details

Since 2.4

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.