gdk3 3.2.5-x64-mingw32 → 3.2.6-x64-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 (175) hide show
  1. checksums.yaml +4 -4
  2. data/COPYING.LIB +502 -0
  3. data/README.md +25 -0
  4. data/Rakefile +6 -6
  5. data/gdk3.gemspec +41 -0
  6. data/lib/gdk3/cursor.rb +13 -0
  7. data/lib/gdk3/loader.rb +23 -5
  8. data/test/test-gdk-cursor.rb +17 -1
  9. data/vendor/local/bin/gtk-builder-tool.exe +0 -0
  10. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  11. data/vendor/local/bin/gtk-launch.exe +0 -0
  12. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  13. data/vendor/local/bin/gtk-query-settings.exe +0 -0
  14. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  15. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  16. data/vendor/local/bin/gtk3-demo.exe +0 -0
  17. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  18. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  19. data/vendor/local/bin/libepoxy-0.dll +0 -0
  20. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  21. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  22. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  23. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  24. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +1 -1
  25. data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +1 -1
  26. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +3 -3
  27. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  28. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  29. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  30. data/vendor/local/lib/libepoxy.dll.a +0 -0
  31. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  32. data/vendor/local/lib/libgailutil-3.la +1 -1
  33. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  34. data/vendor/local/lib/libgdk-3.la +2 -2
  35. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  36. data/vendor/local/lib/libgtk-3.la +2 -2
  37. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  38. data/vendor/local/lib/libgtkreftestprivate.la +1 -1
  39. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  40. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +1 -1
  41. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +1 -1
  42. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
  43. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
  44. data/vendor/local/share/aclocal/gtk-3.0.m4 +6 -13
  45. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +14 -6
  46. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +11 -11
  47. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
  48. data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +6 -6
  49. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +1 -1
  50. data/vendor/local/share/gtk-doc/html/gdk3/index.html +1 -1
  51. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +3 -3
  52. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +2 -2
  53. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +2 -2
  54. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +22 -22
  55. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +3 -3
  56. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +19 -19
  57. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +3 -3
  58. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +12 -12
  59. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +8 -8
  60. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +16 -16
  61. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +9 -9
  62. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +27 -27
  63. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +3 -3
  64. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +1 -1
  65. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +2 -2
  66. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +2 -2
  67. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +6 -6
  68. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +2 -2
  69. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +4 -4
  70. data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +22 -23
  71. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +48 -48
  72. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +2 -2
  73. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +4 -4
  74. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +4 -4
  75. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +30 -30
  76. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +6 -6
  77. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +1 -1
  78. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +1 -1
  79. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +11 -11
  80. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +4 -4
  81. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +1 -1
  82. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +31 -31
  83. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +1 -1
  84. data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +1 -1
  85. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +1 -1
  86. data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +8 -8
  87. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +3 -3
  88. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +5 -5
  89. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +9 -9
  90. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +4 -4
  91. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +1 -1
  92. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +1 -1
  93. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +4 -4
  94. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +5 -5
  95. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +4 -4
  96. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +10 -10
  97. data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +3 -3
  98. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +18 -18
  99. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +28 -28
  100. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +40 -40
  101. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +29 -29
  102. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +30 -30
  103. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +15 -15
  104. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +8 -8
  105. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +3 -3
  106. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +4 -4
  107. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +13 -13
  108. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +1 -1
  109. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +6 -6
  110. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +275 -275
  111. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +53 -53
  112. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +2 -2
  113. data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +7 -1
  114. data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +13 -13
  115. data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +35 -35
  116. data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +2 -2
  117. data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +1 -1
  118. data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +37 -37
  119. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +2 -2
  120. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +13 -13
  121. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +2 -2
  122. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +1 -1
  123. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +9 -9
  124. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +4 -4
  125. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +12 -12
  126. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +33 -33
  127. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +40 -40
  128. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +3 -3
  129. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +9 -9
  130. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +24 -24
  131. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +4 -4
  132. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +34 -34
  133. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +9 -9
  134. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +36 -36
  135. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +1 -1
  136. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +4 -4
  137. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +3 -3
  138. data/vendor/local/share/gtk-doc/html/gtk3/index.html +1 -1
  139. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
  140. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  141. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
  142. data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30-properties.mo +0 -0
  143. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
  144. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
  145. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
  146. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
  147. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
  148. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
  149. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
  150. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
  151. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
  152. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
  153. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
  154. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
  155. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
  156. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
  157. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
  158. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
  159. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
  160. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo +0 -0
  161. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
  162. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
  163. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
  164. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  165. data/vendor/local/share/man/man1/gtk-builder-tool.1 +1 -1
  166. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  167. data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
  168. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  169. data/vendor/local/share/man/man1/gtk-query-settings.1 +1 -1
  170. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  171. data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
  172. data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
  173. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
  174. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  175. metadata +7 -60
@@ -149,7 +149,7 @@ To obtain the color represented by a GtkSymbolicColor, it has to
149
149
  be resolved with <a class="link" href="gtk3-GtkSymbolicColor.html#gtk-symbolic-color-resolve" title="gtk_symbolic_color_resolve ()"><code class="function">gtk_symbolic_color_resolve()</code></a>, which replaces all
150
150
  symbolic color references by the colors they refer to (in a given
151
151
  context) and evaluates mix, shade and other expressions, resulting
152
- in a <a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> value.</p>
152
+ in a <span class="type">GdkRGBA</span> value.</p>
153
153
  <p>It is not normally necessary to deal directly with <a href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor"><span class="type">GtkSymbolicColors</span></a>,
154
154
  since they are mostly used behind the scenes by <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> and
155
155
  <a class="link" href="GtkCssProvider.html" title="GtkCssProvider"><span class="type">GtkCssProvider</span></a>.</p>
@@ -161,7 +161,7 @@ implementation detail of GTK+.</p>
161
161
  <div class="refsect2">
162
162
  <a name="gtk-symbolic-color-new-literal"></a><h3>gtk_symbolic_color_new_literal ()</h3>
163
163
  <pre class="programlisting"><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="returnvalue">GtkSymbolicColor</span></a> *
