atkDocumentGetDocument {RGtk2}R Documentation

atkDocumentGetDocument

Description

Gets a gpointer that points to an instance of the DOM. It is up to the caller to check atk_document_get_type to determine how to cast this pointer.

Usage

atkDocumentGetDocument(object)

Arguments

object [AtkDocument] a GObject instance that implements AtkDocumentIface

Value

[R object] a gpointer that points to an instance of the DOM.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]