atk 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/2.0/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-enum-types.h +16 -0
  6. data/vendor/local/include/atk-1.0/atk/atk.h +3 -0
  7. data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -1
  8. data/vendor/local/include/atk-1.0/atk/atkcomponent.h +20 -2
  9. data/vendor/local/include/atk-1.0/atk/atkdocument.h +29 -2
  10. data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +8 -0
  11. data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +3 -0
  12. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +9 -1
  13. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +2 -0
  14. data/vendor/local/include/atk-1.0/atk/atkhypertext.h +4 -0
  15. data/vendor/local/include/atk-1.0/atk/atkimage.h +6 -0
  16. data/vendor/local/include/atk-1.0/atk/atkmisc.h +19 -19
  17. data/vendor/local/include/atk-1.0/atk/atknoopobject.h +4 -0
  18. data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +2 -0
  19. data/vendor/local/include/atk-1.0/atk/atkobject.h +133 -26
  20. data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +5 -0
  21. data/vendor/local/include/atk-1.0/atk/atkplug.h +5 -0
  22. data/vendor/local/include/atk-1.0/atk/atkrange.h +59 -0
  23. data/vendor/local/include/atk-1.0/atk/atkregistry.h +5 -15
  24. data/vendor/local/include/atk-1.0/atk/atkrelation.h +10 -0
  25. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +10 -0
  26. data/vendor/local/include/atk-1.0/atk/atkselection.h +8 -0
  27. data/vendor/local/include/atk-1.0/atk/atksocket.h +6 -0
  28. data/vendor/local/include/atk-1.0/atk/atkstate.h +14 -2
  29. data/vendor/local/include/atk-1.0/atk/atkstateset.h +12 -0
  30. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -1
  31. data/vendor/local/include/atk-1.0/atk/atktable.h +30 -6
  32. data/vendor/local/include/atk-1.0/atk/atktablecell.h +104 -0
  33. data/vendor/local/include/atk-1.0/atk/atktext.h +30 -5
  34. data/vendor/local/include/atk-1.0/atk/atkutil.h +35 -4
  35. data/vendor/local/include/atk-1.0/atk/atkvalue.h +88 -17
  36. data/vendor/local/include/atk-1.0/atk/atkversion.h +281 -2
  37. data/vendor/local/include/atk-1.0/atk/atkwindow.h +1 -0
  38. data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
  39. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  40. data/vendor/local/lib/libatk-1.0.la +3 -3
  41. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  42. data/vendor/local/share/gir-1.0/Atk-1.0.gir +3410 -899
  43. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +343 -233
  44. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +872 -578
  45. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +558 -251
  46. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +298 -192
  47. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +117 -75
  48. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +434 -273
  49. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +195 -119
  50. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +224 -143
  51. data/vendor/local/share/gtk-doc/html/atk/AtkMisc.html +191 -0
  52. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +83 -59
  53. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +66 -49
  54. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +2398 -1337
  55. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +154 -96
  56. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +192 -118
  57. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +496 -278
  58. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +294 -193
  59. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +333 -201
  60. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +403 -256
  61. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +192 -130
  62. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1363 -776
  63. data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +497 -0
  64. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1975 -1446
  65. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +862 -524
  66. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +638 -108
  67. data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +302 -175
  68. data/vendor/local/share/gtk-doc/html/atk/accessibles.html +49 -0
  69. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +18 -18
  70. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +21 -11
  71. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +11 -11
  72. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +10 -10
  73. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +11 -11
  74. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +15 -15
  75. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +9 -9
  76. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +11 -11
  77. data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +39 -0
  78. data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +35 -0
  79. data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +78 -0
  80. data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +53 -0
  81. data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +47 -0
  82. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +75 -25
  83. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +358 -288
  84. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +82 -60
  85. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +99 -52
  86. data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +328 -0
  87. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +139 -91
  88. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +355 -226
  89. data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +203 -142
  90. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +378 -547
  91. data/vendor/local/share/gtk-doc/html/atk/atkobject.html +33 -0
  92. data/vendor/local/share/gtk-doc/html/atk/data.html +49 -0
  93. data/vendor/local/share/gtk-doc/html/atk/deprecated.html +33 -0
  94. data/vendor/local/share/gtk-doc/html/atk/index.html +70 -46
  95. data/vendor/local/share/gtk-doc/html/atk/index.sgml +419 -519
  96. data/vendor/local/share/gtk-doc/html/atk/{atk.html → interfaces.html} +17 -60
  97. data/vendor/local/share/gtk-doc/html/atk/overview.html +47 -0
  98. data/vendor/local/share/gtk-doc/html/atk/style.css +260 -105
  99. data/vendor/local/share/gtk-doc/html/atk/toolkit.html +33 -0
  100. data/vendor/local/share/gtk-doc/html/atk/utilities.html +28 -14
  101. data/vendor/local/share/license/atk/AUTHORS +18 -5
  102. data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
  103. data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
  104. data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
  105. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
  106. data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
  107. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  108. data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
  109. data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
  110. data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
  111. data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
  112. data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
  113. data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
  114. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  115. data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
  116. data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
  117. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  118. data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
  119. data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
  120. data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
  121. data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
  122. data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
  123. data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
  124. data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
  125. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  126. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
  127. data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
  128. data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
  129. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  130. data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
  131. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
  132. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
  133. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
  134. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
  135. metadata +27 -19
  136. data/lib/1.9/atk.so +0 -0
  137. data/lib/2.1/atk.so +0 -0
  138. data/vendor/local/lib/atk-1.0.def +0 -248
  139. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +0 -31
  140. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +0 -31
  141. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +0 -31
  142. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +0 -31
  143. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +0 -30
