atkRegistryGetFactory {RGtk2}R Documentation

atkRegistryGetFactory

Description

Gets an AtkObjectFactory appropriate for creating AtkObjects appropriate for type.

Usage

atkRegistryGetFactory(object, type)

Arguments

object [AtkRegistry] an AtkRegistry
type [GType] a GType with which to look up the associated AtkObjectFactory

Value

[AtkObjectFactory] an AtkObjectFactory appropriate for creating AtkObjects appropriate for type.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]