atk 2.2.0-x86-mingw32 → 2.2.1-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 (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,30 +2,27 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>AtkEditableText</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>ATK - Accessibility Toolkit: AtkEditableText</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">
8
+ <link rel="up" href="interfaces.html" title="ATK Interfaces">
9
9
  <link rel="prev" href="AtkDocument.html" title="AtkDocument">
10
- <link rel="next" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
10
+ <link rel="next" href="atk-AtkHyperlinkImpl.html" title="AtkHyperlinImpl">
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="#AtkEditableText.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#AtkEditableText.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
-  | 
23
- <a href="#AtkEditableText.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="#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>
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>
23
+ <td><a accesskey="u" href="interfaces.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
27
24
  <td><a accesskey="p" href="AtkDocument.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
28
- <td><a accesskey="n" href="AtkGObjectAccessible.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></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>
29
26
  </tr></table>
30
27
  <div class="refentry">
31
28
  <a name="AtkEditableText"></a><div class="titlepage"></div>
@@ -35,40 +32,92 @@
35
32
  <p>AtkEditableText — The ATK interface implemented by components
36
33
  containing user-editable text content.</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="AtkEditableText.synopsis"></a><h2>Synopsis</h2>
42
- <pre class="synopsis"> <a class="link" href="AtkEditableText.html#AtkEditableText-struct" title="AtkEditableText">AtkEditableText</a>;
43
- <span class="returnvalue">gboolean</span> <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>
44
- (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
45
- <em class="parameter"><code><a class="link" href="AtkText.html#AtkAttributeSet" title="AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> *attrib_set</code></em>,
46
- <em class="parameter"><code><span class="type">gint</span> start_offset</code></em>,
47
- <em class="parameter"><code><span class="type">gint</span> end_offset</code></em>);
48
- <span class="returnvalue">void</span> <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> (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
49
- <em class="parameter"><code>const <span class="type">gchar</span> *string</code></em>);
50
- <span class="returnvalue">void</span> <a class="link" href="AtkEditableText.html#atk-editable-text-insert-text" title="atk_editable_text_insert_text ()">atk_editable_text_insert_text</a> (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
51
- <em class="parameter"><code>const <span class="type">gchar</span> *string</code></em>,
52
- <em class="parameter"><code><span class="type">gint</span> length</code></em>,
53
- <em class="parameter"><code><span class="type">gint</span> *position</code></em>);
54
- <span class="returnvalue">void</span> <a class="link" href="AtkEditableText.html#atk-editable-text-copy-text" title="atk_editable_text_copy_text ()">atk_editable_text_copy_text</a> (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
55
- <em class="parameter"><code><span class="type">gint</span> start_pos</code></em>,
56
- <em class="parameter"><code><span class="type">gint</span> end_pos</code></em>);
57
- <span class="returnvalue">void</span> <a class="link" href="AtkEditableText.html#atk-editable-text-cut-text" title="atk_editable_text_cut_text ()">atk_editable_text_cut_text</a> (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
58
- <em class="parameter"><code><span class="type">gint</span> start_pos</code></em>,
59
- <em class="parameter"><code><span class="type">gint</span> end_pos</code></em>);
60
- <span class="returnvalue">void</span> <a class="link" href="AtkEditableText.html#atk-editable-text-delete-text" title="atk_editable_text_delete_text ()">atk_editable_text_delete_text</a> (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
61
- <em class="parameter"><code><span class="type">gint</span> start_pos</code></em>,
62
- <em class="parameter"><code><span class="type">gint</span> end_pos</code></em>);
63
- <span class="returnvalue">void</span> <a class="link" href="AtkEditableText.html#atk-editable-text-paste-text" title="atk_editable_text_paste_text ()">atk_editable_text_paste_text</a> (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
64
- <em class="parameter"><code><span class="type">gint</span> position</code></em>);
65
- </pre>
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>
66
116
  </div>
67
117
  <div class="refsect1">
68
118
  <a name="AtkEditableText.object-hierarchy"></a><h2>Object Hierarchy</h2>
69
- <pre class="synopsis">
70
- GInterface
71
- +----AtkEditableText
119
+ <pre class="screen"> GInterface
120
+ <span class="lineart">╰──</span> AtkEditableText
72
121
  </pre>
73
122
  </div>
74
123
  <div class="refsect1">
@@ -79,245 +128,302 @@ AtkEditableText is implemented by
79
128
  </div>
80
129
  <div class="refsect1">
81
130
  <a name="AtkEditableText.description"></a><h2>Description</h2>
82
- <p>
83
- <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> should be implemented by UI components which
131
+ <p><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> should be implemented by UI components which
84
132
  contain text which the user can edit, via the <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
85
- corresponding to that component (see <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>).
86
- </p>
87
- <p>
88
- <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
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
89
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>
90
- implementor as well.
91
- </p>
92
- <p>
93
- See also: <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a>
94
- </p>
136
+ implementor as well.</p>
137
+ <p>See also: <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a></p>
95
138
  </div>
96
139
  <div class="refsect1">
97
- <a name="AtkEditableText.details"></a><h2>Details</h2>
140
+ <a name="AtkEditableText.functions_details"></a><h2>Functions</h2>
98
141
  <div class="refsect2">
99
- <a name="AtkEditableText-struct"></a><h3>AtkEditableText</h3>
100
- <pre class="programlisting">typedef struct _AtkEditableText AtkEditableText;</pre>
101
- <p>
102
- </p>
103
- </div>
104
- <hr>
105
- <div class="refsect2">
106
- <a name="atk-editable-text-set-run-attributes"></a><h3>atk_editable_text_set_run_attributes ()</h3>
107
- <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_editable_text_set_run_attributes
108
- (<em class="parameter"><code><a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> *text</code></em>,
109
- <em class="parameter"><code><a class="link" href="AtkText.html#AtkAttributeSet" title="AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> *attrib_set</code></em>,
110
- <em class="parameter"><code><span class="type">gint</span> start_offset</code></em>,
111
- <em class="parameter"><code><span class="type">gint</span> end_offset</code></em>);</pre>
112
- <p>
113
- Sets the attributes for a specified range. See the ATK_ATTRIBUTE
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
114
149
  macros (such as <span class="type">ATK_ATTRIBUTE_LEFT_MARGIN</span>) for examples of attributes
115
150
  that can be set. Note that other attributes that do not have corresponding
116
- ATK_ATTRIBUTE macros may also be set for certain text widgets.
117
- </p>
118
- <div class="variablelist"><table border="0">
119
- <col align="left" valign="top">
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>
120
160
  <tbody>
121
161
  <tr>
122
- <td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
123
- <td>an <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a>
124
- </td>
125
- </tr>
126
- <tr>
127
- <td><p><span class="term"><em class="parameter"><code>attrib_set</code></em> :</span></p></td>
128
- <td>an <a class="link" href="AtkText.html#AtkAttributeSet" title="AtkAttributeSet"><span class="type">AtkAttributeSet</span></a>
129
- </td>
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>
130
165
  </tr>
131
166
  <tr>
132
- <td><p><span class="term"><em class="parameter"><code>start_offset</code></em> :</span></p></td>
133
- <td>start of range in which to set attributes</td>
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>
134
170
  </tr>
135
171
  <tr>
136
- <td><p><span class="term"><em class="parameter"><code>end_offset</code></em> :</span></p></td>
137
- <td>end of range in which to set attributes</td>
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>
138
175
  </tr>
139
176
  <tr>
140
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
141
- <td>
142
- <code class="literal">TRUE</code> if attributes successfully set for the specified
143
- range, otherwise <code class="literal">FALSE</code>
144
- </td>
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>
145
180
  </tr>
146
181
  </tbody>
147
182
  </table></div>
148
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>
149
191
  <hr>
150
192
  <div class="refsect2">
151
- <a name="atk-editable-text-set-text-contents"></a><h3>atk_editable_text_set_text_contents ()</h3>
152
- <pre class="programlisting"><span class="returnvalue">void</span> 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>,
153
- <em class="parameter"><code>const <span class="type">gchar</span> *string</code></em>);</pre>
154
- <p>
155
- Set text contents of <em class="parameter"><code>text</code></em>.
156
- </p>
157
- <div class="variablelist"><table border="0">
158
- <col align="left" valign="top">
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>
159
207
  <tbody>