@@ -2,29 +2,26 @@
2
2
  <html>
3
3
  <head>
4
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">
5
+ <title>ATK - Accessibility Toolkit: AtkAction</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
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">
8
+ <link rel="up" href="interfaces.html" title="ATK Interfaces">
9
+ <link rel="prev" href="interfaces.html" title="ATK Interfaces">
10
10
  <link rel="next" href="AtkComponent.html" title="AtkComponent">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
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="10"><tr valign="middle">
16
- <td width="100%" align="left">
17
- <a href="#" class="shortcut">Top</a>
18
-  | 
19
- <a href="#AtkAction.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#AtkAction.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
-  | 
23
- <a href="#AtkAction.implementations" class="shortcut">Known Implementations</a>
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="#AtkAction.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#AtkAction.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_implementations">  <span class="dim">|</span> 
20
+ <a href="#AtkAction.implementations" class="shortcut">Known Implementations</a></span>
24
21
  </td>
25
22
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
26
- <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
27
- <td><a accesskey="p" href="atk.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></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="interfaces.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
28
25
  <td><a accesskey="n" href="AtkComponent.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
29
26
  </tr></table>
30
27
  <div class="refentry">
@@ -35,33 +32,94 @@
35
32
  <p>AtkAction — The ATK interface provided by UI components
36
33
  which the user can activate/interact with.</p>
37
34
  </td>
38
- <td valign="top" align="right"></td>
35
+ <td class="gallery_image" valign="top" align="right"></td>
39
36
  </tr></table></div>
