gdk3 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (969) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -4
  3. data/vendor/local/bin/gtk-builder-tool.exe +0 -0
  4. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  5. data/vendor/local/bin/gtk-launch.exe +0 -0
  6. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  7. data/vendor/local/bin/gtk-query-settings.exe +0 -0
  8. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  9. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  10. data/vendor/local/bin/gtk3-demo.exe +0 -0
  11. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  12. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  13. data/vendor/local/bin/libepoxy-0.dll +0 -0
  14. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  15. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  16. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  17. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  18. data/vendor/local/include/gtk-3.0/gdk/gdk.h +1 -0
  19. data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +6 -1
  20. data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +5 -2
  21. data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +2 -2
  22. data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +8 -1
  23. data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +39 -0
  24. data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +10 -2
  25. data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +134 -0
  26. data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +2 -0
  27. data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +2 -0
  28. data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
  29. data/vendor/local/include/gtk-3.0/gdk/gdkseat.h +117 -0
  30. data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +74 -1
  31. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +50 -2
  32. data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -1
  33. data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +9 -49
  34. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -1
  35. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +6 -1
  36. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -1
  37. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -1
  38. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h +0 -6
  39. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +28 -28
  40. data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +0 -18
  41. data/vendor/local/include/gtk-3.0/gtk/gtk.h +7 -0
  42. data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +2 -0
  43. data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +2 -0
  44. data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +2 -2
  45. data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +1 -0
  46. data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +2 -2
  47. data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +2 -0
  48. data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +8 -0
  49. data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +8 -0
  50. data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +4 -1
  51. data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -1
  52. data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +1 -0
  53. data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +10 -1
  54. data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +2 -2
  55. data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +2 -2
  56. data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +0 -6
  57. data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +2 -2
  58. data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +11 -1
  59. data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +6 -0
  60. data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +8 -3
  61. data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +2 -2
  62. data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -46
  63. data/vendor/local/include/gtk-3.0/gtk/gtkdragsource.h +78 -0
  64. data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +25 -2
  65. data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +2 -2
  66. data/vendor/local/include/gtk-3.0/gtk/gtkfilechoosernative.h +56 -0
  67. data/vendor/local/include/gtk-3.0/gtk/gtkflowbox.h +24 -1
  68. data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +11 -1
  69. data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +2 -1
  70. data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
  71. data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +2 -2
  72. data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +9 -0
  73. data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +8 -0
  74. data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +1 -2
  75. data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +2 -2
  76. data/vendor/local/include/gtk-3.0/gtk/gtknativedialog.h +81 -0
  77. data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +11 -0
  78. data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +37 -19
  79. data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +13 -0
  80. data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +1 -1
  81. data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -0
  82. data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
  83. data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +1 -1
  84. data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +9 -0
  85. data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -0
  86. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsgroup.h +42 -0
  87. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutssection.h +43 -0
  88. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +79 -0
  89. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutswindow.h +58 -0
  90. data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +5 -1
  91. data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +141 -90
  92. data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +9 -9
  93. data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -1
  94. data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +0 -27
  95. data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +2 -2
  96. data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +5 -1
  97. data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +12 -9
  98. data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +3 -1
  99. data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -6
  100. data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +2 -0
  101. data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +10 -0
  102. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
  103. data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +34 -23
  104. data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +8 -0
  105. data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +12 -3
  106. data/vendor/local/lib/gdk-win32-3.0.def +28 -0
  107. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  108. data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
  109. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  110. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  111. data/vendor/local/lib/gtk-win32-3.0.def +7 -7
  112. data/vendor/local/lib/libepoxy.dll.a +0 -0
  113. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  114. data/vendor/local/lib/libgailutil-3.la +3 -3
  115. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  116. data/vendor/local/lib/libgdk-3.la +6 -6
  117. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  118. data/vendor/local/lib/libgtk-3.la +6 -6
  119. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  120. data/vendor/local/lib/libgtkreftestprivate.la +3 -3
  121. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  122. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
  123. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
  124. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
  125. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
  126. data/vendor/local/share/aclocal/gtk-3.0.m4 +5 -8
  127. data/vendor/local/share/applications/gtk3-demo.desktop +1 -1
  128. data/vendor/local/share/applications/gtk3-icon-browser.desktop +1 -1
  129. data/vendor/local/share/applications/gtk3-widget-factory.desktop +1 -1
  130. data/vendor/local/share/gettext/its/gtkbuilder.its +23 -0
  131. data/vendor/local/share/gettext/its/gtkbuilder.loc +6 -0
  132. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1315 -159
  133. data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +37 -1
  134. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +5567 -2230
  135. data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
  136. data/vendor/local/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml +9 -0
  137. data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +1 -1
  138. data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +12 -0
  139. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +36 -36
  140. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +14 -14
  141. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +1 -1
  142. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +3 -3
  143. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +2 -2
  144. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +143 -69
  145. data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +28 -19
  146. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +246 -76
  147. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +12 -12
  148. data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +28 -28
  149. data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +72 -26
  150. data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +91 -79
  151. data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +685 -0
  152. data/vendor/local/share/gtk-doc/html/gdk3/alias_cursor.png +0 -0
  153. data/vendor/local/share/gtk-doc/html/gdk3/all_scroll_cursor.png +0 -0
  154. data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +4 -4
  155. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +2 -6
  156. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +2 -18
  157. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +2 -2
  158. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +2 -2
  159. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +4 -4
  160. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-18.html +45 -0
  161. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +2 -2
  162. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +170 -0
  163. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +2 -2
  164. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +2 -2
  165. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +2 -18
  166. data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +26 -2
  167. data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +163 -35
  168. data/vendor/local/share/gtk-doc/html/gdk3/cell_cursor.png +0 -0
  169. data/vendor/local/share/gtk-doc/html/gdk3/col_resize_cursor.png +0 -0
  170. data/vendor/local/share/gtk-doc/html/gdk3/copy_cursor.png +0 -0
  171. data/vendor/local/share/gtk-doc/html/gdk3/crosshair_cursor.png +0 -0
  172. data/vendor/local/share/gtk-doc/html/gdk3/default_cursor.png +0 -0
  173. data/vendor/local/share/gtk-doc/html/gdk3/e_resize_cursor.png +0 -0
  174. data/vendor/local/share/gtk-doc/html/gdk3/ew_resize_cursor.png +0 -0
  175. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -16
  176. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +27 -27
  177. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +14 -14
  178. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +75 -54
  179. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +549 -43
  180. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +272 -32
  181. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +260 -161
  182. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +18 -20
  183. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +154 -150
  184. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +90 -55
  185. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +45 -45
  186. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +20 -18
  187. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +56 -8
  188. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +19 -19
  189. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +14 -14
  190. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +16 -16
  191. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +9 -9
  192. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +19 -19
  193. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +33 -33
  194. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +2 -349
  195. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +432 -291
  196. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +114 -114
  197. data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +294 -28
  198. data/vendor/local/share/gtk-doc/html/gdk3/grab_cursor.png +0 -0
  199. data/vendor/local/share/gtk-doc/html/gdk3/grabbing_cursor.png +0 -0
  200. data/vendor/local/share/gtk-doc/html/gdk3/hand_cursor.png +0 -0
  201. data/vendor/local/share/gtk-doc/html/gdk3/help_cursor.png +0 -0
  202. data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -3
  203. data/vendor/local/share/gtk-doc/html/gdk3/move_cursor.png +0 -0
  204. data/vendor/local/share/gtk-doc/html/gdk3/n_resize_cursor.png +0 -0
  205. data/vendor/local/share/gtk-doc/html/gdk3/ne_resize_cursor.png +0 -0
  206. data/vendor/local/share/gtk-doc/html/gdk3/nesw_resize_cursor.png +0 -0
  207. data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
  208. data/vendor/local/share/gtk-doc/html/gdk3/not_allowed_cursor.png +0 -0
  209. data/vendor/local/share/gtk-doc/html/gdk3/ns_resize_cursor.png +0 -0
  210. data/vendor/local/share/gtk-doc/html/gdk3/nw_resize_cursor.png +0 -0
  211. data/vendor/local/share/gtk-doc/html/gdk3/nwse_resize_cursor.png +0 -0
  212. data/vendor/local/share/gtk-doc/html/gdk3/pointer_cursor.png +0 -0
  213. data/vendor/local/share/gtk-doc/html/gdk3/progress_cursor.png +0 -0
  214. data/vendor/local/share/gtk-doc/html/gdk3/reference.html +5 -2
  215. data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/gdk3/row_resize_cursor.png +0 -0
  217. data/vendor/local/share/gtk-doc/html/gdk3/s_resize_cursor.png +0 -0
  218. data/vendor/local/share/gtk-doc/html/gdk3/se_resize_cursor.png +0 -0
  219. data/vendor/local/share/gtk-doc/html/gdk3/sw_resize_cursor.png +0 -0
  220. data/vendor/local/share/gtk-doc/html/gdk3/text_cursor.png +0 -0
  221. data/vendor/local/share/gtk-doc/html/gdk3/vertical_text_cursor.png +0 -0
  222. data/vendor/local/share/gtk-doc/html/gdk3/w_resize_cursor.png +0 -0
  223. data/vendor/local/share/gtk-doc/html/gdk3/wait_cursor.png +0 -0
  224. data/vendor/local/share/gtk-doc/html/gdk3/zoom_in_cursor.png +0 -0
  225. data/vendor/local/share/gtk-doc/html/gdk3/zoom_out_cursor.png +0 -0
  226. data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +5 -2
  227. data/vendor/local/share/gtk-doc/html/gtk3/Application.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +2 -2
  230. data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -3
  232. data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +2 -2
  234. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +66 -66
  235. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +44 -25
  236. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +8 -8
  237. data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +145 -151
  238. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +15 -11
  239. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +46 -53
  240. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +15 -14
  241. data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +15 -15
  242. data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +91 -91
  243. data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +14 -14
  244. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +14 -14
  245. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +24 -30
  246. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +21 -24
  247. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +37 -38
  248. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +83 -74
  249. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +124 -26
  250. data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +6 -6
  251. data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +12 -12
  252. data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +179 -66
  253. data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +7 -11
  254. data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +37 -30
  255. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +27 -32
  256. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +163 -84
  257. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +92 -78
  258. data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +45 -26
  259. data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +35 -34
  260. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +111 -111
  261. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +11 -11
  262. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +15 -15
  263. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +11 -11
  264. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +21 -20
  265. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +61 -61
  266. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +10 -10
  267. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +5 -5
  268. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +13 -13
  269. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
  270. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
  271. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +4 -4
  272. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +38 -46
  273. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +15 -15
  274. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +46 -45
  275. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +59 -10
  276. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +47 -26
  277. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +61 -38
  278. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +19 -19
  279. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +5 -5
  280. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +10 -10
  281. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +65 -72
  282. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +7 -7
  283. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +151 -95
  284. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +42 -15
  285. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +188 -81
  286. data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +77 -2031
  287. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +38 -43
  288. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +27 -14
  289. data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +22 -22
  290. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +261 -215
  291. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -23
  292. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +65 -58
  293. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +14 -18
  294. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +16 -16
  295. data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +88 -45
  296. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +168 -164
  297. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +24 -44
  298. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +12 -8
  299. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +127 -92
  300. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +22 -21
  301. data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -6
  302. data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +231 -68
  303. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +32 -28
  304. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +178 -53
  305. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +8 -12
  306. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +10 -10
  307. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +36 -36
  308. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +19 -19
  309. data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +50 -32
  310. data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +52 -52
  311. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +117 -99
  312. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +14 -14
  313. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +8 -8
  314. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +13 -13
  315. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +10 -10
  316. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -8
  317. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +22 -21
  318. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -8
  319. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -8
  320. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +38 -42
  321. data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
  322. data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +4 -4
  323. data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +4 -4
  324. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -12
  325. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
  326. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +5 -5
  327. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +4 -4
  328. data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +18 -23
  329. data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +31 -29
  330. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +38 -38
  331. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +17 -5
  332. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +8 -8
  333. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +180 -174
  334. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +148 -118
  335. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +100 -97
  336. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +25 -29
  337. data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +32 -25
  338. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +20 -20
  339. data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +187 -147
  340. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +20 -20
  341. data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +118 -56
  342. data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +20 -15
  343. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +102 -94
  344. data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +33 -33
  345. data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +23 -27
  346. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +98 -57
  347. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +27 -18
  348. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +43 -38
  349. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +91 -46
  350. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +37 -37
  351. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -23
  352. data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +19 -19
  353. data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
  354. data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +87 -11
  355. data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +182 -96
  356. data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +45 -45
  357. data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +17 -21
  358. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +213 -28
  359. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +44 -44
  360. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +15 -19
  361. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +60 -33
  362. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +45 -45
  363. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +663 -96
  364. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +29 -31
  365. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +261 -39
  366. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +10 -7
  367. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +39 -39
  368. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +53 -53
  369. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +124 -124
  370. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +37 -32
  371. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +51 -51
  372. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +117 -60
  373. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +13 -13
  374. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +61 -21
  375. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +118 -18
  376. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +21 -18
  377. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +98 -50
  378. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
  379. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +55 -55
  380. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +7 -7
  381. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +9 -9
  382. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +6 -6
  383. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +25 -24
  384. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +86 -85
  385. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +22 -22
  386. data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +110 -35
  387. data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +33 -28
  388. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +18 -18
  389. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +49 -5
  390. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +71 -59
  391. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +25 -25
  392. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +14 -14
  393. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +11 -6
  394. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +10 -10
  395. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +14 -14
  396. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +113 -38
  397. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +181 -0
  398. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +204 -0
  399. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +349 -0
  400. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +251 -0
  401. data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +17 -17
  402. data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +22 -23
  403. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +107 -50
  404. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +10 -6
  405. data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +142 -44
  406. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +16 -8
  407. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +36 -10
  408. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +109 -109
  409. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +25 -16
  410. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +86 -91
  411. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +512 -296
  412. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +9 -9
  413. data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +61 -22
  414. data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +25 -25
  415. data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +6 -10
  416. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +183 -179
  417. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +246 -186
  418. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +16 -16
  419. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +157 -75
  420. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +20 -19
  421. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +507 -204
  422. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +53 -58
  423. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +13 -13
  424. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +28 -21
  425. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +18 -22
  426. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +61 -58
  427. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +55 -60
  428. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +44 -44
  429. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +51 -51
  430. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +23 -23
  431. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +52 -37
  432. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +24 -24
  433. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +117 -118
  434. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +26 -24
  435. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +23 -21
  436. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -46
  437. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +41 -41
  438. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +35 -35
  439. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +216 -184
  440. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +89 -89
  441. data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +44 -44
  442. data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +5 -5
  443. data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +4 -4
  444. data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +4 -4
  445. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
  446. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +5 -5
  447. data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +4 -4
  448. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +32 -32
  449. data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
  450. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1283 -903
  451. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +390 -264
  452. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +16 -16
  453. data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +2 -2
  454. data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +2 -2
  455. data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +4 -4
  456. data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +2 -2
  457. data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +2 -2
  458. data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +4 -4
  459. data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +2 -2
  460. data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +2 -2
  461. data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +2 -2
  462. data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -2
  463. data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +43 -0
  464. data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +5 -5
  465. data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +2 -2
  466. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +2 -2
  467. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +2 -2
  468. data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +2 -2
  469. data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +4 -4
  470. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +2 -2
  471. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +2 -10
  472. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +2 -2
  473. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +18 -2
  474. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +12 -4
  475. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +202 -0
  476. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +2 -6
  477. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +233 -0
  478. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +2 -2
  479. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +2 -2
  480. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +2 -2
  481. data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +422 -2
  482. data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +502 -18
  483. data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +6 -6
  484. data/vendor/local/share/gtk-doc/html/gtk3/builder-shortcuts.png +0 -0
  485. data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +3 -3
  486. data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +2 -2
  487. data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +11 -19
  488. data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
  489. data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +11 -7
  490. data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +2 -2
  491. data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch26s02.html} +83 -83
  492. data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch28s02.html} +5 -5
  493. data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch30s02.html} +5 -5
  494. data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch30s03.html} +5 -5
  495. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +1311 -0
  496. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +1670 -0
  497. data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +3 -3
  498. data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +39 -39
  499. data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -3
  500. data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +2 -2
  501. data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/gtk3/clocks-shortcuts.png +0 -0
  503. data/vendor/local/share/gtk-doc/html/gtk3/gedit-shortcuts.png +0 -0
  504. data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +4 -4
  505. data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +2 -2
  506. data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +101 -0
  507. data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +2 -2
  508. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +4 -4
  509. data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +4 -4
  510. data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +2 -2
  511. data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +19 -9
  512. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +63 -63
  513. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +7 -7
  514. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
  515. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +5 -5
  516. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +13 -13
  517. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
  518. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -3
  519. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +4 -4
  520. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +5 -5
  521. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +5 -5
  522. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
  523. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +8 -8
  524. data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +2 -2
  525. data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +2 -2
  526. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +2 -2
  527. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +47 -0
  528. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +30 -30
  529. data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +2 -2
  530. data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -10
  531. data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +2 -2
  532. data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
  533. data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +27 -2
  534. data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +2 -2
  535. data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +2 -2
  536. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +25 -25
  537. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +51 -51
  538. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +106 -106
  539. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +115 -91
  540. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +78 -77
  541. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +30 -34
  542. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +107 -96
  543. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +479 -0
  544. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +14 -14
  545. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +571 -0
  546. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +19 -19
  547. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +25 -25
  548. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +18 -18
  549. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +159 -65
  550. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +85 -90
  551. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +99 -105
  552. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +7 -7
  553. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +62 -67
  554. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +131 -131
  555. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +25 -18
  556. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +161 -159
  557. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +71 -35
  558. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +103 -107
  559. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +2 -2
  560. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +21 -5
  561. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +3 -3
  562. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +2 -2
  563. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +864 -160
  564. data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +2 -2
  565. data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +24 -3
  566. data/vendor/local/share/gtk-doc/html/gtk3/index.html +64 -25
  567. data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +23 -23
  568. data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +2 -2
  569. data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +8 -2
  570. data/vendor/local/share/gtk-doc/html/gtk3/theming.html +14 -4
  571. data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
  572. data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
  573. data/vendor/local/share/icons/Adwaita/16x16/devices/ebook-reader.png +0 -0
  574. data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-new.png +0 -0
  575. data/vendor/local/share/icons/Adwaita/16x16/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  576. data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
  577. data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
  578. data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
  579. data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
  580. data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
  581. data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
  582. data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
  583. data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
  584. data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
  585. data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
  586. data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
  587. data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
  588. data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
  589. data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
  590. data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
  591. data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
  592. data/vendor/local/share/icons/Adwaita/16x16/status/mail-unread.png +0 -0
  593. data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
  594. data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
  595. data/vendor/local/share/icons/Adwaita/22x22/devices/ebook-reader.png +0 -0
  596. data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-new.png +0 -0
  597. data/vendor/local/share/icons/Adwaita/22x22/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  598. data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
  599. data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
  600. data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
  601. data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
  602. data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
  603. data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
  604. data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
  605. data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
  606. data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
  607. data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
  608. data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
  609. data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
  610. data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
  611. data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
  612. data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
  613. data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
  614. data/vendor/local/share/icons/Adwaita/22x22/status/mail-unread.png +0 -0
  615. data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
  616. data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
  617. data/vendor/local/share/icons/Adwaita/24x24/devices/ebook-reader.png +0 -0
  618. data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-new.png +0 -0
  619. data/vendor/local/share/icons/Adwaita/24x24/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  620. data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
  621. data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
  622. data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
  623. data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
  624. data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
  625. data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
  626. data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
  627. data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
  628. data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
  629. data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
  630. data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
  631. data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
  632. data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
  633. data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
  634. data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
  635. data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
  636. data/vendor/local/share/icons/Adwaita/24x24/status/mail-unread.png +0 -0
  637. data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
  638. data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
  639. data/vendor/local/share/icons/Adwaita/256x256/devices/ebook-reader.png +0 -0
  640. data/vendor/local/share/icons/Adwaita/256x256/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  641. data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
  642. data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
  643. data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
  644. data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
  645. data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
  646. data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
  647. data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
  648. data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
  649. data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
  650. data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
  651. data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
  652. data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
  653. data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
  654. data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
  655. data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
  656. data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
  657. data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
  658. data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
  659. data/vendor/local/share/icons/Adwaita/32x32/devices/ebook-reader.png +0 -0
  660. data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-new.png +0 -0
  661. data/vendor/local/share/icons/Adwaita/32x32/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  662. data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
  663. data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
  664. data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
  665. data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
  666. data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
  667. data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
  668. data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
  669. data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
  670. data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
  671. data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
  672. data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
  673. data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
  674. data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
  675. data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
  676. data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
  677. data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
  678. data/vendor/local/share/icons/Adwaita/32x32/status/mail-unread.png +0 -0
  679. data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
  680. data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
  681. data/vendor/local/share/icons/Adwaita/48x48/devices/ebook-reader.png +0 -0
  682. data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-new.png +0 -0
  683. data/vendor/local/share/icons/Adwaita/48x48/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  684. data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
  685. data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
  686. data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
  687. data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
  688. data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
  689. data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
  690. data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
  691. data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
  692. data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
  693. data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
  694. data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
  695. data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
  696. data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
  697. data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
  698. data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
  699. data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
  700. data/vendor/local/share/icons/Adwaita/48x48/status/mail-unread.png +0 -0
  701. data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-new.png +0 -0
  702. data/vendor/local/share/icons/Adwaita/cursors/00008160000006810000408080010102 +0 -0
  703. data/vendor/local/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140 +0 -0
  704. data/vendor/local/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 +0 -0
  705. data/vendor/local/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +0 -0
  706. data/vendor/local/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf +0 -0
  707. data/vendor/local/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 +0 -0
  708. data/vendor/local/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204 +0 -0
  709. data/vendor/local/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df +0 -0
  710. data/vendor/local/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599 +0 -0
  711. data/vendor/local/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 +0 -0
  712. data/vendor/local/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +0 -0
  713. data/vendor/local/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 +0 -0
  714. data/vendor/local/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f +0 -0
  715. data/vendor/local/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f +0 -0
  716. data/vendor/local/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 +0 -0
  717. data/vendor/local/share/icons/Adwaita/cursors/X_cursor +0 -0
  718. data/vendor/local/share/icons/Adwaita/cursors/alias +0 -0
  719. data/vendor/local/share/icons/Adwaita/cursors/all-scroll +0 -0
  720. data/vendor/local/share/icons/Adwaita/cursors/arrow +0 -0
  721. data/vendor/local/share/icons/Adwaita/cursors/bd_double_arrow +0 -0
  722. data/vendor/local/share/icons/Adwaita/cursors/bottom_left_corner +0 -0
  723. data/vendor/local/share/icons/Adwaita/cursors/bottom_right_corner +0 -0
  724. data/vendor/local/share/icons/Adwaita/cursors/bottom_side +0 -0
  725. data/vendor/local/share/icons/Adwaita/cursors/bottom_tee +0 -0
  726. data/vendor/local/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +0 -0
  727. data/vendor/local/share/icons/Adwaita/cursors/cell +0 -0
  728. data/vendor/local/share/icons/Adwaita/cursors/circle +0 -0
  729. data/vendor/local/share/icons/Adwaita/cursors/col-resize +0 -0
  730. data/vendor/local/share/icons/Adwaita/cursors/copy +0 -0
  731. data/vendor/local/share/icons/Adwaita/cursors/cross +0 -0
  732. data/vendor/local/share/icons/Adwaita/cursors/cross_reverse +0 -0
  733. data/vendor/local/share/icons/Adwaita/cursors/crossed_circle +0 -0
  734. data/vendor/local/share/icons/Adwaita/cursors/crosshair +0 -0
  735. data/vendor/local/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b +0 -0
  736. data/vendor/local/share/icons/Adwaita/cursors/default +0 -0
  737. data/vendor/local/share/icons/Adwaita/cursors/diamond_cross +0 -0
  738. data/vendor/local/share/icons/Adwaita/cursors/dnd-ask +0 -0
  739. data/vendor/local/share/icons/Adwaita/cursors/dnd-copy +0 -0
  740. data/vendor/local/share/icons/Adwaita/cursors/dnd-link +0 -0
  741. data/vendor/local/share/icons/Adwaita/cursors/dnd-move +0 -0
  742. data/vendor/local/share/icons/Adwaita/cursors/dnd-none +0 -0
  743. data/vendor/local/share/icons/Adwaita/cursors/dot_box_mask +0 -0
  744. data/vendor/local/share/icons/Adwaita/cursors/dotbox +0 -0
  745. data/vendor/local/share/icons/Adwaita/cursors/double_arrow +0 -0
  746. data/vendor/local/share/icons/Adwaita/cursors/draft_large +0 -0
  747. data/vendor/local/share/icons/Adwaita/cursors/draft_small +0 -0
  748. data/vendor/local/share/icons/Adwaita/cursors/draped_box +0 -0
  749. data/vendor/local/share/icons/Adwaita/cursors/e-resize +0 -0
  750. data/vendor/local/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 +0 -0
  751. data/vendor/local/share/icons/Adwaita/cursors/ew-resize +0 -0
  752. data/vendor/local/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +0 -0
  753. data/vendor/local/share/icons/Adwaita/cursors/fd_double_arrow +0 -0
  754. data/vendor/local/share/icons/Adwaita/cursors/fleur +0 -0
  755. data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
  756. data/vendor/local/share/icons/Adwaita/cursors/grabbing +0 -0
  757. data/vendor/local/share/icons/Adwaita/cursors/h_double_arrow +0 -0
  758. data/vendor/local/share/icons/Adwaita/cursors/hand +0 -0
  759. data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
  760. data/vendor/local/share/icons/Adwaita/cursors/hand2 +0 -0
  761. data/vendor/local/share/icons/Adwaita/cursors/help +0 -0
  762. data/vendor/local/share/icons/Adwaita/cursors/icon +0 -0
  763. data/vendor/local/share/icons/Adwaita/cursors/left_ptr +0 -0
  764. data/vendor/local/share/icons/Adwaita/cursors/left_ptr_help +0 -0
  765. data/vendor/local/share/icons/Adwaita/cursors/left_ptr_watch +0 -0
  766. data/vendor/local/share/icons/Adwaita/cursors/left_side +0 -0
  767. data/vendor/local/share/icons/Adwaita/cursors/left_tee +0 -0
  768. data/vendor/local/share/icons/Adwaita/cursors/link +0 -0
  769. data/vendor/local/share/icons/Adwaita/cursors/ll_angle +0 -0
  770. data/vendor/local/share/icons/Adwaita/cursors/lr_angle +0 -0
  771. data/vendor/local/share/icons/Adwaita/cursors/move +0 -0
  772. data/vendor/local/share/icons/Adwaita/cursors/n-resize +0 -0
  773. data/vendor/local/share/icons/Adwaita/cursors/ne-resize +0 -0
  774. data/vendor/local/share/icons/Adwaita/cursors/nesw-resize +0 -0
  775. data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
  776. data/vendor/local/share/icons/Adwaita/cursors/not-allowed +0 -0
  777. data/vendor/local/share/icons/Adwaita/cursors/ns-resize +0 -0
  778. data/vendor/local/share/icons/Adwaita/cursors/nw-resize +0 -0
  779. data/vendor/local/share/icons/Adwaita/cursors/nwse-resize +0 -0
  780. data/vendor/local/share/icons/Adwaita/cursors/pencil +0 -0
  781. data/vendor/local/share/icons/Adwaita/cursors/pirate +0 -0
  782. data/vendor/local/share/icons/Adwaita/cursors/plus +0 -0
  783. data/vendor/local/share/icons/Adwaita/cursors/pointer +0 -0
  784. data/vendor/local/share/icons/Adwaita/cursors/pointer-move +0 -0
  785. data/vendor/local/share/icons/Adwaita/cursors/progress +0 -0
  786. data/vendor/local/share/icons/Adwaita/cursors/question_arrow +0 -0
  787. data/vendor/local/share/icons/Adwaita/cursors/right_ptr +0 -0
  788. data/vendor/local/share/icons/Adwaita/cursors/right_side +0 -0
  789. data/vendor/local/share/icons/Adwaita/cursors/right_tee +0 -0
  790. data/vendor/local/share/icons/Adwaita/cursors/row-resize +0 -0
  791. data/vendor/local/share/icons/Adwaita/cursors/s-resize +0 -0
  792. data/vendor/local/share/icons/Adwaita/cursors/sb_down_arrow +0 -0
  793. data/vendor/local/share/icons/Adwaita/cursors/sb_h_double_arrow +0 -0
  794. data/vendor/local/share/icons/Adwaita/cursors/sb_left_arrow +0 -0
  795. data/vendor/local/share/icons/Adwaita/cursors/sb_right_arrow +0 -0
  796. data/vendor/local/share/icons/Adwaita/cursors/sb_up_arrow +0 -0
  797. data/vendor/local/share/icons/Adwaita/cursors/sb_v_double_arrow +0 -0
  798. data/vendor/local/share/icons/Adwaita/cursors/se-resize +0 -0
  799. data/vendor/local/share/icons/Adwaita/cursors/size_all +0 -0
  800. data/vendor/local/share/icons/Adwaita/cursors/size_bdiag +0 -0
  801. data/vendor/local/share/icons/Adwaita/cursors/size_fdiag +0 -0
  802. data/vendor/local/share/icons/Adwaita/cursors/size_hor +0 -0
  803. data/vendor/local/share/icons/Adwaita/cursors/size_ver +0 -0
  804. data/vendor/local/share/icons/Adwaita/cursors/sw-resize +0 -0
  805. data/vendor/local/share/icons/Adwaita/cursors/target +0 -0
  806. data/vendor/local/share/icons/Adwaita/cursors/tcross +0 -0
  807. data/vendor/local/share/icons/Adwaita/cursors/text +0 -0
  808. data/vendor/local/share/icons/Adwaita/cursors/top_left_arrow +0 -0
  809. data/vendor/local/share/icons/Adwaita/cursors/top_left_corner +0 -0
  810. data/vendor/local/share/icons/Adwaita/cursors/top_right_corner +0 -0
  811. data/vendor/local/share/icons/Adwaita/cursors/top_side +0 -0
  812. data/vendor/local/share/icons/Adwaita/cursors/top_tee +0 -0
  813. data/vendor/local/share/icons/Adwaita/cursors/ul_angle +0 -0
  814. data/vendor/local/share/icons/Adwaita/cursors/ur_angle +0 -0
  815. data/vendor/local/share/icons/Adwaita/cursors/v_double_arrow +0 -0
  816. data/vendor/local/share/icons/Adwaita/cursors/vertical-text +0 -0
  817. data/vendor/local/share/icons/Adwaita/cursors/w-resize +0 -0
  818. data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
  819. data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
  820. data/vendor/local/share/icons/Adwaita/cursors/xterm +0 -0
  821. data/vendor/local/share/icons/Adwaita/cursors/zoom-in +0 -0
  822. data/vendor/local/share/icons/Adwaita/cursors/zoom-out +0 -0
  823. data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
  824. data/vendor/local/share/icons/Adwaita/index.theme +0 -88
  825. data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +28 -16185
  826. data/vendor/local/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg +19 -14
  827. data/vendor/local/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg +19 -15
  828. data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +36 -0
  829. data/vendor/local/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg +21 -15
  830. data/vendor/local/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg +40 -14
  831. data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +10 -7
  832. data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-rtl-symbolic.svg → format-text-direction-symbolic-rtl.svg} +0 -0
  833. data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-ltr-symbolic.svg → format-text-direction-symbolic.svg} +0 -0
  834. data/vendor/local/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg +18 -14
  835. data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +20 -16
  836. data/vendor/local/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg +18 -17
  837. data/vendor/local/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg +43 -0
  838. data/vendor/local/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg +14 -15
  839. data/vendor/local/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg +12 -10
  840. data/vendor/local/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg +33 -0
  841. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +18 -16
  842. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg +20 -17
  843. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg +18 -16
  844. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg +19 -18
  845. data/vendor/local/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg +22 -15
  846. data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg +35 -0
  847. data/vendor/local/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg +32 -0
  848. data/vendor/local/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg +17 -22
  849. data/vendor/local/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg +12 -8
  850. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-consecutive-rtl-symbolic.svg → media-playlist-consecutive-symbolic-rtl.svg} +0 -0
  851. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-song-rtl-symbolic.svg → media-playlist-repeat-song-symbolic-rtl.svg} +0 -0
  852. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-rtl-symbolic.svg → media-playlist-repeat-symbolic-rtl.svg} +0 -0
  853. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-shuffle-rtl-symbolic.svg → media-playlist-shuffle-symbolic-rtl.svg} +0 -0
  854. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +23 -19
  855. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg +10 -8
  856. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg +21 -15
  857. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg +19 -17
  858. data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +14 -10
  859. data/vendor/local/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg +20 -17
  860. data/vendor/local/share/icons/Adwaita/scalable/status/{semi-starred-rtl-symbolic.svg → semi-starred-symbolic-rtl.svg} +0 -0
  861. data/vendor/local/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg +36 -0
  862. data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
  863. data/vendor/local/share/license/adwaita-icon-theme/AUTHORS +1 -0
  864. data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
  865. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
  866. data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
  867. data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
  868. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
  869. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
  870. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
  871. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
  872. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
  873. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
  874. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  875. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  876. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
  877. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
  878. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
  879. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
  880. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
  881. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
  882. data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
  883. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
  884. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
  885. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
  886. data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
  887. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
  888. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
  889. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
  890. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
  891. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
  892. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
  893. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
  894. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
  895. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
  896. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
  897. data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
  898. data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.mo +0 -0
  899. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
  900. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
  901. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
  902. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
  903. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
  904. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
  905. data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
  906. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
  907. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
  908. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
  909. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
  910. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
  911. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
  912. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
  913. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
  914. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
  915. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
  916. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
  917. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
  918. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
  919. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
  920. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
  921. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
  922. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
  923. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
  924. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
  925. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
  926. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
  927. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
  928. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
  929. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
  930. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
  931. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
  932. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
  933. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
  934. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
  935. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
  936. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
  937. data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
  938. data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30.mo +0 -0
  939. data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
  940. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
  941. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
  942. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
  943. data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
  944. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
  945. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
  946. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
  947. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
  948. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
  949. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  950. data/vendor/local/share/man/man1/gtk-builder-tool.1 +78 -0
  951. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  952. data/vendor/local/share/man/man1/gtk-launch.1 +7 -2
  953. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  954. data/vendor/local/share/man/man1/gtk-query-settings.1 +38 -0
  955. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  956. data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
  957. data/vendor/local/share/man/man1/gtk3-demo.1 +20 -2
  958. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +2 -2
  959. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  960. data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
  961. data/vendor/local/share/themes/Emacs/gtk-3.0/gtk-keys.css +7 -7
  962. metadata +141 -35
  963. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +0 -29
  964. data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +0 -1396
  965. data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +0 -9866
  966. data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +0 -32
  967. data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +0 -49
  968. data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +0 -34
  969. data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +0 -31
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="DisplayWidgets.html" title="Display Widgets">
9
9
  <link rel="prev" href="DisplayWidgets.html" title="Display Widgets">