164
- gtk_symbolic_color_new_literal (<em class="parameter"><code>const <a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
164
+ gtk_symbolic_color_new_literal (<em class="parameter"><code>const <span class="type">GdkRGBA</span> *color</code></em>);</pre>
165
165
  <div class="warning">
166
166
  <p><code class="literal">gtk_symbolic_color_new_literal</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
167
167
  <p><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> is deprecated.</p>
@@ -177,7 +177,7 @@ gtk_symbolic_color_new_literal (<em class="parameter"><code>const <a href="../ht
177
177
  </colgroup>
178
178
  <tbody><tr>
179
179
  <td class="parameter_name"><p>color</p></td>
180
- <td class="parameter_description"><p>a <a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a></p></td>
180
+ <td class="parameter_description"><p>a <span class="type">GdkRGBA</span></p></td>
181
181
  <td class="parameter_annotations"> </td>
182
182
  </tr></tbody>
183
183
  </table></div>
@@ -472,7 +472,7 @@ reference count reaches 0.</p>
472
472
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
473
473
  gtk_symbolic_color_resolve (<em class="parameter"><code><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> *color</code></em>,
474
474
  <em class="parameter"><code><a class="link" href="gtk3-GtkStyleProperties.html#GtkStyleProperties" title="struct GtkStyleProperties"><span class="type">GtkStyleProperties</span></a> *props</code></em>,
475
- <em class="parameter"><code><a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *resolved_color</code></em>);</pre>
475
+ <em class="parameter"><code><span class="type">GdkRGBA</span> *resolved_color</code></em>);</pre>
476
476
  <div class="warning">
477
477
  <p><code class="literal">gtk_symbolic_color_resolve</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
478
478
  <p><a class="link" href="gtk3-GtkSymbolicColor.html#GtkSymbolicColor" title="GtkSymbolicColor"><span class="type">GtkSymbolicColor</span></a> is deprecated.</p>
@@ -141,7 +141,7 @@
141
141
  </tr>
142
142
  <tr>
143
143
  <td class="function_type">
144
- <a href="../html/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a>
144
+ <span class="returnvalue">GdkModifierType</span>
145
145
  </td>
146
146
  <td class="function_name">
147
147
  <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accel-group-get-modifier-mask" title="gtk_accel_group_get_modifier_mask ()">gtk_accel_group_get_modifier_mask</a> <span class="c_punctuation">()</span>
@@ -237,7 +237,7 @@
237
237
  </tr>
238
238
  <tr>
239
239
  <td class="function_type">
240
- <a href="../html/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a>
240
+ <span class="returnvalue">GdkModifierType</span>
241
241
  </td>
242
242
  <td class="function_name">
243
243
  <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accelerator-get-default-mod-mask" title="gtk_accelerator_get_default_mod_mask ()">gtk_accelerator_get_default_mod_mask</a> <span class="c_punctuation">()</span>
@@ -261,7 +261,7 @@
261
261
  <td class="property_flags">Read</td>
262
262
  </tr>
263
263
  <tr>
264
- <td class="property_type"><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a></td>
264
+ <td class="property_type"><span class="type">GdkModifierType</span></td>
265
265
  <td class="property_name"><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup--modifier-mask" title="The “modifier-mask” property">modifier-mask</a></td>
266
266
  <td class="property_flags">Read</td>
267
267
  </tr>
@@ -363,7 +363,7 @@ gtk_accel_group_new (<em class="parameter"><code><span class="type">void</span><
363
363
  <pre class="programlisting"><span class="returnvalue">void</span>
364
364
  gtk_accel_group_connect (<em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>,
365
365
  <em class="parameter"><code><span class="type">guint</span> accel_key</code></em>,
366
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>,
366
+ <em class="parameter"><code><span class="type">GdkModifierType</span> accel_mods</code></em>,
367
367
  <em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelFlags" title="enum GtkAccelFlags"><span class="type">GtkAccelFlags</span></a> accel_flags</code></em>,
368
368
  <em class="parameter"><code><span class="type">GClosure</span> *closure</code></em>);</pre>
369
369
  <p>Installs an accelerator in this group. When <em class="parameter"><code>accel_group</code></em>
@@ -474,7 +474,7 @@ first with <code class="function">g_intern_static_string()</code>.</p>
474
474
  <span class="c_punctuation">(</span>*GtkAccelGroupActivate<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>,
475
475
  <em class="parameter"><code><span class="type">GObject</span> *acceleratable</code></em>,
476
476
  <em class="parameter"><code><span class="type">guint</span> keyval</code></em>,
477
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier</code></em>);</pre>
477
+ <em class="parameter"><code><span class="type">GdkModifierType</span> modifier</code></em>);</pre>
478
478
  </div>
479
479
  <hr>
480
480
  <div class="refsect2">
@@ -544,7 +544,7 @@ group, or <code class="literal">NULL</code> to remove all closures. </p></td>
544
544
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
545
545
  gtk_accel_group_disconnect_key (<em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>,
546
546
  <em class="parameter"><code><span class="type">guint</span> accel_key</code></em>,
547
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>);</pre>
547
+ <em class="parameter"><code><span class="type">GdkModifierType</span> accel_mods</code></em>);</pre>
548
548
  <p>Removes an accelerator previously installed through
549
549
  <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accel-group-connect" title="gtk_accel_group_connect ()"><code class="function">gtk_accel_group_connect()</code></a>.</p>
550
550
  <div class="refsect3">
@@ -588,7 +588,7 @@ gtk_accel_group_activate (<em class="parameter"><code><a class="link" href="gtk3
588
588
  <em class="parameter"><code><span class="type">GQuark</span> accel_quark</code></em>,
589
589
  <em class="parameter"><code><span class="type">GObject</span> *acceleratable</code></em>,
590
590
  <em class="parameter"><code><span class="type">guint</span> accel_key</code></em>,
591
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>);</pre>
591
+ <em class="parameter"><code><span class="type">GdkModifierType</span> accel_mods</code></em>);</pre>
592
592
  <p>Finds the first accelerator in <em class="parameter"><code>accel_group</code></em>
593
593
  that matches
594
594
  <em class="parameter"><code>accel_key</code></em>
@@ -753,11 +753,11 @@ is connected, or <code class="literal">NULL</code>. </p>
753
753
  <hr>
754
754
  <div class="refsect2">
755
755
  <a name="gtk-accel-group-get-modifier-mask"></a><h3>gtk_accel_group_get_modifier_mask ()</h3>
756
- <pre class="programlisting"><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a>
756
+ <pre class="programlisting"><span class="returnvalue">GdkModifierType</span>
757
757
  gtk_accel_group_get_modifier_mask (<em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);</pre>
758
- <p>Gets a <a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> representing the mask for this
758
+ <p>Gets a <span class="type">GdkModifierType</span> representing the mask for this
759
759
  <em class="parameter"><code>accel_group</code></em>
760
- . For example, <a href="../html/gdk3-Windows.html#GDK-CONTROL-MASK:CAPS"><span class="type">GDK_CONTROL_MASK</span></a>, <a href="../html/gdk3-Windows.html#GDK-SHIFT-MASK:CAPS"><span class="type">GDK_SHIFT_MASK</span></a>, etc.</p>
760
+ . For example, <span class="type">GDK_CONTROL_MASK</span>, <span class="type">GDK_SHIFT_MASK</span>, etc.</p>
761
761
  <div class="refsect3">
762
762
  <a name="gtk-accel-group-get-modifier-mask.parameters"></a><h4>Parameters</h4>
763
763
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -785,7 +785,7 @@ gtk_accel_group_get_modifier_mask (<em class="parameter"><code><a class="link" h
785
785
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
786
786
  gtk_accel_groups_activate (<em class="parameter"><code><span class="type">GObject</span> *object</code></em>,
787
787
  <em class="parameter"><code><span class="type">guint</span> accel_key</code></em>,
788
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>);</pre>
788
+ <em class="parameter"><code><span class="type">GdkModifierType</span> accel_mods</code></em>);</pre>
789
789
  <p>Finds the first accelerator in any <a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> attached
790
790
  to <em class="parameter"><code>object</code></em>
