atkHyperlinkGetObject {RGtk2} | R Documentation |
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.
atkHyperlinkGetObject(object, i)
|
[AtkHyperlink ] an AtkHyperlink |
|
[integer] a (zero-index) integer specifying the desired anchor |
Multiple anchors are primarily used by client-side image maps.
[AtkObject
] an AtkObject
associated with this hyperlinks i-th anchor
Derived by RGtkGen from GTK+ documentation