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

« back to all changes in this revision

Viewing changes to man/gtkWidgetSetTooltipMarkup.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 Pango text markup language.}
6
6
\usage{gtkWidgetSetTooltipMarkup(object, markup)}
7
7
\arguments{
8
 
\item{\verb{object}}{[\verb{\link{GtkWidget}}]  a \verb{\link{GtkWidget}}}
9
 
\item{\verb{markup}}{[character]  the contents of the tooltip for \code{widget}, or \code{NULL}}
 
8
\item{\verb{object}}{a \code{\link{GtkWidget}}}
 
9
\item{\verb{markup}}{ the contents of the tooltip for \code{widget}, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
10
10
}
11
11
\details{This function will take care of setting GtkWidget:has-tooltip to \code{TRUE}
12
12
and of the default handler for the GtkWidget::query-tooltip signal.
13
13
  
14
14
See also the GtkWidget:tooltip-markup property and
15
 
\code{\link{gtkTooltipSetMarkup}}.  
16
 
 
17
 
  Since  2.12}
 
15
\code{\link{gtkTooltipSetMarkup}}.
 
16
  Since 2.12}
18
17
\author{Derived by RGtkGen from GTK+ documentation}
19
18
\keyword{internal}