RGtk2 (version 2.20.31)

AtkHyperlink: AtkHyperlink

Description

An ATK object which encapsulates a link or set of links in a hypertext document.

Arguments

Hierarchy

GObject
   +----AtkHyperlink

Interfaces

AtkHyperlink implements AtkAction.

Detailed Description

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.

Structures

Signals

Properties

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

References

http://library.gnome.org/devel//atk/AtkHyperlink.html