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,53 @@
|
|
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: Index of new symbols in 2.2</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="index.html" title="ATK - Accessibility Toolkit">
|
9
|
+
<link rel="prev" href="api-index-1-30.html" title="Index of new symbols in 1.30">
|
10
|
+
<link rel="next" href="api-index-2-8.html" title="Index of new symbols in 2.8">
|
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"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
+
<td><a accesskey="p" href="api-index-1-30.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="api-index-2-8.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="index">
|
23
|
+
<div class="titlepage"><div><div><h1 class="title">
|
24
|
+
<a name="api-index-2-2"></a>Index of new symbols in 2.2</h1></div></div></div>
|
25
|
+
<div class="index"><div class="indexdiv">
|
26
|
+
<h3>A</h3>
|
27
|
+
<dl>
|
28
|
+
<dt>AtkWindow::activate, <a class="indexterm" href="AtkWindow.html#AtkWindow-activate">The “activate” signal</a>
|
29
|
+
</dt>
|
30
|
+
<dt>AtkWindow::create, <a class="indexterm" href="AtkWindow.html#AtkWindow-create">The “create” signal</a>
|
31
|
+
</dt>
|
32
|
+
<dt>AtkWindow::deactivate, <a class="indexterm" href="AtkWindow.html#AtkWindow-deactivate">The “deactivate” signal</a>
|
33
|
+
</dt>
|
34
|
+
<dt>AtkWindow::destroy, <a class="indexterm" href="AtkWindow.html#AtkWindow-destroy">The “destroy” signal</a>
|
35
|
+
</dt>
|
36
|
+
<dt>AtkWindow::maximize, <a class="indexterm" href="AtkWindow.html#AtkWindow-maximize">The “maximize” signal</a>
|
37
|
+
</dt>
|
38
|
+
<dt>AtkWindow::minimize, <a class="indexterm" href="AtkWindow.html#AtkWindow-minimize">The “minimize” signal</a>
|
39
|
+
</dt>
|
40
|
+
<dt>AtkWindow::move, <a class="indexterm" href="AtkWindow.html#AtkWindow-move">The “move” signal</a>
|
41
|
+
</dt>
|
42
|
+
<dt>AtkWindow::resize, <a class="indexterm" href="AtkWindow.html#AtkWindow-resize">The “resize” signal</a>
|
43
|
+
</dt>
|
44
|
+
<dt>AtkWindow::restore, <a class="indexterm" href="AtkWindow.html#AtkWindow-restore">The “restore” signal</a>
|
45
|
+
</dt>
|
46
|
+
</dl>
|
47
|
+
</div></div>
|
48
|
+
</div>
|
49
|
+
<div class="footer">
|
50
|
+
<hr>
|
51
|
+
Generated by GTK-Doc V1.21.1</div>
|
52
|
+
</body>
|
53
|
+
</html>
|
@@ -0,0 +1,47 @@
|
|
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: Index of new symbols in 2.8</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="index.html" title="ATK - Accessibility Toolkit">
|
9
|
+
<link rel="prev" href="api-index-2-2.html" title="Index of new symbols in 2.2">
|
10
|
+
<link rel="next" href="api-index-2-10.html" title="Index of new symbols in 2.10">
|
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"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
+
<td><a accesskey="p" href="api-index-2-2.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="api-index-2-10.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="index">
|
23
|
+
<div class="titlepage"><div><div><h1 class="title">
|
24
|
+
<a name="api-index-2-8"></a>Index of new symbols in 2.8</h1></div></div></div>
|
25
|
+
<div class="index"><div class="indexdiv">
|
26
|
+
<h3>A</h3>
|
27
|
+
<dl>
|
28
|
+
<dt>atk_get_binary_age, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-binary-age">atk_get_binary_age ()</a>
|
29
|
+
</dt>
|
30
|
+
<dt>atk_get_interface_age, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-interface-age">atk_get_interface_age ()</a>
|
31
|
+
</dt>
|
32
|
+
<dt>atk_get_major_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-major-version">atk_get_major_version ()</a>
|
33
|
+
</dt>
|
34
|
+
<dt>atk_get_micro_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-micro-version">atk_get_micro_version ()</a>
|
35
|
+
</dt>
|
36
|
+
<dt>atk_get_minor_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-minor-version">atk_get_minor_version ()</a>
|
37
|
+
</dt>
|
38
|
+
<dt>atk_object_get_object_locale, <a class="indexterm" href="AtkObject.html#atk-object-get-object-locale">atk_object_get_object_locale ()</a>
|
39
|
+
</dt>
|
40
|
+
</dl>
|
41
|
+
</div></div>
|
42
|
+
</div>
|
43
|
+
<div class="footer">
|
44
|
+
<hr>
|
45
|
+
Generated by GTK-Doc V1.21.1</div>
|
46
|
+
</body>
|
47
|
+
</html>
|
@@ -0,0 +1,119 @@
|
|
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: Index of deprecated symbols</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="index.html" title="ATK - Accessibility Toolkit">
|
9
|
+
<link rel="prev" href="api-index-full.html" title="Index of all symbols">
|
10
|
+
<link rel="next" href="api-index-1-3.html" title="Index of new symbols in 1.3">
|
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"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
+
<td><a accesskey="p" href="api-index-full.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="api-index-1-3.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="index">
|
23
|
+
<div class="titlepage"><div><div><h1 class="title">
|
24
|
+
<a name="api-index-deprecated"></a>Index of deprecated symbols</h1></div></div></div>
|
25
|
+
<div class="index"><div class="indexdiv">
|
26
|
+
<h3>A</h3>
|
27
|
+
<dl>
|
28
|
+
<dt>AtkFocusHandler, <a class="indexterm" href="AtkComponent.html#AtkFocusHandler">AtkFocusHandler ()</a>
|
29
|
+
</dt>
|
30
|
+
<dt>AtkHyperlink:selected-link, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--selected-link">The “selected-link” property</a>
|
31
|
+
</dt>
|
32
|
+
<dt>AtkObject::focus-event, <a class="indexterm" href="AtkObject.html#AtkObject-focus-event">The “focus-event” signal</a>
|
33
|
+
</dt>
|
34
|
+
<dt>AtkObject:accessible-table-caption, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-caption">The “accessible-table-caption” property</a>
|
35
|
+
</dt>
|
36
|
+
<dt>AtkObject:accessible-table-column-description, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-column-description">The “accessible-table-column-description” property</a>
|
37
|
+
</dt>
|
38
|
+
<dt>AtkObject:accessible-table-column-header, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-column-header">The “accessible-table-column-header” property</a>
|
39
|
+
</dt>
|
40
|
+
<dt>AtkObject:accessible-table-row-description, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-row-description">The “accessible-table-row-description” property</a>
|
41
|
+
</dt>
|
42
|
+
<dt>AtkObject:accessible-table-row-header, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-row-header">The “accessible-table-row-header” property</a>
|
43
|
+
</dt>
|
44
|
+
<dt>AtkObject:accessible-value, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-value">The “accessible-value” property</a>
|
45
|
+
</dt>
|
46
|
+
<dt>AtkPropertyChangeHandler, <a class="indexterm" href="AtkObject.html#AtkPropertyChangeHandler">AtkPropertyChangeHandler ()</a>
|
47
|
+
</dt>
|
48
|
+
<dt>AtkText::text-changed, <a class="indexterm" href="AtkText.html#AtkText-text-changed">The “text-changed” signal</a>
|
49
|
+
</dt>
|
50
|
+
<dt>atk_add_focus_tracker, <a class="indexterm" href="AtkUtil.html#atk-add-focus-tracker">atk_add_focus_tracker ()</a>
|
51
|
+
</dt>
|
52
|
+
<dt>atk_component_add_focus_handler, <a class="indexterm" href="AtkComponent.html#atk-component-add-focus-handler">atk_component_add_focus_handler ()</a>
|
53
|
+
</dt>
|
54
|
+
<dt>atk_component_get_position, <a class="indexterm" href="AtkComponent.html#atk-component-get-position">atk_component_get_position ()</a>
|
55
|
+
</dt>
|
56
|
+
<dt>atk_component_get_size, <a class="indexterm" href="AtkComponent.html#atk-component-get-size">atk_component_get_size ()</a>
|
57
|
+
</dt>
|
58
|
+
<dt>atk_component_remove_focus_handler, <a class="indexterm" href="AtkComponent.html#atk-component-remove-focus-handler">atk_component_remove_focus_handler ()</a>
|
59
|
+
</dt>
|
60
|
+
<dt>atk_document_get_document, <a class="indexterm" href="AtkDocument.html#atk-document-get-document">atk_document_get_document ()</a>
|
61
|
+
</dt>
|
62
|
+
<dt>atk_document_get_document_type, <a class="indexterm" href="AtkDocument.html#atk-document-get-document-type">atk_document_get_document_type ()</a>
|
63
|
+
</dt>
|
64
|
+
<dt>atk_document_get_locale, <a class="indexterm" href="AtkDocument.html#atk-document-get-locale">atk_document_get_locale ()</a>
|
65
|
+
</dt>
|
66
|
+
<dt>atk_focus_tracker_init, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-init">atk_focus_tracker_init ()</a>
|
67
|
+
</dt>
|
68
|
+
<dt>atk_focus_tracker_notify, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-notify">atk_focus_tracker_notify ()</a>
|
69
|
+
</dt>
|
70
|
+
<dt>atk_hyperlink_is_selected_link, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-selected-link">atk_hyperlink_is_selected_link ()</a>
|
71
|
+
</dt>
|
72
|
+
<dt>atk_misc_get_instance, <a class="indexterm" href="AtkMisc.html#atk-misc-get-instance">atk_misc_get_instance ()</a>
|
73
|
+
</dt>
|
74
|
+
<dt>atk_misc_threads_enter, <a class="indexterm" href="AtkMisc.html#atk-misc-threads-enter">atk_misc_threads_enter ()</a>
|
75
|
+
</dt>
|
76
|
+
<dt>atk_misc_threads_leave, <a class="indexterm" href="AtkMisc.html#atk-misc-threads-leave">atk_misc_threads_leave ()</a>
|
77
|
+
</dt>
|
78
|
+
<dt>atk_object_connect_property_change_handler, <a class="indexterm" href="AtkObject.html#atk-object-connect-property-change-handler">atk_object_connect_property_change_handler ()</a>
|
79
|
+
</dt>
|
80
|
+
<dt>atk_object_get_layer, <a class="indexterm" href="AtkObject.html#atk-object-get-layer">atk_object_get_layer ()</a>
|
81
|
+
</dt>
|
82
|
+
<dt>atk_object_get_mdi_zorder, <a class="indexterm" href="AtkObject.html#atk-object-get-mdi-zorder">atk_object_get_mdi_zorder ()</a>
|
83
|
+
</dt>
|
84
|
+
<dt>atk_object_remove_property_change_handler, <a class="indexterm" href="AtkObject.html#atk-object-remove-property-change-handler">atk_object_remove_property_change_handler ()</a>
|
85
|
+
</dt>
|
86
|
+
<dt>atk_remove_focus_tracker, <a class="indexterm" href="AtkUtil.html#atk-remove-focus-tracker">atk_remove_focus_tracker ()</a>
|
87
|
+
</dt>
|
88
|
+
<dt>atk_role_register, <a class="indexterm" href="AtkObject.html#atk-role-register">atk_role_register ()</a>
|
89
|
+
</dt>
|
90
|
+
<dt>atk_table_get_column_at_index, <a class="indexterm" href="AtkTable.html#atk-table-get-column-at-index">atk_table_get_column_at_index ()</a>
|
91
|
+
</dt>
|
92
|
+
<dt>atk_table_get_index_at, <a class="indexterm" href="AtkTable.html#atk-table-get-index-at">atk_table_get_index_at ()</a>
|
93
|
+
</dt>
|
94
|
+
<dt>atk_table_get_row_at_index, <a class="indexterm" href="AtkTable.html#atk-table-get-row-at-index">atk_table_get_row_at_index ()</a>
|
95
|
+
</dt>
|
96
|
+
<dt>atk_text_get_text_after_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-after-offset">atk_text_get_text_after_offset ()</a>
|
97
|
+
</dt>
|
98
|
+
<dt>atk_text_get_text_at_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-at-offset">atk_text_get_text_at_offset ()</a>
|
99
|
+
</dt>
|
100
|
+
<dt>atk_text_get_text_before_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-before-offset">atk_text_get_text_before_offset ()</a>
|
101
|
+
</dt>
|
102
|
+
<dt>atk_value_get_current_value, <a class="indexterm" href="AtkValue.html#atk-value-get-current-value">atk_value_get_current_value ()</a>
|
103
|
+
</dt>
|
104
|
+
<dt>atk_value_get_maximum_value, <a class="indexterm" href="AtkValue.html#atk-value-get-maximum-value">atk_value_get_maximum_value ()</a>
|
105
|
+
</dt>
|
106
|
+
<dt>atk_value_get_minimum_increment, <a class="indexterm" href="AtkValue.html#atk-value-get-minimum-increment">atk_value_get_minimum_increment ()</a>
|
107
|
+
</dt>
|
108
|
+
<dt>atk_value_get_minimum_value, <a class="indexterm" href="AtkValue.html#atk-value-get-minimum-value">atk_value_get_minimum_value ()</a>
|
109
|
+
</dt>
|
110
|
+
<dt>atk_value_set_current_value, <a class="indexterm" href="AtkValue.html#atk-value-set-current-value">atk_value_set_current_value ()</a>
|
111
|
+
</dt>
|
112
|
+
</dl>
|
113
|
+
</div></div>
|
114
|
+
</div>
|
115
|
+
<div class="footer">
|
116
|
+
<hr>
|
117
|
+
Generated by GTK-Doc V1.21.1</div>
|
118
|
+
</body>
|
119
|
+
</html>
|
@@ -0,0 +1,775 @@
|
|
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: Index of all symbols</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="index.html" title="ATK - Accessibility Toolkit">
|
9
|
+
<link rel="prev" href="AtkMisc.html" title="AtkMisc">
|
10
|
+
<link rel="next" href="api-index-deprecated.html" title="Index of deprecated 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"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
+
<td><a accesskey="p" href="AtkMisc.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="api-index-deprecated.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="index">
|
23
|
+
<div class="titlepage"><div><div><h1 class="title">
|
24
|
+
<a name="api-index-full"></a>Index of all symbols</h1></div></div></div>
|
25
|
+
<div class="index"><div class="indexdiv">
|
26
|
+
<h3>A</h3>
|
27
|
+
<dl>
|
28
|
+
<dt>AtkAction, <a class="indexterm" href="AtkAction.html#AtkAction-struct">AtkAction</a>
|
29
|
+
</dt>
|
30
|
+
<dt>AtkActionIface, <a class="indexterm" href="AtkAction.html#AtkActionIface">struct AtkActionIface</a>
|
31
|
+
</dt>
|
32
|
+
<dt>AtkAttribute, <a class="indexterm" href="AtkObject.html#AtkAttribute">struct AtkAttribute</a>
|
33
|
+
</dt>
|
34
|
+
<dt>AtkAttributeSet, <a class="indexterm" href="AtkObject.html#AtkAttributeSet">AtkAttributeSet</a>
|
35
|
+
</dt>
|
36
|
+
<dt>AtkComponent, <a class="indexterm" href="AtkComponent.html#AtkComponent-struct">AtkComponent</a>
|
37
|
+
</dt>
|
38
|
+
<dt>AtkComponent::bounds-changed, <a class="indexterm" href="AtkComponent.html#AtkComponent-bounds-changed">The “bounds-changed” signal</a>
|
39
|
+
</dt>
|
40
|
+
<dt>AtkComponentIface, <a class="indexterm" href="AtkComponent.html#AtkComponentIface">struct AtkComponentIface</a>
|
41
|
+
</dt>
|
42
|
+
<dt>AtkCoordType, <a class="indexterm" href="AtkUtil.html#AtkCoordType">enum AtkCoordType</a>
|
43
|
+
</dt>
|
44
|
+
<dt>AtkDocument, <a class="indexterm" href="AtkDocument.html#AtkDocument-struct">AtkDocument</a>
|
45
|
+
</dt>
|
46
|
+
<dt>AtkDocument::load-complete, <a class="indexterm" href="AtkDocument.html#AtkDocument-load-complete">The “load-complete” signal</a>
|
47
|
+
</dt>
|
48
|
+
<dt>AtkDocument::load-stopped, <a class="indexterm" href="AtkDocument.html#AtkDocument-load-stopped">The “load-stopped” signal</a>
|
49
|
+
</dt>
|
50
|
+
<dt>AtkDocument::page-changed, <a class="indexterm" href="AtkDocument.html#AtkDocument-page-changed">The “page-changed” signal</a>
|
51
|
+
</dt>
|
52
|
+
<dt>AtkDocument::reload, <a class="indexterm" href="AtkDocument.html#AtkDocument-reload">The “reload” signal</a>
|
53
|
+
</dt>
|
54
|
+
<dt>AtkDocumentIface, <a class="indexterm" href="AtkDocument.html#AtkDocumentIface">struct AtkDocumentIface</a>
|
55
|
+
</dt>
|
56
|
+
<dt>AtkEditableText, <a class="indexterm" href="AtkEditableText.html#AtkEditableText-struct">AtkEditableText</a>
|
57
|
+
</dt>
|
58
|
+
<dt>AtkEventListener, <a class="indexterm" href="AtkUtil.html#AtkEventListener">AtkEventListener ()</a>
|
59
|
+
</dt>
|
60
|
+
<dt>AtkEventListenerInit, <a class="indexterm" href="AtkUtil.html#AtkEventListenerInit">AtkEventListenerInit ()</a>
|
61
|
+
</dt>
|
62
|
+
<dt>AtkFocusHandler, <a class="indexterm" href="AtkComponent.html#AtkFocusHandler">AtkFocusHandler ()</a>
|
63
|
+
</dt>
|
64
|
+
<dt>AtkFunction, <a class="indexterm" href="AtkObject.html#AtkFunction">AtkFunction ()</a>
|
65
|
+
</dt>
|
66
|
+
<dt>AtkGObjectAccessible, <a class="indexterm" href="AtkGObjectAccessible.html#AtkGObjectAccessible-struct">struct AtkGObjectAccessible</a>
|
67
|
+
</dt>
|
68
|
+
<dt>AtkHyperlink, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink-struct">struct AtkHyperlink</a>
|
69
|
+
</dt>
|
70
|
+
<dt>AtkHyperlink::link-activated, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink-link-activated">The “link-activated” signal</a>
|
71
|
+
</dt>
|
72
|
+
<dt>AtkHyperlink:end-index, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--end-index">The “end-index” property</a>
|
73
|
+
</dt>
|
74
|
+
<dt>AtkHyperlink:number-of-anchors, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--number-of-anchors">The “number-of-anchors” property</a>
|
75
|
+
</dt>
|
76
|
+
<dt>AtkHyperlink:selected-link, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--selected-link">The “selected-link” property</a>
|
77
|
+
</dt>
|
78
|
+
<dt>AtkHyperlink:start-index, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--start-index">The “start-index” property</a>
|
79
|
+
</dt>
|
80
|
+
<dt>AtkHyperlinkImpl, <a class="indexterm" href="atk-AtkHyperlinkImpl.html#AtkHyperlinkImpl">AtkHyperlinkImpl</a>
|
81
|
+
</dt>
|
82
|
+
<dt>AtkHyperlinkStateFlags, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlinkStateFlags">enum AtkHyperlinkStateFlags</a>
|
83
|
+
</dt>
|
84
|
+
<dt>AtkHypertext, <a class="indexterm" href="AtkHypertext.html#AtkHypertext-struct">AtkHypertext</a>
|
85
|
+
</dt>
|
86
|
+
<dt>AtkHypertext::link-selected, <a class="indexterm" href="AtkHypertext.html#AtkHypertext-link-selected">The “link-selected” signal</a>
|
87
|
+
</dt>
|
88
|
+
<dt>AtkImage, <a class="indexterm" href="AtkImage.html#AtkImage-struct">AtkImage</a>
|
89
|
+
</dt>
|
90
|
+
<dt>AtkImplementor, <a class="indexterm" href="AtkObject.html#AtkImplementor">AtkImplementor</a>
|
91
|
+
</dt>
|
92
|
+
<dt>AtkKeyEventStruct, <a class="indexterm" href="AtkUtil.html#AtkKeyEventStruct">struct AtkKeyEventStruct</a>
|
93
|
+
</dt>
|
94
|
+
<dt>AtkKeyEventType, <a class="indexterm" href="AtkUtil.html#AtkKeyEventType">enum AtkKeyEventType</a>
|
95
|
+
</dt>
|
96
|
+
<dt>AtkKeySnoopFunc, <a class="indexterm" href="AtkUtil.html#AtkKeySnoopFunc">AtkKeySnoopFunc ()</a>
|
97
|
+
</dt>
|
98
|
+
<dt>AtkLayer, <a class="indexterm" href="AtkObject.html#AtkLayer">enum AtkLayer</a>
|
99
|
+
</dt>
|
100
|
+
<dt>AtkMisc, <a class="indexterm" href="AtkMisc.html#AtkMisc-struct">struct AtkMisc</a>
|
101
|
+
</dt>
|
102
|
+
<dt>AtkNoOpObject, <a class="indexterm" href="AtkNoOpObject.html#AtkNoOpObject-struct">struct AtkNoOpObject</a>
|
103
|
+
</dt>
|
104
|
+
<dt>AtkNoOpObjectFactory, <a class="indexterm" href="AtkNoOpObjectFactory.html#AtkNoOpObjectFactory-struct">struct AtkNoOpObjectFactory</a>
|
105
|
+
</dt>
|
106
|
+
<dt>AtkObject, <a class="indexterm" href="AtkObject.html#AtkObject-struct">struct AtkObject</a>
|
107
|
+
</dt>
|
108
|
+
<dt>AtkObject::active-descendant-changed, <a class="indexterm" href="AtkObject.html#AtkObject-active-descendant-changed">The “active-descendant-changed” signal</a>
|
109
|
+
</dt>
|
110
|
+
<dt>AtkObject::children-changed, <a class="indexterm" href="AtkObject.html#AtkObject-children-changed">The “children-changed” signal</a>
|
111
|
+
</dt>
|
112
|
+
<dt>AtkObject::focus-event, <a class="indexterm" href="AtkObject.html#AtkObject-focus-event">The “focus-event” signal</a>
|
113
|
+
</dt>
|
114
|
+
<dt>AtkObject::property-change, <a class="indexterm" href="AtkObject.html#AtkObject-property-change">The “property-change” signal</a>
|
115
|
+
</dt>
|
116
|
+
<dt>AtkObject::state-change, <a class="indexterm" href="AtkObject.html#AtkObject-state-change">The “state-change” signal</a>
|
117
|
+
</dt>
|
118
|
+
<dt>AtkObject::visible-data-changed, <a class="indexterm" href="AtkObject.html#AtkObject-visible-data-changed">The “visible-data-changed” signal</a>
|
119
|
+
</dt>
|
120
|
+
<dt>AtkObject:accessible-component-layer, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-component-layer">The “accessible-component-layer” property</a>
|
121
|
+
</dt>
|
122
|
+
<dt>AtkObject:accessible-component-mdi-zorder, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-component-mdi-zorder">The “accessible-component-mdi-zorder” property</a>
|
123
|
+
</dt>
|
124
|
+
<dt>AtkObject:accessible-description, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-description">The “accessible-description” property</a>
|
125
|
+
</dt>
|
126
|
+
<dt>AtkObject:accessible-hypertext-nlinks, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-hypertext-nlinks">The “accessible-hypertext-nlinks” property</a>
|
127
|
+
</dt>
|
128
|
+
<dt>AtkObject:accessible-name, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-name">The “accessible-name” property</a>
|
129
|
+
</dt>
|
130
|
+
<dt>AtkObject:accessible-parent, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-parent">The “accessible-parent” property</a>
|
131
|
+
</dt>
|
132
|
+
<dt>AtkObject:accessible-role, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-role">The “accessible-role” property</a>
|
133
|
+
</dt>
|
134
|
+
<dt>AtkObject:accessible-table-caption, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-caption">The “accessible-table-caption” property</a>
|
135
|
+
</dt>
|
136
|
+
<dt>AtkObject:accessible-table-caption-object, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-caption-object">The “accessible-table-caption-object” property</a>
|
137
|
+
</dt>
|
138
|
+
<dt>AtkObject:accessible-table-column-description, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-column-description">The “accessible-table-column-description” property</a>
|
139
|
+
</dt>
|
140
|
+
<dt>AtkObject:accessible-table-column-header, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-column-header">The “accessible-table-column-header” property</a>
|
141
|
+
</dt>
|
142
|
+
<dt>AtkObject:accessible-table-row-description, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-row-description">The “accessible-table-row-description” property</a>
|
143
|
+
</dt>
|
144
|
+
<dt>AtkObject:accessible-table-row-header, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-row-header">The “accessible-table-row-header” property</a>
|
145
|
+
</dt>
|
146
|
+
<dt>AtkObject:accessible-table-summary, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-summary">The “accessible-table-summary” property</a>
|
147
|
+
</dt>
|
148
|
+
<dt>AtkObject:accessible-value, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-value">The “accessible-value” property</a>
|
149
|
+
</dt>
|
150
|
+
<dt>AtkObjectFactory, <a class="indexterm" href="AtkObjectFactory.html#AtkObjectFactory-struct">struct AtkObjectFactory</a>
|
151
|
+
</dt>
|
152
|
+
<dt>AtkPlug, <a class="indexterm" href="atk-AtkPlug.html#AtkPlug">struct AtkPlug</a>
|
153
|
+
</dt>
|
154
|
+
<dt>AtkPropertyChangeHandler, <a class="indexterm" href="AtkObject.html#AtkPropertyChangeHandler">AtkPropertyChangeHandler ()</a>
|
155
|
+
</dt>
|
156
|
+
<dt>AtkPropertyValues, <a class="indexterm" href="AtkObject.html#AtkPropertyValues">AtkPropertyValues</a>
|
157
|
+
</dt>
|
158
|
+
<dt>AtkRectangle, <a class="indexterm" href="AtkComponent.html#AtkRectangle">struct AtkRectangle</a>
|
159
|
+
</dt>
|
160
|
+
<dt>AtkRegistry, <a class="indexterm" href="AtkRegistry.html#AtkRegistry-struct">AtkRegistry</a>
|
161
|
+
</dt>
|
162
|
+
<dt>AtkRelation, <a class="indexterm" href="AtkRelation.html#AtkRelation-struct">struct AtkRelation</a>
|
163
|
+
</dt>
|
164
|
+
<dt>AtkRelation:relation-type, <a class="indexterm" href="AtkRelation.html#AtkRelation--relation-type">The “relation-type” property</a>
|
165
|
+
</dt>
|
166
|
+
<dt>AtkRelation:target, <a class="indexterm" href="AtkRelation.html#AtkRelation--target">The “target” property</a>
|
167
|
+
</dt>
|
168
|
+
<dt>AtkRelationSet, <a class="indexterm" href="AtkRelationSet.html#AtkRelationSet-struct">AtkRelationSet</a>
|
169
|
+
</dt>
|
170
|
+
<dt>AtkRelationType, <a class="indexterm" href="AtkRelation.html#AtkRelationType">enum AtkRelationType</a>
|
171
|
+
</dt>
|
172
|
+
<dt>AtkRole, <a class="indexterm" href="AtkObject.html#AtkRole">enum AtkRole</a>
|
173
|
+
</dt>
|
174
|
+
<dt>AtkSelection, <a class="indexterm" href="AtkSelection.html#AtkSelection-struct">AtkSelection</a>
|
175
|
+
</dt>
|
176
|
+
<dt>AtkSelection::selection-changed, <a class="indexterm" href="AtkSelection.html#AtkSelection-selection-changed">The “selection-changed” signal</a>
|
177
|
+
</dt>
|
178
|
+
<dt>AtkSocket, <a class="indexterm" href="atk-AtkSocket.html#AtkSocket">struct AtkSocket</a>
|
179
|
+
</dt>
|
180
|
+
<dt>AtkState, <a class="indexterm" href="atk-AtkState.html#AtkState">AtkState</a>
|
181
|
+
</dt>
|
182
|
+
<dt>AtkStateSet, <a class="indexterm" href="AtkStateSet.html#AtkStateSet-struct">AtkStateSet</a>
|
183
|
+
</dt>
|
184
|
+
<dt>AtkStateType, <a class="indexterm" href="atk-AtkState.html#AtkStateType">enum AtkStateType</a>
|
185
|
+
</dt>
|
186
|
+
<dt>AtkStreamableContent, <a class="indexterm" href="AtkStreamableContent.html#AtkStreamableContent-struct">AtkStreamableContent</a>
|
187
|
+
</dt>
|
188
|
+
<dt>AtkTable, <a class="indexterm" href="AtkTable.html#AtkTable-struct">AtkTable</a>
|
189
|
+
</dt>
|
190
|
+
<dt>AtkTable::column-deleted, <a class="indexterm" href="AtkTable.html#AtkTable-column-deleted">The “column-deleted” signal</a>
|
191
|
+
</dt>
|
192
|
+
<dt>AtkTable::column-inserted, <a class="indexterm" href="AtkTable.html#AtkTable-column-inserted">The “column-inserted” signal</a>
|
193
|
+
</dt>
|
194
|
+
<dt>AtkTable::column-reordered, <a class="indexterm" href="AtkTable.html#AtkTable-column-reordered">The “column-reordered” signal</a>
|
195
|
+
</dt>
|
196
|
+
<dt>AtkTable::model-changed, <a class="indexterm" href="AtkTable.html#AtkTable-model-changed">The “model-changed” signal</a>
|
197
|
+
</dt>
|
198
|
+
<dt>AtkTable::row-deleted, <a class="indexterm" href="AtkTable.html#AtkTable-row-deleted">The “row-deleted” signal</a>
|
199
|
+
</dt>
|
200
|
+
<dt>AtkTable::row-inserted, <a class="indexterm" href="AtkTable.html#AtkTable-row-inserted">The “row-inserted” signal</a>
|
201
|
+
</dt>
|
202
|
+
<dt>AtkTable::row-reordered, <a class="indexterm" href="AtkTable.html#AtkTable-row-reordered">The “row-reordered” signal</a>
|
203
|
+
</dt>
|
204
|
+
<dt>AtkTableCell, <a class="indexterm" href="AtkTableCell.html#AtkTableCell-struct">AtkTableCell</a>
|
205
|
+
</dt>
|
206
|
+
<dt>AtkTableCellIface, <a class="indexterm" href="AtkTableCell.html#AtkTableCellIface">struct AtkTableCellIface</a>
|
207
|
+
</dt>
|
208
|
+
<dt>AtkText, <a class="indexterm" href="AtkText.html#AtkText-struct">AtkText</a>
|
209
|
+
</dt>
|
210
|
+
<dt>AtkText::text-attributes-changed, <a class="indexterm" href="AtkText.html#AtkText-text-attributes-changed">The “text-attributes-changed” signal</a>
|
211
|
+
</dt>
|
212
|
+
<dt>AtkText::text-caret-moved, <a class="indexterm" href="AtkText.html#AtkText-text-caret-moved">The “text-caret-moved” signal</a>
|
213
|
+
</dt>
|
214
|
+
<dt>AtkText::text-changed, <a class="indexterm" href="AtkText.html#AtkText-text-changed">The “text-changed” signal</a>
|
215
|
+
</dt>
|
216
|
+
<dt>AtkText::text-insert, <a class="indexterm" href="AtkText.html#AtkText-text-insert">The “text-insert” signal</a>
|
217
|
+
</dt>
|
218
|
+
<dt>AtkText::text-remove, <a class="indexterm" href="AtkText.html#AtkText-text-remove">The “text-remove” signal</a>
|
219
|
+
</dt>
|
220
|
+
<dt>AtkText::text-selection-changed, <a class="indexterm" href="AtkText.html#AtkText-text-selection-changed">The “text-selection-changed” signal</a>
|
221
|
+
</dt>
|
222
|
+
<dt>AtkTextAttribute, <a class="indexterm" href="AtkText.html#AtkTextAttribute">enum AtkTextAttribute</a>
|
223
|
+
</dt>
|
224
|
+
<dt>AtkTextBoundary, <a class="indexterm" href="AtkText.html#AtkTextBoundary">enum AtkTextBoundary</a>
|
225
|
+
</dt>
|
226
|
+
<dt>AtkTextClipType, <a class="indexterm" href="AtkText.html#AtkTextClipType">enum AtkTextClipType</a>
|
227
|
+
</dt>
|
228
|
+
<dt>AtkTextGranularity, <a class="indexterm" href="AtkText.html#AtkTextGranularity">enum AtkTextGranularity</a>
|
229
|
+
</dt>
|
230
|
+
<dt>AtkTextIface, <a class="indexterm" href="AtkText.html#AtkTextIface">struct AtkTextIface</a>
|
231
|
+
</dt>
|
232
|
+
<dt>AtkTextRange, <a class="indexterm" href="AtkText.html#AtkTextRange">struct AtkTextRange</a>
|
233
|
+
</dt>
|
234
|
+
<dt>AtkTextRectangle, <a class="indexterm" href="AtkText.html#AtkTextRectangle">struct AtkTextRectangle</a>
|
235
|
+
</dt>
|
236
|
+
<dt>AtkUtil, <a class="indexterm" href="AtkUtil.html#AtkUtil-struct">struct AtkUtil</a>
|
237
|
+
</dt>
|
238
|
+
<dt>AtkUtilClass, <a class="indexterm" href="AtkUtil.html#AtkUtilClass">struct AtkUtilClass</a>
|
239
|
+
</dt>
|
240
|
+
<dt>AtkValue, <a class="indexterm" href="AtkValue.html#AtkValue-struct">AtkValue</a>
|
241
|
+
</dt>
|
242
|
+
<dt>AtkValue::value-changed, <a class="indexterm" href="AtkValue.html#AtkValue-value-changed">The “value-changed” signal</a>
|
243
|
+
</dt>
|
244
|
+
<dt>AtkWindow, <a class="indexterm" href="AtkWindow.html#AtkWindow-struct">AtkWindow</a>
|
245
|
+
</dt>
|
246
|
+
<dt>AtkWindow::activate, <a class="indexterm" href="AtkWindow.html#AtkWindow-activate">The “activate” signal</a>
|
247
|
+
</dt>
|
248
|
+
<dt>AtkWindow::create, <a class="indexterm" href="AtkWindow.html#AtkWindow-create">The “create” signal</a>
|
249
|
+
</dt>
|
250
|
+
<dt>AtkWindow::deactivate, <a class="indexterm" href="AtkWindow.html#AtkWindow-deactivate">The “deactivate” signal</a>
|
251
|
+
</dt>
|
252
|
+
<dt>AtkWindow::destroy, <a class="indexterm" href="AtkWindow.html#AtkWindow-destroy">The “destroy” signal</a>
|
253
|
+
</dt>
|
254
|
+
<dt>AtkWindow::maximize, <a class="indexterm" href="AtkWindow.html#AtkWindow-maximize">The “maximize” signal</a>
|
255
|
+
</dt>
|
256
|
+
<dt>AtkWindow::minimize, <a class="indexterm" href="AtkWindow.html#AtkWindow-minimize">The “minimize” signal</a>
|
257
|
+
</dt>
|
258
|
+
<dt>AtkWindow::move, <a class="indexterm" href="AtkWindow.html#AtkWindow-move">The “move” signal</a>
|
259
|
+
</dt>
|
260
|
+
<dt>AtkWindow::resize, <a class="indexterm" href="AtkWindow.html#AtkWindow-resize">The “resize” signal</a>
|
261
|
+
</dt>
|
262
|
+
<dt>AtkWindow::restore, <a class="indexterm" href="AtkWindow.html#AtkWindow-restore">The “restore” signal</a>
|
263
|
+
</dt>
|
264
|
+
<dt>atk_action_do_action, <a class="indexterm" href="AtkAction.html#atk-action-do-action">atk_action_do_action ()</a>
|
265
|
+
</dt>
|
266
|
+
<dt>atk_action_get_description, <a class="indexterm" href="AtkAction.html#atk-action-get-description">atk_action_get_description ()</a>
|
267
|
+
</dt>
|
268
|
+
<dt>atk_action_get_keybinding, <a class="indexterm" href="AtkAction.html#atk-action-get-keybinding">atk_action_get_keybinding ()</a>
|
269
|
+
</dt>
|
270
|
+
<dt>atk_action_get_localized_name, <a class="indexterm" href="AtkAction.html#atk-action-get-localized-name">atk_action_get_localized_name ()</a>
|
271
|
+
</dt>
|
272
|
+
<dt>atk_action_get_name, <a class="indexterm" href="AtkAction.html#atk-action-get-name">atk_action_get_name ()</a>
|
273
|
+
</dt>
|
274
|
+
<dt>atk_action_get_n_actions, <a class="indexterm" href="AtkAction.html#atk-action-get-n-actions">atk_action_get_n_actions ()</a>
|
275
|
+
</dt>
|
276
|
+
<dt>atk_action_set_description, <a class="indexterm" href="AtkAction.html#atk-action-set-description">atk_action_set_description ()</a>
|
277
|
+
</dt>
|
278
|
+
<dt>atk_add_focus_tracker, <a class="indexterm" href="AtkUtil.html#atk-add-focus-tracker">atk_add_focus_tracker ()</a>
|
279
|
+
</dt>
|
280
|
+
<dt>atk_add_global_event_listener, <a class="indexterm" href="AtkUtil.html#atk-add-global-event-listener">atk_add_global_event_listener ()</a>
|
281
|
+
</dt>
|
282
|
+
<dt>atk_add_key_event_listener, <a class="indexterm" href="AtkUtil.html#atk-add-key-event-listener">atk_add_key_event_listener ()</a>
|
283
|
+
</dt>
|
284
|
+
<dt>atk_attribute_set_free, <a class="indexterm" href="AtkText.html#atk-attribute-set-free">atk_attribute_set_free ()</a>
|
285
|
+
</dt>
|
286
|
+
<dt>ATK_BINARY_AGE, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-BINARY-AGE:CAPS">ATK_BINARY_AGE</a>
|
287
|
+
</dt>
|
288
|
+
<dt>ATK_CHECK_VERSION, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-CHECK-VERSION:CAPS">ATK_CHECK_VERSION()</a>
|
289
|
+
</dt>
|
290
|
+
<dt>atk_component_add_focus_handler, <a class="indexterm" href="AtkComponent.html#atk-component-add-focus-handler">atk_component_add_focus_handler ()</a>
|
291
|
+
</dt>
|
292
|
+
<dt>atk_component_contains, <a class="indexterm" href="AtkComponent.html#atk-component-contains">atk_component_contains ()</a>
|
293
|
+
</dt>
|
294
|
+
<dt>atk_component_get_alpha, <a class="indexterm" href="AtkComponent.html#atk-component-get-alpha">atk_component_get_alpha ()</a>
|
295
|
+
</dt>
|
296
|
+
<dt>atk_component_get_extents, <a class="indexterm" href="AtkComponent.html#atk-component-get-extents">atk_component_get_extents ()</a>
|
297
|
+
</dt>
|
298
|
+
<dt>atk_component_get_layer, <a class="indexterm" href="AtkComponent.html#atk-component-get-layer">atk_component_get_layer ()</a>
|
299
|
+
</dt>
|
300
|
+
<dt>atk_component_get_mdi_zorder, <a class="indexterm" href="AtkComponent.html#atk-component-get-mdi-zorder">atk_component_get_mdi_zorder ()</a>
|
301
|
+
</dt>
|
302
|
+
<dt>atk_component_get_position, <a class="indexterm" href="AtkComponent.html#atk-component-get-position">atk_component_get_position ()</a>
|
303
|
+
</dt>
|
304
|
+
<dt>atk_component_get_size, <a class="indexterm" href="AtkComponent.html#atk-component-get-size">atk_component_get_size ()</a>
|
305
|
+
</dt>
|
306
|
+
<dt>atk_component_grab_focus, <a class="indexterm" href="AtkComponent.html#atk-component-grab-focus">atk_component_grab_focus ()</a>
|
307
|
+
</dt>
|
308
|
+
<dt>atk_component_ref_accessible_at_point, <a class="indexterm" href="AtkComponent.html#atk-component-ref-accessible-at-point">atk_component_ref_accessible_at_point ()</a>
|
309
|
+
</dt>
|
310
|
+
<dt>atk_component_remove_focus_handler, <a class="indexterm" href="AtkComponent.html#atk-component-remove-focus-handler">atk_component_remove_focus_handler ()</a>
|
311
|
+
</dt>
|
312
|
+
<dt>atk_component_set_extents, <a class="indexterm" href="AtkComponent.html#atk-component-set-extents">atk_component_set_extents ()</a>
|
313
|
+
</dt>
|
314
|
+
<dt>atk_component_set_position, <a class="indexterm" href="AtkComponent.html#atk-component-set-position">atk_component_set_position ()</a>
|
315
|
+
</dt>
|
316
|
+
<dt>atk_component_set_size, <a class="indexterm" href="AtkComponent.html#atk-component-set-size">atk_component_set_size ()</a>
|
317
|
+
</dt>
|
318
|
+
<dt>ATK_DEFINE_ABSTRACT_TYPE, <a class="indexterm" href="AtkUtil.html#ATK-DEFINE-ABSTRACT-TYPE:CAPS">ATK_DEFINE_ABSTRACT_TYPE()</a>
|
319
|
+
</dt>
|
320
|
+
<dt>ATK_DEFINE_ABSTRACT_TYPE_WITH_CODE, <a class="indexterm" href="AtkUtil.html#ATK-DEFINE-ABSTRACT-TYPE-WITH-CODE:CAPS">ATK_DEFINE_ABSTRACT_TYPE_WITH_CODE()</a>
|
321
|
+
</dt>
|
322
|
+
<dt>ATK_DEFINE_TYPE, <a class="indexterm" href="AtkUtil.html#ATK-DEFINE-TYPE:CAPS">ATK_DEFINE_TYPE()</a>
|
323
|
+
</dt>
|
324
|
+
<dt>ATK_DEFINE_TYPE_EXTENDED, <a class="indexterm" href="AtkUtil.html#ATK-DEFINE-TYPE-EXTENDED:CAPS">ATK_DEFINE_TYPE_EXTENDED()</a>
|
325
|
+
</dt>
|
326
|
+
<dt>ATK_DEFINE_TYPE_WITH_CODE, <a class="indexterm" href="AtkUtil.html#ATK-DEFINE-TYPE-WITH-CODE:CAPS">ATK_DEFINE_TYPE_WITH_CODE()</a>
|
327
|
+
</dt>
|
328
|
+
<dt>atk_document_get_attributes, <a class="indexterm" href="AtkDocument.html#atk-document-get-attributes">atk_document_get_attributes ()</a>
|
329
|
+
</dt>
|
330
|
+
<dt>atk_document_get_attribute_value, <a class="indexterm" href="AtkDocument.html#atk-document-get-attribute-value">atk_document_get_attribute_value ()</a>
|
331
|
+
</dt>
|
332
|
+
<dt>atk_document_get_current_page_number, <a class="indexterm" href="AtkDocument.html#atk-document-get-current-page-number">atk_document_get_current_page_number ()</a>
|
333
|
+
</dt>
|
334
|
+
<dt>atk_document_get_document, <a class="indexterm" href="AtkDocument.html#atk-document-get-document">atk_document_get_document ()</a>
|
335
|
+
</dt>
|
336
|
+
<dt>atk_document_get_document_type, <a class="indexterm" href="AtkDocument.html#atk-document-get-document-type">atk_document_get_document_type ()</a>
|
337
|
+
</dt>
|
338
|
+
<dt>atk_document_get_locale, <a class="indexterm" href="AtkDocument.html#atk-document-get-locale">atk_document_get_locale ()</a>
|
339
|
+
</dt>
|
340
|
+
<dt>atk_document_get_page_count, <a class="indexterm" href="AtkDocument.html#atk-document-get-page-count">atk_document_get_page_count ()</a>
|
341
|
+
</dt>
|
342
|
+
<dt>atk_document_set_attribute_value, <a class="indexterm" href="AtkDocument.html#atk-document-set-attribute-value">atk_document_set_attribute_value ()</a>
|
343
|
+
</dt>
|
344
|
+
<dt>atk_editable_text_copy_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-copy-text">atk_editable_text_copy_text ()</a>
|
345
|
+
</dt>
|
346
|
+
<dt>atk_editable_text_cut_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-cut-text">atk_editable_text_cut_text ()</a>
|
347
|
+
</dt>
|
348
|
+
<dt>atk_editable_text_delete_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-delete-text">atk_editable_text_delete_text ()</a>
|
349
|
+
</dt>
|
350
|
+
<dt>atk_editable_text_insert_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-insert-text">atk_editable_text_insert_text ()</a>
|
351
|
+
</dt>
|
352
|
+
<dt>atk_editable_text_paste_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-paste-text">atk_editable_text_paste_text ()</a>
|
353
|
+
</dt>
|
354
|
+
<dt>atk_editable_text_set_run_attributes, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-set-run-attributes">atk_editable_text_set_run_attributes ()</a>
|
355
|
+
</dt>
|
356
|
+
<dt>atk_editable_text_set_text_contents, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-set-text-contents">atk_editable_text_set_text_contents ()</a>
|
357
|
+
</dt>
|
358
|
+
<dt>atk_focus_tracker_init, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-init">atk_focus_tracker_init ()</a>
|
359
|
+
</dt>
|
360
|
+
<dt>atk_focus_tracker_notify, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-notify">atk_focus_tracker_notify ()</a>
|
361
|
+
</dt>
|
362
|
+
<dt>atk_get_binary_age, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-binary-age">atk_get_binary_age ()</a>
|
363
|
+
</dt>
|
364
|
+
<dt>atk_get_default_registry, <a class="indexterm" href="AtkRegistry.html#atk-get-default-registry">atk_get_default_registry ()</a>
|
365
|
+
</dt>
|
366
|
+
<dt>atk_get_focus_object, <a class="indexterm" href="AtkUtil.html#atk-get-focus-object">atk_get_focus_object ()</a>
|
367
|
+
</dt>
|
368
|
+
<dt>atk_get_interface_age, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-interface-age">atk_get_interface_age ()</a>
|
369
|
+
</dt>
|
370
|
+
<dt>atk_get_major_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-major-version">atk_get_major_version ()</a>
|
371
|
+
</dt>
|
372
|
+
<dt>atk_get_micro_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-micro-version">atk_get_micro_version ()</a>
|
373
|
+
</dt>
|
374
|
+
<dt>atk_get_minor_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-minor-version">atk_get_minor_version ()</a>
|
375
|
+
</dt>
|
376
|
+
<dt>atk_get_root, <a class="indexterm" href="AtkUtil.html#atk-get-root">atk_get_root ()</a>
|
377
|
+
</dt>
|
378
|
+
<dt>atk_get_toolkit_name, <a class="indexterm" href="AtkUtil.html#atk-get-toolkit-name">atk_get_toolkit_name ()</a>
|
379
|
+
</dt>
|
380
|
+
<dt>atk_get_toolkit_version, <a class="indexterm" href="AtkUtil.html#atk-get-toolkit-version">atk_get_toolkit_version ()</a>
|
381
|
+
</dt>
|
382
|
+
<dt>atk_get_version, <a class="indexterm" href="AtkUtil.html#atk-get-version">atk_get_version ()</a>
|
383
|
+
</dt>
|
384
|
+
<dt>atk_gobject_accessible_for_object, <a class="indexterm" href="AtkGObjectAccessible.html#atk-gobject-accessible-for-object">atk_gobject_accessible_for_object ()</a>
|
385
|
+
</dt>
|
386
|
+
<dt>atk_gobject_accessible_get_object, <a class="indexterm" href="AtkGObjectAccessible.html#atk-gobject-accessible-get-object">atk_gobject_accessible_get_object ()</a>
|
387
|
+
</dt>
|
388
|
+
<dt>atk_hyperlink_get_end_index, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-end-index">atk_hyperlink_get_end_index ()</a>
|
389
|
+
</dt>
|
390
|
+
<dt>atk_hyperlink_get_n_anchors, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-n-anchors">atk_hyperlink_get_n_anchors ()</a>
|
391
|
+
</dt>
|
392
|
+
<dt>atk_hyperlink_get_object, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-object">atk_hyperlink_get_object ()</a>
|
393
|
+
</dt>
|
394
|
+
<dt>atk_hyperlink_get_start_index, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-start-index">atk_hyperlink_get_start_index ()</a>
|
395
|
+
</dt>
|
396
|
+
<dt>atk_hyperlink_get_uri, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-uri">atk_hyperlink_get_uri ()</a>
|
397
|
+
</dt>
|
398
|
+
<dt>atk_hyperlink_impl_get_hyperlink, <a class="indexterm" href="atk-AtkHyperlinkImpl.html#atk-hyperlink-impl-get-hyperlink">atk_hyperlink_impl_get_hyperlink ()</a>
|
399
|
+
</dt>
|
400
|
+
<dt>atk_hyperlink_is_inline, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-inline">atk_hyperlink_is_inline ()</a>
|
401
|
+
</dt>
|
402
|
+
<dt>atk_hyperlink_is_selected_link, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-selected-link">atk_hyperlink_is_selected_link ()</a>, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-selected-link">atk_hyperlink_is_selected_link ()</a>
|
403
|
+
</dt>
|
404
|
+
<dt>atk_hyperlink_is_valid, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-valid">atk_hyperlink_is_valid ()</a>
|
405
|
+
</dt>
|
406
|
+
<dt>atk_hypertext_get_link, <a class="indexterm" href="AtkHypertext.html#atk-hypertext-get-link">atk_hypertext_get_link ()</a>
|
407
|
+
</dt>
|
408
|
+
<dt>atk_hypertext_get_link_index, <a class="indexterm" href="AtkHypertext.html#atk-hypertext-get-link-index">atk_hypertext_get_link_index ()</a>
|
409
|
+
</dt>
|
410
|
+
<dt>atk_hypertext_get_n_links, <a class="indexterm" href="AtkHypertext.html#atk-hypertext-get-n-links">atk_hypertext_get_n_links ()</a>
|
411
|
+
</dt>
|
412
|
+
<dt>atk_image_get_image_description, <a class="indexterm" href="AtkImage.html#atk-image-get-image-description">atk_image_get_image_description ()</a>
|
413
|
+
</dt>
|
414
|
+
<dt>atk_image_get_image_locale, <a class="indexterm" href="AtkImage.html#atk-image-get-image-locale">atk_image_get_image_locale ()</a>
|
415
|
+
</dt>
|
416
|
+
<dt>atk_image_get_image_position, <a class="indexterm" href="AtkImage.html#atk-image-get-image-position">atk_image_get_image_position ()</a>
|
417
|
+
</dt>
|
418
|
+
<dt>atk_image_get_image_size, <a class="indexterm" href="AtkImage.html#atk-image-get-image-size">atk_image_get_image_size ()</a>
|
419
|
+
</dt>
|
420
|
+
<dt>atk_image_set_image_description, <a class="indexterm" href="AtkImage.html#atk-image-set-image-description">atk_image_set_image_description ()</a>
|
421
|
+
</dt>
|
422
|
+
<dt>atk_implementor_ref_accessible, <a class="indexterm" href="AtkObject.html#atk-implementor-ref-accessible">atk_implementor_ref_accessible ()</a>
|
423
|
+
</dt>
|
424
|
+
<dt>ATK_INTERFACE_AGE, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-INTERFACE-AGE:CAPS">ATK_INTERFACE_AGE</a>
|
425
|
+
</dt>
|
426
|
+
<dt>ATK_MAJOR_VERSION, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-MAJOR-VERSION:CAPS">ATK_MAJOR_VERSION</a>
|
427
|
+
</dt>
|
428
|
+
<dt>ATK_MICRO_VERSION, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-MICRO-VERSION:CAPS">ATK_MICRO_VERSION</a>
|
429
|
+
</dt>
|
430
|
+
<dt>ATK_MINOR_VERSION, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-MINOR-VERSION:CAPS">ATK_MINOR_VERSION</a>
|
431
|
+
</dt>
|
432
|
+
<dt>atk_misc_get_instance, <a class="indexterm" href="AtkMisc.html#atk-misc-get-instance">atk_misc_get_instance ()</a>, <a class="indexterm" href="AtkMisc.html#atk-misc-get-instance">atk_misc_get_instance ()</a>
|
433
|
+
</dt>
|
434
|
+
<dt>atk_misc_threads_enter, <a class="indexterm" href="AtkMisc.html#atk-misc-threads-enter">atk_misc_threads_enter ()</a>, <a class="indexterm" href="AtkMisc.html#atk-misc-threads-enter">atk_misc_threads_enter ()</a>
|
435
|
+
</dt>
|
436
|
+
<dt>atk_misc_threads_leave, <a class="indexterm" href="AtkMisc.html#atk-misc-threads-leave">atk_misc_threads_leave ()</a>, <a class="indexterm" href="AtkMisc.html#atk-misc-threads-leave">atk_misc_threads_leave ()</a>
|
437
|
+
</dt>
|
438
|
+
<dt>atk_no_op_object_factory_new, <a class="indexterm" href="AtkNoOpObjectFactory.html#atk-no-op-object-factory-new">atk_no_op_object_factory_new ()</a>
|
439
|
+
</dt>
|
440
|
+
<dt>atk_no_op_object_new, <a class="indexterm" href="AtkNoOpObject.html#atk-no-op-object-new">atk_no_op_object_new ()</a>
|
441
|
+
</dt>
|
442
|
+
<dt>atk_object_add_relationship, <a class="indexterm" href="AtkObject.html#atk-object-add-relationship">atk_object_add_relationship ()</a>
|
443
|
+
</dt>
|
444
|
+
<dt>atk_object_connect_property_change_handler, <a class="indexterm" href="AtkObject.html#atk-object-connect-property-change-handler">atk_object_connect_property_change_handler ()</a>
|
445
|
+
</dt>
|
446
|
+
<dt>atk_object_factory_create_accessible, <a class="indexterm" href="AtkObjectFactory.html#atk-object-factory-create-accessible">atk_object_factory_create_accessible ()</a>
|
447
|
+
</dt>
|
448
|
+
<dt>atk_object_factory_get_accessible_type, <a class="indexterm" href="AtkObjectFactory.html#atk-object-factory-get-accessible-type">atk_object_factory_get_accessible_type ()</a>
|
449
|
+
</dt>
|
450
|
+
<dt>atk_object_factory_invalidate, <a class="indexterm" href="AtkObjectFactory.html#atk-object-factory-invalidate">atk_object_factory_invalidate ()</a>
|
451
|
+
</dt>
|
452
|
+
<dt>atk_object_get_attributes, <a class="indexterm" href="AtkObject.html#atk-object-get-attributes">atk_object_get_attributes ()</a>
|
453
|
+
</dt>
|
454
|
+
<dt>atk_object_get_description, <a class="indexterm" href="AtkObject.html#atk-object-get-description">atk_object_get_description ()</a>
|
455
|
+
</dt>
|
456
|
+
<dt>atk_object_get_index_in_parent, <a class="indexterm" href="AtkObject.html#atk-object-get-index-in-parent">atk_object_get_index_in_parent ()</a>
|
457
|
+
</dt>
|
458
|
+
<dt>atk_object_get_layer, <a class="indexterm" href="AtkObject.html#atk-object-get-layer">atk_object_get_layer ()</a>
|
459
|
+
</dt>
|
460
|
+
<dt>atk_object_get_mdi_zorder, <a class="indexterm" href="AtkObject.html#atk-object-get-mdi-zorder">atk_object_get_mdi_zorder ()</a>
|
461
|
+
</dt>
|
462
|
+
<dt>atk_object_get_name, <a class="indexterm" href="AtkObject.html#atk-object-get-name">atk_object_get_name ()</a>
|
463
|
+
</dt>
|
464
|
+
<dt>atk_object_get_n_accessible_children, <a class="indexterm" href="AtkObject.html#atk-object-get-n-accessible-children">atk_object_get_n_accessible_children ()</a>
|
465
|
+
</dt>
|
466
|
+
<dt>atk_object_get_object_locale, <a class="indexterm" href="AtkObject.html#atk-object-get-object-locale">atk_object_get_object_locale ()</a>
|
467
|
+
</dt>
|
468
|
+
<dt>atk_object_get_parent, <a class="indexterm" href="AtkObject.html#atk-object-get-parent">atk_object_get_parent ()</a>
|
469
|
+
</dt>
|
470
|
+
<dt>atk_object_get_role, <a class="indexterm" href="AtkObject.html#atk-object-get-role">atk_object_get_role ()</a>
|
471
|
+
</dt>
|
472
|
+
<dt>atk_object_initialize, <a class="indexterm" href="AtkObject.html#atk-object-initialize">atk_object_initialize ()</a>
|
473
|
+
</dt>
|
474
|
+
<dt>atk_object_notify_state_change, <a class="indexterm" href="AtkObject.html#atk-object-notify-state-change">atk_object_notify_state_change ()</a>
|
475
|
+
</dt>
|
476
|
+
<dt>atk_object_peek_parent, <a class="indexterm" href="AtkObject.html#atk-object-peek-parent">atk_object_peek_parent ()</a>
|
477
|
+
</dt>
|
478
|
+
<dt>atk_object_ref_accessible_child, <a class="indexterm" href="AtkObject.html#atk-object-ref-accessible-child">atk_object_ref_accessible_child ()</a>
|
479
|
+
</dt>
|
480
|
+
<dt>atk_object_ref_relation_set, <a class="indexterm" href="AtkObject.html#atk-object-ref-relation-set">atk_object_ref_relation_set ()</a>
|
481
|
+
</dt>
|
482
|
+
<dt>atk_object_ref_state_set, <a class="indexterm" href="AtkObject.html#atk-object-ref-state-set">atk_object_ref_state_set ()</a>
|
483
|
+
</dt>
|
484
|
+
<dt>atk_object_remove_property_change_handler, <a class="indexterm" href="AtkObject.html#atk-object-remove-property-change-handler">atk_object_remove_property_change_handler ()</a>
|
485
|
+
</dt>
|
486
|
+
<dt>atk_object_remove_relationship, <a class="indexterm" href="AtkObject.html#atk-object-remove-relationship">atk_object_remove_relationship ()</a>
|
487
|
+
</dt>
|
488
|
+
<dt>atk_object_set_description, <a class="indexterm" href="AtkObject.html#atk-object-set-description">atk_object_set_description ()</a>
|
489
|
+
</dt>
|
490
|
+
<dt>atk_object_set_name, <a class="indexterm" href="AtkObject.html#atk-object-set-name">atk_object_set_name ()</a>
|
491
|
+
</dt>
|
492
|
+
<dt>atk_object_set_parent, <a class="indexterm" href="AtkObject.html#atk-object-set-parent">atk_object_set_parent ()</a>
|
493
|
+
</dt>
|
494
|
+
<dt>atk_object_set_role, <a class="indexterm" href="AtkObject.html#atk-object-set-role">atk_object_set_role ()</a>
|
495
|
+
</dt>
|
496
|
+
<dt>atk_plug_get_id, <a class="indexterm" href="atk-AtkPlug.html#atk-plug-get-id">atk_plug_get_id ()</a>
|
497
|
+
</dt>
|
498
|
+
<dt>atk_plug_new, <a class="indexterm" href="atk-AtkPlug.html#atk-plug-new">atk_plug_new ()</a>
|
499
|
+
</dt>
|
500
|
+
<dt>atk_range_copy, <a class="indexterm" href="atk-AtkRange.html#atk-range-copy">atk_range_copy ()</a>
|
501
|
+
</dt>
|
502
|
+
<dt>atk_range_free, <a class="indexterm" href="atk-AtkRange.html#atk-range-free">atk_range_free ()</a>
|
503
|
+
</dt>
|
504
|
+
<dt>atk_range_get_description, <a class="indexterm" href="atk-AtkRange.html#atk-range-get-description">atk_range_get_description ()</a>
|
505
|
+
</dt>
|
506
|
+
<dt>atk_range_get_lower_limit, <a class="indexterm" href="atk-AtkRange.html#atk-range-get-lower-limit">atk_range_get_lower_limit ()</a>
|
507
|
+
</dt>
|
508
|
+
<dt>atk_range_get_type, <a class="indexterm" href="atk-AtkRange.html#atk-range-get-type">atk_range_get_type ()</a>
|
509
|
+
</dt>
|
510
|
+
<dt>atk_range_get_upper_limit, <a class="indexterm" href="atk-AtkRange.html#atk-range-get-upper-limit">atk_range_get_upper_limit ()</a>
|
511
|
+
</dt>
|
512
|
+
<dt>atk_range_new, <a class="indexterm" href="atk-AtkRange.html#atk-range-new">atk_range_new ()</a>
|
513
|
+
</dt>
|
514
|
+
<dt>atk_registry_get_factory, <a class="indexterm" href="AtkRegistry.html#atk-registry-get-factory">atk_registry_get_factory ()</a>
|
515
|
+
</dt>
|
516
|
+
<dt>atk_registry_get_factory_type, <a class="indexterm" href="AtkRegistry.html#atk-registry-get-factory-type">atk_registry_get_factory_type ()</a>
|
517
|
+
</dt>
|
518
|
+
<dt>atk_registry_set_factory_type, <a class="indexterm" href="AtkRegistry.html#atk-registry-set-factory-type">atk_registry_set_factory_type ()</a>
|
519
|
+
</dt>
|
520
|
+
<dt>atk_relation_add_target, <a class="indexterm" href="AtkRelation.html#atk-relation-add-target">atk_relation_add_target ()</a>
|
521
|
+
</dt>
|
522
|
+
<dt>atk_relation_get_relation_type, <a class="indexterm" href="AtkRelation.html#atk-relation-get-relation-type">atk_relation_get_relation_type ()</a>
|
523
|
+
</dt>
|
524
|
+
<dt>atk_relation_get_target, <a class="indexterm" href="AtkRelation.html#atk-relation-get-target">atk_relation_get_target ()</a>
|
525
|
+
</dt>
|
526
|
+
<dt>atk_relation_new, <a class="indexterm" href="AtkRelation.html#atk-relation-new">atk_relation_new ()</a>
|
527
|
+
</dt>
|
528
|
+
<dt>atk_relation_remove_target, <a class="indexterm" href="AtkRelation.html#atk-relation-remove-target">atk_relation_remove_target ()</a>
|
529
|
+
</dt>
|
530
|
+
<dt>atk_relation_set_add, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-add">atk_relation_set_add ()</a>
|
531
|
+
</dt>
|
532
|
+
<dt>atk_relation_set_add_relation_by_type, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-add-relation-by-type">atk_relation_set_add_relation_by_type ()</a>
|
533
|
+
</dt>
|
534
|
+
<dt>atk_relation_set_contains, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-contains">atk_relation_set_contains ()</a>
|
535
|
+
</dt>
|
536
|
+
<dt>atk_relation_set_contains_target, <a class="indexterm" href="AtkRelation.html#atk-relation-set-contains-target">atk_relation_set_contains_target ()</a>
|
537
|
+
</dt>
|
538
|
+
<dt>atk_relation_set_get_n_relations, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-get-n-relations">atk_relation_set_get_n_relations ()</a>
|
539
|
+
</dt>
|
540
|
+
<dt>atk_relation_set_get_relation, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-get-relation">atk_relation_set_get_relation ()</a>
|
541
|
+
</dt>
|
542
|
+
<dt>atk_relation_set_get_relation_by_type, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-get-relation-by-type">atk_relation_set_get_relation_by_type ()</a>
|
543
|
+
</dt>
|
544
|
+
<dt>atk_relation_set_new, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-new">atk_relation_set_new ()</a>
|
545
|
+
</dt>
|
546
|
+
<dt>atk_relation_set_remove, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-remove">atk_relation_set_remove ()</a>
|
547
|
+
</dt>
|
548
|
+
<dt>atk_relation_type_for_name, <a class="indexterm" href="AtkRelation.html#atk-relation-type-for-name">atk_relation_type_for_name ()</a>
|
549
|
+
</dt>
|
550
|
+
<dt>atk_relation_type_get_name, <a class="indexterm" href="AtkRelation.html#atk-relation-type-get-name">atk_relation_type_get_name ()</a>
|
551
|
+
</dt>
|
552
|
+
<dt>atk_relation_type_register, <a class="indexterm" href="AtkRelation.html#atk-relation-type-register">atk_relation_type_register ()</a>
|
553
|
+
</dt>
|
554
|
+
<dt>atk_remove_focus_tracker, <a class="indexterm" href="AtkUtil.html#atk-remove-focus-tracker">atk_remove_focus_tracker ()</a>
|
555
|
+
</dt>
|
556
|
+
<dt>atk_remove_global_event_listener, <a class="indexterm" href="AtkUtil.html#atk-remove-global-event-listener">atk_remove_global_event_listener ()</a>
|
557
|
+
</dt>
|
558
|
+
<dt>atk_remove_key_event_listener, <a class="indexterm" href="AtkUtil.html#atk-remove-key-event-listener">atk_remove_key_event_listener ()</a>
|
559
|
+
</dt>
|
560
|
+
<dt>atk_role_for_name, <a class="indexterm" href="AtkObject.html#atk-role-for-name">atk_role_for_name ()</a>
|
561
|
+
</dt>
|
562
|
+
<dt>atk_role_get_localized_name, <a class="indexterm" href="AtkObject.html#atk-role-get-localized-name">atk_role_get_localized_name ()</a>
|
563
|
+
</dt>
|
564
|
+
<dt>atk_role_get_name, <a class="indexterm" href="AtkObject.html#atk-role-get-name">atk_role_get_name ()</a>
|
565
|
+
</dt>
|
566
|
+
<dt>atk_role_register, <a class="indexterm" href="AtkObject.html#atk-role-register">atk_role_register ()</a>
|
567
|
+
</dt>
|
568
|
+
<dt>atk_selection_add_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-add-selection">atk_selection_add_selection ()</a>
|
569
|
+
</dt>
|
570
|
+
<dt>atk_selection_clear_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-clear-selection">atk_selection_clear_selection ()</a>
|
571
|
+
</dt>
|
572
|
+
<dt>atk_selection_get_selection_count, <a class="indexterm" href="AtkSelection.html#atk-selection-get-selection-count">atk_selection_get_selection_count ()</a>
|
573
|
+
</dt>
|
574
|
+
<dt>atk_selection_is_child_selected, <a class="indexterm" href="AtkSelection.html#atk-selection-is-child-selected">atk_selection_is_child_selected ()</a>
|
575
|
+
</dt>
|
576
|
+
<dt>atk_selection_ref_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-ref-selection">atk_selection_ref_selection ()</a>
|
577
|
+
</dt>
|
578
|
+
<dt>atk_selection_remove_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-remove-selection">atk_selection_remove_selection ()</a>
|
579
|
+
</dt>
|
580
|
+
<dt>atk_selection_select_all_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-select-all-selection">atk_selection_select_all_selection ()</a>
|
581
|
+
</dt>
|
582
|
+
<dt>atk_socket_embed, <a class="indexterm" href="atk-AtkSocket.html#atk-socket-embed">atk_socket_embed ()</a>
|
583
|
+
</dt>
|
584
|
+
<dt>atk_socket_is_occupied, <a class="indexterm" href="atk-AtkSocket.html#atk-socket-is-occupied">atk_socket_is_occupied ()</a>
|
585
|
+
</dt>
|
586
|
+
<dt>atk_socket_new, <a class="indexterm" href="atk-AtkSocket.html#atk-socket-new">atk_socket_new ()</a>
|
587
|
+
</dt>
|
588
|
+
<dt>atk_state_set_add_state, <a class="indexterm" href="AtkStateSet.html#atk-state-set-add-state">atk_state_set_add_state ()</a>
|
589
|
+
</dt>
|
590
|
+
<dt>atk_state_set_add_states, <a class="indexterm" href="AtkStateSet.html#atk-state-set-add-states">atk_state_set_add_states ()</a>
|
591
|
+
</dt>
|
592
|
+
<dt>atk_state_set_and_sets, <a class="indexterm" href="AtkStateSet.html#atk-state-set-and-sets">atk_state_set_and_sets ()</a>
|
593
|
+
</dt>
|
594
|
+
<dt>atk_state_set_clear_states, <a class="indexterm" href="AtkStateSet.html#atk-state-set-clear-states">atk_state_set_clear_states ()</a>
|
595
|
+
</dt>
|
596
|
+
<dt>atk_state_set_contains_state, <a class="indexterm" href="AtkStateSet.html#atk-state-set-contains-state">atk_state_set_contains_state ()</a>
|
597
|
+
</dt>
|
598
|
+
<dt>atk_state_set_contains_states, <a class="indexterm" href="AtkStateSet.html#atk-state-set-contains-states">atk_state_set_contains_states ()</a>
|
599
|
+
</dt>
|
600
|
+
<dt>atk_state_set_is_empty, <a class="indexterm" href="AtkStateSet.html#atk-state-set-is-empty">atk_state_set_is_empty ()</a>
|
601
|
+
</dt>
|
602
|
+
<dt>atk_state_set_new, <a class="indexterm" href="AtkStateSet.html#atk-state-set-new">atk_state_set_new ()</a>
|
603
|
+
</dt>
|
604
|
+
<dt>atk_state_set_or_sets, <a class="indexterm" href="AtkStateSet.html#atk-state-set-or-sets">atk_state_set_or_sets ()</a>
|
605
|
+
</dt>
|
606
|
+
<dt>atk_state_set_remove_state, <a class="indexterm" href="AtkStateSet.html#atk-state-set-remove-state">atk_state_set_remove_state ()</a>
|
607
|
+
</dt>
|
608
|
+
<dt>atk_state_set_xor_sets, <a class="indexterm" href="AtkStateSet.html#atk-state-set-xor-sets">atk_state_set_xor_sets ()</a>
|
609
|
+
</dt>
|
610
|
+
<dt>atk_state_type_for_name, <a class="indexterm" href="atk-AtkState.html#atk-state-type-for-name">atk_state_type_for_name ()</a>
|
611
|
+
</dt>
|
612
|
+
<dt>atk_state_type_get_name, <a class="indexterm" href="atk-AtkState.html#atk-state-type-get-name">atk_state_type_get_name ()</a>
|
613
|
+
</dt>
|
614
|
+
<dt>atk_state_type_register, <a class="indexterm" href="atk-AtkState.html#atk-state-type-register">atk_state_type_register ()</a>
|
615
|
+
</dt>
|
616
|
+
<dt>atk_streamable_content_get_mime_type, <a class="indexterm" href="AtkStreamableContent.html#atk-streamable-content-get-mime-type">atk_streamable_content_get_mime_type ()</a>
|
617
|
+
</dt>
|
618
|
+
<dt>atk_streamable_content_get_n_mime_types, <a class="indexterm" href="AtkStreamableContent.html#atk-streamable-content-get-n-mime-types">atk_streamable_content_get_n_mime_types ()</a>
|
619
|
+
</dt>
|
620
|
+
<dt>atk_streamable_content_get_stream, <a class="indexterm" href="AtkStreamableContent.html#atk-streamable-content-get-stream">atk_streamable_content_get_stream ()</a>
|
621
|
+
</dt>
|
622
|
+
<dt>atk_streamable_content_get_uri, <a class="indexterm" href="AtkStreamableContent.html#atk-streamable-content-get-uri">atk_streamable_content_get_uri ()</a>
|
623
|
+
</dt>
|
624
|
+
<dt>atk_table_add_column_selection, <a class="indexterm" href="AtkTable.html#atk-table-add-column-selection">atk_table_add_column_selection ()</a>
|
625
|
+
</dt>
|
626
|
+
<dt>atk_table_add_row_selection, <a class="indexterm" href="AtkTable.html#atk-table-add-row-selection">atk_table_add_row_selection ()</a>
|
627
|
+
</dt>
|
628
|
+
<dt>atk_table_cell_get_column_header_cells, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-column-header-cells">atk_table_cell_get_column_header_cells ()</a>
|
629
|
+
</dt>
|
630
|
+
<dt>atk_table_cell_get_column_span, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-column-span">atk_table_cell_get_column_span ()</a>
|
631
|
+
</dt>
|
632
|
+
<dt>atk_table_cell_get_position, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-position">atk_table_cell_get_position ()</a>
|
633
|
+
</dt>
|
634
|
+
<dt>atk_table_cell_get_row_column_span, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-row-column-span">atk_table_cell_get_row_column_span ()</a>
|
635
|
+
</dt>
|
636
|
+
<dt>atk_table_cell_get_row_header_cells, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-row-header-cells">atk_table_cell_get_row_header_cells ()</a>
|
637
|
+
</dt>
|
638
|
+
<dt>atk_table_cell_get_row_span, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-row-span">atk_table_cell_get_row_span ()</a>
|
639
|
+
</dt>
|
640
|
+
<dt>atk_table_cell_get_table, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-table">atk_table_cell_get_table ()</a>
|
641
|
+
</dt>
|
642
|
+
<dt>atk_table_get_caption, <a class="indexterm" href="AtkTable.html#atk-table-get-caption">atk_table_get_caption ()</a>
|
643
|
+
</dt>
|
644
|
+
<dt>atk_table_get_column_at_index, <a class="indexterm" href="AtkTable.html#atk-table-get-column-at-index">atk_table_get_column_at_index ()</a>
|
645
|
+
</dt>
|
646
|
+
<dt>atk_table_get_column_description, <a class="indexterm" href="AtkTable.html#atk-table-get-column-description">atk_table_get_column_description ()</a>
|
647
|
+
</dt>
|
648
|
+
<dt>atk_table_get_column_extent_at, <a class="indexterm" href="AtkTable.html#atk-table-get-column-extent-at">atk_table_get_column_extent_at ()</a>
|
649
|
+
</dt>
|
650
|
+
<dt>atk_table_get_column_header, <a class="indexterm" href="AtkTable.html#atk-table-get-column-header">atk_table_get_column_header ()</a>
|
651
|
+
</dt>
|
652
|
+
<dt>atk_table_get_index_at, <a class="indexterm" href="AtkTable.html#atk-table-get-index-at">atk_table_get_index_at ()</a>
|
653
|
+
</dt>
|
654
|
+
<dt>atk_table_get_n_columns, <a class="indexterm" href="AtkTable.html#atk-table-get-n-columns">atk_table_get_n_columns ()</a>
|
655
|
+
</dt>
|
656
|
+
<dt>atk_table_get_n_rows, <a class="indexterm" href="AtkTable.html#atk-table-get-n-rows">atk_table_get_n_rows ()</a>
|
657
|
+
</dt>
|
658
|
+
<dt>atk_table_get_row_at_index, <a class="indexterm" href="AtkTable.html#atk-table-get-row-at-index">atk_table_get_row_at_index ()</a>
|
659
|
+
</dt>
|
660
|
+
<dt>atk_table_get_row_description, <a class="indexterm" href="AtkTable.html#atk-table-get-row-description">atk_table_get_row_description ()</a>
|
661
|
+
</dt>
|
662
|
+
<dt>atk_table_get_row_extent_at, <a class="indexterm" href="AtkTable.html#atk-table-get-row-extent-at">atk_table_get_row_extent_at ()</a>
|
663
|
+
</dt>
|
664
|
+
<dt>atk_table_get_row_header, <a class="indexterm" href="AtkTable.html#atk-table-get-row-header">atk_table_get_row_header ()</a>
|
665
|
+
</dt>
|
666
|
+
<dt>atk_table_get_selected_columns, <a class="indexterm" href="AtkTable.html#atk-table-get-selected-columns">atk_table_get_selected_columns ()</a>
|
667
|
+
</dt>
|
668
|
+
<dt>atk_table_get_selected_rows, <a class="indexterm" href="AtkTable.html#atk-table-get-selected-rows">atk_table_get_selected_rows ()</a>
|
669
|
+
</dt>
|
670
|
+
<dt>atk_table_get_summary, <a class="indexterm" href="AtkTable.html#atk-table-get-summary">atk_table_get_summary ()</a>
|
671
|
+
</dt>
|
672
|
+
<dt>atk_table_is_column_selected, <a class="indexterm" href="AtkTable.html#atk-table-is-column-selected">atk_table_is_column_selected ()</a>
|
673
|
+
</dt>
|
674
|
+
<dt>atk_table_is_row_selected, <a class="indexterm" href="AtkTable.html#atk-table-is-row-selected">atk_table_is_row_selected ()</a>
|
675
|
+
</dt>
|
676
|
+
<dt>atk_table_is_selected, <a class="indexterm" href="AtkTable.html#atk-table-is-selected">atk_table_is_selected ()</a>
|
677
|
+
</dt>
|
678
|
+
<dt>atk_table_ref_at, <a class="indexterm" href="AtkTable.html#atk-table-ref-at">atk_table_ref_at ()</a>
|
679
|
+
</dt>
|
680
|
+
<dt>atk_table_remove_column_selection, <a class="indexterm" href="AtkTable.html#atk-table-remove-column-selection">atk_table_remove_column_selection ()</a>
|
681
|
+
</dt>
|
682
|
+
<dt>atk_table_remove_row_selection, <a class="indexterm" href="AtkTable.html#atk-table-remove-row-selection">atk_table_remove_row_selection ()</a>
|
683
|
+
</dt>
|
684
|
+
<dt>atk_table_set_caption, <a class="indexterm" href="AtkTable.html#atk-table-set-caption">atk_table_set_caption ()</a>
|
685
|
+
</dt>
|
686
|
+
<dt>atk_table_set_column_description, <a class="indexterm" href="AtkTable.html#atk-table-set-column-description">atk_table_set_column_description ()</a>
|
687
|
+
</dt>
|
688
|
+
<dt>atk_table_set_column_header, <a class="indexterm" href="AtkTable.html#atk-table-set-column-header">atk_table_set_column_header ()</a>
|
689
|
+
</dt>
|
690
|
+
<dt>atk_table_set_row_description, <a class="indexterm" href="AtkTable.html#atk-table-set-row-description">atk_table_set_row_description ()</a>
|
691
|
+
</dt>
|
692
|
+
<dt>atk_table_set_row_header, <a class="indexterm" href="AtkTable.html#atk-table-set-row-header">atk_table_set_row_header ()</a>
|
693
|
+
</dt>
|
694
|
+
<dt>atk_table_set_summary, <a class="indexterm" href="AtkTable.html#atk-table-set-summary">atk_table_set_summary ()</a>
|
695
|
+
</dt>
|
696
|
+
<dt>atk_text_add_selection, <a class="indexterm" href="AtkText.html#atk-text-add-selection">atk_text_add_selection ()</a>
|
697
|
+
</dt>
|
698
|
+
<dt>atk_text_attribute_for_name, <a class="indexterm" href="AtkText.html#atk-text-attribute-for-name">atk_text_attribute_for_name ()</a>
|
699
|
+
</dt>
|
700
|
+
<dt>atk_text_attribute_get_name, <a class="indexterm" href="AtkText.html#atk-text-attribute-get-name">atk_text_attribute_get_name ()</a>
|
701
|
+
</dt>
|
702
|
+
<dt>atk_text_attribute_get_value, <a class="indexterm" href="AtkText.html#atk-text-attribute-get-value">atk_text_attribute_get_value ()</a>
|
703
|
+
</dt>
|
704
|
+
<dt>atk_text_attribute_register, <a class="indexterm" href="AtkText.html#atk-text-attribute-register">atk_text_attribute_register ()</a>
|
705
|
+
</dt>
|
706
|
+
<dt>atk_text_free_ranges, <a class="indexterm" href="AtkText.html#atk-text-free-ranges">atk_text_free_ranges ()</a>
|
707
|
+
</dt>
|
708
|
+
<dt>atk_text_get_bounded_ranges, <a class="indexterm" href="AtkText.html#atk-text-get-bounded-ranges">atk_text_get_bounded_ranges ()</a>
|
709
|
+
</dt>
|
710
|
+
<dt>atk_text_get_caret_offset, <a class="indexterm" href="AtkText.html#atk-text-get-caret-offset">atk_text_get_caret_offset ()</a>
|
711
|
+
</dt>
|
712
|
+
<dt>atk_text_get_character_at_offset, <a class="indexterm" href="AtkText.html#atk-text-get-character-at-offset">atk_text_get_character_at_offset ()</a>
|
713
|
+
</dt>
|
714
|
+
<dt>atk_text_get_character_count, <a class="indexterm" href="AtkText.html#atk-text-get-character-count">atk_text_get_character_count ()</a>
|
715
|
+
</dt>
|
716
|
+
<dt>atk_text_get_character_extents, <a class="indexterm" href="AtkText.html#atk-text-get-character-extents">atk_text_get_character_extents ()</a>
|
717
|
+
</dt>
|
718
|
+
<dt>atk_text_get_default_attributes, <a class="indexterm" href="AtkText.html#atk-text-get-default-attributes">atk_text_get_default_attributes ()</a>
|
719
|
+
</dt>
|
720
|
+
<dt>atk_text_get_n_selections, <a class="indexterm" href="AtkText.html#atk-text-get-n-selections">atk_text_get_n_selections ()</a>
|
721
|
+
</dt>
|
722
|
+
<dt>atk_text_get_offset_at_point, <a class="indexterm" href="AtkText.html#atk-text-get-offset-at-point">atk_text_get_offset_at_point ()</a>
|
723
|
+
</dt>
|
724
|
+
<dt>atk_text_get_range_extents, <a class="indexterm" href="AtkText.html#atk-text-get-range-extents">atk_text_get_range_extents ()</a>
|
725
|
+
</dt>
|
726
|
+
<dt>atk_text_get_run_attributes, <a class="indexterm" href="AtkText.html#atk-text-get-run-attributes">atk_text_get_run_attributes ()</a>
|
727
|
+
</dt>
|
728
|
+
<dt>atk_text_get_selection, <a class="indexterm" href="AtkText.html#atk-text-get-selection">atk_text_get_selection ()</a>
|
729
|
+
</dt>
|
730
|
+
<dt>atk_text_get_string_at_offset, <a class="indexterm" href="AtkText.html#atk-text-get-string-at-offset">atk_text_get_string_at_offset ()</a>
|
731
|
+
</dt>
|
732
|
+
<dt>atk_text_get_text, <a class="indexterm" href="AtkText.html#atk-text-get-text">atk_text_get_text ()</a>
|
733
|
+
</dt>
|
734
|
+
<dt>atk_text_get_text_after_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-after-offset">atk_text_get_text_after_offset ()</a>
|
735
|
+
</dt>
|
736
|
+
<dt>atk_text_get_text_at_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-at-offset">atk_text_get_text_at_offset ()</a>
|
737
|
+
</dt>
|
738
|
+
<dt>atk_text_get_text_before_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-before-offset">atk_text_get_text_before_offset ()</a>
|
739
|
+
</dt>
|
740
|
+
<dt>atk_text_remove_selection, <a class="indexterm" href="AtkText.html#atk-text-remove-selection">atk_text_remove_selection ()</a>
|
741
|
+
</dt>
|
742
|
+
<dt>atk_text_set_caret_offset, <a class="indexterm" href="AtkText.html#atk-text-set-caret-offset">atk_text_set_caret_offset ()</a>
|
743
|
+
</dt>
|
744
|
+
<dt>atk_text_set_selection, <a class="indexterm" href="AtkText.html#atk-text-set-selection">atk_text_set_selection ()</a>
|
745
|
+
</dt>
|
746
|
+
<dt>ATK_TYPE_RANGE, <a class="indexterm" href="atk-AtkRange.html#ATK-TYPE-RANGE:CAPS">ATK_TYPE_RANGE</a>
|
747
|
+
</dt>
|
748
|
+
<dt>atk_value_get_current_value, <a class="indexterm" href="AtkValue.html#atk-value-get-current-value">atk_value_get_current_value ()</a>
|
749
|
+
</dt>
|
750
|
+
<dt>atk_value_get_increment, <a class="indexterm" href="AtkValue.html#atk-value-get-increment">atk_value_get_increment ()</a>
|
751
|
+
</dt>
|
752
|
+
<dt>atk_value_get_maximum_value, <a class="indexterm" href="AtkValue.html#atk-value-get-maximum-value">atk_value_get_maximum_value ()</a>
|
753
|
+
</dt>
|
754
|
+
<dt>atk_value_get_minimum_increment, <a class="indexterm" href="AtkValue.html#atk-value-get-minimum-increment">atk_value_get_minimum_increment ()</a>, <a class="indexterm" href="AtkValue.html#atk-value-get-minimum-increment">atk_value_get_minimum_increment ()</a>
|
755
|
+
</dt>
|
756
|
+
<dt>atk_value_get_minimum_value, <a class="indexterm" href="AtkValue.html#atk-value-get-minimum-value">atk_value_get_minimum_value ()</a>
|
757
|
+
</dt>
|
758
|
+
<dt>atk_value_get_range, <a class="indexterm" href="AtkValue.html#atk-value-get-range">atk_value_get_range ()</a>
|
759
|
+
</dt>
|
760
|
+
<dt>atk_value_get_sub_ranges, <a class="indexterm" href="AtkValue.html#atk-value-get-sub-ranges">atk_value_get_sub_ranges ()</a>
|
761
|
+
</dt>
|
762
|
+
<dt>atk_value_get_value_and_text, <a class="indexterm" href="AtkValue.html#atk-value-get-value-and-text">atk_value_get_value_and_text ()</a>
|
763
|
+
</dt>
|
764
|
+
<dt>atk_value_set_current_value, <a class="indexterm" href="AtkValue.html#atk-value-set-current-value">atk_value_set_current_value ()</a>
|
765
|
+
</dt>
|
766
|
+
<dt>atk_value_set_value, <a class="indexterm" href="AtkValue.html#atk-value-set-value">atk_value_set_value ()</a>
|
767
|
+
</dt>
|
768
|
+
</dl>
|
769
|
+
</div></div>
|
770
|
+
</div>
|
771
|
+
<div class="footer">
|
772
|
+
<hr>
|
773
|
+
Generated by GTK-Doc V1.21.1</div>
|
774
|
+
</body>
|
775
|
+
</html>
|