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

« back to all changes in this revision

Viewing changes to man/AtkHypertext.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:
10
10
\section{Hierarchy}{\preformatted{GInterface
11
11
   +----AtkHypertext}}
12
12
\section{Implementations}{AtkHypertext is implemented by
13
 
 \verb{\link{AtkNoOpObject}}.}
 
13
 \code{\link{AtkNoOpObject}}.}
14
14
\section{Detailed Description}{An interface used for objects which implement linking between multiple
15
15
resource or content locations, or multiple 'markers' within a single
16
16
document.  A Hypertext instance is associated with one or more Hyperlinks,
25
25
the hyperlinks associated with the object is selected.
26
26
 
27
27
\describe{
28
 
\item{\code{atkhypertext}}{[\verb{\link{AtkHypertext}}] the object which received the signal.}
 
28
\item{\code{atkhypertext}}{[\code{\link{AtkHypertext}}] the object which received the signal.}
29
29
\item{\code{arg1}}{[integer] the index of the hyperlink which is selected}
30
30
\item{\code{user.data}}{[R object] user data set when the signal handler was connected.}
31
31
}
32
32
 
33
33
 
34
34
}}}
35
 
\references{\url{http://developer.gnome.org/doc/API/2.0/atk/AtkHypertext.html}}
 
35
\references{\url{http://library.gnome.org/devel//atk/AtkHypertext.html}}
36
36
\author{Derived by RGtkGen from GTK+ documentation}
37
37
\keyword{internal}