AtkDocument {RGtk2}R Documentation

AtkDocument

Description

The ATK interface which represents the toplevel container for document content.

Methods and Functions

atkDocumentGetDocumentType(object)
atkDocumentGetDocument(object)
atkDocumentGetAttributeValue(object, attribute.name)
atkDocumentSetAttributeValue(object, attribute.name, attribute.value)
atkDocumentGetAttributes(object)
atkDocumentGetLocale(object)

Hierarchy

GInterface
   +----AtkDocument

Implementations

AtkDocument is implemented by AtkNoOpObject.

Detailed Description

The AtkDocument interface should be supported by any object whose content is a representation or view of a document. The AtkDocument interface should appear on the toplevel container for the document content; however AtkDocument instances may be nested (i.e. an AtkDocument may be a descendant of another AtkDocument) in those cases where one document contains "embedded content" which can reasonably be considered a document in its own right.

Structures

AtkDocument

The AtkDocument structure does not contain any fields.

Signals

Author(s)

Derived by RGtkGen from GTK+ documentation

References

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


[Package RGtk2 version 2.20.21 Index]