atkRegistrySetFactoryType: atkRegistrySetFactoryType

Description Usage Arguments Author(s)

View source: R/atkFuncs.R

Description

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.

Usage

1
atkRegistrySetFactoryType(object, type, factory.type)

Arguments

object

[AtkRegistry] the AtkRegistry in which to register the type association

type

[GType] an AtkObject type

factory.type

[GType] an AtkObjectFactory type to associate with type. Must implement AtkObject appropriate for type.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.