atk 1.1.9-x86-mingw32 → 1.2.0-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. data/Rakefile +12 -1
  2. data/lib/1.8/atk.so +0 -0
  3. data/lib/1.9/atk.so +0 -0
  4. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  5. data/vendor/local/include/atk-1.0/atk/atk.h +1 -0
  6. data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -8
  7. data/vendor/local/include/atk-1.0/atk/atkdocument.h +6 -6
  8. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +1 -0
  9. data/vendor/local/include/atk-1.0/atk/atkimage.h +4 -4
  10. data/vendor/local/include/atk-1.0/atk/atkmisc.h +24 -1
  11. data/vendor/local/include/atk-1.0/atk/atkobject.h +35 -7
  12. data/vendor/local/include/atk-1.0/atk/atkrelation.h +1 -1
  13. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +3 -0
  14. data/vendor/local/include/atk-1.0/atk/atkstate.h +1 -1
  15. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -6
  16. data/vendor/local/include/atk-1.0/atk/atktable.h +5 -8
  17. data/vendor/local/include/atk-1.0/atk/atktext.h +4 -2
  18. data/vendor/local/include/atk-1.0/atk/atkutil.h +75 -66
  19. data/vendor/local/include/atk-1.0/atk/atkwindow.h +54 -0
  20. data/vendor/local/lib/atk-1.0.def +2 -0
  21. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  22. data/vendor/local/lib/libatk-1.0.la +41 -0
  23. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  24. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +330 -0
  25. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +639 -0
  26. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +343 -0
  27. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +328 -0
  28. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +128 -0
  29. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +400 -0
  30. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +215 -0
  31. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +238 -0
  32. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +109 -0
  33. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +94 -0
  34. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +1960 -0
  35. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +166 -0
  36. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +201 -0
  37. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +443 -0
  38. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +313 -0
  39. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +330 -0
  40. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +395 -0
  41. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +213 -0
  42. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1210 -0
  43. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1745 -0
  44. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +743 -0
  45. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +216 -0
  46. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +51 -0
  47. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +31 -0
  48. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +31 -0
  49. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +35 -0
  50. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +45 -0
  51. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +31 -0
  52. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +31 -0
  53. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +31 -0
  54. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +41 -0
  55. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +39 -0
  56. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +30 -0
  57. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +35 -0
  58. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +35 -0
  59. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +41 -0
  60. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +651 -0
  61. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +107 -0
  62. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +81 -0
  63. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +130 -0
  64. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +430 -0
  65. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +573 -0
  66. data/vendor/local/share/gtk-doc/html/atk/atk.html +121 -0
  67. data/vendor/local/share/gtk-doc/html/atk/home.png +0 -0
  68. data/vendor/local/share/gtk-doc/html/atk/index.html +136 -0
  69. data/vendor/local/share/gtk-doc/html/atk/index.sgml +688 -0
  70. data/vendor/local/share/gtk-doc/html/atk/left.png +0 -0
  71. data/vendor/local/share/gtk-doc/html/atk/right.png +0 -0
  72. data/vendor/local/share/gtk-doc/html/atk/style.css +266 -0
  73. data/vendor/local/share/gtk-doc/html/atk/up.png +0 -0
  74. data/vendor/local/share/license/atk/AUTHORS +5 -0
  75. data/vendor/local/share/license/atk/COPYING +482 -0
  76. data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
  77. data/vendor/local/share/locale/ast/LC_MESSAGES/atk10.mo +0 -0
  78. data/vendor/local/share/locale/be/LC_MESSAGES/atk10.mo +0 -0
  79. data/vendor/local/share/locale/bg/LC_MESSAGES/atk10.mo +0 -0
  80. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/atk10.mo +0 -0
  81. data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
  82. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
  83. data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
  84. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  85. data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
  86. data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
  87. data/vendor/local/share/locale/en_GB/LC_MESSAGES/atk10.mo +0 -0
  88. data/vendor/local/share/locale/eo/LC_MESSAGES/atk10.mo +0 -0
  89. data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
  90. data/vendor/local/share/locale/et/LC_MESSAGES/atk10.mo +0 -0
  91. data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
  92. data/vendor/local/share/locale/fa/LC_MESSAGES/atk10.mo +0 -0
  93. data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
  94. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  95. data/vendor/local/share/locale/gu/LC_MESSAGES/atk10.mo +0 -0
  96. data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
  97. data/vendor/local/share/locale/hi/LC_MESSAGES/atk10.mo +0 -0
  98. data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
  99. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  100. data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
  101. data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
  102. data/vendor/local/share/locale/km/LC_MESSAGES/atk10.mo +0 -0
  103. data/vendor/local/share/locale/kn/LC_MESSAGES/atk10.mo +0 -0
  104. data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
  105. data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
  106. data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
  107. data/vendor/local/share/locale/ml/LC_MESSAGES/atk10.mo +0 -0
  108. data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
  109. data/vendor/local/share/locale/nn/LC_MESSAGES/atk10.mo +0 -0
  110. data/vendor/local/share/locale/or/LC_MESSAGES/atk10.mo +0 -0
  111. data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
  112. data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
  113. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  114. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
  115. data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
  116. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  117. data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
  118. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
  119. data/vendor/local/share/locale/sv/LC_MESSAGES/atk10.mo +0 -0
  120. data/vendor/local/share/locale/ta/LC_MESSAGES/atk10.mo +0 -0
  121. data/vendor/local/share/locale/te/LC_MESSAGES/atk10.mo +0 -0
  122. data/vendor/local/share/locale/tr/LC_MESSAGES/atk10.mo +0 -0
  123. data/vendor/local/share/locale/ug/LC_MESSAGES/atk10.mo +0 -0
  124. data/vendor/local/share/locale/uk/LC_MESSAGES/atk10.mo +0 -0
  125. data/vendor/local/share/locale/vi/LC_MESSAGES/atk10.mo +0 -0
  126. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
  127. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
  128. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
  129. data/vendor/local/share/locale/zu/LC_MESSAGES/atk10.mo +0 -0
  130. metadata +65 -14
  131. data/vendor/local/lib/atk-1.0.lib +0 -0
  132. data/vendor/local/manifest/atk-dev_1.32.0-2_win32.mft +0 -37
  133. data/vendor/local/manifest/atk_1.32.0-2_win32.mft +0 -95
  134. data/vendor/local/src/dieterv/packaging/atk_1.32.0-2_win32.log +0 -740
  135. data/vendor/local/src/dieterv/packaging/atk_1.32.0-2_win32.sh +0 -76
