~ubuntu-branches/ubuntu/vivid/atk1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/tmpl/atkgobjectaccessible.sgml

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2013-08-27 07:52:22 UTC
  • mfrom: (1.4.9) (11.2.12 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130827075222-59k70z0310f06jbb
* New upstream release
* Update symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
AtkGObjectAccessible
3
3
 
4
4
<!-- ##### SECTION Short_Description ##### -->
5
 
This object class is derived from AtkObject and can be used as a basis 
6
 
implementing accessible objects.
 
5
 
7
6
 
8
7
<!-- ##### SECTION Long_Description ##### -->
9
8
<para>
10
 
This object class is derived from AtkObject. It can be used as a basis for
11
 
implementing accessible objects for GObjects which are not derived from
12
 
GtkWidget. One example of its use is in providing an accessible object
13
 
for GnomeCanvasItem in the GAIL library.
14
9
 
15
10
</para>
16
11
 
 
12
 
17
13
<!-- ##### SECTION See_Also ##### -->
18
14
<para>
19
15
 
20
16
</para>
21
17
 
 
18
 
22
19
<!-- ##### SECTION Stability_Level ##### -->
23
20
 
24
21
 
27
24
 
28
25
<!-- ##### STRUCT AtkGObjectAccessible ##### -->
29
26
<para>
30
 
The AtkGObjectAccessible structure should not be accessed directly.
 
27
 
31
28
</para>
32
29
 
33
30