RGtk2 (version 2.20.31)

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)

Arguments

i
[integer] a (zero-index) integer specifying the desired anchor

Value

AtkObject] an AtkObject associated with this hyperlinks i-th anchor

Details

Multiple anchors are primarily used by client-side image maps.