Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

AtkHyperlink

AtkHyperlink


Description

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

Methods and Functions

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

AtkHyperlink

The AtkHyperlink structure should not be accessed directly.

Signals

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.

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

Author(s)

Derived by RGtkGen from GTK+ documentation

References


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.