summaryrefslogtreecommitdiff
path: root/docs/tmpl/atkobjectfactory.sgml
blob: fa8134bffff1d29ef03dcc541cb23a11bbf26b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!-- ##### SECTION Title ##### -->
AtkObjectFactory

<!-- ##### SECTION Short_Description ##### -->
The base object class for a factory used to create accessible objects for 
objects of a specific GType.

<!-- ##### SECTION Long_Description ##### -->
<para>
This class is the base object class for a factory used to create an 
accessible object for a specific GType. The function 
atk_registry_set_factory_type() is normally called to store 
in the registry the factory type to be used to create an accessible of a
particular GType.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>
AtkRegistry

</para>

<!-- ##### STRUCT AtkObjectFactory ##### -->
<para>

</para>

@parent: 

<!-- ##### FUNCTION atk_object_factory_create_accessible ##### -->
<para>

</para>

@factory: 
@obj: 
@Returns: 


<!-- ##### FUNCTION atk_object_factory_get_accessible_type ##### -->
<para>

</para>

@factory: 
@Returns: 


<!-- ##### FUNCTION atk_object_factory_invalidate ##### -->
<para>

</para>

@factory: