File: atkHyperlinkGetObject.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (16 lines) | stat: -rw-r--r-- 826 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\alias{atkHyperlinkGetObject}
\name{atkHyperlinkGetObject}
\title{atkHyperlinkGetObject}
\description{Returns the item associated with this hyperlinks nth anchor.
For instance, the returned \code{\link{AtkObject}} will implement \code{\link{AtkText}}
if \code{link.} is a text hyperlink, \code{\link{AtkImage}} if \code{link.} is an image
hyperlink etc. }
\usage{atkHyperlinkGetObject(object, i)}
\arguments{
\item{\verb{object}}{[\code{\link{AtkHyperlink}}]  an \code{\link{AtkHyperlink}}}
\item{\verb{i}}{[integer]  a (zero-index) integer specifying the desired anchor}
}
\details{Multiple anchors are primarily used by client-side image maps.  }
\value{[\code{\link{AtkObject}}]  an \code{\link{AtkObject}} associated with this hyperlinks i-th anchor}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}