791
791
  that matches <em class="parameter"><code>accel_key</code></em>
@@ -909,10 +909,10 @@ with. </p></td>
909
909
  <a name="gtk-accelerator-valid"></a><h3>gtk_accelerator_valid ()</h3>
910
910
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
911
911
  gtk_accelerator_valid (<em class="parameter"><code><span class="type">guint</span> keyval</code></em>,
912
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifiers</code></em>);</pre>
912
+ <em class="parameter"><code><span class="type">GdkModifierType</span> modifiers</code></em>);</pre>
913
913
  <p>Determines whether a given keyval and modifier mask constitute
914
914
  a valid keyboard accelerator. For example, the <span class="type">GDK_KEY_a</span> keyval
915
- plus <a href="../html/gdk3-Windows.html#GDK-CONTROL-MASK:CAPS"><span class="type">GDK_CONTROL_MASK</span></a> is valid - this is a “Ctrl+a” accelerator.
915
+ plus <span class="type">GDK_CONTROL_MASK</span> is valid - this is a “Ctrl+a” accelerator.
916
916
  But, you can't, for instance, use the <span class="type">GDK_KEY_Control_L</span> keyval
917
917
  as an accelerator.</p>
918
918
  <div class="refsect3">
@@ -948,13 +948,13 @@ as an accelerator.</p>
948
948
  <pre class="programlisting"><span class="returnvalue">void</span>
949
949
  gtk_accelerator_parse (<em class="parameter"><code>const <span class="type">gchar</span> *accelerator</code></em>,
950
950
  <em class="parameter"><code><span class="type">guint</span> *accelerator_key</code></em>,
951
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> *accelerator_mods</code></em>);</pre>
951
+ <em class="parameter"><code><span class="type">GdkModifierType</span> *accelerator_mods</code></em>);</pre>
952
952
  <p>Parses a string representing an accelerator. The format looks like
953
953
  “&lt;Control&gt;a” or “&lt;Shift&gt;&lt;Alt&gt;F1” or “&lt;Release&gt;z” (the last one is
954
954
  for key release).</p>
955
955
  <p>The parser is fairly liberal and allows lower or upper case, and also
956
956
  abbreviations such as “&lt;Ctl&gt;” and “&lt;Ctrl&gt;”. Key names are parsed using
957
- <a href="../html/gdk3-Keyboard-Handling.html#gdk-keyval-from-name"><code class="function">gdk_keyval_from_name()</code></a>. For character keys the name is not the symbol,
957
+ <code class="function">gdk_keyval_from_name()</code>. For character keys the name is not the symbol,
958
958
  but the lowercase name, e.g. one would use “&lt;Ctrl&gt;minus” instead of
959
959
  “&lt;Ctrl&gt;-”.</p>
960
960
  <p>If the parse fails, <em class="parameter"><code>accelerator_key</code></em>
@@ -996,10 +996,10 @@ modifier mask, <code class="literal">NULL</code>. </p></td>
996
996
  <a name="gtk-accelerator-name"></a><h3>gtk_accelerator_name ()</h3>
997
997
  <pre class="programlisting"><span class="returnvalue">gchar</span> *
998
998
  gtk_accelerator_name (<em class="parameter"><code><span class="type">guint</span> accelerator_key</code></em>,
999
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accelerator_mods</code></em>);</pre>
999
+ <em class="parameter"><code><span class="type">GdkModifierType</span> accelerator_mods</code></em>);</pre>
1000
1000
  <p>Converts an accelerator keyval and modifier mask into a string
1001
1001
  parseable by <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accelerator-parse" title="gtk_accelerator_parse ()"><code class="function">gtk_accelerator_parse()</code></a>. For example, if you pass in
1002
- <span class="type">GDK_KEY_q</span> and <a href="../html/gdk3-Windows.html#GDK-CONTROL-MASK:CAPS"><span class="type">GDK_CONTROL_MASK</span></a>, this function returns “&lt;Control&gt;q”.</p>
1002
+ <span class="type">GDK_KEY_q</span> and <span class="type">GDK_CONTROL_MASK</span>, this function returns “&lt;Control&gt;q”.</p>
1003
1003
  <p>If you need to display accelerators in the user interface,
1004
1004
  see <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accelerator-get-label" title="gtk_accelerator_get_label ()"><code class="function">gtk_accelerator_get_label()</code></a>.</p>
1005
1005
  <div class="refsect3">
@@ -1034,7 +1034,7 @@ see <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accelerator-get-la
1034
1034
  <a name="gtk-accelerator-get-label"></a><h3>gtk_accelerator_get_label ()</h3>
1035
1035
  <pre class="programlisting"><span class="returnvalue">gchar</span> *
1036
1036
  gtk_accelerator_get_label (<em class="parameter"><code><span class="type">guint</span> accelerator_key</code></em>,
1037
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accelerator_mods</code></em>);</pre>
1037
+ <em class="parameter"><code><span class="type">GdkModifierType</span> accelerator_mods</code></em>);</pre>
1038
1038
  <p>Converts an accelerator keyval and modifier mask into a string
1039
1039
  which can be used to represent the accelerator to the user.</p>
1040
1040
  <div class="refsect3">
@@ -1072,7 +1072,7 @@ which can be used to represent the accelerator to the user.</p>
1072
1072
  gtk_accelerator_parse_with_keycode (<em class="parameter"><code>const <span class="type">gchar</span> *accelerator</code></em>,
1073
1073
  <em class="parameter"><code><span class="type">guint</span> *accelerator_key</code></em>,
1074
1074
  <em class="parameter"><code><span class="type">guint</span> **accelerator_codes</code></em>,
1075
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> *accelerator_mods</code></em>);</pre>
1075
+ <em class="parameter"><code><span class="type">GdkModifierType</span> *accelerator_mods</code></em>);</pre>
1076
1076
  <p>Parses a string representing an accelerator, similarly to
1077
1077
  <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accelerator-parse" title="gtk_accelerator_parse ()"><code class="function">gtk_accelerator_parse()</code></a> but handles keycodes as well. This is only
1078
1078
  useful for system-level components, applications should use
@@ -1128,10 +1128,10 @@ modifier mask, <code class="literal">NULL</code>. </p></td>
1128
1128
  <div class="refsect2">
1129
1129
  <a name="gtk-accelerator-name-with-keycode"></a><h3>gtk_accelerator_name_with_keycode ()</h3>
1130
1130
  <pre class="programlisting"><span class="returnvalue">gchar</span> *
1131
- gtk_accelerator_name_with_keycode (<em class="parameter"><code><a href="../html/GdkDisplay.html#GdkDisplay-struct"><span class="type">GdkDisplay</span></a> *display</code></em>,
1131
+ gtk_accelerator_name_with_keycode (<em class="parameter"><code><span class="type">GdkDisplay</span> *display</code></em>,
1132
1132
  <em class="parameter"><code><span class="type">guint</span> accelerator_key</code></em>,
1133
1133
  <em class="parameter"><code><span class="type">guint</span> keycode</code></em>,
1134
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accelerator_mods</code></em>);</pre>
1134
+ <em class="parameter"><code><span class="type">GdkModifierType</span> accelerator_mods</code></em>);</pre>
1135
1135
  <p>Converts an accelerator keyval and modifier mask
