atkRegistrySetFactoryType {RGtk2} | R Documentation |
Associate an AtkObjectFactory
subclass with a GType
. Note:
The associated factory.type
will thereafter be responsible for
the creation of new AtkObject
implementations for instances
appropriate for type
.
atkRegistrySetFactoryType(object, type, factory.type)
|
[AtkRegistry ] the AtkRegistry in which to register the type association |
|
[GType ] an AtkObject type |
|
[GType ] an AtkObjectFactory type to associate with type . Must
implement AtkObject appropriate for type . |
Derived by RGtkGen from GTK+ documentation