@@ -0,0 +1,54 @@
1
+ /* ATK - Accessibility Toolkit
2
+ * Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
3
+ *
4
+ * This library is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU Library General Public
6
+ * License as published by the Free Software Foundation; either
7
+ * version 2 of the License, or (at your option) any later version.
8
+ *
9
+ * This library is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
+ * Library General Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU Library General Public
15
+ * License along with this library; if not, write to the
16
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17
+ * Boston, MA 02111-1307, USA.
18
+ */
19
+
20
+ #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
21
+ #error "Only <atk/atk.h> can be included directly."
22
+ #endif
23
+
24
+ #ifndef __ATK_WINDOW_H__
25
+ #define __ATK_WINDOW_H__
26
+
27
+ #include <atk/atkobject.h>
28
+
29
+ G_BEGIN_DECLS
30
+
31
+ /*
32
+ * AtkWindow describes signals pertaining to on-screen windows.
33
+ */
34
+
35
+
36
+ #define ATK_TYPE_WINDOW (atk_window_get_type ())
37
+ #define ATK_IS_WINDOW(obj) G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATK_TYPE_WINDOW)
38
+ #define ATK_WINDOW(obj) G_TYPE_CHECK_INSTANCE_CAST ((obj), ATK_TYPE_WINDOW, AtkWindow)
39
+ #define ATK_WINDOW_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), ATK_TYPE_WINDOW, AtkWindowIface))
40
+
41
+ typedef struct _AtkWindow AtkWindow; /* Dummy typedef */
42
+ typedef struct _AtkWindowIface AtkWindowIface;
43
+
44
+ struct _AtkWindowIface
45
+ {
46
+ GTypeInterface parent;
47
+
48
+ gpointer _padding_dummy[16];
49
+ };
50
+
51
+ GType atk_window_get_type (void);
52
+ G_END_DECLS
53
+
54
+ #endif /* __ATK_WINDOW_H__ */
@@ -127,6 +127,7 @@ EXPORTS
127
127
  atk_relation_set_add
