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,429 @@
|
|
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: AtkEditableText</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="interfaces.html" title="ATK Interfaces">
|
9
|
+
<link rel="prev" href="AtkDocument.html" title="AtkDocument">
|
10
|
+
<link rel="next" href="atk-AtkHyperlinkImpl.html" title="AtkHyperlinImpl">
|
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="#AtkEditableText.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#AtkEditableText.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_implementations"> <span class="dim">|</span>
|
20
|
+
<a href="#AtkEditableText.implementations" class="shortcut">Known Implementations</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="interfaces.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
+
<td><a accesskey="p" href="AtkDocument.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
|
+
<td><a accesskey="n" href="atk-AtkHyperlinkImpl.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="AtkEditableText"></a><div class="titlepage"></div>
|
29
|
+
<div class="refnamediv"><table width="100%"><tr>
|
30
|
+
<td valign="top">
|
31
|
+
<h2><span class="refentrytitle"><a name="AtkEditableText.top_of_page"></a>AtkEditableText</span></h2>
|
32
|
+
<p>AtkEditableText — The ATK interface implemented by components
|
33
|
+
containing user-editable text content.</p>
|
34
|
+
</td>
|
35
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
36
|
+
</tr></table></div>
|
37
|
+
<div class="refsect1">
|
38
|
+
<a name="AtkEditableText.functions"></a><h2>Functions</h2>
|
39
|
+
<div class="informaltable"><table width="100%" border="0">
|
40
|
+
<colgroup>
|
41
|
+
<col width="150px" class="functions_return">
|
42
|
+
<col class="functions_name">
|
43
|
+
</colgroup>
|
44
|
+
<tbody>
|
45
|
+
<tr>
|
46
|
+
<td class="function_type">
|
47
|
+
<span class="returnvalue">gboolean</span>
|
48
|
+
</td>
|
49
|
+
<td class="function_name">
|
50
|
+
<a class="link" href="AtkEditableText.html#atk-editable-text-set-run-attributes" title="atk_editable_text_set_run_attributes ()">atk_editable_text_set_run_attributes</a> <span class="c_punctuation">()</span>
|
51
|
+
</td>
|
52
|
+
</tr>
|
53
|
+
<tr>
|
54
|
+
<td class="function_type">
|
55
|
+
<span class="returnvalue">void</span>
|
56
|
+
</td>
|
57
|
+
<td class="function_name">
|
58
|
+
<a class="link" href="AtkEditableText.html#atk-editable-text-set-text-contents" title="atk_editable_text_set_text_contents ()">atk_editable_text_set_text_contents</a> <span class="c_punctuation">()</span>
|
59
|
+
</td>
|
60
|
+
</tr>
|
61
|
+
<tr>
|
62
|
+
<td class="function_type">
|
63
|
+
<span class="returnvalue">void</span>
|
64
|
+
</td>
|
65
|
+
<td class="function_name">
|
66
|
+
<a class="link" href="AtkEditableText.html#atk-editable-text-insert-text" title="atk_editable_text_insert_text ()">atk_editable_text_insert_text</a> <span class="c_punctuation">()</span>
|
67
|
+
</td>
|
68
|
+
</tr>
|
69
|
+
<tr>
|
70
|
+
<td class="function_type">
|
71
|
+
<span class="returnvalue">void</span>
|
72
|
+
</td>
|
73
|
+
<td class="function_name">
|
74
|
+
<a class="link" href="AtkEditableText.html#atk-editable-text-copy-text" title="atk_editable_text_copy_text ()">atk_editable_text_copy_text</a> <span class="c_punctuation">()</span>
|
75
|
+
</td>
|
76
|
+
</tr>
|
77
|
+
<tr>
|
78
|
+
<td class="function_type">
|
79
|
+
<span class="returnvalue">void</span>
|
80
|
+
</td>
|
81
|
+
<td class="function_name">
|
82
|
+
<a class="link" href="AtkEditableText.html#atk-editable-text-cut-text" title="atk_editable_text_cut_text ()">atk_editable_text_cut_text</a> <span class="c_punctuation">()</span>
|
83
|
+
</td>
|
84
|
+
</tr>
|
85
|
+
<tr>
|
86
|
+
<td class="function_type">
|
87
|
+
<span class="returnvalue">void</span>
|
88
|
+
</td>
|
89
|
+
<td class="function_name">
|
90
|
+
<a class="link" href="AtkEditableText.html#atk-editable-text-delete-text" title="atk_editable_text_delete_text ()">atk_editable_text_delete_text</a> <span class="c_punctuation">()</span>
|
91
|
+
</td>
|
92
|
+
</tr>
|
93
|
+
<tr>
|
94
|
+
<td class="function_type">
|
95
|
+
<span class="returnvalue">void</span>
|
96
|
+
</td>
|
97
|
+
<td class="function_name">
|
98
|
+
<a class="link" href="AtkEditableText.html#atk-editable-text-paste-text" title="atk_editable_text_paste_text ()">atk_editable_text_paste_text</a> <span class="c_punctuation">()</span>
|
99
|
+
</td>
|
100
|
+
</tr>
|
101
|
+
</tbody>
|
102
|
+
</table></div>
|
103
|
+
</div>
|
104
|
+
<div class="refsect1">
|
105
|
+
<a name="AtkEditableText.other"></a><h2>Types and Values</h2>
|
106
|
+
<div class="informaltable"><table width="100%" border="0">
|
107
|
+
<colgroup>
|
108
|
+
<col width="150px" class="name">
|
109
|
+
<col class="description">
|
110
|
+
</colgroup>
|
111
|
+
<tbody><tr>
|
112
|
+
<td class="datatype_keyword"> </td>
|
113
|
+
<td class="function_name"><a class="link" href="AtkEditableText.html#AtkEditableText-struct" title="AtkEditableText">AtkEditableText</a></td>
|
114
|
+
</tr></tbody>
|
115
|
+
</table></div>
|
116
|
+
</div>
|
117
|
+
<div class="refsect1">
|
118
|
+
<a name="AtkEditableText.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
119
|
+
<pre class="screen"> GInterface
|
120
|
+
<span class="lineart">╰──</span> AtkEditableText
|
121
|
+
</pre>
|
122
|
+
</div>
|
123
|
+
<div class="refsect1">
|
124
|
+
<a name="AtkEditableText.implementations"></a><h2>Known Implementations</h2>
|
125
|
+
<p>
|
126
|
+
AtkEditableText is implemented by
|
127
|
+
<a class="link" href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
|
128
|
+
</div>
|
129
|
+
<div class="refsect1">
|
130
|
+
<a name="AtkEditableText.description"></a><h2>Description</h2>
|
131
|
+
<p><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> should be implemented by UI components which
|
132
|
+
contain text which the user can edit, via the <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
|
133
|
+
corresponding to that component (see <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>).</p>
|
134
|
+
<p><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> is a subclass of <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a>, and as such, an object
|
135
|
+
which implements <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> is by definition an <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a>
|
136
|
+
implementor as well.</p>
|
137
|
+
<p>See also: <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a></p>
|
138
|
+
</div>
|
139
|
+
<div class="refsect1">
|
140
|
+
<a name="AtkEditableText.functions_details"></a><h2>Functions</h2>
|
141
|
+
<div class="refsect2">
|
142
|
+
<a name="atk-editable-text-set-run-attributes"></a><h3>atk_editable_text_set_run_attributes ()</h3>
|
143
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
144
|
+
atk_editable_text_set_run_attributes (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
|
145
|
+
<em class="parameter"><code><a class="link" href="AtkObject.html#AtkAttributeSet" title="AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> *attrib_set</code></em>,
|
146
|
+
<em class="parameter"><code><span class="type">gint</span> start_offset</code></em>,
|
147
|
+
<em class="parameter"><code><span class="type">gint</span> end_offset</code></em>);</pre>
|
148
|
+
<p>Sets the attributes for a specified range. See the ATK_ATTRIBUTE
|
149
|
+
macros (such as <span class="type">ATK_ATTRIBUTE_LEFT_MARGIN</span>) for examples of attributes
|
150
|
+
that can be set. Note that other attributes that do not have corresponding
|
151
|
+
ATK_ATTRIBUTE macros may also be set for certain text widgets.</p>
|
152
|
+
<div class="refsect3">
|
153
|
+
<a name="id-1.5.5.8.2.5"></a><h4>Parameters</h4>
|
154
|
+
<div class="informaltable"><table width="100%" border="0">
|
155
|
+
<colgroup>
|
156
|
+
<col width="150px" class="parameters_name">
|
157
|
+
<col class="parameters_description">
|
158
|
+
<col width="200px" class="parameters_annotations">
|
159
|
+
</colgroup>
|
160
|
+
<tbody>
|
161
|
+
<tr>
|
162
|
+
<td class="parameter_name"><p>text</p></td>
|
163
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a></p></td>
|
164
|
+
<td class="parameter_annotations"> </td>
|
165
|
+
</tr>
|
166
|
+
<tr>
|
167
|
+
<td class="parameter_name"><p>attrib_set</p></td>
|
168
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkObject.html#AtkAttributeSet" title="AtkAttributeSet"><span class="type">AtkAttributeSet</span></a></p></td>
|
169
|
+
<td class="parameter_annotations"> </td>
|
170
|
+
</tr>
|
171
|
+
<tr>
|
172
|
+
<td class="parameter_name"><p>start_offset</p></td>
|
173
|
+
<td class="parameter_description"><p>start of range in which to set attributes</p></td>
|
174
|
+
<td class="parameter_annotations"> </td>
|
175
|
+
</tr>
|
176
|
+
<tr>
|
177
|
+
<td class="parameter_name"><p>end_offset</p></td>
|
178
|
+
<td class="parameter_description"><p>end of range in which to set attributes</p></td>
|
179
|
+
<td class="parameter_annotations"> </td>
|
180
|
+
</tr>
|
181
|
+
</tbody>
|
182
|
+
</table></div>
|
183
|
+
</div>
|
184
|
+
<div class="refsect3">
|
185
|
+
<a name="id-1.5.5.8.2.6"></a><h4>Returns</h4>
|
186
|
+
<p> <code class="literal">TRUE</code> if attributes successfully set for the specified
|
187
|
+
range, otherwise <code class="literal">FALSE</code></p>
|
188
|
+
<p></p>
|
189
|
+
</div>
|
190
|
+
</div>
|
191
|
+
<hr>
|
192
|
+
<div class="refsect2">
|
193
|
+
<a name="atk-editable-text-set-text-contents"></a><h3>atk_editable_text_set_text_contents ()</h3>
|
194
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
195
|
+
atk_editable_text_set_text_contents (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
|
196
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *string</code></em>);</pre>
|
197
|
+
<p>Set text contents of <em class="parameter"><code>text</code></em>
|
198
|
+
.</p>
|
199
|
+
<div class="refsect3">
|
200
|
+
<a name="id-1.5.5.8.3.5"></a><h4>Parameters</h4>
|
201
|
+
<div class="informaltable"><table width="100%" border="0">
|
202
|
+
<colgroup>
|
203
|
+
<col width="150px" class="parameters_name">
|
204
|
+
<col class="parameters_description">
|
205
|
+
<col width="200px" class="parameters_annotations">
|
206
|
+
</colgroup>
|
207
|
+
<tbody>
|
208
|
+
<tr>
|
209
|
+
<td class="parameter_name"><p>text</p></td>
|
210
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a></p></td>
|
211
|
+
<td class="parameter_annotations"> </td>
|
212
|
+
</tr>
|
213
|
+
<tr>
|
214
|
+
<td class="parameter_name"><p>string</p></td>
|
215
|
+
<td class="parameter_description"><p>string to set for text contents of <em class="parameter"><code>text</code></em>
|
216
|
+
</p></td>
|
217
|
+
<td class="parameter_annotations"> </td>
|
218
|
+
</tr>
|
219
|
+
</tbody>
|
220
|
+
</table></div>
|
221
|
+
</div>
|
222
|
+
</div>
|
223
|
+
<hr>
|
224
|
+
<div class="refsect2">
|
225
|
+
<a name="atk-editable-text-insert-text"></a><h3>atk_editable_text_insert_text ()</h3>
|
226
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
227
|
+
atk_editable_text_insert_text (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
|
228
|
+
<em class="parameter"><code>const <span class="type">gchar</span> *string</code></em>,
|
229
|
+
<em class="parameter"><code><span class="type">gint</span> length</code></em>,
|
230
|
+
<em class="parameter"><code><span class="type">gint</span> *position</code></em>);</pre>
|
231
|
+
<p>Insert text at a given position.</p>
|
232
|
+
<div class="refsect3">
|
233
|
+
<a name="id-1.5.5.8.4.5"></a><h4>Parameters</h4>
|
234
|
+
<div class="informaltable"><table width="100%" border="0">
|
235
|
+
<colgroup>
|
236
|
+
<col width="150px" class="parameters_name">
|
237
|
+
<col class="parameters_description">
|
238
|
+
<col width="200px" class="parameters_annotations">
|
239
|
+
</colgroup>
|
240
|
+
<tbody>
|
241
|
+
<tr>
|
242
|
+
<td class="parameter_name"><p>text</p></td>
|
243
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a></p></td>
|
244
|
+
<td class="parameter_annotations"> </td>
|
245
|
+
</tr>
|
246
|
+
<tr>
|
247
|
+
<td class="parameter_name"><p>string</p></td>
|
248
|
+
<td class="parameter_description"><p>the text to insert</p></td>
|
249
|
+
<td class="parameter_annotations"> </td>
|
250
|
+
</tr>
|
251
|
+
<tr>
|
252
|
+
<td class="parameter_name"><p>length</p></td>
|
253
|
+
<td class="parameter_description"><p>the length of text to insert, in bytes</p></td>
|
254
|
+
<td class="parameter_annotations"> </td>
|
255
|
+
</tr>
|
256
|
+
<tr>
|
257
|
+
<td class="parameter_name"><p>position</p></td>
|
258
|
+
<td class="parameter_description"><p>The caller initializes this to
|
259
|
+
the position at which to insert the text. After the call it
|
260
|
+
points at the position after the newly inserted text.</p></td>
|
261
|
+
<td class="parameter_annotations"> </td>
|
262
|
+
</tr>
|
263
|
+
</tbody>
|
264
|
+
</table></div>
|
265
|
+
</div>
|
266
|
+
</div>
|
267
|
+
<hr>
|
268
|
+
<div class="refsect2">
|
269
|
+
<a name="atk-editable-text-copy-text"></a><h3>atk_editable_text_copy_text ()</h3>
|
270
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
271
|
+
atk_editable_text_copy_text (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
|
272
|
+
<em class="parameter"><code><span class="type">gint</span> start_pos</code></em>,
|
273
|
+
<em class="parameter"><code><span class="type">gint</span> end_pos</code></em>);</pre>
|
274
|
+
<p>Copy text from <em class="parameter"><code>start_pos</code></em>
|
275
|
+
up to, but not including <em class="parameter"><code>end_pos</code></em>
|
276
|
+
|
277
|
+
to the clipboard.</p>
|
278
|
+
<div class="refsect3">
|
279
|
+
<a name="id-1.5.5.8.5.5"></a><h4>Parameters</h4>
|
280
|
+
<div class="informaltable"><table width="100%" border="0">
|
281
|
+
<colgroup>
|
282
|
+
<col width="150px" class="parameters_name">
|
283
|
+
<col class="parameters_description">
|
284
|
+
<col width="200px" class="parameters_annotations">
|
285
|
+
</colgroup>
|
286
|
+
<tbody>
|
287
|
+
<tr>
|
288
|
+
<td class="parameter_name"><p>text</p></td>
|
289
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a></p></td>
|
290
|
+
<td class="parameter_annotations"> </td>
|
291
|
+
</tr>
|
292
|
+
<tr>
|
293
|
+
<td class="parameter_name"><p>start_pos</p></td>
|
294
|
+
<td class="parameter_description"><p>start position</p></td>
|
295
|
+
<td class="parameter_annotations"> </td>
|
296
|
+
</tr>
|
297
|
+
<tr>
|
298
|
+
<td class="parameter_name"><p>end_pos</p></td>
|
299
|
+
<td class="parameter_description"><p>end position</p></td>
|
300
|
+
<td class="parameter_annotations"> </td>
|
301
|
+
</tr>
|
302
|
+
</tbody>
|
303
|
+
</table></div>
|
304
|
+
</div>
|
305
|
+
</div>
|
306
|
+
<hr>
|
307
|
+
<div class="refsect2">
|
308
|
+
<a name="atk-editable-text-cut-text"></a><h3>atk_editable_text_cut_text ()</h3>
|
309
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
310
|
+
atk_editable_text_cut_text (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
|
311
|
+
<em class="parameter"><code><span class="type">gint</span> start_pos</code></em>,
|
312
|
+
<em class="parameter"><code><span class="type">gint</span> end_pos</code></em>);</pre>
|
313
|
+
<p>Copy text from <em class="parameter"><code>start_pos</code></em>
|
314
|
+
up to, but not including <em class="parameter"><code>end_pos</code></em>
|
315
|
+
|
316
|
+
to the clipboard and then delete from the widget.</p>
|
317
|
+
<div class="refsect3">
|
318
|
+
<a name="id-1.5.5.8.6.5"></a><h4>Parameters</h4>
|
319
|
+
<div class="informaltable"><table width="100%" border="0">
|
320
|
+
<colgroup>
|
321
|
+
<col width="150px" class="parameters_name">
|
322
|
+
<col class="parameters_description">
|
323
|
+
<col width="200px" class="parameters_annotations">
|
324
|
+
</colgroup>
|
325
|
+
<tbody>
|
326
|
+
<tr>
|
327
|
+
<td class="parameter_name"><p>text</p></td>
|
328
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a></p></td>
|
329
|
+
<td class="parameter_annotations"> </td>
|
330
|
+
</tr>
|
331
|
+
<tr>
|
332
|
+
<td class="parameter_name"><p>start_pos</p></td>
|
333
|
+
<td class="parameter_description"><p>start position</p></td>
|
334
|
+
<td class="parameter_annotations"> </td>
|
335
|
+
</tr>
|
336
|
+
<tr>
|
337
|
+
<td class="parameter_name"><p>end_pos</p></td>
|
338
|
+
<td class="parameter_description"><p>end position</p></td>
|
339
|
+
<td class="parameter_annotations"> </td>
|
340
|
+
</tr>
|
341
|
+
</tbody>
|
342
|
+
</table></div>
|
343
|
+
</div>
|
344
|
+
</div>
|
345
|
+
<hr>
|
346
|
+
<div class="refsect2">
|
347
|
+
<a name="atk-editable-text-delete-text"></a><h3>atk_editable_text_delete_text ()</h3>
|
348
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
349
|
+
atk_editable_text_delete_text (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
|
350
|
+
<em class="parameter"><code><span class="type">gint</span> start_pos</code></em>,
|
351
|
+
<em class="parameter"><code><span class="type">gint</span> end_pos</code></em>);</pre>
|
352
|
+
<p>Delete text <em class="parameter"><code>start_pos</code></em>
|
353
|
+
up to, but not including <em class="parameter"><code>end_pos</code></em>
|
354
|
+
.</p>
|
355
|
+
<div class="refsect3">
|
356
|
+
<a name="id-1.5.5.8.7.5"></a><h4>Parameters</h4>
|
357
|
+
<div class="informaltable"><table width="100%" border="0">
|
358
|
+
<colgroup>
|
359
|
+
<col width="150px" class="parameters_name">
|
360
|
+
<col class="parameters_description">
|
361
|
+
<col width="200px" class="parameters_annotations">
|
362
|
+
</colgroup>
|
363
|
+
<tbody>
|
364
|
+
<tr>
|
365
|
+
<td class="parameter_name"><p>text</p></td>
|
366
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a></p></td>
|
367
|
+
<td class="parameter_annotations"> </td>
|
368
|
+
</tr>
|
369
|
+
<tr>
|
370
|
+
<td class="parameter_name"><p>start_pos</p></td>
|
371
|
+
<td class="parameter_description"><p>start position</p></td>
|
372
|
+
<td class="parameter_annotations"> </td>
|
373
|
+
</tr>
|
374
|
+
<tr>
|
375
|
+
<td class="parameter_name"><p>end_pos</p></td>
|
376
|
+
<td class="parameter_description"><p>end position</p></td>
|
377
|
+
<td class="parameter_annotations"> </td>
|
378
|
+
</tr>
|
379
|
+
</tbody>
|
380
|
+
</table></div>
|
381
|
+
</div>
|
382
|
+
</div>
|
383
|
+
<hr>
|
384
|
+
<div class="refsect2">
|
385
|
+
<a name="atk-editable-text-paste-text"></a><h3>atk_editable_text_paste_text ()</h3>
|
386
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
387
|
+
atk_editable_text_paste_text (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
|
388
|
+
<em class="parameter"><code><span class="type">gint</span> position</code></em>);</pre>
|
389
|
+
<p>Paste text from clipboard to specified <em class="parameter"><code>position</code></em>
|
390
|
+
.</p>
|
391
|
+
<div class="refsect3">
|
392
|
+
<a name="id-1.5.5.8.8.5"></a><h4>Parameters</h4>
|
393
|
+
<div class="informaltable"><table width="100%" border="0">
|
394
|
+
<colgroup>
|
395
|
+
<col width="150px" class="parameters_name">
|
396
|
+
<col class="parameters_description">
|
397
|
+
<col width="200px" class="parameters_annotations">
|
398
|
+
</colgroup>
|
399
|
+
<tbody>
|
400
|
+
<tr>
|
401
|
+
<td class="parameter_name"><p>text</p></td>
|
402
|
+
<td class="parameter_description"><p>an <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a></p></td>
|
403
|
+
<td class="parameter_annotations"> </td>
|
404
|
+
</tr>
|
405
|
+
<tr>
|
406
|
+
<td class="parameter_name"><p>position</p></td>
|
407
|
+
<td class="parameter_description"><p>position to paste</p></td>
|
408
|
+
<td class="parameter_annotations"> </td>
|
409
|
+
</tr>
|
410
|
+
</tbody>
|
411
|
+
</table></div>
|
412
|
+
</div>
|
413
|
+
</div>
|
414
|
+
</div>
|
415
|
+
<div class="refsect1">
|
416
|
+
<a name="AtkEditableText.other_details"></a><h2>Types and Values</h2>
|
417
|
+
<div class="refsect2">
|
418
|
+
<a name="AtkEditableText-struct"></a><h3>AtkEditableText</h3>
|
419
|
+
<pre class="programlisting">typedef struct _AtkEditableText AtkEditableText;</pre>
|
420
|
+
<p>
|
421
|
+
</p>
|
422
|
+
</div>
|
423
|
+
</div>
|
424
|
+
</div>
|
425
|
+
<div class="footer">
|
426
|
+
<hr>
|
427
|
+
Generated by GTK-Doc V1.21.1</div>
|
428
|
+
</body>
|
429
|
+
</html>
|
@@ -0,0 +1,166 @@
|
|
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: AtkGObjectAccessible</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="accessibles.html" title="Custom accessible objects">
|
10
|
+
<link rel="next" href="AtkHyperlink.html" title="AtkHyperlink">
|
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="#AtkGObjectAccessible.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#AtkGObjectAccessible.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="accessibles.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="accessibles.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
+
<td><a accesskey="n" href="AtkHyperlink.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="AtkGObjectAccessible"></a><div class="titlepage"></div>
|
28
|
+
<div class="refnamediv"><table width="100%"><tr>
|
29
|
+
<td valign="top">
|
30
|
+
<h2><span class="refentrytitle"><a name="AtkGObjectAccessible.top_of_page"></a>AtkGObjectAccessible</span></h2>
|
31
|
+
<p>AtkGObjectAccessible — This object class is derived from AtkObject and
|
32
|
+
can be used as a basis implementing accessible objects.</p>
|
33
|
+
</td>
|
34
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
35
|
+
</tr></table></div>
|
36
|
+
<div class="refsect1">
|
37
|
+
<a name="AtkGObjectAccessible.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>
|
44
|
+
<tr>
|
45
|
+
<td class="function_type">
|
46
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
|
47
|
+
</td>
|
48
|
+
<td class="function_name">
|
49
|
+
<a class="link" href="AtkGObjectAccessible.html#atk-gobject-accessible-for-object" title="atk_gobject_accessible_for_object ()">atk_gobject_accessible_for_object</a> <span class="c_punctuation">()</span>
|
50
|
+
</td>
|
51
|
+
</tr>
|
52
|
+
<tr>
|
53
|
+
<td class="function_type">
|
54
|
+
<span class="returnvalue">GObject</span> *
|
55
|
+
</td>
|
56
|
+
<td class="function_name">
|
57
|
+
<a class="link" href="AtkGObjectAccessible.html#atk-gobject-accessible-get-object" title="atk_gobject_accessible_get_object ()">atk_gobject_accessible_get_object</a> <span class="c_punctuation">()</span>
|
58
|
+
</td>
|
59
|
+
</tr>
|
60
|
+
</tbody>
|
61
|
+
</table></div>
|
62
|
+
</div>
|
63
|
+
<div class="refsect1">
|
64
|
+
<a name="AtkGObjectAccessible.other"></a><h2>Types and Values</h2>
|
65
|
+
<div class="informaltable"><table width="100%" border="0">
|
66
|
+
<colgroup>
|
67
|
+
<col width="150px" class="name">
|
68
|
+
<col class="description">
|
69
|
+
</colgroup>
|
70
|
+
<tbody><tr>
|
71
|
+
<td class="datatype_keyword">struct</td>
|
72
|
+
<td class="function_name"><a class="link" href="AtkGObjectAccessible.html#AtkGObjectAccessible-struct" title="struct AtkGObjectAccessible">AtkGObjectAccessible</a></td>
|
73
|
+
</tr></tbody>
|
74
|
+
</table></div>
|
75
|
+
</div>
|
76
|
+
<div class="refsect1">
|
77
|
+
<a name="AtkGObjectAccessible.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
78
|
+
<pre class="screen"> GObject
|
79
|
+
<span class="lineart">╰──</span> <a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>
|
80
|
+
<span class="lineart">╰──</span> AtkGObjectAccessible
|
81
|
+
</pre>
|
82
|
+
</div>
|
83
|
+
<div class="refsect1">
|
84
|
+
<a name="AtkGObjectAccessible.description"></a><h2>Description</h2>
|
85
|
+
<p>This object class is derived from AtkObject. It can be used as a
|
86
|
+
basis for implementing accessible objects for GObjects which are
|
87
|
+
not derived from GtkWidget. One example of its use is in providing
|
88
|
+
an accessible object for GnomeCanvasItem in the GAIL library.</p>
|
89
|
+
</div>
|
90
|
+
<div class="refsect1">
|
91
|
+
<a name="AtkGObjectAccessible.functions_details"></a><h2>Functions</h2>
|
92
|
+
<div class="refsect2">
|
93
|
+
<a name="atk-gobject-accessible-for-object"></a><h3>atk_gobject_accessible_for_object ()</h3>
|
94
|
+
<pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
|
95
|
+
atk_gobject_accessible_for_object (<em class="parameter"><code><span class="type">GObject</span> *obj</code></em>);</pre>
|
96
|
+
<p>Gets the accessible object for the specified <em class="parameter"><code>obj</code></em>
|
97
|
+
.</p>
|
98
|
+
<div class="refsect3">
|
99
|
+
<a name="id-1.7.2.7.2.5"></a><h4>Parameters</h4>
|
100
|
+
<div class="informaltable"><table width="100%" border="0">
|
101
|
+
<colgroup>
|
102
|
+
<col width="150px" class="parameters_name">
|
103
|
+
<col class="parameters_description">
|
104
|
+
<col width="200px" class="parameters_annotations">
|
105
|
+
</colgroup>
|
106
|
+
<tbody><tr>
|
107
|
+
<td class="parameter_name"><p>obj</p></td>
|
108
|
+
<td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
|
109
|
+
<td class="parameter_annotations"> </td>
|
110
|
+
</tr></tbody>
|
111
|
+
</table></div>
|
112
|
+
</div>
|
113
|
+
<div class="refsect3">
|
114
|
+
<a name="id-1.7.2.7.2.6"></a><h4>Returns</h4>
|
115
|
+
<p> a <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> which is the accessible object for
|
116
|
+
the <em class="parameter"><code>obj</code></em>
|
117
|
+
. </p>
|
118
|
+
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
|
119
|
+
</div>
|
120
|
+
</div>
|
121
|
+
<hr>
|
122
|
+
<div class="refsect2">
|
123
|
+
<a name="atk-gobject-accessible-get-object"></a><h3>atk_gobject_accessible_get_object ()</h3>
|
124
|
+
<pre class="programlisting"><span class="returnvalue">GObject</span> *
|
125
|
+
atk_gobject_accessible_get_object (<em class="parameter"><code><a class="link" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible"><span class="type">AtkGObjectAccessible</span></a> *obj</code></em>);</pre>
|
126
|
+
<p>Gets the GObject for which <em class="parameter"><code>obj</code></em>
|
127
|
+
is the accessible object.</p>
|
128
|
+
<div class="refsect3">
|
129
|
+
<a name="id-1.7.2.7.3.5"></a><h4>Parameters</h4>
|
130
|
+
<div class="informaltable"><table width="100%" border="0">
|
131
|
+
<colgroup>
|
132
|
+
<col width="150px" class="parameters_name">
|
133
|
+
<col class="parameters_description">
|
134
|
+
<col width="200px" class="parameters_annotations">
|
135
|
+
</colgroup>
|
136
|
+
<tbody><tr>
|
137
|
+
<td class="parameter_name"><p>obj</p></td>
|
138
|
+
<td class="parameter_description"><p>a <a class="link" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible"><span class="type">AtkGObjectAccessible</span></a></p></td>
|
139
|
+
<td class="parameter_annotations"> </td>
|
140
|
+
</tr></tbody>
|
141
|
+
</table></div>
|
142
|
+
</div>
|
143
|
+
<div class="refsect3">
|
144
|
+
<a name="id-1.7.2.7.3.6"></a><h4>Returns</h4>
|
145
|
+
<p> a <span class="type">GObject</span> which is the object for which <em class="parameter"><code>obj</code></em>
|
146
|
+
is
|
147
|
+
the accessible object. </p>
|
148
|
+
<p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
|
149
|
+
</div>
|
150
|
+
</div>
|
151
|
+
</div>
|
152
|
+
<div class="refsect1">
|
153
|
+
<a name="AtkGObjectAccessible.other_details"></a><h2>Types and Values</h2>
|
154
|
+
<div class="refsect2">
|
155
|
+
<a name="AtkGObjectAccessible-struct"></a><h3>struct AtkGObjectAccessible</h3>
|
156
|
+
<pre class="programlisting">struct AtkGObjectAccessible;</pre>
|
157
|
+
<p>
|
158
|
+
</p>
|
159
|
+
</div>
|
160
|
+
</div>
|
161
|
+
</div>
|
162
|
+
<div class="footer">
|
163
|
+
<hr>
|
164
|
+
Generated by GTK-Doc V1.21.1</div>
|
165
|
+
</body>
|
166
|
+
</html>
|