Class
AtkNoOpObject
Description [src]
class Atk.NoOpObject : Atk.Object {
parent: AtkObject
}
An AtkObject which purports to implement all ATK interfaces.
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.
Ancestors
- AtkObject
- GObject
Constructors
atk_no_op_object_new
Provides a default (non-functioning stub) AtkObject.
Application maintainers should not use this method.