128
128
  atk_relation_set_add_relation_by_type
129
129
  atk_relation_set_contains
130
+ atk_relation_set_contains_target
130
131
  atk_relation_set_get_n_relations
131
132
  atk_relation_set_get_relation
132
133
  atk_relation_set_get_relation_by_type
@@ -239,3 +240,4 @@ EXPORTS
239
240
  atk_value_get_minimum_value
240
241
  atk_value_get_type
241
242
  atk_value_set_current_value
243
+ atk_window_get_type
@@ -0,0 +1,41 @@
1
+ # libatk-1.0.la - a libtool library file
2
+ # Generated by ltmain.sh (GNU libtool) 2.2.6
3
+ #
4
+ # Please DO NOT delete this file!
5
+ # It is necessary for linking the library.
6
+
7
+ # The name that we can dlopen(3).
8
+ dlname='../bin/libatk-1.0-0.dll'
9
+
10
+ # Names of this library.
11
+ library_names='libatk-1.0.dll.a'
12
+
13
+ # The name of the static archive.
14
+ old_library=''
15
+
16
+ # Linker flags that can not go in dependency_libs.
17
+ inherited_linker_flags=''
18
+
19
+ # Libraries that this one depends upon.
20
+ dependency_libs=' -L/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/atk/vendor/local/lib /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la -lffi /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi -lintl'
21
+
22
+ # Names of additional weak libraries provided by this library
23
+ weak_library_names=''
24
+
25
+ # Version information for libatk-1.0.
26
+ current=20609
27
+ age=20609
28
+ revision=1
29
+
30
+ # Is this an already installed library?
31
+ installed=yes
32
+
33
+ # Should we warn about portability when linking against -modules?
34
+ shouldnotlink=no
35
+
36
+ # Files to dlopen/dlpreopen
37
+ dlopen=''
38
+ dlpreopen=''
39
+
40
+ # Directory that this library needs to be installed in:
41
+ libdir='/home/kou/work/ruby/ruby-gnome2.win32/atk/vendor/local/lib'
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: Atk
7
7
  Description: Accessibility Toolkit
8
- Version: 1.32.0
8
+ Version: 2.6.0
9
9
  Requires: gobject-2.0
10
10
  Libs: -L${libdir} -latk-1.0
11
11
  Cflags: -I${includedir}/atk-1.0
