gtkCellLayoutSetCellDataFunc: gtkCellLayoutSetCellDataFunc

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Sets the GtkCellLayoutDataFunc to use for cell.layout. This function is used instead of the standard attributes mapping for setting the column value, and should set the value of cell.layout's cell renderer(s) as appropriate. func may be NULL to remove and older one.

Usage

1
gtkCellLayoutSetCellDataFunc(object, cell, func, func.data = NULL)

Arguments

object

A GtkCellLayout.

cell

A GtkCellRenderer.

func

The GtkCellLayoutDataFunc to use.

func.data

The user data for func.

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.