40
- <div class="refsynopsisdiv">
41
- <a name="AtkAction.synopsis"></a><h2>Synopsis</h2>
42
- <pre class="synopsis"> <a class="link" href="AtkAction.html#AtkAction-struct" title="AtkAction">AtkAction</a>;
43
- struct <a class="link" href="AtkAction.html#AtkActionIface" title="struct AtkActionIface">AtkActionIface</a>;
44
- <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>,
45
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);
46
- <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>);
47
- 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>,
48
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);
49
- 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>,
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-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>,
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-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>,
54
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);
55
- <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>,
56
- <em class="parameter"><code><span class="type">gint</span> i</code></em>,
57
- <em class="parameter"><code>const <span class="type">gchar</span> *desc</code></em>);
58
- </pre>
37
+ <div class="refsect1">
38
+ <a name="AtkAction.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="AtkAction.html#atk-action-do-action" title="atk_action_do_action ()">atk_action_do_action</a> <span class="c_punctuation">()</span>
51
+ </td>
52
+ </tr>
53
+ <tr>
54
+ <td class="function_type">
55
+ <span class="returnvalue">gint</span>
56
+ </td>
57
+ <td class="function_name">
58
+ <a class="link" href="AtkAction.html#atk-action-get-n-actions" title="atk_action_get_n_actions ()">atk_action_get_n_actions</a> <span class="c_punctuation">()</span>
59
+ </td>
60
+ </tr>
61
+ <tr>
62
+ <td class="function_type">const <span class="returnvalue">gchar</span> *
63
+ </td>
64
+ <td class="function_name">
65
+ <a class="link" href="AtkAction.html#atk-action-get-description" title="atk_action_get_description ()">atk_action_get_description</a> <span class="c_punctuation">()</span>
66
+ </td>
67
+ </tr>
68
+ <tr>
69
+ <td class="function_type">const <span class="returnvalue">gchar</span> *
70
+ </td>
71
+ <td class="function_name">
72
+ <a class="link" href="AtkAction.html#atk-action-get-name" title="atk_action_get_name ()">atk_action_get_name</a> <span class="c_punctuation">()</span>
73
+ </td>
74
+ </tr>
75
+ <tr>
76
+ <td class="function_type">const <span class="returnvalue">gchar</span> *
77
+ </td>
78
+ <td class="function_name">
79
+ <a class="link" href="AtkAction.html#atk-action-get-localized-name" title="atk_action_get_localized_name ()">atk_action_get_localized_name</a> <span class="c_punctuation">()</span>
80
+ </td>
81
+ </tr>
82
+ <tr>
83
+ <td class="function_type">const <span class="returnvalue">gchar</span> *
84
+ </td>
85
+ <td class="function_name">
86
+ <a class="link" href="AtkAction.html#atk-action-get-keybinding" title="atk_action_get_keybinding ()">atk_action_get_keybinding</a> <span class="c_punctuation">()</span>
87
+ </td>
88
+ </tr>
89
+ <tr>
90
+ <td class="function_type">
91
+ <span class="returnvalue">gboolean</span>
92
+ </td>
93
+ <td class="function_name">
94
+ <a class="link" href="AtkAction.html#atk-action-set-description" title="atk_action_set_description ()">atk_action_set_description</a> <span class="c_punctuation">()</span>
95
+ </td>
96
+ </tr>
97
+ </tbody>
98
+ </table></div>
99
+ </div>
100
+ <div class="refsect1">
101
+ <a name="AtkAction.other"></a><h2>Types and Values</h2>
102
+ <div class="informaltable"><table width="100%" border="0">
103
+ <colgroup>
104
+ <col width="150px" class="name">
105
+ <col class="description">
106
+ </colgroup>
107
+ <tbody>
108
+ <tr>
109
+ <td class="datatype_keyword"> </td>
110
+ <td class="function_name"><a class="link" href="AtkAction.html#AtkAction-struct" title="AtkAction">AtkAction</a></td>
111
+ </tr>
112
+ <tr>
113
+ <td class="datatype_keyword">struct</td>
114
+ <td class="function_name"><a class="link" href="AtkAction.html#AtkActionIface" title="struct AtkActionIface">AtkActionIface</a></td>
115
+ </tr>
116
+ </tbody>
117
+ </table></div>
59
118
  </div>
60
119
  <div class="refsect1">
61
120
  <a name="AtkAction.object-hierarchy"></a><h2>Object Hierarchy</h2>
62
- <pre class="synopsis">
63
- GInterface
64
- +----AtkAction
121
+ <pre class="screen"> GInterface
122
+ <span class="lineart">╰──</span> AtkAction
65
123
  </pre>
66
124
  </div>
67
125
  <div class="refsect1">
@@ -72,146 +130,133 @@ AtkAction is implemented by
72
130
  </div>
73
131
  <div class="refsect1">
74
132
  <a name="AtkAction.description"></a><h2>Description</h2>
75
- <p>
76
- <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
133
+ <p><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
77
134
  with which the user can interact directly, i.e. buttons,
78
135
  checkboxes, scrollbars, e.g. components which are not "passive"
79
- providers of UI information.
80
- </p>
81
- <p>
82
- Exceptions: when the user interaction is already covered by another
136
+ providers of UI information.</p>
137
+ <p>Exceptions: when the user interaction is already covered by another
83
138
  appropriate interface such as <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> (insert/delete text,
84
139
  etc.) or <a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> (set value) then these actions should not be
85
- exposed by <a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> as well.
86
- </p>
87
- <p>
88
- Though most UI interactions on components should be invocable via
140
+ exposed by <a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> as well.</p>
141
+ <p>Though most UI interactions on components should be invocable via
89
142
  keyboard as well as mouse, there will generally be a close mapping
90
143
  between "mouse actions" that are possible on a component and the
91
144
  AtkActions. Where mouse and keyboard actions are redundant in
92
145
  effect, <a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> should expose only one action rather than
93
146
  exposing redundant actions if possible. By convention we have been
94
- using "mouse centric" terminology for <a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> names.
95
- </p>
147
+ using "mouse centric" terminology for <a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a> names.</p>
96
148
  </div>
97
149
  <div class="refsect1">
