AtkNoOpObject {RGtk2} | R Documentation |
An AtkObject which purports to implement all ATK interfaces.
atkNoOpObjectNew(obj)
atkNoOpObject(obj)
GObject +----AtkObject +----AtkNoOpObject
AtkNoOpObject implements
AtkAction
, AtkComponent
, AtkDocument
, AtkEditableText
, AtkHypertext
, AtkImage
, AtkSelection
, AtkTable
, AtkText
and AtkValue
.
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.
AtkNoOpObject
atkNoOpObject
is the equivalent of atkNoOpObjectNew
.
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/atk/AtkNoOpObject.html