AtkNoOpObject {RGtk2}R Documentation

AtkNoOpObject

Description

An AtkObject which purports to implement all ATK interfaces.

Methods and Functions

atkNoOpObjectNew(obj)
atkNoOpObject(obj)

Hierarchy

  GObject
   +----AtkObject
         +----AtkNoOpObject

Interfaces

AtkNoOpObject implements AtkAction, AtkComponent, AtkDocument, AtkEditableText, AtkHypertext, AtkImage, AtkSelection, AtkTable, AtkText and AtkValue.

Detailed Description

An AtkNoOpObject is an AtkObject which purports to implement all ATK interfaces. It is the type of AtkObject which is created if an accessible object is requested for an object type for which no factory type is specified.

Structures

AtkNoOpObject
The AtkNoOpObject structure should not be accessed directly.

Convenient Construction

atkNoOpObject is the equivalent of atkNoOpObjectNew.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

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


[Package RGtk2 version 2.12.5-3 Index]