atkHyperlinkGetObject: atkHyperlinkGetObject
Description
Returns the item associated with this hyperlinks nth anchor.
For instance, the returned AtkObject
will implement AtkText
if link.
is a text hyperlink, AtkImage
if link.
is an image
hyperlink etc.Usage
atkHyperlinkGetObject(object, i)
Details
Multiple anchors are primarily used by client-side image maps.