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

« back to all changes in this revision

Viewing changes to man/gtkIconViewSetTooltipCell.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:
5
5
the item pointed to by \code{path}. See also \code{\link{gtkTooltipSetTipArea}}.}
6
6
\usage{gtkIconViewSetTooltipCell(object, tooltip, path, cell)}
7
7
\arguments{
8
 
\item{\verb{object}}{[\verb{\link{GtkIconView}}]  a \verb{\link{GtkIconView}}}
9
 
\item{\verb{tooltip}}{[\verb{\link{GtkTooltip}}]  a \verb{\link{GtkTooltip}}}
10
 
\item{\verb{path}}{[\verb{\link{GtkTreePath}}]  a \verb{\link{GtkTreePath}}}
11
 
\item{\verb{cell}}{[\verb{\link{GtkCellRenderer}}]  a \verb{\link{GtkCellRenderer}} or \code{NULL}}
 
8
\item{\verb{object}}{a \code{\link{GtkIconView}}}
 
9
\item{\verb{tooltip}}{a \code{\link{GtkTooltip}}}
 
10
\item{\verb{path}}{a \code{\link{GtkTreePath}}}
 
11
\item{\verb{cell}}{ a \code{\link{GtkCellRenderer}} or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
12
12
}
13
 
\details{  Since  2.12}
 
13
\details{See also \code{\link{gtkIconViewSetTooltipColumn}} for a simpler alternative.
 
14
  Since 2.12}
14
15
\author{Derived by RGtkGen from GTK+ documentation}
15
16
\keyword{internal}