10
10
  <link rel="next" href="GtkImage.html" title="GtkImage">
11
- <meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25.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">
@@ -236,7 +236,7 @@
236
236
  </tr>
237
237
  <tr>
238
238
  <td class="function_type">
239
- <span class="returnvalue">PangoAttrList</span> *
239
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="returnvalue">PangoAttrList</span></a> *
240
240
  </td>
241
241
  <td class="function_name">
242
242
  <a class="link" href="GtkLabel.html#gtk-label-get-attributes" title="gtk_label_get_attributes ()">gtk_label_get_attributes</a> <span class="c_punctuation">()</span>
@@ -268,7 +268,7 @@
268
268
  </tr>
269
269
  <tr>
270
270
  <td class="function_type">
271
- <span class="returnvalue">PangoEllipsizeMode</span>
271
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="returnvalue">PangoEllipsizeMode</span></a>
272
272
  </td>
273
273
  <td class="function_name">
274
274
  <a class="link" href="GtkLabel.html#gtk-label-get-ellipsize" title="gtk_label_get_ellipsize ()">gtk_label_get_ellipsize</a> <span class="c_punctuation">()</span>
@@ -299,7 +299,7 @@
299
299
  </tr>
300
300
  <tr>
301
301
  <td class="function_type">
302
- <span class="returnvalue">PangoLayout</span> *
302
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="returnvalue">PangoLayout</span></a> *
303
303
  </td>
