atkHyperlinkGetObject {RGtk2}R Documentation

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

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

Details

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

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]