98
- <a name="AtkAction.details"></a><h2>Details</h2>
99
- <div class="refsect2">
100
- <a name="AtkAction-struct"></a><h3>AtkAction</h3>
101
- <pre class="programlisting">typedef struct _AtkAction AtkAction;</pre>
102
- <p>
103
- </p>
104
- </div>
105
- <hr>
106
- <div class="refsect2">
107
- <a name="AtkActionIface"></a><h3>struct AtkActionIface</h3>
108
- <pre class="programlisting">struct AtkActionIface {
109
- GTypeInterface parent;
110
-
111
- gboolean (*do_action) (AtkAction *action,
112
- gint i);
113
- gint (*get_n_actions) (AtkAction *action);
114
- const gchar* (*get_description) (AtkAction *action,
115
- gint i);
116
- const gchar* (*get_name) (AtkAction *action,
117
- gint i);
118
- const gchar* (*get_keybinding) (AtkAction *action,
119
- gint i);
120
- gboolean (*set_description) (AtkAction *action,
121
- gint i,
122
- const gchar *desc);
123
- const gchar* (*get_localized_name)(AtkAction *action,
124
- gint i);
125
- };
126
- </pre>
127
- <p>
128
- </p>
129
- </div>
130
- <hr>
150
+ <a name="AtkAction.functions_details"></a><h2>Functions</h2>
131
151
  <div class="refsect2">
132
- <a name="atk-action-do-action"></a><h3>atk_action_do_action ()</h3>
133
- <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>,
134
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
135
- <p>
136
- Perform the specified action on the object.
137
- </p>
138
- <div class="variablelist"><table border="0">
139
- <col align="left" valign="top">
152
+ <a name="atk-action-do-action"></a><h3>atk_action_do_action ()</h3>
153
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
154
+ 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>,
155
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
156
+ <p>Perform the specified action on the object.</p>
157
+ <div class="refsect3">
158
+ <a name="id-1.5.2.8.2.5"></a><h4>Parameters</h4>
159
+ <div class="informaltable"><table width="100%" border="0">
160
+ <colgroup>
161
+ <col width="150px" class="parameters_name">
162
+ <col class="parameters_description">
163
+ <col width="200px" class="parameters_annotations">
164
+ </colgroup>
140
165
  <tbody>
141
166
  <tr>
142
- <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
143
- <td>a <span class="type">GObject</span> instance that implements AtkActionIface</td>
144
- </tr>
145
- <tr>
146
- <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
147
- <td>the action index corresponding to the action to be performed</td>
167
+ <td class="parameter_name"><p>action</p></td>
168
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkActionIface</p></td>
169
+ <td class="parameter_annotations"> </td>
148
170
  </tr>
149
171
  <tr>
150
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
151
- <td>
152
- <code class="literal">TRUE</code> if success, <code class="literal">FALSE</code> otherwise</td>
172
+ <td class="parameter_name"><p>i</p></td>
173
+ <td class="parameter_description"><p>the action index corresponding to the action to be performed </p></td>
174
+ <td class="parameter_annotations"> </td>
153
175
  </tr>
154
176
  </tbody>
155
177
  </table></div>
156
178
  </div>
179
+ <div class="refsect3">
180
+ <a name="id-1.5.2.8.2.6"></a><h4>Returns</h4>
181
+ <p> <code class="literal">TRUE</code> if success, <code class="literal">FALSE</code> otherwise</p>
182
+ <p></p>
183
+ </div>
184
+ </div>
157
185
  <hr>
158
186
  <div class="refsect2">
159
- <a name="atk-action-get-n-actions"></a><h3>atk_action_get_n_actions ()</h3>
160
- <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>
161
- <p>
162
- Gets the number of accessible actions available on the object.
187
+ <a name="atk-action-get-n-actions"></a><h3>atk_action_get_n_actions ()</h3>
188
+ <pre class="programlisting"><span class="returnvalue">gint</span>
189
+ 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>
190
+ <p>Gets the number of accessible actions available on the object.
163
191
  If there are more than one, the first one is considered the
164
- "default" action of the object.
165
- </p>
166
- <div class="variablelist"><table border="0">
167
- <col align="left" valign="top">
168
- <tbody>
169
- <tr>
170
- <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
171
- <td>a <span class="type">GObject</span> instance that implements AtkActionIface</td>
172
- </tr>
173
- <tr>
174
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
175
- <td>a the number of actions, or 0 if <em class="parameter"><code>action</code></em> does not
176
- implement this interface.</td>
177
- </tr>
178
- </tbody>
192
+ "default" action of the object.</p>
193
+ <div class="refsect3">
194
+ <a name="id-1.5.2.8.3.5"></a><h4>Parameters</h4>
195
+ <div class="informaltable"><table width="100%" border="0">
196
+ <colgroup>
197
+ <col width="150px" class="parameters_name">
198
+ <col class="parameters_description">
199
+ <col width="200px" class="parameters_annotations">
200
+ </colgroup>
201
+ <tbody><tr>
202
+ <td class="parameter_name"><p>action</p></td>
203
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkActionIface</p></td>
204
+ <td class="parameter_annotations"> </td>
205
+ </tr></tbody>
179
206
  </table></div>
