~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gtkCellViewSetModel.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
\name{gtkCellViewSetModel}
3
3
\title{gtkCellViewSetModel}
4
4
\description{Sets the model for \code{cell.view}.  If \code{cell.view} already has a model
5
 
set, it will remove it before setting the new model.  If \code{model} is 
 
5
set, it will remove it before setting the new model.  If \code{model} is
6
6
\code{NULL}, then it will unset the old model.}
7
7
\usage{gtkCellViewSetModel(object, model = NULL)}
8
8
\arguments{
9
 
\item{\verb{object}}{[\verb{\link{GtkCellView}}]  a \verb{\link{GtkCellView}}}
10
 
\item{\verb{model}}{[\verb{\link{GtkTreeModel}}]  a \verb{\link{GtkTreeModel}}}
 
9
\item{\verb{object}}{a \code{\link{GtkCellView}}}
 
10
\item{\verb{model}}{ a \code{\link{GtkTreeModel}}. \emph{[  \acronym{allow-none}  ]}}
11
11
}
12
 
\details{  Since  2.6}
 
12
\details{Since 2.6}
13
13
\author{Derived by RGtkGen from GTK+ documentation}
14
14
\keyword{internal}