AtkDocument {RGtk2}R Documentation

AtkDocument

Description

The ATK interface which allows access to a DOM associated with on object.

Methods and Functions

atkDocumentGetDocumentType(object)
atkDocumentGetDocument(object)

Hierarchy

  GInterface
   +----AtkDocument

Detailed Description

The AtkDocument interface should be supported by any object that has an associated document object model (DOM). This interface provides the standard mechanism allowing an assistive technology access to the DOM.

Structures

AtkDocument
The AtkDocument structure does not contain any fields.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

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


[Package RGtk2 version 2.8.6 Index]