Class

AtkNoOpObjectFactory

Description [src]

class Atk.NoOpObjectFactory : Atk.ObjectFactory {
  parent: AtkObjectFactory
}

The AtkObjectFactory which creates an AtkNoOpObject.

The AtkObjectFactory which creates an AtkNoOpObject. An instance of this is created by an AtkRegistry if no factory type has not been specified to create an accessible object of a particular type.

Ancestors

Constructors

atk_no_op_object_factory_new

Creates an instance of an AtkObjectFactory which generates primitive (non-functioning) AtkObjects.

Class structure

struct AtkNoOpObjectFactoryClass {
  AtkObjectFactoryClass parent_class;
  
}
Class members
parent_class
AtkObjectFactoryClass
  No description available.