File: gtkCellViewSetDisplayedRow.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-- 766 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\alias{gtkCellViewSetDisplayedRow}
\name{gtkCellViewSetDisplayedRow}
\title{gtkCellViewSetDisplayedRow}
\description{Sets the row of the model that is currently displayed
by the \code{\link{GtkCellView}}. If the path is unset, then the
contents of the cellview "stick" at their last value;
this is not normally a desired result, but may be
a needed intermediate state if say, the model for
the \code{\link{GtkCellView}} becomes temporarily empty.}
\usage{gtkCellViewSetDisplayedRow(object, path = NULL)}
\arguments{
\item{\verb{object}}{a \code{\link{GtkCellView}}}
\item{\verb{path}}{a \code{\link{GtkTreePath}} or \code{NULL} to unset. \emph{[  \acronym{allow-none}  ]}}
}
\details{Since 2.6}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}