gtkCellLayoutSetCellDataFunc {RGtk2}R Documentation

gtkCellLayoutSetCellDataFunc

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

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

Arguments

object [GtkCellLayout] A GtkCellLayout.
cell [GtkCellRenderer] A GtkCellRenderer.
func [GtkCellLayoutDataFunc] The GtkCellLayoutDataFunc to use.
func.data [R object] The user data for func.

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]