Description Methods and Functions Hierarchy Detailed Description Structures Author(s) References
An object used to store the GType of the factories used to create an accessible object for an object of a particular GType.
atkRegistrySetFactoryType(object, type, factory.type)
atkRegistryGetFactoryType(object, type)
atkRegistryGetFactory(object, type)
atkGetDefaultRegistry()
1 2 | GObject
+----AtkRegistry
|
The AtkRegistry is normally used to create appropriate ATK "peers" for user interface components. Application developers usually need only interact with the AtkRegistry by associating appropriate ATK implementation classes with GObject classes via the atk_registry_set_factory_type call, passing the appropriate GType for application custom widget classes.
AtkRegistry
The AtkRegistry structure should not be accessed directly.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/atk/stable/AtkRegistry.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.