AtkHyperlink {RGtk2} | R Documentation |
An ATK object which encapsulates a link or set of links in a hypertext document.
atkHyperlinkGetUri(object, i)
atkHyperlinkGetObject(object, i)
atkHyperlinkGetEndIndex(object)
atkHyperlinkGetStartIndex(object)
atkHyperlinkIsValid(object)
atkHyperlinkIsInline(object)
atkHyperlinkGetNAnchors(object)
atkHyperlinkIsSelectedLink(object)
atkHyperlinkIsSelectedLink(object)
GObject +----AtkHyperlink
AtkHyperlink implements
AtkAction
.
An ATK object which encapsulates a link or set of links (for instance in the case of client-side image maps) in a hypertext document. It may implement the AtkAction interface. AtkHyperlink may also be used to refer to inline embedded content, since it allows specification of a start and end offset within the host AtkHypertext object.
AtkHyperlink
The AtkHyperlink structure should not be accessed directly.
link-activated(atkhyperlink, user.data)
The signal link-activated is emitted when a link is activated.
atkhyperlink
[AtkHyperlink
] the object which received the signal.
user.data
[R object] user data set when the signal handler was connected.
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//atk/AtkHyperlink.html