Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

atkRegistrySetFactoryType

atkRegistrySetFactoryType


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

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

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.