atk 2.2.4-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README +30 -0
- data/Rakefile +31 -0
- data/ext/atk/atk.def +2 -0
- data/ext/atk/depend +11 -0
- data/ext/atk/extconf.rb +81 -0
- data/ext/atk/rbatk.c +66 -0
- data/ext/atk/rbatk.h +47 -0
- data/ext/atk/rbatkaction.c +85 -0
- data/ext/atk/rbatkcomponent.c +175 -0
- data/ext/atk/rbatkconversions.h +70 -0
- data/ext/atk/rbatkdocument.c +96 -0
- data/ext/atk/rbatkeditabletext.c +177 -0
- data/ext/atk/rbatkgobjectaccessible.c +46 -0
- data/ext/atk/rbatkhyperlink.c +71 -0
- data/ext/atk/rbatkhypertext.c +53 -0
- data/ext/atk/rbatkimage.c +68 -0
- data/ext/atk/rbatkimplementor.c +38 -0
- data/ext/atk/rbatknoopobject.c +40 -0
- data/ext/atk/rbatknoopobjectfactory.c +40 -0
- data/ext/atk/rbatkobject.c +153 -0
- data/ext/atk/rbatkobjectfactory.c +53 -0
- data/ext/atk/rbatkobjectrole.c +50 -0
- data/ext/atk/rbatkprivate.h +48 -0
- data/ext/atk/rbatkregistry.c +63 -0
- data/ext/atk/rbatkrelation.c +98 -0
- data/ext/atk/rbatkrelationset.c +95 -0
- data/ext/atk/rbatkrelationtype.c +38 -0
- data/ext/atk/rbatkselection.c +87 -0
- data/ext/atk/rbatkstate.c +51 -0
- data/ext/atk/rbatkstateset.c +180 -0
- data/ext/atk/rbatkstreamablecontent.c +57 -0
- data/ext/atk/rbatktable.c +271 -0
- data/ext/atk/rbatktext.c +318 -0
- data/ext/atk/rbatktextattribute.c +54 -0
- data/ext/atk/rbatktextrange.c +92 -0
- data/ext/atk/rbatktextrectangle.c +149 -0
- data/ext/atk/rbatkutil.c +122 -0
- data/ext/atk/rbatkvalue.c +78 -0
- data/extconf.rb +49 -0
- data/lib/2.0/atk.so +0 -0
- data/lib/2.1/atk.so +0 -0
- data/lib/2.2/atk.so +0 -0
- data/lib/atk.rb +21 -0
- data/test/atk-test-utils.rb +21 -0
- data/test/run-test.rb +45 -0
- data/test/test-text-rectangle.rb +26 -0
- data/vendor/local/bin/libatk-1.0-0.dll +0 -0
- data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +63 -0
- data/vendor/local/include/atk-1.0/atk/atk.h +61 -0
- data/vendor/local/include/atk-1.0/atk/atkaction.h +117 -0
- data/vendor/local/include/atk-1.0/atk/atkcomponent.h +225 -0
- data/vendor/local/include/atk-1.0/atk/atkdocument.h +113 -0
- data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +109 -0
- data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +68 -0
- data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +114 -0
- data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +68 -0
- data/vendor/local/include/atk-1.0/atk/atkhypertext.h +78 -0
- data/vendor/local/include/atk-1.0/atk/atkimage.h +90 -0
- data/vendor/local/include/atk-1.0/atk/atkmisc.h +112 -0
- data/vendor/local/include/atk-1.0/atk/atknoopobject.h +59 -0
- data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +59 -0
- data/vendor/local/include/atk-1.0/atk/atkobject.h +751 -0
- data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +72 -0
- data/vendor/local/include/atk-1.0/atk/atkplug.h +66 -0
- data/vendor/local/include/atk-1.0/atk/atkrange.h +59 -0
- data/vendor/local/include/atk-1.0/atk/atkregistry.h +74 -0
- data/vendor/local/include/atk-1.0/atk/atkrelation.h +99 -0
- data/vendor/local/include/atk-1.0/atk/atkrelationset.h +91 -0
- data/vendor/local/include/atk-1.0/atk/atkrelationtype.h +83 -0
- data/vendor/local/include/atk-1.0/atk/atkselection.h +100 -0
- data/vendor/local/include/atk-1.0/atk/atksocket.h +71 -0
- data/vendor/local/include/atk-1.0/atk/atkstate.h +190 -0
- data/vendor/local/include/atk-1.0/atk/atkstateset.h +92 -0
- data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +110 -0
- data/vendor/local/include/atk-1.0/atk/atktable.h +233 -0
- data/vendor/local/include/atk-1.0/atk/atktablecell.h +104 -0
- data/vendor/local/include/atk-1.0/atk/atktext.h +453 -0
- data/vendor/local/include/atk-1.0/atk/atkutil.h +357 -0
- data/vendor/local/include/atk-1.0/atk/atkvalue.h +163 -0
- data/vendor/local/include/atk-1.0/atk/atkversion.h +394 -0
- data/vendor/local/include/atk-1.0/atk/atkwindow.h +53 -0
- data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
- data/vendor/local/lib/libatk-1.0.dll.a +0 -0
- data/vendor/local/lib/libatk-1.0.la +41 -0
- data/vendor/local/lib/pkgconfig/atk.pc +11 -0
- data/vendor/local/share/gir-1.0/Atk-1.0.gir +15525 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +477 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +1146 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +714 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +429 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +166 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +570 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +286 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +319 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkMisc.html +191 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +130 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +107 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +3056 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +214 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +265 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +659 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +413 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +453 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +539 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +274 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1790 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +497 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkText.html +2547 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +1111 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +743 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +452 -0
- data/vendor/local/share/gtk-doc/html/atk/accessibles.html +49 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +51 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +41 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +35 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +45 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +41 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +41 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +35 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +35 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +39 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +35 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +78 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +53 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +47 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +119 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +775 -0
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +142 -0
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +147 -0
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +328 -0
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +207 -0
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +556 -0
- data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +293 -0
- data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +441 -0
- data/vendor/local/share/gtk-doc/html/atk/atkobject.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/data.html +49 -0
- data/vendor/local/share/gtk-doc/html/atk/deprecated.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/atk/index.html +175 -0
- data/vendor/local/share/gtk-doc/html/atk/index.sgml +632 -0
- data/vendor/local/share/gtk-doc/html/atk/interfaces.html +89 -0
- data/vendor/local/share/gtk-doc/html/atk/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/atk/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/atk/overview.html +47 -0
- data/vendor/local/share/gtk-doc/html/atk/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/atk/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/atk/style.css +476 -0
- data/vendor/local/share/gtk-doc/html/atk/toolkit.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/atk/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/atk/utilities.html +47 -0
- data/vendor/local/share/license/atk/AUTHORS +18 -0
- data/vendor/local/share/license/atk/COPYING +482 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/li/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/tk/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zu/LC_MESSAGES/atk10.mo +0 -0
- metadata +307 -0
@@ -0,0 +1,191 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>ATK - Accessibility Toolkit: AtkMisc</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
|
8
|
+
<link rel="up" href="deprecated.html" title="Deprecated Interfaces">
|
9
|
+
<link rel="prev" href="deprecated.html" title="Deprecated Interfaces">
|
10
|
+
<link rel="next" href="api-index-full.html" title="Index of all symbols">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#AtkMisc.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#AtkMisc.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
|
+
</td>
|
21
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
+
<td><a accesskey="u" href="deprecated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="deprecated.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
+
<td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
|
+
</tr></table>
|
26
|
+
<div class="refentry">
|
27
|
+
<a name="AtkMisc"></a><div class="titlepage"></div>
|
28
|
+
<div class="refnamediv"><table width="100%"><tr>
|
29
|
+
<td valign="top">
|
30
|
+
<h2><span class="refentrytitle"><a name="AtkMisc.top_of_page"></a>AtkMisc</span></h2>
|
31
|
+
<p>AtkMisc — A set of ATK utility functions for thread locking</p>
|
32
|
+
</td>
|
33
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
34
|
+
</tr></table></div>
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="AtkMisc.functions"></a><h2>Functions</h2>
|
37
|
+
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<colgroup>
|
39
|
+
<col width="150px" class="functions_return">
|
40
|
+
<col class="functions_name">
|
41
|
+
</colgroup>
|
42
|
+
<tbody>
|
43
|
+
<tr>
|
44
|
+
<td class="function_type">
|
45
|
+
<span class="returnvalue">void</span>
|
46
|
+
</td>
|
47
|
+
<td class="function_name">
|
48
|
+
<a class="link" href="AtkMisc.html#atk-misc-threads-enter" title="atk_misc_threads_enter ()">atk_misc_threads_enter</a> <span class="c_punctuation">()</span>
|
49
|
+
</td>
|
50
|
+
</tr>
|
51
|
+
<tr>
|
52
|
+
<td class="function_type">
|
53
|
+
<span class="returnvalue">void</span>
|
54
|
+
</td>
|
55
|
+
<td class="function_name">
|
56
|
+
<a class="link" href="AtkMisc.html#atk-misc-threads-leave" title="atk_misc_threads_leave ()">atk_misc_threads_leave</a> <span class="c_punctuation">()</span>
|
57
|
+
</td>
|
58
|
+
</tr>
|
59
|
+
<tr>
|
60
|
+
<td class="function_type">const <a class="link" href="AtkMisc.html" title="AtkMisc"><span class="returnvalue">AtkMisc</span></a> *
|
61
|
+
</td>
|
62
|
+
<td class="function_name">
|
63
|
+
<a class="link" href="AtkMisc.html#atk-misc-get-instance" title="atk_misc_get_instance ()">atk_misc_get_instance</a> <span class="c_punctuation">()</span>
|
64
|
+
</td>
|
65
|
+
</tr>
|
66
|
+
</tbody>
|
67
|
+
</table></div>
|
68
|
+
</div>
|
69
|
+
<div class="refsect1">
|
70
|
+
<a name="AtkMisc.other"></a><h2>Types and Values</h2>
|
71
|
+
<div class="informaltable"><table width="100%" border="0">
|
72
|
+
<colgroup>
|
73
|
+
<col width="150px" class="name">
|
74
|
+
<col class="description">
|
75
|
+
</colgroup>
|
76
|
+
<tbody><tr>
|
77
|
+
<td class="datatype_keyword">struct</td>
|
78
|
+
<td class="function_name"><a class="link" href="AtkMisc.html#AtkMisc-struct" title="struct AtkMisc">AtkMisc</a></td>
|
79
|
+
</tr></tbody>
|
80
|
+
</table></div>
|
81
|
+
</div>
|
82
|
+
<div class="refsect1">
|
83
|
+
<a name="AtkMisc.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
84
|
+
<pre class="screen"> GObject
|
85
|
+
<span class="lineart">╰──</span> AtkMisc
|
86
|
+
</pre>
|
87
|
+
</div>
|
88
|
+
<div class="refsect1">
|
89
|
+
<a name="AtkMisc.description"></a><h2>Description</h2>
|
90
|
+
<p>A set of utility functions for thread locking. This interface and
|
91
|
+
all his related methods are deprecated since 2.12.</p>
|
92
|
+
</div>
|
93
|
+
<div class="refsect1">
|
94
|
+
<a name="AtkMisc.functions_details"></a><h2>Functions</h2>
|
95
|
+
<div class="refsect2">
|
96
|
+
<a name="atk-misc-threads-enter"></a><h3>atk_misc_threads_enter ()</h3>
|
97
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
98
|
+
atk_misc_threads_enter (<em class="parameter"><code><a class="link" href="AtkMisc.html" title="AtkMisc"><span class="type">AtkMisc</span></a> *misc</code></em>);</pre>
|
99
|
+
<div class="warning">
|
100
|
+
<p><code class="literal">atk_misc_threads_enter</code> is deprecated and should not be used in newly-written code.</p>
|
101
|
+
<p>Since 2.12.</p>
|
102
|
+
</div>
|
103
|
+
<p>Take the thread mutex for the GUI toolkit,
|
104
|
+
if one exists.
|
105
|
+
(This method is implemented by the toolkit ATK implementation layer;
|
106
|
+
for instance, for GTK+, GAIL implements this via GDK_THREADS_ENTER).</p>
|
107
|
+
<div class="refsect3">
|
108
|
+
<a name="id-1.9.2.7.2.7"></a><h4>Parameters</h4>
|
109
|
+
<div class="informaltable"><table width="100%" border="0">
|
110
|
+
<colgroup>
|
111
|
+
<col width="150px" class="parameters_name">
|
112
|
+
<col class="parameters_description">
|
113
|
+
<col width="200px" class="parameters_annotations">
|
114
|
+
</colgroup>
|
115
|
+
<tbody><tr>
|
116
|
+
<td class="parameter_name"><p>misc</p></td>
|
117
|
+
<td class="parameter_description"><p>an AtkMisc instance for this application. </p></td>
|
118
|
+
<td class="parameter_annotations"> </td>
|
119
|
+
</tr></tbody>
|
120
|
+
</table></div>
|
121
|
+
</div>
|
122
|
+
<p class="since">Since 1.13</p>
|
123
|
+
</div>
|
124
|
+
<hr>
|
125
|
+
<div class="refsect2">
|
126
|
+
<a name="atk-misc-threads-leave"></a><h3>atk_misc_threads_leave ()</h3>
|
127
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
128
|
+
atk_misc_threads_leave (<em class="parameter"><code><a class="link" href="AtkMisc.html" title="AtkMisc"><span class="type">AtkMisc</span></a> *misc</code></em>);</pre>
|
129
|
+
<div class="warning">
|
130
|
+
<p><code class="literal">atk_misc_threads_leave</code> is deprecated and should not be used in newly-written code.</p>
|
131
|
+
<p>Since 2.12.</p>
|
132
|
+
</div>
|
133
|
+
<p>Release the thread mutex for the GUI toolkit,
|
134
|
+
if one exists. This method, and atk_misc_threads_enter,
|
135
|
+
are needed in some situations by threaded application code which
|
136
|
+
services ATK requests, since fulfilling ATK requests often
|
137
|
+
requires calling into the GUI toolkit. If a long-running or
|
138
|
+
potentially blocking call takes place inside such a block, it should
|
139
|
+
be bracketed by atk_misc_threads_leave/atk_misc_threads_enter calls.
|
140
|
+
(This method is implemented by the toolkit ATK implementation layer;
|
141
|
+
for instance, for GTK+, GAIL implements this via GDK_THREADS_LEAVE).</p>
|
142
|
+
<div class="refsect3">
|
143
|
+
<a name="id-1.9.2.7.3.7"></a><h4>Parameters</h4>
|
144
|
+
<div class="informaltable"><table width="100%" border="0">
|
145
|
+
<colgroup>
|
146
|
+
<col width="150px" class="parameters_name">
|
147
|
+
<col class="parameters_description">
|
148
|
+
<col width="200px" class="parameters_annotations">
|
149
|
+
</colgroup>
|
150
|
+
<tbody><tr>
|
151
|
+
<td class="parameter_name"><p>misc</p></td>
|
152
|
+
<td class="parameter_description"><p>an AtkMisc instance for this application. </p></td>
|
153
|
+
<td class="parameter_annotations"> </td>
|
154
|
+
</tr></tbody>
|
155
|
+
</table></div>
|
156
|
+
</div>
|
157
|
+
<p class="since">Since 1.13</p>
|
158
|
+
</div>
|
159
|
+
<hr>
|
160
|
+
<div class="refsect2">
|
161
|
+
<a name="atk-misc-get-instance"></a><h3>atk_misc_get_instance ()</h3>
|
162
|
+
<pre class="programlisting">const <a class="link" href="AtkMisc.html" title="AtkMisc"><span class="returnvalue">AtkMisc</span></a> *
|
163
|
+
atk_misc_get_instance (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
164
|
+
<div class="warning">
|
165
|
+
<p><code class="literal">atk_misc_get_instance</code> is deprecated and should not be used in newly-written code.</p>
|
166
|
+
<p>Since 2.12.</p>
|
167
|
+
</div>
|
168
|
+
<p>Obtain the singleton instance of AtkMisc for this application.</p>
|
169
|
+
<div class="refsect3">
|
170
|
+
<a name="id-1.9.2.7.4.7"></a><h4>Returns</h4>
|
171
|
+
<p> The singleton instance of AtkMisc for this application.</p>
|
172
|
+
<p></p>
|
173
|
+
</div>
|
174
|
+
<p class="since">Since 1.13</p>
|
175
|
+
</div>
|
176
|
+
</div>
|
177
|
+
<div class="refsect1">
|
178
|
+
<a name="AtkMisc.other_details"></a><h2>Types and Values</h2>
|
179
|
+
<div class="refsect2">
|
180
|
+
<a name="AtkMisc-struct"></a><h3>struct AtkMisc</h3>
|
181
|
+
<pre class="programlisting">struct AtkMisc;</pre>
|
182
|
+
<p>
|
183
|
+
</p>
|
184
|
+
</div>
|
185
|
+
</div>
|
186
|
+
</div>
|
187
|
+
<div class="footer">
|
188
|
+
<hr>
|
189
|
+
Generated by GTK-Doc V1.21.1</div>
|
190
|
+
</body>
|
191
|
+
</html>
|
@@ -0,0 +1,130 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>ATK - Accessibility Toolkit: AtkNoOpObject</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
|
8
|
+
<link rel="up" href="accessibles.html" title="Custom accessible objects">
|
9
|
+
<link rel="prev" href="AtkHyperlink.html" title="AtkHyperlink">
|
10
|
+
<link rel="next" href="atk-AtkPlug.html" title="AtkPlug">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#AtkNoOpObject.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#AtkNoOpObject.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span>
|
20
|
+
<a href="#AtkNoOpObject.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span>
|
21
|
+
</td>
|
22
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
+
<td><a accesskey="u" href="accessibles.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
+
<td><a accesskey="p" href="AtkHyperlink.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
|
+
<td><a accesskey="n" href="atk-AtkPlug.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
|
+
</tr></table>
|
27
|
+
<div class="refentry">
|
28
|
+
<a name="AtkNoOpObject"></a><div class="titlepage"></div>
|
29
|
+
<div class="refnamediv"><table width="100%"><tr>
|
30
|
+
<td valign="top">
|
31
|
+
<h2><span class="refentrytitle"><a name="AtkNoOpObject.top_of_page"></a>AtkNoOpObject</span></h2>
|
32
|
+
<p>AtkNoOpObject — An AtkObject which purports to implement all ATK interfaces.</p>
|
33
|
+
</td>
|
34
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
35
|
+
</tr></table></div>
|
36
|
+
<div class="refsect1">
|
37
|
+
<a name="AtkNoOpObject.functions"></a><h2>Functions</h2>
|
38
|
+
<div class="informaltable"><table width="100%" border="0">
|
39
|
+
<colgroup>
|
40
|
+
<col width="150px" class="functions_return">
|
41
|
+
<col class="functions_name">
|
42
|
+
</colgroup>
|
43
|
+
<tbody><tr>
|
44
|
+
<td class="function_type">
|
45
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
|
46
|
+
</td>
|
47
|
+
<td class="function_name">
|
48
|
+
<a class="link" href="AtkNoOpObject.html#atk-no-op-object-new" title="atk_no_op_object_new ()">atk_no_op_object_new</a> <span class="c_punctuation">()</span>
|
49
|
+
</td>
|
50
|
+
</tr></tbody>
|
51
|
+
</table></div>
|
52
|
+
</div>
|
53
|
+
<div class="refsect1">
|
54
|
+
<a name="AtkNoOpObject.other"></a><h2>Types and Values</h2>
|
55
|
+
<div class="informaltable"><table width="100%" border="0">
|
56
|
+
<colgroup>
|
57
|
+
<col width="150px" class="name">
|
58
|
+
<col class="description">
|
59
|
+
</colgroup>
|
60
|
+
<tbody><tr>
|
61
|
+
<td class="datatype_keyword">struct</td>
|
62
|
+
<td class="function_name"><a class="link" href="AtkNoOpObject.html#AtkNoOpObject-struct" title="struct AtkNoOpObject">AtkNoOpObject</a></td>
|
63
|
+
</tr></tbody>
|
64
|
+
</table></div>
|
65
|
+
</div>
|
66
|
+
<div class="refsect1">
|
67
|
+
<a name="AtkNoOpObject.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
68
|
+
<pre class="screen"> GObject
|
69
|
+
<span class="lineart">╰──</span> <a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>
|
70
|
+
<span class="lineart">╰──</span> AtkNoOpObject
|
71
|
+
</pre>
|
72
|
+
</div>
|
73
|
+
<div class="refsect1">
|
74
|
+
<a name="AtkNoOpObject.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
75
|
+
<p>
|
76
|
+
AtkNoOpObject implements
|
77
|
+
<a class="link" href="AtkComponent.html" title="AtkComponent">AtkComponent</a>, <a class="link" href="AtkAction.html" title="AtkAction">AtkAction</a>, <a class="link" href="AtkEditableText.html" title="AtkEditableText">AtkEditableText</a>, <a class="link" href="AtkImage.html" title="AtkImage">AtkImage</a>, <a class="link" href="AtkSelection.html" title="AtkSelection">AtkSelection</a>, <a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a>, <a class="link" href="AtkTableCell.html" title="AtkTableCell">AtkTableCell</a>, <a class="link" href="AtkText.html" title="AtkText">AtkText</a>, <a class="link" href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a>, <a class="link" href="AtkValue.html" title="AtkValue">AtkValue</a>, <a class="link" href="AtkDocument.html" title="AtkDocument">AtkDocument</a> and <a class="link" href="AtkWindow.html" title="AtkWindow">AtkWindow</a>.</p>
|
78
|
+
</div>
|
79
|
+
<div class="refsect1">
|
80
|
+
<a name="AtkNoOpObject.description"></a><h2>Description</h2>
|
81
|
+
<p>An AtkNoOpObject is an AtkObject which purports to implement all
|
82
|
+
ATK interfaces. It is the type of AtkObject which is created if an
|
83
|
+
accessible object is requested for an object type for which no
|
84
|
+
factory type is specified.</p>
|
85
|
+
</div>
|
86
|
+
<div class="refsect1">
|
87
|
+
<a name="AtkNoOpObject.functions_details"></a><h2>Functions</h2>
|
88
|
+
<div class="refsect2">
|
89
|
+
<a name="atk-no-op-object-new"></a><h3>atk_no_op_object_new ()</h3>
|
90
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
|
91
|
+
atk_no_op_object_new (<em class="parameter"><code><span class="type">GObject</span> *obj</code></em>);</pre>
|
92
|
+
<p>Provides a default (non-functioning stub) <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>.
|
93
|
+
Application maintainers should not use this method.</p>
|
94
|
+
<div class="refsect3">
|
95
|
+
<a name="id-1.7.4.8.2.5"></a><h4>Parameters</h4>
|
96
|
+
<div class="informaltable"><table width="100%" border="0">
|
97
|
+
<colgroup>
|
98
|
+
<col width="150px" class="parameters_name">
|
99
|
+
<col class="parameters_description">
|
100
|
+
<col width="200px" class="parameters_annotations">
|
101
|
+
</colgroup>
|
102
|
+
<tbody><tr>
|
103
|
+
<td class="parameter_name"><p>obj</p></td>
|
104
|
+
<td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
|
105
|
+
<td class="parameter_annotations"> </td>
|
106
|
+
</tr></tbody>
|
107
|
+
</table></div>
|
108
|
+
</div>
|
109
|
+
<div class="refsect3">
|
110
|
+
<a name="id-1.7.4.8.2.6"></a><h4>Returns</h4>
|
111
|
+
<p> a default (non-functioning stub) <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p>
|
112
|
+
<p></p>
|
113
|
+
</div>
|
114
|
+
</div>
|
115
|
+
</div>
|
116
|
+
<div class="refsect1">
|
117
|
+
<a name="AtkNoOpObject.other_details"></a><h2>Types and Values</h2>
|
118
|
+
<div class="refsect2">
|
119
|
+
<a name="AtkNoOpObject-struct"></a><h3>struct AtkNoOpObject</h3>
|
120
|
+
<pre class="programlisting">struct AtkNoOpObject;</pre>
|
121
|
+
<p>
|
122
|
+
</p>
|
123
|
+
</div>
|
124
|
+
</div>
|
125
|
+
</div>
|
126
|
+
<div class="footer">
|
127
|
+
<hr>
|
128
|
+
Generated by GTK-Doc V1.21.1</div>
|
129
|
+
</body>
|
130
|
+
</html>
|
@@ -0,0 +1,107 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>ATK - Accessibility Toolkit: AtkNoOpObjectFactory</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
|
8
|
+
<link rel="up" href="utilities.html" title="Utilities">
|
9
|
+
<link rel="prev" href="utilities.html" title="Utilities">
|
10
|
+
<link rel="next" href="AtkObjectFactory.html" title="AtkObjectFactory">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#AtkNoOpObjectFactory.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#AtkNoOpObjectFactory.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
|
+
</td>
|
21
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
+
<td><a accesskey="u" href="utilities.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="utilities.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
+
<td><a accesskey="n" href="AtkObjectFactory.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
|
+
</tr></table>
|
26
|
+
<div class="refentry">
|
27
|
+
<a name="AtkNoOpObjectFactory"></a><div class="titlepage"></div>
|
28
|
+
<div class="refnamediv"><table width="100%"><tr>
|
29
|
+
<td valign="top">
|
30
|
+
<h2><span class="refentrytitle"><a name="AtkNoOpObjectFactory.top_of_page"></a>AtkNoOpObjectFactory</span></h2>
|
31
|
+
<p>AtkNoOpObjectFactory — The AtkObjectFactory which creates an AtkNoOpObject.</p>
|
32
|
+
</td>
|
33
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
34
|
+
</tr></table></div>
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="AtkNoOpObjectFactory.functions"></a><h2>Functions</h2>
|
37
|
+
<div class="informaltable"><table width="100%" border="0">
|
38
|
+
<colgroup>
|
39
|
+
<col width="150px" class="functions_return">
|
40
|
+
<col class="functions_name">
|
41
|
+
</colgroup>
|
42
|
+
<tbody><tr>
|
43
|
+
<td class="function_type">
|
44
|
+
<a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="returnvalue">AtkObjectFactory</span></a> *
|
45
|
+
</td>
|
46
|
+
<td class="function_name">
|
47
|
+
<a class="link" href="AtkNoOpObjectFactory.html#atk-no-op-object-factory-new" title="atk_no_op_object_factory_new ()">atk_no_op_object_factory_new</a> <span class="c_punctuation">()</span>
|
48
|
+
</td>
|
49
|
+
</tr></tbody>
|
50
|
+
</table></div>
|
51
|
+
</div>
|
52
|
+
<div class="refsect1">
|
53
|
+
<a name="AtkNoOpObjectFactory.other"></a><h2>Types and Values</h2>
|
54
|
+
<div class="informaltable"><table width="100%" border="0">
|
55
|
+
<colgroup>
|
56
|
+
<col width="150px" class="name">
|
57
|
+
<col class="description">
|
58
|
+
</colgroup>
|
59
|
+
<tbody><tr>
|
60
|
+
<td class="datatype_keyword">struct</td>
|
61
|
+
<td class="function_name"><a class="link" href="AtkNoOpObjectFactory.html#AtkNoOpObjectFactory-struct" title="struct AtkNoOpObjectFactory">AtkNoOpObjectFactory</a></td>
|
62
|
+
</tr></tbody>
|
63
|
+
</table></div>
|
64
|
+
</div>
|
65
|
+
<div class="refsect1">
|
66
|
+
<a name="AtkNoOpObjectFactory.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
67
|
+
<pre class="screen"> GObject
|
68
|
+
<span class="lineart">╰──</span> <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory">AtkObjectFactory</a>
|
69
|
+
<span class="lineart">╰──</span> AtkNoOpObjectFactory
|
70
|
+
</pre>
|
71
|
+
</div>
|
72
|
+
<div class="refsect1">
|
73
|
+
<a name="AtkNoOpObjectFactory.description"></a><h2>Description</h2>
|
74
|
+
<p>The AtkObjectFactory which creates an AtkNoOpObject. An instance of
|
75
|
+
this is created by an AtkRegistry if no factory type has not been
|
76
|
+
specified to create an accessible object of a particular type.</p>
|
77
|
+
</div>
|
78
|
+
<div class="refsect1">
|
79
|
+
<a name="AtkNoOpObjectFactory.functions_details"></a><h2>Functions</h2>
|
80
|
+
<div class="refsect2">
|
81
|
+
<a name="atk-no-op-object-factory-new"></a><h3>atk_no_op_object_factory_new ()</h3>
|
82
|
+
<pre class="programlisting"><a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="returnvalue">AtkObjectFactory</span></a> *
|
83
|
+
atk_no_op_object_factory_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
84
|
+
<p>Creates an instance of an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> which generates primitive
|
85
|
+
(non-functioning) <a href="AtkObject.html"><span class="type">AtkObjects</span></a>.</p>
|
86
|
+
<div class="refsect3">
|
87
|
+
<a name="id-1.8.2.7.2.5"></a><h4>Returns</h4>
|
88
|
+
<p> an instance of an <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a></p>
|
89
|
+
<p></p>
|
90
|
+
</div>
|
91
|
+
</div>
|
92
|
+
</div>
|
93
|
+
<div class="refsect1">
|
94
|
+
<a name="AtkNoOpObjectFactory.other_details"></a><h2>Types and Values</h2>
|
95
|
+
<div class="refsect2">
|
96
|
+
<a name="AtkNoOpObjectFactory-struct"></a><h3>struct AtkNoOpObjectFactory</h3>
|
97
|
+
<pre class="programlisting">struct AtkNoOpObjectFactory;</pre>
|
98
|
+
<p>
|
99
|
+
</p>
|
100
|
+
</div>
|
101
|
+
</div>
|
102
|
+
</div>
|
103
|
+
<div class="footer">
|
104
|
+
<hr>
|
105
|
+
Generated by GTK-Doc V1.21.1</div>
|
106
|
+
</body>
|
107
|
+
</html>
|
@@ -0,0 +1,3056 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>ATK - Accessibility Toolkit: AtkObject</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
|
8
|
+
<link rel="up" href="atkobject.html" title="Base accessibility object">
|
9
|
+
<link rel="prev" href="atkobject.html" title="Base accessibility object">
|
10
|
+
<link rel="next" href="toolkit.html" title="Event and toolkit support">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#AtkObject.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#AtkObject.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_derived_interfaces"> <span class="dim">|</span>
|
20
|
+
<a href="#AtkObject.derived-interfaces" class="shortcut">Known Derived Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span>
|
21
|
+
<a href="#AtkObject.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span>
|
22
|
+
<a href="#AtkObject.signals" class="shortcut">Signals</a></span>
|
23
|
+
</td>
|
24
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
25
|
+
<td><a accesskey="u" href="atkobject.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
26
|
+
<td><a accesskey="p" href="atkobject.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
27
|
+
<td><a accesskey="n" href="toolkit.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
28
|
+
</tr></table>
|
29
|
+
<div class="refentry">
|
30
|
+
<a name="AtkObject"></a><div class="titlepage"></div>
|
31
|
+
<div class="refnamediv"><table width="100%"><tr>
|
32
|
+
<td valign="top">
|
33
|
+
<h2><span class="refentrytitle"><a name="AtkObject.top_of_page"></a>AtkObject</span></h2>
|
34
|
+
<p>AtkObject — The base object class for the Accessibility Toolkit API.</p>
|
35
|
+
</td>
|
36
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
37
|
+
</tr></table></div>
|
38
|
+
<div class="refsect1">
|
39
|
+
<a name="AtkObject.functions"></a><h2>Functions</h2>
|
40
|
+
<div class="informaltable"><table width="100%" border="0">
|
41
|
+
<colgroup>
|
42
|
+
<col width="150px" class="functions_return">
|
43
|
+
<col class="functions_name">
|
44
|
+
</colgroup>
|
45
|
+
<tbody>
|
46
|
+
<tr>
|
47
|
+
<td class="function_type">
|
48
|
+
<a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="returnvalue">AtkRole</span></a>
|
49
|
+
</td>
|
50
|
+
<td class="function_name">
|
51
|
+
<a class="link" href="AtkObject.html#atk-role-register" title="atk_role_register ()">atk_role_register</a> <span class="c_punctuation">()</span>
|
52
|
+
</td>
|
53
|
+
</tr>
|
54
|
+
<tr>
|
55
|
+
<td class="function_type">
|
56
|
+
<span class="returnvalue">gboolean</span>
|
57
|
+
</td>
|
58
|
+
<td class="function_name">
|
59
|
+
<span class="c_punctuation">(</span><a class="link" href="AtkObject.html#AtkFunction" title="AtkFunction ()">*AtkFunction</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
60
|
+
</td>
|
61
|
+
</tr>
|
62
|
+
<tr>
|
63
|
+
<td class="function_type">
|
64
|
+
<span class="returnvalue">void</span>
|
65
|
+
</td>
|
66
|
+
<td class="function_name">
|
67
|
+
<span class="c_punctuation">(</span><a class="link" href="AtkObject.html#AtkPropertyChangeHandler" title="AtkPropertyChangeHandler ()">*AtkPropertyChangeHandler</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
68
|
+
</td>
|
69
|
+
</tr>
|
70
|
+
<tr>
|
71
|
+
<td class="function_type">
|
72
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
|
73
|
+
</td>
|
74
|
+
<td class="function_name">
|
75
|
+
<a class="link" href="AtkObject.html#atk-implementor-ref-accessible" title="atk_implementor_ref_accessible ()">atk_implementor_ref_accessible</a> <span class="c_punctuation">()</span>
|
76
|
+
</td>
|
77
|
+
</tr>
|
78
|
+
<tr>
|
79
|
+
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
80
|
+
</td>
|
81
|
+
<td class="function_name">
|
82
|
+
<a class="link" href="AtkObject.html#atk-object-get-name" title="atk_object_get_name ()">atk_object_get_name</a> <span class="c_punctuation">()</span>
|
83
|
+
</td>
|
84
|
+
</tr>
|
85
|
+
<tr>
|
86
|
+
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
87
|
+
</td>
|
88
|
+
<td class="function_name">
|
89
|
+
<a class="link" href="AtkObject.html#atk-object-get-description" title="atk_object_get_description ()">atk_object_get_description</a> <span class="c_punctuation">()</span>
|
90
|
+
</td>
|
91
|
+
</tr>
|
92
|
+
<tr>
|
93
|
+
<td class="function_type">
|
94
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
|
95
|
+
</td>
|
96
|
+
<td class="function_name">
|
97
|
+
<a class="link" href="AtkObject.html#atk-object-get-parent" title="atk_object_get_parent ()">atk_object_get_parent</a> <span class="c_punctuation">()</span>
|
98
|
+
</td>
|
99
|
+
</tr>
|
100
|
+
<tr>
|
101
|
+
<td class="function_type">
|
102
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
|
103
|
+
</td>
|
104
|
+
<td class="function_name">
|
105
|
+
<a class="link" href="AtkObject.html#atk-object-peek-parent" title="atk_object_peek_parent ()">atk_object_peek_parent</a> <span class="c_punctuation">()</span>
|
106
|
+
</td>
|
107
|
+
</tr>
|
108
|
+
<tr>
|
109
|
+
<td class="function_type">
|
110
|
+
<span class="returnvalue">gint</span>
|
111
|
+
</td>
|
112
|
+
<td class="function_name">
|
113
|
+
<a class="link" href="AtkObject.html#atk-object-get-n-accessible-children" title="atk_object_get_n_accessible_children ()">atk_object_get_n_accessible_children</a> <span class="c_punctuation">()</span>
|
114
|
+
</td>
|
115
|
+
</tr>
|
116
|
+
<tr>
|
117
|
+
<td class="function_type">
|
118
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
|
119
|
+
</td>
|
120
|
+
<td class="function_name">
|
121
|
+
<a class="link" href="AtkObject.html#atk-object-ref-accessible-child" title="atk_object_ref_accessible_child ()">atk_object_ref_accessible_child</a> <span class="c_punctuation">()</span>
|
122
|
+
</td>
|
123
|
+
</tr>
|
124
|
+
<tr>
|
125
|
+
<td class="function_type">
|
126
|
+
<a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="returnvalue">AtkRelationSet</span></a> *
|
127
|
+
</td>
|
128
|
+
<td class="function_name">
|
129
|
+
<a class="link" href="AtkObject.html#atk-object-ref-relation-set" title="atk_object_ref_relation_set ()">atk_object_ref_relation_set</a> <span class="c_punctuation">()</span>
|
130
|
+
</td>
|
131
|
+
</tr>
|
132
|
+
<tr>
|
133
|
+
<td class="function_type">
|
134
|
+
<a class="link" href="AtkObject.html#AtkLayer" title="enum AtkLayer"><span class="returnvalue">AtkLayer</span></a>
|
135
|
+
</td>
|
136
|
+
<td class="function_name">
|
137
|
+
<a class="link" href="AtkObject.html#atk-object-get-layer" title="atk_object_get_layer ()">atk_object_get_layer</a> <span class="c_punctuation">()</span>
|
138
|
+
</td>
|
139
|
+
</tr>
|
140
|
+
<tr>
|
141
|
+
<td class="function_type">
|
142
|
+
<span class="returnvalue">gint</span>
|
143
|
+
</td>
|
144
|
+
<td class="function_name">
|
145
|
+
<a class="link" href="AtkObject.html#atk-object-get-mdi-zorder" title="atk_object_get_mdi_zorder ()">atk_object_get_mdi_zorder</a> <span class="c_punctuation">()</span>
|
146
|
+
</td>
|
147
|
+
</tr>
|
148
|
+
<tr>
|
149
|
+
<td class="function_type">
|
150
|
+
<a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="returnvalue">AtkRole</span></a>
|
151
|
+
</td>
|
152
|
+
<td class="function_name">
|
153
|
+
<a class="link" href="AtkObject.html#atk-object-get-role" title="atk_object_get_role ()">atk_object_get_role</a> <span class="c_punctuation">()</span>
|
154
|
+
</td>
|
155
|
+
</tr>
|
156
|
+
<tr>
|
157
|
+
<td class="function_type">
|
158
|
+
<a class="link" href="AtkObject.html#AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> *
|
159
|
+
</td>
|
160
|
+
<td class="function_name">
|
161
|
+
<a class="link" href="AtkObject.html#atk-object-ref-state-set" title="atk_object_ref_state_set ()">atk_object_ref_state_set</a> <span class="c_punctuation">()</span>
|
162
|
+
</td>
|
163
|
+
</tr>
|
164
|
+
<tr>
|
165
|
+
<td class="function_type">
|
166
|
+
<span class="returnvalue">gint</span>
|
167
|
+
</td>
|
168
|
+
<td class="function_name">
|
169
|
+
<a class="link" href="AtkObject.html#atk-object-get-index-in-parent" title="atk_object_get_index_in_parent ()">atk_object_get_index_in_parent</a> <span class="c_punctuation">()</span>
|
170
|
+
</td>
|
171
|
+
</tr>
|
172
|
+
<tr>
|
173
|
+
<td class="function_type">
|
174
|
+
<span class="returnvalue">void</span>
|
175
|
+
</td>
|
176
|
+
<td class="function_name">
|
177
|
+
<a class="link" href="AtkObject.html#atk-object-set-name" title="atk_object_set_name ()">atk_object_set_name</a> <span class="c_punctuation">()</span>
|
178
|
+
</td>
|
179
|
+
</tr>
|
180
|
+
<tr>
|
181
|
+
<td class="function_type">
|
182
|
+
<span class="returnvalue">void</span>
|
183
|
+
</td>
|
184
|
+
<td class="function_name">
|
185
|
+
<a class="link" href="AtkObject.html#atk-object-set-description" title="atk_object_set_description ()">atk_object_set_description</a> <span class="c_punctuation">()</span>
|
186
|
+
</td>
|
187
|
+
</tr>
|
188
|
+
<tr>
|
189
|
+
<td class="function_type">
|
190
|
+
<span class="returnvalue">void</span>
|
191
|
+
</td>
|
192
|
+
<td class="function_name">
|
193
|
+
<a class="link" href="AtkObject.html#atk-object-set-parent" title="atk_object_set_parent ()">atk_object_set_parent</a> <span class="c_punctuation">()</span>
|
194
|
+
</td>
|
195
|
+
</tr>
|
196
|
+
<tr>
|
197
|
+
<td class="function_type">
|
198
|
+
<span class="returnvalue">void</span>
|
199
|
+
</td>
|
200
|
+
<td class="function_name">
|
201
|
+
<a class="link" href="AtkObject.html#atk-object-set-role" title="atk_object_set_role ()">atk_object_set_role</a> <span class="c_punctuation">()</span>
|
202
|
+
</td>
|
203
|
+
</tr>
|
204
|
+
<tr>
|
205
|
+
<td class="function_type">
|
206
|
+
<span class="returnvalue">guint</span>
|
207
|
+
</td>
|
208
|
+
<td class="function_name">
|
209
|
+
<a class="link" href="AtkObject.html#atk-object-connect-property-change-handler" title="atk_object_connect_property_change_handler ()">atk_object_connect_property_change_handler</a> <span class="c_punctuation">()</span>
|
210
|
+
</td>
|
211
|
+
</tr>
|
212
|
+
<tr>
|
213
|
+
<td class="function_type">
|
214
|
+
<span class="returnvalue">void</span>
|
215
|
+
</td>
|
216
|
+
<td class="function_name">
|
217
|
+
<a class="link" href="AtkObject.html#atk-object-remove-property-change-handler" title="atk_object_remove_property_change_handler ()">atk_object_remove_property_change_handler</a> <span class="c_punctuation">()</span>
|
218
|
+
</td>
|
219
|
+
</tr>
|
220
|
+
<tr>
|
221
|
+
<td class="function_type">
|
222
|
+
<span class="returnvalue">void</span>
|
223
|
+
</td>
|
224
|
+
<td class="function_name">
|
225
|
+
<a class="link" href="AtkObject.html#atk-object-notify-state-change" title="atk_object_notify_state_change ()">atk_object_notify_state_change</a> <span class="c_punctuation">()</span>
|
226
|
+
</td>
|
227
|
+
</tr>
|
228
|
+
<tr>
|
229
|
+
<td class="function_type">
|
230
|
+
<span class="returnvalue">void</span>
|
231
|
+
</td>
|
232
|
+
<td class="function_name">
|
233
|
+
<a class="link" href="AtkObject.html#atk-object-initialize" title="atk_object_initialize ()">atk_object_initialize</a> <span class="c_punctuation">()</span>
|
234
|
+
</td>
|
235
|
+
</tr>
|
236
|
+
<tr>
|
237
|
+
<td class="function_type">
|
238
|
+
<span class="returnvalue">gboolean</span>
|
239
|
+
</td>
|
240
|
+
<td class="function_name">
|
241
|
+
<a class="link" href="AtkObject.html#atk-object-add-relationship" title="atk_object_add_relationship ()">atk_object_add_relationship</a> <span class="c_punctuation">()</span>
|
242
|
+
</td>
|
243
|
+
</tr>
|
244
|
+
<tr>
|
245
|
+
<td class="function_type">
|
246
|
+
<span class="returnvalue">gboolean</span>
|
247
|
+
</td>
|
248
|
+
<td class="function_name">
|
249
|
+
<a class="link" href="AtkObject.html#atk-object-remove-relationship" title="atk_object_remove_relationship ()">atk_object_remove_relationship</a> <span class="c_punctuation">()</span>
|
250
|
+
</td>
|
251
|
+
</tr>
|
252
|
+
<tr>
|
253
|
+
<td class="function_type">
|
254
|
+
<a class="link" href="AtkObject.html#AtkAttributeSet" title="AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a> *
|
255
|
+
</td>
|
256
|
+
<td class="function_name">
|
257
|
+
<a class="link" href="AtkObject.html#atk-object-get-attributes" title="atk_object_get_attributes ()">atk_object_get_attributes</a> <span class="c_punctuation">()</span>
|
258
|
+
</td>
|
259
|
+
</tr>
|
260
|
+
<tr>
|
261
|
+
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
262
|
+
</td>
|
263
|
+
<td class="function_name">
|
264
|
+
<a class="link" href="AtkObject.html#atk-object-get-object-locale" title="atk_object_get_object_locale ()">atk_object_get_object_locale</a> <span class="c_punctuation">()</span>
|
265
|
+
</td>
|
266
|
+
</tr>
|
267
|
+
<tr>
|
268
|
+
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
269
|
+
</td>
|
270
|
+
<td class="function_name">
|
271
|
+
<a class="link" href="AtkObject.html#atk-role-get-name" title="atk_role_get_name ()">atk_role_get_name</a> <span class="c_punctuation">()</span>
|
272
|
+
</td>
|
273
|
+
</tr>
|
274
|
+
<tr>
|
275
|
+
<td class="function_type">const <span class="returnvalue">gchar</span> *
|
276
|
+
</td>
|
277
|
+
<td class="function_name">
|
278
|
+
<a class="link" href="AtkObject.html#atk-role-get-localized-name" title="atk_role_get_localized_name ()">atk_role_get_localized_name</a> <span class="c_punctuation">()</span>
|
279
|
+
</td>
|
280
|
+
</tr>
|
281
|
+
<tr>
|
282
|
+
<td class="function_type">
|
283
|
+
<a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="returnvalue">AtkRole</span></a>
|
284
|
+
</td>
|
285
|
+
<td class="function_name">
|
286
|
+
<a class="link" href="AtkObject.html#atk-role-for-name" title="atk_role_for_name ()">atk_role_for_name</a> <span class="c_punctuation">()</span>
|
287
|
+
</td>
|
288
|
+
</tr>
|
289
|
+
</tbody>
|
290
|
+
</table></div>
|
291
|
+
</div>
|
292
|
+
<div class="refsect1">
|
293
|
+
<a name="AtkObject.properties"></a><h2>Properties</h2>
|
294
|
+
<div class="informaltable"><table border="0">
|
295
|
+
<colgroup>
|
296
|
+
<col width="150px" class="properties_type">
|
297
|
+
<col width="300px" class="properties_name">
|
298
|
+
<col width="200px" class="properties_flags">
|
299
|
+
</colgroup>
|
300
|
+
<tbody>
|
301
|
+
<tr>
|
302
|
+
<td class="property_type"><span class="type">gint</span></td>
|
303
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-component-layer" title="The “accessible-component-layer” property">accessible-component-layer</a></td>
|
304
|
+
<td class="property_flags">Read</td>
|
305
|
+
</tr>
|
306
|
+
<tr>
|
307
|
+
<td class="property_type"><span class="type">gint</span></td>
|
308
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-component-mdi-zorder" title="The “accessible-component-mdi-zorder” property">accessible-component-mdi-zorder</a></td>
|
309
|
+
<td class="property_flags">Read</td>
|
310
|
+
</tr>
|
311
|
+
<tr>
|
312
|
+
<td class="property_type">
|
313
|
+
<span class="type">gchar</span> *</td>
|
314
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-description" title="The “accessible-description” property">accessible-description</a></td>
|
315
|
+
<td class="property_flags">Read / Write</td>
|
316
|
+
</tr>
|
317
|
+
<tr>
|
318
|
+
<td class="property_type"><span class="type">gint</span></td>
|
319
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-hypertext-nlinks" title="The “accessible-hypertext-nlinks” property">accessible-hypertext-nlinks</a></td>
|
320
|
+
<td class="property_flags">Read</td>
|
321
|
+
</tr>
|
322
|
+
<tr>
|
323
|
+
<td class="property_type">
|
324
|
+
<span class="type">gchar</span> *</td>
|
325
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-name" title="The “accessible-name” property">accessible-name</a></td>
|
326
|
+
<td class="property_flags">Read / Write</td>
|
327
|
+
</tr>
|
328
|
+
<tr>
|
329
|
+
<td class="property_type">
|
330
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *</td>
|
331
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-parent" title="The “accessible-parent” property">accessible-parent</a></td>
|
332
|
+
<td class="property_flags">Read / Write</td>
|
333
|
+
</tr>
|
334
|
+
<tr>
|
335
|
+
<td class="property_type"><span class="type">gint</span></td>
|
336
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-role" title="The “accessible-role” property">accessible-role</a></td>
|
337
|
+
<td class="property_flags">Read / Write</td>
|
338
|
+
</tr>
|
339
|
+
<tr>
|
340
|
+
<td class="property_type">
|
341
|
+
<span class="type">gchar</span> *</td>
|
342
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-table-caption" title="The “accessible-table-caption” property">accessible-table-caption</a></td>
|
343
|
+
<td class="property_flags">Read / Write</td>
|
344
|
+
</tr>
|
345
|
+
<tr>
|
346
|
+
<td class="property_type">
|
347
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *</td>
|
348
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-table-caption-object" title="The “accessible-table-caption-object” property">accessible-table-caption-object</a></td>
|
349
|
+
<td class="property_flags">Read / Write</td>
|
350
|
+
</tr>
|
351
|
+
<tr>
|
352
|
+
<td class="property_type">
|
353
|
+
<span class="type">gchar</span> *</td>
|
354
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-table-column-description" title="The “accessible-table-column-description” property">accessible-table-column-description</a></td>
|
355
|
+
<td class="property_flags">Read / Write</td>
|
356
|
+
</tr>
|
357
|
+
<tr>
|
358
|
+
<td class="property_type">
|
359
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *</td>
|
360
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-table-column-header" title="The “accessible-table-column-header” property">accessible-table-column-header</a></td>
|
361
|
+
<td class="property_flags">Read / Write</td>
|
362
|
+
</tr>
|
363
|
+
<tr>
|
364
|
+
<td class="property_type">
|
365
|
+
<span class="type">gchar</span> *</td>
|
366
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-table-row-description" title="The “accessible-table-row-description” property">accessible-table-row-description</a></td>
|
367
|
+
<td class="property_flags">Read / Write</td>
|
368
|
+
</tr>
|
369
|
+
<tr>
|
370
|
+
<td class="property_type">
|
371
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *</td>
|
372
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-table-row-header" title="The “accessible-table-row-header” property">accessible-table-row-header</a></td>
|
373
|
+
<td class="property_flags">Read / Write</td>
|
374
|
+
</tr>
|
375
|
+
<tr>
|
376
|
+
<td class="property_type">
|
377
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *</td>
|
378
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-table-summary" title="The “accessible-table-summary” property">accessible-table-summary</a></td>
|
379
|
+
<td class="property_flags">Read / Write</td>
|
380
|
+
</tr>
|
381
|
+
<tr>
|
382
|
+
<td class="property_type"><span class="type">gdouble</span></td>
|
383
|
+
<td class="property_name"><a class="link" href="AtkObject.html#AtkObject--accessible-value" title="The “accessible-value” property">accessible-value</a></td>
|
384
|
+
<td class="property_flags">Read / Write</td>
|
385
|
+
</tr>
|
386
|
+
</tbody>
|
387
|
+
</table></div>
|
388
|
+
</div>
|
389
|
+
<div class="refsect1">
|
390
|
+
<a name="AtkObject.signals"></a><h2>Signals</h2>
|
391
|
+
<div class="informaltable"><table border="0">
|
392
|
+
<colgroup>
|
393
|
+
<col width="150px" class="signals_return">
|
394
|
+
<col width="300px" class="signals_name">
|
395
|
+
<col width="200px" class="signals_flags">
|
396
|
+
</colgroup>
|
397
|
+
<tbody>
|
398
|
+
<tr>
|
399
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
400
|
+
<td class="signal_name"><a class="link" href="AtkObject.html#AtkObject-active-descendant-changed" title="The “active-descendant-changed” signal">active-descendant-changed</a></td>
|
401
|
+
<td class="signal_flags">Has Details</td>
|
402
|
+
</tr>
|
403
|
+
<tr>
|
404
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
405
|
+
<td class="signal_name"><a class="link" href="AtkObject.html#AtkObject-children-changed" title="The “children-changed” signal">children-changed</a></td>
|
406
|
+
<td class="signal_flags">Has Details</td>
|
407
|
+
</tr>
|
408
|
+
<tr>
|
409
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
410
|
+
<td class="signal_name"><a class="link" href="AtkObject.html#AtkObject-focus-event" title="The “focus-event” signal">focus-event</a></td>
|
411
|
+
<td class="signal_flags">Run Last</td>
|
412
|
+
</tr>
|
413
|
+
<tr>
|
414
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
415
|
+
<td class="signal_name"><a class="link" href="AtkObject.html#AtkObject-property-change" title="The “property-change” signal">property-change</a></td>
|
416
|
+
<td class="signal_flags">Has Details</td>
|
417
|
+
</tr>
|
418
|
+
<tr>
|
419
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
420
|
+
<td class="signal_name"><a class="link" href="AtkObject.html#AtkObject-state-change" title="The “state-change” signal">state-change</a></td>
|
421
|
+
<td class="signal_flags">Has Details</td>
|
422
|
+
</tr>
|
423
|
+
<tr>
|
424
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
425
|
+
<td class="signal_name"><a class="link" href="AtkObject.html#AtkObject-visible-data-changed" title="The “visible-data-changed” signal">visible-data-changed</a></td>
|
426
|
+
<td class="signal_flags">Run Last</td>
|
427
|
+
</tr>
|
428
|
+
</tbody>
|
429
|
+
</table></div>
|
430
|
+
</div>
|
431
|
+
<a name="AtkImplementorIface"></a><a name="AtkStateSet"></a><div class="refsect1">
|
432
|
+
<a name="AtkObject.other"></a><h2>Types and Values</h2>
|
433
|
+
<div class="informaltable"><table width="100%" border="0">
|
434
|
+
<colgroup>
|
435
|
+
<col width="150px" class="name">
|
436
|
+
<col class="description">
|
437
|
+
</colgroup>
|
438
|
+
<tbody>
|
439
|
+
<tr>
|
440
|
+
<td class="datatype_keyword">struct</td>
|
441
|
+
<td class="function_name"><a class="link" href="AtkObject.html#AtkObject-struct" title="struct AtkObject">AtkObject</a></td>
|
442
|
+
</tr>
|
443
|
+
<tr>
|
444
|
+
<td class="datatype_keyword">enum</td>
|
445
|
+
<td class="function_name"><a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole">AtkRole</a></td>
|
446
|
+
</tr>
|
447
|
+
<tr>
|
448
|
+
<td class="datatype_keyword">enum</td>
|
449
|
+
<td class="function_name"><a class="link" href="AtkObject.html#AtkLayer" title="enum AtkLayer">AtkLayer</a></td>
|
450
|
+
</tr>
|
451
|
+
<tr>
|
452
|
+
<td class="datatype_keyword"> </td>
|
453
|
+
<td class="function_name"><a class="link" href="AtkObject.html#AtkImplementor" title="AtkImplementor">AtkImplementor</a></td>
|
454
|
+
</tr>
|
455
|
+
<tr>
|
456
|
+
<td class="datatype_keyword">struct</td>
|
457
|
+
<td class="function_name"><a class="link" href="AtkObject.html#AtkAttribute" title="struct AtkAttribute">AtkAttribute</a></td>
|
458
|
+
</tr>
|
459
|
+
<tr>
|
460
|
+
<td class="typedef_keyword">typedef</td>
|
461
|
+
<td class="function_name"><a class="link" href="AtkObject.html#AtkAttributeSet" title="AtkAttributeSet">AtkAttributeSet</a></td>
|
462
|
+
</tr>
|
463
|
+
<tr>
|
464
|
+
<td class="datatype_keyword"> </td>
|
465
|
+
<td class="function_name"><a class="link" href="AtkObject.html#AtkPropertyValues" title="AtkPropertyValues">AtkPropertyValues</a></td>
|
466
|
+
</tr>
|
467
|
+
</tbody>
|
468
|
+
</table></div>
|
469
|
+
</div>
|
470
|
+
<div class="refsect1">
|
471
|
+
<a name="AtkObject.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
472
|
+
<pre class="screen"> GInterface
|
473
|
+
<span class="lineart">╰──</span> AtkImplementorIface
|
474
|
+
GObject
|
475
|
+
<span class="lineart">├──</span> AtkObject
|
476
|
+
<span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible">AtkGObjectAccessible</a>
|
477
|
+
<span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>
|
478
|
+
<span class="lineart">╰──</span> AtkStateSet
|
479
|
+
</pre>
|
480
|
+
</div>
|
481
|
+
<div class="refsect1">
|
482
|
+
<a name="AtkObject.derived-interfaces"></a><h2>Known Derived Interfaces</h2>
|
483
|
+
<p>
|
484
|
+
AtkObject is required by
|
485
|
+
<a class="link" href="AtkTableCell.html" title="AtkTableCell">AtkTableCell</a> and <a class="link" href="AtkWindow.html" title="AtkWindow">AtkWindow</a>.</p>
|
486
|
+
</div>
|
487
|
+
<div class="refsect1">
|
488
|
+
<a name="AtkObject.description"></a><h2>Description</h2>
|
489
|
+
<p>This class is the primary class for accessibility support via the
|
490
|
+
Accessibility ToolKit (ATK). Objects which are instances of
|
491
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> (or instances of AtkObject-derived types) are queried
|
492
|
+
for properties which relate basic (and generic) properties of a UI
|
493
|
+
component such as name and description. Instances of <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
|
494
|
+
may also be queried as to whether they implement other ATK
|
495
|
+
interfaces (e.g. <a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a>, <a class="link" href="AtkComponent.html" title="AtkComponent"><span class="type">AtkComponent</span></a>, etc.), as appropriate
|
496
|
+
to the role which a given UI component plays in a user interface.</p>
|
497
|
+
<p>All UI components in an application which provide useful
|
498
|
+
information or services to the user must provide corresponding
|
499
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> instances on request (in GTK+, for instance, usually on
|
500
|
+
a call to <code class="function"><GTKDOCLINK HREF="gtk-widget-get-accessible"><code class="function">gtk_widget_get_accessible()</code></code></GTKDOCLINK>), either via ATK support
|
501
|
+
built into the toolkit for the widget class or ancestor class, or
|
502
|
+
in the case of custom widgets, if the inherited <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
|
503
|
+
implementation is insufficient, via instances of a new <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
|
504
|
+
subclass.</p>
|
505
|
+
<p>See also: <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>, <a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a>. (GTK+ users see also
|
506
|
+
<span class="type">GtkAccessible</span>).</p>
|
507
|
+
</div>
|
508
|
+
<div class="refsect1">
|
509
|
+
<a name="AtkObject.functions_details"></a><h2>Functions</h2>
|
510
|
+
<div class="refsect2">
|
511
|
+
<a name="atk-role-register"></a><h3>atk_role_register ()</h3>
|
512
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="returnvalue">AtkRole</span></a>
|
513
|
+
atk_role_register (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
|
514
|
+
<div class="warning">
|
515
|
+
<p><code class="literal">atk_role_register</code> is deprecated and should not be used in newly-written code.</p>
|
516
|
+
<p>Since 2.12. If your application/toolkit doesn't find a
|
517
|
+
suitable role for a specific object defined at <a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a>, please
|
518
|
+
submit a bug in order to add a new role to the specification.</p>
|
519
|
+
</div>
|
520
|
+
<p>Registers the role specified by <em class="parameter"><code>name</code></em>
|
521
|
+
. <em class="parameter"><code>name</code></em>
|
522
|
+
must be a meaningful
|
523
|
+
name. So it should not be empty, or consisting on whitespaces.</p>
|
524
|
+
<div class="refsect3">
|
525
|
+
<a name="id-1.3.2.12.2.6"></a><h4>Parameters</h4>
|
526
|
+
<div class="informaltable"><table width="100%" border="0">
|
527
|
+
<colgroup>
|
528
|
+
<col width="150px" class="parameters_name">
|
529
|
+
<col class="parameters_description">
|
530
|
+
<col width="200px" class="parameters_annotations">
|
531
|
+
</colgroup>
|
532
|
+
<tbody><tr>
|
533
|
+
<td class="parameter_name"><p>name</p></td>
|
534
|
+
<td class="parameter_description"><p>a character string describing the new role.</p></td>
|
535
|
+
<td class="parameter_annotations"> </td>
|
536
|
+
</tr></tbody>
|
537
|
+
</table></div>
|
538
|
+
</div>
|
539
|
+
<div class="refsect3">
|
540
|
+
<a name="id-1.3.2.12.2.7"></a><h4>Returns</h4>
|
541
|
+
<p> an <a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> for the new role if added
|
542
|
+
properly. ATK_ROLE_INVALID in case of error.</p>
|
543
|
+
<p></p>
|
544
|
+
</div>
|
545
|
+
</div>
|
546
|
+
<hr>
|
547
|
+
<div class="refsect2">
|
548
|
+
<a name="AtkFunction"></a><h3>AtkFunction ()</h3>
|
549
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
550
|
+
<span class="c_punctuation">(</span>*AtkFunction<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
551
|
+
<p>An AtkFunction is a function definition used for padding which has
|
552
|
+
been added to class and interface structures to allow for expansion
|
553
|
+
in the future.</p>
|
554
|
+
<div class="refsect3">
|
555
|
+
<a name="id-1.3.2.12.3.5"></a><h4>Parameters</h4>
|
556
|
+
<div class="informaltable"><table width="100%" border="0">
|
557
|
+
<colgroup>
|
558
|
+
<col width="150px" class="parameters_name">
|
559
|
+
<col class="parameters_description">
|
560
|
+
<col width="200px" class="parameters_annotations">
|
561
|
+
</colgroup>
|
562
|
+
<tbody><tr>
|
563
|
+
<td class="parameter_name"><p>user_data</p></td>
|
564
|
+
<td class="parameter_description"><p>custom data defined by the user</p></td>
|
565
|
+
<td class="parameter_annotations"> </td>
|
566
|
+
</tr></tbody>
|
567
|
+
</table></div>
|
568
|
+
</div>
|
569
|
+
<div class="refsect3">
|
570
|
+
<a name="id-1.3.2.12.3.6"></a><h4>Returns</h4>
|
571
|
+
<p> not used</p>
|
572
|
+
<p></p>
|
573
|
+
</div>
|
574
|
+
</div>
|
575
|
+
<hr>
|
576
|
+
<div class="refsect2">
|
577
|
+
<a name="AtkPropertyChangeHandler"></a><h3>AtkPropertyChangeHandler ()</h3>
|
578
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
579
|
+
<span class="c_punctuation">(</span>*AtkPropertyChangeHandler<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *obj</code></em>,
|
580
|
+
<em class="parameter"><code><a class="link" href="AtkObject.html#AtkPropertyValues" title="AtkPropertyValues"><span class="type">AtkPropertyValues</span></a> *vals</code></em>);</pre>
|
581
|
+
<div class="warning">
|
582
|
+
<p><code class="literal">AtkPropertyChangeHandler</code> is deprecated and should not be used in newly-written code.</p>
|
583
|
+
<p>Since 2.12.</p>
|
584
|
+
</div>
|
585
|
+
<p>An AtkPropertyChangeHandler is a function which is executed when an
|
586
|
+
AtkObject's property changes value. It is specified in a call to
|
587
|
+
<a class="link" href="AtkObject.html#atk-object-connect-property-change-handler" title="atk_object_connect_property_change_handler ()"><code class="function">atk_object_connect_property_change_handler()</code></a>.</p>
|
588
|
+
<div class="refsect3">
|
589
|
+
<a name="id-1.3.2.12.4.6"></a><h4>Parameters</h4>
|
590
|
+
<div class="informaltable"><table width="100%" border="0">
|
591
|
+
<colgroup>
|
592
|
+
<col width="150px" class="parameters_name">
|
593
|
+
<col class="parameters_description">
|
594
|
+
<col width="200px" class="parameters_annotations">
|
595
|
+
</colgroup>
|
596
|
+
<tbody>
|
597
|
+
<tr>
|
598
|
+
<td class="parameter_name"><p>obj</p></td>
|
599
|
+
<td class="parameter_description"><p>atkobject which property changes</p></td>
|
600
|
+
<td class="parameter_annotations"> </td>
|
601
|
+
</tr>
|
602
|
+
<tr>
|
603
|
+
<td class="parameter_name"><p>vals</p></td>
|
604
|
+
<td class="parameter_description"><p>values changed</p></td>
|
605
|
+
<td class="parameter_annotations"> </td>
|
606
|
+
</tr>
|
607
|
+
</tbody>
|
608
|
+
</table></div>
|
609
|
+
</div>
|
610
|
+
</div>
|
611
|
+
<hr>
|
612
|
+
<div class="refsect2">
|
613
|
+
<a name="atk-implementor-ref-accessible"></a><h3>atk_implementor_ref_accessible ()</h3>
|
614
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
|
615
|
+
atk_implementor_ref_accessible (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkImplementor" title="AtkImplementor"><span class="type">AtkImplementor</span></a> *implementor</code></em>);</pre>
|
616
|
+
<p>Gets a reference to an object's <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> implementation, if
|
617
|
+
the object implements <span class="type">AtkObjectIface</span></p>
|
618
|
+
<div class="refsect3">
|
619
|
+
<a name="id-1.3.2.12.5.5"></a><h4>Parameters</h4>
|
620
|
+
<div class="informaltable"><table width="100%" border="0">
|
621
|
+
<colgroup>
|
622
|
+
<col width="150px" class="parameters_name">
|
623
|
+
<col class="parameters_description">
|
624
|
+
<col width="200px" class="parameters_annotations">
|
625
|
+
</colgroup>
|
626
|
+
<tbody><tr>
|
627
|
+
<td class="parameter_name"><p>implementor</p></td>
|
628
|
+
<td class="parameter_description"><p>The <span class="type">GObject</span> instance which should implement <a class="link" href="AtkObject.html#AtkImplementorIface"><span class="type">AtkImplementorIface</span></a>
|
629
|
+
if a non-null return value is required.</p></td>
|
630
|
+
<td class="parameter_annotations"> </td>
|
631
|
+
</tr></tbody>
|
632
|
+
</table></div>
|
633
|
+
</div>
|
634
|
+
<div class="refsect3">
|
635
|
+
<a name="id-1.3.2.12.5.6"></a><h4>Returns</h4>
|
636
|
+
<p> a reference to an object's <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
|
637
|
+
implementation. </p>
|
638
|
+
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
|
639
|
+
</div>
|
640
|
+
</div>
|
641
|
+
<hr>
|
642
|
+
<div class="refsect2">
|
643
|
+
<a name="atk-object-get-name"></a><h3>atk_object_get_name ()</h3>
|
644
|
+
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
645
|
+
atk_object_get_name (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
|
646
|
+
<p>Gets the accessible name of the accessible.</p>
|
647
|
+
<div class="refsect3">
|
648
|
+
<a name="id-1.3.2.12.6.5"></a><h4>Parameters</h4>
|
649
|
+
<div class="informaltable"><table width="100%" border="0">
|
650
|
+
<colgroup>
|
651
|
+
<col width="150px" class="parameters_name">
|
652
|
+
<col class="parameters_description">
|
653
|
+
<col width="200px" class="parameters_annotations">
|
654
|
+
</colgroup>
|
655
|
+
<tbody><tr>
|
656
|
+
<td class="parameter_name"><p>accessible</p></td>
|
657
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
658
|
+
<td class="parameter_annotations"> </td>
|
659
|
+
</tr></tbody>
|
660
|
+
</table></div>
|
661
|
+
</div>
|
662
|
+
<div class="refsect3">
|
663
|
+
<a name="id-1.3.2.12.6.6"></a><h4>Returns</h4>
|
664
|
+
<p> a character string representing the accessible name of the object.</p>
|
665
|
+
<p></p>
|
666
|
+
</div>
|
667
|
+
</div>
|
668
|
+
<hr>
|
669
|
+
<div class="refsect2">
|
670
|
+
<a name="atk-object-get-description"></a><h3>atk_object_get_description ()</h3>
|
671
|
+
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
672
|
+
atk_object_get_description (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
|
673
|
+
<p>Gets the accessible description of the accessible.</p>
|
674
|
+
<div class="refsect3">
|
675
|
+
<a name="id-1.3.2.12.7.5"></a><h4>Parameters</h4>
|
676
|
+
<div class="informaltable"><table width="100%" border="0">
|
677
|
+
<colgroup>
|
678
|
+
<col width="150px" class="parameters_name">
|
679
|
+
<col class="parameters_description">
|
680
|
+
<col width="200px" class="parameters_annotations">
|
681
|
+
</colgroup>
|
682
|
+
<tbody><tr>
|
683
|
+
<td class="parameter_name"><p>accessible</p></td>
|
684
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
685
|
+
<td class="parameter_annotations"> </td>
|
686
|
+
</tr></tbody>
|
687
|
+
</table></div>
|
688
|
+
</div>
|
689
|
+
<div class="refsect3">
|
690
|
+
<a name="id-1.3.2.12.7.6"></a><h4>Returns</h4>
|
691
|
+
<p> a character string representing the accessible description
|
692
|
+
of the accessible.</p>
|
693
|
+
<p></p>
|
694
|
+
</div>
|
695
|
+
</div>
|
696
|
+
<hr>
|
697
|
+
<div class="refsect2">
|
698
|
+
<a name="atk-object-get-parent"></a><h3>atk_object_get_parent ()</h3>
|
699
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
|
700
|
+
atk_object_get_parent (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
|
701
|
+
<p>Gets the accessible parent of the accessible. By default this is
|
702
|
+
the one assigned with <a class="link" href="AtkObject.html#atk-object-set-parent" title="atk_object_set_parent ()"><code class="function">atk_object_set_parent()</code></a>, but it is assumed
|
703
|
+
that ATK implementors have ways to get the parent of the object
|
704
|
+
without the need of assigning it manually with
|
705
|
+
<a class="link" href="AtkObject.html#atk-object-set-parent" title="atk_object_set_parent ()"><code class="function">atk_object_set_parent()</code></a>, and will return it with this method.</p>
|
706
|
+
<p>If you are only interested on the parent assigned with
|
707
|
+
<a class="link" href="AtkObject.html#atk-object-set-parent" title="atk_object_set_parent ()"><code class="function">atk_object_set_parent()</code></a>, use <a class="link" href="AtkObject.html#atk-object-peek-parent" title="atk_object_peek_parent ()"><code class="function">atk_object_peek_parent()</code></a>.</p>
|
708
|
+
<div class="refsect3">
|
709
|
+
<a name="id-1.3.2.12.8.6"></a><h4>Parameters</h4>
|
710
|
+
<div class="informaltable"><table width="100%" border="0">
|
711
|
+
<colgroup>
|
712
|
+
<col width="150px" class="parameters_name">
|
713
|
+
<col class="parameters_description">
|
714
|
+
<col width="200px" class="parameters_annotations">
|
715
|
+
</colgroup>
|
716
|
+
<tbody><tr>
|
717
|
+
<td class="parameter_name"><p>accessible</p></td>
|
718
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
719
|
+
<td class="parameter_annotations"> </td>
|
720
|
+
</tr></tbody>
|
721
|
+
</table></div>
|
722
|
+
</div>
|
723
|
+
<div class="refsect3">
|
724
|
+
<a name="id-1.3.2.12.8.7"></a><h4>Returns</h4>
|
725
|
+
<p> an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the accessible
|
726
|
+
parent of the accessible. </p>
|
727
|
+
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
|
728
|
+
</div>
|
729
|
+
</div>
|
730
|
+
<hr>
|
731
|
+
<div class="refsect2">
|
732
|
+
<a name="atk-object-peek-parent"></a><h3>atk_object_peek_parent ()</h3>
|
733
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
|
734
|
+
atk_object_peek_parent (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
|
735
|
+
<p>Gets the accessible parent of the accessible, if it has been
|
736
|
+
manually assigned with atk_object_set_parent. Otherwise, this
|
737
|
+
function returns <code class="literal">NULL</code>.</p>
|
738
|
+
<p>This method is intended as an utility for ATK implementors, and not
|
739
|
+
to be exposed to accessible tools. See <a class="link" href="AtkObject.html#atk-object-get-parent" title="atk_object_get_parent ()"><code class="function">atk_object_get_parent()</code></a> for
|
740
|
+
further reference.</p>
|
741
|
+
<div class="refsect3">
|
742
|
+
<a name="id-1.3.2.12.9.6"></a><h4>Parameters</h4>
|
743
|
+
<div class="informaltable"><table width="100%" border="0">
|
744
|
+
<colgroup>
|
745
|
+
<col width="150px" class="parameters_name">
|
746
|
+
<col class="parameters_description">
|
747
|
+
<col width="200px" class="parameters_annotations">
|
748
|
+
</colgroup>
|
749
|
+
<tbody><tr>
|
750
|
+
<td class="parameter_name"><p>accessible</p></td>
|
751
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
752
|
+
<td class="parameter_annotations"> </td>
|
753
|
+
</tr></tbody>
|
754
|
+
</table></div>
|
755
|
+
</div>
|
756
|
+
<div class="refsect3">
|
757
|
+
<a name="id-1.3.2.12.9.7"></a><h4>Returns</h4>
|
758
|
+
<p> an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the accessible
|
759
|
+
parent of the accessible if assigned. </p>
|
760
|
+
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
|
761
|
+
</div>
|
762
|
+
</div>
|
763
|
+
<hr>
|
764
|
+
<div class="refsect2">
|
765
|
+
<a name="atk-object-get-n-accessible-children"></a><h3>atk_object_get_n_accessible_children ()</h3>
|
766
|
+
<pre class="programlisting"><span class="returnvalue">gint</span>
|
767
|
+
atk_object_get_n_accessible_children (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
|
768
|
+
<p>Gets the number of accessible children of the accessible.</p>
|
769
|
+
<div class="refsect3">
|
770
|
+
<a name="id-1.3.2.12.10.5"></a><h4>Parameters</h4>
|
771
|
+
<div class="informaltable"><table width="100%" border="0">
|
772
|
+
<colgroup>
|
773
|
+
<col width="150px" class="parameters_name">
|
774
|
+
<col class="parameters_description">
|
775
|
+
<col width="200px" class="parameters_annotations">
|
776
|
+
</colgroup>
|
777
|
+
<tbody><tr>
|
778
|
+
<td class="parameter_name"><p>accessible</p></td>
|
779
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
780
|
+
<td class="parameter_annotations"> </td>
|
781
|
+
</tr></tbody>
|
782
|
+
</table></div>
|
783
|
+
</div>
|
784
|
+
<div class="refsect3">
|
785
|
+
<a name="id-1.3.2.12.10.6"></a><h4>Returns</h4>
|
786
|
+
<p> an integer representing the number of accessible children
|
787
|
+
of the accessible.</p>
|
788
|
+
<p></p>
|
789
|
+
</div>
|
790
|
+
</div>
|
791
|
+
<hr>
|
792
|
+
<div class="refsect2">
|
793
|
+
<a name="atk-object-ref-accessible-child"></a><h3>atk_object_ref_accessible_child ()</h3>
|
794
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
|
795
|
+
atk_object_ref_accessible_child (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>,
|
796
|
+
<em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
|
797
|
+
<p>Gets a reference to the specified accessible child of the object.
|
798
|
+
The accessible children are 0-based so the first accessible child is
|
799
|
+
at index 0, the second at index 1 and so on.</p>
|
800
|
+
<div class="refsect3">
|
801
|
+
<a name="id-1.3.2.12.11.5"></a><h4>Parameters</h4>
|
802
|
+
<div class="informaltable"><table width="100%" border="0">
|
803
|
+
<colgroup>
|
804
|
+
<col width="150px" class="parameters_name">
|
805
|
+
<col class="parameters_description">
|
806
|
+
<col width="200px" class="parameters_annotations">
|
807
|
+
</colgroup>
|
808
|
+
<tbody>
|
809
|
+
<tr>
|
810
|
+
<td class="parameter_name"><p>accessible</p></td>
|
811
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
812
|
+
<td class="parameter_annotations"> </td>
|
813
|
+
</tr>
|
814
|
+
<tr>
|
815
|
+
<td class="parameter_name"><p>i</p></td>
|
816
|
+
<td class="parameter_description"><p>a gint representing the position of the child, starting from 0</p></td>
|
817
|
+
<td class="parameter_annotations"> </td>
|
818
|
+
</tr>
|
819
|
+
</tbody>
|
820
|
+
</table></div>
|
821
|
+
</div>
|
822
|
+
<div class="refsect3">
|
823
|
+
<a name="id-1.3.2.12.11.6"></a><h4>Returns</h4>
|
824
|
+
<p> an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the specified
|
825
|
+
accessible child of the accessible. </p>
|
826
|
+
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
|
827
|
+
</div>
|
828
|
+
</div>
|
829
|
+
<hr>
|
830
|
+
<div class="refsect2">
|
831
|
+
<a name="atk-object-ref-relation-set"></a><h3>atk_object_ref_relation_set ()</h3>
|
832
|
+
<pre class="programlisting"><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="returnvalue">AtkRelationSet</span></a> *
|
833
|
+
atk_object_ref_relation_set (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
|
834
|
+
<p>Gets the <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> associated with the object.</p>
|
835
|
+
<div class="refsect3">
|
836
|
+
<a name="id-1.3.2.12.12.5"></a><h4>Parameters</h4>
|
837
|
+
<div class="informaltable"><table width="100%" border="0">
|
838
|
+
<colgroup>
|
839
|
+
<col width="150px" class="parameters_name">
|
840
|
+
<col class="parameters_description">
|
841
|
+
<col width="200px" class="parameters_annotations">
|
842
|
+
</colgroup>
|
843
|
+
<tbody><tr>
|
844
|
+
<td class="parameter_name"><p>accessible</p></td>
|
845
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
846
|
+
<td class="parameter_annotations"> </td>
|
847
|
+
</tr></tbody>
|
848
|
+
</table></div>
|
849
|
+
</div>
|
850
|
+
<div class="refsect3">
|
851
|
+
<a name="id-1.3.2.12.12.6"></a><h4>Returns</h4>
|
852
|
+
<p> an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> representing the relation set
|
853
|
+
of the object. </p>
|
854
|
+
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
|
855
|
+
</div>
|
856
|
+
</div>
|
857
|
+
<hr>
|
858
|
+
<div class="refsect2">
|
859
|
+
<a name="atk-object-get-layer"></a><h3>atk_object_get_layer ()</h3>
|
860
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html#AtkLayer" title="enum AtkLayer"><span class="returnvalue">AtkLayer</span></a>
|
861
|
+
atk_object_get_layer (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
|
862
|
+
<div class="warning">
|
863
|
+
<p><code class="literal">atk_object_get_layer</code> is deprecated and should not be used in newly-written code.</p>
|
864
|
+
<p>Use atk_component_get_layer instead.</p>
|
865
|
+
</div>
|
866
|
+
<p>Gets the layer of the accessible.</p>
|
867
|
+
<div class="refsect3">
|
868
|
+
<a name="id-1.3.2.12.13.6"></a><h4>Parameters</h4>
|
869
|
+
<div class="informaltable"><table width="100%" border="0">
|
870
|
+
<colgroup>
|
871
|
+
<col width="150px" class="parameters_name">
|
872
|
+
<col class="parameters_description">
|
873
|
+
<col width="200px" class="parameters_annotations">
|
874
|
+
</colgroup>
|
875
|
+
<tbody><tr>
|
876
|
+
<td class="parameter_name"><p>accessible</p></td>
|
877
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
878
|
+
<td class="parameter_annotations"> </td>
|
879
|
+
</tr></tbody>
|
880
|
+
</table></div>
|
881
|
+
</div>
|
882
|
+
<div class="refsect3">
|
883
|
+
<a name="id-1.3.2.12.13.7"></a><h4>Returns</h4>
|
884
|
+
<p> an <a class="link" href="AtkObject.html#AtkLayer" title="enum AtkLayer"><span class="type">AtkLayer</span></a> which is the layer of the accessible</p>
|
885
|
+
<p></p>
|
886
|
+
</div>
|
887
|
+
</div>
|
888
|
+
<hr>
|
889
|
+
<div class="refsect2">
|
890
|
+
<a name="atk-object-get-mdi-zorder"></a><h3>atk_object_get_mdi_zorder ()</h3>
|
891
|
+
<pre class="programlisting"><span class="returnvalue">gint</span>
|
892
|
+
atk_object_get_mdi_zorder (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
|
893
|
+
<div class="warning">
|
894
|
+
<p><code class="literal">atk_object_get_mdi_zorder</code> is deprecated and should not be used in newly-written code.</p>
|
895
|
+
<p>Use atk_component_get_mdi_zorder instead.</p>
|
896
|
+
</div>
|
897
|
+
<p>Gets the zorder of the accessible. The value G_MININT will be returned
|
898
|
+
if the layer of the accessible is not ATK_LAYER_MDI.</p>
|
899
|
+
<div class="refsect3">
|
900
|
+
<a name="id-1.3.2.12.14.6"></a><h4>Parameters</h4>
|
901
|
+
<div class="informaltable"><table width="100%" border="0">
|
902
|
+
<colgroup>
|
903
|
+
<col width="150px" class="parameters_name">
|
904
|
+
<col class="parameters_description">
|
905
|
+
<col width="200px" class="parameters_annotations">
|
906
|
+
</colgroup>
|
907
|
+
<tbody><tr>
|
908
|
+
<td class="parameter_name"><p>accessible</p></td>
|
909
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
910
|
+
<td class="parameter_annotations"> </td>
|
911
|
+
</tr></tbody>
|
912
|
+
</table></div>
|
913
|
+
</div>
|
914
|
+
<div class="refsect3">
|
915
|
+
<a name="id-1.3.2.12.14.7"></a><h4>Returns</h4>
|
916
|
+
<p> a gint which is the zorder of the accessible, i.e. the depth at
|
917
|
+
which the component is shown in relation to other components in the same
|
918
|
+
container.</p>
|
919
|
+
<p></p>
|
920
|
+
</div>
|
921
|
+
</div>
|
922
|
+
<hr>
|
923
|
+
<div class="refsect2">
|
924
|
+
<a name="atk-object-get-role"></a><h3>atk_object_get_role ()</h3>
|
925
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="returnvalue">AtkRole</span></a>
|
926
|
+
atk_object_get_role (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
|
927
|
+
<p>Gets the role of the accessible.</p>
|
928
|
+
<div class="refsect3">
|
929
|
+
<a name="id-1.3.2.12.15.5"></a><h4>Parameters</h4>
|
930
|
+
<div class="informaltable"><table width="100%" border="0">
|
931
|
+
<colgroup>
|
932
|
+
<col width="150px" class="parameters_name">
|
933
|
+
<col class="parameters_description">
|
934
|
+
<col width="200px" class="parameters_annotations">
|
935
|
+
</colgroup>
|
936
|
+
<tbody><tr>
|
937
|
+
<td class="parameter_name"><p>accessible</p></td>
|
938
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
939
|
+
<td class="parameter_annotations"> </td>
|
940
|
+
</tr></tbody>
|
941
|
+
</table></div>
|
942
|
+
</div>
|
943
|
+
<div class="refsect3">
|
944
|
+
<a name="id-1.3.2.12.15.6"></a><h4>Returns</h4>
|
945
|
+
<p> an <a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> which is the role of the accessible</p>
|
946
|
+
<p></p>
|
947
|
+
</div>
|
948
|
+
</div>
|
949
|
+
<hr>
|
950
|
+
<div class="refsect2">
|
951
|
+
<a name="atk-object-ref-state-set"></a><h3>atk_object_ref_state_set ()</h3>
|
952
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html#AtkStateSet"><span class="returnvalue">AtkStateSet</span></a> *
|
953
|
+
atk_object_ref_state_set (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
|
954
|
+
<p>Gets a reference to the state set of the accessible; the caller must
|
955
|
+
unreference it when it is no longer needed.</p>
|
956
|
+
<div class="refsect3">
|
957
|
+
<a name="id-1.3.2.12.16.5"></a><h4>Parameters</h4>
|
958
|
+
<div class="informaltable"><table width="100%" border="0">
|
959
|
+
<colgroup>
|
960
|
+
<col width="150px" class="parameters_name">
|
961
|
+
<col class="parameters_description">
|
962
|
+
<col width="200px" class="parameters_annotations">
|
963
|
+
</colgroup>
|
964
|
+
<tbody><tr>
|
965
|
+
<td class="parameter_name"><p>accessible</p></td>
|
966
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
967
|
+
<td class="parameter_annotations"> </td>
|
968
|
+
</tr></tbody>
|
969
|
+
</table></div>
|
970
|
+
</div>
|
971
|
+
<div class="refsect3">
|
972
|
+
<a name="id-1.3.2.12.16.6"></a><h4>Returns</h4>
|
973
|
+
<p> a reference to an <a class="link" href="AtkObject.html#AtkStateSet"><span class="type">AtkStateSet</span></a> which is the state
|
974
|
+
set of the accessible. </p>
|
975
|
+
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
|
976
|
+
</div>
|
977
|
+
</div>
|
978
|
+
<hr>
|
979
|
+
<div class="refsect2">
|
980
|
+
<a name="atk-object-get-index-in-parent"></a><h3>atk_object_get_index_in_parent ()</h3>
|
981
|
+
<pre class="programlisting"><span class="returnvalue">gint</span>
|
982
|
+
atk_object_get_index_in_parent (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
|
983
|
+
<p>Gets the 0-based index of this accessible in its parent; returns -1 if the
|
984
|
+
accessible does not have an accessible parent.</p>
|
985
|
+
<div class="refsect3">
|
986
|
+
<a name="id-1.3.2.12.17.5"></a><h4>Parameters</h4>
|
987
|
+
<div class="informaltable"><table width="100%" border="0">
|
988
|
+
<colgroup>
|
989
|
+
<col width="150px" class="parameters_name">
|
990
|
+
<col class="parameters_description">
|
991
|
+
<col width="200px" class="parameters_annotations">
|
992
|
+
</colgroup>
|
993
|
+
<tbody><tr>
|
994
|
+
<td class="parameter_name"><p>accessible</p></td>
|
995
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
996
|
+
<td class="parameter_annotations"> </td>
|
997
|
+
</tr></tbody>
|
998
|
+
</table></div>
|
999
|
+
</div>
|
1000
|
+
<div class="refsect3">
|
1001
|
+
<a name="id-1.3.2.12.17.6"></a><h4>Returns</h4>
|
1002
|
+
<p> an integer which is the index of the accessible in its parent</p>
|
1003
|
+
<p></p>
|
1004
|
+
</div>
|
1005
|
+
</div>
|
1006
|
+
<hr>
|
1007
|
+
<div class="refsect2">
|
1008
|
+
<a name="atk-object-set-name"></a><h3>atk_object_set_name ()</h3>
|
1009
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1010
|
+
atk_object_set_name (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>,
|
1011
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
|
1012
|
+
<p>Sets the accessible name of the accessible. You can't set the name
|
1013
|
+
to NULL. This is reserved for the initial value. In this aspect
|
1014
|
+
NULL is similar to ATK_ROLE_UNKNOWN. If you want to set the name to
|
1015
|
+
a empty value you can use "".</p>
|
1016
|
+
<div class="refsect3">
|
1017
|
+
<a name="id-1.3.2.12.18.5"></a><h4>Parameters</h4>
|
1018
|
+
<div class="informaltable"><table width="100%" border="0">
|
1019
|
+
<colgroup>
|
1020
|
+
<col width="150px" class="parameters_name">
|
1021
|
+
<col class="parameters_description">
|
1022
|
+
<col width="200px" class="parameters_annotations">
|
1023
|
+
</colgroup>
|
1024
|
+
<tbody>
|
1025
|
+
<tr>
|
1026
|
+
<td class="parameter_name"><p>accessible</p></td>
|
1027
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
1028
|
+
<td class="parameter_annotations"> </td>
|
1029
|
+
</tr>
|
1030
|
+
<tr>
|
1031
|
+
<td class="parameter_name"><p>name</p></td>
|
1032
|
+
<td class="parameter_description"><p>a character string to be set as the accessible name</p></td>
|
1033
|
+
<td class="parameter_annotations"> </td>
|
1034
|
+
</tr>
|
1035
|
+
</tbody>
|
1036
|
+
</table></div>
|
1037
|
+
</div>
|
1038
|
+
</div>
|
1039
|
+
<hr>
|
1040
|
+
<div class="refsect2">
|
1041
|
+
<a name="atk-object-set-description"></a><h3>atk_object_set_description ()</h3>
|
1042
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1043
|
+
atk_object_set_description (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>,
|
1044
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);</pre>
|
1045
|
+
<p>Sets the accessible description of the accessible. You can't set
|
1046
|
+
the description to NULL. This is reserved for the initial value. In
|
1047
|
+
this aspect NULL is similar to ATK_ROLE_UNKNOWN. If you want to set
|
1048
|
+
the name to a empty value you can use "".</p>
|
1049
|
+
<div class="refsect3">
|
1050
|
+
<a name="id-1.3.2.12.19.5"></a><h4>Parameters</h4>
|
1051
|
+
<div class="informaltable"><table width="100%" border="0">
|
1052
|
+
<colgroup>
|
1053
|
+
<col width="150px" class="parameters_name">
|
1054
|
+
<col class="parameters_description">
|
1055
|
+
<col width="200px" class="parameters_annotations">
|
1056
|
+
</colgroup>
|
1057
|
+
<tbody>
|
1058
|
+
<tr>
|
1059
|
+
<td class="parameter_name"><p>accessible</p></td>
|
1060
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
1061
|
+
<td class="parameter_annotations"> </td>
|
1062
|
+
</tr>
|
1063
|
+
<tr>
|
1064
|
+
<td class="parameter_name"><p>description</p></td>
|
1065
|
+
<td class="parameter_description"><p>a character string to be set as the accessible description</p></td>
|
1066
|
+
<td class="parameter_annotations"> </td>
|
1067
|
+
</tr>
|
1068
|
+
</tbody>
|
1069
|
+
</table></div>
|
1070
|
+
</div>
|
1071
|
+
</div>
|
1072
|
+
<hr>
|
1073
|
+
<div class="refsect2">
|
1074
|
+
<a name="atk-object-set-parent"></a><h3>atk_object_set_parent ()</h3>
|
1075
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1076
|
+
atk_object_set_parent (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>,
|
1077
|
+
<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *parent</code></em>);</pre>
|
1078
|
+
<p>Sets the accessible parent of the accessible. <em class="parameter"><code>parent</code></em>
|
1079
|
+
can be NULL.</p>
|
1080
|
+
<div class="refsect3">
|
1081
|
+
<a name="id-1.3.2.12.20.5"></a><h4>Parameters</h4>
|
1082
|
+
<div class="informaltable"><table width="100%" border="0">
|
1083
|
+
<colgroup>
|
1084
|
+
<col width="150px" class="parameters_name">
|
1085
|
+
<col class="parameters_description">
|
1086
|
+
<col width="200px" class="parameters_annotations">
|
1087
|
+
</colgroup>
|
1088
|
+
<tbody>
|
1089
|
+
<tr>
|
1090
|
+
<td class="parameter_name"><p>accessible</p></td>
|
1091
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
1092
|
+
<td class="parameter_annotations"> </td>
|
1093
|
+
</tr>
|
1094
|
+
<tr>
|
1095
|
+
<td class="parameter_name"><p>parent</p></td>
|
1096
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> to be set as the accessible parent</p></td>
|
1097
|
+
<td class="parameter_annotations"> </td>
|
1098
|
+
</tr>
|
1099
|
+
</tbody>
|
1100
|
+
</table></div>
|
1101
|
+
</div>
|
1102
|
+
</div>
|
1103
|
+
<hr>
|
1104
|
+
<div class="refsect2">
|
1105
|
+
<a name="atk-object-set-role"></a><h3>atk_object_set_role ()</h3>
|
1106
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1107
|
+
atk_object_set_role (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>,
|
1108
|
+
<em class="parameter"><code><a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> role</code></em>);</pre>
|
1109
|
+
<p>Sets the role of the accessible.</p>
|
1110
|
+
<div class="refsect3">
|
1111
|
+
<a name="id-1.3.2.12.21.5"></a><h4>Parameters</h4>
|
1112
|
+
<div class="informaltable"><table width="100%" border="0">
|
1113
|
+
<colgroup>
|
1114
|
+
<col width="150px" class="parameters_name">
|
1115
|
+
<col class="parameters_description">
|
1116
|
+
<col width="200px" class="parameters_annotations">
|
1117
|
+
</colgroup>
|
1118
|
+
<tbody>
|
1119
|
+
<tr>
|
1120
|
+
<td class="parameter_name"><p>accessible</p></td>
|
1121
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
1122
|
+
<td class="parameter_annotations"> </td>
|
1123
|
+
</tr>
|
1124
|
+
<tr>
|
1125
|
+
<td class="parameter_name"><p>role</p></td>
|
1126
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> to be set as the role</p></td>
|
1127
|
+
<td class="parameter_annotations"> </td>
|
1128
|
+
</tr>
|
1129
|
+
</tbody>
|
1130
|
+
</table></div>
|
1131
|
+
</div>
|
1132
|
+
</div>
|
1133
|
+
<hr>
|
1134
|
+
<div class="refsect2">
|
1135
|
+
<a name="atk-object-connect-property-change-handler"></a><h3>atk_object_connect_property_change_handler ()</h3>
|
1136
|
+
<pre class="programlisting"><span class="returnvalue">guint</span>
|
1137
|
+
atk_object_connect_property_change_handler
|
1138
|
+
(<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>,
|
1139
|
+
<em class="parameter"><code><a class="link" href="AtkObject.html#AtkPropertyChangeHandler" title="AtkPropertyChangeHandler ()"><span class="type">AtkPropertyChangeHandler</span></a> *handler</code></em>);</pre>
|
1140
|
+
<div class="warning">
|
1141
|
+
<p><code class="literal">atk_object_connect_property_change_handler</code> is deprecated and should not be used in newly-written code.</p>
|
1142
|
+
<p>Since 2.12. Connect directly to property-change or
|
1143
|
+
notify signals.</p>
|
1144
|
+
</div>
|
1145
|
+
<div class="refsect3">
|
1146
|
+
<a name="id-1.3.2.12.22.5"></a><h4>Parameters</h4>
|
1147
|
+
<div class="informaltable"><table width="100%" border="0">
|
1148
|
+
<colgroup>
|
1149
|
+
<col width="150px" class="parameters_name">
|
1150
|
+
<col class="parameters_description">
|
1151
|
+
<col width="200px" class="parameters_annotations">
|
1152
|
+
</colgroup>
|
1153
|
+
<tbody>
|
1154
|
+
<tr>
|
1155
|
+
<td class="parameter_name"><p>accessible</p></td>
|
1156
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
1157
|
+
<td class="parameter_annotations"> </td>
|
1158
|
+
</tr>
|
1159
|
+
<tr>
|
1160
|
+
<td class="parameter_name"><p>handler</p></td>
|
1161
|
+
<td class="parameter_description"><p>a function to be called when a property changes its value</p></td>
|
1162
|
+
<td class="parameter_annotations"> </td>
|
1163
|
+
</tr>
|
1164
|
+
</tbody>
|
1165
|
+
</table></div>
|
1166
|
+
</div>
|
1167
|
+
<div class="refsect3">
|
1168
|
+
<a name="id-1.3.2.12.22.6"></a><h4>Returns</h4>
|
1169
|
+
<p> a <span class="type">guint</span> which is the handler id used in
|
1170
|
+
<a class="link" href="AtkObject.html#atk-object-remove-property-change-handler" title="atk_object_remove_property_change_handler ()"><code class="function">atk_object_remove_property_change_handler()</code></a></p>
|
1171
|
+
<p></p>
|
1172
|
+
</div>
|
1173
|
+
</div>
|
1174
|
+
<hr>
|
1175
|
+
<div class="refsect2">
|
1176
|
+
<a name="atk-object-remove-property-change-handler"></a><h3>atk_object_remove_property_change_handler ()</h3>
|
1177
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1178
|
+
atk_object_remove_property_change_handler
|
1179
|
+
(<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>,
|
1180
|
+
<em class="parameter"><code><span class="type">guint</span> handler_id</code></em>);</pre>
|
1181
|
+
<div class="warning">
|
1182
|
+
<p><code class="literal">atk_object_remove_property_change_handler</code> is deprecated and should not be used in newly-written code.</p>
|
1183
|
+
<p>Since 2.12.</p>
|
1184
|
+
<p>Removes a property change handler.</p>
|
1185
|
+
</div>
|
1186
|
+
<div class="refsect3">
|
1187
|
+
<a name="id-1.3.2.12.23.5"></a><h4>Parameters</h4>
|
1188
|
+
<div class="informaltable"><table width="100%" border="0">
|
1189
|
+
<colgroup>
|
1190
|
+
<col width="150px" class="parameters_name">
|
1191
|
+
<col class="parameters_description">
|
1192
|
+
<col width="200px" class="parameters_annotations">
|
1193
|
+
</colgroup>
|
1194
|
+
<tbody>
|
1195
|
+
<tr>
|
1196
|
+
<td class="parameter_name"><p>accessible</p></td>
|
1197
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
1198
|
+
<td class="parameter_annotations"> </td>
|
1199
|
+
</tr>
|
1200
|
+
<tr>
|
1201
|
+
<td class="parameter_name"><p>handler_id</p></td>
|
1202
|
+
<td class="parameter_description"><p>a guint which identifies the handler to be removed.</p></td>
|
1203
|
+
<td class="parameter_annotations"> </td>
|
1204
|
+
</tr>
|
1205
|
+
</tbody>
|
1206
|
+
</table></div>
|
1207
|
+
</div>
|
1208
|
+
</div>
|
1209
|
+
<hr>
|
1210
|
+
<div class="refsect2">
|
1211
|
+
<a name="atk-object-notify-state-change"></a><h3>atk_object_notify_state_change ()</h3>
|
1212
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1213
|
+
atk_object_notify_state_change (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>,
|
1214
|
+
<em class="parameter"><code><a class="link" href="atk-AtkState.html#AtkState" title="AtkState"><span class="type">AtkState</span></a> state</code></em>,
|
1215
|
+
<em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
|
1216
|
+
<p>Emits a state-change signal for the specified state.</p>
|
1217
|
+
<div class="refsect3">
|
1218
|
+
<a name="id-1.3.2.12.24.5"></a><h4>Parameters</h4>
|
1219
|
+
<div class="informaltable"><table width="100%" border="0">
|
1220
|
+
<colgroup>
|
1221
|
+
<col width="150px" class="parameters_name">
|
1222
|
+
<col class="parameters_description">
|
1223
|
+
<col width="200px" class="parameters_annotations">
|
1224
|
+
</colgroup>
|
1225
|
+
<tbody>
|
1226
|
+
<tr>
|
1227
|
+
<td class="parameter_name"><p>accessible</p></td>
|
1228
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
1229
|
+
<td class="parameter_annotations"> </td>
|
1230
|
+
</tr>
|
1231
|
+
<tr>
|
1232
|
+
<td class="parameter_name"><p>state</p></td>
|
1233
|
+
<td class="parameter_description"><p>an <a class="link" href="atk-AtkState.html#AtkState" title="AtkState"><span class="type">AtkState</span></a> whose state is changed</p></td>
|
1234
|
+
<td class="parameter_annotations"> </td>
|
1235
|
+
</tr>
|
1236
|
+
<tr>
|
1237
|
+
<td class="parameter_name"><p>value</p></td>
|
1238
|
+
<td class="parameter_description"><p>a gboolean which indicates whether the state is being set on or off</p></td>
|
1239
|
+
<td class="parameter_annotations"> </td>
|
1240
|
+
</tr>
|
1241
|
+
</tbody>
|
1242
|
+
</table></div>
|
1243
|
+
</div>
|
1244
|
+
</div>
|
1245
|
+
<hr>
|
1246
|
+
<div class="refsect2">
|
1247
|
+
<a name="atk-object-initialize"></a><h3>atk_object_initialize ()</h3>
|
1248
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1249
|
+
atk_object_initialize (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>,
|
1250
|
+
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
|
1251
|
+
<p>This function is called when implementing subclasses of <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>.
|
1252
|
+
It does initialization required for the new object. It is intended
|
1253
|
+
that this function should called only in the ..._new() functions used
|
1254
|
+
to create an instance of a subclass of <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p>
|
1255
|
+
<div class="refsect3">
|
1256
|
+
<a name="id-1.3.2.12.25.5"></a><h4>Parameters</h4>
|
1257
|
+
<div class="informaltable"><table width="100%" border="0">
|
1258
|
+
<colgroup>
|
1259
|
+
<col width="150px" class="parameters_name">
|
1260
|
+
<col class="parameters_description">
|
1261
|
+
<col width="200px" class="parameters_annotations">
|
1262
|
+
</colgroup>
|
1263
|
+
<tbody>
|
1264
|
+
<tr>
|
1265
|
+
<td class="parameter_name"><p>accessible</p></td>
|
1266
|
+
<td class="parameter_description"><p>a <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
1267
|
+
<td class="parameter_annotations"> </td>
|
1268
|
+
</tr>
|
1269
|
+
<tr>
|
1270
|
+
<td class="parameter_name"><p>data</p></td>
|
1271
|
+
<td class="parameter_description"><p>a <span class="type">gpointer</span> which identifies the object for which the AtkObject was created.</p></td>
|
1272
|
+
<td class="parameter_annotations"> </td>
|
1273
|
+
</tr>
|
1274
|
+
</tbody>
|
1275
|
+
</table></div>
|
1276
|
+
</div>
|
1277
|
+
</div>
|
1278
|
+
<hr>
|
1279
|
+
<div class="refsect2">
|
1280
|
+
<a name="atk-object-add-relationship"></a><h3>atk_object_add_relationship ()</h3>
|
1281
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
1282
|
+
atk_object_add_relationship (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *object</code></em>,
|
1283
|
+
<em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>,
|
1284
|
+
<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
|
1285
|
+
<p>Adds a relationship of the specified type with the specified target.</p>
|
1286
|
+
<div class="refsect3">
|
1287
|
+
<a name="id-1.3.2.12.26.5"></a><h4>Parameters</h4>
|
1288
|
+
<div class="informaltable"><table width="100%" border="0">
|
1289
|
+
<colgroup>
|
1290
|
+
<col width="150px" class="parameters_name">
|
1291
|
+
<col class="parameters_description">
|
1292
|
+
<col width="200px" class="parameters_annotations">
|
1293
|
+
</colgroup>
|
1294
|
+
<tbody>
|
1295
|
+
<tr>
|
1296
|
+
<td class="parameter_name"><p>object</p></td>
|
1297
|
+
<td class="parameter_description"><p>The <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> to which an AtkRelation is to be added. </p></td>
|
1298
|
+
<td class="parameter_annotations"> </td>
|
1299
|
+
</tr>
|
1300
|
+
<tr>
|
1301
|
+
<td class="parameter_name"><p>relationship</p></td>
|
1302
|
+
<td class="parameter_description"><p>The <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> of the relation</p></td>
|
1303
|
+
<td class="parameter_annotations"> </td>
|
1304
|
+
</tr>
|
1305
|
+
<tr>
|
1306
|
+
<td class="parameter_name"><p>target</p></td>
|
1307
|
+
<td class="parameter_description"><p>The <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> which is to be the target of the relation.</p></td>
|
1308
|
+
<td class="parameter_annotations"> </td>
|
1309
|
+
</tr>
|
1310
|
+
</tbody>
|
1311
|
+
</table></div>
|
1312
|
+
</div>
|
1313
|
+
<div class="refsect3">
|
1314
|
+
<a name="id-1.3.2.12.26.6"></a><h4>Returns</h4>
|
1315
|
+
<p> TRUE if the relationship is added.</p>
|
1316
|
+
<p></p>
|
1317
|
+
</div>
|
1318
|
+
</div>
|
1319
|
+
<hr>
|
1320
|
+
<div class="refsect2">
|
1321
|
+
<a name="atk-object-remove-relationship"></a><h3>atk_object_remove_relationship ()</h3>
|
1322
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
1323
|
+
atk_object_remove_relationship (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *object</code></em>,
|
1324
|
+
<em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>,
|
1325
|
+
<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
|
1326
|
+
<p>Removes a relationship of the specified type with the specified target.</p>
|
1327
|
+
<div class="refsect3">
|
1328
|
+
<a name="id-1.3.2.12.27.5"></a><h4>Parameters</h4>
|
1329
|
+
<div class="informaltable"><table width="100%" border="0">
|
1330
|
+
<colgroup>
|
1331
|
+
<col width="150px" class="parameters_name">
|
1332
|
+
<col class="parameters_description">
|
1333
|
+
<col width="200px" class="parameters_annotations">
|
1334
|
+
</colgroup>
|
1335
|
+
<tbody>
|
1336
|
+
<tr>
|
1337
|
+
<td class="parameter_name"><p>object</p></td>
|
1338
|
+
<td class="parameter_description"><p>The <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> from which an AtkRelation is to be removed. </p></td>
|
1339
|
+
<td class="parameter_annotations"> </td>
|
1340
|
+
</tr>
|
1341
|
+
<tr>
|
1342
|
+
<td class="parameter_name"><p>relationship</p></td>
|
1343
|
+
<td class="parameter_description"><p>The <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> of the relation</p></td>
|
1344
|
+
<td class="parameter_annotations"> </td>
|
1345
|
+
</tr>
|
1346
|
+
<tr>
|
1347
|
+
<td class="parameter_name"><p>target</p></td>
|
1348
|
+
<td class="parameter_description"><p>The <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> which is the target of the relation to be removed.</p></td>
|
1349
|
+
<td class="parameter_annotations"> </td>
|
1350
|
+
</tr>
|
1351
|
+
</tbody>
|
1352
|
+
</table></div>
|
1353
|
+
</div>
|
1354
|
+
<div class="refsect3">
|
1355
|
+
<a name="id-1.3.2.12.27.6"></a><h4>Returns</h4>
|
1356
|
+
<p> TRUE if the relationship is removed.</p>
|
1357
|
+
<p></p>
|
1358
|
+
</div>
|
1359
|
+
</div>
|
1360
|
+
<hr>
|
1361
|
+
<div class="refsect2">
|
1362
|
+
<a name="atk-object-get-attributes"></a><h3>atk_object_get_attributes ()</h3>
|
1363
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html#AtkAttributeSet" title="AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a> *
|
1364
|
+
atk_object_get_attributes (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
|
1365
|
+
<p>Get a list of properties applied to this object as a whole, as an <a class="link" href="AtkObject.html#AtkAttributeSet" title="AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> consisting of
|
1366
|
+
name-value pairs. As such these attributes may be considered weakly-typed properties or annotations,
|
1367
|
+
as distinct from strongly-typed object data available via other get/set methods.
|
1368
|
+
Not all objects have explicit "name-value pair" <a class="link" href="AtkObject.html#AtkAttributeSet" title="AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> properties.</p>
|
1369
|
+
<div class="refsect3">
|
1370
|
+
<a name="id-1.3.2.12.28.5"></a><h4>Parameters</h4>
|
1371
|
+
<div class="informaltable"><table width="100%" border="0">
|
1372
|
+
<colgroup>
|
1373
|
+
<col width="150px" class="parameters_name">
|
1374
|
+
<col class="parameters_description">
|
1375
|
+
<col width="200px" class="parameters_annotations">
|
1376
|
+
</colgroup>
|
1377
|
+
<tbody><tr>
|
1378
|
+
<td class="parameter_name"><p>accessible</p></td>
|
1379
|
+
<td class="parameter_description"><p>An <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>.</p></td>
|
1380
|
+
<td class="parameter_annotations"> </td>
|
1381
|
+
</tr></tbody>
|
1382
|
+
</table></div>
|
1383
|
+
</div>
|
1384
|
+
<div class="refsect3">
|
1385
|
+
<a name="id-1.3.2.12.28.6"></a><h4>Returns</h4>
|
1386
|
+
<p> an <a class="link" href="AtkObject.html#AtkAttributeSet" title="AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> consisting of all
|
1387
|
+
explicit properties/annotations applied to the object, or an empty
|
1388
|
+
set if the object has no name-value pair attributes assigned to
|
1389
|
+
it. This <span class="type">atkattributeset</span> should be freed by a call to
|
1390
|
+
<a class="link" href="AtkText.html#atk-attribute-set-free" title="atk_attribute_set_free ()"><code class="function">atk_attribute_set_free()</code></a>. </p>
|
1391
|
+
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
|
1392
|
+
</div>
|
1393
|
+
<p class="since">Since 1.12</p>
|
1394
|
+
</div>
|
1395
|
+
<hr>
|
1396
|
+
<div class="refsect2">
|
1397
|
+
<a name="atk-object-get-object-locale"></a><h3>atk_object_get_object_locale ()</h3>
|
1398
|
+
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
1399
|
+
atk_object_get_object_locale (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
|
1400
|
+
<p>Gets a UTF-8 string indicating the POSIX-style LC_MESSAGES locale
|
1401
|
+
of <em class="parameter"><code>accessible</code></em>
|
1402
|
+
.</p>
|
1403
|
+
<div class="refsect3">
|
1404
|
+
<a name="id-1.3.2.12.29.5"></a><h4>Parameters</h4>
|
1405
|
+
<div class="informaltable"><table width="100%" border="0">
|
1406
|
+
<colgroup>
|
1407
|
+
<col width="150px" class="parameters_name">
|
1408
|
+
<col class="parameters_description">
|
1409
|
+
<col width="200px" class="parameters_annotations">
|
1410
|
+
</colgroup>
|
1411
|
+
<tbody><tr>
|
1412
|
+
<td class="parameter_name"><p>accessible</p></td>
|
1413
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
|
1414
|
+
<td class="parameter_annotations"> </td>
|
1415
|
+
</tr></tbody>
|
1416
|
+
</table></div>
|
1417
|
+
</div>
|
1418
|
+
<div class="refsect3">
|
1419
|
+
<a name="id-1.3.2.12.29.6"></a><h4>Returns</h4>
|
1420
|
+
<p> a UTF-8 string indicating the POSIX-style LC_MESSAGES
|
1421
|
+
locale of <em class="parameter"><code>accessible</code></em>
|
1422
|
+
.</p>
|
1423
|
+
<p></p>
|
1424
|
+
</div>
|
1425
|
+
<p class="since">Since 2.8</p>
|
1426
|
+
</div>
|
1427
|
+
<hr>
|
1428
|
+
<div class="refsect2">
|
1429
|
+
<a name="atk-role-get-name"></a><h3>atk_role_get_name ()</h3>
|
1430
|
+
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
1431
|
+
atk_role_get_name (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> role</code></em>);</pre>
|
1432
|
+
<p>Gets the description string describing the <a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> <em class="parameter"><code>role</code></em>
|
1433
|
+
.</p>
|
1434
|
+
<div class="refsect3">
|
1435
|
+
<a name="id-1.3.2.12.30.5"></a><h4>Parameters</h4>
|
1436
|
+
<div class="informaltable"><table width="100%" border="0">
|
1437
|
+
<colgroup>
|
1438
|
+
<col width="150px" class="parameters_name">
|
1439
|
+
<col class="parameters_description">
|
1440
|
+
<col width="200px" class="parameters_annotations">
|
1441
|
+
</colgroup>
|
1442
|
+
<tbody><tr>
|
1443
|
+
<td class="parameter_name"><p>role</p></td>
|
1444
|
+
<td class="parameter_description"><p>The <a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> whose name is required</p></td>
|
1445
|
+
<td class="parameter_annotations"> </td>
|
1446
|
+
</tr></tbody>
|
1447
|
+
</table></div>
|
1448
|
+
</div>
|
1449
|
+
<div class="refsect3">
|
1450
|
+
<a name="id-1.3.2.12.30.6"></a><h4>Returns</h4>
|
1451
|
+
<p> the string describing the AtkRole</p>
|
1452
|
+
<p></p>
|
1453
|
+
</div>
|
1454
|
+
</div>
|
1455
|
+
<hr>
|
1456
|
+
<div class="refsect2">
|
1457
|
+
<a name="atk-role-get-localized-name"></a><h3>atk_role_get_localized_name ()</h3>
|
1458
|
+
<pre class="programlisting">const <span class="returnvalue">gchar</span> *
|
1459
|
+
atk_role_get_localized_name (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> role</code></em>);</pre>
|
1460
|
+
<p>Gets the localized description string describing the <a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> <em class="parameter"><code>role</code></em>
|
1461
|
+
.</p>
|
1462
|
+
<div class="refsect3">
|
1463
|
+
<a name="id-1.3.2.12.31.5"></a><h4>Parameters</h4>
|
1464
|
+
<div class="informaltable"><table width="100%" border="0">
|
1465
|
+
<colgroup>
|
1466
|
+
<col width="150px" class="parameters_name">
|
1467
|
+
<col class="parameters_description">
|
1468
|
+
<col width="200px" class="parameters_annotations">
|
1469
|
+
</colgroup>
|
1470
|
+
<tbody><tr>
|
1471
|
+
<td class="parameter_name"><p>role</p></td>
|
1472
|
+
<td class="parameter_description"><p>The <a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> whose localized name is required</p></td>
|
1473
|
+
<td class="parameter_annotations"> </td>
|
1474
|
+
</tr></tbody>
|
1475
|
+
</table></div>
|
1476
|
+
</div>
|
1477
|
+
<div class="refsect3">
|
1478
|
+
<a name="id-1.3.2.12.31.6"></a><h4>Returns</h4>
|
1479
|
+
<p> the localized string describing the AtkRole</p>
|
1480
|
+
<p></p>
|
1481
|
+
</div>
|
1482
|
+
</div>
|
1483
|
+
<hr>
|
1484
|
+
<div class="refsect2">
|
1485
|
+
<a name="atk-role-for-name"></a><h3>atk_role_for_name ()</h3>
|
1486
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="returnvalue">AtkRole</span></a>
|
1487
|
+
atk_role_for_name (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
|
1488
|
+
<p>Get the <a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> type corresponding to a rolew name.</p>
|
1489
|
+
<div class="refsect3">
|
1490
|
+
<a name="id-1.3.2.12.32.5"></a><h4>Parameters</h4>
|
1491
|
+
<div class="informaltable"><table width="100%" border="0">
|
1492
|
+
<colgroup>
|
1493
|
+
<col width="150px" class="parameters_name">
|
1494
|
+
<col class="parameters_description">
|
1495
|
+
<col width="200px" class="parameters_annotations">
|
1496
|
+
</colgroup>
|
1497
|
+
<tbody><tr>
|
1498
|
+
<td class="parameter_name"><p>name</p></td>
|
1499
|
+
<td class="parameter_description"><p>a string which is the (non-localized) name of an ATK role.</p></td>
|
1500
|
+
<td class="parameter_annotations"> </td>
|
1501
|
+
</tr></tbody>
|
1502
|
+
</table></div>
|
1503
|
+
</div>
|
1504
|
+
<div class="refsect3">
|
1505
|
+
<a name="id-1.3.2.12.32.6"></a><h4>Returns</h4>
|
1506
|
+
<p> the <a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> enumerated type corresponding to the specified name,
|
1507
|
+
or <a class="link" href="AtkObject.html#ATK-ROLE-INVALID:CAPS"><span class="type">ATK_ROLE_INVALID</span></a> if no matching role is found.</p>
|
1508
|
+
<p></p>
|
1509
|
+
</div>
|
1510
|
+
</div>
|
1511
|
+
</div>
|
1512
|
+
<div class="refsect1">
|
1513
|
+
<a name="AtkObject.other_details"></a><h2>Types and Values</h2>
|
1514
|
+
<div class="refsect2">
|
1515
|
+
<a name="AtkObject-struct"></a><h3>struct AtkObject</h3>
|
1516
|
+
<pre class="programlisting">struct AtkObject;</pre>
|
1517
|
+
<p>
|
1518
|
+
</p>
|
1519
|
+
</div>
|
1520
|
+
<hr>
|
1521
|
+
<div class="refsect2">
|
1522
|
+
<a name="AtkRole"></a><h3>enum AtkRole</h3>
|
1523
|
+
<p>Describes the role of an object</p>
|
1524
|
+
<p>These are the built-in enumerated roles that UI components can have in
|
1525
|
+
ATK. Other roles may be added at runtime, so an AtkRole >=
|
1526
|
+
ATK_ROLE_LAST_DEFINED is not necessarily an error.</p>
|
1527
|
+
<div class="refsect3">
|
1528
|
+
<a name="id-1.3.2.13.3.5"></a><h4>Members</h4>
|
1529
|
+
<div class="informaltable"><table width="100%" border="0">
|
1530
|
+
<colgroup>
|
1531
|
+
<col width="300px" class="enum_members_name">
|
1532
|
+
<col class="enum_members_description">
|
1533
|
+
<col width="200px" class="enum_members_annotations">
|
1534
|
+
</colgroup>
|
1535
|
+
<tbody>
|
1536
|
+
<tr>
|
1537
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-INVALID:CAPS"></a>ATK_ROLE_INVALID</p></td>
|
1538
|
+
<td class="enum_member_description">
|
1539
|
+
<p>Invalid role</p>
|
1540
|
+
</td>
|
1541
|
+
<td class="enum_member_annotations"> </td>
|
1542
|
+
</tr>
|
1543
|
+
<tr>
|
1544
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-ACCEL-LABEL:CAPS"></a>ATK_ROLE_ACCEL_LABEL</p></td>
|
1545
|
+
<td class="enum_member_description">
|
1546
|
+
<p>A label which represents an accelerator</p>
|
1547
|
+
</td>
|
1548
|
+
<td class="enum_member_annotations"> </td>
|
1549
|
+
</tr>
|
1550
|
+
<tr>
|
1551
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-ALERT:CAPS"></a>ATK_ROLE_ALERT</p></td>
|
1552
|
+
<td class="enum_member_description">
|
1553
|
+
<p>An object which is an alert to the user. Assistive Technologies typically respond to ATK_ROLE_ALERT by reading the entire onscreen contents of containers advertising this role. Should be used for warning dialogs, etc.</p>
|
1554
|
+
</td>
|
1555
|
+
<td class="enum_member_annotations"> </td>
|
1556
|
+
</tr>
|
1557
|
+
<tr>
|
1558
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-ANIMATION:CAPS"></a>ATK_ROLE_ANIMATION</p></td>
|
1559
|
+
<td class="enum_member_description">
|
1560
|
+
<p>An object which is an animated image</p>
|
1561
|
+
</td>
|
1562
|
+
<td class="enum_member_annotations"> </td>
|
1563
|
+
</tr>
|
1564
|
+
<tr>
|
1565
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-ARROW:CAPS"></a>ATK_ROLE_ARROW</p></td>
|
1566
|
+
<td class="enum_member_description">
|
1567
|
+
<p>An arrow in one of the four cardinal directions</p>
|
1568
|
+
</td>
|
1569
|
+
<td class="enum_member_annotations"> </td>
|
1570
|
+
</tr>
|
1571
|
+
<tr>
|
1572
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-CALENDAR:CAPS"></a>ATK_ROLE_CALENDAR</p></td>
|
1573
|
+
<td class="enum_member_description">
|
1574
|
+
<p>An object that displays a calendar and allows the user to select a date</p>
|
1575
|
+
</td>
|
1576
|
+
<td class="enum_member_annotations"> </td>
|
1577
|
+
</tr>
|
1578
|
+
<tr>
|
1579
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-CANVAS:CAPS"></a>ATK_ROLE_CANVAS</p></td>
|
1580
|
+
<td class="enum_member_description">
|
1581
|
+
<p>An object that can be drawn into and is used to trap events</p>
|
1582
|
+
</td>
|
1583
|
+
<td class="enum_member_annotations"> </td>
|
1584
|
+
</tr>
|
1585
|
+
<tr>
|
1586
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-CHECK-BOX:CAPS"></a>ATK_ROLE_CHECK_BOX</p></td>
|
1587
|
+
<td class="enum_member_description">
|
1588
|
+
<p>A choice that can be checked or unchecked and provides a separate indicator for the current state</p>
|
1589
|
+
</td>
|
1590
|
+
<td class="enum_member_annotations"> </td>
|
1591
|
+
</tr>
|
1592
|
+
<tr>
|
1593
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-CHECK-MENU-ITEM:CAPS"></a>ATK_ROLE_CHECK_MENU_ITEM</p></td>
|
1594
|
+
<td class="enum_member_description">
|
1595
|
+
<p>A menu item with a check box</p>
|
1596
|
+
</td>
|
1597
|
+
<td class="enum_member_annotations"> </td>
|
1598
|
+
</tr>
|
1599
|
+
<tr>
|
1600
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-COLOR-CHOOSER:CAPS"></a>ATK_ROLE_COLOR_CHOOSER</p></td>
|
1601
|
+
<td class="enum_member_description">
|
1602
|
+
<p>A specialized dialog that lets the user choose a color</p>
|
1603
|
+
</td>
|
1604
|
+
<td class="enum_member_annotations"> </td>
|
1605
|
+
</tr>
|
1606
|
+
<tr>
|
1607
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-COLUMN-HEADER:CAPS"></a>ATK_ROLE_COLUMN_HEADER</p></td>
|
1608
|
+
<td class="enum_member_description">
|
1609
|
+
<p>The header for a column of data</p>
|
1610
|
+
</td>
|
1611
|
+
<td class="enum_member_annotations"> </td>
|
1612
|
+
</tr>
|
1613
|
+
<tr>
|
1614
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-COMBO-BOX:CAPS"></a>ATK_ROLE_COMBO_BOX</p></td>
|
1615
|
+
<td class="enum_member_description">
|
1616
|
+
<p>A collapsible list of choices the user can select from</p>
|
1617
|
+
</td>
|
1618
|
+
<td class="enum_member_annotations"> </td>
|
1619
|
+
</tr>
|
1620
|
+
<tr>
|
1621
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DATE-EDITOR:CAPS"></a>ATK_ROLE_DATE_EDITOR</p></td>
|
1622
|
+
<td class="enum_member_description">
|
1623
|
+
<p>An object whose purpose is to allow a user to edit a date</p>
|
1624
|
+
</td>
|
1625
|
+
<td class="enum_member_annotations"> </td>
|
1626
|
+
</tr>
|
1627
|
+
<tr>
|
1628
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DESKTOP-ICON:CAPS"></a>ATK_ROLE_DESKTOP_ICON</p></td>
|
1629
|
+
<td class="enum_member_description">
|
1630
|
+
<p>An inconifed internal frame within a DESKTOP_PANE</p>
|
1631
|
+
</td>
|
1632
|
+
<td class="enum_member_annotations"> </td>
|
1633
|
+
</tr>
|
1634
|
+
<tr>
|
1635
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DESKTOP-FRAME:CAPS"></a>ATK_ROLE_DESKTOP_FRAME</p></td>
|
1636
|
+
<td class="enum_member_description">
|
1637
|
+
<p>A pane that supports internal frames and iconified versions of those internal frames</p>
|
1638
|
+
</td>
|
1639
|
+
<td class="enum_member_annotations"> </td>
|
1640
|
+
</tr>
|
1641
|
+
<tr>
|
1642
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DIAL:CAPS"></a>ATK_ROLE_DIAL</p></td>
|
1643
|
+
<td class="enum_member_description">
|
1644
|
+
<p>An object whose purpose is to allow a user to set a value</p>
|
1645
|
+
</td>
|
1646
|
+
<td class="enum_member_annotations"> </td>
|
1647
|
+
</tr>
|
1648
|
+
<tr>
|
1649
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DIALOG:CAPS"></a>ATK_ROLE_DIALOG</p></td>
|
1650
|
+
<td class="enum_member_description">
|
1651
|
+
<p>A top level window with title bar and a border</p>
|
1652
|
+
</td>
|
1653
|
+
<td class="enum_member_annotations"> </td>
|
1654
|
+
</tr>
|
1655
|
+
<tr>
|
1656
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DIRECTORY-PANE:CAPS"></a>ATK_ROLE_DIRECTORY_PANE</p></td>
|
1657
|
+
<td class="enum_member_description">
|
1658
|
+
<p>A pane that allows the user to navigate through and select the contents of a directory</p>
|
1659
|
+
</td>
|
1660
|
+
<td class="enum_member_annotations"> </td>
|
1661
|
+
</tr>
|
1662
|
+
<tr>
|
1663
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DRAWING-AREA:CAPS"></a>ATK_ROLE_DRAWING_AREA</p></td>
|
1664
|
+
<td class="enum_member_description">
|
1665
|
+
<p>An object used for drawing custom user interface elements</p>
|
1666
|
+
</td>
|
1667
|
+
<td class="enum_member_annotations"> </td>
|
1668
|
+
</tr>
|
1669
|
+
<tr>
|
1670
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-FILE-CHOOSER:CAPS"></a>ATK_ROLE_FILE_CHOOSER</p></td>
|
1671
|
+
<td class="enum_member_description">
|
1672
|
+
<p>A specialized dialog that lets the user choose a file</p>
|
1673
|
+
</td>
|
1674
|
+
<td class="enum_member_annotations"> </td>
|
1675
|
+
</tr>
|
1676
|
+
<tr>
|
1677
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-FILLER:CAPS"></a>ATK_ROLE_FILLER</p></td>
|
1678
|
+
<td class="enum_member_description">
|
1679
|
+
<p>A object that fills up space in a user interface</p>
|
1680
|
+
</td>
|
1681
|
+
<td class="enum_member_annotations"> </td>
|
1682
|
+
</tr>
|
1683
|
+
<tr>
|
1684
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-FONT-CHOOSER:CAPS"></a>ATK_ROLE_FONT_CHOOSER</p></td>
|
1685
|
+
<td class="enum_member_description">
|
1686
|
+
<p>A specialized dialog that lets the user choose a font</p>
|
1687
|
+
</td>
|
1688
|
+
<td class="enum_member_annotations"> </td>
|
1689
|
+
</tr>
|
1690
|
+
<tr>
|
1691
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-FRAME:CAPS"></a>ATK_ROLE_FRAME</p></td>
|
1692
|
+
<td class="enum_member_description">
|
1693
|
+
<p>A top level window with a title bar, border, menubar, etc.</p>
|
1694
|
+
</td>
|
1695
|
+
<td class="enum_member_annotations"> </td>
|
1696
|
+
</tr>
|
1697
|
+
<tr>
|
1698
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-GLASS-PANE:CAPS"></a>ATK_ROLE_GLASS_PANE</p></td>
|
1699
|
+
<td class="enum_member_description">
|
1700
|
+
<p>A pane that is guaranteed to be painted on top of all panes beneath it</p>
|
1701
|
+
</td>
|
1702
|
+
<td class="enum_member_annotations"> </td>
|
1703
|
+
</tr>
|
1704
|
+
<tr>
|
1705
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-HTML-CONTAINER:CAPS"></a>ATK_ROLE_HTML_CONTAINER</p></td>
|
1706
|
+
<td class="enum_member_description">
|
1707
|
+
<p>A document container for HTML, whose children represent the document content</p>
|
1708
|
+
</td>
|
1709
|
+
<td class="enum_member_annotations"> </td>
|
1710
|
+
</tr>
|
1711
|
+
<tr>
|
1712
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-ICON:CAPS"></a>ATK_ROLE_ICON</p></td>
|
1713
|
+
<td class="enum_member_description">
|
1714
|
+
<p>A small fixed size picture, typically used to decorate components</p>
|
1715
|
+
</td>
|
1716
|
+
<td class="enum_member_annotations"> </td>
|
1717
|
+
</tr>
|
1718
|
+
<tr>
|
1719
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-IMAGE:CAPS"></a>ATK_ROLE_IMAGE</p></td>
|
1720
|
+
<td class="enum_member_description">
|
1721
|
+
<p>An object whose primary purpose is to display an image</p>
|
1722
|
+
</td>
|
1723
|
+
<td class="enum_member_annotations"> </td>
|
1724
|
+
</tr>
|
1725
|
+
<tr>
|
1726
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-INTERNAL-FRAME:CAPS"></a>ATK_ROLE_INTERNAL_FRAME</p></td>
|
1727
|
+
<td class="enum_member_description">
|
1728
|
+
<p>A frame-like object that is clipped by a desktop pane</p>
|
1729
|
+
</td>
|
1730
|
+
<td class="enum_member_annotations"> </td>
|
1731
|
+
</tr>
|
1732
|
+
<tr>
|
1733
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-LABEL:CAPS"></a>ATK_ROLE_LABEL</p></td>
|
1734
|
+
<td class="enum_member_description">
|
1735
|
+
<p>An object used to present an icon or short string in an interface</p>
|
1736
|
+
</td>
|
1737
|
+
<td class="enum_member_annotations"> </td>
|
1738
|
+
</tr>
|
1739
|
+
<tr>
|
1740
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-LAYERED-PANE:CAPS"></a>ATK_ROLE_LAYERED_PANE</p></td>
|
1741
|
+
<td class="enum_member_description">
|
1742
|
+
<p>A specialized pane that allows its children to be drawn in layers, providing a form of stacking order</p>
|
1743
|
+
</td>
|
1744
|
+
<td class="enum_member_annotations"> </td>
|
1745
|
+
</tr>
|
1746
|
+
<tr>
|
1747
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-LIST:CAPS"></a>ATK_ROLE_LIST</p></td>
|
1748
|
+
<td class="enum_member_description">
|
1749
|
+
<p>An object that presents a list of objects to the user and allows the user to select one or more of them </p>
|
1750
|
+
</td>
|
1751
|
+
<td class="enum_member_annotations"> </td>
|
1752
|
+
</tr>
|
1753
|
+
<tr>
|
1754
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-LIST-ITEM:CAPS"></a>ATK_ROLE_LIST_ITEM</p></td>
|
1755
|
+
<td class="enum_member_description">
|
1756
|
+
<p>An object that represents an element of a list </p>
|
1757
|
+
</td>
|
1758
|
+
<td class="enum_member_annotations"> </td>
|
1759
|
+
</tr>
|
1760
|
+
<tr>
|
1761
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-MENU:CAPS"></a>ATK_ROLE_MENU</p></td>
|
1762
|
+
<td class="enum_member_description">
|
1763
|
+
<p>An object usually found inside a menu bar that contains a list of actions the user can choose from</p>
|
1764
|
+
</td>
|
1765
|
+
<td class="enum_member_annotations"> </td>
|
1766
|
+
</tr>
|
1767
|
+
<tr>
|
1768
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-MENU-BAR:CAPS"></a>ATK_ROLE_MENU_BAR</p></td>
|
1769
|
+
<td class="enum_member_description">
|
1770
|
+
<p>An object usually drawn at the top of the primary dialog box of an application that contains a list of menus the user can choose from </p>
|
1771
|
+
</td>
|
1772
|
+
<td class="enum_member_annotations"> </td>
|
1773
|
+
</tr>
|
1774
|
+
<tr>
|
1775
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-MENU-ITEM:CAPS"></a>ATK_ROLE_MENU_ITEM</p></td>
|
1776
|
+
<td class="enum_member_description">
|
1777
|
+
<p>An object usually contained in a menu that presents an action the user can choose</p>
|
1778
|
+
</td>
|
1779
|
+
<td class="enum_member_annotations"> </td>
|
1780
|
+
</tr>
|
1781
|
+
<tr>
|
1782
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-OPTION-PANE:CAPS"></a>ATK_ROLE_OPTION_PANE</p></td>
|
1783
|
+
<td class="enum_member_description">
|
1784
|
+
<p>A specialized pane whose primary use is inside a DIALOG</p>
|
1785
|
+
</td>
|
1786
|
+
<td class="enum_member_annotations"> </td>
|
1787
|
+
</tr>
|
1788
|
+
<tr>
|
1789
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-PAGE-TAB:CAPS"></a>ATK_ROLE_PAGE_TAB</p></td>
|
1790
|
+
<td class="enum_member_description">
|
1791
|
+
<p>An object that is a child of a page tab list</p>
|
1792
|
+
</td>
|
1793
|
+
<td class="enum_member_annotations"> </td>
|
1794
|
+
</tr>
|
1795
|
+
<tr>
|
1796
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-PAGE-TAB-LIST:CAPS"></a>ATK_ROLE_PAGE_TAB_LIST</p></td>
|
1797
|
+
<td class="enum_member_description">
|
1798
|
+
<p>An object that presents a series of panels (or page tabs), one at a time, through some mechanism provided by the object </p>
|
1799
|
+
</td>
|
1800
|
+
<td class="enum_member_annotations"> </td>
|
1801
|
+
</tr>
|
1802
|
+
<tr>
|
1803
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-PANEL:CAPS"></a>ATK_ROLE_PANEL</p></td>
|
1804
|
+
<td class="enum_member_description">
|
1805
|
+
<p>A generic container that is often used to group objects</p>
|
1806
|
+
</td>
|
1807
|
+
<td class="enum_member_annotations"> </td>
|
1808
|
+
</tr>
|
1809
|
+
<tr>
|
1810
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-PASSWORD-TEXT:CAPS"></a>ATK_ROLE_PASSWORD_TEXT</p></td>
|
1811
|
+
<td class="enum_member_description">
|
1812
|
+
<p>A text object uses for passwords, or other places where the text content is not shown visibly to the user</p>
|
1813
|
+
</td>
|
1814
|
+
<td class="enum_member_annotations"> </td>
|
1815
|
+
</tr>
|
1816
|
+
<tr>
|
1817
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-POPUP-MENU:CAPS"></a>ATK_ROLE_POPUP_MENU</p></td>
|
1818
|
+
<td class="enum_member_description">
|
1819
|
+
<p>A temporary window that is usually used to offer the user a list of choices, and then hides when the user selects one of those choices</p>
|
1820
|
+
</td>
|
1821
|
+
<td class="enum_member_annotations"> </td>
|
1822
|
+
</tr>
|
1823
|
+
<tr>
|
1824
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-PROGRESS-BAR:CAPS"></a>ATK_ROLE_PROGRESS_BAR</p></td>
|
1825
|
+
<td class="enum_member_description">
|
1826
|
+
<p>An object used to indicate how much of a task has been completed</p>
|
1827
|
+
</td>
|
1828
|
+
<td class="enum_member_annotations"> </td>
|
1829
|
+
</tr>
|
1830
|
+
<tr>
|
1831
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-PUSH-BUTTON:CAPS"></a>ATK_ROLE_PUSH_BUTTON</p></td>
|
1832
|
+
<td class="enum_member_description">
|
1833
|
+
<p>An object the user can manipulate to tell the application to do something</p>
|
1834
|
+
</td>
|
1835
|
+
<td class="enum_member_annotations"> </td>
|
1836
|
+
</tr>
|
1837
|
+
<tr>
|
1838
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-RADIO-BUTTON:CAPS"></a>ATK_ROLE_RADIO_BUTTON</p></td>
|
1839
|
+
<td class="enum_member_description">
|
1840
|
+
<p>A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked</p>
|
1841
|
+
</td>
|
1842
|
+
<td class="enum_member_annotations"> </td>
|
1843
|
+
</tr>
|
1844
|
+
<tr>
|
1845
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-RADIO-MENU-ITEM:CAPS"></a>ATK_ROLE_RADIO_MENU_ITEM</p></td>
|
1846
|
+
<td class="enum_member_description">
|
1847
|
+
<p>A check menu item which belongs to a group. At each instant exactly one of the radio menu items from a group is selected</p>
|
1848
|
+
</td>
|
1849
|
+
<td class="enum_member_annotations"> </td>
|
1850
|
+
</tr>
|
1851
|
+
<tr>
|
1852
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-ROOT-PANE:CAPS"></a>ATK_ROLE_ROOT_PANE</p></td>
|
1853
|
+
<td class="enum_member_description">
|
1854
|
+
<p>A specialized pane that has a glass pane and a layered pane as its children</p>
|
1855
|
+
</td>
|
1856
|
+
<td class="enum_member_annotations"> </td>
|
1857
|
+
</tr>
|
1858
|
+
<tr>
|
1859
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-ROW-HEADER:CAPS"></a>ATK_ROLE_ROW_HEADER</p></td>
|
1860
|
+
<td class="enum_member_description">
|
1861
|
+
<p>The header for a row of data</p>
|
1862
|
+
</td>
|
1863
|
+
<td class="enum_member_annotations"> </td>
|
1864
|
+
</tr>
|
1865
|
+
<tr>
|
1866
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-SCROLL-BAR:CAPS"></a>ATK_ROLE_SCROLL_BAR</p></td>
|
1867
|
+
<td class="enum_member_description">
|
1868
|
+
<p>An object usually used to allow a user to incrementally view a large amount of data.</p>
|
1869
|
+
</td>
|
1870
|
+
<td class="enum_member_annotations"> </td>
|
1871
|
+
</tr>
|
1872
|
+
<tr>
|
1873
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-SCROLL-PANE:CAPS"></a>ATK_ROLE_SCROLL_PANE</p></td>
|
1874
|
+
<td class="enum_member_description">
|
1875
|
+
<p>An object that allows a user to incrementally view a large amount of information</p>
|
1876
|
+
</td>
|
1877
|
+
<td class="enum_member_annotations"> </td>
|
1878
|
+
</tr>
|
1879
|
+
<tr>
|
1880
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-SEPARATOR:CAPS"></a>ATK_ROLE_SEPARATOR</p></td>
|
1881
|
+
<td class="enum_member_description">
|
1882
|
+
<p>An object usually contained in a menu to provide a visible and logical separation of the contents in a menu</p>
|
1883
|
+
</td>
|
1884
|
+
<td class="enum_member_annotations"> </td>
|
1885
|
+
</tr>
|
1886
|
+
<tr>
|
1887
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-SLIDER:CAPS"></a>ATK_ROLE_SLIDER</p></td>
|
1888
|
+
<td class="enum_member_description">
|
1889
|
+
<p>An object that allows the user to select from a bounded range</p>
|
1890
|
+
</td>
|
1891
|
+
<td class="enum_member_annotations"> </td>
|
1892
|
+
</tr>
|
1893
|
+
<tr>
|
1894
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-SPLIT-PANE:CAPS"></a>ATK_ROLE_SPLIT_PANE</p></td>
|
1895
|
+
<td class="enum_member_description">
|
1896
|
+
<p>A specialized panel that presents two other panels at the same time</p>
|
1897
|
+
</td>
|
1898
|
+
<td class="enum_member_annotations"> </td>
|
1899
|
+
</tr>
|
1900
|
+
<tr>
|
1901
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-SPIN-BUTTON:CAPS"></a>ATK_ROLE_SPIN_BUTTON</p></td>
|
1902
|
+
<td class="enum_member_description">
|
1903
|
+
<p>An object used to get an integer or floating point number from the user</p>
|
1904
|
+
</td>
|
1905
|
+
<td class="enum_member_annotations"> </td>
|
1906
|
+
</tr>
|
1907
|
+
<tr>
|
1908
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-STATUSBAR:CAPS"></a>ATK_ROLE_STATUSBAR</p></td>
|
1909
|
+
<td class="enum_member_description">
|
1910
|
+
<p>An object which reports messages of minor importance to the user</p>
|
1911
|
+
</td>
|
1912
|
+
<td class="enum_member_annotations"> </td>
|
1913
|
+
</tr>
|
1914
|
+
<tr>
|
1915
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TABLE:CAPS"></a>ATK_ROLE_TABLE</p></td>
|
1916
|
+
<td class="enum_member_description">
|
1917
|
+
<p>An object used to represent information in terms of rows and columns</p>
|
1918
|
+
</td>
|
1919
|
+
<td class="enum_member_annotations"> </td>
|
1920
|
+
</tr>
|
1921
|
+
<tr>
|
1922
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TABLE-CELL:CAPS"></a>ATK_ROLE_TABLE_CELL</p></td>
|
1923
|
+
<td class="enum_member_description">
|
1924
|
+
<p>A cell in a table</p>
|
1925
|
+
</td>
|
1926
|
+
<td class="enum_member_annotations"> </td>
|
1927
|
+
</tr>
|
1928
|
+
<tr>
|
1929
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TABLE-COLUMN-HEADER:CAPS"></a>ATK_ROLE_TABLE_COLUMN_HEADER</p></td>
|
1930
|
+
<td class="enum_member_description">
|
1931
|
+
<p>The header for a column of a table</p>
|
1932
|
+
</td>
|
1933
|
+
<td class="enum_member_annotations"> </td>
|
1934
|
+
</tr>
|
1935
|
+
<tr>
|
1936
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TABLE-ROW-HEADER:CAPS"></a>ATK_ROLE_TABLE_ROW_HEADER</p></td>
|
1937
|
+
<td class="enum_member_description">
|
1938
|
+
<p>The header for a row of a table</p>
|
1939
|
+
</td>
|
1940
|
+
<td class="enum_member_annotations"> </td>
|
1941
|
+
</tr>
|
1942
|
+
<tr>
|
1943
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TEAR-OFF-MENU-ITEM:CAPS"></a>ATK_ROLE_TEAR_OFF_MENU_ITEM</p></td>
|
1944
|
+
<td class="enum_member_description">
|
1945
|
+
<p>A menu item used to tear off and reattach its menu</p>
|
1946
|
+
</td>
|
1947
|
+
<td class="enum_member_annotations"> </td>
|
1948
|
+
</tr>
|
1949
|
+
<tr>
|
1950
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TERMINAL:CAPS"></a>ATK_ROLE_TERMINAL</p></td>
|
1951
|
+
<td class="enum_member_description">
|
1952
|
+
<p>An object that represents an accessible terminal. <em class="parameter"><code>Since</code></em>
|
1953
|
+
: ATK-0.6</p>
|
1954
|
+
</td>
|
1955
|
+
<td class="enum_member_annotations"> </td>
|
1956
|
+
</tr>
|
1957
|
+
<tr>
|
1958
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TEXT:CAPS"></a>ATK_ROLE_TEXT</p></td>
|
1959
|
+
<td class="enum_member_description">
|
1960
|
+
<p>An object that presents text to the user</p>
|
1961
|
+
</td>
|
1962
|
+
<td class="enum_member_annotations"> </td>
|
1963
|
+
</tr>
|
1964
|
+
<tr>
|
1965
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TOGGLE-BUTTON:CAPS"></a>ATK_ROLE_TOGGLE_BUTTON</p></td>
|
1966
|
+
<td class="enum_member_description">
|
1967
|
+
<p>A specialized push button that can be checked or unchecked, but does not provide a separate indicator for the current state</p>
|
1968
|
+
</td>
|
1969
|
+
<td class="enum_member_annotations"> </td>
|
1970
|
+
</tr>
|
1971
|
+
<tr>
|
1972
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TOOL-BAR:CAPS"></a>ATK_ROLE_TOOL_BAR</p></td>
|
1973
|
+
<td class="enum_member_description">
|
1974
|
+
<p>A bar or palette usually composed of push buttons or toggle buttons</p>
|
1975
|
+
</td>
|
1976
|
+
<td class="enum_member_annotations"> </td>
|
1977
|
+
</tr>
|
1978
|
+
<tr>
|
1979
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TOOL-TIP:CAPS"></a>ATK_ROLE_TOOL_TIP</p></td>
|
1980
|
+
<td class="enum_member_description">
|
1981
|
+
<p>An object that provides information about another object</p>
|
1982
|
+
</td>
|
1983
|
+
<td class="enum_member_annotations"> </td>
|
1984
|
+
</tr>
|
1985
|
+
<tr>
|
1986
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TREE:CAPS"></a>ATK_ROLE_TREE</p></td>
|
1987
|
+
<td class="enum_member_description">
|
1988
|
+
<p>An object used to represent hierarchical information to the user</p>
|
1989
|
+
</td>
|
1990
|
+
<td class="enum_member_annotations"> </td>
|
1991
|
+
</tr>
|
1992
|
+
<tr>
|
1993
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TREE-TABLE:CAPS"></a>ATK_ROLE_TREE_TABLE</p></td>
|
1994
|
+
<td class="enum_member_description">
|
1995
|
+
<p>An object capable of expanding and collapsing rows as well as showing multiple columns of data. <em class="parameter"><code>Since</code></em>
|
1996
|
+
: ATK-0.7</p>
|
1997
|
+
</td>
|
1998
|
+
<td class="enum_member_annotations"> </td>
|
1999
|
+
</tr>
|
2000
|
+
<tr>
|
2001
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-UNKNOWN:CAPS"></a>ATK_ROLE_UNKNOWN</p></td>
|
2002
|
+
<td class="enum_member_description">
|
2003
|
+
<p>The object contains some Accessible information, but its role is not known</p>
|
2004
|
+
</td>
|
2005
|
+
<td class="enum_member_annotations"> </td>
|
2006
|
+
</tr>
|
2007
|
+
<tr>
|
2008
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-VIEWPORT:CAPS"></a>ATK_ROLE_VIEWPORT</p></td>
|
2009
|
+
<td class="enum_member_description">
|
2010
|
+
<p>An object usually used in a scroll pane</p>
|
2011
|
+
</td>
|
2012
|
+
<td class="enum_member_annotations"> </td>
|
2013
|
+
</tr>
|
2014
|
+
<tr>
|
2015
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-WINDOW:CAPS"></a>ATK_ROLE_WINDOW</p></td>
|
2016
|
+
<td class="enum_member_description">
|
2017
|
+
<p>A top level window with no title or border.</p>
|
2018
|
+
</td>
|
2019
|
+
<td class="enum_member_annotations"> </td>
|
2020
|
+
</tr>
|
2021
|
+
<tr>
|
2022
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-HEADER:CAPS"></a>ATK_ROLE_HEADER</p></td>
|
2023
|
+
<td class="enum_member_description">
|
2024
|
+
<p>An object that serves as a document header. <em class="parameter"><code>Since</code></em>
|
2025
|
+
: ATK-1.1.1</p>
|
2026
|
+
</td>
|
2027
|
+
<td class="enum_member_annotations"> </td>
|
2028
|
+
</tr>
|
2029
|
+
<tr>
|
2030
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-FOOTER:CAPS"></a>ATK_ROLE_FOOTER</p></td>
|
2031
|
+
<td class="enum_member_description">
|
2032
|
+
<p>An object that serves as a document footer. <em class="parameter"><code>Since</code></em>
|
2033
|
+
: ATK-1.1.1</p>
|
2034
|
+
</td>
|
2035
|
+
<td class="enum_member_annotations"> </td>
|
2036
|
+
</tr>
|
2037
|
+
<tr>
|
2038
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-PARAGRAPH:CAPS"></a>ATK_ROLE_PARAGRAPH</p></td>
|
2039
|
+
<td class="enum_member_description">
|
2040
|
+
<p>An object which is contains a paragraph of text content. <em class="parameter"><code>Since</code></em>
|
2041
|
+
: ATK-1.1.1</p>
|
2042
|
+
</td>
|
2043
|
+
<td class="enum_member_annotations"> </td>
|
2044
|
+
</tr>
|
2045
|
+
<tr>
|
2046
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-RULER:CAPS"></a>ATK_ROLE_RULER</p></td>
|
2047
|
+
<td class="enum_member_description">
|
2048
|
+
<p>An object which describes margins and tab stops, etc. for text objects which it controls (should have CONTROLLER_FOR relation to such). <em class="parameter"><code>Since</code></em>
|
2049
|
+
: ATK-1.1.1</p>
|
2050
|
+
</td>
|
2051
|
+
<td class="enum_member_annotations"> </td>
|
2052
|
+
</tr>
|
2053
|
+
<tr>
|
2054
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-APPLICATION:CAPS"></a>ATK_ROLE_APPLICATION</p></td>
|
2055
|
+
<td class="enum_member_description">
|
2056
|
+
<p>The object is an application object, which may contain <em class="parameter"><code>ATK_ROLE_FRAME</code></em>
|
2057
|
+
objects or other types of accessibles. The root accessible of any application's ATK hierarchy should have ATK_ROLE_APPLICATION. <em class="parameter"><code>Since</code></em>
|
2058
|
+
: ATK-1.1.4</p>
|
2059
|
+
</td>
|
2060
|
+
<td class="enum_member_annotations"> </td>
|
2061
|
+
</tr>
|
2062
|
+
<tr>
|
2063
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-AUTOCOMPLETE:CAPS"></a>ATK_ROLE_AUTOCOMPLETE</p></td>
|
2064
|
+
<td class="enum_member_description">
|
2065
|
+
<p>The object is a dialog or list containing items for insertion into an entry widget, for instance a list of words for completion of a text entry. <em class="parameter"><code>Since</code></em>
|
2066
|
+
: ATK-1.3</p>
|
2067
|
+
</td>
|
2068
|
+
<td class="enum_member_annotations"> </td>
|
2069
|
+
</tr>
|
2070
|
+
<tr>
|
2071
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-EDITBAR:CAPS"></a>ATK_ROLE_EDITBAR</p></td>
|
2072
|
+
<td class="enum_member_description">
|
2073
|
+
<p>The object is an editable text object in a toolbar. <em class="parameter"><code>Since</code></em>
|
2074
|
+
: ATK-1.5</p>
|
2075
|
+
</td>
|
2076
|
+
<td class="enum_member_annotations"> </td>
|
2077
|
+
</tr>
|
2078
|
+
<tr>
|
2079
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-EMBEDDED:CAPS"></a>ATK_ROLE_EMBEDDED</p></td>
|
2080
|
+
<td class="enum_member_description">
|
2081
|
+
<p>The object is an embedded container within a document or panel. This role is a grouping "hint" indicating that the contained objects share a context. <em class="parameter"><code>Since</code></em>
|
2082
|
+
: ATK-1.7.2</p>
|
2083
|
+
</td>
|
2084
|
+
<td class="enum_member_annotations"> </td>
|
2085
|
+
</tr>
|
2086
|
+
<tr>
|
2087
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-ENTRY:CAPS"></a>ATK_ROLE_ENTRY</p></td>
|
2088
|
+
<td class="enum_member_description">
|
2089
|
+
<p>The object is a component whose textual content may be entered or modified by the user, provided <em class="parameter"><code>ATK_STATE_EDITABLE</code></em>
|
2090
|
+
is present. <em class="parameter"><code>Since</code></em>
|
2091
|
+
: ATK-1.11</p>
|
2092
|
+
</td>
|
2093
|
+
<td class="enum_member_annotations"> </td>
|
2094
|
+
</tr>
|
2095
|
+
<tr>
|
2096
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-CHART:CAPS"></a>ATK_ROLE_CHART</p></td>
|
2097
|
+
<td class="enum_member_description">
|
2098
|
+
<p>The object is a graphical depiction of quantitative data. It may contain multiple subelements whose attributes and/or description may be queried to obtain both the quantitative data and information about how the data is being presented. The LABELLED_BY relation is particularly important in interpreting objects of this type, as is the accessible-description property. <em class="parameter"><code>Since</code></em>
|
2099
|
+
: ATK-1.11</p>
|
2100
|
+
</td>
|
2101
|
+
<td class="enum_member_annotations"> </td>
|
2102
|
+
</tr>
|
2103
|
+
<tr>
|
2104
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-CAPTION:CAPS"></a>ATK_ROLE_CAPTION</p></td>
|
2105
|
+
<td class="enum_member_description">
|
2106
|
+
<p>The object contains descriptive information, usually textual, about another user interface element such as a table, chart, or image. <em class="parameter"><code>Since</code></em>
|
2107
|
+
: ATK-1.11</p>
|
2108
|
+
</td>
|
2109
|
+
<td class="enum_member_annotations"> </td>
|
2110
|
+
</tr>
|
2111
|
+
<tr>
|
2112
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DOCUMENT-FRAME:CAPS"></a>ATK_ROLE_DOCUMENT_FRAME</p></td>
|
2113
|
+
<td class="enum_member_description">
|
2114
|
+
<p>The object is a visual frame or container which contains a view of document content. Document frames may occur within another Document instance, in which case the second document may be said to be embedded in the containing instance. HTML frames are often ROLE_DOCUMENT_FRAME. Either this object, or a singleton descendant, should implement the Document interface. <em class="parameter"><code>Since</code></em>
|
2115
|
+
: ATK-1.11</p>
|
2116
|
+
</td>
|
2117
|
+
<td class="enum_member_annotations"> </td>
|
2118
|
+
</tr>
|
2119
|
+
<tr>
|
2120
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-HEADING:CAPS"></a>ATK_ROLE_HEADING</p></td>
|
2121
|
+
<td class="enum_member_description">
|
2122
|
+
<p>The object serves as a heading for content which follows it in a document. The 'heading level' of the heading, if availabe, may be obtained by querying the object's attributes.</p>
|
2123
|
+
</td>
|
2124
|
+
<td class="enum_member_annotations"> </td>
|
2125
|
+
</tr>
|
2126
|
+
<tr>
|
2127
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-PAGE:CAPS"></a>ATK_ROLE_PAGE</p></td>
|
2128
|
+
<td class="enum_member_description">
|
2129
|
+
<p>The object is a containing instance which encapsulates a page of information. <em class="parameter"><code>ATK_ROLE_PAGE</code></em>
|
2130
|
+
is used in documents and content which support a paginated navigation model. <em class="parameter"><code>Since</code></em>
|
2131
|
+
: ATK-1.11</p>
|
2132
|
+
</td>
|
2133
|
+
<td class="enum_member_annotations"> </td>
|
2134
|
+
</tr>
|
2135
|
+
<tr>
|
2136
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-SECTION:CAPS"></a>ATK_ROLE_SECTION</p></td>
|
2137
|
+
<td class="enum_member_description">
|
2138
|
+
<p>The object is a containing instance of document content which constitutes a particular 'logical' section of the document. The type of content within a section, and the nature of the section division itself, may be obtained by querying the object's attributes. Sections may be nested. <em class="parameter"><code>Since</code></em>
|
2139
|
+
: ATK-1.11</p>
|
2140
|
+
</td>
|
2141
|
+
<td class="enum_member_annotations"> </td>
|
2142
|
+
</tr>
|
2143
|
+
<tr>
|
2144
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-REDUNDANT-OBJECT:CAPS"></a>ATK_ROLE_REDUNDANT_OBJECT</p></td>
|
2145
|
+
<td class="enum_member_description">
|
2146
|
+
<p>The object is redundant with another object in the hierarchy, and is exposed for purely technical reasons. Objects of this role should normally be ignored by clients. <em class="parameter"><code>Since</code></em>
|
2147
|
+
: ATK-1.11</p>
|
2148
|
+
</td>
|
2149
|
+
<td class="enum_member_annotations"> </td>
|
2150
|
+
</tr>
|
2151
|
+
<tr>
|
2152
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-FORM:CAPS"></a>ATK_ROLE_FORM</p></td>
|
2153
|
+
<td class="enum_member_description">
|
2154
|
+
<p>The object is a container for form controls, for instance as part of a
|
2155
|
+
web form or user-input form within a document. This role is primarily a tag/convenience for
|
2156
|
+
clients when navigating complex documents, it is not expected that ordinary GUI containers will
|
2157
|
+
always have ATK_ROLE_FORM. <em class="parameter"><code>Since</code></em>
|
2158
|
+
: ATK-1.12.0</p>
|
2159
|
+
</td>
|
2160
|
+
<td class="enum_member_annotations"> </td>
|
2161
|
+
</tr>
|
2162
|
+
<tr>
|
2163
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-LINK:CAPS"></a>ATK_ROLE_LINK</p></td>
|
2164
|
+
<td class="enum_member_description">
|
2165
|
+
<p>The object is a hypertext anchor, i.e. a "link" in a
|
2166
|
+
hypertext document. Such objects are distinct from 'inline'
|
2167
|
+
content which may also use the Hypertext/Hyperlink interfaces
|
2168
|
+
to indicate the range/location within a text object where
|
2169
|
+
an inline or embedded object lies. <em class="parameter"><code>Since</code></em>
|
2170
|
+
: ATK-1.12.1</p>
|
2171
|
+
</td>
|
2172
|
+
<td class="enum_member_annotations"> </td>
|
2173
|
+
</tr>
|
2174
|
+
<tr>
|
2175
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-INPUT-METHOD-WINDOW:CAPS"></a>ATK_ROLE_INPUT_METHOD_WINDOW</p></td>
|
2176
|
+
<td class="enum_member_description">
|
2177
|
+
<p>The object is a window or similar viewport
|
2178
|
+
which is used to allow composition or input of a 'complex character',
|
2179
|
+
in other words it is an "input method window." <em class="parameter"><code>Since</code></em>
|
2180
|
+
: ATK-1.12.1</p>
|
2181
|
+
</td>
|
2182
|
+
<td class="enum_member_annotations"> </td>
|
2183
|
+
</tr>
|
2184
|
+
<tr>
|
2185
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TABLE-ROW:CAPS"></a>ATK_ROLE_TABLE_ROW</p></td>
|
2186
|
+
<td class="enum_member_description">
|
2187
|
+
<p>A row in a table. <em class="parameter"><code>Since</code></em>
|
2188
|
+
: ATK-2.1.0</p>
|
2189
|
+
</td>
|
2190
|
+
<td class="enum_member_annotations"> </td>
|
2191
|
+
</tr>
|
2192
|
+
<tr>
|
2193
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TREE-ITEM:CAPS"></a>ATK_ROLE_TREE_ITEM</p></td>
|
2194
|
+
<td class="enum_member_description">
|
2195
|
+
<p>An object that represents an element of a tree. <em class="parameter"><code>Since</code></em>
|
2196
|
+
: ATK-2.1.0</p>
|
2197
|
+
</td>
|
2198
|
+
<td class="enum_member_annotations"> </td>
|
2199
|
+
</tr>
|
2200
|
+
<tr>
|
2201
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DOCUMENT-SPREADSHEET:CAPS"></a>ATK_ROLE_DOCUMENT_SPREADSHEET</p></td>
|
2202
|
+
<td class="enum_member_description">
|
2203
|
+
<p>A document frame which contains a spreadsheet. <em class="parameter"><code>Since</code></em>
|
2204
|
+
: ATK-2.1.0</p>
|
2205
|
+
</td>
|
2206
|
+
<td class="enum_member_annotations"> </td>
|
2207
|
+
</tr>
|
2208
|
+
<tr>
|
2209
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DOCUMENT-PRESENTATION:CAPS"></a>ATK_ROLE_DOCUMENT_PRESENTATION</p></td>
|
2210
|
+
<td class="enum_member_description">
|
2211
|
+
<p>A document frame which contains a presentation or slide content. <em class="parameter"><code>Since</code></em>
|
2212
|
+
: ATK-2.1.0</p>
|
2213
|
+
</td>
|
2214
|
+
<td class="enum_member_annotations"> </td>
|
2215
|
+
</tr>
|
2216
|
+
<tr>
|
2217
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DOCUMENT-TEXT:CAPS"></a>ATK_ROLE_DOCUMENT_TEXT</p></td>
|
2218
|
+
<td class="enum_member_description">
|
2219
|
+
<p>A document frame which contains textual content, such as found in a word processing application. <em class="parameter"><code>Since</code></em>
|
2220
|
+
: ATK-2.1.0</p>
|
2221
|
+
</td>
|
2222
|
+
<td class="enum_member_annotations"> </td>
|
2223
|
+
</tr>
|
2224
|
+
<tr>
|
2225
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DOCUMENT-WEB:CAPS"></a>ATK_ROLE_DOCUMENT_WEB</p></td>
|
2226
|
+
<td class="enum_member_description">
|
2227
|
+
<p>A document frame which contains HTML or other markup suitable for display in a web browser. <em class="parameter"><code>Since</code></em>
|
2228
|
+
: ATK-2.1.0</p>
|
2229
|
+
</td>
|
2230
|
+
<td class="enum_member_annotations"> </td>
|
2231
|
+
</tr>
|
2232
|
+
<tr>
|
2233
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DOCUMENT-EMAIL:CAPS"></a>ATK_ROLE_DOCUMENT_EMAIL</p></td>
|
2234
|
+
<td class="enum_member_description">
|
2235
|
+
<p>A document frame which contains email content to be displayed or composed either in plain text or HTML. <em class="parameter"><code>Since</code></em>
|
2236
|
+
: ATK-2.1.0</p>
|
2237
|
+
</td>
|
2238
|
+
<td class="enum_member_annotations"> </td>
|
2239
|
+
</tr>
|
2240
|
+
<tr>
|
2241
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-COMMENT:CAPS"></a>ATK_ROLE_COMMENT</p></td>
|
2242
|
+
<td class="enum_member_description">
|
2243
|
+
<p>An object found within a document and designed to present a comment, note, or other annotation. In some cases, this object might not be visible until activated. <em class="parameter"><code>Since</code></em>
|
2244
|
+
: ATK-2.1.0</p>
|
2245
|
+
</td>
|
2246
|
+
<td class="enum_member_annotations"> </td>
|
2247
|
+
</tr>
|
2248
|
+
<tr>
|
2249
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-LIST-BOX:CAPS"></a>ATK_ROLE_LIST_BOX</p></td>
|
2250
|
+
<td class="enum_member_description">
|
2251
|
+
<p>A non-collapsible list of choices the user can select from. <em class="parameter"><code>Since</code></em>
|
2252
|
+
: ATK-2.1.0</p>
|
2253
|
+
</td>
|
2254
|
+
<td class="enum_member_annotations"> </td>
|
2255
|
+
</tr>
|
2256
|
+
<tr>
|
2257
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-GROUPING:CAPS"></a>ATK_ROLE_GROUPING</p></td>
|
2258
|
+
<td class="enum_member_description">
|
2259
|
+
<p>A group of related widgets. This group typically has a label. <em class="parameter"><code>Since</code></em>
|
2260
|
+
: ATK-2.1.0</p>
|
2261
|
+
</td>
|
2262
|
+
<td class="enum_member_annotations"> </td>
|
2263
|
+
</tr>
|
2264
|
+
<tr>
|
2265
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-IMAGE-MAP:CAPS"></a>ATK_ROLE_IMAGE_MAP</p></td>
|
2266
|
+
<td class="enum_member_description">
|
2267
|
+
<p>An image map object. Usually a graphic with multiple hotspots, where each hotspot can be activated resulting in the loading of another document or section of a document. <em class="parameter"><code>Since</code></em>
|
2268
|
+
: ATK-2.1.0</p>
|
2269
|
+
</td>
|
2270
|
+
<td class="enum_member_annotations"> </td>
|
2271
|
+
</tr>
|
2272
|
+
<tr>
|
2273
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-NOTIFICATION:CAPS"></a>ATK_ROLE_NOTIFICATION</p></td>
|
2274
|
+
<td class="enum_member_description">
|
2275
|
+
<p>A transitory object designed to present a message to the user, typically at the desktop level rather than inside a particular application. <em class="parameter"><code>Since</code></em>
|
2276
|
+
: ATK-2.1.0</p>
|
2277
|
+
</td>
|
2278
|
+
<td class="enum_member_annotations"> </td>
|
2279
|
+
</tr>
|
2280
|
+
<tr>
|
2281
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-INFO-BAR:CAPS"></a>ATK_ROLE_INFO_BAR</p></td>
|
2282
|
+
<td class="enum_member_description">
|
2283
|
+
<p>An object designed to present a message to the user within an existing window. <em class="parameter"><code>Since</code></em>
|
2284
|
+
: ATK-2.1.0</p>
|
2285
|
+
</td>
|
2286
|
+
<td class="enum_member_annotations"> </td>
|
2287
|
+
</tr>
|
2288
|
+
<tr>
|
2289
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-LEVEL-BAR:CAPS"></a>ATK_ROLE_LEVEL_BAR</p></td>
|
2290
|
+
<td class="enum_member_description">
|
2291
|
+
<p>A bar that serves as a level indicator to, for instance, show the strength of a password or the state of a battery. <em class="parameter"><code>Since</code></em>
|
2292
|
+
: ATK-2.7.3</p>
|
2293
|
+
</td>
|
2294
|
+
<td class="enum_member_annotations"> </td>
|
2295
|
+
</tr>
|
2296
|
+
<tr>
|
2297
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TITLE-BAR:CAPS"></a>ATK_ROLE_TITLE_BAR</p></td>
|
2298
|
+
<td class="enum_member_description">
|
2299
|
+
<p>A bar that serves as the title of a window or a
|
2300
|
+
dialog. <em class="parameter"><code>Since</code></em>
|
2301
|
+
: ATK-2.12</p>
|
2302
|
+
</td>
|
2303
|
+
<td class="enum_member_annotations"> </td>
|
2304
|
+
</tr>
|
2305
|
+
<tr>
|
2306
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-BLOCK-QUOTE:CAPS"></a>ATK_ROLE_BLOCK_QUOTE</p></td>
|
2307
|
+
<td class="enum_member_description">
|
2308
|
+
<p>An object which contains a text section
|
2309
|
+
that is quoted from another source. <em class="parameter"><code>Since</code></em>
|
2310
|
+
: ATK-2.12</p>
|
2311
|
+
</td>
|
2312
|
+
<td class="enum_member_annotations"> </td>
|
2313
|
+
</tr>
|
2314
|
+
<tr>
|
2315
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-AUDIO:CAPS"></a>ATK_ROLE_AUDIO</p></td>
|
2316
|
+
<td class="enum_member_description">
|
2317
|
+
<p>An object which represents an audio element. <em class="parameter"><code>Since</code></em>
|
2318
|
+
: ATK-2.12</p>
|
2319
|
+
</td>
|
2320
|
+
<td class="enum_member_annotations"> </td>
|
2321
|
+
</tr>
|
2322
|
+
<tr>
|
2323
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-VIDEO:CAPS"></a>ATK_ROLE_VIDEO</p></td>
|
2324
|
+
<td class="enum_member_description">
|
2325
|
+
<p>An object which represents a video element. <em class="parameter"><code>Since</code></em>
|
2326
|
+
: ATK-2.12</p>
|
2327
|
+
</td>
|
2328
|
+
<td class="enum_member_annotations"> </td>
|
2329
|
+
</tr>
|
2330
|
+
<tr>
|
2331
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DEFINITION:CAPS"></a>ATK_ROLE_DEFINITION</p></td>
|
2332
|
+
<td class="enum_member_description">
|
2333
|
+
<p>A definition of a term or concept. <em class="parameter"><code>Since</code></em>
|
2334
|
+
: ATK-2.12</p>
|
2335
|
+
</td>
|
2336
|
+
<td class="enum_member_annotations"> </td>
|
2337
|
+
</tr>
|
2338
|
+
<tr>
|
2339
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-ARTICLE:CAPS"></a>ATK_ROLE_ARTICLE</p></td>
|
2340
|
+
<td class="enum_member_description">
|
2341
|
+
<p>A section of a page that consists of a
|
2342
|
+
composition that forms an independent part of a document, page, or
|
2343
|
+
site. Examples: A blog entry, a news story, a forum post. <em class="parameter"><code>Since</code></em>
|
2344
|
+
:
|
2345
|
+
ATK-2.12</p>
|
2346
|
+
</td>
|
2347
|
+
<td class="enum_member_annotations"> </td>
|
2348
|
+
</tr>
|
2349
|
+
<tr>
|
2350
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-LANDMARK:CAPS"></a>ATK_ROLE_LANDMARK</p></td>
|
2351
|
+
<td class="enum_member_description">
|
2352
|
+
<p>A region of a web page intended as a
|
2353
|
+
navigational landmark. This is designed to allow Assistive
|
2354
|
+
Technologies to provide quick navigation among key regions within a
|
2355
|
+
document. <em class="parameter"><code>Since</code></em>
|
2356
|
+
: ATK-2.12</p>
|
2357
|
+
</td>
|
2358
|
+
<td class="enum_member_annotations"> </td>
|
2359
|
+
</tr>
|
2360
|
+
<tr>
|
2361
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-LOG:CAPS"></a>ATK_ROLE_LOG</p></td>
|
2362
|
+
<td class="enum_member_description">
|
2363
|
+
<p>A text widget or container holding log content, such
|
2364
|
+
as chat history and error logs. In this role there is a
|
2365
|
+
relationship between the arrival of new items in the log and the
|
2366
|
+
reading order. The log contains a meaningful sequence and new
|
2367
|
+
information is added only to the end of the log, not at arbitrary
|
2368
|
+
points. <em class="parameter"><code>Since</code></em>
|
2369
|
+
: ATK-2.12</p>
|
2370
|
+
</td>
|
2371
|
+
<td class="enum_member_annotations"> </td>
|
2372
|
+
</tr>
|
2373
|
+
<tr>
|
2374
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-MARQUEE:CAPS"></a>ATK_ROLE_MARQUEE</p></td>
|
2375
|
+
<td class="enum_member_description">
|
2376
|
+
<p>A container where non-essential information
|
2377
|
+
changes frequently. Common usages of marquee include stock tickers
|
2378
|
+
and ad banners. The primary difference between a marquee and a log
|
2379
|
+
is that logs usually have a meaningful order or sequence of
|
2380
|
+
important content changes. <em class="parameter"><code>Since</code></em>
|
2381
|
+
: ATK-2.12</p>
|
2382
|
+
</td>
|
2383
|
+
<td class="enum_member_annotations"> </td>
|
2384
|
+
</tr>
|
2385
|
+
<tr>
|
2386
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-MATH:CAPS"></a>ATK_ROLE_MATH</p></td>
|
2387
|
+
<td class="enum_member_description">
|
2388
|
+
<p>A text widget or container that holds a mathematical
|
2389
|
+
expression. <em class="parameter"><code>Since</code></em>
|
2390
|
+
: ATK-2.12</p>
|
2391
|
+
</td>
|
2392
|
+
<td class="enum_member_annotations"> </td>
|
2393
|
+
</tr>
|
2394
|
+
<tr>
|
2395
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-RATING:CAPS"></a>ATK_ROLE_RATING</p></td>
|
2396
|
+
<td class="enum_member_description">
|
2397
|
+
<p>A widget whose purpose is to display a rating,
|
2398
|
+
such as the number of stars associated with a song in a media
|
2399
|
+
player. Objects of this role should also implement
|
2400
|
+
AtkValue. <em class="parameter"><code>Since</code></em>
|
2401
|
+
: ATK-2.12</p>
|
2402
|
+
</td>
|
2403
|
+
<td class="enum_member_annotations"> </td>
|
2404
|
+
</tr>
|
2405
|
+
<tr>
|
2406
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-TIMER:CAPS"></a>ATK_ROLE_TIMER</p></td>
|
2407
|
+
<td class="enum_member_description">
|
2408
|
+
<p>An object containing a numerical counter which
|
2409
|
+
indicates an amount of elapsed time from a start point, or the time
|
2410
|
+
remaining until an end point. <em class="parameter"><code>Since</code></em>
|
2411
|
+
: ATK-2.12</p>
|
2412
|
+
</td>
|
2413
|
+
<td class="enum_member_annotations"> </td>
|
2414
|
+
</tr>
|
2415
|
+
<tr>
|
2416
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DESCRIPTION-LIST:CAPS"></a>ATK_ROLE_DESCRIPTION_LIST</p></td>
|
2417
|
+
<td class="enum_member_description">
|
2418
|
+
<p>An object that represents a list of
|
2419
|
+
term-value groups. A term-value group represents a individual
|
2420
|
+
description and consist of one or more names
|
2421
|
+
(ATK_ROLE_DESCRIPTION_TERM) followed by one or more values
|
2422
|
+
(ATK_ROLE_DESCRIPTION_VALUE). For each list, there should not be
|
2423
|
+
more than one group with the same term name. <em class="parameter"><code>Since</code></em>
|
2424
|
+
: ATK-2.12</p>
|
2425
|
+
</td>
|
2426
|
+
<td class="enum_member_annotations"> </td>
|
2427
|
+
</tr>
|
2428
|
+
<tr>
|
2429
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DESCRIPTION-TERM:CAPS"></a>ATK_ROLE_DESCRIPTION_TERM</p></td>
|
2430
|
+
<td class="enum_member_description">
|
2431
|
+
<p>An object that represents the term, or
|
2432
|
+
name, part of a term-description group in a description
|
2433
|
+
list. <em class="parameter"><code>Since</code></em>
|
2434
|
+
: ATK-2.12</p>
|
2435
|
+
</td>
|
2436
|
+
<td class="enum_member_annotations"> </td>
|
2437
|
+
</tr>
|
2438
|
+
<tr>
|
2439
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-DESCRIPTION-VALUE:CAPS"></a>ATK_ROLE_DESCRIPTION_VALUE</p></td>
|
2440
|
+
<td class="enum_member_description">
|
2441
|
+
<p>An object that represents the
|
2442
|
+
description, definition or value of a term-description group in a
|
2443
|
+
description list. The values within a group are alternatives,
|
2444
|
+
meaning that you can have several ATK_ROLE_DESCRIPTION_VALUE for a
|
2445
|
+
given ATK_ROLE_DESCRIPTION_TERM. <em class="parameter"><code>Since</code></em>
|
2446
|
+
: ATK-2.12</p>
|
2447
|
+
</td>
|
2448
|
+
<td class="enum_member_annotations"> </td>
|
2449
|
+
</tr>
|
2450
|
+
<tr>
|
2451
|
+
<td class="enum_member_name"><p><a name="ATK-ROLE-LAST-DEFINED:CAPS"></a>ATK_ROLE_LAST_DEFINED</p></td>
|
2452
|
+
<td class="enum_member_description">
|
2453
|
+
<p>not a valid role, used for finding end of the enumeration</p>
|
2454
|
+
</td>
|
2455
|
+
<td class="enum_member_annotations"> </td>
|
2456
|
+
</tr>
|
2457
|
+
</tbody>
|
2458
|
+
</table></div>
|
2459
|
+
</div>
|
2460
|
+
</div>
|
2461
|
+
<hr>
|
2462
|
+
<div class="refsect2">
|
2463
|
+
<a name="AtkLayer"></a><h3>enum AtkLayer</h3>
|
2464
|
+
<p>Describes the layer of a component</p>
|
2465
|
+
<p>These enumerated "layer values" are used when determining which UI
|
2466
|
+
rendering layer a component is drawn into, which can help in making
|
2467
|
+
determinations of when components occlude one another.</p>
|
2468
|
+
<div class="refsect3">
|
2469
|
+
<a name="id-1.3.2.13.4.5"></a><h4>Members</h4>
|
2470
|
+
<div class="informaltable"><table width="100%" border="0">
|
2471
|
+
<colgroup>
|
2472
|
+
<col width="300px" class="enum_members_name">
|
2473
|
+
<col class="enum_members_description">
|
2474
|
+
<col width="200px" class="enum_members_annotations">
|
2475
|
+
</colgroup>
|
2476
|
+
<tbody>
|
2477
|
+
<tr>
|
2478
|
+
<td class="enum_member_name"><p><a name="ATK-LAYER-INVALID:CAPS"></a>ATK_LAYER_INVALID</p></td>
|
2479
|
+
<td class="enum_member_description">
|
2480
|
+
<p>The object does not have a layer</p>
|
2481
|
+
</td>
|
2482
|
+
<td class="enum_member_annotations"> </td>
|
2483
|
+
</tr>
|
2484
|
+
<tr>
|
2485
|
+
<td class="enum_member_name"><p><a name="ATK-LAYER-BACKGROUND:CAPS"></a>ATK_LAYER_BACKGROUND</p></td>
|
2486
|
+
<td class="enum_member_description">
|
2487
|
+
<p>This layer is reserved for the desktop background</p>
|
2488
|
+
</td>
|
2489
|
+
<td class="enum_member_annotations"> </td>
|
2490
|
+
</tr>
|
2491
|
+
<tr>
|
2492
|
+
<td class="enum_member_name"><p><a name="ATK-LAYER-CANVAS:CAPS"></a>ATK_LAYER_CANVAS</p></td>
|
2493
|
+
<td class="enum_member_description">
|
2494
|
+
<p>This layer is used for Canvas components</p>
|
2495
|
+
</td>
|
2496
|
+
<td class="enum_member_annotations"> </td>
|
2497
|
+
</tr>
|
2498
|
+
<tr>
|
2499
|
+
<td class="enum_member_name"><p><a name="ATK-LAYER-WIDGET:CAPS"></a>ATK_LAYER_WIDGET</p></td>
|
2500
|
+
<td class="enum_member_description">
|
2501
|
+
<p>This layer is normally used for components</p>
|
2502
|
+
</td>
|
2503
|
+
<td class="enum_member_annotations"> </td>
|
2504
|
+
</tr>
|
2505
|
+
<tr>
|
2506
|
+
<td class="enum_member_name"><p><a name="ATK-LAYER-MDI:CAPS"></a>ATK_LAYER_MDI</p></td>
|
2507
|
+
<td class="enum_member_description">
|
2508
|
+
<p>This layer is used for layered components</p>
|
2509
|
+
</td>
|
2510
|
+
<td class="enum_member_annotations"> </td>
|
2511
|
+
</tr>
|
2512
|
+
<tr>
|
2513
|
+
<td class="enum_member_name"><p><a name="ATK-LAYER-POPUP:CAPS"></a>ATK_LAYER_POPUP</p></td>
|
2514
|
+
<td class="enum_member_description">
|
2515
|
+
<p>This layer is used for popup components, such as menus</p>
|
2516
|
+
</td>
|
2517
|
+
<td class="enum_member_annotations"> </td>
|
2518
|
+
</tr>
|
2519
|
+
<tr>
|
2520
|
+
<td class="enum_member_name"><p><a name="ATK-LAYER-OVERLAY:CAPS"></a>ATK_LAYER_OVERLAY</p></td>
|
2521
|
+
<td class="enum_member_description">
|
2522
|
+
<p>This layer is reserved for future use.</p>
|
2523
|
+
</td>
|
2524
|
+
<td class="enum_member_annotations"> </td>
|
2525
|
+
</tr>
|
2526
|
+
<tr>
|
2527
|
+
<td class="enum_member_name"><p><a name="ATK-LAYER-WINDOW:CAPS"></a>ATK_LAYER_WINDOW</p></td>
|
2528
|
+
<td class="enum_member_description">
|
2529
|
+
<p>This layer is used for toplevel windows.</p>
|
2530
|
+
</td>
|
2531
|
+
<td class="enum_member_annotations"> </td>
|
2532
|
+
</tr>
|
2533
|
+
</tbody>
|
2534
|
+
</table></div>
|
2535
|
+
</div>
|
2536
|
+
</div>
|
2537
|
+
<hr>
|
2538
|
+
<div class="refsect2">
|
2539
|
+
<a name="AtkImplementor"></a><h3>AtkImplementor</h3>
|
2540
|
+
<pre class="programlisting">typedef struct _AtkImplementor AtkImplementor;</pre>
|
2541
|
+
<p>
|
2542
|
+
</p>
|
2543
|
+
</div>
|
2544
|
+
<hr>
|
2545
|
+
<div class="refsect2">
|
2546
|
+
<a name="AtkAttribute"></a><h3>struct AtkAttribute</h3>
|
2547
|
+
<pre class="programlisting">struct AtkAttribute {
|
2548
|
+
gchar* name;
|
2549
|
+
gchar* value;
|
2550
|
+
};
|
2551
|
+
</pre>
|
2552
|
+
<p>AtkAttribute is a string name/value pair representing a generic
|
2553
|
+
attribute. This can be used to expose additional information from
|
2554
|
+
an accessible object as a whole (see <a class="link" href="AtkObject.html#atk-object-get-attributes" title="atk_object_get_attributes ()"><code class="function">atk_object_get_attributes()</code></a>)
|
2555
|
+
or an document (see <a class="link" href="AtkDocument.html#atk-document-get-attributes" title="atk_document_get_attributes ()"><code class="function">atk_document_get_attributes()</code></a>). In the case of
|
2556
|
+
text attributes (see <a class="link" href="AtkText.html#atk-text-get-default-attributes" title="atk_text_get_default_attributes ()"><code class="function">atk_text_get_default_attributes()</code></a>),
|
2557
|
+
<a class="link" href="AtkText.html#AtkTextAttribute" title="enum AtkTextAttribute"><span class="type">AtkTextAttribute</span></a> enum defines all the possible text attribute
|
2558
|
+
names. You can use <a class="link" href="AtkText.html#atk-text-attribute-get-name" title="atk_text_attribute_get_name ()"><code class="function">atk_text_attribute_get_name()</code></a> to get the string
|
2559
|
+
name from the enum value. See also <a class="link" href="AtkText.html#atk-text-attribute-for-name" title="atk_text_attribute_for_name ()"><code class="function">atk_text_attribute_for_name()</code></a>
|
2560
|
+
and <a class="link" href="AtkText.html#atk-text-attribute-get-value" title="atk_text_attribute_get_value ()"><code class="function">atk_text_attribute_get_value()</code></a> for more information.</p>
|
2561
|
+
<p>A string name/value pair representing a generic attribute.</p>
|
2562
|
+
<div class="refsect3">
|
2563
|
+
<a name="id-1.3.2.13.6.6"></a><h4>Members</h4>
|
2564
|
+
<div class="informaltable"><table width="100%" border="0">
|
2565
|
+
<colgroup>
|
2566
|
+
<col width="300px" class="struct_members_name">
|
2567
|
+
<col class="struct_members_description">
|
2568
|
+
<col width="200px" class="struct_members_annotations">
|
2569
|
+
</colgroup>
|
2570
|
+
<tbody>
|
2571
|
+
<tr>
|
2572
|
+
<td class="struct_member_name"><p><span class="type">gchar</span> *<em class="structfield"><code><a name="AtkAttribute.name"></a>name</code></em>;</p></td>
|
2573
|
+
<td class="struct_member_description"><p>The attribute name.</p></td>
|
2574
|
+
<td class="struct_member_annotations"> </td>
|
2575
|
+
</tr>
|
2576
|
+
<tr>
|
2577
|
+
<td class="struct_member_name"><p><span class="type">gchar</span> *<em class="structfield"><code><a name="AtkAttribute.value"></a>value</code></em>;</p></td>
|
2578
|
+
<td class="struct_member_description"><p>the value of the attribute, represented as a string.</p></td>
|
2579
|
+
<td class="struct_member_annotations"> </td>
|
2580
|
+
</tr>
|
2581
|
+
</tbody>
|
2582
|
+
</table></div>
|
2583
|
+
</div>
|
2584
|
+
</div>
|
2585
|
+
<hr>
|
2586
|
+
<div class="refsect2">
|
2587
|
+
<a name="AtkAttributeSet"></a><h3>AtkAttributeSet</h3>
|
2588
|
+
<pre class="programlisting">typedef GSList AtkAttributeSet;
|
2589
|
+
</pre>
|
2590
|
+
<p>This is a singly-linked list (a <span class="type">GSList</span>) of <a class="link" href="AtkObject.html#AtkAttribute" title="struct AtkAttribute"><span class="type">AtkAttribute</span></a>. It is
|
2591
|
+
used by <a class="link" href="AtkText.html#atk-text-get-run-attributes" title="atk_text_get_run_attributes ()"><code class="function">atk_text_get_run_attributes()</code></a>,
|
2592
|
+
<a class="link" href="AtkText.html#atk-text-get-default-attributes" title="atk_text_get_default_attributes ()"><code class="function">atk_text_get_default_attributes()</code></a>,
|
2593
|
+
<a class="link" href="AtkEditableText.html#atk-editable-text-set-run-attributes" title="atk_editable_text_set_run_attributes ()"><code class="function">atk_editable_text_set_run_attributes()</code></a>,
|
2594
|
+
<a class="link" href="AtkDocument.html#atk-document-get-attributes" title="atk_document_get_attributes ()"><code class="function">atk_document_get_attributes()</code></a> and <a class="link" href="AtkObject.html#atk-object-get-attributes" title="atk_object_get_attributes ()"><code class="function">atk_object_get_attributes()</code></a></p>
|
2595
|
+
</div>
|
2596
|
+
<hr>
|
2597
|
+
<div class="refsect2">
|
2598
|
+
<a name="AtkPropertyValues"></a><h3>AtkPropertyValues</h3>
|
2599
|
+
<pre class="programlisting">typedef struct {
|
2600
|
+
const gchar *property_name;
|
2601
|
+
GValue old_value;
|
2602
|
+
GValue new_value;
|
2603
|
+
} AtkPropertyValues;
|
2604
|
+
</pre>
|
2605
|
+
<p>Note: <em class="parameter"><code>old_value</code></em>
|
2606
|
+
field of <a class="link" href="AtkObject.html#AtkPropertyValues" title="AtkPropertyValues"><span class="type">AtkPropertyValues</span></a> will not contain a
|
2607
|
+
valid value. This is a field defined with the purpose of contain
|
2608
|
+
the previous value of the property, but is not used anymore.</p>
|
2609
|
+
<div class="refsect3">
|
2610
|
+
<a name="id-1.3.2.13.8.5"></a><h4>Members</h4>
|
2611
|
+
<div class="informaltable"><table width="100%" border="0">
|
2612
|
+
<colgroup>
|
2613
|
+
<col width="300px" class="struct_members_name">
|
2614
|
+
<col class="struct_members_description">
|
2615
|
+
<col width="200px" class="struct_members_annotations">
|
2616
|
+
</colgroup>
|
2617
|
+
<tbody>
|
2618
|
+
<tr>
|
2619
|
+
<td class="struct_member_name"><p>const <span class="type">gchar</span> *<em class="structfield"><code><a name="AtkPropertyValues.property-name"></a>property_name</code></em>;</p></td>
|
2620
|
+
<td class="struct_member_description"><p>The name of the ATK property which has changed.</p></td>
|
2621
|
+
<td class="struct_member_annotations"> </td>
|
2622
|
+
</tr>
|
2623
|
+
<tr>
|
2624
|
+
<td class="struct_member_name"><p><span class="type">GValue</span> <em class="structfield"><code><a name="AtkPropertyValues.old-value"></a>old_value</code></em>;</p></td>
|
2625
|
+
<td class="struct_member_description"><p>NULL. This field is not used anymore.</p></td>
|
2626
|
+
<td class="struct_member_annotations"> </td>
|
2627
|
+
</tr>
|
2628
|
+
<tr>
|
2629
|
+
<td class="struct_member_name"><p><span class="type">GValue</span> <em class="structfield"><code><a name="AtkPropertyValues.new-value"></a>new_value</code></em>;</p></td>
|
2630
|
+
<td class="struct_member_description"><p>The new value of the named property.</p></td>
|
2631
|
+
<td class="struct_member_annotations"> </td>
|
2632
|
+
</tr>
|
2633
|
+
</tbody>
|
2634
|
+
</table></div>
|
2635
|
+
</div>
|
2636
|
+
</div>
|
2637
|
+
</div>
|
2638
|
+
<div class="refsect1">
|
2639
|
+
<a name="AtkObject.property-details"></a><h2>Property Details</h2>
|
2640
|
+
<div class="refsect2">
|
2641
|
+
<a name="AtkObject--accessible-component-layer"></a><h3>The <code class="literal">“accessible-component-layer”</code> property</h3>
|
2642
|
+
<pre class="programlisting"> “accessible-component-layer” <span class="type">gint</span></pre>
|
2643
|
+
<p>The accessible layer of this object.</p>
|
2644
|
+
<p>Flags: Read</p>
|
2645
|
+
<p>Allowed values: >= 0</p>
|
2646
|
+
<p>Default value: 0</p>
|
2647
|
+
</div>
|
2648
|
+
<hr>
|
2649
|
+
<div class="refsect2">
|
2650
|
+
<a name="AtkObject--accessible-component-mdi-zorder"></a><h3>The <code class="literal">“accessible-component-mdi-zorder”</code> property</h3>
|
2651
|
+
<pre class="programlisting"> “accessible-component-mdi-zorder” <span class="type">gint</span></pre>
|
2652
|
+
<p>The accessible MDI value of this object.</p>
|
2653
|
+
<p>Flags: Read</p>
|
2654
|
+
<p>Default value: -2147483648</p>
|
2655
|
+
</div>
|
2656
|
+
<hr>
|
2657
|
+
<div class="refsect2">
|
2658
|
+
<a name="AtkObject--accessible-description"></a><h3>The <code class="literal">“accessible-description”</code> property</h3>
|
2659
|
+
<pre class="programlisting"> “accessible-description” <span class="type">gchar</span> *</pre>
|
2660
|
+
<p>Description of an object, formatted for assistive technology access.</p>
|
2661
|
+
<p>Flags: Read / Write</p>
|
2662
|
+
<p>Default value: NULL</p>
|
2663
|
+
</div>
|
2664
|
+
<hr>
|
2665
|
+
<div class="refsect2">
|
2666
|
+
<a name="AtkObject--accessible-hypertext-nlinks"></a><h3>The <code class="literal">“accessible-hypertext-nlinks”</code> property</h3>
|
2667
|
+
<pre class="programlisting"> “accessible-hypertext-nlinks” <span class="type">gint</span></pre>
|
2668
|
+
<p>The number of links which the current AtkHypertext has.</p>
|
2669
|
+
<p>Flags: Read</p>
|
2670
|
+
<p>Allowed values: >= 0</p>
|
2671
|
+
<p>Default value: 0</p>
|
2672
|
+
</div>
|
2673
|
+
<hr>
|
2674
|
+
<div class="refsect2">
|
2675
|
+
<a name="AtkObject--accessible-name"></a><h3>The <code class="literal">“accessible-name”</code> property</h3>
|
2676
|
+
<pre class="programlisting"> “accessible-name” <span class="type">gchar</span> *</pre>
|
2677
|
+
<p>Object instance's name formatted for assistive technology access.</p>
|
2678
|
+
<p>Flags: Read / Write</p>
|
2679
|
+
<p>Default value: NULL</p>
|
2680
|
+
</div>
|
2681
|
+
<hr>
|
2682
|
+
<div class="refsect2">
|
2683
|
+
<a name="AtkObject--accessible-parent"></a><h3>The <code class="literal">“accessible-parent”</code> property</h3>
|
2684
|
+
<pre class="programlisting"> “accessible-parent” <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *</pre>
|
2685
|
+
<p>Parent of the current accessible as returned by atk_object_get_parent().</p>
|
2686
|
+
<p>Flags: Read / Write</p>
|
2687
|
+
</div>
|
2688
|
+
<hr>
|
2689
|
+
<div class="refsect2">
|
2690
|
+
<a name="AtkObject--accessible-role"></a><h3>The <code class="literal">“accessible-role”</code> property</h3>
|
2691
|
+
<pre class="programlisting"> “accessible-role” <span class="type">gint</span></pre>
|
2692
|
+
<p>The accessible role of this object.</p>
|
2693
|
+
<p>Flags: Read / Write</p>
|
2694
|
+
<p>Allowed values: >= 0</p>
|
2695
|
+
<p>Default value: 66</p>
|
2696
|
+
</div>
|
2697
|
+
<hr>
|
2698
|
+
<div class="refsect2">
|
2699
|
+
<a name="AtkObject--accessible-table-caption"></a><h3>The <code class="literal">“accessible-table-caption”</code> property</h3>
|
2700
|
+
<pre class="programlisting"> “accessible-table-caption” <span class="type">gchar</span> *</pre>
|
2701
|
+
<p>Table caption.</p>
|
2702
|
+
<div class="warning">
|
2703
|
+
<p><code class="literal">AtkObject:accessible-table-caption</code> is deprecated and should not be used in newly-written code.</p>
|
2704
|
+
<p>Since 1.3. Use table-caption-object instead.</p>
|
2705
|
+
</div>
|
2706
|
+
<p>Flags: Read / Write</p>
|
2707
|
+
<p>Default value: NULL</p>
|
2708
|
+
</div>
|
2709
|
+
<hr>
|
2710
|
+
<div class="refsect2">
|
2711
|
+
<a name="AtkObject--accessible-table-caption-object"></a><h3>The <code class="literal">“accessible-table-caption-object”</code> property</h3>
|
2712
|
+
<pre class="programlisting"> “accessible-table-caption-object” <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *</pre>
|
2713
|
+
<p>Is used to notify that the table caption has changed.</p>
|
2714
|
+
<p>Flags: Read / Write</p>
|
2715
|
+
</div>
|
2716
|
+
<hr>
|
2717
|
+
<div class="refsect2">
|
2718
|
+
<a name="AtkObject--accessible-table-column-description"></a><h3>The <code class="literal">“accessible-table-column-description”</code> property</h3>
|
2719
|
+
<pre class="programlisting"> “accessible-table-column-description” <span class="type">gchar</span> *</pre>
|
2720
|
+
<p>Accessible table column description.</p>
|
2721
|
+
<div class="warning">
|
2722
|
+
<p><code class="literal">AtkObject:accessible-table-column-description</code> is deprecated and should not be used in newly-written code.</p>
|
2723
|
+
<p>Since 2.12. Use <a class="link" href="AtkTable.html#atk-table-get-column-description" title="atk_table_get_column_description ()"><code class="function">atk_table_get_column_description()</code></a>
|
2724
|
+
and <a class="link" href="AtkTable.html#atk-table-set-column-description" title="atk_table_set_column_description ()"><code class="function">atk_table_set_column_description()</code></a> instead.</p>
|
2725
|
+
</div>
|
2726
|
+
<p>Flags: Read / Write</p>
|
2727
|
+
<p>Default value: NULL</p>
|
2728
|
+
</div>
|
2729
|
+
<hr>
|
2730
|
+
<div class="refsect2">
|
2731
|
+
<a name="AtkObject--accessible-table-column-header"></a><h3>The <code class="literal">“accessible-table-column-header”</code> property</h3>
|
2732
|
+
<pre class="programlisting"> “accessible-table-column-header” <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *</pre>
|
2733
|
+
<p>Accessible table column header.</p>
|
2734
|
+
<div class="warning">
|
2735
|
+
<p><code class="literal">AtkObject:accessible-table-column-header</code> is deprecated and should not be used in newly-written code.</p>
|
2736
|
+
<p>Since 2.12. Use <a class="link" href="AtkTable.html#atk-table-get-column-header" title="atk_table_get_column_header ()"><code class="function">atk_table_get_column_header()</code></a> and
|
2737
|
+
<a class="link" href="AtkTable.html#atk-table-set-column-header" title="atk_table_set_column_header ()"><code class="function">atk_table_set_column_header()</code></a> instead.</p>
|
2738
|
+
</div>
|
2739
|
+
<p>Flags: Read / Write</p>
|
2740
|
+
</div>
|
2741
|
+
<hr>
|
2742
|
+
<div class="refsect2">
|
2743
|
+
<a name="AtkObject--accessible-table-row-description"></a><h3>The <code class="literal">“accessible-table-row-description”</code> property</h3>
|
2744
|
+
<pre class="programlisting"> “accessible-table-row-description” <span class="type">gchar</span> *</pre>
|
2745
|
+
<p>Accessible table row description.</p>
|
2746
|
+
<div class="warning">
|
2747
|
+
<p><code class="literal">AtkObject:accessible-table-row-description</code> is deprecated and should not be used in newly-written code.</p>
|
2748
|
+
<p>Since 2.12. Use <a class="link" href="AtkTable.html#atk-table-get-row-description" title="atk_table_get_row_description ()"><code class="function">atk_table_get_row_description()</code></a> and
|
2749
|
+
<a class="link" href="AtkTable.html#atk-table-set-row-description" title="atk_table_set_row_description ()"><code class="function">atk_table_set_row_description()</code></a> instead.</p>
|
2750
|
+
</div>
|
2751
|
+
<p>Flags: Read / Write</p>
|
2752
|
+
<p>Default value: NULL</p>
|
2753
|
+
</div>
|
2754
|
+
<hr>
|
2755
|
+
<div class="refsect2">
|
2756
|
+
<a name="AtkObject--accessible-table-row-header"></a><h3>The <code class="literal">“accessible-table-row-header”</code> property</h3>
|
2757
|
+
<pre class="programlisting"> “accessible-table-row-header” <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *</pre>
|
2758
|
+
<p>Accessible table row header.</p>
|
2759
|
+
<div class="warning">
|
2760
|
+
<p><code class="literal">AtkObject:accessible-table-row-header</code> is deprecated and should not be used in newly-written code.</p>
|
2761
|
+
<p>Since 2.12. Use <a class="link" href="AtkTable.html#atk-table-get-row-header" title="atk_table_get_row_header ()"><code class="function">atk_table_get_row_header()</code></a> and
|
2762
|
+
<a class="link" href="AtkTable.html#atk-table-set-row-header" title="atk_table_set_row_header ()"><code class="function">atk_table_set_row_header()</code></a> instead.</p>
|
2763
|
+
</div>
|
2764
|
+
<p>Flags: Read / Write</p>
|
2765
|
+
</div>
|
2766
|
+
<hr>
|
2767
|
+
<div class="refsect2">
|
2768
|
+
<a name="AtkObject--accessible-table-summary"></a><h3>The <code class="literal">“accessible-table-summary”</code> property</h3>
|
2769
|
+
<pre class="programlisting"> “accessible-table-summary” <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *</pre>
|
2770
|
+
<p>Is used to notify that the table summary has changed.</p>
|
2771
|
+
<p>Flags: Read / Write</p>
|
2772
|
+
</div>
|
2773
|
+
<hr>
|
2774
|
+
<div class="refsect2">
|
2775
|
+
<a name="AtkObject--accessible-value"></a><h3>The <code class="literal">“accessible-value”</code> property</h3>
|
2776
|
+
<pre class="programlisting"> “accessible-value” <span class="type">gdouble</span></pre>
|
2777
|
+
<p>Numeric value of this object, in case being and AtkValue.</p>
|
2778
|
+
<div class="warning">
|
2779
|
+
<p><code class="literal">AtkObject:accessible-value</code> is deprecated and should not be used in newly-written code.</p>
|
2780
|
+
<p>Since 2.12. Use <a class="link" href="AtkValue.html#atk-value-get-value-and-text" title="atk_value_get_value_and_text ()"><code class="function">atk_value_get_value_and_text()</code></a> to get
|
2781
|
+
the value, and value-changed signal to be notified on their value
|
2782
|
+
changes.</p>
|
2783
|
+
</div>
|
2784
|
+
<p>Flags: Read / Write</p>
|
2785
|
+
<p>Allowed values: >= 0</p>
|
2786
|
+
<p>Default value: 0</p>
|
2787
|
+
</div>
|
2788
|
+
</div>
|
2789
|
+
<div class="refsect1">
|
2790
|
+
<a name="AtkObject.signal-details"></a><h2>Signal Details</h2>
|
2791
|
+
<div class="refsect2">
|
2792
|
+
<a name="AtkObject-active-descendant-changed"></a><h3>The <code class="literal">“active-descendant-changed”</code> signal</h3>
|
2793
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2794
|
+
user_function (<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *atkobject,
|
2795
|
+
<span class="type">gpointer</span> arg1,
|
2796
|
+
<span class="type">gpointer</span> user_data)</pre>
|
2797
|
+
<p>The "active-descendant-changed" signal is emitted by an object
|
2798
|
+
which has the state ATK_STATE_MANAGES_DESCENDANTS when the focus
|
2799
|
+
object in the object changes. For instance, a table will emit the
|
2800
|
+
signal when the cell in the table which has focus changes.</p>
|
2801
|
+
<div class="refsect3">
|
2802
|
+
<a name="id-1.3.2.15.2.5"></a><h4>Parameters</h4>
|
2803
|
+
<div class="informaltable"><table width="100%" border="0">
|
2804
|
+
<colgroup>
|
2805
|
+
<col width="150px" class="parameters_name">
|
2806
|
+
<col class="parameters_description">
|
2807
|
+
<col width="200px" class="parameters_annotations">
|
2808
|
+
</colgroup>
|
2809
|
+
<tbody>
|
2810
|
+
<tr>
|
2811
|
+
<td class="parameter_name"><p>atkobject</p></td>
|
2812
|
+
<td class="parameter_description"><p>the object which received the signal.</p></td>
|
2813
|
+
<td class="parameter_annotations"> </td>
|
2814
|
+
</tr>
|
2815
|
+
<tr>
|
2816
|
+
<td class="parameter_name"><p>arg1</p></td>
|
2817
|
+
<td class="parameter_description"><p>the newly focused object.</p></td>
|
2818
|
+
<td class="parameter_annotations"> </td>
|
2819
|
+
</tr>
|
2820
|
+
<tr>
|
2821
|
+
<td class="parameter_name"><p>user_data</p></td>
|
2822
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
2823
|
+
<td class="parameter_annotations"> </td>
|
2824
|
+
</tr>
|
2825
|
+
</tbody>
|
2826
|
+
</table></div>
|
2827
|
+
</div>
|
2828
|
+
<p>Flags: Has Details</p>
|
2829
|
+
</div>
|
2830
|
+
<hr>
|
2831
|
+
<div class="refsect2">
|
2832
|
+
<a name="AtkObject-children-changed"></a><h3>The <code class="literal">“children-changed”</code> signal</h3>
|
2833
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2834
|
+
user_function (<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *atkobject,
|
2835
|
+
<span class="type">guint</span> arg1,
|
2836
|
+
<span class="type">gpointer</span> arg2,
|
2837
|
+
<span class="type">gpointer</span> user_data)</pre>
|
2838
|
+
<p>The signal "children-changed" is emitted when a child is added or
|
2839
|
+
removed form an object. It supports two details: "add" and
|
2840
|
+
"remove"</p>
|
2841
|
+
<div class="refsect3">
|
2842
|
+
<a name="id-1.3.2.15.3.5"></a><h4>Parameters</h4>
|
2843
|
+
<div class="informaltable"><table width="100%" border="0">
|
2844
|
+
<colgroup>
|
2845
|
+
<col width="150px" class="parameters_name">
|
2846
|
+
<col class="parameters_description">
|
2847
|
+
<col width="200px" class="parameters_annotations">
|
2848
|
+
</colgroup>
|
2849
|
+
<tbody>
|
2850
|
+
<tr>
|
2851
|
+
<td class="parameter_name"><p>atkobject</p></td>
|
2852
|
+
<td class="parameter_description"><p>the object which received the signal.</p></td>
|
2853
|
+
<td class="parameter_annotations"> </td>
|
2854
|
+
</tr>
|
2855
|
+
<tr>
|
2856
|
+
<td class="parameter_name"><p>arg1</p></td>
|
2857
|
+
<td class="parameter_description"><p>The index of the added or removed child. The value can be
|
2858
|
+
-1. This is used if the value is not known by the implementor
|
2859
|
+
when the child is added/removed or irrelevant.</p></td>
|
2860
|
+
<td class="parameter_annotations"> </td>
|
2861
|
+
</tr>
|
2862
|
+
<tr>
|
2863
|
+
<td class="parameter_name"><p>arg2</p></td>
|
2864
|
+
<td class="parameter_description"><p>A gpointer to the child AtkObject which was added or
|
2865
|
+
removed. If the child was removed, it is possible that it is not
|
2866
|
+
available for the implementor. In that case this pointer can be
|
2867
|
+
NULL.</p></td>
|
2868
|
+
<td class="parameter_annotations"> </td>
|
2869
|
+
</tr>
|
2870
|
+
<tr>
|
2871
|
+
<td class="parameter_name"><p>user_data</p></td>
|
2872
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
2873
|
+
<td class="parameter_annotations"> </td>
|
2874
|
+
</tr>
|
2875
|
+
</tbody>
|
2876
|
+
</table></div>
|
2877
|
+
</div>
|
2878
|
+
<p>Flags: Has Details</p>
|
2879
|
+
</div>
|
2880
|
+
<hr>
|
2881
|
+
<div class="refsect2">
|
2882
|
+
<a name="AtkObject-focus-event"></a><h3>The <code class="literal">“focus-event”</code> signal</h3>
|
2883
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2884
|
+
user_function (<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *atkobject,
|
2885
|
+
<span class="type">gboolean</span> arg1,
|
2886
|
+
<span class="type">gpointer</span> user_data)</pre>
|
2887
|
+
<p>The signal "focus-event" is emitted when an object gained or lost
|
2888
|
+
focus.</p>
|
2889
|
+
<div class="warning">
|
2890
|
+
<p><code class="literal">AtkObject::focus-event</code> is deprecated and should not be used in newly-written code.</p>
|
2891
|
+
<p>Since 2.9.4. Use <a class="link" href="AtkObject.html#AtkObject-state-change" title="The “state-change” signal"><span class="type">“state-change”</span></a> signal instead.</p>
|
2892
|
+
</div>
|
2893
|
+
<div class="refsect3">
|
2894
|
+
<a name="id-1.3.2.15.4.6"></a><h4>Parameters</h4>
|
2895
|
+
<div class="informaltable"><table width="100%" border="0">
|
2896
|
+
<colgroup>
|
2897
|
+
<col width="150px" class="parameters_name">
|
2898
|
+
<col class="parameters_description">
|
2899
|
+
<col width="200px" class="parameters_annotations">
|
2900
|
+
</colgroup>
|
2901
|
+
<tbody>
|
2902
|
+
<tr>
|
2903
|
+
<td class="parameter_name"><p>atkobject</p></td>
|
2904
|
+
<td class="parameter_description"><p>the object which received the signal</p></td>
|
2905
|
+
<td class="parameter_annotations"> </td>
|
2906
|
+
</tr>
|
2907
|
+
<tr>
|
2908
|
+
<td class="parameter_name"><p>arg1</p></td>
|
2909
|
+
<td class="parameter_description"><p>a boolean value which indicates whether the object gained
|
2910
|
+
or lost focus.</p></td>
|
2911
|
+
<td class="parameter_annotations"> </td>
|
2912
|
+
</tr>
|
2913
|
+
<tr>
|
2914
|
+
<td class="parameter_name"><p>user_data</p></td>
|
2915
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
2916
|
+
<td class="parameter_annotations"> </td>
|
2917
|
+
</tr>
|
2918
|
+
</tbody>
|
2919
|
+
</table></div>
|
2920
|
+
</div>
|
2921
|
+
<p>Flags: Run Last</p>
|
2922
|
+
</div>
|
2923
|
+
<hr>
|
2924
|
+
<div class="refsect2">
|
2925
|
+
<a name="AtkObject-property-change"></a><h3>The <code class="literal">“property-change”</code> signal</h3>
|
2926
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2927
|
+
user_function (<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *atkobject,
|
2928
|
+
<span class="type">gpointer</span> arg1,
|
2929
|
+
<span class="type">gpointer</span> user_data)</pre>
|
2930
|
+
<p>The signal "property-change" is emitted when an object's property
|
2931
|
+
value changes. <em class="parameter"><code>arg1</code></em>
|
2932
|
+
contains an <a class="link" href="AtkObject.html#AtkPropertyValues" title="AtkPropertyValues"><span class="type">AtkPropertyValues</span></a> with the name
|
2933
|
+
and the new value of the property whose value has changed. Note
|
2934
|
+
that, as with GObject notify, getting this signal does not
|
2935
|
+
guarantee that the value of the property has actually changed; it
|
2936
|
+
may also be emitted when the setter of the property is called to
|
2937
|
+
reinstate the previous value.</p>
|
2938
|
+
<p>Toolkit implementor note: ATK implementors should use
|
2939
|
+
<code class="function">g_object_notify()</code> to emit property-changed
|
2940
|
+
notifications. <span class="type">“property-changed”</span> is needed by the
|
2941
|
+
implementation of <a class="link" href="AtkUtil.html#atk-add-global-event-listener" title="atk_add_global_event_listener ()"><code class="function">atk_add_global_event_listener()</code></a> because GObject
|
2942
|
+
notify doesn't support emission hooks.</p>
|
2943
|
+
<div class="refsect3">
|
2944
|
+
<a name="id-1.3.2.15.5.6"></a><h4>Parameters</h4>
|
2945
|
+
<div class="informaltable"><table width="100%" border="0">
|
2946
|
+
<colgroup>
|
2947
|
+
<col width="150px" class="parameters_name">
|
2948
|
+
<col class="parameters_description">
|
2949
|
+
<col width="200px" class="parameters_annotations">
|
2950
|
+
</colgroup>
|
2951
|
+
<tbody>
|
2952
|
+
<tr>
|
2953
|
+
<td class="parameter_name"><p>atkobject</p></td>
|
2954
|
+
<td class="parameter_description"><p>the object which received the signal.</p></td>
|
2955
|
+
<td class="parameter_annotations"> </td>
|
2956
|
+
</tr>
|
2957
|
+
<tr>
|
2958
|
+
<td class="parameter_name"><p>arg1</p></td>
|
2959
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html#AtkPropertyValues" title="AtkPropertyValues"><span class="type">AtkPropertyValues</span></a> containing the new value of the
|
2960
|
+
property which changed.</p></td>
|
2961
|
+
<td class="parameter_annotations"> </td>
|
2962
|
+
</tr>
|
2963
|
+
<tr>
|
2964
|
+
<td class="parameter_name"><p>user_data</p></td>
|
2965
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
2966
|
+
<td class="parameter_annotations"> </td>
|
2967
|
+
</tr>
|
2968
|
+
</tbody>
|
2969
|
+
</table></div>
|
2970
|
+
</div>
|
2971
|
+
<p>Flags: Has Details</p>
|
2972
|
+
</div>
|
2973
|
+
<hr>
|
2974
|
+
<div class="refsect2">
|
2975
|
+
<a name="AtkObject-state-change"></a><h3>The <code class="literal">“state-change”</code> signal</h3>
|
2976
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2977
|
+
user_function (<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *atkobject,
|
2978
|
+
<span class="type">gchar</span> *arg1,
|
2979
|
+
<span class="type">gboolean</span> arg2,
|
2980
|
+
<span class="type">gpointer</span> user_data)</pre>
|
2981
|
+
<p>The "state-change" signal is emitted when an object's state
|
2982
|
+
changes. The detail value identifies the state type which has
|
2983
|
+
changed.</p>
|
2984
|
+
<div class="refsect3">
|
2985
|
+
<a name="id-1.3.2.15.6.5"></a><h4>Parameters</h4>
|
2986
|
+
<div class="informaltable"><table width="100%" border="0">
|
2987
|
+
<colgroup>
|
2988
|
+
<col width="150px" class="parameters_name">
|
2989
|
+
<col class="parameters_description">
|
2990
|
+
<col width="200px" class="parameters_annotations">
|
2991
|
+
</colgroup>
|
2992
|
+
<tbody>
|
2993
|
+
<tr>
|
2994
|
+
<td class="parameter_name"><p>atkobject</p></td>
|
2995
|
+
<td class="parameter_description"><p>the object which received the signal.</p></td>
|
2996
|
+
<td class="parameter_annotations"> </td>
|
2997
|
+
</tr>
|
2998
|
+
<tr>
|
2999
|
+
<td class="parameter_name"><p>arg1</p></td>
|
3000
|
+
<td class="parameter_description"><p>The name of the state which has changed</p></td>
|
3001
|
+
<td class="parameter_annotations"> </td>
|
3002
|
+
</tr>
|
3003
|
+
<tr>
|
3004
|
+
<td class="parameter_name"><p>arg2</p></td>
|
3005
|
+
<td class="parameter_description"><p>A boolean which indicates whether the state has been set or unset.</p></td>
|
3006
|
+
<td class="parameter_annotations"> </td>
|
3007
|
+
</tr>
|
3008
|
+
<tr>
|
3009
|
+
<td class="parameter_name"><p>user_data</p></td>
|
3010
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
3011
|
+
<td class="parameter_annotations"> </td>
|
3012
|
+
</tr>
|
3013
|
+
</tbody>
|
3014
|
+
</table></div>
|
3015
|
+
</div>
|
3016
|
+
<p>Flags: Has Details</p>
|
3017
|
+
</div>
|
3018
|
+
<hr>
|
3019
|
+
<div class="refsect2">
|
3020
|
+
<a name="AtkObject-visible-data-changed"></a><h3>The <code class="literal">“visible-data-changed”</code> signal</h3>
|
3021
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
3022
|
+
user_function (<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *atkobject,
|
3023
|
+
<span class="type">gpointer</span> user_data)</pre>
|
3024
|
+
<p>The "visible-data-changed" signal is emitted when the visual
|
3025
|
+
appearance of the object changed.</p>
|
3026
|
+
<div class="refsect3">
|
3027
|
+
<a name="id-1.3.2.15.7.5"></a><h4>Parameters</h4>
|
3028
|
+
<div class="informaltable"><table width="100%" border="0">
|
3029
|
+
<colgroup>
|
3030
|
+
<col width="150px" class="parameters_name">
|
3031
|
+
<col class="parameters_description">
|
3032
|
+
<col width="200px" class="parameters_annotations">
|
3033
|
+
</colgroup>
|
3034
|
+
<tbody>
|
3035
|
+
<tr>
|
3036
|
+
<td class="parameter_name"><p>atkobject</p></td>
|
3037
|
+
<td class="parameter_description"><p>the object which received the signal.</p></td>
|
3038
|
+
<td class="parameter_annotations"> </td>
|
3039
|
+
</tr>
|
3040
|
+
<tr>
|
3041
|
+
<td class="parameter_name"><p>user_data</p></td>
|
3042
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
3043
|
+
<td class="parameter_annotations"> </td>
|
3044
|
+
</tr>
|
3045
|
+
</tbody>
|
3046
|
+
</table></div>
|
3047
|
+
</div>
|
3048
|
+
<p>Flags: Run Last</p>
|
3049
|
+
</div>
|
3050
|
+
</div>
|
3051
|
+
</div>
|
3052
|
+
<div class="footer">
|
3053
|
+
<hr>
|
3054
|
+
Generated by GTK-Doc V1.21.1</div>
|
3055
|
+
</body>
|
3056
|
+
</html>
|