304
304
  <td class="function_name">
305
305
  <a class="link" href="GtkLabel.html#gtk-label-get-layout" title="gtk_label_get_layout ()">gtk_label_get_layout</a> <span class="c_punctuation">()</span>
@@ -315,7 +315,7 @@
315
315
  </tr>
316
316
  <tr>
317
317
  <td class="function_type">
318
- <span class="returnvalue">PangoWrapMode</span>
318
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="returnvalue">PangoWrapMode</span></a>
319
319
  </td>
320
320
  <td class="function_name">
321
321
  <a class="link" href="GtkLabel.html#gtk-label-get-line-wrap-mode" title="gtk_label_get_line_wrap_mode ()">gtk_label_get_line_wrap_mode</a> <span class="c_punctuation">()</span>
@@ -459,7 +459,7 @@
459
459
  </tr>
460
460
  <tr>
461
461
  <td class="property_type">
462
- <span class="type">PangoAttrList</span> *</td>
462
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="type">PangoAttrList</span></a> *</td>
463
463
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--attributes" title="The “attributes” property">attributes</a></td>
464
464
  <td class="property_flags">Read / Write</td>
465
465
  </tr>
@@ -469,7 +469,7 @@
469
469
  <td class="property_flags">Read</td>
470
470
  </tr>
471
471
  <tr>
472
- <td class="property_type"><span class="type">PangoEllipsizeMode</span></td>
472
+ <td class="property_type"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a></td>
473
473
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--ellipsize" title="The “ellipsize” property">ellipsize</a></td>
474
474
  <td class="property_flags">Read / Write</td>
475
475
  </tr>
@@ -552,7 +552,7 @@
552
552
  <td class="property_flags">Read / Write</td>
553
553
  </tr>
554
554
  <tr>
555
- <td class="property_type"><span class="type">PangoWrapMode</span></td>
555
+ <td class="property_type"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a></td>
556
556
  <td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--wrap-mode" title="The “wrap-mode” property">wrap-mode</a></td>
557
557
  <td class="property_flags">Read / Write</td>
558
558
  </tr>
@@ -621,7 +621,7 @@
621
621
  </div>
622
622
  <div class="refsect1">
623
623
  <a name="GtkLabel.object-hierarchy"></a><h2>Object Hierarchy</h2>
624
- <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
624
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
625
625
  <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
626
626
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
627
627
  <span class="lineart">╰──</span> <a class="link" href="GtkMisc.html" title="GtkMisc">GtkMisc</a>
@@ -646,11 +646,43 @@ GtkLabel implements
646
646
  implies, most labels are used to label another widget such as a
647
647
  <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a>, a <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a>, or a <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a>.</p>
648
648
  <div class="refsect2">
649
- <a name="id-1.3.8.2.10.3"></a><h3>GtkLabel as GtkBuildable</h3>
649
+ <a name="id-1.3.8.2.10.3"></a><h3>CSS nodes</h3>
650
+ <div class="informalexample">
651
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
652
+ <tbody>
653
+ <tr>
654
+ <td class="listing_lines" align="right"><pre>1
655
+ 2
656
+ 3
657
+ 4
658
+ 5</pre></td>
659
+ <td class="listing_code"><pre class="programlisting"><span class="normal">label</span>
660
+ <span class="normal">├── </span><span class="symbol">[</span><span class="normal">selection</span><span class="symbol">]</span>
661
+ <span class="normal">├── </span><span class="symbol">[</span><span class="normal">link</span><span class="symbol">]</span>
662
+ <span class="normal">┊</span>
663
+ <span class="normal">╰── </span><span class="symbol">[</span><span class="normal">link</span><span class="symbol">]</span></pre></td>
664
+ </tr>
665
+ </tbody>
666
+ </table>
667
+ </div>
668
+
669
+ <p></p>
670
+ <p>GtkLabel has a single CSS node with the name label. A wide variety
671
+ of style classes may be applied to labels, such as .title, .subtitle,
672
+ .dim-label, etc. In the <a class="link" href="GtkShortcutsWindow.html" title="GtkShortcutsWindow"><span class="type">GtkShortcutsWindow</span></a>, labels are used wth the
673
+ .keycap style class.</p>
674
+ <p>If the label has a selection, it gets a subnode with name selection.</p>
675
+ <p>If the label has links, there is one subnode per link. These subnodes
676
+ carry the link or visited state depending on whether they have been
677
+ visited.</p>
678
+ </div>
679
+ <hr>
680
+ <div class="refsect2">
681
+ <a name="id-1.3.8.2.10.4"></a><h3>GtkLabel as GtkBuildable</h3>
650
682
  <p>The GtkLabel implementation of the GtkBuildable interface supports a
651
683
  custom &lt;attributes&gt; element, which supports any number of &lt;attribute&gt;
652
684
  elements. The &lt;attribute&gt; element has attributes named “name“, “value“,
653
- “start“ and “end“ and allows you to specify <span class="type">PangoAttribute</span> values for
685
+ “start“ and “end“ and allows you to specify <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttribute"><span class="type">PangoAttribute</span></a> values for
654
686
  this label.</p>
655
687
  <p>An example of a UI definition fragment specifying Pango attributes:</p>
656
688
  <div class="informalexample">
@@ -683,7 +715,7 @@ content instead.</p>
683
715
  </div>
684
716
  <hr>
685
717
  <div class="refsect2">
686
- <a name="id-1.3.8.2.10.4"></a><h3>Mnemonics</h3>
718
+ <a name="id-1.3.8.2.10.5"></a><h3>Mnemonics</h3>
687
719
  <p>Labels may contain “mnemonics”. Mnemonics are
688
720
  underlined characters in the label, used for keyboard navigation.
689
721
  Mnemonics are created by providing a string with an underscore before
@@ -753,7 +785,7 @@ already inside:</p>
753
785
  </div>
754
786
  <hr>
755
787
  <div class="refsect2">
756
- <a name="id-1.3.8.2.10.5"></a><h3>Markup (styled text)</h3>
788
+ <a name="id-1.3.8.2.10.6"></a><h3>Markup (styled text)</h3>
757
789
  <p>To make it easy to format text in a label (changing colors,
758
790
  fonts, etc.), label text can be provided in a simple
759
791
  markup format.</p>
@@ -775,22 +807,22 @@ markup format.</p>
775
807
  <p>(See complete documentation of available
776
808
  tags in the Pango manual.)</p>
777
809
  <p>The markup passed to <a class="link" href="GtkLabel.html#gtk-label-set-markup" title="gtk_label_set_markup ()"><code class="function">gtk_label_set_markup()</code></a> must be valid; for example,
778
- literal &lt;, &gt; and &amp; characters must be escaped as &lt;, &gt;, and &amp;.
810
+ literal &lt;, &gt; and &amp; characters must be escaped as &amp;lt;, &amp;gt;, and &amp;amp;.
779
811
  If you pass text obtained from the user, file, or a network to
780
812
  <a class="link" href="GtkLabel.html#gtk-label-set-markup" title="gtk_label_set_markup ()"><code class="function">gtk_label_set_markup()</code></a>, you’ll want to escape it with
781
813
  <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-escape-text"><code class="function">g_markup_escape_text()</code></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-printf-escaped"><code class="function">g_markup_printf_escaped()</code></a>.</p>
