atkHyperlinkGetUri {RGtk2}R Documentation

atkHyperlinkGetUri

Description

Get a the URI associated with the anchor specified by i of link..

Usage

atkHyperlinkGetUri(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

[character] a string specifying the URI

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]