File: gtkCellLayoutSetCellDataFunc.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 843 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\alias{gtkCellLayoutSetCellDataFunc}
\name{gtkCellLayoutSetCellDataFunc}
\title{gtkCellLayoutSetCellDataFunc}
\description{Sets the \code{\link{GtkCellLayoutDataFunc}} to use for \code{cell.layout}. This function
is used instead of the standard attributes mapping for setting the
column value, and should set the value of \code{cell.layout}'s cell renderer(s)
as appropriate. \code{func} may be \code{NULL} to remove and older one.}
\usage{gtkCellLayoutSetCellDataFunc(object, cell, func, func.data = NULL)}
\arguments{
\item{\verb{object}}{A \code{\link{GtkCellLayout}}.}
\item{\verb{cell}}{A \code{\link{GtkCellRenderer}}.}
\item{\verb{func}}{The \code{\link{GtkCellLayoutDataFunc}} to use.}
\item{\verb{func.data}}{The user data for \code{func}.}
}
\details{Since 2.4}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}