180
207
  </div>
208
+ <div class="refsect3">
209
+ <a name="id-1.5.2.8.3.6"></a><h4>Returns</h4>
210
+ <p> a the number of actions, or 0 if <em class="parameter"><code>action</code></em>
211
+ does not
212
+ implement this interface.</p>
213
+ <p></p>
214
+ </div>
215
+ </div>
181
216
  <hr>
182
217
  <div class="refsect2">
183
- <a name="atk-action-get-description"></a><h3>atk_action_get_description ()</h3>
184
- <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>,
185
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
186
- <p>
187
- Returns a description of the specified action of the object.
188
- </p>
189
- <div class="variablelist"><table border="0">
190
- <col align="left" valign="top">
218
+ <a name="atk-action-get-description"></a><h3>atk_action_get_description ()</h3>
219
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> *
220
+ 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>,
221
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
222
+ <p>Returns a description of the specified action of the object.</p>
223
+ <div class="refsect3">
224
+ <a name="id-1.5.2.8.4.5"></a><h4>Parameters</h4>
225
+ <div class="informaltable"><table width="100%" border="0">
226
+ <colgroup>
227
+ <col width="150px" class="parameters_name">
228
+ <col class="parameters_description">
229
+ <col width="200px" class="parameters_annotations">
230
+ </colgroup>
191
231
  <tbody>
192
232
  <tr>
193
- <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
194
- <td>a <span class="type">GObject</span> instance that implements AtkActionIface</td>
195
- </tr>
196
- <tr>
197
- <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
198
- <td>the action index corresponding to the action to be performed</td>
233
+ <td class="parameter_name"><p>action</p></td>
234
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkActionIface</p></td>
235
+ <td class="parameter_annotations"> </td>
199
236
  </tr>
200
237
  <tr>
201
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
202
- <td>a description string, or <code class="literal">NULL</code> if <em class="parameter"><code>action</code></em> does not
203
- implement this interface.</td>
238
+ <td class="parameter_name"><p>i</p></td>
239
+ <td class="parameter_description"><p>the action index corresponding to the action to be performed </p></td>
240
+ <td class="parameter_annotations"> </td>
204
241
  </tr>
205
242
  </tbody>
206
243
  </table></div>
207
244
  </div>
245
+ <div class="refsect3">
246
+ <a name="id-1.5.2.8.4.6"></a><h4>Returns</h4>
247
+ <p> a description string, or <code class="literal">NULL</code> if <em class="parameter"><code>action</code></em>
248
+ does
249
+ not implement this interface. </p>
250
+ <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>]</span></p>
251
+ </div>
252
+ </div>
208
253
  <hr>
209
254
  <div class="refsect2">
210
- <a name="atk-action-get-name"></a><h3>atk_action_get_name ()</h3>
211
- <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>,
212
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
213
- <p>
214
- Returns a non-localized string naming the specified action of the
255
+ <a name="atk-action-get-name"></a><h3>atk_action_get_name ()</h3>
256
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> *
257
+ 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>,
258
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
259
+ <p>Returns a non-localized string naming the specified action of the
215
260
  object. This name is generally not descriptive of the end result
216
261
  of the action, but instead names the 'interaction type' which the
217
262
  object supports. By convention, the above strings should be used to
@@ -219,149 +264,214 @@ represent the actions which correspond to the common point-and-click
219
264
  interaction techniques of the same name: i.e.
220
265
  "click", "press", "release", "drag", "drop", "popup", etc.
221
266
  The "popup" action should be used to pop up a context menu for the
222
- object, if one exists.
223
- </p>
224
- <p>
225
- For technical reasons, some toolkits cannot guarantee that the
267
+ object, if one exists.</p>
268
+ <p>For technical reasons, some toolkits cannot guarantee that the
226
269
  reported action is actually 'bound' to a nontrivial user event;
