File: gtkCellRendererTextNew.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 (14 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\alias{gtkCellRendererTextNew}
\name{gtkCellRendererTextNew}
\title{gtkCellRendererTextNew}
\description{Creates a new \code{\link{GtkCellRendererText}}. Adjust how text is drawn using
object properties. Object properties can be
set globally (with \code{\link{gObjectSet}}). Also, with \code{\link{GtkTreeViewColumn}},
you can bind a property to a value in a \code{\link{GtkTreeModel}}. For example,
you can bind the "text" property on the cell renderer to a string
value in the model, thus rendering a different string in each row
of the \code{\link{GtkTreeView}}}
\usage{gtkCellRendererTextNew()}
\value{[\code{\link{GtkCellRenderer}}] the new cell renderer}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}