atkObjectFactoryInvalidate {RGtk2}R Documentation

atkObjectFactoryInvalidate

Description

Inform factory that it is no longer being used to create accessibles. When called, factory may need to inform

AtkObjects
which it has created that they need to be re-instantiated. Note: primarily used for runtime replacement of
AtkObjectFactorys
in object registries.

Usage

atkObjectFactoryInvalidate(object)

Arguments

object

[AtkObjectFactory] an AtkObjectFactory to invalidate

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]