160
208
  <tr>
161
- <td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
162
- <td>an <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a>
163
- </td>
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>
164
212
  </tr>
165
213
  <tr>
166
- <td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
167
- <td>string to set for text contents of <em class="parameter"><code>text</code></em>
168
- </td>
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>
169
218
  </tr>
170
219
  </tbody>
171
220
  </table></div>
172
221
  </div>
222
+ </div>
173
223
  <hr>
174
224
  <div class="refsect2">
175
- <a name="atk-editable-text-insert-text"></a><h3>atk_editable_text_insert_text ()</h3>
176
- <pre class="programlisting"><span class="returnvalue">void</span> 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>,
177
- <em class="parameter"><code>const <span class="type">gchar</span> *string</code></em>,
178
- <em class="parameter"><code><span class="type">gint</span> length</code></em>,
179
- <em class="parameter"><code><span class="type">gint</span> *position</code></em>);</pre>
180
- <p>
181
- Insert text at a given position.
182
- </p>
183
- <div class="variablelist"><table border="0">
184
- <col align="left" valign="top">
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>
185
240
  <tbody>
186
241
  <tr>
187
- <td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
188
- <td>an <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a>
189
- </td>
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>
190
245
  </tr>
191
246
  <tr>
192
- <td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
193
- <td>the text to insert</td>
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>
194
250
  </tr>
