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

« back to all changes in this revision

Viewing changes to man/gtkEntrySetIconTooltipMarkup.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:
 
1
\alias{gtkEntrySetIconTooltipMarkup}
 
2
\name{gtkEntrySetIconTooltipMarkup}
 
3
\title{gtkEntrySetIconTooltipMarkup}
 
4
\description{Sets \code{tooltip} as the contents of the tooltip for the icon at
 
5
the specified position. \code{tooltip} is assumed to be marked up with
 
6
the Pango text markup language.}
 
7
\usage{gtkEntrySetIconTooltipMarkup(object, icon.pos, tooltip = NULL)}
 
8
\arguments{
 
9
\item{\verb{object}}{a \code{\link{GtkEntry}}}
 
10
\item{\verb{icon.pos}}{the icon position}
 
11
\item{\verb{tooltip}}{ the contents of the tooltip for the icon, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
 
12
}
 
13
\details{Use \code{NULL} for \code{tooltip} to remove an existing tooltip.
 
14
  
 
15
See also \code{\link{gtkWidgetSetTooltipMarkup}} and 
 
16
\code{gtkEntySetIconTooltipText()}.
 
17
  Since 2.16}
 
18
\author{Derived by RGtkGen from GTK+ documentation}
 
19
\keyword{internal}