1136
1136
  into a string parseable by <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accelerator-parse-with-keycode" title="gtk_accelerator_parse_with_keycode ()"><code class="function">gtk_accelerator_parse_with_keycode()</code></a>,
1137
1137
  similarly to <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accelerator-name" title="gtk_accelerator_name ()"><code class="function">gtk_accelerator_name()</code></a> but handling keycodes.
@@ -1148,7 +1148,7 @@ should use <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accelerator
1148
1148
  <tbody>
1149
1149
  <tr>
1150
1150
  <td class="parameter_name"><p>display</p></td>
1151
- <td class="parameter_description"><p>a <a href="../html/GdkDisplay.html#GdkDisplay-struct"><span class="type">GdkDisplay</span></a> or <code class="literal">NULL</code> to use the default display. </p></td>
1151
+ <td class="parameter_description"><p>a <span class="type">GdkDisplay</span> or <code class="literal">NULL</code> to use the default display. </p></td>
1152
1152
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1153
1153
  </tr>
1154
1154
  <tr>
@@ -1180,10 +1180,10 @@ should use <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accelerator
1180
1180
  <a name="gtk-accelerator-get-label-with-keycode"></a><h3>gtk_accelerator_get_label_with_keycode ()</h3>
1181
1181
  <pre class="programlisting"><span class="returnvalue">gchar</span> *
1182
1182
  gtk_accelerator_get_label_with_keycode
1183
- (<em class="parameter"><code><a href="../html/GdkDisplay.html#GdkDisplay-struct"><span class="type">GdkDisplay</span></a> *display</code></em>,
1183
+ (<em class="parameter"><code><span class="type">GdkDisplay</span> *display</code></em>,
1184
1184
  <em class="parameter"><code><span class="type">guint</span> accelerator_key</code></em>,
1185
1185
  <em class="parameter"><code><span class="type">guint</span> keycode</code></em>,
1186
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accelerator_mods</code></em>);</pre>
1186
+ <em class="parameter"><code><span class="type">GdkModifierType</span> accelerator_mods</code></em>);</pre>
1187
1187
  <p>Converts an accelerator keyval and modifier mask
1188
1188
  into a (possibly translated) string that can be displayed to
1189
1189
  a user, similarly to <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accelerator-get-label" title="gtk_accelerator_get_label ()"><code class="function">gtk_accelerator_get_label()</code></a>, but handling
@@ -1201,7 +1201,7 @@ should use <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accelerator
1201
1201
  <tbody>
1202
1202
  <tr>
1203
1203
  <td class="parameter_name"><p>display</p></td>
1204
- <td class="parameter_description"><p>a <a href="../html/GdkDisplay.html#GdkDisplay-struct"><span class="type">GdkDisplay</span></a> or <code class="literal">NULL</code> to use the default display. </p></td>
1204
+ <td class="parameter_description"><p>a <span class="type">GdkDisplay</span> or <code class="literal">NULL</code> to use the default display. </p></td>
1205
1205
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1206
1206
  </tr>
1207
1207
  <tr>
@@ -1232,11 +1232,11 @@ should use <a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accelerator
1232
1232
  <div class="refsect2">
1233
1233
  <a name="gtk-accelerator-set-default-mod-mask"></a><h3>gtk_accelerator_set_default_mod_mask ()</h3>
1234
1234
  <pre class="programlisting"><span class="returnvalue">void</span>
1235
- gtk_accelerator_set_default_mod_mask (<em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> default_mod_mask</code></em>);</pre>
1235
+ gtk_accelerator_set_default_mod_mask (<em class="parameter"><code><span class="type">GdkModifierType</span> default_mod_mask</code></em>);</pre>
1236
1236
  <p>Sets the modifiers that will be considered significant for keyboard
1237
1237
  accelerators. The default mod mask depends on the GDK backend in use,
1238
- but will typically include <a href="../html/gdk3-Windows.html#GDK-CONTROL-MASK:CAPS"><span class="type">GDK_CONTROL_MASK</span></a> | <a href="../html/gdk3-Windows.html#GDK-SHIFT-MASK:CAPS"><span class="type">GDK_SHIFT_MASK</span></a> |
1239
- <a href="../html/gdk3-Windows.html#GDK-MOD1-MASK:CAPS"><span class="type">GDK_MOD1_MASK</span></a> | <a href="../html/gdk3-Windows.html#GDK-SUPER-MASK:CAPS"><span class="type">GDK_SUPER_MASK</span></a> | <a href="../html/gdk3-Windows.html#GDK-HYPER-MASK:CAPS"><span class="type">GDK_HYPER_MASK</span></a> | <a href="../html/gdk3-Windows.html#GDK-META-MASK:CAPS"><span class="type">GDK_META_MASK</span></a>.
1238
+ but will typically include <span class="type">GDK_CONTROL_MASK</span> | <span class="type">GDK_SHIFT_MASK</span> |
1239
+ <span class="type">GDK_MOD1_MASK</span> | <span class="type">GDK_SUPER_MASK</span> | <span class="type">GDK_HYPER_MASK</span> | <span class="type">GDK_META_MASK</span>.
1240
1240
  In other words, Control, Shift, Alt, Super, Hyper and Meta. Other
1241
1241
  modifiers will by default be ignored by <a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a>.</p>
1242
1242
  <p>You must include at least the three modifiers Control, Shift
@@ -1262,7 +1262,7 @@ before using any accelerator groups.</p>
1262
1262
  <hr>
1263
1263
  <div class="refsect2">
1264
1264
  <a name="gtk-accelerator-get-default-mod-mask"></a><h3>gtk_accelerator_get_default_mod_mask ()</h3>
