AtkHypertext {RGtk2}R Documentation

AtkHypertext

Description

The ATK interface which provides standard mechanism for manipulating hyperlinks.

Methods and Functions

atkHypertextGetLink(object, link.index)
atkHypertextGetNLinks(object)
atkHypertextGetLinkIndex(object, char.index)

Hierarchy

  GInterface
   +----AtkHypertext

Implementations

AtkHypertext is implemented by AtkNoOpObject.

Structures

AtkHypertext
The AtkHypertext structure does not contain any fields.

Signals

link-selected(atkhypertext, arg1, user.data)
The "link-selected" signal is emitted by an AtkHyperText object when one of the hyperlinks associated with the object is selected.

atkhypertext
[AtkHypertext] the object which received the signal.
arg1
[integer] the index of the hyperlink which is selected
user.data
[R object] user data set when the signal handler was connected.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://developer.gnome.org/doc/API/2.0/atk/AtkHypertext.html


[Package RGtk2 version 2.8.5 Index]