195
251
  <tr>
196
- <td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
197
- <td>the length of text to insert, in bytes</td>
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>
198
255
  </tr>
199
256
  <tr>
200
- <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
201
- <td>The caller initializes this to
257
+ <td class="parameter_name"><p>position</p></td>
258
+ <td class="parameter_description"><p>The caller initializes this to
202
259
  the position at which to insert the text. After the call it
203
- points at the position after the newly inserted text.</td>
260
+ points at the position after the newly inserted text.</p></td>
261
+ <td class="parameter_annotations"> </td>
204
262
  </tr>
205
263
  </tbody>
206
264
  </table></div>
207
265
  </div>
266
+ </div>
208
267
  <hr>
209
268
  <div class="refsect2">
210
- <a name="atk-editable-text-copy-text"></a><h3>atk_editable_text_copy_text ()</h3>
211
- <pre class="programlisting"><span class="returnvalue">void</span> 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>,
212
- <em class="parameter"><code><span class="type">gint</span> start_pos</code></em>,
213
- <em class="parameter"><code><span class="type">gint</span> end_pos</code></em>);</pre>
214
- <p>
215
- Copy text from <em class="parameter"><code>start_pos</code></em> up to, but not including <em class="parameter"><code>end_pos</code></em>
216
- to the clipboard.
217
- </p>
218
- <div class="variablelist"><table border="0">
219
- <col align="left" valign="top">
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>
220
286
  <tbody>
221
287
  <tr>
222
- <td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
223
- <td>an <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a>
224
- </td>
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>
225
291
  </tr>
226
292
  <tr>
227
- <td><p><span class="term"><em class="parameter"><code>start_pos</code></em> :</span></p></td>
228
- <td>start position</td>
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>
229
296
  </tr>
230
297
  <tr>
231
- <td><p><span class="term"><em class="parameter"><code>end_pos</code></em> :</span></p></td>
232
- <td>end position</td>
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>
233
301
  </tr>
234
302
  </tbody>
235
303
  </table></div>
236
304
  </div>
