Class: Atk::ObjectFactory

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#accessible_typeGLib::Type

Gets the GType of the accessible which is created by the factory. The value G_TYPE_INVALID is returned if no type if found.

Returns:

  • (GLib::Type)

    the type of the accessible which is created by the factory.

#create_accessible(obj) ⇒ Atk::Object

Provides an Atk::Object that implements an accessibility interface on behalf of obj interface on behalf of obj

Parameters:

  • obj (GObject::Object)

    a #GObject

Returns:

  • (Atk::Object)

    an Atk::Object that implements an accessibility

#invalidatenil

Inform factory that it is no longer being used to create accessibles. When called, factory may need to inform Atk::Objects which it has created that they need to be re-instantiated. Note: primarily used for runtime replacement of Atk::ObjectFactorys in object registries.

Returns:

  • (nil)