227
- i.e. the result of some actions via <a class="link" href="AtkAction.html#atk-action-do-action" title="atk_action_do_action ()"><code class="function">atk_action_do_action()</code></a> may be
228
- NIL.
229
- </p>
230
- <div class="variablelist"><table border="0">
231
- <col align="left" valign="top">
270
+ i.e. the result of some actions via <a class="link" href="AtkAction.html#atk-action-do-action" title="atk_action_do_action ()"><code class="function">atk_action_do_action()</code></a> may be
271
+ NIL.</p>
272
+ <div class="refsect3">
273
+ <a name="id-1.5.2.8.5.6"></a><h4>Parameters</h4>
274
+ <div class="informaltable"><table width="100%" border="0">
275
+ <colgroup>
276
+ <col width="150px" class="parameters_name">
277
+ <col class="parameters_description">
278
+ <col width="200px" class="parameters_annotations">
279
+ </colgroup>
232
280
  <tbody>
233
281
  <tr>
234
- <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
235
- <td>a <span class="type">GObject</span> instance that implements AtkActionIface</td>
236
- </tr>
237
- <tr>
238
- <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
239
- <td>the action index corresponding to the action to be performed</td>
282
+ <td class="parameter_name"><p>action</p></td>
283
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkActionIface</p></td>
284
+ <td class="parameter_annotations"> </td>
240
285
  </tr>
241
286
  <tr>
242
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
243
- <td>a name string, or <code class="literal">NULL</code> if <em class="parameter"><code>action</code></em> does not implement this
244
- interface.</td>
287
+ <td class="parameter_name"><p>i</p></td>
288
+ <td class="parameter_description"><p>the action index corresponding to the action to be performed </p></td>
289
+ <td class="parameter_annotations"> </td>
245
290
  </tr>
246
291
  </tbody>
247
292
  </table></div>
248
293
  </div>
294
+ <div class="refsect3">
295
+ <a name="id-1.5.2.8.5.7"></a><h4>Returns</h4>
296
+ <p> a name string, or <code class="literal">NULL</code> if <em class="parameter"><code>action</code></em>
297
+ does not
298
+ implement this interface. </p>
299
+ <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>]</span></p>
300
+ </div>
301
+ </div>
249
302
  <hr>
250
303
  <div class="refsect2">
251
- <a name="atk-action-get-localized-name"></a><h3>atk_action_get_localized_name ()</h3>
252
- <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>,
253
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
254
- <p>
255
- Returns the localized name of the specified action of the object.
256
- </p>
257
- <div class="variablelist"><table border="0">
258
- <col align="left" valign="top">
304
+ <a name="atk-action-get-localized-name"></a><h3>atk_action_get_localized_name ()</h3>
305
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> *
306
+ 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>,
307
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
308
+ <p>Returns the localized name of the specified action of the object.</p>
309
+ <div class="refsect3">
310
+ <a name="id-1.5.2.8.6.5"></a><h4>Parameters</h4>
311
+ <div class="informaltable"><table width="100%" border="0">
312
+ <colgroup>
313
+ <col width="150px" class="parameters_name">
314
+ <col class="parameters_description">
315
+ <col width="200px" class="parameters_annotations">
316
+ </colgroup>
259
317
  <tbody>
260
318
  <tr>
261
- <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
262
- <td>a <span class="type">GObject</span> instance that implements AtkActionIface</td>
263
- </tr>
264
- <tr>
265
- <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
266
- <td>the action index corresponding to the action to be performed</td>
319
+ <td class="parameter_name"><p>action</p></td>
320
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkActionIface</p></td>
321
+ <td class="parameter_annotations"> </td>
267
322
  </tr>
268
323
  <tr>
269
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
270
- <td>a name string, or <code class="literal">NULL</code> if <em class="parameter"><code>action</code></em> does not implement this
271
- interface.</td>
324
+ <td class="parameter_name"><p>i</p></td>
325
+ <td class="parameter_description"><p>the action index corresponding to the action to be performed </p></td>
326
+ <td class="parameter_annotations"> </td>
272
327
  </tr>
273
328
  </tbody>
274
329
  </table></div>
275
330
  </div>
331
+ <div class="refsect3">
332
+ <a name="id-1.5.2.8.6.6"></a><h4>Returns</h4>
333
+ <p> a name string, or <code class="literal">NULL</code> if <em class="parameter"><code>action</code></em>
334
+ does not
335
+ implement this interface. </p>
336
+ <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>]</span></p>
337
+ </div>
338
+ </div>
276
339
  <hr>
277
340
  <div class="refsect2">