1265
- <pre class="programlisting"><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a>
1265
+ <pre class="programlisting"><span class="returnvalue">GdkModifierType</span>
1266
1266
  gtk_accelerator_get_default_mod_mask (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1267
1267
  <p>Gets the modifier mask.</p>
1268
1268
  <p>The modifier mask determines which modifiers are considered significant
@@ -1372,7 +1372,7 @@ from the accel group.</p></td>
1372
1372
  <td class="struct_member_annotations"> </td>
1373
1373
  </tr>
1374
1374
  <tr>
1375
- <td class="struct_member_name"><p><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> <em class="structfield"><code><a name="GtkAccelKey.accel-mods"></a>accel_mods</code></em>;</p></td>
1375
+ <td class="struct_member_name"><p><span class="type">GdkModifierType</span> <em class="structfield"><code><a name="GtkAccelKey.accel-mods"></a>accel_mods</code></em>;</p></td>
1376
1376
  <td class="struct_member_description"><p>The accelerator modifiers</p></td>
1377
1377
  <td class="struct_member_annotations"> </td>
1378
1378
  </tr>
@@ -1398,7 +1398,7 @@ from the accel group.</p></td>
1398
1398
  <hr>
1399
1399
  <div class="refsect2">
1400
1400
  <a name="GtkAccelGroup--modifier-mask"></a><h3>The <code class="literal">“modifier-mask”</code> property</h3>
1401
- <pre class="programlisting"> “modifier-mask” <a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a></pre>
1401
+ <pre class="programlisting"> “modifier-mask” <span class="type">GdkModifierType</span></pre>
1402
1402
  <p>Modifier Mask.</p>
1403
1403
  <p>Flags: Read</p>
1404
1404
  </div>
@@ -1411,7 +1411,7 @@ from the accel group.</p></td>
1411
1411
  user_function (<a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group,
1412
1412
  <span class="type">GObject</span> *acceleratable,
1413
1413
  <span class="type">guint</span> keyval,
1414
- <a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier,
1414
+ <span class="type">GdkModifierType</span> modifier,
1415
1415
  <span class="type">gpointer</span> user_data)</pre>
1416
1416
  <p>The accel-activate signal is an implementation detail of
1417
1417
  <a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> and not meant to be used by applications.</p>
@@ -1464,7 +1464,7 @@ user_function (<a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGro
1464
1464
  <pre class="programlisting"><span class="returnvalue">void</span>
1465
1465
  user_function (<a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group,
1466
1466
  <span class="type">guint</span> keyval,
1467
- <a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier,
1467
+ <span class="type">GdkModifierType</span> modifier,
1468
1468
  <span class="type">GClosure</span> *accel_closure,
1469
1469
  <span class="type">gpointer</span> user_data)</pre>
1470
1470
  <p>The accel-changed signal is emitted when an entry
@@ -1516,7 +1516,7 @@ their visual representation if the <em class="parameter"><code>accel_closure</co
1516
1516
  <div class="refsect1">
1517
1517
  <a name="gtk3-Keyboard-Accelerators.see-also"></a><h2>See Also</h2>
1518
1518
  <p>gtk_window_add_accel_group(), <a class="link" href="gtk3-Accelerator-Maps.html#gtk-accel-map-change-entry" title="gtk_accel_map_change_entry ()"><code class="function">gtk_accel_map_change_entry()</code></a>,
1519
- <code class="function">gtk_item_factory_new()</code>, <a class="link" href="GtkLabel.html#gtk-label-new-with-mnemonic" title="gtk_label_new_with_mnemonic ()"><code class="function">gtk_label_new_with_mnemonic()</code></a></p>
1519
+ <a class="link" href="GtkLabel.html#gtk-label-new-with-mnemonic" title="gtk_label_new_with_mnemonic ()"><code class="function">gtk_label_new_with_mnemonic()</code></a></p>
1520
1520
  </div>
1521
1521
  </div>
1522
1522
  <div class="footer">
@@ -1180,7 +1180,7 @@ gtk_rc_reset_styles (<em class="parameter"><code><a class="link" href="GtkSettin
1180
1180
  </div>
1181
1181
  <p>This function recomputes the styles for all widgets that use a
1182
1182
  particular <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object. (There is one <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object
1183
- per <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a>, see <a class="link" href="GtkSettings.html#gtk-settings-get-for-screen" title="gtk_settings_get_for_screen ()"><code class="function">gtk_settings_get_for_screen()</code></a>); It is useful
1183
+ per <span class="type">GdkScreen</span>, see <a class="link" href="GtkSettings.html#gtk-settings-get-for-screen" title="gtk_settings_get_for_screen ()"><code class="function">gtk_settings_get_for_screen()</code></a>); It is useful
1184
1184
  when some global parameter has changed that affects the appearance
1185
1185
  of all widgets, because when a widget gets a new style, it will
1186
1186
  both redraw and recompute any cached information about its
@@ -1285,7 +1285,7 @@ end of <a class="link" href="gtk3-General.html#gtk-init" title="gtk_init ()"><c
1285
1285
  <a name="gtk-rc-parse-color"></a><h3>gtk_rc_parse_color ()</h3>
1286
1286
  <pre class="programlisting"><span class="returnvalue">guint</span>
1287
1287
  gtk_rc_parse_color (<em class="parameter"><code><span class="type">GScanner</span> *scanner</code></em>,
1288
- <em class="parameter"><code><a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
1288
+ <em class="parameter"><code><span class="type">GdkColor</span> *color</code></em>);</pre>
1289
1289
  <div class="warning">
1290
1290
  <p><code class="literal">gtk_rc_parse_color</code> has been deprecated since version 3.0 and should not be used in newly-written code.</p>
1291
1291
  <p>Use <a class="link" href="GtkCssProvider.html" title="GtkCssProvider"><span class="type">GtkCssProvider</span></a> instead</p>
@@ -1310,7 +1310,7 @@ order to support symbolic colors.</p>
1310
1310
  </tr>
1311
1311
  <tr>
1312
1312
  <td class="parameter_name"><p>color</p></td>
1313
- <td class="parameter_description"><p>a pointer to a <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> in which to store
1313
+ <td class="parameter_description"><p>a pointer to a <span class="type">GdkColor</span> in which to store
1314
1314
  the result. </p></td>
1315
1315
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1316
1316
  </tr>
@@ -1329,7 +1329,7 @@ that was expected but not found</p>
1329
1329
  <pre class="programlisting"><span class="returnvalue">guint</span>
1330
1330
  gtk_rc_parse_color_full (<em class="parameter"><code><span class="type">GScanner</span> *scanner</code></em>,
1331
1331
  <em class="parameter"><code><a class="link" href="gtk3-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *style</code></em>,
1332
- <em class="parameter"><code><a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
1332
+ <em class="parameter"><code><span class="type">GdkColor</span> *color</code></em>);</pre>
1333
1333
  <div class="warning">
1334
1334
  <p><code class="literal">gtk_rc_parse_color_full</code> has been deprecated since version 3.0 and should not be used in newly-written code.</p>
1335
1335
  <p>Use <a class="link" href="GtkCssProvider.html" title="GtkCssProvider"><span class="type">GtkCssProvider</span></a> instead</p>
@@ -1359,7 +1359,7 @@ references to symbolic colors.</p>
1359
1359
  </tr>
1360
1360
  <tr>
1361
1361
  <td class="parameter_name"><p>color</p></td>
1362
- <td class="parameter_description"><p>a pointer to a <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> in which to store
1362
+ <td class="parameter_description"><p>a pointer to a <span class="type">GdkColor</span> in which to store
1363
1363
  the result. </p></td>
1364
1364
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
1365
1365
  </tr>
@@ -1714,22 +1714,22 @@ This can later be composited together with other
1714
1714
  <td class="struct_member_annotations"> </td>
1715
1715
  </tr>
1716
1716
  <tr>
1717
- <td class="struct_member_name"><p><a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> <em class="structfield"><code><a name="GtkRcStyle-struct.fg"></a>fg</code></em>[5];</p></td>
1717
+ <td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkRcStyle-struct.fg"></a>fg</code></em>[5];</p></td>
1718
1718
  <td class="struct_member_description"><p>Foreground colors</p></td>
1719
1719
  <td class="struct_member_annotations"> </td>
1720
1720
  </tr>
1721
1721
  <tr>
1722
- <td class="struct_member_name"><p><a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> <em class="structfield"><code><a name="GtkRcStyle-struct.bg"></a>bg</code></em>[5];</p></td>
1722
+ <td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkRcStyle-struct.bg"></a>bg</code></em>[5];</p></td>
1723
1723
  <td class="struct_member_description"><p>Background colors</p></td>
1724
1724
  <td class="struct_member_annotations"> </td>
1725
1725
  </tr>
1726
1726
  <tr>
1727
- <td class="struct_member_name"><p><a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> <em class="structfield"><code><a name="GtkRcStyle-struct.text"></a>text</code></em>[5];</p></td>
1727
+ <td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkRcStyle-struct.text"></a>text</code></em>[5];</p></td>
1728
1728
  <td class="struct_member_description"><p>Text colors</p></td>
1729
1729
  <td class="struct_member_annotations"> </td>
1730
1730
  </tr>
1731
1731
  <tr>
1732
- <td class="struct_member_name"><p><a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> <em class="structfield"><code><a name="GtkRcStyle-struct.base"></a>base</code></em>[5];</p></td>
1732
+ <td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkRcStyle-struct.base"></a>base</code></em>[5];</p></td>
1733
1733
  <td class="struct_member_description"><p>Base colors</p></td>
1734
1734
  <td class="struct_member_annotations"> </td>
1735
1735
  </tr>
@@ -315,7 +315,7 @@
315
315
  </tr>
316
316
  <tr>
317
317
  <td class="function_type">
318
- <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
318
+ <span class="returnvalue">GdkAtom</span>
319
319
  </td>
320
320
  <td class="function_name">
321
321
  <a class="link" href="gtk3-Selections.html#gtk-selection-data-get-selection" title="gtk_selection_data_get_selection ()">gtk_selection_data_get_selection</a> <span class="c_punctuation">()</span>
@@ -345,7 +345,7 @@
345
345
  </tr>
346
346
  <tr>
347
347
  <td class="function_type">
348
- <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
348
+ <span class="returnvalue">GdkAtom</span>
349
349
  </td>
350
350
  <td class="function_name">
351
351
  <a class="link" href="gtk3-Selections.html#gtk-selection-data-get-data-type" title="gtk_selection_data_get_data_type ()">gtk_selection_data_get_data_type</a> <span class="c_punctuation">()</span>
@@ -353,7 +353,7 @@
353
353
  </tr>
354
354
  <tr>
355
355
  <td class="function_type">
356
- <a href="../html/GdkDisplay.html#GdkDisplay-struct"><span class="returnvalue">GdkDisplay</span></a> *
356
+ <span class="returnvalue">GdkDisplay</span> *
357
357
  </td>
358
358
  <td class="function_name">
359
359
  <a class="link" href="gtk3-Selections.html#gtk-selection-data-get-display" title="gtk_selection_data_get_display ()">gtk_selection_data_get_display</a> <span class="c_punctuation">()</span>
@@ -369,7 +369,7 @@
369
369
  </tr>
370
370
  <tr>
371
371
  <td class="function_type">
372
- <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
372
+ <span class="returnvalue">GdkAtom</span>
373
373
  </td>
374
374
  <td class="function_name">
375
375
  <a class="link" href="gtk3-Selections.html#gtk-selection-data-get-target" title="gtk_selection_data_get_target ()">gtk_selection_data_get_target</a> <span class="c_punctuation">()</span>
@@ -672,7 +672,7 @@ If the resulting reference count is zero, frees the list.</p>
672
672
  <a name="gtk-target-list-add"></a><h3>gtk_target_list_add ()</h3>
673
673
  <pre class="programlisting"><span class="returnvalue">void</span>
674
674
  gtk_target_list_add (<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a> *list</code></em>,
675
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> target</code></em>,
675
+ <em class="parameter"><code><span class="type">GdkAtom</span> target</code></em>,
676
676
  <em class="parameter"><code><span class="type">guint</span> flags</code></em>,
677
677
  <em class="parameter"><code><span class="type">guint</span> info</code></em>);</pre>
678
678
  <p>Appends another target to a <a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a>.</p>
@@ -904,7 +904,7 @@ will be added, serializable formats otherwise.</p></td>
904
904
  <a name="gtk-target-list-remove"></a><h3>gtk_target_list_remove ()</h3>
905
905
  <pre class="programlisting"><span class="returnvalue">void</span>
906
906
  gtk_target_list_remove (<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a> *list</code></em>,
907
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> target</code></em>);</pre>
907
+ <em class="parameter"><code><span class="type">GdkAtom</span> target</code></em>);</pre>
908
908
  <p>Removes a target from a target list.</p>
909
909
  <div class="refsect3">
910
910
  <a name="gtk-target-list-remove.parameters"></a><h4>Parameters</h4>
@@ -934,7 +934,7 @@ gtk_target_list_remove (<em class="parameter"><code><a class="link" href="gtk3-S
934
934
  <a name="gtk-target-list-find"></a><h3>gtk_target_list_find ()</h3>
935
935
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
936
936
  gtk_target_list_find (<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a> *list</code></em>,
937
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> target</code></em>,
937
+ <em class="parameter"><code><span class="type">GdkAtom</span> target</code></em>,
938
938
  <em class="parameter"><code><span class="type">guint</span> *info</code></em>);</pre>
939
939
  <p>Looks up a given target in a <a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a>.</p>
940
940
  <div class="refsect3">
@@ -1046,7 +1046,7 @@ longer needed.</p>
1046
1046
  <a name="gtk-selection-owner-set"></a><h3>gtk_selection_owner_set ()</h3>
1047
1047
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
1048
1048
  gtk_selection_owner_set (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
1049
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>,
1049
+ <em class="parameter"><code><span class="type">GdkAtom</span> selection</code></em>,
1050
1050
  <em class="parameter"><code><span class="type">guint32</span> time_</code></em>);</pre>
1051
1051
  <p>Claims ownership of a given selection for a particular widget,
1052
1052
  or, if <em class="parameter"><code>widget</code></em>
@@ -1087,9 +1087,9 @@ or, if <em class="parameter"><code>widget</code></em>
1087
1087
  <div class="refsect2">
1088
1088
  <a name="gtk-selection-owner-set-for-display"></a><h3>gtk_selection_owner_set_for_display ()</h3>
1089
1089
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
1090
- gtk_selection_owner_set_for_display (<em class="parameter"><code><a href="../html/GdkDisplay.html#GdkDisplay-struct"><span class="type">GdkDisplay</span></a> *display</code></em>,
1090
+ gtk_selection_owner_set_for_display (<em class="parameter"><code><span class="type">GdkDisplay</span> *display</code></em>,
1091
1091
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
1092
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>,
1092
+ <em class="parameter"><code><span class="type">GdkAtom</span> selection</code></em>,
1093
1093
  <em class="parameter"><code><span class="type">guint32</span> time_</code></em>);</pre>
1094
1094
  <p>Claim ownership of a given selection for a particular widget, or,
1095
1095
  if <em class="parameter"><code>widget</code></em>
@@ -1105,7 +1105,7 @@ if <em class="parameter"><code>widget</code></em>
1105
1105
  <tbody>
1106
1106
  <tr>
1107
1107
  <td class="parameter_name"><p>display</p></td>
1108
- <td class="parameter_description"><p>the <a href="../html/GdkDisplay.html#GdkDisplay-struct"><span class="type">GdkDisplay</span></a> where the selection is set</p></td>
1108
+ <td class="parameter_description"><p>the <span class="type">GdkDisplay</span> where the selection is set</p></td>
1109
1109
  <td class="parameter_annotations"> </td>
1110
1110
  </tr>
1111
1111
  <tr>
@@ -1137,8 +1137,8 @@ if <em class="parameter"><code>widget</code></em>
1137
1137
  <a name="gtk-selection-add-target"></a><h3>gtk_selection_add_target ()</h3>
1138
1138
  <pre class="programlisting"><span class="returnvalue">void</span>
1139
1139
  gtk_selection_add_target (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
1140
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>,
1141
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> target</code></em>,
1140
+ <em class="parameter"><code><span class="type">GdkAtom</span> selection</code></em>,
1141
+ <em class="parameter"><code><span class="type">GdkAtom</span> target</code></em>,
1142
1142
  <em class="parameter"><code><span class="type">guint</span> info</code></em>);</pre>
1143
1143
  <p>Appends a specified target to the list of supported targets for a
1144
1144
  given widget and selection.</p>
@@ -1180,7 +1180,7 @@ given widget and selection.</p>
1180
1180
  <a name="gtk-selection-add-targets"></a><h3>gtk_selection_add_targets ()</h3>
1181
1181
  <pre class="programlisting"><span class="returnvalue">void</span>
1182
1182
  gtk_selection_add_targets (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
1183
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>,
1183
+ <em class="parameter"><code><span class="type">GdkAtom</span> selection</code></em>,
1184
1184
  <em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
1185
1185
  <em class="parameter"><code><span class="type">guint</span> ntargets</code></em>);</pre>
1186
1186
  <p>Prepends a table of targets to the list of supported targets
@@ -1224,7 +1224,7 @@ for a given widget and selection.</p>
1224
1224
  <a name="gtk-selection-clear-targets"></a><h3>gtk_selection_clear_targets ()</h3>
1225
1225
  <pre class="programlisting"><span class="returnvalue">void</span>
1226
1226
  gtk_selection_clear_targets (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
1227
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>);</pre>
1227
+ <em class="parameter"><code><span class="type">GdkAtom</span> selection</code></em>);</pre>
1228
1228
  <p>Remove all targets registered for the given selection for the
1229
1229
  widget.</p>
1230
1230
  <div class="refsect3">
@@ -1255,8 +1255,8 @@ widget.</p>
1255
1255
  <a name="gtk-selection-convert"></a><h3>gtk_selection_convert ()</h3>
1256
1256
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
1257
1257
  gtk_selection_convert (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
1258
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>,
1259
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> target</code></em>,
1258
+ <em class="parameter"><code><span class="type">GdkAtom</span> selection</code></em>,
1259
+ <em class="parameter"><code><span class="type">GdkAtom</span> target</code></em>,
1260
1260
  <em class="parameter"><code><span class="type">guint32</span> time_</code></em>);</pre>
1261
1261
  <p>Requests the contents of a selection. When received,
1262
1262
  a “selection-received” signal will be generated.</p>
@@ -1287,7 +1287,7 @@ a “selection-received” signal will be generated.</p>
1287
1287
  <tr>
1288
1288
  <td class="parameter_name"><p>time_</p></td>
1289
1289
  <td class="parameter_description"><p>Time of request (usually of triggering event)
1290
- In emergency, you could use <a href="../html/gdk3-Events.html#GDK-CURRENT-TIME:CAPS"><span class="type">GDK_CURRENT_TIME</span></a></p></td>
1290
+ In emergency, you could use <span class="type">GDK_CURRENT_TIME</span></p></td>
1291
1291
  <td class="parameter_annotations"> </td>
1292
1292
  </tr>
1293
1293
  </tbody>
@@ -1305,7 +1305,7 @@ this widget).</p>
1305
1305
  <a name="gtk-selection-data-set"></a><h3>gtk_selection_data_set ()</h3>
1306
1306
  <pre class="programlisting"><span class="returnvalue">void</span>
1307
1307
  gtk_selection_data_set (<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>,
1308
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> type</code></em>,
1308
+ <em class="parameter"><code><span class="type">GdkAtom</span> type</code></em>,
1309
1309
  <em class="parameter"><code><span class="type">gint</span> format</code></em>,
1310
1310
  <em class="parameter"><code>const <span class="type">guchar</span> *data</code></em>,
1311
1311
  <em class="parameter"><code><span class="type">gint</span> length</code></em>);</pre>
@@ -1574,7 +1574,7 @@ non-<code class="literal">NULL</code> it must be freed with <code class="functio
1574
1574
  <a name="gtk-selection-data-get-targets"></a><h3>gtk_selection_data_get_targets ()</h3>
1575
1575
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
1576
1576
  gtk_selection_data_get_targets (<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>,
1577
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> **targets</code></em>,
1577
+ <em class="parameter"><code><span class="type">GdkAtom</span> **targets</code></em>,
1578
1578
  <em class="parameter"><code><span class="type">gint</span> *n_atoms</code></em>);</pre>
1579
1579
  <p>Gets the contents of <em class="parameter"><code>selection_data</code></em>
1580
1580
  as an array of targets.
@@ -1769,9 +1769,9 @@ otherwise <code class="literal">FALSE</code>.</p>
1769
1769
  <hr>
1770
1770
  <div class="refsect2">
1771
1771
  <a name="gtk-selection-data-get-selection"></a><h3>gtk_selection_data_get_selection ()</h3>
1772
- <pre class="programlisting"><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
1772
+ <pre class="programlisting"><span class="returnvalue">GdkAtom</span>
1773
1773
  gtk_selection_data_get_selection (<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
1774
- <p>Retrieves the selection <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> of the selection data.</p>
1774
+ <p>Retrieves the selection <span class="type">GdkAtom</span> of the selection data.</p>
1775
1775
  <div class="refsect3">
1776
1776
  <a name="gtk-selection-data-get-selection.parameters"></a><h4>Parameters</h4>
1777
1777
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -1789,7 +1789,7 @@ gtk_selection_data_get_selection (<em class="parameter"><code>const <a class="li
1789
1789
  </div>
1790
1790
  <div class="refsect3">
1791
1791
  <a name="gtk-selection-data-get-selection.returns"></a><h4>Returns</h4>
1792
- <p>the selection <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> of the selection data. </p>
1792
+ <p>the selection <span class="type">GdkAtom</span> of the selection data. </p>
1793
1793
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1794
1794
  </div>
1795
1795
  <p class="since">Since: 2.16</p>
@@ -1892,7 +1892,7 @@ gtk_selection_data_get_data_with_length
1892
1892
  <hr>
1893
1893
  <div class="refsect2">
1894
1894
  <a name="gtk-selection-data-get-data-type"></a><h3>gtk_selection_data_get_data_type ()</h3>
1895
- <pre class="programlisting"><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
1895
+ <pre class="programlisting"><span class="returnvalue">GdkAtom</span>
1896
1896
  gtk_selection_data_get_data_type (<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
1897
1897
  <p>Retrieves the data type of the selection.</p>
1898
1898
  <div class="refsect3">
@@ -1920,7 +1920,7 @@ gtk_selection_data_get_data_type (<em class="parameter"><code>const <a class="li
1920
1920
  <hr>
1921
1921
  <div class="refsect2">
1922
1922
  <a name="gtk-selection-data-get-display"></a><h3>gtk_selection_data_get_display ()</h3>
1923
- <pre class="programlisting"><a href="../html/GdkDisplay.html#GdkDisplay-struct"><span class="returnvalue">GdkDisplay</span></a> *
1923
+ <pre class="programlisting"><span class="returnvalue">GdkDisplay</span> *
1924
1924
  gtk_selection_data_get_display (<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
1925
1925
  <p>Retrieves the display of the selection.</p>
1926
1926
  <div class="refsect3">
@@ -1975,7 +1975,7 @@ gtk_selection_data_get_format (<em class="parameter"><code>const <a class="link"
1975
1975
  <hr>
1976
1976
  <div class="refsect2">
1977
1977
  <a name="gtk-selection-data-get-target"></a><h3>gtk_selection_data_get_target ()</h3>
1978
- <pre class="programlisting"><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
1978
+ <pre class="programlisting"><span class="returnvalue">GdkAtom</span>
1979
1979
  gtk_selection_data_get_target (<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
1980
1980
  <p>Retrieves the target of the selection.</p>
1981
1981
  <div class="refsect3">
@@ -2004,7 +2004,7 @@ gtk_selection_data_get_target (<em class="parameter"><code>const <a class="link"
2004
2004
  <div class="refsect2">
2005
2005
  <a name="gtk-targets-include-image"></a><h3>gtk_targets_include_image ()</h3>
2006
2006
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
2007
- gtk_targets_include_image (<em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> *targets</code></em>,
2007
+ gtk_targets_include_image (<em class="parameter"><code><span class="type">GdkAtom</span> *targets</code></em>,
2008
2008
  <em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
2009
2009
  <em class="parameter"><code><span class="type">gboolean</span> writable</code></em>);</pre>
2010
2010
  <p>Determines if any of the targets in <em class="parameter"><code>targets</code></em>
@@ -2021,7 +2021,7 @@ provide a <span class="type">GdkPixbuf</span>.</p>
2021
2021
  <tbody>
2022
2022
  <tr>
2023
2023
  <td class="parameter_name"><p>targets</p></td>
2024
- <td class="parameter_description"><p>an array of <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a>. </p></td>
2024
+ <td class="parameter_description"><p>an array of <span class="type">GdkAtoms</span>. </p></td>
2025
2025
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_targets]</span></td>
2026
2026
  </tr>
2027
2027
  <tr>
@@ -2051,7 +2051,7 @@ otherwise <code class="literal">FALSE</code>.</p>
2051
2051
  <div class="refsect2">
2052
2052
  <a name="gtk-targets-include-text"></a><h3>gtk_targets_include_text ()</h3>
2053
2053
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
2054
- gtk_targets_include_text (<em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> *targets</code></em>,
2054
+ gtk_targets_include_text (<em class="parameter"><code><span class="type">GdkAtom</span> *targets</code></em>,
2055
2055
  <em class="parameter"><code><span class="type">gint</span> n_targets</code></em>);</pre>
2056
2056
  <p>Determines if any of the targets in <em class="parameter"><code>targets</code></em>
2057
2057
  can be used to
@@ -2067,7 +2067,7 @@ provide text.</p>
2067
2067
  <tbody>
2068
2068
  <tr>
2069
2069
  <td class="parameter_name"><p>targets</p></td>
2070
- <td class="parameter_description"><p>an array of <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a>. </p></td>
2070
+ <td class="parameter_description"><p>an array of <span class="type">GdkAtoms</span>. </p></td>
2071
2071
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_targets]</span></td>
2072
2072
  </tr>
2073
2073
  <tr>
@@ -2091,7 +2091,7 @@ otherwise <code class="literal">FALSE</code>.</p>
2091
2091
  <div class="refsect2">
2092
2092
  <a name="gtk-targets-include-uri"></a><h3>gtk_targets_include_uri ()</h3>
2093
2093
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
2094
- gtk_targets_include_uri (<em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> *targets</code></em>,
2094
+ gtk_targets_include_uri (<em class="parameter"><code><span class="type">GdkAtom</span> *targets</code></em>,
2095
2095
  <em class="parameter"><code><span class="type">gint</span> n_targets</code></em>);</pre>
2096
2096
  <p>Determines if any of the targets in <em class="parameter"><code>targets</code></em>
2097
2097
  can be used to
@@ -2107,7 +2107,7 @@ provide an uri list.</p>
2107
2107
  <tbody>
2108
2108
  <tr>
2109
2109
  <td class="parameter_name"><p>targets</p></td>
2110
- <td class="parameter_description"><p>an array of <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a>. </p></td>
2110
+ <td class="parameter_description"><p>an array of <span class="type">GdkAtoms</span>. </p></td>
2111
2111
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_targets]</span></td>
2112
2112
  </tr>
2113
2113
  <tr>
@@ -2131,7 +2131,7 @@ otherwise <code class="literal">FALSE</code>.</p>
2131
2131
  <div class="refsect2">
2132
2132
  <a name="gtk-targets-include-rich-text"></a><h3>gtk_targets_include_rich_text ()</h3>
2133
2133
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
2134
- gtk_targets_include_rich_text (<em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> *targets</code></em>,
2134
+ gtk_targets_include_rich_text (<em class="parameter"><code><span class="type">GdkAtom</span> *targets</code></em>,
2135
2135
  <em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
2136
2136
  <em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
2137
2137
  <p>Determines if any of the targets in <em class="parameter"><code>targets</code></em>
@@ -2148,7 +2148,7 @@ provide rich text.</p>
2148
2148
  <tbody>
2149
2149
  <tr>
2150
2150
  <td class="parameter_name"><p>targets</p></td>
2151
- <td class="parameter_description"><p>an array of <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a>. </p></td>
2151
+ <td class="parameter_description"><p>an array of <span class="type">GdkAtoms</span>. </p></td>
2152
2152
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_targets]</span></td>
2153
2153
  </tr>
2154
2154
  <tr>
@@ -2328,8 +2328,8 @@ an efficient form.</p>
2328
2328
  </colgroup>
2329
2329
  <tbody>
2330
2330
  <tr>
2331
- <td class="struct_member_name"><p><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> <em class="structfield"><code><a name="GtkTargetPair.target"></a>target</code></em>;</p></td>
2332
- <td class="struct_member_description"><p><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representation of the target type</p></td>
2331
+ <td class="struct_member_name"><p><span class="type">GdkAtom</span> <em class="structfield"><code><a name="GtkTargetPair.target"></a>target</code></em>;</p></td>
2332
+ <td class="struct_member_description"><p><span class="type">GdkAtom</span> representation of the target type</p></td>
2333
2333
  <td class="struct_member_annotations"> </td>
2334
2334
  </tr>
2335
2335
  <tr>