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

« back to all changes in this revision

Viewing changes to man/gtkTreeViewSetTooltipCell.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:
7
7
\code{\link{gtkTooltipSetTipArea}}.}
8
8
\usage{gtkTreeViewSetTooltipCell(object, tooltip, path, column, cell)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkTreeView}}]  a \verb{\link{GtkTreeView}}}
11
 
\item{\verb{tooltip}}{[\verb{\link{GtkTooltip}}]  a \verb{\link{GtkTooltip}}}
12
 
\item{\verb{path}}{[\verb{\link{GtkTreePath}}]  a \verb{\link{GtkTreePath}} or \code{NULL}}
13
 
\item{\verb{column}}{[\verb{\link{GtkTreeViewColumn}}]  a \verb{\link{GtkTreeViewColumn}} or \code{NULL}}
14
 
\item{\verb{cell}}{[\verb{\link{GtkCellRenderer}}]  a \verb{\link{GtkCellRenderer}} or \code{NULL}}
 
10
\item{\verb{object}}{a \code{\link{GtkTreeView}}}
 
11
\item{\verb{tooltip}}{a \code{\link{GtkTooltip}}}
 
12
\item{\verb{path}}{ a \code{\link{GtkTreePath}} or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
 
13
\item{\verb{column}}{ a \code{\link{GtkTreeViewColumn}} or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
 
14
\item{\verb{cell}}{ a \code{\link{GtkCellRenderer}} or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
15
15
}
16
16
\details{Note that if \code{path} is not specified and \code{cell} is set and part of a column
17
17
containing the expander, the tooltip might not show and hide at the correct
18
18
position.  In such cases \code{path} must be set to the current node under the
19
 
mouse cursor for this function to operate correctly.  
20
 
 
21
 
  Since  2.12}
 
19
mouse cursor for this function to operate correctly.
 
20
  
 
21
See also \code{\link{gtkTreeViewSetTooltipColumn}} for a simpler alternative.
 
22
  Since 2.12}
22
23
\author{Derived by RGtkGen from GTK+ documentation}
23
24
\keyword{internal}