| 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)
GObject +----AtkHyperlink
AtkHyperlink implements
AtkAction.
An ATK object which encapsulates a link or set of links in a hypertext document. It implements the AtkAction interface.
AtkHyperlink
link-activated(atkhyperlink, user.data)atkhyperlinkAtkHyperlink] the object which received the signal.user.data
end-index [integer : Read]The end index of the AtkHyperlink object. Allowed values: >= 0 Default value: 0
number-of-anchors [integer : Read]The number of anchors associated with the AtkHyperlink object. Allowed values: >= 0 Default value: 0
selected-link [logical : Read]Specifies whether the AtkHyperlink object is selected. Default value: FALSE
start-index [integer : Read]The start index of the AtkHyperlink object. Allowed values: >= 0 Default value: 0
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/atk/AtkHyperlink.html