@@ -0,0 +1,330 @@
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>AtkAction</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="atk.html" title="ATK Library">
9
+ <link rel="prev" href="atk.html" title="ATK Library">
10
+ <link rel="next" href="AtkComponent.html" title="AtkComponent">
11
+ <meta name="generator" content="GTK-Doc V1.18.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="2">
16
+ <tr valign="middle">
17
+ <td><a accesskey="p" href="atk.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
+ <th width="100%" align="center">ATK - Accessibility Toolkit</th>
21
+ <td><a accesskey="n" href="AtkComponent.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
+ </tr>
23
+ <tr><td colspan="5" class="shortcuts">
24
+ <a href="#AtkAction.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#AtkAction.description" class="shortcut">Description</a>
27
+  | 
28
+ <a href="#AtkAction.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
+  | 
30
+ <a href="#AtkAction.implementations" class="shortcut">Known Implementations</a>
31
+ </td></tr>
32
+ </table>
33
+ <div class="refentry">
34
+ <a name="AtkAction"></a><div class="titlepage"></div>
35
+ <div class="refnamediv"><table width="100%"><tr>
36
+ <td valign="top">
37
+ <h2><span class="refentrytitle"><a name="AtkAction.top_of_page"></a>AtkAction</span></h2>
38
+ <p>AtkAction — The ATK interface provided by UI components which the user can
39
+ activate/interact with,</p>
40
+ </td>
41
+ <td valign="top" align="right"></td>
42
+ </tr></table></div>
43
+ <div class="refsynopsisdiv">
44
+ <a name="AtkAction.synopsis"></a><h2>Synopsis</h2>
45
+ <pre class="synopsis"> <a class="link" href="AtkAction.html#AtkAction-struct" title="AtkAction">AtkAction</a>;
46
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkAction.html#atk-action-do-action" title="atk_action_do_action ()">atk_action_do_action</a> (<em class="parameter"><code><a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> *action</code></em>,
47
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);
48
+ <span class="returnvalue">gint</span> <a class="link" href="AtkAction.html#atk-action-get-n-actions" title="atk_action_get_n_actions ()">atk_action_get_n_actions</a> (<em class="parameter"><code><a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> *action</code></em>);
49
+ const <span class="returnvalue">gchar</span> * <a class="link" href="AtkAction.html#atk-action-get-description" title="atk_action_get_description ()">atk_action_get_description</a> (<em class="parameter"><code><a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> *action</code></em>,
50
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);
51
+ const <span class="returnvalue">gchar</span> * <a class="link" href="AtkAction.html#atk-action-get-name" title="atk_action_get_name ()">atk_action_get_name</a> (<em class="parameter"><code><a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> *action</code></em>,
52
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);
53
+ const <span class="returnvalue">gchar</span> * <a class="link" href="AtkAction.html#atk-action-get-localized-name" title="atk_action_get_localized_name ()">atk_action_get_localized_name</a> (<em class="parameter"><code><a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> *action</code></em>,
54
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);
55
+ const <span class="returnvalue">gchar</span> * <a class="link" href="AtkAction.html#atk-action-get-keybinding" title="atk_action_get_keybinding ()">atk_action_get_keybinding</a> (<em class="parameter"><code><a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> *action</code></em>,
56
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);
57
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkAction.html#atk-action-set-description" title="atk_action_set_description ()">atk_action_set_description</a> (<em class="parameter"><code><a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> *action</code></em>,
58
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>,
59
+ <em class="parameter"><code>const <span class="type">gchar</span> *desc</code></em>);
60
+ </pre>
61
+ </div>
62
+ <div class="refsect1">
63
+ <a name="AtkAction.object-hierarchy"></a><h2>Object Hierarchy</h2>
64
+ <pre class="synopsis">
65
+ GInterface
66
+ +----AtkAction
67
+ </pre>
68
+ </div>
69
+ <div class="refsect1">
70
+ <a name="AtkAction.implementations"></a><h2>Known Implementations</h2>
71
+ <p>
72
+ AtkAction is implemented by
73
+ <a class="link" href="AtkHyperlink.html" title="AtkHyperlink">AtkHyperlink</a> and <a class="link" href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
74
+ </div>
75
+ <div class="refsect1">
76
+ <a name="AtkAction.description"></a><h2>Description</h2>
77
+ <p>
78
+ <a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> should be implemented by instances of <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> classes with
79
+ which the user can interact directly, i.e. buttons, checkboxes,
80
+ scrollbars, e.g. components which are not "passive"
81
+ providers of UI information.
82
+ </p>
83
+ <p>
84
+ Exceptions: when the user interaction is already covered by
85
+ another appropriate interface such as <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> (insert/delete
86
+ text, etc.) or <a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> (set value) then these actions should not be
87
+ exposed by <a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> as well.
88
+ </p>
89
+ <p>
90
+ Also note that the <a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> API is limited in that parameters may not
91
+ be passed to the object being activated; thus the action must be
92
+ self-contained and specifiable via only a single "verb". Concrete
93
+ examples include "press", "release", "click" for buttons, "drag"
94
+ (meaning initiate drag) and "drop" for drag sources and drop targets,
95
+ etc.
96
+ </p>
97
+ <p>
98
+ Though most UI interactions on components should be invocable via
99
+ keyboard as well as mouse, there will generally be a close mapping
100
+ between "mouse actions" that are possible on a component and the
101
+ AtkActions. Where mouse and keyboard actions are redundant in effect,
102
+ <a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> should expose only one action rather than exposing redundant
103
+ actions if possible. By convention we have been using "mouse centric"
104
+ terminology for <a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> names.
105
+ </p>
106
+ </div>
107
+ <div class="refsect1">
108
+ <a name="AtkAction.details"></a><h2>Details</h2>
109
+ <div class="refsect2">
110
+ <a name="AtkAction-struct"></a><h3>AtkAction</h3>
111
+ <pre class="programlisting">typedef struct _AtkAction AtkAction;</pre>
112
+ <p>
113
+ The AtkAction structure does not contain any fields.
114
+ </p>
115
+ </div>
116
+ <hr>
117
+ <div class="refsect2">
118
+ <a name="atk-action-do-action"></a><h3>atk_action_do_action ()</h3>
119
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_action_do_action (<em class="parameter"><code><a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> *action</code></em>,
120
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
121
+ <p>
122
+ Perform the specified action on the object.
123
+ </p>
124
+ <div class="variablelist"><table border="0">
125
+ <col align="left" valign="top">
126
+ <tbody>
127
+ <tr>
128
+ <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
129
+ <td>a <span class="type">GObject</span> instance that implements AtkActionIface</td>
130
+ </tr>
131
+ <tr>
132
+ <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
133
+ <td>the action index corresponding to the action to be performed</td>
134
+ </tr>
135
+ <tr>
136
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
137
+ <td>
138
+ <code class="literal">TRUE</code> if success, <code class="literal">FALSE</code> otherwise</td>
139
+ </tr>
140
+ </tbody>
141
+ </table></div>
142
+ </div>
143
+ <hr>
144
+ <div class="refsect2">
145
+ <a name="atk-action-get-n-actions"></a><h3>atk_action_get_n_actions ()</h3>
146
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_action_get_n_actions (<em class="parameter"><code><a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> *action</code></em>);</pre>
147
+ <p>
148
+ Gets the number of accessible actions available on the object.
149
+ If there are more than one, the first one is considered the
150
+ "default" action of the object.
151
+ </p>
152
+ <div class="variablelist"><table border="0">
153
+ <col align="left" valign="top">
154
+ <tbody>
155
+ <tr>
156
+ <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
157
+ <td>a <span class="type">GObject</span> instance that implements AtkActionIface</td>
158
+ </tr>
159
+ <tr>
160
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
161
+ <td>a the number of actions, or 0 if <em class="parameter"><code>action</code></em> does not
162
+ implement this interface.</td>
163
+ </tr>
164
+ </tbody>
165
+ </table></div>
166
+ </div>
167
+ <hr>
168
+ <div class="refsect2">
169
+ <a name="atk-action-get-description"></a><h3>atk_action_get_description ()</h3>
170
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_action_get_description (<em class="parameter"><code><a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> *action</code></em>,
171
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
172
+ <div class="variablelist"><table border="0">
173
+ <col align="left" valign="top">
174
+ <tbody>
175
+ <tr>
176
+ <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
177
+ <td>a <span class="type">GObject</span> instance that implements AtkActionIface</td>
178
+ </tr>
179
+ <tr>
180
+ <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
181
+ <td>the action index corresponding to the action to be performed</td>
182
+ </tr>
183
+ <tr>
184
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
185
+ <td>a description string, or <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
186
+ if <em class="parameter"><code>action</code></em> does not implement this interface.</td>
187
+ </tr>
188
+ </tbody>
189
+ </table></div>
190
+ </div>
191
+ <hr>
192
+ <div class="refsect2">
193
+ <a name="atk-action-get-name"></a><h3>atk_action_get_name ()</h3>
194
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_action_get_name (<em class="parameter"><code><a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> *action</code></em>,
195
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
196
+ <div class="variablelist"><table border="0">
197
+ <col align="left" valign="top">
198
+ <tbody>
199
+ <tr>
200
+ <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
201
+ <td>a <span class="type">GObject</span> instance that implements AtkActionIface</td>
202
+ </tr>
203
+ <tr>
204
+ <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
205
+ <td>the action index corresponding to the action to be performed</td>
206
+ </tr>
207
+ <tr>
208
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
209
+ <td>a name string, or <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
210
+ if <em class="parameter"><code>action</code></em> does not implement this interface.</td>
211
+ </tr>
212
+ </tbody>
213
+ </table></div>
214
+ </div>
215
+ <hr>
216
+ <div class="refsect2">
217
+ <a name="atk-action-get-localized-name"></a><h3>atk_action_get_localized_name ()</h3>
218
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_action_get_localized_name (<em class="parameter"><code><a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> *action</code></em>,
219
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
220
+ <div class="variablelist"><table border="0">
221
+ <col align="left" valign="top">
222
+ <tbody>
223
+ <tr>
224
+ <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
225
+ <td>a <span class="type">GObject</span> instance that implements AtkActionIface</td>
226
+ </tr>
227
+ <tr>
228
+ <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
229
+ <td>the action index corresponding to the action to be performed</td>
230
+ </tr>
231
+ <tr>
232
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
233
+ <td>a name string, or <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
234
+ if <em class="parameter"><code>action</code></em> does not implement this interface.</td>
235
+ </tr>
236
+ </tbody>
237
+ </table></div>
238
+ </div>
239
+ <hr>
240
+ <div class="refsect2">
241
+ <a name="atk-action-get-keybinding"></a><h3>atk_action_get_keybinding ()</h3>
242
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_action_get_keybinding (<em class="parameter"><code><a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> *action</code></em>,
243
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
244
+ <p>
245
+ Gets the keybinding which can be used to activate this action, if one
246
+ exists. The string returned should contain localized, human-readable,
247
+ key sequences as they would appear when displayed on screen. It must
248
+ be in the format "mnemonic;sequence;shortcut".
249
+ </p>
250
+ <p>
251
+ </p>
252
+ <div class="itemizedlist"><ul class="itemizedlist" type="disc">
253
+ <li class="listitem"><p>The mnemonic key activates the object if it is presently enabled onscreen.
254
+ This typically corresponds to the underlined letter within the widget.
255
+ Example: "n" in a traditional "New..." menu item or the "a" in "Apply" for
256
+ a button.</p></li>
257
+ <li class="listitem"><p>The sequence is the full list of keys which invoke the action even if the
258
+ relevant element is not currently shown on screen. For instance, for a menu
259
+ item the sequence is the keybindings used to open the parent menus before
260
+ invoking. The sequence string is colon-delimited. Example: "Alt+F:N" in a
261
+ traditional "New..." menu item.</p></li>
262
+ <li class="listitem"><p>The shortcut, if it exists, will invoke the same action without showing
263
+ the component or its enclosing menus or dialogs. Example: "Ctrl+N" in a
264
+ traditional "New..." menu item.</p></li>
265
+ </ul></div>
266
+ <p>
267
+ </p>
268
+ <p>
269
+ Example: For a traditional "New..." menu item, the expected return value
270
+ would be: "N;Alt+F:N;Ctrl+N" for the English locale and "N;Alt+D:N;Strg+N"
271
+ for the German locale. If, hypothetically, this menu item lacked a mnemonic,
272
+ it would be represented by ";;Ctrl+N" and ";;Strg+N" respectively.
273
+ </p>
274
+ <div class="variablelist"><table border="0">
275
+ <col align="left" valign="top">
276
+ <tbody>
277
+ <tr>
278
+ <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
279
+ <td>a <span class="type">GObject</span> instance that implements AtkActionIface</td>
280
+ </tr>
281
+ <tr>
282
+ <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
283
+ <td>the action index corresponding to the action to be performed</td>
284
+ </tr>
285
+ <tr>
286
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
287
+ <td>the keybinding which can be used to activate this action, or <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
288
+ if there is no keybinding for this action.</td>
289
+ </tr>
290
+ </tbody>
291
+ </table></div>
292
+ </div>
293
+ <hr>
294
+ <div class="refsect2">
295
+ <a name="atk-action-set-description"></a><h3>atk_action_set_description ()</h3>
296
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_action_set_description (<em class="parameter"><code><a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> *action</code></em>,
297
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>,
298
+ <em class="parameter"><code>const <span class="type">gchar</span> *desc</code></em>);</pre>
299
+ <p>
300
+ Sets a description of the specified action of the object.
301
+ </p>
302
+ <div class="variablelist"><table border="0">
303
+ <col align="left" valign="top">
304
+ <tbody>
305
+ <tr>
306
+ <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
307
+ <td>a <span class="type">GObject</span> instance that implements AtkActionIface</td>
308
+ </tr>
309
+ <tr>
310
+ <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
311
+ <td>the action index corresponding to the action to be performed</td>
312
+ </tr>
313
+ <tr>
314
+ <td><p><span class="term"><em class="parameter"><code>desc</code></em> :</span></p></td>
315
+ <td>the description to be assigned to this action</td>
316
+ </tr>
317
+ <tr>
318
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
319
+ <td>a gboolean representing if the description was successfully set;</td>
320
+ </tr>
321
+ </tbody>
322
+ </table></div>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ <div class="footer">
327
+ <hr>
328
+ Generated by GTK-Doc V1.18.1</div>
329
+ </body>
330
+ </html>