GObject.Object
Atk.ObjectFactory
Atk.NoOpObjectFactory
Import line: | Atk = imports.gi.Atk; |
GIR File: | Atk-1.0.gir |
C documentation: | AtkNoOpObjectFactory |
Class : | NoOpObjectFactory |
Extends: | Atk.ObjectFactory |
Properties | Defined By | |
---|---|---|
parent : Atk.ObjectFactory
read only
|
Atk.NoOpObjectFactory |
Method / Constructor | Defined By | |
---|---|---|
new Atk.NoOpObjectFactory
(Object properties)
Create a new Atk.NoOpObjectFactory
Create a new Atk.NoOpObjectFactory
|
||
create_accessible
(Object obj)
:
Atk.Object
Provides an AtkObject that implements an accessibility interface
on behalf of obj interface on behalf of obj
Provides an AtkObject that implements an accessibility interface
on behalf of obj interface on behalf of obj
|
Atk.ObjectFactory | |
get_accessible_type
()
:
Number
Gets the GType of the accessible which is created by the factory.
Gets the GType of the accessible which is created by the factory.
The value G_TYPE_INVALID is returned if no type if found.
|
Atk.ObjectFactory | |
invalidate
()
:
none
Inform factory that it is no longer being used to create
accessibles.
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. in object registries.
|
Atk.ObjectFactory |
None |