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

« back to all changes in this revision

Viewing changes to man/gtkTooltipSetTipArea.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:
3
3
\title{gtkTooltipSetTipArea}
4
4
\description{Sets the area of the widget, where the contents of this tooltip apply,
5
5
to be \code{rect} (in widget coordinates).  This is especially useful for
6
 
properly setting tooltips on \verb{\link{GtkTreeView}} rows and cells, \verb{GtkIconViews},
 
6
properly setting tooltips on \code{\link{GtkTreeView}} rows and cells, \verb{GtkIconViews},
7
7
etc.}
8
8
\usage{gtkTooltipSetTipArea(object, area)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkTooltip}}]  a \verb{\link{GtkTooltip}}}
11
 
\item{\verb{area}}{[\verb{\link{GdkRectangle}}]  a \verb{\link{GdkRectangle}}}
 
10
\item{\verb{object}}{a \code{\link{GtkTooltip}}}
 
11
\item{\verb{area}}{a \code{\link{GdkRectangle}}}
12
12
}
13
 
\details{For setting tooltips on \verb{\link{GtkTreeView}}, please refer to the convenience
 
13
\details{For setting tooltips on \code{\link{GtkTreeView}}, please refer to the convenience
14
14
functions for this: \code{\link{gtkTreeViewSetTooltipRow}} and
15
 
\code{\link{gtkTreeViewSetTooltipCell}}.  
16
 
 
17
 
  Since  2.12}
 
15
\code{\link{gtkTreeViewSetTooltipCell}}.
 
16
  Since 2.12}
18
17
\author{Derived by RGtkGen from GTK+ documentation}
19
18
\keyword{internal}