305
+ </div>
237
306
  <hr>
238
307
  <div class="refsect2">
239
- <a name="atk-editable-text-cut-text"></a><h3>atk_editable_text_cut_text ()</h3>
240
- <pre class="programlisting"><span class="returnvalue">void</span> 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>,
241
- <em class="parameter"><code><span class="type">gint</span> start_pos</code></em>,
242
- <em class="parameter"><code><span class="type">gint</span> end_pos</code></em>);</pre>
243
- <p>
244
- Copy text from <em class="parameter"><code>start_pos</code></em> up to, but not including <em class="parameter"><code>end_pos</code></em>
245
- to the clipboard and then delete from the widget.
246
- </p>
247
- <div class="variablelist"><table border="0">
248
- <col align="left" valign="top">
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>
249
325
  <tbody>
250
326
  <tr>
251
- <td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
252
- <td>an <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a>
253
- </td>
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>
254
330
  </tr>
255
331
  <tr>
256
- <td><p><span class="term"><em class="parameter"><code>start_pos</code></em> :</span></p></td>
257
- <td>start position</td>
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>
258
335
  </tr>
259
336
  <tr>
260
- <td><p><span class="term"><em class="parameter"><code>end_pos</code></em> :</span></p></td>
261
- <td>end position</td>
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>
262
340
  </tr>
263
341
  </tbody>
264
342
  </table></div>
265
343
  </div>
344
+ </div>
266
345
  <hr>
267
346
  <div class="refsect2">
268
- <a name="atk-editable-text-delete-text"></a><h3>atk_editable_text_delete_text ()</h3>
269
- <pre class="programlisting"><span class="returnvalue">void</span> 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>,
270
- <em class="parameter"><code><span class="type">gint</span> start_pos</code></em>,
271
- <em class="parameter"><code><span class="type">gint</span> end_pos</code></em>);</pre>
272
- <p>
273
- Delete text <em class="parameter"><code>start_pos</code></em> up to, but not including <em class="parameter"><code>end_pos</code></em>.
274
- </p>
275
- <div class="variablelist"><table border="0">
276
- <col align="left" valign="top">
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>
277
363
  <tbody>
278
364
  <tr>
279
- <td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
280
- <td>an <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a>
281
- </td>
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>
282
368
  </tr>
283
369
  <tr>
284
- <td><p><span class="term"><em class="parameter"><code>start_pos</code></em> :</span></p></td>
285
- <td>start position</td>
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>
286
373
  </tr>
287
374
  <tr>
288
- <td><p><span class="term"><em class="parameter"><code>end_pos</code></em> :</span></p></td>
289
- <td>end position</td>
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>
290
378
  </tr>
291
379
  </tbody>
292
380
  </table></div>
293
381
  </div>
382
+ </div>
294
383
  <hr>
295
384
  <div class="refsect2">
296
- <a name="atk-editable-text-paste-text"></a><h3>atk_editable_text_paste_text ()</h3>
297
- <pre class="programlisting"><span class="returnvalue">void</span> 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>,
298
- <em class="parameter"><code><span class="type">gint</span> position</code></em>);</pre>
299
- <p>
300
- Paste text from clipboard to specified <em class="parameter"><code>position</code></em>.
301
- </p>
302
- <div class="variablelist"><table border="0">
303
- <col align="left" valign="top">
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>
304
399
  <tbody>
305
400
  <tr>
306
- <td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
307
- <td>an <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a>
308
- </td>
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>
309
404
  </tr>
310
405
  <tr>
311
- <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
312
- <td>position to paste</td>
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>
313
409
  </tr>
314
410
  </tbody>
315
411
  </table></div>
316
412
  </div>
317
413
  </div>
318
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>
319
425
  <div class="footer">
320
426
  <hr>
321
- Generated by GTK-Doc V1.19.1</div>
427
+ Generated by GTK-Doc V1.21.1</div>
322
428
  </body>
323
429
  </html>