782
- <p>Markup strings are just a convenient way to set the <span class="type">PangoAttrList</span> on
814
+ <p>Markup strings are just a convenient way to set the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="type">PangoAttrList</span></a> on
783
815
  a label; <a class="link" href="GtkLabel.html#gtk-label-set-attributes" title="gtk_label_set_attributes ()"><code class="function">gtk_label_set_attributes()</code></a> may be a simpler way to set
784
- attributes in some cases. Be careful though; <span class="type">PangoAttrList</span> tends to
816
+ attributes in some cases. Be careful though; <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="type">PangoAttrList</span></a> tends to
785
817
  cause internationalization problems, unless you’re applying attributes
786
818
  to the entire string (i.e. unless you set the range of each attribute
787
819
  to [0, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#G-MAXINT:CAPS"><code class="literal">G_MAXINT</code></a>)). The reason is that specifying the start_index and
788
- end_index for a <span class="type">PangoAttribute</span> requires knowledge of the exact string
820
+ end_index for a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttribute"><span class="type">PangoAttribute</span></a> requires knowledge of the exact string
789
821
  being displayed, so translations will cause problems.</p>
790
822
  </div>
791
823
  <hr>
792
824
  <div class="refsect2">
793
- <a name="id-1.3.8.2.10.6"></a><h3>Selectable labels</h3>
825
+ <a name="id-1.3.8.2.10.7"></a><h3>Selectable labels</h3>
794
826
  <p>Labels can be made selectable with <a class="link" href="GtkLabel.html#gtk-label-set-selectable" title="gtk_label_set_selectable ()"><code class="function">gtk_label_set_selectable()</code></a>.
795
827
  Selectable labels allow the user to copy the label contents to
796
828
  the clipboard. Only labels that contain useful-to-copy information
@@ -807,7 +839,7 @@ understood by Pango.</p>
807
839
  <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap" title="gtk_label_set_line_wrap ()"><code class="function">gtk_label_set_line_wrap()</code></a>.</p>
808
840
  <p>gtk_label_set_justify() sets how the lines in a label align
809
841
  with one another. If you want to set how the label as a whole
810
- aligns in its available space, see the <span class="type">“halign”</span> and
842
+ aligns in its available space, see the <a class="link" href="GtkWidget.html#GtkWidget--halign" title="The “halign” property"><span class="type">“halign”</span></a> and
811
843
  <a class="link" href="GtkWidget.html#GtkWidget--valign" title="The “valign” property"><span class="type">“valign”</span></a> properties.</p>
812
844
  <p>The <a class="link" href="GtkLabel.html#GtkLabel--width-chars" title="The “width-chars” property"><span class="type">“width-chars”</span></a> and <a class="link" href="GtkLabel.html#GtkLabel--max-width-chars" title="The “max-width-chars” property"><span class="type">“max-width-chars”</span></a> properties
813
845
  can be used to control the size allocation of ellipsized or wrapped
@@ -823,7 +855,7 @@ labels will be rewrapped to use all of the available width.</p>
823
855
  </div>
824
856
  <hr>
825
857
  <div class="refsect2">
826
- <a name="id-1.3.8.2.10.8"></a><h3>Links</h3>
858
+ <a name="id-1.3.8.2.10.9"></a><h3>Links</h3>
827
859
  <p>Since 2.18, GTK+ supports markup for clickable hyperlinks in addition
828
860
  to regular Pango markup. The markup for links is borrowed from HTML,
829
861
  using the <code class="literal">&lt;a&gt;</code> with “href“ and “title“ attributes. GTK+ renders links
@@ -841,7 +873,7 @@ text. The “title“ attribute is displayed as a tooltip on the link.</p>
841
873
  5</pre></td>
842
874
  <td class="listing_code"><pre class="programlisting"><span class="keyword">const</span><span class="normal"> </span><span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">text </span><span class="symbol">=</span>
843
875
  <span class="string">"Go to the"</span>
844
- <span class="string">"&lt;a href=</span><span class="specialchar">\"</span><span class="string">http://www.gtk.org title="</span><span class="symbol">&lt;</span><span class="normal">i</span><span class="symbol">&gt;</span><span class="usertype">Our&lt;/i&gt;</span><span class="normal"> website</span><span class="symbol">\</span><span class="string">"&gt;"</span>
876
+ <span class="string">"&lt;a href=</span><span class="specialchar">\"</span><span class="string">http://www.gtk.org title="</span><span class="symbol">&amp;</span><span class="normal">lt</span><span class="symbol">;</span><span class="normal">i</span><span class="symbol">&amp;</span><span class="normal">gt</span><span class="symbol">;</span><span class="normal">Our</span><span class="symbol">&amp;</span><span class="normal">lt</span><span class="symbol">;/</span><span class="normal">i</span><span class="symbol">&amp;</span><span class="normal">gt</span><span class="symbol">;</span><span class="normal"> website</span><span class="symbol">\</span><span class="string">"&gt;"</span>
845
877
  <span class="string">"GTK+ website&lt;/a&gt; for more..."</span><span class="symbol">;</span>
846
878
  <span class="function"><a href="GtkLabel.html#gtk-label-set-markup">gtk_label_set_markup</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">label</span><span class="symbol">,</span><span class="normal"> text</span><span class="symbol">);</span></pre></td>
847
879
  </tr>
@@ -863,7 +895,7 @@ gtk_label_new (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gno
863
895
  <p>Creates a new label with the given text inside it. You can
864
896
  pass <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to get an empty label widget.</p>
865
897
  <div class="refsect3">
866
- <a name="id-1.3.8.2.11.2.5"></a><h4>Parameters</h4>
898
+ <a name="gtk-label-new.parameters"></a><h4>Parameters</h4>
867
899
  <div class="informaltable"><table width="100%" border="0">
868
900
  <colgroup>
869
901
  <col width="150px" class="parameters_name">
@@ -878,7 +910,7 @@ pass <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/h
878
910
  </table></div>
879
911
  </div>
880
912
  <div class="refsect3">
881
- <a name="id-1.3.8.2.11.2.6"></a><h4>Returns</h4>
913
+ <a name="gtk-label-new.returns"></a><h4>Returns</h4>
882
914
  <p> the new <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a></p>
883
915
  </div>
884
916
  </div>
@@ -890,9 +922,13 @@ gtk_label_set_text (<em class="parameter"><code><a class="link" href="GtkLabel.h
890
922
  <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
891
923
  <p>Sets the text within the <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> widget. It overwrites any text that
892
924
  was there before. </p>
893
- <p>This will also clear any previously set mnemonic accelerators.</p>
925
+ <p>This function will clear any previously set mnemonic accelerators, and
926
+ set the <a class="link" href="GtkLabel.html#GtkLabel--use-underline" title="The “use-underline” property"><span class="type">“use-underline”</span></a> property to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> as a side effect.</p>
927
+ <p>This function will set the <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> property to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
928
+ as a side effect.</p>
929
+ <p>See also: <a class="link" href="GtkLabel.html#gtk-label-set-markup" title="gtk_label_set_markup ()"><code class="function">gtk_label_set_markup()</code></a></p>
894
930
  <div class="refsect3">
895
- <a name="id-1.3.8.2.11.3.6"></a><h4>Parameters</h4>
931
+ <a name="gtk-label-set-text.parameters"></a><h4>Parameters</h4>
896
932
  <div class="informaltable"><table width="100%" border="0">
897
933
  <colgroup>
898
934
  <col width="150px" class="parameters_name">
@@ -919,8 +955,8 @@ was there before. </p>
919
955
  <a name="gtk-label-set-attributes"></a><h3>gtk_label_set_attributes ()</h3>
920
956
  <pre class="programlisting"><span class="returnvalue">void</span>
921
957
  gtk_label_set_attributes (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
922
- <em class="parameter"><code><span class="type">PangoAttrList</span> *attrs</code></em>);</pre>
923
- <p>Sets a <span class="type">PangoAttrList</span>; the attributes in the list are applied to the
958
+ <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="type">PangoAttrList</span></a> *attrs</code></em>);</pre>
959
+ <p>Sets a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="type">PangoAttrList</span></a>; the attributes in the list are applied to the
924
960
  label text.</p>
925
961
  <p>The attributes set with this function will be applied
926
962
  and merged with any other attributes previously effected by way
@@ -929,7 +965,7 @@ While it is not recommended to mix markup strings with manually set
929
965
  attributes, if you must; know that the attributes will be applied
930
966
  to the label after the markup string is parsed.</p>
931
967
  <div class="refsect3">
932
- <a name="id-1.3.8.2.11.4.6"></a><h4>Parameters</h4>
968
+ <a name="gtk-label-set-attributes.parameters"></a><h4>Parameters</h4>
933
969
  <div class="informaltable"><table width="100%" border="0">
934
970
  <colgroup>
935
971
  <col width="150px" class="parameters_name">
@@ -944,7 +980,7 @@ to the label after the markup string is parsed.</p>
944
980
  </tr>
945
981
  <tr>
946
982
  <td class="parameter_name"><p>attrs</p></td>
947
- <td class="parameter_description"><p> a <span class="type">PangoAttrList</span>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
983
+ <td class="parameter_description"><p> a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="type">PangoAttrList</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
948
984
  <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>
949
985
  </tr>
950
986
  </tbody>
@@ -960,10 +996,10 @@ gtk_label_set_markup (<em class="parameter"><code><a class="link" href="GtkLabel
960
996
  <p>Parses <em class="parameter"><code>str</code></em>
961
997
  which is marked up with the
962
998
  Pango text markup language, setting the
963
- label’s text and attribute list based on the parse results. If the <em class="parameter"><code>str</code></em>
964
- is
965
- external data, you may need to escape it with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-escape-text"><code class="function">g_markup_escape_text()</code></a> or
966
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-printf-escaped"><code class="function">g_markup_printf_escaped()</code></a>:</p>
999
+ label’s text and attribute list based on the parse results.</p>
1000
+ <p>If the <em class="parameter"><code>str</code></em>
1001
+ is external data, you may need to escape it with
1002
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-escape-text"><code class="function">g_markup_escape_text()</code></a> or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html#g-markup-printf-escaped"><code class="function">g_markup_printf_escaped()</code></a>:</p>
967
1003
  <div class="informalexample">
968
1004
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
969
1005
  <tbody>
@@ -986,8 +1022,14 @@ external data, you may need to escape it with <a href="/home/vagrant/ruby-gnome2
986
1022
  </div>
987
1023
 
988
1024
  <p></p>
989
- <div class="refsect3">
990
- <a name="id-1.3.8.2.11.5.7"></a><h4>Parameters</h4>
1025
+ <p>This function will set the <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> property to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> as
1026
+ a side effect.</p>
1027
+ <p>If you set the label contents using the <a class="link" href="GtkLabel.html#GtkLabel--label" title="The “label” property"><span class="type">“label”</span></a> property you
1028
+ should also ensure that you set the <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> property
1029
+ accordingly.</p>
1030
+ <p>See also: <a class="link" href="GtkLabel.html#gtk-label-set-text" title="gtk_label_set_text ()"><code class="function">gtk_label_set_text()</code></a></p>
1031
+ <div class="refsect3">
1032
+ <a name="gtk-label-set-markup.parameters"></a><h4>Parameters</h4>
991
1033
  <div class="informaltable"><table width="100%" border="0">
992
1034
  <colgroup>
993
1035
  <col width="150px" class="parameters_name">
@@ -1025,7 +1067,7 @@ indicating that they represent a keyboard accelerator called a mnemonic.</p>
1025
1067
  <p>The mnemonic key can be used to activate another widget, chosen
1026
1068
  automatically, or explicitly using <a class="link" href="GtkLabel.html#gtk-label-set-mnemonic-widget" title="gtk_label_set_mnemonic_widget ()"><code class="function">gtk_label_set_mnemonic_widget()</code></a>.</p>
1027
1069
  <div class="refsect3">
1028
- <a name="id-1.3.8.2.11.6.6"></a><h4>Parameters</h4>
1070
+ <a name="gtk-label-set-markup-with-mnemonic.parameters"></a><h4>Parameters</h4>
1029
1071
  <div class="informaltable"><table width="100%" border="0">
1030
1072
  <colgroup>
1031
1073
  <col width="150px" class="parameters_name">
@@ -1059,7 +1101,7 @@ gtk_label_set_pattern (<em class="parameter"><code><a class="link" href="GtkLabe
1059
1101
  “FooBarBaz” passing a pattern of “___ ___” will underline
1060
1102
  “Foo” and “Baz” but not “Bar”.</p>
1061
1103
  <div class="refsect3">
1062
- <a name="id-1.3.8.2.11.7.5"></a><h4>Parameters</h4>
1104
+ <a name="gtk-label-set-pattern.parameters"></a><h4>Parameters</h4>
1063
1105
  <div class="informaltable"><table width="100%" border="0">
1064
1106
  <colgroup>
1065
1107
  <col width="150px" class="parameters_name">
@@ -1094,7 +1136,7 @@ alignment of the label as a whole, use <a class="link" href="GtkWidget.html#gtk-
1094
1136
  <a class="link" href="GtkLabel.html#gtk-label-set-justify" title="gtk_label_set_justify ()"><code class="function">gtk_label_set_justify()</code></a> has no effect on labels containing only a
1095
1137
  single line.</p>
1096
1138
  <div class="refsect3">
1097
- <a name="id-1.3.8.2.11.8.5"></a><h4>Parameters</h4>
1139
+ <a name="gtk-label-set-justify.parameters"></a><h4>Parameters</h4>
1098
1140
  <div class="informaltable"><table width="100%" border="0">
1099
1141
  <colgroup>
1100
1142
  <col width="150px" class="parameters_name">
@@ -1125,7 +1167,7 @@ gtk_label_set_xalign (<em class="parameter"><code><a class="link" href="GtkLabel
1125
1167
  <p>Sets the <a class="link" href="GtkLabel.html#GtkLabel--xalign" title="The “xalign” property"><span class="type">“xalign”</span></a> property for <em class="parameter"><code>label</code></em>
1126
1168
  .</p>
1127
1169
  <div class="refsect3">
1128
- <a name="id-1.3.8.2.11.9.5"></a><h4>Parameters</h4>
1170
+ <a name="gtk-label-set-xalign.parameters"></a><h4>Parameters</h4>
1129
1171
  <div class="informaltable"><table width="100%" border="0">
1130
1172
  <colgroup>
1131
1173
  <col width="150px" class="parameters_name">
@@ -1157,7 +1199,7 @@ gtk_label_set_yalign (<em class="parameter"><code><a class="link" href="GtkLabel
1157
1199
  <p>Sets the <a class="link" href="GtkLabel.html#GtkLabel--yalign" title="The “yalign” property"><span class="type">“yalign”</span></a> property for <em class="parameter"><code>label</code></em>
1158
1200
  .</p>
1159
1201
  <div class="refsect3">
1160
- <a name="id-1.3.8.2.11.10.5"></a><h4>Parameters</h4>
1202
+ <a name="gtk-label-set-yalign.parameters"></a><h4>Parameters</h4>
1161
1203
  <div class="informaltable"><table width="100%" border="0">
1162
1204
  <colgroup>
1163
1205
  <col width="150px" class="parameters_name">
@@ -1185,11 +1227,11 @@ gtk_label_set_yalign (<em class="parameter"><code><a class="link" href="GtkLabel
1185
1227
  <a name="gtk-label-set-ellipsize"></a><h3>gtk_label_set_ellipsize ()</h3>
1186
1228
  <pre class="programlisting"><span class="returnvalue">void</span>
1187
1229
  gtk_label_set_ellipsize (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1188
- <em class="parameter"><code><span class="type">PangoEllipsizeMode</span> mode</code></em>);</pre>
1230
+ <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> mode</code></em>);</pre>
1189
1231
  <p>Sets the mode used to ellipsize (add an ellipsis: "...") to the text
1190
1232
  if there is not enough space to render the entire string.</p>
1191
1233
  <div class="refsect3">
1192
- <a name="id-1.3.8.2.11.11.5"></a><h4>Parameters</h4>
1234
+ <a name="gtk-label-set-ellipsize.parameters"></a><h4>Parameters</h4>
1193
1235
  <div class="informaltable"><table width="100%" border="0">
1194
1236
  <colgroup>
1195
1237
  <col width="150px" class="parameters_name">
@@ -1204,7 +1246,7 @@ if there is not enough space to render the entire string.</p>
1204
1246
  </tr>
1205
1247
  <tr>
1206
1248
  <td class="parameter_name"><p>mode</p></td>
1207
- <td class="parameter_description"><p>a <span class="type">PangoEllipsizeMode</span></p></td>
1249
+ <td class="parameter_description"><p>a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a></p></td>
1208
1250
  <td class="parameter_annotations"> </td>
1209
1251
  </tr>
1210
1252
  </tbody>
@@ -1222,7 +1264,7 @@ gtk_label_set_width_chars (<em class="parameter"><code><a class="link" href="Gtk
1222
1264
  to <em class="parameter"><code>n_chars</code></em>
1223
1265
  .</p>
1224
1266
  <div class="refsect3">
1225
- <a name="id-1.3.8.2.11.12.5"></a><h4>Parameters</h4>
1267
+ <a name="gtk-label-set-width-chars.parameters"></a><h4>Parameters</h4>
1226
1268
  <div class="informaltable"><table width="100%" border="0">
1227
1269
  <colgroup>
1228
1270
  <col width="150px" class="parameters_name">
@@ -1255,7 +1297,7 @@ gtk_label_set_max_width_chars (<em class="parameter"><code><a class="link" href=
1255
1297
  to <em class="parameter"><code>n_chars</code></em>
1256
1298
  .</p>
1257
1299
  <div class="refsect3">
1258
- <a name="id-1.3.8.2.11.13.5"></a><h4>Parameters</h4>
1300
+ <a name="gtk-label-set-max-width-chars.parameters"></a><h4>Parameters</h4>
1259
1301
  <div class="informaltable"><table width="100%" border="0">
1260
1302
  <colgroup>
1261
1303
  <col width="150px" class="parameters_name">
@@ -1293,7 +1335,7 @@ conceptually can’t make their requisition depend on the parent
1293
1335
  container’s size. For a label that wraps at a specific position,
1294
1336
  set the label’s width using <a class="link" href="GtkWidget.html#gtk-widget-set-size-request" title="gtk_widget_set_size_request ()"><code class="function">gtk_widget_set_size_request()</code></a>.</p>
1295
1337
  <div class="refsect3">
1296
- <a name="id-1.3.8.2.11.14.6"></a><h4>Parameters</h4>
1338
+ <a name="gtk-label-set-line-wrap.parameters"></a><h4>Parameters</h4>
1297
1339
  <div class="informaltable"><table width="100%" border="0">
1298
1340
  <colgroup>
1299
1341
  <col width="150px" class="parameters_name">
@@ -1320,12 +1362,12 @@ set the label’s width using <a class="link" href="GtkWidget.html#gtk-widget-se
1320
1362
  <a name="gtk-label-set-line-wrap-mode"></a><h3>gtk_label_set_line_wrap_mode ()</h3>
1321
1363
  <pre class="programlisting"><span class="returnvalue">void</span>
1322
1364
  gtk_label_set_line_wrap_mode (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1323
- <em class="parameter"><code><span class="type">PangoWrapMode</span> wrap_mode</code></em>);</pre>
1365
+ <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> wrap_mode</code></em>);</pre>
1324
1366
  <p>If line wrapping is on (see <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap" title="gtk_label_set_line_wrap ()"><code class="function">gtk_label_set_line_wrap()</code></a>) this controls how
1325
- the line wrapping is done. The default is <code class="literal">PANGO_WRAP_WORD</code> which means
1367
+ the line wrapping is done. The default is <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PANGO-WRAP-WORD:CAPS"><code class="literal">PANGO_WRAP_WORD</code></a> which means
1326
1368
  wrap on word boundaries.</p>
1327
1369
  <div class="refsect3">
1328
- <a name="id-1.3.8.2.11.15.5"></a><h4>Parameters</h4>
1370
+ <a name="gtk-label-set-line-wrap-mode.parameters"></a><h4>Parameters</h4>
1329
1371
  <div class="informaltable"><table width="100%" border="0">
1330
1372
  <colgroup>
1331
1373
  <col width="150px" class="parameters_name">
@@ -1359,7 +1401,7 @@ should be limited. This has no effect if the label is not wrapping
1359
1401
  or ellipsized. Set this to -1 if you don’t want to limit the
1360
1402
  number of lines.</p>
1361
1403
  <div class="refsect3">
1362
- <a name="id-1.3.8.2.11.16.5"></a><h4>Parameters</h4>
1404
+ <a name="gtk-label-set-lines.parameters"></a><h4>Parameters</h4>
1363
1405
  <div class="informaltable"><table width="100%" border="0">
1364
1406
  <colgroup>
1365
1407
  <col width="150px" class="parameters_name">
@@ -1389,17 +1431,17 @@ number of lines.</p>
1389
1431
  gtk_label_get_layout_offsets (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
1390
1432
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
1391
1433
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>);</pre>
1392
- <p>Obtains the coordinates where the label will draw the <span class="type">PangoLayout</span>
1434
+ <p>Obtains the coordinates where the label will draw the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a>
1393
1435
  representing the text in the label; useful to convert mouse events
1394
- into coordinates inside the <span class="type">PangoLayout</span>, e.g. to take some action
1436
+ into coordinates inside the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a>, e.g. to take some action
1395
1437
  if some part of the label is clicked. Of course you will need to
1396
1438
  create a <a class="link" href="GtkEventBox.html" title="GtkEventBox"><span class="type">GtkEventBox</span></a> to receive the events, and pack the label
1397
1439
  inside it, since labels are windowless (they return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> from
1398
1440
  <a class="link" href="GtkWidget.html#gtk-widget-get-has-window" title="gtk_widget_get_has_window ()"><code class="function">gtk_widget_get_has_window()</code></a>). Remember
1399
- when using the <span class="type">PangoLayout</span> functions you need to convert to
1400
- and from pixels using <code class="function">PANGO_PIXELS()</code> or <span class="type">PANGO_SCALE</span>.</p>
1441
+ when using the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> functions you need to convert to
1442
+ and from pixels using <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PANGO-PIXELS:CAPS"><code class="function">PANGO_PIXELS()</code></a> or <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PANGO-SCALE:CAPS"><span class="type">PANGO_SCALE</span></a>.</p>
1401
1443
  <div class="refsect3">
1402
- <a name="id-1.3.8.2.11.17.5"></a><h4>Parameters</h4>
1444
+ <a name="gtk-label-get-layout-offsets.parameters"></a><h4>Parameters</h4>
1403
1445
  <div class="informaltable"><table width="100%" border="0">
1404
1446
  <colgroup>
1405
1447
  <col width="150px" class="parameters_name">
@@ -1435,7 +1477,7 @@ gtk_label_get_mnemonic_keyval (<em class="parameter"><code><a class="link" href=
1435
1477
  returns the keyval used for the mnemonic accelerator. If there is no
1436
1478
  mnemonic set up it returns <span class="type">GDK_KEY_VoidSymbol</span>.</p>
1437
1479
  <div class="refsect3">
1438
- <a name="id-1.3.8.2.11.18.5"></a><h4>Parameters</h4>
1480
+ <a name="gtk-label-get-mnemonic-keyval.parameters"></a><h4>Parameters</h4>
1439
1481
  <div class="informaltable"><table width="100%" border="0">
1440
1482
  <colgroup>
1441
1483
  <col width="150px" class="parameters_name">
@@ -1450,7 +1492,7 @@ mnemonic set up it returns <span class="type">GDK_KEY_VoidSymbol</span>.</p>
1450
1492
  </table></div>
1451
1493
  </div>
1452
1494
  <div class="refsect3">
1453
- <a name="id-1.3.8.2.11.18.6"></a><h4>Returns</h4>
1495
+ <a name="gtk-label-get-mnemonic-keyval.returns"></a><h4>Returns</h4>
1454
1496
  <p> GDK keyval usable for accelerators, or <span class="type">GDK_KEY_VoidSymbol</span></p>
1455
1497
  </div>
1456
1498
  </div>
@@ -1461,7 +1503,7 @@ mnemonic set up it returns <span class="type">GDK_KEY_VoidSymbol</span>.</p>
1461
1503
  gtk_label_get_selectable (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1462
1504
  <p>Gets the value set by <a class="link" href="GtkLabel.html#gtk-label-set-selectable" title="gtk_label_set_selectable ()"><code class="function">gtk_label_set_selectable()</code></a>.</p>
1463
1505
  <div class="refsect3">
1464
- <a name="id-1.3.8.2.11.19.5"></a><h4>Parameters</h4>
1506
+ <a name="gtk-label-get-selectable.parameters"></a><h4>Parameters</h4>
1465
1507
  <div class="informaltable"><table width="100%" border="0">
1466
1508
  <colgroup>
1467
1509
  <col width="150px" class="parameters_name">
@@ -1476,7 +1518,7 @@ gtk_label_get_selectable (<em class="parameter"><code><a class="link" href="GtkL
1476
1518
  </table></div>
1477
1519
  </div>
1478
1520
  <div class="refsect3">
1479
- <a name="id-1.3.8.2.11.19.6"></a><h4>Returns</h4>
1521
+ <a name="gtk-label-get-selectable.returns"></a><h4>Returns</h4>
1480
1522
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user can copy text from the label</p>
1481
1523
  </div>
1482
1524
  </div>
@@ -1489,7 +1531,7 @@ gtk_label_get_text (<em class="parameter"><code><a class="link" href="GtkLabel.h
1489
1531
  screen. This does not include any embedded underlines
1490
1532
  indicating mnemonics or Pango markup. (See <a class="link" href="GtkLabel.html#gtk-label-get-label" title="gtk_label_get_label ()"><code class="function">gtk_label_get_label()</code></a>)</p>
1491
1533
  <div class="refsect3">
1492
- <a name="id-1.3.8.2.11.20.5"></a><h4>Parameters</h4>
1534
+ <a name="gtk-label-get-text.parameters"></a><h4>Parameters</h4>
1493
1535
  <div class="informaltable"><table width="100%" border="0">
1494
1536
  <colgroup>
1495
1537
  <col width="150px" class="parameters_name">
@@ -1504,7 +1546,7 @@ indicating mnemonics or Pango markup. (See <a class="link" href="GtkLabel.html#g
1504
1546
  </table></div>
1505
1547
  </div>
1506
1548
  <div class="refsect3">
1507
- <a name="id-1.3.8.2.11.20.6"></a><h4>Returns</h4>
1549
+ <a name="gtk-label-get-text.returns"></a><h4>Returns</h4>
1508
1550
  <p> the text in the label widget. This is the internal
1509
1551
  string used by the label, and must not be modified.</p>
1510
1552
  </div>
@@ -1529,7 +1571,7 @@ widget. For instance, if the label is inside a button or menu item,
1529
1571
  the button or menu item will automatically become the mnemonic widget
1530
1572
  and be activated by the mnemonic.</p>
1531
1573
  <div class="refsect3">
1532
- <a name="id-1.3.8.2.11.21.7"></a><h4>Parameters</h4>
1574
+ <a name="gtk-label-new-with-mnemonic.parameters"></a><h4>Parameters</h4>
1533
1575
  <div class="informaltable"><table width="100%" border="0">
1534
1576
  <colgroup>
1535
1577
  <col width="150px" class="parameters_name">
@@ -1545,7 +1587,7 @@ mnemonic character. </p></td>
1545
1587
  </table></div>
1546
1588
  </div>
1547
1589
  <div class="refsect3">
1548
- <a name="id-1.3.8.2.11.21.8"></a><h4>Returns</h4>
1590
+ <a name="gtk-label-new-with-mnemonic.returns"></a><h4>Returns</h4>
1549
1591
  <p> the new <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a></p>
1550
1592
  </div>
1551
1593
  </div>
@@ -1563,7 +1605,7 @@ this function has no effect. If <em class="parameter"><code>start_offset</code><
1563
1605
  <em class="parameter"><code>end_offset</code></em>
1564
1606
  are -1, then the end of the label will be substituted.</p>
1565
1607
  <div class="refsect3">
1566
- <a name="id-1.3.8.2.11.22.5"></a><h4>Parameters</h4>
1608
+ <a name="gtk-label-select-region.parameters"></a><h4>Parameters</h4>
1567
1609
  <div class="informaltable"><table width="100%" border="0">
1568
1610
  <colgroup>
1569
1611
  <col width="150px" class="parameters_name">
@@ -1610,7 +1652,7 @@ GtkWidget::mnemonic-activate signal on it. The default handler for
1610
1652
  this signal will activate the widget if there are no mnemonic collisions
1611
1653
  and toggle focus between the colliding widgets otherwise.</p>
1612
1654
  <div class="refsect3">
1613
- <a name="id-1.3.8.2.11.23.6"></a><h4>Parameters</h4>
1655
+ <a name="gtk-label-set-mnemonic-widget.parameters"></a><h4>Parameters</h4>
1614
1656
  <div class="informaltable"><table width="100%" border="0">
1615
1657
  <colgroup>
1616
1658
  <col width="150px" class="parameters_name">
@@ -1641,7 +1683,7 @@ gtk_label_set_selectable (<em class="parameter"><code><a class="link" href="GtkL
1641
1683
  <p>Selectable labels allow the user to select text from the label, for
1642
1684
  copy-and-paste.</p>
1643
1685
  <div class="refsect3">
1644
- <a name="id-1.3.8.2.11.24.5"></a><h4>Parameters</h4>
1686
+ <a name="gtk-label-set-selectable.parameters"></a><h4>Parameters</h4>
1645
1687
  <div class="informaltable"><table width="100%" border="0">
1646
1688
  <colgroup>
1647
1689
  <col width="150px" class="parameters_name">
@@ -1677,7 +1719,7 @@ indicating that they represent a keyboard accelerator called a mnemonic.
1677
1719
  The mnemonic key can be used to activate another widget, chosen
1678
1720
  automatically, or explicitly using <a class="link" href="GtkLabel.html#gtk-label-set-mnemonic-widget" title="gtk_label_set_mnemonic_widget ()"><code class="function">gtk_label_set_mnemonic_widget()</code></a>.</p>
1679
1721
  <div class="refsect3">
1680
- <a name="id-1.3.8.2.11.25.5"></a><h4>Parameters</h4>
1722
+ <a name="gtk-label-set-text-with-mnemonic.parameters"></a><h4>Parameters</h4>
1681
1723
  <div class="informaltable"><table width="100%" border="0">
1682
1724
  <colgroup>
1683
1725
  <col width="150px" class="parameters_name">
@@ -1702,7 +1744,7 @@ automatically, or explicitly using <a class="link" href="GtkLabel.html#gtk-label
1702
1744
  <hr>
1703
1745
  <div class="refsect2">
1704
1746
  <a name="gtk-label-get-attributes"></a><h3>gtk_label_get_attributes ()</h3>
1705
- <pre class="programlisting"><span class="returnvalue">PangoAttrList</span> *
1747
+ <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="returnvalue">PangoAttrList</span></a> *
1706
1748
  gtk_label_get_attributes (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1707
1749
  <p>Gets the attribute list that was set on the label using
1708
1750
  <a class="link" href="GtkLabel.html#gtk-label-set-attributes" title="gtk_label_set_attributes ()"><code class="function">gtk_label_set_attributes()</code></a>, if any. This function does
@@ -1711,7 +1753,7 @@ not reflect attributes that come from the labels markup
1711
1753
  effective attributes for the label, use
1712
1754
  pango_layout_get_attribute (gtk_label_get_layout (label)).</p>
1713
1755
  <div class="refsect3">
1714
- <a name="id-1.3.8.2.11.26.5"></a><h4>Parameters</h4>
1756
+ <a name="gtk-label-get-attributes.parameters"></a><h4>Parameters</h4>
1715
1757
  <div class="informaltable"><table width="100%" border="0">
1716
1758
  <colgroup>
1717
1759
  <col width="150px" class="parameters_name">
@@ -1726,10 +1768,10 @@ pango_layout_get_attribute (gtk_label_get_layout (label)).</p>
1726
1768
  </table></div>
1727
1769
  </div>
1728
1770
  <div class="refsect3">
1729
- <a name="id-1.3.8.2.11.26.6"></a><h4>Returns</h4>
1771
+ <a name="gtk-label-get-attributes.returns"></a><h4>Returns</h4>
1730
1772
  <p> the attribute list, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1731
1773
  if none was set. </p>
1732
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1774
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1733
1775
  </div>
1734
1776
  </div>
1735
1777
  <hr>
@@ -1739,7 +1781,7 @@ if none was set. </p>
1739
1781
  gtk_label_get_justify (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1740
1782
  <p>Returns the justification of the label. See <a class="link" href="GtkLabel.html#gtk-label-set-justify" title="gtk_label_set_justify ()"><code class="function">gtk_label_set_justify()</code></a>.</p>
1741
1783
  <div class="refsect3">
1742
- <a name="id-1.3.8.2.11.27.5"></a><h4>Parameters</h4>
1784
+ <a name="gtk-label-get-justify.parameters"></a><h4>Parameters</h4>
1743
1785
  <div class="informaltable"><table width="100%" border="0">
1744
1786
  <colgroup>
1745
1787
  <col width="150px" class="parameters_name">
@@ -1754,7 +1796,7 @@ gtk_label_get_justify (<em class="parameter"><code><a class="link" href="GtkLabe
1754
1796
  </table></div>
1755
1797
  </div>
1756
1798
  <div class="refsect3">
1757
- <a name="id-1.3.8.2.11.27.6"></a><h4>Returns</h4>
1799
+ <a name="gtk-label-get-justify.returns"></a><h4>Returns</h4>
1758
1800
  <p> <a class="link" href="gtk3-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a></p>
1759
1801
  </div>
1760
1802
  </div>
@@ -1766,7 +1808,7 @@ gtk_label_get_xalign (<em class="parameter"><code><a class="link" href="GtkLabel
1766
1808
  <p>Gets the <a class="link" href="GtkLabel.html#GtkLabel--xalign" title="The “xalign” property"><span class="type">“xalign”</span></a> property for <em class="parameter"><code>label</code></em>
1767
1809
  .</p>
1768
1810
  <div class="refsect3">
1769
- <a name="id-1.3.8.2.11.28.5"></a><h4>Parameters</h4>
1811
+ <a name="gtk-label-get-xalign.parameters"></a><h4>Parameters</h4>
1770
1812
  <div class="informaltable"><table width="100%" border="0">
1771
1813
  <colgroup>
1772
1814
  <col width="150px" class="parameters_name">
@@ -1781,7 +1823,7 @@ gtk_label_get_xalign (<em class="parameter"><code><a class="link" href="GtkLabel
1781
1823
  </table></div>
1782
1824
  </div>
1783
1825
  <div class="refsect3">
1784
- <a name="id-1.3.8.2.11.28.6"></a><h4>Returns</h4>
1826
+ <a name="gtk-label-get-xalign.returns"></a><h4>Returns</h4>
1785
1827
  <p> the xalign property</p>
1786
1828
  </div>
1787
1829
  <p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
@@ -1794,7 +1836,7 @@ gtk_label_get_yalign (<em class="parameter"><code><a class="link" href="GtkLabel
1794
1836
  <p>Gets the <a class="link" href="GtkLabel.html#GtkLabel--yalign" title="The “yalign” property"><span class="type">“yalign”</span></a> property for <em class="parameter"><code>label</code></em>
1795
1837
  .</p>
1796
1838
  <div class="refsect3">
1797
- <a name="id-1.3.8.2.11.29.5"></a><h4>Parameters</h4>
1839
+ <a name="gtk-label-get-yalign.parameters"></a><h4>Parameters</h4>
1798
1840
  <div class="informaltable"><table width="100%" border="0">
1799
1841
  <colgroup>
1800
1842
  <col width="150px" class="parameters_name">
@@ -1809,7 +1851,7 @@ gtk_label_get_yalign (<em class="parameter"><code><a class="link" href="GtkLabel
1809
1851
  </table></div>
1810
1852
  </div>
1811
1853
  <div class="refsect3">
1812
- <a name="id-1.3.8.2.11.29.6"></a><h4>Returns</h4>
1854
+ <a name="gtk-label-get-yalign.returns"></a><h4>Returns</h4>
1813
1855
  <p> the yalign property</p>
1814
1856
  </div>
1815
1857
  <p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
@@ -1817,11 +1859,11 @@ gtk_label_get_yalign (<em class="parameter"><code><a class="link" href="GtkLabel
1817
1859
  <hr>
1818
1860
  <div class="refsect2">
1819
1861
  <a name="gtk-label-get-ellipsize"></a><h3>gtk_label_get_ellipsize ()</h3>
1820
- <pre class="programlisting"><span class="returnvalue">PangoEllipsizeMode</span>
1862
+ <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="returnvalue">PangoEllipsizeMode</span></a>
1821
1863
  gtk_label_get_ellipsize (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1822
1864
  <p>Returns the ellipsizing position of the label. See <a class="link" href="GtkLabel.html#gtk-label-set-ellipsize" title="gtk_label_set_ellipsize ()"><code class="function">gtk_label_set_ellipsize()</code></a>.</p>
1823
1865
  <div class="refsect3">
1824
- <a name="id-1.3.8.2.11.30.5"></a><h4>Parameters</h4>
1866
+ <a name="gtk-label-get-ellipsize.parameters"></a><h4>Parameters</h4>
1825
1867
  <div class="informaltable"><table width="100%" border="0">
1826
1868
  <colgroup>
1827
1869
  <col width="150px" class="parameters_name">
@@ -1836,8 +1878,8 @@ gtk_label_get_ellipsize (<em class="parameter"><code><a class="link" href="GtkLa
1836
1878
  </table></div>
1837
1879
  </div>
1838
1880
  <div class="refsect3">
1839
- <a name="id-1.3.8.2.11.30.6"></a><h4>Returns</h4>
1840
- <p> <span class="type">PangoEllipsizeMode</span></p>
1881
+ <a name="gtk-label-get-ellipsize.returns"></a><h4>Returns</h4>
1882
+ <p> <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a></p>
1841
1883
  </div>
1842
1884
  <p class="since">Since: 2.6</p>
1843
1885
  </div>
@@ -1850,7 +1892,7 @@ gtk_label_get_width_chars (<em class="parameter"><code><a class="link" href="Gtk
1850
1892
  , in characters. See
1851
1893
  <a class="link" href="GtkLabel.html#gtk-label-set-width-chars" title="gtk_label_set_width_chars ()"><code class="function">gtk_label_set_width_chars()</code></a>.</p>
1852
1894
  <div class="refsect3">
1853
- <a name="id-1.3.8.2.11.31.5"></a><h4>Parameters</h4>
1895
+ <a name="gtk-label-get-width-chars.parameters"></a><h4>Parameters</h4>
1854
1896
  <div class="informaltable"><table width="100%" border="0">
1855
1897
  <colgroup>
1856
1898
  <col width="150px" class="parameters_name">
@@ -1865,7 +1907,7 @@ gtk_label_get_width_chars (<em class="parameter"><code><a class="link" href="Gtk
1865
1907
  </table></div>
1866
1908
  </div>
1867
1909
  <div class="refsect3">
1868
- <a name="id-1.3.8.2.11.31.6"></a><h4>Returns</h4>
1910
+ <a name="gtk-label-get-width-chars.returns"></a><h4>Returns</h4>
1869
1911
  <p> the width of the label in characters.</p>
1870
1912
  </div>
1871
1913
  <p class="since">Since: 2.6</p>
@@ -1879,7 +1921,7 @@ gtk_label_get_max_width_chars (<em class="parameter"><code><a class="link" href=
1879
1921
  , in characters. See
1880
1922
  <a class="link" href="GtkLabel.html#gtk-label-set-width-chars" title="gtk_label_set_width_chars ()"><code class="function">gtk_label_set_width_chars()</code></a>.</p>
1881
1923
  <div class="refsect3">
1882
- <a name="id-1.3.8.2.11.32.5"></a><h4>Parameters</h4>
1924
+ <a name="gtk-label-get-max-width-chars.parameters"></a><h4>Parameters</h4>
1883
1925
  <div class="informaltable"><table width="100%" border="0">
1884
1926
  <colgroup>
1885
1927
  <col width="150px" class="parameters_name">
@@ -1894,7 +1936,7 @@ gtk_label_get_max_width_chars (<em class="parameter"><code><a class="link" href=
1894
1936
  </table></div>
1895
1937
  </div>
1896
1938
  <div class="refsect3">
1897
- <a name="id-1.3.8.2.11.32.6"></a><h4>Returns</h4>
1939
+ <a name="gtk-label-get-max-width-chars.returns"></a><h4>Returns</h4>
1898
1940
  <p> the maximum width of the label in characters.</p>
1899
1941
  </div>
1900
1942
  <p class="since">Since: 2.6</p>
@@ -1908,7 +1950,7 @@ gtk_label_get_label (<em class="parameter"><code><a class="link" href="GtkLabel.
1908
1950
  underlines indicating mnemonics and Pango markup. (See
1909
1951
  <a class="link" href="GtkLabel.html#gtk-label-get-text" title="gtk_label_get_text ()"><code class="function">gtk_label_get_text()</code></a>).</p>
1910
1952
  <div class="refsect3">
1911
- <a name="id-1.3.8.2.11.33.5"></a><h4>Parameters</h4>
1953
+ <a name="gtk-label-get-label.parameters"></a><h4>Parameters</h4>
1912
1954
  <div class="informaltable"><table width="100%" border="0">
1913
1955
  <colgroup>
1914
1956
  <col width="150px" class="parameters_name">
@@ -1923,7 +1965,7 @@ underlines indicating mnemonics and Pango markup. (See
1923
1965
  </table></div>
1924
1966
  </div>
1925
1967
  <div class="refsect3">
1926
- <a name="id-1.3.8.2.11.33.6"></a><h4>Returns</h4>
1968
+ <a name="gtk-label-get-label.returns"></a><h4>Returns</h4>
1927
1969
  <p> the text of the label widget. This string is
1928
1970
  owned by the widget and must not be modified or freed.</p>
1929
1971
  </div>
@@ -1931,9 +1973,9 @@ owned by the widget and must not be modified or freed.</p>
1931
1973
  <hr>
1932
1974
  <div class="refsect2">
1933
1975
  <a name="gtk-label-get-layout"></a><h3>gtk_label_get_layout ()</h3>
1934
- <pre class="programlisting"><span class="returnvalue">PangoLayout</span> *
1976
+ <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="returnvalue">PangoLayout</span></a> *
1935
1977
  gtk_label_get_layout (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1936
- <p>Gets the <span class="type">PangoLayout</span> used to display the label.
1978
+ <p>Gets the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> used to display the label.
1937
1979
  The layout is useful to e.g. convert text positions to
1938
1980
  pixel positions, in combination with <a class="link" href="GtkLabel.html#gtk-label-get-layout-offsets" title="gtk_label_get_layout_offsets ()"><code class="function">gtk_label_get_layout_offsets()</code></a>.
1939
1981
  The returned layout is owned by the <em class="parameter"><code>label</code></em>
@@ -1942,7 +1984,7 @@ freed by the caller. The <em class="parameter"><code>label</code></em>
1942
1984
  is free to recreate its layout at
1943
1985
  any time, so it should be considered read-only.</p>
1944
1986
  <div class="refsect3">
1945
- <a name="id-1.3.8.2.11.34.5"></a><h4>Parameters</h4>
1987
+ <a name="gtk-label-get-layout.parameters"></a><h4>Parameters</h4>
1946
1988
  <div class="informaltable"><table width="100%" border="0">
1947
1989
  <colgroup>
1948
1990
  <col width="150px" class="parameters_name">
@@ -1957,8 +1999,8 @@ any time, so it should be considered read-only.</p>
1957
1999
  </table></div>
1958
2000
  </div>
1959
2001
  <div class="refsect3">
1960
- <a name="id-1.3.8.2.11.34.6"></a><h4>Returns</h4>
1961
- <p> the <span class="type">PangoLayout</span> for this label. </p>
2002
+ <a name="gtk-label-get-layout.returns"></a><h4>Returns</h4>
2003
+ <p> the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> for this label. </p>
1962
2004
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1963
2005
  </div>
1964
2006
  </div>
@@ -1970,7 +2012,7 @@ gtk_label_get_line_wrap (<em class="parameter"><code><a class="link" href="GtkLa
1970
2012
  <p>Returns whether lines in the label are automatically wrapped.
1971
2013
  See <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap" title="gtk_label_set_line_wrap ()"><code class="function">gtk_label_set_line_wrap()</code></a>.</p>
1972
2014
  <div class="refsect3">
1973
- <a name="id-1.3.8.2.11.35.5"></a><h4>Parameters</h4>
2015
+ <a name="gtk-label-get-line-wrap.parameters"></a><h4>Parameters</h4>
1974
2016
  <div class="informaltable"><table width="100%" border="0">
1975
2017
  <colgroup>
1976
2018
  <col width="150px" class="parameters_name">
@@ -1985,18 +2027,18 @@ See <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap" title="gtk_labe
1985
2027
  </table></div>
1986
2028
  </div>
1987
2029
  <div class="refsect3">
1988
- <a name="id-1.3.8.2.11.35.6"></a><h4>Returns</h4>
2030
+ <a name="gtk-label-get-line-wrap.returns"></a><h4>Returns</h4>
1989
2031
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the lines of the label are automatically wrapped.</p>
1990
2032
  </div>
1991
2033
  </div>
1992
2034
  <hr>
1993
2035
  <div class="refsect2">
1994
2036
  <a name="gtk-label-get-line-wrap-mode"></a><h3>gtk_label_get_line_wrap_mode ()</h3>
1995
- <pre class="programlisting"><span class="returnvalue">PangoWrapMode</span>
2037
+ <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="returnvalue">PangoWrapMode</span></a>
1996
2038
  gtk_label_get_line_wrap_mode (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
1997
2039
  <p>Returns line wrap mode used by the label. See <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap-mode" title="gtk_label_set_line_wrap_mode ()"><code class="function">gtk_label_set_line_wrap_mode()</code></a>.</p>
1998
2040
  <div class="refsect3">
1999
- <a name="id-1.3.8.2.11.36.5"></a><h4>Parameters</h4>
2041
+ <a name="gtk-label-get-line-wrap-mode.parameters"></a><h4>Parameters</h4>
2000
2042
  <div class="informaltable"><table width="100%" border="0">
2001
2043
  <colgroup>
2002
2044
  <col width="150px" class="parameters_name">
@@ -2011,7 +2053,7 @@ gtk_label_get_line_wrap_mode (<em class="parameter"><code><a class="link" href="
2011
2053
  </table></div>
2012
2054
  </div>
2013
2055
  <div class="refsect3">
2014
- <a name="id-1.3.8.2.11.36.6"></a><h4>Returns</h4>
2056
+ <a name="gtk-label-get-line-wrap-mode.returns"></a><h4>Returns</h4>
2015
2057
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the lines of the label are automatically wrapped.</p>
2016
2058
  </div>
2017
2059
  <p class="since">Since: 2.10</p>
@@ -2024,7 +2066,7 @@ gtk_label_get_lines (<em class="parameter"><code><a class="link" href="GtkLabel.
2024
2066
  <p>Gets the number of lines to which an ellipsized, wrapping
2025
2067
  label should be limited. See <a class="link" href="GtkLabel.html#gtk-label-set-lines" title="gtk_label_set_lines ()"><code class="function">gtk_label_set_lines()</code></a>.</p>
2026
2068
  <div class="refsect3">
2027
- <a name="id-1.3.8.2.11.37.5"></a><h4>Parameters</h4>
2069
+ <a name="gtk-label-get-lines.parameters"></a><h4>Parameters</h4>
2028
2070
  <div class="informaltable"><table width="100%" border="0">
2029
2071
  <colgroup>
2030
2072
  <col width="150px" class="parameters_name">
@@ -2039,7 +2081,7 @@ label should be limited. See <a class="link" href="GtkLabel.html#gtk-label-set-l
2039
2081
  </table></div>
2040
2082
  </div>
2041
2083
  <div class="refsect3">
2042
- <a name="id-1.3.8.2.11.37.6"></a><h4>Returns</h4>
2084
+ <a name="gtk-label-get-lines.returns"></a><h4>Returns</h4>
2043
2085
  <p> The number of lines</p>
2044
2086
  </div>
2045
2087
  <p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
@@ -2052,7 +2094,7 @@ gtk_label_get_mnemonic_widget (<em class="parameter"><code><a class="link" href=
2052
2094
  <p>Retrieves the target of the mnemonic (keyboard shortcut) of this
2053
2095
  label. See <a class="link" href="GtkLabel.html#gtk-label-set-mnemonic-widget" title="gtk_label_set_mnemonic_widget ()"><code class="function">gtk_label_set_mnemonic_widget()</code></a>.</p>
2054
2096
  <div class="refsect3">
2055
- <a name="id-1.3.8.2.11.38.5"></a><h4>Parameters</h4>
2097
+ <a name="gtk-label-get-mnemonic-widget.parameters"></a><h4>Parameters</h4>
2056
2098
  <div class="informaltable"><table width="100%" border="0">
2057
2099
  <colgroup>
2058
2100
  <col width="150px" class="parameters_name">
@@ -2067,10 +2109,10 @@ label. See <a class="link" href="GtkLabel.html#gtk-label-set-mnemonic-widget" ti
2067
2109
  </table></div>
2068
2110
  </div>
2069
2111
  <div class="refsect3">
2070
- <a name="id-1.3.8.2.11.38.6"></a><h4>Returns</h4>
2112
+ <a name="gtk-label-get-mnemonic-widget.returns"></a><h4>Returns</h4>
2071
2113
  <p> the target of the label’s mnemonic,
2072
2114
  or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none has been set and the default algorithm will be used. </p>
2073
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2115
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2074
2116
  </div>
2075
2117
  </div>
2076
2118
  <hr>
@@ -2083,7 +2125,7 @@ gtk_label_get_selection_bounds (<em class="parameter"><code><a class="link" href
2083
2125
  <p>Gets the selected range of characters in the label, returning <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
2084
2126
  if there’s a selection.</p>
2085
2127
  <div class="refsect3">
2086
- <a name="id-1.3.8.2.11.39.5"></a><h4>Parameters</h4>
2128
+ <a name="gtk-label-get-selection-bounds.parameters"></a><h4>Parameters</h4>
2087
2129
  <div class="informaltable"><table width="100%" border="0">
2088
2130
  <colgroup>
2089
2131
  <col width="150px" class="parameters_name">
@@ -2110,7 +2152,7 @@ if there’s a selection.</p>
2110
2152
  </table></div>
2111
2153
  </div>
2112
2154
  <div class="refsect3">
2113
- <a name="id-1.3.8.2.11.39.6"></a><h4>Returns</h4>
2155
+ <a name="gtk-label-get-selection-bounds.returns"></a><h4>Returns</h4>
2114
2156
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if selection is non-empty</p>
2115
2157
  </div>
2116
2158
  </div>
@@ -2123,7 +2165,7 @@ gtk_label_get_use_markup (<em class="parameter"><code><a class="link" href="GtkL
2123
2165
  the Pango text markup language.
2124
2166
  See <a class="link" href="GtkLabel.html#gtk-label-set-use-markup" title="gtk_label_set_use_markup ()"><code class="function">gtk_label_set_use_markup()</code></a>.</p>
2125
2167
  <div class="refsect3">
2126
- <a name="id-1.3.8.2.11.40.5"></a><h4>Parameters</h4>
2168
+ <a name="gtk-label-get-use-markup.parameters"></a><h4>Parameters</h4>
2127
2169
  <div class="informaltable"><table width="100%" border="0">
2128
2170
  <colgroup>
2129
2171
  <col width="150px" class="parameters_name">
@@ -2138,7 +2180,7 @@ See <a class="link" href="GtkLabel.html#gtk-label-set-use-markup" title="gtk_lab
2138
2180
  </table></div>
2139
2181
  </div>
2140
2182
  <div class="refsect3">
2141
- <a name="id-1.3.8.2.11.40.6"></a><h4>Returns</h4>
2183
+ <a name="gtk-label-get-use-markup.returns"></a><h4>Returns</h4>
2142
2184
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label’s text will be parsed for markup.</p>
2143
2185
  </div>
2144
2186
  </div>
@@ -2150,7 +2192,7 @@ gtk_label_get_use_underline (<em class="parameter"><code><a class="link" href="G
2150
2192
  <p>Returns whether an embedded underline in the label indicates a
2151
2193
  mnemonic. See <a class="link" href="GtkLabel.html#gtk-label-set-use-underline" title="gtk_label_set_use_underline ()"><code class="function">gtk_label_set_use_underline()</code></a>.</p>
2152
2194
  <div class="refsect3">
2153
- <a name="id-1.3.8.2.11.41.5"></a><h4>Parameters</h4>
2195
+ <a name="gtk-label-get-use-underline.parameters"></a><h4>Parameters</h4>
2154
2196
  <div class="informaltable"><table width="100%" border="0">
2155
2197
  <colgroup>
2156
2198
  <col width="150px" class="parameters_name">
@@ -2165,7 +2207,7 @@ mnemonic. See <a class="link" href="GtkLabel.html#gtk-label-set-use-underline" t
2165
2207
  </table></div>
2166
2208
  </div>
2167
2209
  <div class="refsect3">
2168
- <a name="id-1.3.8.2.11.41.6"></a><h4>Returns</h4>
2210
+ <a name="gtk-label-get-use-underline.returns"></a><h4>Returns</h4>
2169
2211
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> whether an embedded underline in the label indicates
2170
2212
  the mnemonic accelerator keys.</p>
2171
2213
  </div>
@@ -2177,7 +2219,7 @@ the mnemonic accelerator keys.</p>
2177
2219
  gtk_label_get_single_line_mode (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
2178
2220
  <p>Returns whether the label is in single line mode.</p>
2179
2221
  <div class="refsect3">
2180
- <a name="id-1.3.8.2.11.42.5"></a><h4>Parameters</h4>
2222
+ <a name="gtk-label-get-single-line-mode.parameters"></a><h4>Parameters</h4>
2181
2223
  <div class="informaltable"><table width="100%" border="0">
2182
2224
  <colgroup>
2183
2225
  <col width="150px" class="parameters_name">
@@ -2192,7 +2234,7 @@ gtk_label_get_single_line_mode (<em class="parameter"><code><a class="link" href
2192
2234
  </table></div>
2193
2235
  </div>
2194
2236
  <div class="refsect3">
2195
- <a name="id-1.3.8.2.11.42.6"></a><h4>Returns</h4>
2237
+ <a name="gtk-label-get-single-line-mode.returns"></a><h4>Returns</h4>
2196
2238
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when the label is in single line mode.</p>
2197
2239
  </div>
2198
2240
  <p class="since">Since: 2.6</p>
@@ -2205,7 +2247,7 @@ gtk_label_get_angle (<em class="parameter"><code><a class="link" href="GtkLabel.
2205
2247
  <p>Gets the angle of rotation for the label. See
2206
2248
  <a class="link" href="GtkLabel.html#gtk-label-set-angle" title="gtk_label_set_angle ()"><code class="function">gtk_label_set_angle()</code></a>.</p>
2207
2249
  <div class="refsect3">
2208
- <a name="id-1.3.8.2.11.43.5"></a><h4>Parameters</h4>
2250
+ <a name="gtk-label-get-angle.parameters"></a><h4>Parameters</h4>
2209
2251
  <div class="informaltable"><table width="100%" border="0">
2210
2252
  <colgroup>
2211
2253
  <col width="150px" class="parameters_name">
@@ -2220,7 +2262,7 @@ gtk_label_get_angle (<em class="parameter"><code><a class="link" href="GtkLabel.
2220
2262
  </table></div>
2221
2263
  </div>
2222
2264
  <div class="refsect3">
2223
- <a name="id-1.3.8.2.11.43.6"></a><h4>Returns</h4>
2265
+ <a name="gtk-label-get-angle.returns"></a><h4>Returns</h4>
2224
2266
  <p> the angle of rotation for the label</p>
2225
2267
  </div>
2226
2268
  <p class="since">Since: 2.6</p>
@@ -2233,10 +2275,10 @@ gtk_label_set_label (<em class="parameter"><code><a class="link" href="GtkLabel.
2233
2275
  <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
2234
2276
  <p>Sets the text of the label. The label is interpreted as
2235
2277
  including embedded underlines and/or Pango markup depending
2236
- on the values of the <a class="link" href="GtkLabel.html#GtkLabel--use-underline" title="The “use-underline” property"><span class="type">“use-underline”</span></a>" and
2278
+ on the values of the <a class="link" href="GtkLabel.html#GtkLabel--use-underline" title="The “use-underline” property"><span class="type">“use-underline”</span></a> and
2237
2279
  <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> properties.</p>
2238
2280
  <div class="refsect3">
2239
- <a name="id-1.3.8.2.11.44.5"></a><h4>Parameters</h4>
2281
+ <a name="gtk-label-set-label.parameters"></a><h4>Parameters</h4>
2240
2282
  <div class="informaltable"><table width="100%" border="0">
2241
2283
  <colgroup>
2242
2284
  <col width="150px" class="parameters_name">
@@ -2268,7 +2310,7 @@ gtk_label_set_use_markup (<em class="parameter"><code><a class="link" href="GtkL
2268
2310
  Pango’s text markup language.
2269
2311
  See <a class="link" href="GtkLabel.html#gtk-label-set-markup" title="gtk_label_set_markup ()"><code class="function">gtk_label_set_markup()</code></a>.</p>
2270
2312
  <div class="refsect3">
2271
- <a name="id-1.3.8.2.11.45.5"></a><h4>Parameters</h4>
2313
+ <a name="gtk-label-set-use-markup.parameters"></a><h4>Parameters</h4>
2272
2314
  <div class="informaltable"><table width="100%" border="0">
2273
2315
  <colgroup>
2274
2316
  <col width="150px" class="parameters_name">
@@ -2299,7 +2341,7 @@ gtk_label_set_use_underline (<em class="parameter"><code><a class="link" href="G
2299
2341
  <p>If true, an underline in the text indicates the next character should be
2300
2342
  used for the mnemonic accelerator key.</p>
2301
2343
  <div class="refsect3">
2302
- <a name="id-1.3.8.2.11.46.5"></a><h4>Parameters</h4>
2344
+ <a name="gtk-label-set-use-underline.parameters"></a><h4>Parameters</h4>
2303
2345
  <div class="informaltable"><table width="100%" border="0">
2304
2346
  <colgroup>
2305
2347
  <col width="150px" class="parameters_name">
@@ -2329,7 +2371,7 @@ gtk_label_set_single_line_mode (<em class="parameter"><code><a class="link" href
2329
2371
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> single_line_mode</code></em>);</pre>
2330
2372
  <p>Sets whether the label is in single line mode.</p>
2331
2373
  <div class="refsect3">
2332
- <a name="id-1.3.8.2.11.47.5"></a><h4>Parameters</h4>
2374
+ <a name="gtk-label-set-single-line-mode.parameters"></a><h4>Parameters</h4>
2333
2375
  <div class="informaltable"><table width="100%" border="0">
2334
2376
  <colgroup>
2335
2377
  <col width="150px" class="parameters_name">
@@ -2363,7 +2405,7 @@ from bottom to top, an angle of 270, from top to bottom. The angle
2363
2405
  setting for the label is ignored if the label is selectable,
2364
2406
  wrapped, or ellipsized.</p>
2365
2407
  <div class="refsect3">
2366
- <a name="id-1.3.8.2.11.48.5"></a><h4>Parameters</h4>
2408
+ <a name="gtk-label-set-angle.parameters"></a><h4>Parameters</h4>
2367
2409
  <div class="informaltable"><table width="100%" border="0">
2368
2410
  <colgroup>
2369
2411
  <col width="150px" class="parameters_name">
@@ -2399,7 +2441,7 @@ positioned.</p>
2399
2441
  <p>This function is intended for use in a <a class="link" href="GtkLabel.html#GtkLabel-activate-link" title="The “activate-link” signal"><span class="type">“activate-link”</span></a> handler
2400
2442
  or for use in a <a class="link" href="GtkWidget.html#GtkWidget-query-tooltip" title="The “query-tooltip” signal"><span class="type">“query-tooltip”</span></a> handler.</p>
2401
2443
  <div class="refsect3">
2402
- <a name="id-1.3.8.2.11.49.6"></a><h4>Parameters</h4>
2444
+ <a name="gtk-label-get-current-uri.parameters"></a><h4>Parameters</h4>
2403
2445
  <div class="informaltable"><table width="100%" border="0">
2404
2446
  <colgroup>
2405
2447
  <col width="150px" class="parameters_name">
@@ -2414,7 +2456,7 @@ or for use in a <a class="link" href="GtkWidget.html#GtkWidget-query-tooltip" ti
2414
2456
  </table></div>
2415
2457
  </div>
2416
2458
  <div class="refsect3">
2417
- <a name="id-1.3.8.2.11.49.7"></a><h4>Returns</h4>
2459
+ <a name="gtk-label-get-current-uri.returns"></a><h4>Returns</h4>
2418
2460
  <p> the currently active URI. The string is owned by GTK+ and must
2419
2461
  not be freed or modified.</p>
2420
2462
  </div>
@@ -2429,7 +2471,7 @@ gtk_label_set_track_visited_links (<em class="parameter"><code><a class="link" h
2429
2471
  <p>Sets whether the label should keep track of clicked
2430
2472
  links (and use a different color for them).</p>
2431
2473
  <div class="refsect3">
2432
- <a name="id-1.3.8.2.11.50.5"></a><h4>Parameters</h4>
2474
+ <a name="gtk-label-set-track-visited-links.parameters"></a><h4>Parameters</h4>
2433
2475
  <div class="informaltable"><table width="100%" border="0">
2434
2476
  <colgroup>
2435
2477
  <col width="150px" class="parameters_name">
@@ -2460,7 +2502,7 @@ gtk_label_get_track_visited_links (<em class="parameter"><code><a class="link" h
2460
2502
  <p>Returns whether the label is currently keeping track
2461
2503
  of clicked links.</p>
2462
2504
  <div class="refsect3">
2463
- <a name="id-1.3.8.2.11.51.5"></a><h4>Parameters</h4>
2505
+ <a name="gtk-label-get-track-visited-links.parameters"></a><h4>Parameters</h4>
2464
2506
  <div class="informaltable"><table width="100%" border="0">
2465
2507
  <colgroup>
2466
2508
  <col width="150px" class="parameters_name">
@@ -2475,7 +2517,7 @@ of clicked links.</p>
2475
2517
  </table></div>
2476
2518
  </div>
2477
2519
  <div class="refsect3">
2478
- <a name="id-1.3.8.2.11.51.6"></a><h4>Returns</h4>
2520
+ <a name="gtk-label-get-track-visited-links.returns"></a><h4>Returns</h4>
2479
2521
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if clicked links are remembered</p>
2480
2522
  </div>
2481
2523
  <p class="since">Since: 2.18</p>
@@ -2505,7 +2547,7 @@ if the label is selectable, wrapped, or ellipsized.</p>
2505
2547
  <hr>
2506
2548
  <div class="refsect2">
2507
2549
  <a name="GtkLabel--attributes"></a><h3>The <code class="literal">“attributes”</code> property</h3>
2508
- <pre class="programlisting"> “attributes” <span class="type">PangoAttrList</span> *</pre>
2550
+ <pre class="programlisting"> “attributes” <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList-struct"><span class="type">PangoAttrList</span></a> *</pre>
2509
2551
  <p>A list of style attributes to apply to the text of the label.</p>
2510
2552
  <p>Flags: Read / Write</p>
2511
2553
  </div>
@@ -2521,20 +2563,14 @@ if the label is selectable, wrapped, or ellipsized.</p>
2521
2563
  <hr>
2522
2564
  <div class="refsect2">
2523
2565
  <a name="GtkLabel--ellipsize"></a><h3>The <code class="literal">“ellipsize”</code> property</h3>
2524
- <pre class="programlisting"> “ellipsize” <span class="type">PangoEllipsizeMode</span></pre>
2566
+ <pre class="programlisting"> “ellipsize” <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a></pre>
2525
2567
  <p>The preferred place to ellipsize the string, if the label does
2526
-
2527
2568
  not have enough room to display the entire string, specified as a
2528
-
2529
- <span class="type">PangoEllipsizeMode</span>. </p>
2569
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a>.</p>
2530
2570
  <p>Note that setting this property to a value other than
2531
-
2532
- <code class="literal">PANGO_ELLIPSIZE_NONE</code> has the side-effect that the label requests
2533
-
2571
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PANGO-ELLIPSIZE-NONE:CAPS"><code class="literal">PANGO_ELLIPSIZE_NONE</code></a> has the side-effect that the label requests
2534
2572
  only enough space to display the ellipsis "...". In particular, this
2535
-
2536
2573
  means that ellipsizing labels do not work well in notebook tabs, unless
2537
-
2538
2574
  the <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> tab-expand child property is set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. Other ways
2539
2575
  to set a label's width are <a class="link" href="GtkWidget.html#gtk-widget-set-size-request" title="gtk_widget_set_size_request ()"><code class="function">gtk_widget_set_size_request()</code></a> and
2540
2576
  <a class="link" href="GtkLabel.html#gtk-label-set-width-chars" title="gtk_label_set_width_chars ()"><code class="function">gtk_label_set_width_chars()</code></a>.</p>
@@ -2554,7 +2590,15 @@ to set a label's width are <a class="link" href="GtkWidget.html#gtk-widget-set-s
2554
2590
  <div class="refsect2">
2555
2591
  <a name="GtkLabel--label"></a><h3>The <code class="literal">“label”</code> property</h3>
2556
2592
  <pre class="programlisting"> “label” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
2557
- <p>The text of the label.</p>
2593
+ <p>The contents of the label.</p>
2594
+ <p>If the string contains Pango XML markup, you will
2595
+ have to set the <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> property to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> in order for the
2596
+ label to display the markup attributes. See also <a class="link" href="GtkLabel.html#gtk-label-set-markup" title="gtk_label_set_markup ()"><code class="function">gtk_label_set_markup()</code></a>
2597
+ for a convenience function that sets both this property and the
2598
+ <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> property at the same time.</p>
2599
+ <p>If the string contains underlines acting as mnemonics, you will have to
2600
+ set the <a class="link" href="GtkLabel.html#GtkLabel--use-underline" title="The “use-underline” property"><span class="type">“use-underline”</span></a> property to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> in order for the label
2601
+ to display them.</p>
2558
2602
  <p>Flags: Read / Write</p>
2559
2603
  <p>Default value: ""</p>
2560
2604
  </div>
@@ -2576,7 +2620,6 @@ label is not wrapping or ellipsized. Set this property to
2576
2620
  <a name="GtkLabel--max-width-chars"></a><h3>The <code class="literal">“max-width-chars”</code> property</h3>
2577
2621
  <pre class="programlisting"> “max-width-chars” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
2578
2622
  <p>The desired maximum width of the label, in characters. If this property
2579
-
2580
2623
  is set to -1, the width will be calculated automatically.</p>
2581
2624
  <p>See the section on <a class="link" href="GtkLabel.html#label-text-layout" title="Text layout">text layout</a>
2582
2625
  for details of how <a class="link" href="GtkLabel.html#GtkLabel--width-chars" title="The “width-chars” property"><span class="type">“width-chars”</span></a> and <a class="link" href="GtkLabel.html#GtkLabel--max-width-chars" title="The “max-width-chars” property"><span class="type">“max-width-chars”</span></a>
@@ -2634,7 +2677,6 @@ determine the width of ellipsized and wrapped labels.</p>
2634
2677
  the height of the label does not depend on the actual text, it
2635
2678
  is always set to ascent + descent of the font. This can be an
2636
2679
  advantage in situations where resizing the label because of text
2637
-
2638
2680
  changes would be distracting, e.g. in a statusbar.</p>
2639
2681
  <p>Flags: Read / Write</p>
2640
2682
  <p>Default value: FALSE</p>
@@ -2692,11 +2734,9 @@ determine the width of ellipsized and wrapped labels.</p>
2692
2734
  <hr>
2693
2735
  <div class="refsect2">
2694
2736
  <a name="GtkLabel--wrap-mode"></a><h3>The <code class="literal">“wrap-mode”</code> property</h3>
2695
- <pre class="programlisting"> “wrap-mode” <span class="type">PangoWrapMode</span></pre>
2737
+ <pre class="programlisting"> “wrap-mode” <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a></pre>
2696
2738
  <p>If line wrapping is on (see the <a class="link" href="GtkLabel.html#GtkLabel--wrap" title="The “wrap” property"><span class="type">“wrap”</span></a> property) this controls
2697
-
2698
- how the line wrapping is done. The default is <code class="literal">PANGO_WRAP_WORD</code>, which
2699
-
2739
+ how the line wrapping is done. The default is <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PANGO-WRAP-WORD:CAPS"><code class="literal">PANGO_WRAP_WORD</code></a>, which
2700
2740
  means wrap on word boundaries.</p>
2701
2741
  <p>Flags: Read / Write</p>
2702
2742
  <p>Default value: PANGO_WRAP_WORD</p>
@@ -2742,7 +2782,7 @@ which gets emitted when the user activates a link in the label.</p>
2742
2782
  if they need to control activation of URIs programmatically.</p>
2743
2783
  <p>The default bindings for this signal are all forms of the Enter key.</p>
2744
2784
  <div class="refsect3">
2745
- <a name="id-1.3.8.2.14.2.7"></a><h4>Parameters</h4>
2785
+ <a name="GtkLabel-activate-current-link.parameters"></a><h4>Parameters</h4>
2746
2786
  <div class="informaltable"><table width="100%" border="0">
2747
2787
  <colgroup>
2748
2788
  <col width="150px" class="parameters_name">
@@ -2777,7 +2817,7 @@ user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class
2777
2817
  Applications may connect to it to override the default behaviour,
2778
2818
  which is to call <a class="link" href="gtk3-Filesystem-utilities.html#gtk-show-uri" title="gtk_show_uri ()"><code class="function">gtk_show_uri()</code></a>.</p>
2779
2819
  <div class="refsect3">
2780
- <a name="id-1.3.8.2.14.3.5"></a><h4>Parameters</h4>
2820
+ <a name="GtkLabel-activate-link.parameters"></a><h4>Parameters</h4>
2781
2821
  <div class="informaltable"><table width="100%" border="0">
2782
2822
  <colgroup>
2783
2823
  <col width="150px" class="parameters_name">
@@ -2804,7 +2844,7 @@ which is to call <a class="link" href="gtk3-Filesystem-utilities.html#gtk-show-u
2804
2844
  </table></div>
2805
2845
  </div>
2806
2846
  <div class="refsect3">
2807
- <a name="id-1.3.8.2.14.3.6"></a><h4>Returns</h4>
2847
+ <a name="GtkLabel-activate-link.returns"></a><h4>Returns</h4>
2808
2848
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the link has been activated</p>
2809
2849
  </div>
2810
2850
  <p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
@@ -2821,7 +2861,7 @@ user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class
2821
2861
  which gets emitted to copy the selection to the clipboard.</p>
2822
2862
  <p>The default binding for this signal is Ctrl-c.</p>
2823
2863
  <div class="refsect3">
2824
- <a name="id-1.3.8.2.14.4.6"></a><h4>Parameters</h4>
2864
+ <a name="GtkLabel-copy-clipboard.parameters"></a><h4>Parameters</h4>
2825
2865
  <div class="informaltable"><table width="100%" border="0">
2826
2866
  <colgroup>
2827
2867
  <col width="150px" class="parameters_name">
@@ -2872,7 +2912,7 @@ There are too many key combinations to list them all here.</p>
2872
2912
  <li class="listitem"><p>Home/End keys move to the ends of the buffer</p></li>
2873
2913
  </ul></div>
2874
2914
  <div class="refsect3">
2875
- <a name="id-1.3.8.2.14.5.8"></a><h4>Parameters</h4>
2915
+ <a name="GtkLabel-move-cursor.parameters"></a><h4>Parameters</h4>
2876
2916
  <div class="informaltable"><table width="100%" border="0">
2877
2917
  <colgroup>
2878
2918
  <col width="150px" class="parameters_name">
@@ -2925,7 +2965,7 @@ have context menus.</p>
2925
2965
  to this signal and append your menuitems to the <em class="parameter"><code>menu</code></em>
2926
2966
  .</p>
2927
2967
  <div class="refsect3">
2928
- <a name="id-1.3.8.2.14.6.6"></a><h4>Parameters</h4>
2968
+ <a name="GtkLabel-populate-popup.parameters"></a><h4>Parameters</h4>
2929
2969
  <div class="informaltable"><table width="100%" border="0">
2930
2970
  <colgroup>
2931
2971
  <col width="150px" class="parameters_name">
@@ -2956,6 +2996,6 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
2956
2996
  </div>
2957
2997
  </div>
2958
2998
  <div class="footer">
2959
- <hr>Generated by GTK-Doc V1.24.1</div>
2999
+ <hr>Generated by GTK-Doc V1.25.1</div>
2960
3000
  </body>
2961
3001
  </html>