278
- <a name="atk-action-get-keybinding"></a><h3>atk_action_get_keybinding ()</h3>
279
- <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>,
280
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
281
- <p>
282
- Gets the keybinding which can be used to activate this action, if one
341
+ <a name="atk-action-get-keybinding"></a><h3>atk_action_get_keybinding ()</h3>
342
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> *
343
+ 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>,
344
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
345
+ <p>Gets the keybinding which can be used to activate this action, if one
283
346
  exists. The string returned should contain localized, human-readable,
284
347
  key sequences as they would appear when displayed on screen. It must
285
- be in the format "mnemonic;sequence;shortcut".
286
- </p>
287
- <p>
288
- </p>
289
- <div class="itemizedlist"><ul class="itemizedlist" type="disc">
348
+ be in the format "mnemonic;sequence;shortcut".</p>
349
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
290
350
  <li class="listitem"><p>The mnemonic key activates the object if it is presently enabled onscreen.
291
- This typically corresponds to the underlined letter within the widget.
292
- Example: "n" in a traditional "New..." menu item or the "a" in "Apply" for
293
- a button.</p></li>
351
+ This typically corresponds to the underlined letter within the widget.
352
+ Example: "n" in a traditional "New..." menu item or the "a" in "Apply" for
353
+ a button.</p></li>
294
354
  <li class="listitem"><p>The sequence is the full list of keys which invoke the action even if the
295
- relevant element is not currently shown on screen. For instance, for a menu
296
- item the sequence is the keybindings used to open the parent menus before
297
- invoking. The sequence string is colon-delimited. Example: "Alt+F:N" in a
298
- traditional "New..." menu item.</p></li>
355
+ relevant element is not currently shown on screen. For instance, for a menu
356
+ item the sequence is the keybindings used to open the parent menus before
357
+ invoking. The sequence string is colon-delimited. Example: "Alt+F:N" in a
358
+ traditional "New..." menu item.</p></li>
299
359
  <li class="listitem"><p>The shortcut, if it exists, will invoke the same action without showing
300
- the component or its enclosing menus or dialogs. Example: "Ctrl+N" in a
301
- traditional "New..." menu item.</p></li>
360
+ the component or its enclosing menus or dialogs. Example: "Ctrl+N" in a
361
+ traditional "New..." menu item.</p></li>
302
362
  </ul></div>
303
- <p>
304
- </p>
305
- <p>
306
- Example: For a traditional "New..." menu item, the expected return value
363
+ <p>Example: For a traditional "New..." menu item, the expected return value
307
364
  would be: "N;Alt+F:N;Ctrl+N" for the English locale and "N;Alt+D:N;Strg+N"
308
365
  for the German locale. If, hypothetically, this menu item lacked a mnemonic,
309
- it would be represented by ";;Ctrl+N" and ";;Strg+N" respectively.
310
- </p>
311
- <div class="variablelist"><table border="0">
312
- <col align="left" valign="top">
366
+ it would be represented by ";;Ctrl+N" and ";;Strg+N" respectively.</p>
367
+ <div class="refsect3">
368
+ <a name="id-1.5.2.8.7.7"></a><h4>Parameters</h4>
369
+ <div class="informaltable"><table width="100%" border="0">
370
+ <colgroup>
371
+ <col width="150px" class="parameters_name">
372
+ <col class="parameters_description">
373
+ <col width="200px" class="parameters_annotations">
374
+ </colgroup>
313
375
  <tbody>
314
376
  <tr>
315
- <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
316
- <td>a <span class="type">GObject</span> instance that implements AtkActionIface</td>
317
- </tr>
318
- <tr>
319
- <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
320
- <td>the action index corresponding to the action to be performed</td>
377
+ <td class="parameter_name"><p>action</p></td>
378
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkActionIface</p></td>
379
+ <td class="parameter_annotations"> </td>
321
380
  </tr>
322
381
  <tr>
323
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
324
- <td>the keybinding which can be used to activate this action,
325
- or <code class="literal">NULL</code> if there is no keybinding for this action.</td>
382
+ <td class="parameter_name"><p>i</p></td>
383
+ <td class="parameter_description"><p>the action index corresponding to the action to be performed</p></td>
384
+ <td class="parameter_annotations"> </td>
326
385
  </tr>
327
386
  </tbody>
328
387
  </table></div>
329
388
  </div>
389
+ <div class="refsect3">
390
+ <a name="id-1.5.2.8.7.8"></a><h4>Returns</h4>
391
+ <p> the keybinding which can be used to activate
392
+ this action, or <code class="literal">NULL</code> if there is no keybinding for this action. </p>
393
+ <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>]</span></p>
394
+ </div>
395
+ </div>
330
396
  <hr>
331
397
  <div class="refsect2">
332
- <a name="atk-action-set-description"></a><h3>atk_action_set_description ()</h3>
333
- <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>,
334
- <em class="parameter"><code><span class="type">gint</span> i</code></em>,
335
- <em class="parameter"><code>const <span class="type">gchar</span> *desc</code></em>);</pre>
336
- <p>
337
- Sets a description of the specified action of the object.
338
- </p>
339
- <div class="variablelist"><table border="0">
340
- <col align="left" valign="top">
398
+ <a name="atk-action-set-description"></a><h3>atk_action_set_description ()</h3>
399
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
400
+ 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>,
401
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>,
402
+ <em class="parameter"><code>const <span class="type">gchar</span> *desc</code></em>);</pre>
403
+ <p>Sets a description of the specified action of the object.</p>
404
+ <div class="refsect3">
405
+ <a name="id-1.5.2.8.8.5"></a><h4>Parameters</h4>
406
+ <div class="informaltable"><table width="100%" border="0">
407
+ <colgroup>
408
+ <col width="150px" class="parameters_name">
409
+ <col class="parameters_description">
410
+ <col width="200px" class="parameters_annotations">
411
+ </colgroup>
341
412
  <tbody>
342
413
  <tr>
343
- <td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
344
- <td>a <span class="type">GObject</span> instance that implements AtkActionIface</td>
345
- </tr>
346
- <tr>
347
- <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
348
- <td>the action index corresponding to the action to be performed</td>
414
+ <td class="parameter_name"><p>action</p></td>
415
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkActionIface</p></td>
416
+ <td class="parameter_annotations"> </td>
349
417
  </tr>
350
418
  <tr>
351
- <td><p><span class="term"><em class="parameter"><code>desc</code></em> :</span></p></td>
352
- <td>the description to be assigned to this action</td>
419
+ <td class="parameter_name"><p>i</p></td>
420
+ <td class="parameter_description"><p>the action index corresponding to the action to be performed </p></td>
421
+ <td class="parameter_annotations"> </td>
353
422
  </tr>
354
423
  <tr>
355
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
356
- <td>a gboolean representing if the description was successfully set;</td>
424
+ <td class="parameter_name"><p>desc</p></td>
425
+ <td class="parameter_description"><p>the description to be assigned to this action</p></td>
426
+ <td class="parameter_annotations"> </td>
357
427
  </tr>
358
428
  </tbody>
359
429
  </table></div>
360
430
  </div>
431
+ <div class="refsect3">
432
+ <a name="id-1.5.2.8.8.6"></a><h4>Returns</h4>
433
+ <p> a gboolean representing if the description was successfully set;</p>
434
+ <p></p>
435
+ </div>
436
+ </div>
437
+ </div>
438
+ <div class="refsect1">
439
+ <a name="AtkAction.other_details"></a><h2>Types and Values</h2>
440
+ <div class="refsect2">
441
+ <a name="AtkAction-struct"></a><h3>AtkAction</h3>
442
+ <pre class="programlisting">typedef struct _AtkAction AtkAction;</pre>
443
+ <p>
444
+ </p>
445
+ </div>
446
+ <hr>
447
+ <div class="refsect2">
448
+ <a name="AtkActionIface"></a><h3>struct AtkActionIface</h3>
449
+ <pre class="programlisting">struct AtkActionIface {
450
+ GTypeInterface parent;
451
+
452
+ gboolean (*do_action) (AtkAction *action,
453
+ gint i);
454
+ gint (*get_n_actions) (AtkAction *action);
455
+ const gchar* (*get_description) (AtkAction *action,
456
+ gint i);
457
+ const gchar* (*get_name) (AtkAction *action,
458
+ gint i);
459
+ const gchar* (*get_keybinding) (AtkAction *action,
460
+ gint i);
461
+ gboolean (*set_description) (AtkAction *action,
462
+ gint i,
463
+ const gchar *desc);
464
+ const gchar* (*get_localized_name)(AtkAction *action,
465
+ gint i);
466
+ };
467
+ </pre>
468
+ <p>
469
+ </p>
470
+ </div>
361
471
  </div>
362
472
  </div>
363
473
  <div class="footer">
364
474
  <hr>
365
- Generated by GTK-Doc V1.19.1</div>
475
+ Generated by GTK-Doc V1.21.1</div>
366
476
  </body>
367
477
  </html>