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="TextWidgetObjects.html" title="Multiline Text Editor">
9
9
  <link rel="prev" href="GtkTextTag.html" title="GtkTextTag">
10
10
  <link rel="next" href="GtkTextView.html" title="GtkTextView">
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">
@@ -143,7 +143,7 @@
143
143
  </div>
144
144
  <div class="refsect1">
145
145
  <a name="GtkTextTagTable.object-hierarchy"></a><h2>Object Hierarchy</h2>
146
- <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>
146
+ <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>
147
147
  <span class="lineart">╰──</span> GtkTextTagTable
148
148
  </pre>
149
149
  </div>
@@ -200,7 +200,7 @@ of a &lt;child&gt; element.</p>
200
200
  <span class="c_punctuation">(</span>*GtkTextTagTableForeach<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
201
201
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
202
202
  <div class="refsect3">
203
- <a name="id-1.3.11.7.10.2.4"></a><h4>Parameters</h4>
203
+ <a name="GtkTextTagTableForeach.parameters"></a><h4>Parameters</h4>
204
204
  <div class="informaltable"><table width="100%" border="0">
205
205
  <colgroup>
206
206
  <col width="150px" class="parameters_name">
@@ -230,7 +230,7 @@ gtk_text_tag_table_new (<em class="parameter"><code><span class="type">void</spa
230
230
  <p>Creates a new <a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a>. The table contains no tags by
231
231
  default.</p>
232
232
  <div class="refsect3">
233
- <a name="id-1.3.11.7.10.3.5"></a><h4>Returns</h4>
233
+ <a name="gtk-text-tag-table-new.returns"></a><h4>Returns</h4>
234
234
  <p> a new <a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a></p>
235
235
  </div>
236
236
  </div>
@@ -246,7 +246,7 @@ in the table.</p>
246
246
  must not be in a tag table already, and may not have
247
247
  the same name as an already-added tag.</p>
248
248
  <div class="refsect3">
249
- <a name="id-1.3.11.7.10.4.6"></a><h4>Parameters</h4>
249
+ <a name="gtk-text-tag-table-add.parameters"></a><h4>Parameters</h4>
250
250
  <div class="informaltable"><table width="100%" border="0">
251
251
  <colgroup>
252
252
  <col width="150px" class="parameters_name">
@@ -268,7 +268,7 @@ the same name as an already-added tag.</p>
268
268
  </table></div>
269
269
  </div>
270
270
  <div class="refsect3">
271
- <a name="id-1.3.11.7.10.4.7"></a><h4>Returns</h4>
271
+ <a name="gtk-text-tag-table-add.returns"></a><h4>Returns</h4>
272
272
  <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> on success.</p>
273
273
  </div>
274
274
  </div>
@@ -284,7 +284,7 @@ the tag is removed from the buffer. The table’s reference to the tag is
284
284
  removed, so the tag will end up destroyed if you don’t have a reference to
285
285
  it.</p>
286
286
  <div class="refsect3">
287
- <a name="id-1.3.11.7.10.5.5"></a><h4>Parameters</h4>
287
+ <a name="gtk-text-tag-table-remove.parameters"></a><h4>Parameters</h4>
288
288
  <div class="informaltable"><table width="100%" border="0">
289
289
  <colgroup>
290
290
  <col width="150px" class="parameters_name">
@@ -314,7 +314,7 @@ gtk_text_tag_table_lookup (<em class="parameter"><code><a class="link" href="Gtk
314
314
  <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> *name</code></em>);</pre>
315
315
  <p>Look up a named tag.</p>
316
316
  <div class="refsect3">
317
- <a name="id-1.3.11.7.10.6.5"></a><h4>Parameters</h4>
317
+ <a name="gtk-text-tag-table-lookup.parameters"></a><h4>Parameters</h4>
318
318
  <div class="informaltable"><table width="100%" border="0">
319
319
  <colgroup>
320
320
  <col width="150px" class="parameters_name">
@@ -336,9 +336,10 @@ gtk_text_tag_table_lookup (<em class="parameter"><code><a class="link" href="Gtk
336
336
  </table></div>
337
337
  </div>
338
338
  <div class="refsect3">
339
- <a name="id-1.3.11.7.10.6.6"></a><h4>Returns</h4>
340
- <p> The tag, 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 by that name is in the table. </p>
341
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
339
+ <a name="gtk-text-tag-table-lookup.returns"></a><h4>Returns</h4>
340
+ <p> The tag, 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 by that
341
+ name is in the table. </p>
342
+ <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>
342
343
  </div>
343
344
  </div>
344
345
  <hr>
@@ -355,7 +356,7 @@ gtk_text_tag_table_foreach (<em class="parameter"><code><a class="link" href="Gt
355
356
  Note that the table may not be modified while iterating
356
357
  over it (you can’t add/remove tags).</p>
357
358
  <div class="refsect3">
358
- <a name="id-1.3.11.7.10.7.5"></a><h4>Parameters</h4>
359
+ <a name="gtk-text-tag-table-foreach.parameters"></a><h4>Parameters</h4>
359
360
  <div class="informaltable"><table width="100%" border="0">
360
361
  <colgroup>
361
362
  <col width="150px" class="parameters_name">
@@ -389,7 +390,7 @@ over it (you can’t add/remove tags).</p>
389
390
  gtk_text_tag_table_get_size (<em class="parameter"><code><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *table</code></em>);</pre>
390
391
  <p>Returns the size of the table (number of tags)</p>
391
392
  <div class="refsect3">
392
- <a name="id-1.3.11.7.10.8.5"></a><h4>Parameters</h4>
393
+ <a name="gtk-text-tag-table-get-size.parameters"></a><h4>Parameters</h4>
393
394
  <div class="informaltable"><table width="100%" border="0">
394
395
  <colgroup>
395
396
  <col width="150px" class="parameters_name">
@@ -404,7 +405,7 @@ gtk_text_tag_table_get_size (<em class="parameter"><code><a class="link" href="G
404
405
  </table></div>
405
406
  </div>
406
407
  <div class="refsect3">
407
- <a name="id-1.3.11.7.10.8.6"></a><h4>Returns</h4>
408
+ <a name="gtk-text-tag-table-get-size.returns"></a><h4>Returns</h4>
408
409
  <p> number of tags in <em class="parameter"><code>table</code></em>
409
410
  </p>
410
411
  </div>
@@ -426,7 +427,7 @@ user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTabl
426
427
  <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag,
427
428
  <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
428
429
  <div class="refsect3">
429
- <a name="id-1.3.11.7.12.2.4"></a><h4>Parameters</h4>
430
+ <a name="GtkTextTagTable-tag-added.parameters"></a><h4>Parameters</h4>
430
431
  <div class="informaltable"><table width="100%" border="0">
431
432
  <colgroup>
432
433
  <col width="150px" class="parameters_name">
@@ -463,7 +464,7 @@ user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTabl
463
464
  <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> size_changed,
464
465
  <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
465
466
  <div class="refsect3">
466
- <a name="id-1.3.11.7.12.3.4"></a><h4>Parameters</h4>
467
+ <a name="GtkTextTagTable-tag-changed.parameters"></a><h4>Parameters</h4>
467
468
  <div class="informaltable"><table width="100%" border="0">
468
469
  <colgroup>
469
470
  <col width="150px" class="parameters_name">
@@ -483,7 +484,7 @@ user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTabl
483
484
  </tr>
484
485
  <tr>
485
486
  <td class="parameter_name"><p>size_changed</p></td>
486
- <td class="parameter_description"><p>whether the size has been changed.</p></td>
487
+ <td class="parameter_description"><p>whether the change affects the <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> layout.</p></td>
487
488
  <td class="parameter_annotations"> </td>
488
489
  </tr>
489
490
  <tr>
@@ -504,7 +505,7 @@ user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTabl
504
505
  <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag,
505
506
  <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
506
507
  <div class="refsect3">
507
- <a name="id-1.3.11.7.12.4.4"></a><h4>Parameters</h4>
508
+ <a name="GtkTextTagTable-tag-removed.parameters"></a><h4>Parameters</h4>
508
509
  <div class="informaltable"><table width="100%" border="0">
509
510
  <colgroup>
510
511
  <col width="150px" class="parameters_name">
@@ -535,6 +536,6 @@ user_function (<a class="link" href="GtkTextTagTable.html" title="GtkTextTagTabl
535
536
  </div>
536
537
  </div>
537
538
  <div class="footer">
538
- <hr>Generated by GTK-Doc V1.24.1</div>
539
+ <hr>Generated by GTK-Doc V1.25.1</div>
539
540
  </body>
540
541
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="TextWidgetObjects.html" title="Multiline Text Editor">
9
9
  <link rel="prev" href="GtkTextTagTable.html" title="GtkTextTagTable">
10
10
  <link rel="next" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
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">
@@ -174,7 +174,7 @@
174
174
  </tr>
175
175
  <tr>
176
176
  <td class="function_type">
177
- <span class="returnvalue">void</span>
177
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
178
178
  </td>
179
179
  <td class="function_name">
180
180
  <a class="link" href="GtkTextView.html#gtk-text-view-get-iter-at-location" title="gtk_text_view_get_iter_at_location ()">gtk_text_view_get_iter_at_location</a> <span class="c_punctuation">()</span>
@@ -182,7 +182,7 @@
182
182
  </tr>
183
183
  <tr>
184
184
  <td class="function_type">
185
- <span class="returnvalue">void</span>
185
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
186
186
  </td>
187
187
  <td class="function_name">
188
188
  <a class="link" href="GtkTextView.html#gtk-text-view-get-iter-at-position" title="gtk_text_view_get_iter_at_position ()">gtk_text_view_get_iter_at_position</a> <span class="c_punctuation">()</span>
@@ -206,7 +206,7 @@
206
206
  </tr>
207
207
  <tr>
208
208
  <td class="function_type">
209
- <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
209
+ <a href="http://library.gnome.org/devel/gdk2/gdk2-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
210
210
  </td>
211
211
  <td class="function_name">
212
212
  <a class="link" href="GtkTextView.html#gtk-text-view-get-window" title="gtk_text_view_get_window ()">gtk_text_view_get_window</a> <span class="c_punctuation">()</span>
@@ -385,6 +385,14 @@
385
385
  <span class="returnvalue">void</span>
386
386
  </td>
387
387
  <td class="function_name">
388
+ <a class="link" href="GtkTextView.html#gtk-text-view-reset-cursor-blink" title="gtk_text_view_reset_cursor_blink ()">gtk_text_view_reset_cursor_blink</a> <span class="c_punctuation">()</span>
389
+ </td>
390
+ </tr>
391
+ <tr>
392
+ <td class="function_type">
393
+ <span class="returnvalue">void</span>
394
+ </td>
395
+ <td class="function_name">
388
396
  <a class="link" href="GtkTextView.html#gtk-text-view-set-overwrite" title="gtk_text_view_set_overwrite ()">gtk_text_view_set_overwrite</a> <span class="c_punctuation">()</span>
389
397
  </td>
390
398
  </tr>
@@ -497,6 +505,38 @@
497
505
  <span class="returnvalue">void</span>
498
506
  </td>
499
507
  <td class="function_name">
508
+ <a class="link" href="GtkTextView.html#gtk-text-view-set-top-margin" title="gtk_text_view_set_top_margin ()">gtk_text_view_set_top_margin</a> <span class="c_punctuation">()</span>
509
+ </td>
510
+ </tr>
511
+ <tr>
512
+ <td class="function_type">
513
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
514
+ </td>
515
+ <td class="function_name">
516
+ <a class="link" href="GtkTextView.html#gtk-text-view-get-top-margin" title="gtk_text_view_get_top_margin ()">gtk_text_view_get_top_margin</a> <span class="c_punctuation">()</span>
517
+ </td>
518
+ </tr>
519
+ <tr>
520
+ <td class="function_type">
521
+ <span class="returnvalue">void</span>
522
+ </td>
523
+ <td class="function_name">
524
+ <a class="link" href="GtkTextView.html#gtk-text-view-set-bottom-margin" title="gtk_text_view_set_bottom_margin ()">gtk_text_view_set_bottom_margin</a> <span class="c_punctuation">()</span>
525
+ </td>
526
+ </tr>
527
+ <tr>
528
+ <td class="function_type">
529
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
530
+ </td>
531
+ <td class="function_name">
532
+ <a class="link" href="GtkTextView.html#gtk-text-view-get-bottom-margin" title="gtk_text_view_get_bottom_margin ()">gtk_text_view_get_bottom_margin</a> <span class="c_punctuation">()</span>
533
+ </td>
534
+ </tr>
535
+ <tr>
536
+ <td class="function_type">
537
+ <span class="returnvalue">void</span>
538
+ </td>
539
+ <td class="function_name">
500
540
  <a class="link" href="GtkTextView.html#gtk-text-view-set-indent" title="gtk_text_view_set_indent ()">gtk_text_view_set_indent</a> <span class="c_punctuation">()</span>
501
541
  </td>
502
542
  </tr>
@@ -518,7 +558,7 @@
518
558
  </tr>
519
559
  <tr>
520
560
  <td class="function_type">
521
- <span class="returnvalue">PangoTabArray</span> *
561
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray-struct"><span class="returnvalue">PangoTabArray</span></a> *
522
562
  </td>
523
563
  <td class="function_name">
524
564
  <a class="link" href="GtkTextView.html#gtk-text-view-get-tabs" title="gtk_text_view_get_tabs ()">gtk_text_view_get_tabs</a> <span class="c_punctuation">()</span>
@@ -612,10 +652,6 @@
612
652
  <a class="link" href="GtkTextView.html#gtk-text-view-get-monospace" title="gtk_text_view_get_monospace ()">gtk_text_view_get_monospace</a> <span class="c_punctuation">()</span>
613
653
  </td>
614
654
  </tr>
615
- <tr>
616
- <td class="define_keyword">#define</td>
617
- <td class="function_name"><a class="link" href="GtkTextView.html#GTK-TEXT-VIEW-PRIORITY-VALIDATE:CAPS" title="GTK_TEXT_VIEW_PRIORITY_VALIDATE">GTK_TEXT_VIEW_PRIORITY_VALIDATE</a></td>
618
- </tr>
619
655
  </tbody>
620
656
  </table></div>
621
657
  </div>
@@ -634,6 +670,11 @@
634
670
  <td class="property_flags">Read / Write</td>
635
671
  </tr>
636
672
  <tr>
673
+ <td class="property_type"><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></td>
674
+ <td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--bottom-margin" title="The “bottom-margin” property">bottom-margin</a></td>
675
+ <td class="property_flags">Read / Write</td>
676
+ </tr>
677
+ <tr>
637
678
  <td class="property_type">
638
679
  <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *</td>
639
680
  <td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--buffer" title="The “buffer” property">buffer</a></td>
@@ -717,11 +758,16 @@
717
758
  </tr>
718
759
  <tr>
719
760
  <td class="property_type">
720
- <span class="type">PangoTabArray</span> *</td>
761
+ <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray-struct"><span class="type">PangoTabArray</span></a> *</td>
721
762
  <td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--tabs" title="The “tabs” property">tabs</a></td>
722
763
  <td class="property_flags">Read / Write</td>
723
764
  </tr>
724
765
  <tr>
766
+ <td class="property_type"><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></td>
767
+ <td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--top-margin" title="The “top-margin” property">top-margin</a></td>
768
+ <td class="property_flags">Read / Write</td>
769
+ </tr>
770
+ <tr>
725
771
  <td class="property_type"><a class="link" href="GtkTextView.html#GtkWrapMode" title="enum GtkWrapMode"><span class="type">GtkWrapMode</span></a></td>
726
772
  <td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--wrap-mode" title="The “wrap-mode” property">wrap-mode</a></td>
727
773
  <td class="property_flags">Read / Write</td>
@@ -739,7 +785,7 @@
739
785
  </colgroup>
740
786
  <tbody><tr>
741
787
  <td class="property_type">
742
- <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</td>
788
+ <a href="http://developer.gnome.org/gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</td>
743
789
  <td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--s-error-underline-color" title="The “error-underline-color” style property">error-underline-color</a></td>
744
790
  <td class="property_flags">Read</td>
745
791
  </tr></tbody>
@@ -868,12 +914,16 @@
868
914
  <td class="datatype_keyword">struct</td>
869
915
  <td class="function_name"><a class="link" href="GtkTextView.html#GtkTextChildAnchor-struct" title="struct GtkTextChildAnchor">GtkTextChildAnchor</a></td>
870
916
  </tr>
917
+ <tr>
918
+ <td class="define_keyword">#define</td>
919
+ <td class="function_name"><a class="link" href="GtkTextView.html#GTK-TEXT-VIEW-PRIORITY-VALIDATE:CAPS" title="GTK_TEXT_VIEW_PRIORITY_VALIDATE">GTK_TEXT_VIEW_PRIORITY_VALIDATE</a></td>
920
+ </tr>
871
921
  </tbody>
872
922
  </table></div>
873
923
  </div>
874
924
  <div class="refsect1">
875
925
  <a name="GtkTextView.object-hierarchy"></a><h2>Object Hierarchy</h2>
876
- <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>
926
+ <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>
877
927
  <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>
878
928
  <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
879
929
  <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
@@ -898,6 +948,42 @@ GtkTextView implements
898
948
  <a class="link" href="TextWidget.html" title="Text Widget Overview">text widget conceptual overview</a>
899
949
  which gives an overview of all the objects and data
900
950
  types related to the text widget and how they work together.</p>
951
+ <div class="refsect2">
952
+ <a name="id-1.3.11.8.12.3"></a><h3>CSS nodes</h3>
953
+ <div class="informalexample">
954
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
955
+ <tbody>
956
+ <tr>
957
+ <td class="listing_lines" align="right"><pre>1
958
+ 2
959
+ 3
960
+ 4
961
+ 5
962
+ 6
963
+ 7
964
+ 8</pre></td>
965
+ <td class="listing_code"><pre class="programlisting"><span class="normal">textview</span><span class="symbol">.</span><span class="normal">view</span>
966
+ <span class="normal">├── border</span><span class="symbol">.</span><span class="normal">top</span>
967
+ <span class="normal">├── border</span><span class="symbol">.</span><span class="normal">left</span>
968
+ <span class="normal">├── text</span>
969
+ <span class="normal">│ ╰── </span><span class="symbol">[</span><span class="normal">selection</span><span class="symbol">]</span>
970
+ <span class="normal">├── border</span><span class="symbol">.</span><span class="normal">right</span>
971
+ <span class="normal">├── border</span><span class="symbol">.</span><span class="normal">bottom</span>
972
+ <span class="normal">╰── </span><span class="symbol">[</span><span class="normal">window</span><span class="symbol">.</span><span class="normal">popup</span><span class="symbol">]</span></pre></td>
973
+ </tr>
974
+ </tbody>
975
+ </table>
976
+ </div>
977
+
978
+ <p></p>
979
+ <p>GtkTextView has a main css node with name textview and style class .view,
980
+ and subnodes for each of the border windows, and the main text area,
981
+ with names border and text, respectively. The border nodes each get
982
+ one of the style classes .left, .right, .top or .bottom.</p>
983
+ <p>A node representing the selection will appear below the text node.</p>
984
+ <p>If a context menu is opened, the window node will appear as a subnode
985
+ of the main node.</p>
986
+ </div>
901
987
  </div>
902
988
  <div class="refsect1">
903
989
  <a name="GtkTextView.functions_details"></a><h2>Functions</h2>
@@ -910,7 +996,7 @@ before using the text view, an empty default buffer will be created
910
996
  for you. Get the buffer with <a class="link" href="GtkTextView.html#gtk-text-view-get-buffer" title="gtk_text_view_get_buffer ()"><code class="function">gtk_text_view_get_buffer()</code></a>. If you want
911
997
  to specify your own buffer, consider <a class="link" href="GtkTextView.html#gtk-text-view-new-with-buffer" title="gtk_text_view_new_with_buffer ()"><code class="function">gtk_text_view_new_with_buffer()</code></a>.</p>
912
998
  <div class="refsect3">
913
- <a name="id-1.3.11.8.13.2.5"></a><h4>Returns</h4>
999
+ <a name="gtk-text-view-new.returns"></a><h4>Returns</h4>
914
1000
  <p> a new <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a></p>
915
1001
  </div>
916
1002
  </div>
@@ -928,7 +1014,7 @@ this function is equivalent to <a class="link" href="GtkTextView.html#gtk-text-v
928
1014
  text view adds its own reference count to the buffer; it does not
929
1015
  take over an existing reference.</p>
930
1016
  <div class="refsect3">
931
- <a name="id-1.3.11.8.13.3.5"></a><h4>Parameters</h4>
1017
+ <a name="gtk-text-view-new-with-buffer.parameters"></a><h4>Parameters</h4>
932
1018
  <div class="informaltable"><table width="100%" border="0">
933
1019
  <colgroup>
934
1020
  <col width="150px" class="parameters_name">
@@ -943,7 +1029,7 @@ take over an existing reference.</p>
943
1029
  </table></div>
944
1030
  </div>
945
1031
  <div class="refsect3">
946
- <a name="id-1.3.11.8.13.3.6"></a><h4>Returns</h4>
1032
+ <a name="gtk-text-view-new-with-buffer.returns"></a><h4>Returns</h4>
947
1033
  <p> a new <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a>.</p>
948
1034
  </div>
949
1035
  </div>
@@ -963,7 +1049,7 @@ added to <em class="parameter"><code>buffer</code></em>
963
1049
  to this function, you must remove that reference yourself; <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a>
964
1050
  will not “adopt” it.</p>
965
1051
  <div class="refsect3">
966
- <a name="id-1.3.11.8.13.4.5"></a><h4>Parameters</h4>
1052
+ <a name="gtk-text-view-set-buffer.parameters"></a><h4>Parameters</h4>
967
1053
  <div class="informaltable"><table width="100%" border="0">
968
1054
  <colgroup>
969
1055
  <col width="150px" class="parameters_name">
@@ -994,7 +1080,7 @@ gtk_text_view_get_buffer (<em class="parameter"><code><a class="link" href="GtkT
994
1080
  The reference count on the buffer is not incremented; the caller
995
1081
  of this function won’t own a new reference.</p>
996
1082
  <div class="refsect3">
997
- <a name="id-1.3.11.8.13.5.5"></a><h4>Parameters</h4>
1083
+ <a name="gtk-text-view-get-buffer.parameters"></a><h4>Parameters</h4>
998
1084
  <div class="informaltable"><table width="100%" border="0">
999
1085
  <colgroup>
1000
1086
  <col width="150px" class="parameters_name">
@@ -1009,7 +1095,7 @@ of this function won’t own a new reference.</p>
1009
1095
  </table></div>
1010
1096
  </div>
1011
1097
  <div class="refsect3">
1012
- <a name="id-1.3.11.8.13.5.6"></a><h4>Returns</h4>
1098
+ <a name="gtk-text-view-get-buffer.returns"></a><h4>Returns</h4>
1013
1099
  <p> a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>. </p>
1014
1100
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1015
1101
  </div>
@@ -1025,7 +1111,7 @@ gtk_text_view_get_hadjustment (<em class="parameter"><code><a class="link" href=
1025
1111
  </div>
1026
1112
  <p>Gets the horizontal-scrolling <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>.</p>
1027
1113
  <div class="refsect3">
1028
- <a name="id-1.3.11.8.13.6.7"></a><h4>Parameters</h4>
1114
+ <a name="gtk-text-view-get-hadjustment.parameters"></a><h4>Parameters</h4>
1029
1115
  <div class="informaltable"><table width="100%" border="0">
1030
1116
  <colgroup>
1031
1117
  <col width="150px" class="parameters_name">
@@ -1040,7 +1126,7 @@ gtk_text_view_get_hadjustment (<em class="parameter"><code><a class="link" href=
1040
1126
  </table></div>
1041
1127
  </div>
1042
1128
  <div class="refsect3">
1043
- <a name="id-1.3.11.8.13.6.8"></a><h4>Returns</h4>
1129
+ <a name="gtk-text-view-get-hadjustment.returns"></a><h4>Returns</h4>
1044
1130
  <p> pointer to the horizontal <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>. </p>
1045
1131
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1046
1132
  </div>
@@ -1057,7 +1143,7 @@ gtk_text_view_get_vadjustment (<em class="parameter"><code><a class="link" href=
1057
1143
  </div>
1058
1144
  <p>Gets the vertical-scrolling <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>.</p>
1059
1145
  <div class="refsect3">
1060
- <a name="id-1.3.11.8.13.7.7"></a><h4>Parameters</h4>
1146
+ <a name="gtk-text-view-get-vadjustment.parameters"></a><h4>Parameters</h4>
1061
1147
  <div class="informaltable"><table width="100%" border="0">
1062
1148
  <colgroup>
1063
1149
  <col width="150px" class="parameters_name">
@@ -1072,7 +1158,7 @@ gtk_text_view_get_vadjustment (<em class="parameter"><code><a class="link" href=
1072
1158
  </table></div>
1073
1159
  </div>
1074
1160
  <div class="refsect3">
1075
- <a name="id-1.3.11.8.13.7.8"></a><h4>Returns</h4>
1161
+ <a name="gtk-text-view-get-vadjustment.returns"></a><h4>Returns</h4>
1076
1162
  <p> pointer to the vertical <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>. </p>
1077
1163
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1078
1164
  </div>
@@ -1102,7 +1188,7 @@ screen for purposes of this function is reduced by a margin of size
1102
1188
  <em class="parameter"><code>within_margin</code></em>
1103
1189
  .</p>
1104
1190
  <div class="refsect3">
1105
- <a name="id-1.3.11.8.13.8.5"></a><h4>Parameters</h4>
1191
+ <a name="gtk-text-view-scroll-to-mark.parameters"></a><h4>Parameters</h4>
1106
1192
  <div class="informaltable"><table width="100%" border="0">
1107
1193
  <colgroup>
1108
1194
  <col width="150px" class="parameters_name">
@@ -1161,21 +1247,21 @@ gtk_text_view_scroll_to_iter (<em class="parameter"><code><a class="link" href="
1161
1247
  indicated by <em class="parameter"><code>xalign</code></em>
1162
1248
  and <em class="parameter"><code>yalign</code></em>
1163
1249
  . An alignment of 0.0 indicates
1164
- left or top, 1.0 indicates right or bottom, 0.5 means center.
1250
+ left or top, 1.0 indicates right or bottom, 0.5 means center.
1165
1251
  If <em class="parameter"><code>use_align</code></em>
1166
- is <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>, the text scrolls the minimal distance to
1167
- get the mark onscreen, possibly not scrolling at all. The effective
1168
- screen for purposes of this function is reduced by a margin of size
1252
+ is <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>, the text scrolls the minimal distance to
1253
+ get the mark onscreen, possibly not scrolling at all. The effective
1254
+ screen for purposes of this function is reduced by a margin of size
1169
1255
  <em class="parameter"><code>within_margin</code></em>
1170
1256
  .</p>
1171
1257
  <p>Note that this function uses the currently-computed height of the
1172
- lines in the text buffer. Line heights are computed in an idle
1173
- handler; so this function may not have the desired effect if it’s
1174
- called before the height computations. To avoid oddness, consider
1175
- using <a class="link" href="GtkTextView.html#gtk-text-view-scroll-to-mark" title="gtk_text_view_scroll_to_mark ()"><code class="function">gtk_text_view_scroll_to_mark()</code></a> which saves a point to be
1258
+ lines in the text buffer. Line heights are computed in an idle
1259
+ handler; so this function may not have the desired effect if it’s
1260
+ called before the height computations. To avoid oddness, consider
1261
+ using <a class="link" href="GtkTextView.html#gtk-text-view-scroll-to-mark" title="gtk_text_view_scroll_to_mark ()"><code class="function">gtk_text_view_scroll_to_mark()</code></a> which saves a point to be
1176
1262
  scrolled to after line validation.</p>
1177
1263
  <div class="refsect3">
1178
- <a name="id-1.3.11.8.13.9.6"></a><h4>Parameters</h4>
1264
+ <a name="gtk-text-view-scroll-to-iter.parameters"></a><h4>Parameters</h4>
1179
1265
  <div class="informaltable"><table width="100%" border="0">
1180
1266
  <colgroup>
1181
1267
  <col width="150px" class="parameters_name">
@@ -1218,7 +1304,7 @@ just get the mark onscreen)</p></td>
1218
1304
  </table></div>
1219
1305
  </div>
1220
1306
  <div class="refsect3">
1221
- <a name="id-1.3.11.8.13.9.7"></a><h4>Returns</h4>
1307
+ <a name="gtk-text-view-scroll-to-iter.returns"></a><h4>Returns</h4>
1222
1308
  <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 scrolling occurred</p>
1223
1309
  </div>
1224
1310
  </div>
@@ -1233,7 +1319,7 @@ gtk_text_view_scroll_mark_onscreen (<em class="parameter"><code><a class="link"
1233
1319
  is contained
1234
1320
  within the visible area of the widget.</p>
1235
1321
  <div class="refsect3">
1236
- <a name="id-1.3.11.8.13.10.5"></a><h4>Parameters</h4>
1322
+ <a name="gtk-text-view-scroll-mark-onscreen.parameters"></a><h4>Parameters</h4>
1237
1323
  <div class="informaltable"><table width="100%" border="0">
1238
1324
  <colgroup>
1239
1325
  <col width="150px" class="parameters_name">
@@ -1265,7 +1351,7 @@ gtk_text_view_move_mark_onscreen (<em class="parameter"><code><a class="link" hr
1265
1351
  <p>Moves a mark within the buffer so that it's
1266
1352
  located within the currently-visible text area.</p>
1267
1353
  <div class="refsect3">
1268
- <a name="id-1.3.11.8.13.11.5"></a><h4>Parameters</h4>
1354
+ <a name="gtk-text-view-move-mark-onscreen.parameters"></a><h4>Parameters</h4>
1269
1355
  <div class="informaltable"><table width="100%" border="0">
1270
1356
  <colgroup>
1271
1357
  <col width="150px" class="parameters_name">
@@ -1287,7 +1373,7 @@ located within the currently-visible text area.</p>
1287
1373
  </table></div>
1288
1374
  </div>
1289
1375
  <div class="refsect3">
1290
- <a name="id-1.3.11.8.13.11.6"></a><h4>Returns</h4>
1376
+ <a name="gtk-text-view-move-mark-onscreen.returns"></a><h4>Returns</h4>
1291
1377
  <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 mark moved (wasn’t already onscreen)</p>
1292
1378
  </div>
1293
1379
  </div>
@@ -1299,7 +1385,7 @@ gtk_text_view_place_cursor_onscreen (<em class="parameter"><code><a class="link"
1299
1385
  <p>Moves the cursor to the currently visible region of the
1300
1386
  buffer, it it isn’t there already.</p>
1301
1387
  <div class="refsect3">
1302
- <a name="id-1.3.11.8.13.12.5"></a><h4>Parameters</h4>
1388
+ <a name="gtk-text-view-place-cursor-onscreen.parameters"></a><h4>Parameters</h4>
1303
1389
  <div class="informaltable"><table width="100%" border="0">
1304
1390
  <colgroup>
1305
1391
  <col width="150px" class="parameters_name">
@@ -1314,7 +1400,7 @@ buffer, it it isn’t there already.</p>
1314
1400
  </table></div>
1315
1401
  </div>
1316
1402
  <div class="refsect3">
1317
- <a name="id-1.3.11.8.13.12.6"></a><h4>Returns</h4>
1403
+ <a name="gtk-text-view-place-cursor-onscreen.returns"></a><h4>Returns</h4>
1318
1404
  <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 cursor had to be moved.</p>
1319
1405
  </div>
1320
1406
  </div>
@@ -1323,13 +1409,13 @@ buffer, it it isn’t there already.</p>
1323
1409
  <a name="gtk-text-view-get-visible-rect"></a><h3>gtk_text_view_get_visible_rect ()</h3>
1324
1410
  <pre class="programlisting"><span class="returnvalue">void</span>
1325
1411
  gtk_text_view_get_visible_rect (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
1326
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *visible_rect</code></em>);</pre>
1412
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *visible_rect</code></em>);</pre>
1327
1413
  <p>Fills <em class="parameter"><code>visible_rect</code></em>
1328
1414
  with the currently-visible
1329
1415
  region of the buffer, in buffer coordinates. Convert to window coordinates
1330
1416
  with <a class="link" href="GtkTextView.html#gtk-text-view-buffer-to-window-coords" title="gtk_text_view_buffer_to_window_coords ()"><code class="function">gtk_text_view_buffer_to_window_coords()</code></a>.</p>
1331
1417
  <div class="refsect3">
1332
- <a name="id-1.3.11.8.13.13.5"></a><h4>Parameters</h4>
1418
+ <a name="gtk-text-view-get-visible-rect.parameters"></a><h4>Parameters</h4>
1333
1419
  <div class="informaltable"><table width="100%" border="0">
1334
1420
  <colgroup>
1335
1421
  <col width="150px" class="parameters_name">
@@ -1357,14 +1443,14 @@ with <a class="link" href="GtkTextView.html#gtk-text-view-buffer-to-window-coord
1357
1443
  <pre class="programlisting"><span class="returnvalue">void</span>
1358
1444
  gtk_text_view_get_iter_location (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
1359
1445
  <em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
1360
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *location</code></em>);</pre>
1446
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *location</code></em>);</pre>
1361
1447
  <p>Gets a rectangle which roughly contains the character at <em class="parameter"><code>iter</code></em>
1362
1448
  .
1363
1449
  The rectangle position is in buffer coordinates; use
1364
1450
  <a class="link" href="GtkTextView.html#gtk-text-view-buffer-to-window-coords" title="gtk_text_view_buffer_to_window_coords ()"><code class="function">gtk_text_view_buffer_to_window_coords()</code></a> to convert these
1365
1451
  coordinates to coordinates for one of the windows in the text view.</p>
1366
1452
  <div class="refsect3">
1367
- <a name="id-1.3.11.8.13.14.5"></a><h4>Parameters</h4>
1453
+ <a name="gtk-text-view-get-iter-location.parameters"></a><h4>Parameters</h4>
1368
1454
  <div class="informaltable"><table width="100%" border="0">
1369
1455
  <colgroup>
1370
1456
  <col width="150px" class="parameters_name">
@@ -1398,8 +1484,8 @@ coordinates to coordinates for one of the windows in the text view.</p>
1398
1484
  <pre class="programlisting"><span class="returnvalue">void</span>
1399
1485
  gtk_text_view_get_cursor_locations (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
1400
1486
  <em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
1401
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *strong</code></em>,
1402
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *weak</code></em>);</pre>
1487
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *strong</code></em>,
1488
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *weak</code></em>);</pre>
1403
1489
  <p>Given an <em class="parameter"><code>iter</code></em>
1404
1490
  within a text layout, determine the positions of the
1405
1491
  strong and weak cursors if the insertion point is at that
@@ -1420,7 +1506,7 @@ cursor’s offset within the preedit sequence.</p>
1420
1506
  <a class="link" href="GtkTextView.html#gtk-text-view-buffer-to-window-coords" title="gtk_text_view_buffer_to_window_coords ()"><code class="function">gtk_text_view_buffer_to_window_coords()</code></a> to convert these
1421
1507
  coordinates to coordinates for one of the windows in the text view.</p>
1422
1508
  <div class="refsect3">
1423
- <a name="id-1.3.11.8.13.15.8"></a><h4>Parameters</h4>
1509
+ <a name="gtk-text-view-get-cursor-locations.parameters"></a><h4>Parameters</h4>
1424
1510
  <div class="informaltable"><table width="100%" border="0">
1425
1511
  <colgroup>
1426
1512
  <col width="150px" class="parameters_name">
@@ -1472,7 +1558,7 @@ If non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc
1472
1558
  will be filled with the coordinate of the top
1473
1559
  edge of the line.</p>
1474
1560
  <div class="refsect3">
1475
- <a name="id-1.3.11.8.13.16.5"></a><h4>Parameters</h4>
1561
+ <a name="gtk-text-view-get-line-at-y.parameters"></a><h4>Parameters</h4>
1476
1562
  <div class="informaltable"><table width="100%" border="0">
1477
1563
  <colgroup>
1478
1564
  <col width="150px" class="parameters_name">
@@ -1517,7 +1603,7 @@ gtk_text_view_get_line_yrange (<em class="parameter"><code><a class="link" href=
1517
1603
  and the height of the line. The coordinate is a buffer coordinate;
1518
1604
  convert to window coordinates with <a class="link" href="GtkTextView.html#gtk-text-view-buffer-to-window-coords" title="gtk_text_view_buffer_to_window_coords ()"><code class="function">gtk_text_view_buffer_to_window_coords()</code></a>.</p>
1519
1605
  <div class="refsect3">
1520
- <a name="id-1.3.11.8.13.17.5"></a><h4>Parameters</h4>
1606
+ <a name="gtk-text-view-get-line-yrange.parameters"></a><h4>Parameters</h4>
1521
1607
  <div class="informaltable"><table width="100%" border="0">
1522
1608
  <colgroup>
1523
1609
  <col width="150px" class="parameters_name">
@@ -1552,7 +1638,7 @@ convert to window coordinates with <a class="link" href="GtkTextView.html#gtk-te
1552
1638
  <hr>
1553
1639
  <div class="refsect2">
1554
1640
  <a name="gtk-text-view-get-iter-at-location"></a><h3>gtk_text_view_get_iter_at_location ()</h3>
1555
- <pre class="programlisting"><span class="returnvalue">void</span>
1641
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1556
1642
  gtk_text_view_get_iter_at_location (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
1557
1643
  <em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
1558
1644
  <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>,
@@ -1565,7 +1651,7 @@ currently-displayed portion. If you have coordinates from an
1565
1651
  event, you have to convert those to buffer coordinates with
1566
1652
  <a class="link" href="GtkTextView.html#gtk-text-view-window-to-buffer-coords" title="gtk_text_view_window_to_buffer_coords ()"><code class="function">gtk_text_view_window_to_buffer_coords()</code></a>.</p>
1567
1653
  <div class="refsect3">
1568
- <a name="id-1.3.11.8.13.18.5"></a><h4>Parameters</h4>
1654
+ <a name="gtk-text-view-get-iter-at-location.parameters"></a><h4>Parameters</h4>
1569
1655
  <div class="informaltable"><table width="100%" border="0">
1570
1656
  <colgroup>
1571
1657
  <col width="150px" class="parameters_name">
@@ -1596,29 +1682,33 @@ event, you have to convert those to buffer coordinates with
1596
1682
  </tbody>
1597
1683
  </table></div>
1598
1684
  </div>
1685
+ <div class="refsect3">
1686
+ <a name="gtk-text-view-get-iter-at-location.returns"></a><h4>Returns</h4>
1687
+ <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 position is over text</p>
1688
+ </div>
1599
1689
  </div>
1600
1690
  <hr>
1601
1691
  <div class="refsect2">
1602
1692
  <a name="gtk-text-view-get-iter-at-position"></a><h3>gtk_text_view_get_iter_at_position ()</h3>
1603
- <pre class="programlisting"><span class="returnvalue">void</span>
1693
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
1604
1694
  gtk_text_view_get_iter_at_position (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
1605
1695
  <em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
1606
1696
  <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> *trailing</code></em>,
1607
1697
  <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>,
1608
1698
  <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>
1609
- <p>Retrieves the iterator pointing to the character at buffer
1699
+ <p>Retrieves the iterator pointing to the character at buffer
1610
1700
  coordinates <em class="parameter"><code>x</code></em>
1611
1701
  and <em class="parameter"><code>y</code></em>
1612
- . Buffer coordinates are coordinates for
1613
- the entire buffer, not just the currently-displayed portion.
1614
- If you have coordinates from an event, you have to convert
1615
- those to buffer coordinates with
1702
+ . Buffer coordinates are coordinates for
1703
+ the entire buffer, not just the currently-displayed portion.
1704
+ If you have coordinates from an event, you have to convert
1705
+ those to buffer coordinates with
1616
1706
  <a class="link" href="GtkTextView.html#gtk-text-view-window-to-buffer-coords" title="gtk_text_view_window_to_buffer_coords ()"><code class="function">gtk_text_view_window_to_buffer_coords()</code></a>.</p>
1617
1707
  <p>Note that this is different from <a class="link" href="GtkTextView.html#gtk-text-view-get-iter-at-location" title="gtk_text_view_get_iter_at_location ()"><code class="function">gtk_text_view_get_iter_at_location()</code></a>,
1618
1708
  which returns cursor locations, i.e. positions between
1619
1709
  characters.</p>
1620
1710
  <div class="refsect3">
1621
- <a name="id-1.3.11.8.13.19.6"></a><h4>Parameters</h4>
1711
+ <a name="gtk-text-view-get-iter-at-position.parameters"></a><h4>Parameters</h4>
1622
1712
  <div class="informaltable"><table width="100%" border="0">
1623
1713
  <colgroup>
1624
1714
  <col width="150px" class="parameters_name">
@@ -1657,6 +1747,10 @@ zero, or the number of characters in the grapheme.
1657
1747
  </tbody>
1658
1748
  </table></div>
1659
1749
  </div>
1750
+ <div class="refsect3">
1751
+ <a name="gtk-text-view-get-iter-at-position.returns"></a><h4>Returns</h4>
1752
+ <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 position is over text</p>
1753
+ </div>
1660
1754
  <p class="since">Since: 2.6</p>
1661
1755
  </div>
1662
1756
  <hr>
@@ -1679,7 +1773,7 @@ gtk_text_view_buffer_to_window_coords (<em class="parameter"><code><a class="lin
1679
1773
  <p>Note that you can’t convert coordinates for a nonexisting window (see
1680
1774
  <a class="link" href="GtkTextView.html#gtk-text-view-set-border-window-size" title="gtk_text_view_set_border_window_size ()"><code class="function">gtk_text_view_set_border_window_size()</code></a>).</p>
1681
1775
  <div class="refsect3">
1682
- <a name="id-1.3.11.8.13.20.6"></a><h4>Parameters</h4>
1776
+ <a name="gtk-text-view-buffer-to-window-coords.parameters"></a><h4>Parameters</h4>
1683
1777
  <div class="informaltable"><table width="100%" border="0">
1684
1778
  <colgroup>
1685
1779
  <col width="150px" class="parameters_name">
@@ -1694,7 +1788,7 @@ gtk_text_view_buffer_to_window_coords (<em class="parameter"><code><a class="lin
1694
1788
  </tr>
1695
1789
  <tr>
1696
1790
  <td class="parameter_name"><p>win</p></td>
1697
- <td class="parameter_description"><p>a <a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> except <a href="http://library.gnome.org/devel/gtk3/GtkTextView.html#GTK-TEXT-WINDOW-PRIVATE:CAPS"><span class="type">GTK_TEXT_WINDOW_PRIVATE</span></a></p></td>
1791
+ <td class="parameter_description"><p>a <a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> except <a href="http://library.gnome.org/devel/gtk2/GtkTextView.html#GTK-TEXT-WINDOW-PRIVATE:CAPS"><span class="type">GTK_TEXT_WINDOW_PRIVATE</span></a></p></td>
1698
1792
  <td class="parameter_annotations"> </td>
1699
1793
  </tr>
1700
1794
  <tr>
@@ -1739,7 +1833,7 @@ coordinates, storing the result in (<em class="parameter"><code>buffer_x</code><
1739
1833
  <p>Note that you can’t convert coordinates for a nonexisting window (see
1740
1834
  <a class="link" href="GtkTextView.html#gtk-text-view-set-border-window-size" title="gtk_text_view_set_border_window_size ()"><code class="function">gtk_text_view_set_border_window_size()</code></a>).</p>
1741
1835
  <div class="refsect3">
1742
- <a name="id-1.3.11.8.13.21.6"></a><h4>Parameters</h4>
1836
+ <a name="gtk-text-view-window-to-buffer-coords.parameters"></a><h4>Parameters</h4>
1743
1837
  <div class="informaltable"><table width="100%" border="0">
1744
1838
  <colgroup>
1745
1839
  <col width="150px" class="parameters_name">
@@ -1754,7 +1848,7 @@ coordinates, storing the result in (<em class="parameter"><code>buffer_x</code><
1754
1848
  </tr>
1755
1849
  <tr>
1756
1850
  <td class="parameter_name"><p>win</p></td>
1757
- <td class="parameter_description"><p>a <a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> except <a href="http://library.gnome.org/devel/gtk3/GtkTextView.html#GTK-TEXT-WINDOW-PRIVATE:CAPS"><span class="type">GTK_TEXT_WINDOW_PRIVATE</span></a></p></td>
1851
+ <td class="parameter_description"><p>a <a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> except <a href="http://library.gnome.org/devel/gtk2/GtkTextView.html#GTK-TEXT-WINDOW-PRIVATE:CAPS"><span class="type">GTK_TEXT_WINDOW_PRIVATE</span></a></p></td>
1758
1852
  <td class="parameter_annotations"> </td>
1759
1853
  </tr>
1760
1854
  <tr>
@@ -1784,17 +1878,17 @@ coordinates, storing the result in (<em class="parameter"><code>buffer_x</code><
1784
1878
  <hr>
1785
1879
  <div class="refsect2">
1786
1880
  <a name="gtk-text-view-get-window"></a><h3>gtk_text_view_get_window ()</h3>
1787
- <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
1881
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk2/gdk2-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
1788
1882
  gtk_text_view_get_window (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
1789
1883
  <em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> win</code></em>);</pre>
1790
- <p>Retrieves the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> corresponding to an area of the text view;
1884
+ <p>Retrieves the <a href="http://library.gnome.org/devel/gdk2/gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> corresponding to an area of the text view;
1791
1885
  possible windows include the overall widget window, child windows
1792
1886
  on the left, right, top, bottom, and the window that displays the
1793
1887
  text buffer. Windows are <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> and nonexistent if their width or
1794
1888
  height is 0, and are nonexistent before the widget has been
1795
1889
  realized.</p>
1796
1890
  <div class="refsect3">
1797
- <a name="id-1.3.11.8.13.22.5"></a><h4>Parameters</h4>
1891
+ <a name="gtk-text-view-get-window.parameters"></a><h4>Parameters</h4>
1798
1892
  <div class="informaltable"><table width="100%" border="0">
1799
1893
  <colgroup>
1800
1894
  <col width="150px" class="parameters_name">
@@ -1816,9 +1910,9 @@ realized.</p>
1816
1910
  </table></div>
1817
1911
  </div>
1818
1912
  <div class="refsect3">
1819
- <a name="id-1.3.11.8.13.22.6"></a><h4>Returns</h4>
1820
- <p> a <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</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>
1821
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1913
+ <a name="gtk-text-view-get-window.returns"></a><h4>Returns</h4>
1914
+ <p> a <a href="http://library.gnome.org/devel/gdk2/gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</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>
1915
+ <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>
1822
1916
  </div>
1823
1917
  </div>
1824
1918
  <hr>
@@ -1826,14 +1920,14 @@ realized.</p>
1826
1920
  <a name="gtk-text-view-get-window-type"></a><h3>gtk_text_view_get_window_type ()</h3>
1827
1921
  <pre class="programlisting"><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="returnvalue">GtkTextWindowType</span></a>
1828
1922
  gtk_text_view_get_window_type (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
1829
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
1923
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk2/gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
1830
1924
  <p>Usually used to find out which window an event corresponds to.
1831
1925
  If you connect to an event signal on <em class="parameter"><code>text_view</code></em>
1832
1926
  , this function
1833
1927
  should be called on <code class="literal">event-&gt;window</code> to
1834
1928
  see which window it was.</p>
1835
1929
  <div class="refsect3">
1836
- <a name="id-1.3.11.8.13.23.5"></a><h4>Parameters</h4>
1930
+ <a name="gtk-text-view-get-window-type.parameters"></a><h4>Parameters</h4>
1837
1931
  <div class="informaltable"><table width="100%" border="0">
1838
1932
  <colgroup>
1839
1933
  <col width="150px" class="parameters_name">
@@ -1855,7 +1949,7 @@ see which window it was.</p>
1855
1949
  </table></div>
1856
1950
  </div>
1857
1951
  <div class="refsect3">
1858
- <a name="id-1.3.11.8.13.23.6"></a><h4>Returns</h4>
1952
+ <a name="gtk-text-view-get-window-type.returns"></a><h4>Returns</h4>
1859
1953
  <p> the window type.</p>
1860
1954
  </div>
1861
1955
  </div>
@@ -1872,9 +1966,9 @@ Automatically destroys the corresponding window if the size is set
1872
1966
  to 0, and creates the window if the size is set to non-zero. This
1873
1967
  function can only be used for the “border windows,” it doesn’t work
1874
1968
  with <a class="link" href="GtkTextView.html#GTK-TEXT-WINDOW-WIDGET:CAPS"><span class="type">GTK_TEXT_WINDOW_WIDGET</span></a>, <a class="link" href="GtkTextView.html#GTK-TEXT-WINDOW-TEXT:CAPS"><span class="type">GTK_TEXT_WINDOW_TEXT</span></a>, or
1875
- <a href="http://library.gnome.org/devel/gtk3/GtkTextView.html#GTK-TEXT-WINDOW-PRIVATE:CAPS"><span class="type">GTK_TEXT_WINDOW_PRIVATE</span></a>.</p>
1969
+ <a href="http://library.gnome.org/devel/gtk2/GtkTextView.html#GTK-TEXT-WINDOW-PRIVATE:CAPS"><span class="type">GTK_TEXT_WINDOW_PRIVATE</span></a>.</p>
1876
1970
  <div class="refsect3">
1877
- <a name="id-1.3.11.8.13.24.5"></a><h4>Parameters</h4>
1971
+ <a name="gtk-text-view-set-border-window-size.parameters"></a><h4>Parameters</h4>
1878
1972
  <div class="informaltable"><table width="100%" border="0">
1879
1973
  <colgroup>
1880
1974
  <col width="150px" class="parameters_name">
@@ -1910,7 +2004,7 @@ gtk_text_view_get_border_window_size (<em class="parameter"><code><a class="link
1910
2004
  <p>Gets the width of the specified border window. See
1911
2005
  <a class="link" href="GtkTextView.html#gtk-text-view-set-border-window-size" title="gtk_text_view_set_border_window_size ()"><code class="function">gtk_text_view_set_border_window_size()</code></a>.</p>
1912
2006
  <div class="refsect3">
1913
- <a name="id-1.3.11.8.13.25.5"></a><h4>Parameters</h4>
2007
+ <a name="gtk-text-view-get-border-window-size.parameters"></a><h4>Parameters</h4>
1914
2008
  <div class="informaltable"><table width="100%" border="0">
1915
2009
  <colgroup>
1916
2010
  <col width="150px" class="parameters_name">
@@ -1932,7 +2026,7 @@ gtk_text_view_get_border_window_size (<em class="parameter"><code><a class="link
1932
2026
  </table></div>
1933
2027
  </div>
1934
2028
  <div class="refsect3">
1935
- <a name="id-1.3.11.8.13.25.6"></a><h4>Returns</h4>
2029
+ <a name="gtk-text-view-get-border-window-size.returns"></a><h4>Returns</h4>
1936
2030
  <p> width of window</p>
1937
2031
  </div>
1938
2032
  </div>
@@ -1952,7 +2046,7 @@ same. Display lines are divided differently for each view, since
1952
2046
  they depend on the view’s width; paragraphs are the same in all
1953
2047
  views, since they depend on the contents of the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.</p>
1954
2048
  <div class="refsect3">
1955
- <a name="id-1.3.11.8.13.26.5"></a><h4>Parameters</h4>
2049
+ <a name="gtk-text-view-forward-display-line.parameters"></a><h4>Parameters</h4>
1956
2050
  <div class="informaltable"><table width="100%" border="0">
1957
2051
  <colgroup>
1958
2052
  <col width="150px" class="parameters_name">
@@ -1974,7 +2068,7 @@ views, since they depend on the contents of the <a class="link" href="GtkTextBuf
1974
2068
  </table></div>
1975
2069
  </div>
1976
2070
  <div class="refsect3">
1977
- <a name="id-1.3.11.8.13.26.6"></a><h4>Returns</h4>
2071
+ <a name="gtk-text-view-forward-display-line.returns"></a><h4>Returns</h4>
1978
2072
  <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 <em class="parameter"><code>iter</code></em>
1979
2073
  was moved and is not on the end iterator</p>
1980
2074
  </div>
@@ -1995,7 +2089,7 @@ same. Display lines are divided differently for each view, since
1995
2089
  they depend on the view’s width; paragraphs are the same in all
1996
2090
  views, since they depend on the contents of the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.</p>
1997
2091
  <div class="refsect3">
1998
- <a name="id-1.3.11.8.13.27.5"></a><h4>Parameters</h4>
2092
+ <a name="gtk-text-view-backward-display-line.parameters"></a><h4>Parameters</h4>
1999
2093
  <div class="informaltable"><table width="100%" border="0">
2000
2094
  <colgroup>
2001
2095
  <col width="150px" class="parameters_name">
@@ -2017,7 +2111,7 @@ views, since they depend on the contents of the <a class="link" href="GtkTextBuf
2017
2111
  </table></div>
2018
2112
  </div>
2019
2113
  <div class="refsect3">
2020
- <a name="id-1.3.11.8.13.27.6"></a><h4>Returns</h4>
2114
+ <a name="gtk-text-view-backward-display-line.returns"></a><h4>Returns</h4>
2021
2115
  <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 <em class="parameter"><code>iter</code></em>
2022
2116
  was moved and is not on the end iterator</p>
2023
2117
  </div>
@@ -2039,7 +2133,7 @@ same. Display lines are divided differently for each view, since
2039
2133
  they depend on the view’s width; paragraphs are the same in all
2040
2134
  views, since they depend on the contents of the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.</p>
2041
2135
  <div class="refsect3">
2042
- <a name="id-1.3.11.8.13.28.5"></a><h4>Parameters</h4>
2136
+ <a name="gtk-text-view-forward-display-line-end.parameters"></a><h4>Parameters</h4>
2043
2137
  <div class="informaltable"><table width="100%" border="0">
2044
2138
  <colgroup>
2045
2139
  <col width="150px" class="parameters_name">
@@ -2061,7 +2155,7 @@ views, since they depend on the contents of the <a class="link" href="GtkTextBuf
2061
2155
  </table></div>
2062
2156
  </div>
2063
2157
  <div class="refsect3">
2064
- <a name="id-1.3.11.8.13.28.6"></a><h4>Returns</h4>
2158
+ <a name="gtk-text-view-forward-display-line-end.returns"></a><h4>Returns</h4>
2065
2159
  <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 <em class="parameter"><code>iter</code></em>
2066
2160
  was moved and is not on the end iterator</p>
2067
2161
  </div>
@@ -2083,7 +2177,7 @@ same. Display lines are divided differently for each view, since
2083
2177
  they depend on the view’s width; paragraphs are the same in all
2084
2178
  views, since they depend on the contents of the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.</p>
2085
2179
  <div class="refsect3">
2086
- <a name="id-1.3.11.8.13.29.5"></a><h4>Parameters</h4>
2180
+ <a name="gtk-text-view-backward-display-line-start.parameters"></a><h4>Parameters</h4>
2087
2181
  <div class="informaltable"><table width="100%" border="0">
2088
2182
  <colgroup>
2089
2183
  <col width="150px" class="parameters_name">
@@ -2105,7 +2199,7 @@ views, since they depend on the contents of the <a class="link" href="GtkTextBuf
2105
2199
  </table></div>
2106
2200
  </div>
2107
2201
  <div class="refsect3">
2108
- <a name="id-1.3.11.8.13.29.6"></a><h4>Returns</h4>
2202
+ <a name="gtk-text-view-backward-display-line-start.returns"></a><h4>Returns</h4>
2109
2203
  <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 <em class="parameter"><code>iter</code></em>
2110
2204
  was moved and is not on the end iterator</p>
2111
2205
  </div>
@@ -2121,7 +2215,7 @@ gtk_text_view_starts_display_line (<em class="parameter"><code><a class="link" h
2121
2215
  See <a class="link" href="GtkTextView.html#gtk-text-view-forward-display-line" title="gtk_text_view_forward_display_line ()"><code class="function">gtk_text_view_forward_display_line()</code></a> for an explanation of
2122
2216
  display lines vs. paragraphs.</p>
2123
2217
  <div class="refsect3">
2124
- <a name="id-1.3.11.8.13.30.5"></a><h4>Parameters</h4>
2218
+ <a name="gtk-text-view-starts-display-line.parameters"></a><h4>Parameters</h4>
2125
2219
  <div class="informaltable"><table width="100%" border="0">
2126
2220
  <colgroup>
2127
2221
  <col width="150px" class="parameters_name">
@@ -2143,7 +2237,7 @@ display lines vs. paragraphs.</p>
2143
2237
  </table></div>
2144
2238
  </div>
2145
2239
  <div class="refsect3">
2146
- <a name="id-1.3.11.8.13.30.6"></a><h4>Returns</h4>
2240
+ <a name="gtk-text-view-starts-display-line.returns"></a><h4>Returns</h4>
2147
2241
  <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 <em class="parameter"><code>iter</code></em>
2148
2242
  begins a wrapped line</p>
2149
2243
  </div>
@@ -2170,7 +2264,7 @@ between logical and visual order will depend on the direction
2170
2264
  of the current run, and there may be jumps when the cursor
2171
2265
  is moved off of the end of a run.</p>
2172
2266
  <div class="refsect3">
2173
- <a name="id-1.3.11.8.13.31.6"></a><h4>Parameters</h4>
2267
+ <a name="gtk-text-view-move-visually.parameters"></a><h4>Parameters</h4>
2174
2268
  <div class="informaltable"><table width="100%" border="0">
2175
2269
  <colgroup>
2176
2270
  <col width="150px" class="parameters_name">
@@ -2198,7 +2292,7 @@ positive moves right)</p></td>
2198
2292
  </table></div>
2199
2293
  </div>
2200
2294
  <div class="refsect3">
2201
- <a name="id-1.3.11.8.13.31.7"></a><h4>Returns</h4>
2295
+ <a name="gtk-text-view-move-visually.returns"></a><h4>Returns</h4>
2202
2296
  <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 <em class="parameter"><code>iter</code></em>
2203
2297
  moved and is not on the end iterator</p>
2204
2298
  </div>
@@ -2213,7 +2307,7 @@ gtk_text_view_add_child_at_anchor (<em class="parameter"><code><a class="link" h
2213
2307
  <p>Adds a child widget in the text buffer, at the given <em class="parameter"><code>anchor</code></em>
2214
2308
  .</p>
2215
2309
  <div class="refsect3">
2216
- <a name="id-1.3.11.8.13.32.5"></a><h4>Parameters</h4>
2310
+ <a name="gtk-text-view-add-child-at-anchor.parameters"></a><h4>Parameters</h4>
2217
2311
  <div class="informaltable"><table width="100%" border="0">
2218
2312
  <colgroup>
2219
2313
  <col width="150px" class="parameters_name">
@@ -2251,7 +2345,7 @@ it into a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span
2251
2345
  To perform the creation and insertion in one step, use the
2252
2346
  convenience function <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-create-child-anchor" title="gtk_text_buffer_create_child_anchor ()"><code class="function">gtk_text_buffer_create_child_anchor()</code></a>.</p>
2253
2347
  <div class="refsect3">
2254
- <a name="id-1.3.11.8.13.33.5"></a><h4>Returns</h4>
2348
+ <a name="gtk-text-child-anchor-new.returns"></a><h4>Returns</h4>
2255
2349
  <p> a new <a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a></p>
2256
2350
  </div>
2257
2351
  </div>
@@ -2263,7 +2357,7 @@ gtk_text_child_anchor_get_widgets (<em class="parameter"><code><a class="link" h
2263
2357
  <p>Gets a list of all widgets anchored at this child anchor.
2264
2358
  The returned list should be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>.</p>
2265
2359
  <div class="refsect3">
2266
- <a name="id-1.3.11.8.13.34.5"></a><h4>Parameters</h4>
2360
+ <a name="gtk-text-child-anchor-get-widgets.parameters"></a><h4>Parameters</h4>
2267
2361
  <div class="informaltable"><table width="100%" border="0">
2268
2362
  <colgroup>
2269
2363
  <col width="150px" class="parameters_name">
@@ -2278,7 +2372,7 @@ The returned list should be freed with <a href="/home/vagrant/ruby-gnome2.win32/
2278
2372
  </table></div>
2279
2373
  </div>
2280
2374
  <div class="refsect3">
2281
- <a name="id-1.3.11.8.13.34.6"></a><h4>Returns</h4>
2375
+ <a name="gtk-text-child-anchor-get-widgets.returns"></a><h4>Returns</h4>
2282
2376
  <p> list of widgets anchored at <em class="parameter"><code>anchor</code></em>
2283
2377
  . </p>
2284
2378
  <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
@@ -2296,7 +2390,7 @@ hold your own reference (with <a href="/home/vagrant/ruby-gnome2.win32/glib2/ven
2296
2390
  to use this function — otherwise all deleted child anchors
2297
2391
  will also be finalized.</p>
2298
2392
  <div class="refsect3">
2299
- <a name="id-1.3.11.8.13.35.5"></a><h4>Parameters</h4>
2393
+ <a name="gtk-text-child-anchor-get-deleted.parameters"></a><h4>Parameters</h4>
2300
2394
  <div class="informaltable"><table width="100%" border="0">
2301
2395
  <colgroup>
2302
2396
  <col width="150px" class="parameters_name">
@@ -2311,7 +2405,7 @@ will also be finalized.</p>
2311
2405
  </table></div>
2312
2406
  </div>
2313
2407
  <div class="refsect3">
2314
- <a name="id-1.3.11.8.13.35.6"></a><h4>Returns</h4>
2408
+ <a name="gtk-text-child-anchor-get-deleted.returns"></a><h4>Returns</h4>
2315
2409
  <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 child anchor has been deleted from its buffer</p>
2316
2410
  </div>
2317
2411
  </div>
@@ -2334,7 +2428,7 @@ irrelevant, the child floats above all scrollable areas. But when
2334
2428
  placing a child in one of the scrollable windows (border windows or
2335
2429
  text window) it will move with the scrolling as needed.</p>
2336
2430
  <div class="refsect3">
2337
- <a name="id-1.3.11.8.13.36.6"></a><h4>Parameters</h4>
2431
+ <a name="gtk-text-view-add-child-in-window.parameters"></a><h4>Parameters</h4>
2338
2432
  <div class="informaltable"><table width="100%" border="0">
2339
2433
  <colgroup>
2340
2434
  <col width="150px" class="parameters_name">
@@ -2381,7 +2475,7 @@ gtk_text_view_move_child (<em class="parameter"><code><a class="link" href="GtkT
2381
2475
  <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> ypos</code></em>);</pre>
2382
2476
  <p>Updates the position of a child, as for <a class="link" href="GtkTextView.html#gtk-text-view-add-child-in-window" title="gtk_text_view_add_child_in_window ()"><code class="function">gtk_text_view_add_child_in_window()</code></a>.</p>
2383
2477
  <div class="refsect3">
2384
- <a name="id-1.3.11.8.13.37.5"></a><h4>Parameters</h4>
2478
+ <a name="gtk-text-view-move-child.parameters"></a><h4>Parameters</h4>
2385
2479
  <div class="informaltable"><table width="100%" border="0">
2386
2480
  <colgroup>
2387
2481
  <col width="150px" class="parameters_name">
@@ -2421,7 +2515,7 @@ gtk_text_view_set_wrap_mode (<em class="parameter"><code><a class="link" href="G
2421
2515
  <em class="parameter"><code><a class="link" href="GtkTextView.html#GtkWrapMode" title="enum GtkWrapMode"><span class="type">GtkWrapMode</span></a> wrap_mode</code></em>);</pre>
2422
2516
  <p>Sets the line wrapping for the view.</p>
2423
2517
  <div class="refsect3">
2424
- <a name="id-1.3.11.8.13.38.5"></a><h4>Parameters</h4>
2518
+ <a name="gtk-text-view-set-wrap-mode.parameters"></a><h4>Parameters</h4>
2425
2519
  <div class="informaltable"><table width="100%" border="0">
2426
2520
  <colgroup>
2427
2521
  <col width="150px" class="parameters_name">
@@ -2450,7 +2544,7 @@ gtk_text_view_set_wrap_mode (<em class="parameter"><code><a class="link" href="G
2450
2544
  gtk_text_view_get_wrap_mode (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
2451
2545
  <p>Gets the line wrapping for the view.</p>
2452
2546
  <div class="refsect3">
2453
- <a name="id-1.3.11.8.13.39.5"></a><h4>Parameters</h4>
2547
+ <a name="gtk-text-view-get-wrap-mode.parameters"></a><h4>Parameters</h4>
2454
2548
  <div class="informaltable"><table width="100%" border="0">
2455
2549
  <colgroup>
2456
2550
  <col width="150px" class="parameters_name">
@@ -2465,7 +2559,7 @@ gtk_text_view_get_wrap_mode (<em class="parameter"><code><a class="link" href="G
2465
2559
  </table></div>
2466
2560
  </div>
2467
2561
  <div class="refsect3">
2468
- <a name="id-1.3.11.8.13.39.6"></a><h4>Returns</h4>
2562
+ <a name="gtk-text-view-get-wrap-mode.returns"></a><h4>Returns</h4>
2469
2563
  <p> the line wrap setting</p>
2470
2564
  </div>
2471
2565
  </div>
@@ -2479,7 +2573,7 @@ gtk_text_view_set_editable (<em class="parameter"><code><a class="link" href="Gt
2479
2573
  this default setting with tags in the buffer, using the “editable”
2480
2574
  attribute of tags.</p>
2481
2575
  <div class="refsect3">
2482
- <a name="id-1.3.11.8.13.40.5"></a><h4>Parameters</h4>
2576
+ <a name="gtk-text-view-set-editable.parameters"></a><h4>Parameters</h4>
2483
2577
  <div class="informaltable"><table width="100%" border="0">
2484
2578
  <colgroup>
2485
2579
  <col width="150px" class="parameters_name">
@@ -2509,7 +2603,7 @@ gtk_text_view_get_editable (<em class="parameter"><code><a class="link" href="Gt
2509
2603
  <p>Returns the default editability of the <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a>. Tags in the
2510
2604
  buffer may override this setting for some ranges of text.</p>
2511
2605
  <div class="refsect3">
2512
- <a name="id-1.3.11.8.13.41.5"></a><h4>Parameters</h4>
2606
+ <a name="gtk-text-view-get-editable.parameters"></a><h4>Parameters</h4>
2513
2607
  <div class="informaltable"><table width="100%" border="0">
2514
2608
  <colgroup>
2515
2609
  <col width="150px" class="parameters_name">
@@ -2524,7 +2618,7 @@ buffer may override this setting for some ranges of text.</p>
2524
2618
  </table></div>
2525
2619
  </div>
2526
2620
  <div class="refsect3">
2527
- <a name="id-1.3.11.8.13.41.6"></a><h4>Returns</h4>
2621
+ <a name="gtk-text-view-get-editable.returns"></a><h4>Returns</h4>
2528
2622
  <p> whether text is editable by default</p>
2529
2623
  </div>
2530
2624
  </div>
@@ -2534,11 +2628,13 @@ buffer may override this setting for some ranges of text.</p>
2534
2628
  <pre class="programlisting"><span class="returnvalue">void</span>
2535
2629
  gtk_text_view_set_cursor_visible (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
2536
2630
  <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> setting</code></em>);</pre>
2537
- <p>Toggles whether the insertion point is displayed. A buffer with no editable
2538
- text probably shouldn’t have a visible cursor, so you may want to turn
2539
- the cursor off.</p>
2631
+ <p>Toggles whether the insertion point should be displayed. A buffer with
2632
+ no editable text probably shouldn’t have a visible cursor, so you may
2633
+ want to turn the cursor off.</p>
2634
+ <p>Note that this property may be overridden by the
2635
+ <span class="type">“gtk-keynave-use-caret”</span> settings.</p>
2540
2636
  <div class="refsect3">
2541
- <a name="id-1.3.11.8.13.42.5"></a><h4>Parameters</h4>
2637
+ <a name="gtk-text-view-set-cursor-visible.parameters"></a><h4>Parameters</h4>
2542
2638
  <div class="informaltable"><table width="100%" border="0">
2543
2639
  <colgroup>
2544
2640
  <col width="150px" class="parameters_name">
@@ -2565,9 +2661,9 @@ the cursor off.</p>
2565
2661
  <a name="gtk-text-view-get-cursor-visible"></a><h3>gtk_text_view_get_cursor_visible ()</h3>
2566
2662
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2567
2663
  gtk_text_view_get_cursor_visible (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
2568
- <p>Find out whether the cursor is being displayed.</p>
2664
+ <p>Find out whether the cursor should be displayed.</p>
2569
2665
  <div class="refsect3">
2570
- <a name="id-1.3.11.8.13.43.5"></a><h4>Parameters</h4>
2666
+ <a name="gtk-text-view-get-cursor-visible.parameters"></a><h4>Parameters</h4>
2571
2667
  <div class="informaltable"><table width="100%" border="0">
2572
2668
  <colgroup>
2573
2669
  <col width="150px" class="parameters_name">
@@ -2582,19 +2678,47 @@ gtk_text_view_get_cursor_visible (<em class="parameter"><code><a class="link" hr
2582
2678
  </table></div>
2583
2679
  </div>
2584
2680
  <div class="refsect3">
2585
- <a name="id-1.3.11.8.13.43.6"></a><h4>Returns</h4>
2681
+ <a name="gtk-text-view-get-cursor-visible.returns"></a><h4>Returns</h4>
2586
2682
  <p> whether the insertion mark is visible</p>
2587
2683
  </div>
2588
2684
  </div>
2589
2685
  <hr>
2590
2686
  <div class="refsect2">
2687
+ <a name="gtk-text-view-reset-cursor-blink"></a><h3>gtk_text_view_reset_cursor_blink ()</h3>
2688
+ <pre class="programlisting"><span class="returnvalue">void</span>
2689
+ gtk_text_view_reset_cursor_blink (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
2690
+ <p>Ensures that the cursor is shown (i.e. not in an 'off' blink
2691
+ interval) and resets the time that it will stay blinking (or
2692
+ visible, in case blinking is disabled).</p>
2693
+ <p>This function should be called in response to user input
2694
+ (e.g. from derived classes that override the textview's
2695
+ <a class="link" href="GtkWidget.html#GtkWidget-key-press-event" title="The “key-press-event” signal"><span class="type">“key-press-event”</span></a> handler).</p>
2696
+ <div class="refsect3">
2697
+ <a name="gtk-text-view-reset-cursor-blink.parameters"></a><h4>Parameters</h4>
2698
+ <div class="informaltable"><table width="100%" border="0">
2699
+ <colgroup>
2700
+ <col width="150px" class="parameters_name">
2701
+ <col class="parameters_description">
2702
+ <col width="200px" class="parameters_annotations">
2703
+ </colgroup>
2704
+ <tbody><tr>
2705
+ <td class="parameter_name"><p>text_view</p></td>
2706
+ <td class="parameter_description"><p>a <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a></p></td>
2707
+ <td class="parameter_annotations"> </td>
2708
+ </tr></tbody>
2709
+ </table></div>
2710
+ </div>
2711
+ <p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
2712
+ </div>
2713
+ <hr>
2714
+ <div class="refsect2">
2591
2715
  <a name="gtk-text-view-set-overwrite"></a><h3>gtk_text_view_set_overwrite ()</h3>
2592
2716
  <pre class="programlisting"><span class="returnvalue">void</span>
2593
2717
  gtk_text_view_set_overwrite (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
2594
2718
  <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> overwrite</code></em>);</pre>
2595
2719
  <p>Changes the <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> overwrite mode.</p>
2596
2720
  <div class="refsect3">
2597
- <a name="id-1.3.11.8.13.44.5"></a><h4>Parameters</h4>
2721
+ <a name="gtk-text-view-set-overwrite.parameters"></a><h4>Parameters</h4>
2598
2722
  <div class="informaltable"><table width="100%" border="0">
2599
2723
  <colgroup>
2600
2724
  <col width="150px" class="parameters_name">
@@ -2624,7 +2748,7 @@ gtk_text_view_set_overwrite (<em class="parameter"><code><a class="link" href="G
2624
2748
  gtk_text_view_get_overwrite (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
2625
2749
  <p>Returns whether the <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> is in overwrite mode or not.</p>
2626
2750
  <div class="refsect3">
2627
- <a name="id-1.3.11.8.13.45.5"></a><h4>Parameters</h4>
2751
+ <a name="gtk-text-view-get-overwrite.parameters"></a><h4>Parameters</h4>
2628
2752
  <div class="informaltable"><table width="100%" border="0">
2629
2753
  <colgroup>
2630
2754
  <col width="150px" class="parameters_name">
@@ -2639,7 +2763,7 @@ gtk_text_view_get_overwrite (<em class="parameter"><code><a class="link" href="G
2639
2763
  </table></div>
2640
2764
  </div>
2641
2765
  <div class="refsect3">
2642
- <a name="id-1.3.11.8.13.45.6"></a><h4>Returns</h4>
2766
+ <a name="gtk-text-view-get-overwrite.returns"></a><h4>Returns</h4>
2643
2767
  <p> whether <em class="parameter"><code>text_view</code></em>
2644
2768
  is in overwrite mode or not.</p>
2645
2769
  </div>
@@ -2656,7 +2780,7 @@ gtk_text_view_set_pixels_above_lines (<em class="parameter"><code><a class="link
2656
2780
  Tags in the buffer for <em class="parameter"><code>text_view</code></em>
2657
2781
  may override the defaults.</p>
2658
2782
  <div class="refsect3">
2659
- <a name="id-1.3.11.8.13.46.5"></a><h4>Parameters</h4>
2783
+ <a name="gtk-text-view-set-pixels-above-lines.parameters"></a><h4>Parameters</h4>
2660
2784
  <div class="informaltable"><table width="100%" border="0">
2661
2785
  <colgroup>
2662
2786
  <col width="150px" class="parameters_name">
@@ -2685,7 +2809,7 @@ Tags in the buffer for <em class="parameter"><code>text_view</code></em>
2685
2809
  gtk_text_view_get_pixels_above_lines (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
2686
2810
  <p>Gets the default number of pixels to put above paragraphs.</p>
2687
2811
  <div class="refsect3">
2688
- <a name="id-1.3.11.8.13.47.5"></a><h4>Parameters</h4>
2812
+ <a name="gtk-text-view-get-pixels-above-lines.parameters"></a><h4>Parameters</h4>
2689
2813
  <div class="informaltable"><table width="100%" border="0">
2690
2814
  <colgroup>
2691
2815
  <col width="150px" class="parameters_name">
@@ -2700,7 +2824,7 @@ gtk_text_view_get_pixels_above_lines (<em class="parameter"><code><a class="link
2700
2824
  </table></div>
2701
2825
  </div>
2702
2826
  <div class="refsect3">
2703
- <a name="id-1.3.11.8.13.47.6"></a><h4>Returns</h4>
2827
+ <a name="gtk-text-view-get-pixels-above-lines.returns"></a><h4>Returns</h4>
2704
2828
  <p> default number of pixels above paragraphs</p>
2705
2829
  </div>
2706
2830
  </div>
@@ -2716,7 +2840,7 @@ to put below paragraphs in <em class="parameter"><code>text_view</code></em>
2716
2840
  by tags applied to <em class="parameter"><code>text_view</code></em>
2717
2841
  ’s buffer.</p>
2718
2842
  <div class="refsect3">
2719
- <a name="id-1.3.11.8.13.48.5"></a><h4>Parameters</h4>
2843
+ <a name="gtk-text-view-set-pixels-below-lines.parameters"></a><h4>Parameters</h4>
2720
2844
  <div class="informaltable"><table width="100%" border="0">
2721
2845
  <colgroup>
2722
2846
  <col width="150px" class="parameters_name">
@@ -2745,7 +2869,7 @@ by tags applied to <em class="parameter"><code>text_view</code></em>
2745
2869
  gtk_text_view_get_pixels_below_lines (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
2746
2870
  <p>Gets the value set by <a class="link" href="GtkTextView.html#gtk-text-view-set-pixels-below-lines" title="gtk_text_view_set_pixels_below_lines ()"><code class="function">gtk_text_view_set_pixels_below_lines()</code></a>.</p>
2747
2871
  <div class="refsect3">
2748
- <a name="id-1.3.11.8.13.49.5"></a><h4>Parameters</h4>
2872
+ <a name="gtk-text-view-get-pixels-below-lines.parameters"></a><h4>Parameters</h4>
2749
2873
  <div class="informaltable"><table width="100%" border="0">
2750
2874
  <colgroup>
2751
2875
  <col width="150px" class="parameters_name">
@@ -2760,7 +2884,7 @@ gtk_text_view_get_pixels_below_lines (<em class="parameter"><code><a class="link
2760
2884
  </table></div>
2761
2885
  </div>
2762
2886
  <div class="refsect3">
2763
- <a name="id-1.3.11.8.13.49.6"></a><h4>Returns</h4>
2887
+ <a name="gtk-text-view-get-pixels-below-lines.returns"></a><h4>Returns</h4>
2764
2888
  <p> default number of blank pixels below paragraphs</p>
2765
2889
  </div>
2766
2890
  </div>
@@ -2775,7 +2899,7 @@ display/wrapped lines within a paragraph. May be overridden by
2775
2899
  tags in <em class="parameter"><code>text_view</code></em>
2776
2900
  ’s buffer.</p>
2777
2901
  <div class="refsect3">
2778
- <a name="id-1.3.11.8.13.50.5"></a><h4>Parameters</h4>
2902
+ <a name="gtk-text-view-set-pixels-inside-wrap.parameters"></a><h4>Parameters</h4>
2779
2903
  <div class="informaltable"><table width="100%" border="0">
2780
2904
  <colgroup>
2781
2905
  <col width="150px" class="parameters_name">
@@ -2804,7 +2928,7 @@ tags in <em class="parameter"><code>text_view</code></em>
2804
2928
  gtk_text_view_get_pixels_inside_wrap (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
2805
2929
  <p>Gets the value set by <a class="link" href="GtkTextView.html#gtk-text-view-set-pixels-inside-wrap" title="gtk_text_view_set_pixels_inside_wrap ()"><code class="function">gtk_text_view_set_pixels_inside_wrap()</code></a>.</p>
2806
2930
  <div class="refsect3">
2807
- <a name="id-1.3.11.8.13.51.5"></a><h4>Parameters</h4>
2931
+ <a name="gtk-text-view-get-pixels-inside-wrap.parameters"></a><h4>Parameters</h4>
2808
2932
  <div class="informaltable"><table width="100%" border="0">
2809
2933
  <colgroup>
2810
2934
  <col width="150px" class="parameters_name">
@@ -2819,7 +2943,7 @@ gtk_text_view_get_pixels_inside_wrap (<em class="parameter"><code><a class="link
2819
2943
  </table></div>
2820
2944
  </div>
2821
2945
  <div class="refsect3">
2822
- <a name="id-1.3.11.8.13.51.6"></a><h4>Returns</h4>
2946
+ <a name="gtk-text-view-get-pixels-inside-wrap.returns"></a><h4>Returns</h4>
2823
2947
  <p> default number of pixels of blank space between wrapped lines</p>
2824
2948
  </div>
2825
2949
  </div>
@@ -2833,7 +2957,7 @@ gtk_text_view_set_justification (<em class="parameter"><code><a class="link" hre
2833
2957
  .
2834
2958
  Tags in the view’s buffer may override the default.</p>
2835
2959
  <div class="refsect3">
2836
- <a name="id-1.3.11.8.13.52.5"></a><h4>Parameters</h4>
2960
+ <a name="gtk-text-view-set-justification.parameters"></a><h4>Parameters</h4>
2837
2961
  <div class="informaltable"><table width="100%" border="0">
2838
2962
  <colgroup>
2839
2963
  <col width="150px" class="parameters_name">
@@ -2864,7 +2988,7 @@ gtk_text_view_get_justification (<em class="parameter"><code><a class="link" hre
2864
2988
  .
2865
2989
  Tags in the buffer may override the default.</p>
2866
2990
  <div class="refsect3">
2867
- <a name="id-1.3.11.8.13.53.5"></a><h4>Parameters</h4>
2991
+ <a name="gtk-text-view-get-justification.parameters"></a><h4>Parameters</h4>
2868
2992
  <div class="informaltable"><table width="100%" border="0">
2869
2993
  <colgroup>
2870
2994
  <col width="150px" class="parameters_name">
@@ -2879,7 +3003,7 @@ Tags in the buffer may override the default.</p>
2879
3003
  </table></div>
2880
3004
  </div>
2881
3005
  <div class="refsect3">
2882
- <a name="id-1.3.11.8.13.53.6"></a><h4>Returns</h4>
3006
+ <a name="gtk-text-view-get-justification.returns"></a><h4>Returns</h4>
2883
3007
  <p> default justification</p>
2884
3008
  </div>
2885
3009
  </div>
@@ -2892,8 +3016,10 @@ gtk_text_view_set_left_margin (<em class="parameter"><code><a class="link" href=
2892
3016
  <p>Sets the default left margin for text in <em class="parameter"><code>text_view</code></em>
2893
3017
  .
2894
3018
  Tags in the buffer may override the default.</p>
3019
+ <p>Note that this function is confusingly named.
3020
+ In CSS terms, the value set here is padding.</p>
2895
3021
  <div class="refsect3">
2896
- <a name="id-1.3.11.8.13.54.5"></a><h4>Parameters</h4>
3022
+ <a name="gtk-text-view-set-left-margin.parameters"></a><h4>Parameters</h4>
2897
3023
  <div class="informaltable"><table width="100%" border="0">
2898
3024
  <colgroup>
2899
3025
  <col width="150px" class="parameters_name">
@@ -2924,7 +3050,7 @@ gtk_text_view_get_left_margin (<em class="parameter"><code><a class="link" href=
2924
3050
  .
2925
3051
  Tags in the buffer may override the default.</p>
2926
3052
  <div class="refsect3">
2927
- <a name="id-1.3.11.8.13.55.5"></a><h4>Parameters</h4>
3053
+ <a name="gtk-text-view-get-left-margin.parameters"></a><h4>Parameters</h4>
2928
3054
  <div class="informaltable"><table width="100%" border="0">
2929
3055
  <colgroup>
2930
3056
  <col width="150px" class="parameters_name">
@@ -2939,7 +3065,7 @@ Tags in the buffer may override the default.</p>
2939
3065
  </table></div>
2940
3066
  </div>
2941
3067
  <div class="refsect3">
2942
- <a name="id-1.3.11.8.13.55.6"></a><h4>Returns</h4>
3068
+ <a name="gtk-text-view-get-left-margin.returns"></a><h4>Returns</h4>
2943
3069
  <p> left margin in pixels</p>
2944
3070
  </div>
2945
3071
  </div>
@@ -2951,8 +3077,10 @@ gtk_text_view_set_right_margin (<em class="parameter"><code><a class="link" href
2951
3077
  <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> right_margin</code></em>);</pre>
2952
3078
  <p>Sets the default right margin for text in the text view.
2953
3079
  Tags in the buffer may override the default.</p>
3080
+ <p>Note that this function is confusingly named.
3081
+ In CSS terms, the value set here is padding.</p>
2954
3082
  <div class="refsect3">
2955
- <a name="id-1.3.11.8.13.56.5"></a><h4>Parameters</h4>
3083
+ <a name="gtk-text-view-set-right-margin.parameters"></a><h4>Parameters</h4>
2956
3084
  <div class="informaltable"><table width="100%" border="0">
2957
3085
  <colgroup>
2958
3086
  <col width="150px" class="parameters_name">
@@ -2983,7 +3111,7 @@ gtk_text_view_get_right_margin (<em class="parameter"><code><a class="link" href
2983
3111
  . Tags
2984
3112
  in the buffer may override the default.</p>
2985
3113
  <div class="refsect3">
2986
- <a name="id-1.3.11.8.13.57.5"></a><h4>Parameters</h4>
3114
+ <a name="gtk-text-view-get-right-margin.parameters"></a><h4>Parameters</h4>
2987
3115
  <div class="informaltable"><table width="100%" border="0">
2988
3116
  <colgroup>
2989
3117
  <col width="150px" class="parameters_name">
@@ -2998,12 +3126,136 @@ in the buffer may override the default.</p>
2998
3126
  </table></div>
2999
3127
  </div>
3000
3128
  <div class="refsect3">
3001
- <a name="id-1.3.11.8.13.57.6"></a><h4>Returns</h4>
3129
+ <a name="gtk-text-view-get-right-margin.returns"></a><h4>Returns</h4>
3002
3130
  <p> right margin in pixels</p>
3003
3131
  </div>
3004
3132
  </div>
3005
3133
  <hr>
3006
3134
  <div class="refsect2">
3135
+ <a name="gtk-text-view-set-top-margin"></a><h3>gtk_text_view_set_top_margin ()</h3>
3136
+ <pre class="programlisting"><span class="returnvalue">void</span>
3137
+ gtk_text_view_set_top_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
3138
+ <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> top_margin</code></em>);</pre>
3139
+ <p>Sets the top margin for text in <em class="parameter"><code>text_view</code></em>
3140
+ .</p>
3141
+ <p>Note that this function is confusingly named.
3142
+ In CSS terms, the value set here is padding.</p>
3143
+ <div class="refsect3">
3144
+ <a name="gtk-text-view-set-top-margin.parameters"></a><h4>Parameters</h4>
3145
+ <div class="informaltable"><table width="100%" border="0">
3146
+ <colgroup>
3147
+ <col width="150px" class="parameters_name">
3148
+ <col class="parameters_description">
3149
+ <col width="200px" class="parameters_annotations">
3150
+ </colgroup>
3151
+ <tbody>
3152
+ <tr>
3153
+ <td class="parameter_name"><p>text_view</p></td>
3154
+ <td class="parameter_description"><p>a <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a></p></td>
3155
+ <td class="parameter_annotations"> </td>
3156
+ </tr>
3157
+ <tr>
3158
+ <td class="parameter_name"><p>top_margin</p></td>
3159
+ <td class="parameter_description"><p>top margin in pixels</p></td>
3160
+ <td class="parameter_annotations"> </td>
3161
+ </tr>
3162
+ </tbody>
3163
+ </table></div>
3164
+ </div>
3165
+ <p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
3166
+ </div>
3167
+ <hr>
3168
+ <div class="refsect2">
3169
+ <a name="gtk-text-view-get-top-margin"></a><h3>gtk_text_view_get_top_margin ()</h3>
3170
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
3171
+ gtk_text_view_get_top_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
3172
+ <p>Gets the top margin for text in the <em class="parameter"><code>text_view</code></em>
3173
+ .</p>
3174
+ <div class="refsect3">
3175
+ <a name="gtk-text-view-get-top-margin.parameters"></a><h4>Parameters</h4>
3176
+ <div class="informaltable"><table width="100%" border="0">
3177
+ <colgroup>
3178
+ <col width="150px" class="parameters_name">
3179
+ <col class="parameters_description">
3180
+ <col width="200px" class="parameters_annotations">
3181
+ </colgroup>
3182
+ <tbody><tr>
3183
+ <td class="parameter_name"><p>text_view</p></td>
3184
+ <td class="parameter_description"><p>a <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a></p></td>
3185
+ <td class="parameter_annotations"> </td>
3186
+ </tr></tbody>
3187
+ </table></div>
3188
+ </div>
3189
+ <div class="refsect3">
3190
+ <a name="gtk-text-view-get-top-margin.returns"></a><h4>Returns</h4>
3191
+ <p> top margin in pixels</p>
3192
+ </div>
3193
+ <p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
3194
+ </div>
3195
+ <hr>
3196
+ <div class="refsect2">
3197
+ <a name="gtk-text-view-set-bottom-margin"></a><h3>gtk_text_view_set_bottom_margin ()</h3>
3198
+ <pre class="programlisting"><span class="returnvalue">void</span>
3199
+ gtk_text_view_set_bottom_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
3200
+ <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> bottom_margin</code></em>);</pre>
3201
+ <p>Sets the bottom margin for text in <em class="parameter"><code>text_view</code></em>
3202
+ .</p>
3203
+ <p>Note that this function is confusingly named.
3204
+ In CSS terms, the value set here is padding.</p>
3205
+ <div class="refsect3">
3206
+ <a name="gtk-text-view-set-bottom-margin.parameters"></a><h4>Parameters</h4>
3207
+ <div class="informaltable"><table width="100%" border="0">
3208
+ <colgroup>
3209
+ <col width="150px" class="parameters_name">
3210
+ <col class="parameters_description">
3211
+ <col width="200px" class="parameters_annotations">
3212
+ </colgroup>
3213
+ <tbody>
3214
+ <tr>
3215
+ <td class="parameter_name"><p>text_view</p></td>
3216
+ <td class="parameter_description"><p>a <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a></p></td>
3217
+ <td class="parameter_annotations"> </td>
3218
+ </tr>
3219
+ <tr>
3220
+ <td class="parameter_name"><p>bottom_margin</p></td>
3221
+ <td class="parameter_description"><p>bottom margin in pixels</p></td>
3222
+ <td class="parameter_annotations"> </td>
3223
+ </tr>
3224
+ </tbody>
3225
+ </table></div>
3226
+ </div>
3227
+ <p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
3228
+ </div>
3229
+ <hr>
3230
+ <div class="refsect2">
3231
+ <a name="gtk-text-view-get-bottom-margin"></a><h3>gtk_text_view_get_bottom_margin ()</h3>
3232
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
3233
+ gtk_text_view_get_bottom_margin (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
3234
+ <p>Gets the bottom margin for text in the <em class="parameter"><code>text_view</code></em>
3235
+ .</p>
3236
+ <div class="refsect3">
3237
+ <a name="gtk-text-view-get-bottom-margin.parameters"></a><h4>Parameters</h4>
3238
+ <div class="informaltable"><table width="100%" border="0">
3239
+ <colgroup>
3240
+ <col width="150px" class="parameters_name">
3241
+ <col class="parameters_description">
3242
+ <col width="200px" class="parameters_annotations">
3243
+ </colgroup>
3244
+ <tbody><tr>
3245
+ <td class="parameter_name"><p>text_view</p></td>
3246
+ <td class="parameter_description"><p>a <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a></p></td>
3247
+ <td class="parameter_annotations"> </td>
3248
+ </tr></tbody>
3249
+ </table></div>
3250
+ </div>
3251
+ <div class="refsect3">
3252
+ <a name="gtk-text-view-get-bottom-margin.returns"></a><h4>Returns</h4>
3253
+ <p> bottom margin in pixels</p>
3254
+ </div>
3255
+ <p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
3256
+ </div>
3257
+ <hr>
3258
+ <div class="refsect2">
3007
3259
  <a name="gtk-text-view-set-indent"></a><h3>gtk_text_view_set_indent ()</h3>
3008
3260
  <pre class="programlisting"><span class="returnvalue">void</span>
3009
3261
  gtk_text_view_set_indent (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
@@ -3012,7 +3264,7 @@ gtk_text_view_set_indent (<em class="parameter"><code><a class="link" href="GtkT
3012
3264
  .
3013
3265
  Tags in the buffer may override the default.</p>
3014
3266
  <div class="refsect3">
3015
- <a name="id-1.3.11.8.13.58.5"></a><h4>Parameters</h4>
3267
+ <a name="gtk-text-view-set-indent.parameters"></a><h4>Parameters</h4>
3016
3268
  <div class="informaltable"><table width="100%" border="0">
3017
3269
  <colgroup>
3018
3270
  <col width="150px" class="parameters_name">
@@ -3044,7 +3296,7 @@ gtk_text_view_get_indent (<em class="parameter"><code><a class="link" href="GtkT
3044
3296
  Tags in the view’s buffer may override the default.
3045
3297
  The indentation may be negative.</p>
3046
3298
  <div class="refsect3">
3047
- <a name="id-1.3.11.8.13.59.5"></a><h4>Parameters</h4>
3299
+ <a name="gtk-text-view-get-indent.parameters"></a><h4>Parameters</h4>
3048
3300
  <div class="informaltable"><table width="100%" border="0">
3049
3301
  <colgroup>
3050
3302
  <col width="150px" class="parameters_name">
@@ -3059,7 +3311,7 @@ The indentation may be negative.</p>
3059
3311
  </table></div>
3060
3312
  </div>
3061
3313
  <div class="refsect3">
3062
- <a name="id-1.3.11.8.13.59.6"></a><h4>Returns</h4>
3314
+ <a name="gtk-text-view-get-indent.returns"></a><h4>Returns</h4>
3063
3315
  <p> number of pixels of indentation</p>
3064
3316
  </div>
3065
3317
  </div>
@@ -3068,12 +3320,12 @@ The indentation may be negative.</p>
3068
3320
  <a name="gtk-text-view-set-tabs"></a><h3>gtk_text_view_set_tabs ()</h3>
3069
3321
  <pre class="programlisting"><span class="returnvalue">void</span>
3070
3322
  gtk_text_view_set_tabs (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
3071
- <em class="parameter"><code><span class="type">PangoTabArray</span> *tabs</code></em>);</pre>
3323
+ <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray-struct"><span class="type">PangoTabArray</span></a> *tabs</code></em>);</pre>
3072
3324
  <p>Sets the default tab stops for paragraphs in <em class="parameter"><code>text_view</code></em>
3073
3325
  .
3074
3326
  Tags in the buffer may override the default.</p>
3075
3327
  <div class="refsect3">
3076
- <a name="id-1.3.11.8.13.60.5"></a><h4>Parameters</h4>
3328
+ <a name="gtk-text-view-set-tabs.parameters"></a><h4>Parameters</h4>
3077
3329
  <div class="informaltable"><table width="100%" border="0">
3078
3330
  <colgroup>
3079
3331
  <col width="150px" class="parameters_name">
@@ -3088,7 +3340,7 @@ Tags in the buffer may override the default.</p>
3088
3340
  </tr>
3089
3341
  <tr>
3090
3342
  <td class="parameter_name"><p>tabs</p></td>
3091
- <td class="parameter_description"><p>tabs as a <span class="type">PangoTabArray</span></p></td>
3343
+ <td class="parameter_description"><p>tabs as a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray-struct"><span class="type">PangoTabArray</span></a></p></td>
3092
3344
  <td class="parameter_annotations"> </td>
3093
3345
  </tr>
3094
3346
  </tbody>
@@ -3098,15 +3350,15 @@ Tags in the buffer may override the default.</p>
3098
3350
  <hr>
3099
3351
  <div class="refsect2">
3100
3352
  <a name="gtk-text-view-get-tabs"></a><h3>gtk_text_view_get_tabs ()</h3>
3101
- <pre class="programlisting"><span class="returnvalue">PangoTabArray</span> *
3353
+ <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray-struct"><span class="returnvalue">PangoTabArray</span></a> *
3102
3354
  gtk_text_view_get_tabs (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
3103
3355
  <p>Gets the default tabs for <em class="parameter"><code>text_view</code></em>
3104
3356
  . Tags in the buffer may
3105
3357
  override the defaults. The returned array will be <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
3106
3358
  “standard” (8-space) tabs are used. Free the return value
3107
- with <code class="function">pango_tab_array_free()</code>.</p>
3359
+ with <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#pango-tab-array-free"><code class="function">pango_tab_array_free()</code></a>.</p>
3108
3360
  <div class="refsect3">
3109
- <a name="id-1.3.11.8.13.61.5"></a><h4>Parameters</h4>
3361
+ <a name="gtk-text-view-get-tabs.parameters"></a><h4>Parameters</h4>
3110
3362
  <div class="informaltable"><table width="100%" border="0">
3111
3363
  <colgroup>
3112
3364
  <col width="150px" class="parameters_name">
@@ -3121,9 +3373,10 @@ with <code class="function">pango_tab_array_free()</code>.</p>
3121
3373
  </table></div>
3122
3374
  </div>
3123
3375
  <div class="refsect3">
3124
- <a name="id-1.3.11.8.13.61.6"></a><h4>Returns</h4>
3125
- <p> copy of default tab array, 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 “standard”
3126
- tabs are used; must be freed with <code class="function">pango_tab_array_free()</code>.</p>
3376
+ <a name="gtk-text-view-get-tabs.returns"></a><h4>Returns</h4>
3377
+ <p> copy of default tab array, 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
3378
+ “standard" tabs are used; must be freed with <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#pango-tab-array-free"><code class="function">pango_tab_array_free()</code></a>. </p>
3379
+ <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="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
3127
3380
  </div>
3128
3381
  </div>
3129
3382
  <hr>
@@ -3139,7 +3392,7 @@ If <em class="parameter"><code>accepts_tab</code></em>
3139
3392
  is <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> the keyboard focus is moved to the next widget in the focus
3140
3393
  chain.</p>
3141
3394
  <div class="refsect3">
3142
- <a name="id-1.3.11.8.13.62.5"></a><h4>Parameters</h4>
3395
+ <a name="gtk-text-view-set-accepts-tab.parameters"></a><h4>Parameters</h4>
3143
3396
  <div class="informaltable"><table width="100%" border="0">
3144
3397
  <colgroup>
3145
3398
  <col width="150px" class="parameters_name">
@@ -3172,7 +3425,7 @@ gtk_text_view_get_accepts_tab (<em class="parameter"><code><a class="link" href=
3172
3425
  <p>Returns whether pressing the Tab key inserts a tab characters.
3173
3426
  <a class="link" href="GtkTextView.html#gtk-text-view-set-accepts-tab" title="gtk_text_view_set_accepts_tab ()"><code class="function">gtk_text_view_set_accepts_tab()</code></a>.</p>
3174
3427
  <div class="refsect3">
3175
- <a name="id-1.3.11.8.13.63.5"></a><h4>Parameters</h4>
3428
+ <a name="gtk-text-view-get-accepts-tab.parameters"></a><h4>Parameters</h4>
3176
3429
  <div class="informaltable"><table width="100%" border="0">
3177
3430
  <colgroup>
3178
3431
  <col width="150px" class="parameters_name">
@@ -3187,7 +3440,7 @@ gtk_text_view_get_accepts_tab (<em class="parameter"><code><a class="link" href=
3187
3440
  </table></div>
3188
3441
  </div>
3189
3442
  <div class="refsect3">
3190
- <a name="id-1.3.11.8.13.63.6"></a><h4>Returns</h4>
3443
+ <a name="gtk-text-view-get-accepts-tab.returns"></a><h4>Returns</h4>
3191
3444
  <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 pressing the Tab key inserts a tab character,
3192
3445
  <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> if pressing the Tab key moves the keyboard focus.</p>
3193
3446
  </div>
@@ -3206,7 +3459,7 @@ attributes in effect at a given text position.</p>
3206
3459
  <p>The return value is a copy owned by the caller of this function,
3207
3460
  and should be freed with <a class="link" href="GtkTextTag.html#gtk-text-attributes-unref" title="gtk_text_attributes_unref ()"><code class="function">gtk_text_attributes_unref()</code></a>.</p>
3208
3461
  <div class="refsect3">
3209
- <a name="id-1.3.11.8.13.64.6"></a><h4>Parameters</h4>
3462
+ <a name="gtk-text-view-get-default-attributes.parameters"></a><h4>Parameters</h4>
3210
3463
  <div class="informaltable"><table width="100%" border="0">
3211
3464
  <colgroup>
3212
3465
  <col width="150px" class="parameters_name">
@@ -3221,7 +3474,7 @@ and should be freed with <a class="link" href="GtkTextTag.html#gtk-text-attribut
3221
3474
  </table></div>
3222
3475
  </div>
3223
3476
  <div class="refsect3">
3224
- <a name="id-1.3.11.8.13.64.7"></a><h4>Returns</h4>
3477
+ <a name="gtk-text-view-get-default-attributes.returns"></a><h4>Returns</h4>
3225
3478
  <p> a new <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="struct GtkTextAttributes"><span class="type">GtkTextAttributes</span></a></p>
3226
3479
  </div>
3227
3480
  </div>
@@ -3231,7 +3484,7 @@ and should be freed with <a class="link" href="GtkTextTag.html#gtk-text-attribut
3231
3484
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3232
3485
  gtk_text_view_im_context_filter_keypress
3233
3486
  (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
3234
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
3487
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
3235
3488
  <p>Allow the <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> input method to internally handle key press
3236
3489
  and release events. If this function returns <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>, then no further
3237
3490
  processing should be done for this key event. See
@@ -3279,7 +3532,7 @@ and the default key event handling of the <a class="link" href="GtkTextView.html
3279
3532
 
3280
3533
  <p></p>
3281
3534
  <div class="refsect3">
3282
- <a name="id-1.3.11.8.13.65.8"></a><h4>Parameters</h4>
3535
+ <a name="gtk-text-view-im-context-filter-keypress.parameters"></a><h4>Parameters</h4>
3283
3536
  <div class="informaltable"><table width="100%" border="0">
3284
3537
  <colgroup>
3285
3538
  <col width="150px" class="parameters_name">
@@ -3301,7 +3554,7 @@ and the default key event handling of the <a class="link" href="GtkTextView.html
3301
3554
  </table></div>
3302
3555
  </div>
3303
3556
  <div class="refsect3">
3304
- <a name="id-1.3.11.8.13.65.9"></a><h4>Returns</h4>
3557
+ <a name="gtk-text-view-im-context-filter-keypress.returns"></a><h4>Returns</h4>
3305
3558
  <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 input method handled the key event.</p>
3306
3559
  </div>
3307
3560
  <p class="since">Since: 2.22</p>
@@ -3315,7 +3568,7 @@ gtk_text_view_reset_im_context (<em class="parameter"><code><a class="link" href
3315
3568
  <p>This can be necessary in the case where modifying the buffer
3316
3569
  would confuse on-going input method behavior.</p>
3317
3570
  <div class="refsect3">
3318
- <a name="id-1.3.11.8.13.66.6"></a><h4>Parameters</h4>
3571
+ <a name="gtk-text-view-reset-im-context.parameters"></a><h4>Parameters</h4>
3319
3572
  <div class="informaltable"><table width="100%" border="0">
3320
3573
  <colgroup>
3321
3574
  <col width="150px" class="parameters_name">
@@ -3341,7 +3594,7 @@ gtk_text_view_set_input_purpose (<em class="parameter"><code><a class="link" hre
3341
3594
  can be used by on-screen keyboards and other input
3342
3595
  methods to adjust their behaviour.</p>
3343
3596
  <div class="refsect3">
3344
- <a name="id-1.3.11.8.13.67.5"></a><h4>Parameters</h4>
3597
+ <a name="gtk-text-view-set-input-purpose.parameters"></a><h4>Parameters</h4>
3345
3598
  <div class="informaltable"><table width="100%" border="0">
3346
3599
  <colgroup>
3347
3600
  <col width="150px" class="parameters_name">
@@ -3371,7 +3624,7 @@ methods to adjust their behaviour.</p>
3371
3624
  gtk_text_view_get_input_purpose (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
3372
3625
  <p>Gets the value of the <a class="link" href="GtkTextView.html#GtkTextView--input-purpose" title="The “input-purpose” property"><span class="type">“input-purpose”</span></a> property.</p>
3373
3626
  <div class="refsect3">
3374
- <a name="id-1.3.11.8.13.68.5"></a><h4>Parameters</h4>
3627
+ <a name="gtk-text-view-get-input-purpose.parameters"></a><h4>Parameters</h4>
3375
3628
  <div class="informaltable"><table width="100%" border="0">
3376
3629
  <colgroup>
3377
3630
  <col width="150px" class="parameters_name">
@@ -3396,7 +3649,7 @@ gtk_text_view_set_input_hints (<em class="parameter"><code><a class="link" href=
3396
3649
  <p>Sets the <a class="link" href="GtkTextView.html#GtkTextView--input-hints" title="The “input-hints” property"><span class="type">“input-hints”</span></a> property, which
3397
3650
  allows input methods to fine-tune their behaviour.</p>
3398
3651
  <div class="refsect3">
3399
- <a name="id-1.3.11.8.13.69.5"></a><h4>Parameters</h4>
3652
+ <a name="gtk-text-view-set-input-hints.parameters"></a><h4>Parameters</h4>
3400
3653
  <div class="informaltable"><table width="100%" border="0">
3401
3654
  <colgroup>
3402
3655
  <col width="150px" class="parameters_name">
@@ -3426,7 +3679,7 @@ allows input methods to fine-tune their behaviour.</p>
3426
3679
  gtk_text_view_get_input_hints (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>);</pre>
3427
3680
  <p>Gets the value of the <a class="link" href="GtkTextView.html#GtkTextView--input-hints" title="The “input-hints” property"><span class="type">“input-hints”</span></a> property.</p>
3428
3681
  <div class="refsect3">
3429
- <a name="id-1.3.11.8.13.70.5"></a><h4>Parameters</h4>
3682
+ <a name="gtk-text-view-get-input-hints.parameters"></a><h4>Parameters</h4>
3430
3683
  <div class="informaltable"><table width="100%" border="0">
3431
3684
  <colgroup>
3432
3685
  <col width="150px" class="parameters_name">
@@ -3452,7 +3705,7 @@ gtk_text_view_set_monospace (<em class="parameter"><code><a class="link" href="G
3452
3705
  indicates that the text view should use monospace
3453
3706
  fonts.</p>
3454
3707
  <div class="refsect3">
3455
- <a name="id-1.3.11.8.13.71.5"></a><h4>Parameters</h4>
3708
+ <a name="gtk-text-view-set-monospace.parameters"></a><h4>Parameters</h4>
3456
3709
  <div class="informaltable"><table width="100%" border="0">
3457
3710
  <colgroup>
3458
3711
  <col width="150px" class="parameters_name">
@@ -3483,7 +3736,7 @@ gtk_text_view_get_monospace (<em class="parameter"><code><a class="link" href="G
3483
3736
  <p>Gets the value of the <a class="link" href="GtkTextView.html#GtkTextView--monospace" title="The “monospace” property"><span class="type">“monospace”</span></a> property.</p>
3484
3737
  <p>Return: <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 monospace fonts are desired</p>
3485
3738
  <div class="refsect3">
3486
- <a name="id-1.3.11.8.13.72.6"></a><h4>Parameters</h4>
3739
+ <a name="gtk-text-view-get-monospace.parameters"></a><h4>Parameters</h4>
3487
3740
  <div class="informaltable"><table width="100%" border="0">
3488
3741
  <colgroup>
3489
3742
  <col width="150px" class="parameters_name">
@@ -3499,14 +3752,6 @@ gtk_text_view_get_monospace (<em class="parameter"><code><a class="link" href="G
3499
3752
  </div>
3500
3753
  <p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
3501
3754
  </div>
3502
- <hr>
3503
- <div class="refsect2">
3504
- <a name="GTK-TEXT-VIEW-PRIORITY-VALIDATE:CAPS"></a><h3>GTK_TEXT_VIEW_PRIORITY_VALIDATE</h3>
3505
- <pre class="programlisting">#define GTK_TEXT_VIEW_PRIORITY_VALIDATE (GDK_PRIORITY_REDRAW + 5)
3506
- </pre>
3507
- <p>The priority at which the text view validates onscreen lines
3508
- in an idle job in the background.</p>
3509
- </div>
3510
3755
  </div>
3511
3756
  <div class="refsect1">
3512
3757
  <a name="GtkTextView.other_details"></a><h2>Types and Values</h2>
@@ -3551,7 +3796,7 @@ in an idle job in the background.</p>
3551
3796
  };
3552
3797
  </pre>
3553
3798
  <div class="refsect3">
3554
- <a name="id-1.3.11.8.14.3.4"></a><h4>Members</h4>
3799
+ <a name="GtkTextViewClass.members"></a><h4>Members</h4>
3555
3800
  <div class="informaltable"><table width="100%" border="0">
3556
3801
  <colgroup>
3557
3802
  <col width="300px" class="struct_members_name">
@@ -3560,11 +3805,6 @@ in an idle job in the background.</p>
3560
3805
  </colgroup>
3561
3806
  <tbody>
3562
3807
  <tr>
3563
- <td class="struct_member_name"><p><a class="link" href="GtkContainer.html#GtkContainerClass" title="struct GtkContainerClass"><span class="type">GtkContainerClass</span></a> <em class="structfield"><code><a name="GtkTextViewClass.parent-class"></a>parent_class</code></em>;</p></td>
3564
- <td class="struct_member_description"><p>The object class structure needs to be the first</p></td>
3565
- <td class="struct_member_annotations"> </td>
3566
- </tr>
3567
- <tr>
3568
3808
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GtkTextViewClass.populate-popup"></a>populate_popup</code></em> ()</p></td>
3569
3809
  <td class="struct_member_description"><p>The class handler for the <a class="link" href="GtkTextView.html#GtkTextView-populate-popup" title="The “populate-popup” signal"><span class="type">“populate-popup”</span></a>
3570
3810
  signal.</p></td>
@@ -3636,13 +3876,17 @@ for the text view. The default implementation is to just call
3636
3876
  <td class="struct_member_description"><p>The draw_layer vfunc is called before and after the text
3637
3877
  view is drawing its own text. Applications can override this vfunc
3638
3878
  in a subclass to draw customized content underneath or above the
3639
- text. Since: 3.14</p></td>
3879
+ text. In the <a class="link" href="GtkTextView.html#GTK-TEXT-VIEW-LAYER-BELOW-TEXT:CAPS"><code class="literal">GTK_TEXT_VIEW_LAYER_BELOW_TEXT</code></a> and <a class="link" href="GtkTextView.html#GTK-TEXT-VIEW-LAYER-ABOVE-TEXT:CAPS"><code class="literal">GTK_TEXT_VIEW_LAYER_ABOVE_TEXT</code></a>
3880
+ the drawing is done in the buffer coordinate space, but the older (deprecated)
3881
+ layers <a class="link" href="GtkTextView.html#GTK-TEXT-VIEW-LAYER-BELOW:CAPS"><code class="literal">GTK_TEXT_VIEW_LAYER_BELOW</code></a> and <a class="link" href="GtkTextView.html#GTK-TEXT-VIEW-LAYER-ABOVE:CAPS"><code class="literal">GTK_TEXT_VIEW_LAYER_ABOVE</code></a> work in viewport
3882
+ coordinates, which makes them unnecessarily hard to use. Since: 3.14</p></td>
3640
3883
  <td class="struct_member_annotations"> </td>
3641
3884
  </tr>
3642
3885
  <tr>
3643
3886
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GtkTextViewClass.extend-selection"></a>extend_selection</code></em> ()</p></td>
3644
- <td> </td>
3645
- <td> </td>
3887
+ <td class="struct_member_description"><p>The class handler for the <a class="link" href="GtkTextView.html#GtkTextView-extend-selection" title="The “extend-selection” signal"><span class="type">“extend-selection”</span></a>
3888
+ signal. Since 3.16</p></td>
3889
+ <td class="struct_member_annotations"> </td>
3646
3890
  </tr>
3647
3891
  </tbody>
3648
3892
  </table></div>
@@ -3654,7 +3898,7 @@ text. Since: 3.14</p></td>
3654
3898
  <p>Used to reference the layers of <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> for the purpose of customized
3655
3899
  drawing with the ::draw_layer vfunc.</p>
3656
3900
  <div class="refsect3">
3657
- <a name="id-1.3.11.8.14.4.4"></a><h4>Members</h4>
3901
+ <a name="GtkTextViewLayer.members"></a><h4>Members</h4>
3658
3902
  <div class="informaltable"><table width="100%" border="0">
3659
3903
  <colgroup>
3660
3904
  <col width="300px" class="enum_members_name">
@@ -3665,14 +3909,28 @@ drawing with the ::draw_layer vfunc.</p>
3665
3909
  <tr>
3666
3910
  <td class="enum_member_name"><p><a name="GTK-TEXT-VIEW-LAYER-BELOW:CAPS"></a>GTK_TEXT_VIEW_LAYER_BELOW</p></td>
3667
3911
  <td class="enum_member_description">
3668
- <p>The layer rendered below the text (but above the background).</p>
3912
+ <p>Old deprecated layer, use <a class="link" href="GtkTextView.html#GTK-TEXT-VIEW-LAYER-BELOW-TEXT:CAPS"><code class="literal">GTK_TEXT_VIEW_LAYER_BELOW_TEXT</code></a> instead</p>
3669
3913
  </td>
3670
3914
  <td class="enum_member_annotations"> </td>
3671
3915
  </tr>
3672
3916
  <tr>
3673
3917
  <td class="enum_member_name"><p><a name="GTK-TEXT-VIEW-LAYER-ABOVE:CAPS"></a>GTK_TEXT_VIEW_LAYER_ABOVE</p></td>
3674
3918
  <td class="enum_member_description">
3675
- <p>The layer rendered above the text.</p>
3919
+ <p>Old deprecated layer, use <a class="link" href="GtkTextView.html#GTK-TEXT-VIEW-LAYER-ABOVE-TEXT:CAPS"><code class="literal">GTK_TEXT_VIEW_LAYER_ABOVE_TEXT</code></a> instead</p>
3920
+ </td>
3921
+ <td class="enum_member_annotations"> </td>
3922
+ </tr>
3923
+ <tr>
3924
+ <td class="enum_member_name"><p><a name="GTK-TEXT-VIEW-LAYER-BELOW-TEXT:CAPS"></a>GTK_TEXT_VIEW_LAYER_BELOW_TEXT</p></td>
3925
+ <td class="enum_member_description">
3926
+ <p>The layer rendered below the text (but above the background). Since: 3.20</p>
3927
+ </td>
3928
+ <td class="enum_member_annotations"> </td>
3929
+ </tr>
3930
+ <tr>
3931
+ <td class="enum_member_name"><p><a name="GTK-TEXT-VIEW-LAYER-ABOVE-TEXT:CAPS"></a>GTK_TEXT_VIEW_LAYER_ABOVE_TEXT</p></td>
3932
+ <td class="enum_member_description">
3933
+ <p>The layer rendered above the text. Since: 3.20</p>
3676
3934
  </td>
3677
3935
  <td class="enum_member_annotations"> </td>
3678
3936
  </tr>
@@ -3685,7 +3943,7 @@ drawing with the ::draw_layer vfunc.</p>
3685
3943
  <a name="GtkTextWindowType"></a><h3>enum GtkTextWindowType</h3>
3686
3944
  <p>Used to reference the parts of <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a>.</p>
3687
3945
  <div class="refsect3">
3688
- <a name="id-1.3.11.8.14.5.4"></a><h4>Members</h4>
3946
+ <a name="GtkTextWindowType.members"></a><h4>Members</h4>
3689
3947
  <div class="informaltable"><table width="100%" border="0">
3690
3948
  <colgroup>
3691
3949
  <col width="300px" class="enum_members_name">
@@ -3745,7 +4003,7 @@ drawing with the ::draw_layer vfunc.</p>
3745
4003
  <p>Granularity types that extend the text selection. Use the
3746
4004
  <a class="link" href="GtkTextView.html#GtkTextView-extend-selection" title="The “extend-selection” signal"><span class="type">“extend-selection”</span></a> signal to customize the selection.</p>
3747
4005
  <div class="refsect3">
3748
- <a name="id-1.3.11.8.14.6.4"></a><h4>Members</h4>
4006
+ <a name="GtkTextExtendSelection.members"></a><h4>Members</h4>
3749
4007
  <div class="informaltable"><table width="100%" border="0">
3750
4008
  <colgroup>
3751
4009
  <col width="300px" class="enum_members_name">
@@ -3779,7 +4037,7 @@ drawing with the ::draw_layer vfunc.</p>
3779
4037
  <a name="GtkWrapMode"></a><h3>enum GtkWrapMode</h3>
3780
4038
  <p>Describes a type of line wrapping.</p>
3781
4039
  <div class="refsect3">
3782
- <a name="id-1.3.11.8.14.7.4"></a><h4>Members</h4>
4040
+ <a name="GtkWrapMode.members"></a><h4>Members</h4>
3783
4041
  <div class="informaltable"><table width="100%" border="0">
3784
4042
  <colgroup>
3785
4043
  <col width="300px" class="enum_members_name">
@@ -3799,7 +4057,7 @@ drawing with the ::draw_layer vfunc.</p>
3799
4057
  <td class="enum_member_description">
3800
4058
  <p>wrap text, breaking lines anywhere the cursor can
3801
4059
  appear (between characters, usually - if you want to be technical,
3802
- between graphemes, see <code class="function">pango_get_log_attrs()</code>)</p>
4060
+ between graphemes, see <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Text-Processing.html#pango-get-log-attrs"><code class="function">pango_get_log_attrs()</code></a>)</p>
3803
4061
  </td>
3804
4062
  <td class="enum_member_annotations"> </td>
3805
4063
  </tr>
@@ -3830,6 +4088,14 @@ drawing with the ::draw_layer vfunc.</p>
3830
4088
  be “anchored” (inserted inline, as if they were characters). The anchor
3831
4089
  can have multiple widgets anchored, to allow for multiple views.</p>
3832
4090
  </div>
4091
+ <hr>
4092
+ <div class="refsect2">
4093
+ <a name="GTK-TEXT-VIEW-PRIORITY-VALIDATE:CAPS"></a><h3>GTK_TEXT_VIEW_PRIORITY_VALIDATE</h3>
4094
+ <pre class="programlisting">#define GTK_TEXT_VIEW_PRIORITY_VALIDATE (GDK_PRIORITY_REDRAW + 5)
4095
+ </pre>
4096
+ <p>The priority at which the text view validates onscreen lines
4097
+ in an idle job in the background.</p>
4098
+ </div>
3833
4099
  </div>
3834
4100
  <div class="refsect1">
3835
4101
  <a name="GtkTextView.property-details"></a><h2>Property Details</h2>
@@ -3842,6 +4108,20 @@ can have multiple widgets anchored, to allow for multiple views.</p>
3842
4108
  </div>
3843
4109
  <hr>
3844
4110
  <div class="refsect2">
4111
+ <a name="GtkTextView--bottom-margin"></a><h3>The <code class="literal">“bottom-margin”</code> property</h3>
4112
+ <pre class="programlisting"> “bottom-margin” <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>
4113
+ <p>The bottom margin for text in the text view.</p>
4114
+ <p>Note that this property is confusingly named. In CSS terms,
4115
+ the value set here is padding, and it is applied in addition
4116
+ to the padding from the theme.</p>
4117
+ <p>Don't confuse this property with <a class="link" href="GtkWidget.html#GtkWidget--margin-bottom" title="The “margin-bottom” property"><span class="type">“margin-bottom”</span></a>.</p>
4118
+ <p>Flags: Read / Write</p>
4119
+ <p>Allowed values: &gt;= 0</p>
4120
+ <p>Default value: 0</p>
4121
+ <p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
4122
+ </div>
4123
+ <hr>
4124
+ <div class="refsect2">
3845
4125
  <a name="GtkTextView--buffer"></a><h3>The <code class="literal">“buffer”</code> property</h3>
3846
4126
  <pre class="programlisting"> “buffer” <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *</pre>
3847
4127
  <p>The buffer which is displayed.</p>
@@ -3918,7 +4198,12 @@ methods to adjust their behaviour.</p>
3918
4198
  <div class="refsect2">
3919
4199
  <a name="GtkTextView--left-margin"></a><h3>The <code class="literal">“left-margin”</code> property</h3>
3920
4200
  <pre class="programlisting"> “left-margin” <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>
3921
- <p>Width of the left margin in pixels.</p>
4201
+ <p>The default left margin for text in the text view.
4202
+ Tags in the buffer may override the default.</p>
4203
+ <p>Note that this property is confusingly named. In CSS terms,
4204
+ the value set here is padding, and it is applied in addition
4205
+ to the padding from the theme.</p>
4206
+ <p>Don't confuse this property with <a class="link" href="GtkWidget.html#GtkWidget--margin-left" title="The “margin-left” property"><span class="type">“margin-left”</span></a>.</p>
3922
4207
  <p>Flags: Read / Write</p>
3923
4208
  <p>Allowed values: &gt;= 0</p>
3924
4209
  <p>Default value: 0</p>
@@ -3980,7 +4265,12 @@ signal is also emitted for touch popups.</p>
3980
4265
  <div class="refsect2">
3981
4266
  <a name="GtkTextView--right-margin"></a><h3>The <code class="literal">“right-margin”</code> property</h3>
3982
4267
  <pre class="programlisting"> “right-margin” <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>
3983
- <p>Width of the right margin in pixels.</p>
4268
+ <p>The default right margin for text in the text view.
4269
+ Tags in the buffer may override the default.</p>
4270
+ <p>Note that this property is confusingly named. In CSS terms,
4271
+ the value set here is padding, and it is applied in addition
4272
+ to the padding from the theme.</p>
4273
+ <p>Don't confuse this property with <a class="link" href="GtkWidget.html#GtkWidget--margin-right" title="The “margin-right” property"><span class="type">“margin-right”</span></a>.</p>
3984
4274
  <p>Flags: Read / Write</p>
3985
4275
  <p>Allowed values: &gt;= 0</p>
3986
4276
  <p>Default value: 0</p>
@@ -3988,12 +4278,26 @@ signal is also emitted for touch popups.</p>
3988
4278
  <hr>
3989
4279
  <div class="refsect2">
3990
4280
  <a name="GtkTextView--tabs"></a><h3>The <code class="literal">“tabs”</code> property</h3>
3991
- <pre class="programlisting"> “tabs” <span class="type">PangoTabArray</span> *</pre>
4281
+ <pre class="programlisting"> “tabs” <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Tab-Stops.html#PangoTabArray-struct"><span class="type">PangoTabArray</span></a> *</pre>
3992
4282
  <p>Custom tabs for this text.</p>
3993
4283
  <p>Flags: Read / Write</p>
3994
4284
  </div>
3995
4285
  <hr>
3996
4286
  <div class="refsect2">
4287
+ <a name="GtkTextView--top-margin"></a><h3>The <code class="literal">“top-margin”</code> property</h3>
4288
+ <pre class="programlisting"> “top-margin” <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>
4289
+ <p>The top margin for text in the text view.</p>
4290
+ <p>Note that this property is confusingly named. In CSS terms,
4291
+ the value set here is padding, and it is applied in addition
4292
+ to the padding from the theme.</p>
4293
+ <p>Don't confuse this property with <a class="link" href="GtkWidget.html#GtkWidget--margin-top" title="The “margin-top” property"><span class="type">“margin-top”</span></a>.</p>
4294
+ <p>Flags: Read / Write</p>
4295
+ <p>Allowed values: &gt;= 0</p>
4296
+ <p>Default value: 0</p>
4297
+ <p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
4298
+ </div>
4299
+ <hr>
4300
+ <div class="refsect2">
3997
4301
  <a name="GtkTextView--wrap-mode"></a><h3>The <code class="literal">“wrap-mode”</code> property</h3>
3998
4302
  <pre class="programlisting"> “wrap-mode” <a class="link" href="GtkTextView.html#GtkWrapMode" title="enum GtkWrapMode"><span class="type">GtkWrapMode</span></a></pre>
3999
4303
  <p>Whether to wrap lines never, at word boundaries, or at character boundaries.</p>
@@ -4005,7 +4309,7 @@ signal is also emitted for touch popups.</p>
4005
4309
  <a name="GtkTextView.style-property-details"></a><h2>Style Property Details</h2>
4006
4310
  <div class="refsect2">
4007
4311
  <a name="GtkTextView--s-error-underline-color"></a><h3>The <code class="literal">“error-underline-color”</code> style property</h3>
4008
- <pre class="programlisting"> “error-underline-color” <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</pre>
4312
+ <pre class="programlisting"> “error-underline-color” <a href="http://developer.gnome.org/gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *</pre>
4009
4313
  <p>Color with which to draw error-indication underlines.</p>
4010
4314
  <p>Flags: Read</p>
4011
4315
  </div>
@@ -4025,7 +4329,7 @@ which gets emitted when the user asks for it.</p>
4025
4329
  <p>The default bindings for this signal are
4026
4330
  Backspace and Shift-Backspace.</p>
4027
4331
  <div class="refsect3">
4028
- <a name="id-1.3.11.8.17.2.6"></a><h4>Parameters</h4>
4332
+ <a name="GtkTextView-backspace.parameters"></a><h4>Parameters</h4>
4029
4333
  <div class="informaltable"><table width="100%" border="0">
4030
4334
  <colgroup>
4031
4335
  <col width="150px" class="parameters_name">
@@ -4062,7 +4366,7 @@ which gets emitted to copy the selection to the clipboard.</p>
4062
4366
  <p>The default bindings for this signal are
4063
4367
  Ctrl-c and Ctrl-Insert.</p>
4064
4368
  <div class="refsect3">
4065
- <a name="id-1.3.11.8.17.3.6"></a><h4>Parameters</h4>
4369
+ <a name="GtkTextView-copy-clipboard.parameters"></a><h4>Parameters</h4>
4066
4370
  <div class="informaltable"><table width="100%" border="0">
4067
4371
  <colgroup>
4068
4372
  <col width="150px" class="parameters_name">
@@ -4099,7 +4403,7 @@ which gets emitted to cut the selection to the clipboard.</p>
4099
4403
  <p>The default bindings for this signal are
4100
4404
  Ctrl-x and Shift-Delete.</p>
4101
4405
  <div class="refsect3">
4102
- <a name="id-1.3.11.8.17.4.6"></a><h4>Parameters</h4>
4406
+ <a name="GtkTextView-cut-clipboard.parameters"></a><h4>Parameters</h4>
4103
4407
  <div class="informaltable"><table width="100%" border="0">
4104
4408
  <colgroup>
4105
4409
  <col width="150px" class="parameters_name">
@@ -4146,7 +4450,7 @@ deleting a word and Ctrl-Backspace for deleting a word
4146
4450
 
4147
4451
  backwords.</p>
4148
4452
  <div class="refsect3">
4149
- <a name="id-1.3.11.8.17.5.7"></a><h4>Parameters</h4>
4453
+ <a name="GtkTextView-delete-from-cursor.parameters"></a><h4>Parameters</h4>
4150
4454
  <div class="informaltable"><table width="100%" border="0">
4151
4455
  <colgroup>
4152
4456
  <col width="150px" class="parameters_name">
@@ -4194,7 +4498,7 @@ user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span
4194
4498
  extended at <em class="parameter"><code>location</code></em>
4195
4499
  .</p>
4196
4500
  <div class="refsect3">
4197
- <a name="id-1.3.11.8.17.6.5"></a><h4>Parameters</h4>
4501
+ <a name="GtkTextView-extend-selection.parameters"></a><h4>Parameters</h4>
4198
4502
  <div class="informaltable"><table width="100%" border="0">
4199
4503
  <colgroup>
4200
4504
  <col width="150px" class="parameters_name">
@@ -4236,9 +4540,9 @@ extended at <em class="parameter"><code>location</code></em>
4236
4540
  </table></div>
4237
4541
  </div>
4238
4542
  <div class="refsect3">
4239
- <a name="id-1.3.11.8.17.6.6"></a><h4>Returns</h4>
4240
- <p> <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-EVENT-STOP:CAPS"><code class="literal">GDK_EVENT_STOP</code></a> to stop other handlers from being invoked for the
4241
- event. <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-EVENT-PROPAGATE:CAPS"><code class="literal">GDK_EVENT_PROPAGATE</code></a> to propagate the event further.</p>
4543
+ <a name="GtkTextView-extend-selection.returns"></a><h4>Returns</h4>
4544
+ <p> <a href="http://developer.gnome.org/gdk3/gdk3-Events.html#GDK-EVENT-STOP:CAPS"><code class="literal">GDK_EVENT_STOP</code></a> to stop other handlers from being invoked for the
4545
+ event. <a href="http://developer.gnome.org/gdk3/gdk3-Events.html#GDK-EVENT-PROPAGATE:CAPS"><code class="literal">GDK_EVENT_PROPAGATE</code></a> to propagate the event further.</p>
4242
4546
  </div>
4243
4547
  <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>
4244
4548
  <p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
@@ -4257,7 +4561,7 @@ which gets emitted when the user initiates the insertion of a
4257
4561
  fixed string at the cursor.</p>
4258
4562
  <p>This signal has no default bindings.</p>
4259
4563
  <div class="refsect3">
4260
- <a name="id-1.3.11.8.17.7.6"></a><h4>Parameters</h4>
4564
+ <a name="GtkTextView-insert-at-cursor.parameters"></a><h4>Parameters</h4>
4261
4565
  <div class="informaltable"><table width="100%" border="0">
4262
4566
  <colgroup>
4263
4567
  <col width="150px" class="parameters_name">
@@ -4319,7 +4623,7 @@ There are too many key combinations to list them all here.</p>
4319
4623
  <li class="listitem"><p>Ctrl-PageUp/PageDown keys move horizontally by pages</p></li>
4320
4624
  </ul></div>
4321
4625
  <div class="refsect3">
4322
- <a name="id-1.3.11.8.17.8.8"></a><h4>Parameters</h4>
4626
+ <a name="GtkTextView-move-cursor.parameters"></a><h4>Parameters</h4>
4323
4627
  <div class="informaltable"><table width="100%" border="0">
4324
4628
  <colgroup>
4325
4629
  <col width="150px" class="parameters_name">
@@ -4375,7 +4679,7 @@ to move the viewport, i.e. change what part of the text view
4375
4679
  is visible in a containing scrolled window.</p>
4376
4680
  <p>There are no default bindings for this signal.</p>
4377
4681
  <div class="refsect3">
4378
- <a name="id-1.3.11.8.17.9.6"></a><h4>Parameters</h4>
4682
+ <a name="GtkTextView-move-viewport.parameters"></a><h4>Parameters</h4>
4379
4683
  <div class="informaltable"><table width="100%" border="0">
4380
4684
  <colgroup>
4381
4685
  <col width="150px" class="parameters_name">
@@ -4425,7 +4729,7 @@ into the text view.</p>
4425
4729
  <p>The default bindings for this signal are
4426
4730
  Ctrl-v and Shift-Insert.</p>
4427
4731
  <div class="refsect3">
4428
- <a name="id-1.3.11.8.17.10.6"></a><h4>Parameters</h4>
4732
+ <a name="GtkTextView-paste-clipboard.parameters"></a><h4>Parameters</h4>
4429
4733
  <div class="informaltable"><table width="100%" border="0">
4430
4734
  <colgroup>
4431
4735
  <col width="150px" class="parameters_name">
@@ -4471,7 +4775,7 @@ type of <em class="parameter"><code>widget</code></em>
4471
4775
  is a <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a>
4472
4776
  or <a class="link" href="GtkToolbar.html" title="GtkToolbar"><span class="type">GtkToolbar</span></a> or another kind of container.</p>
4473
4777
  <div class="refsect3">
4474
- <a name="id-1.3.11.8.17.11.8"></a><h4>Parameters</h4>
4778
+ <a name="GtkTextView-populate-popup.parameters"></a><h4>Parameters</h4>
4475
4779
  <div class="informaltable"><table width="100%" border="0">
4476
4780
  <colgroup>
4477
4781
  <col width="150px" class="parameters_name">
@@ -4512,7 +4816,7 @@ connect to this signal.</p>
4512
4816
  <p>This signal is only emitted if the text at the given position
4513
4817
  is actually editable.</p>
4514
4818
  <div class="refsect3">
4515
- <a name="id-1.3.11.8.17.12.6"></a><h4>Parameters</h4>
4819
+ <a name="GtkTextView-preedit-changed.parameters"></a><h4>Parameters</h4>
4516
4820
  <div class="informaltable"><table width="100%" border="0">
4517
4821
  <colgroup>
4518
4822
  <col width="150px" class="parameters_name">
@@ -4558,7 +4862,7 @@ contents of the text view.</p>
4558
4862
 
4559
4863
  for selecting and Shift-Ctrl-a and Ctrl-\ for unselecting.</p>
4560
4864
  <div class="refsect3">
4561
- <a name="id-1.3.11.8.17.13.6"></a><h4>Parameters</h4>
4865
+ <a name="GtkTextView-select-all.parameters"></a><h4>Parameters</h4>
4562
4866
  <div class="informaltable"><table width="100%" border="0">
4563
4867
  <colgroup>
4564
4868
  <col width="150px" class="parameters_name">
@@ -4600,7 +4904,7 @@ mark. The "anchor" mark gets placed at the same position as the
4600
4904
  "insert" mark.</p>
4601
4905
  <p>This signal has no default bindings.</p>
4602
4906
  <div class="refsect3">
4603
- <a name="id-1.3.11.8.17.14.6"></a><h4>Parameters</h4>
4907
+ <a name="GtkTextView-set-anchor.parameters"></a><h4>Parameters</h4>
4604
4908
  <div class="informaltable"><table width="100%" border="0">
4605
4909
  <colgroup>
4606
4910
  <col width="150px" class="parameters_name">
@@ -4630,13 +4934,12 @@ mark. The "anchor" mark gets placed at the same position as the
4630
4934
  user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view,
4631
4935
  <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
4632
4936
  <p>The ::toggle-cursor-visible signal is a
4633
-
4634
4937
  <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
4635
-
4636
- which gets emitted to toggle the visibility of the cursor.</p>
4938
+ which gets emitted to toggle the <a class="link" href="GtkTextView.html#GtkTextView--cursor-visible" title="The “cursor-visible” property"><span class="type">“cursor-visible”</span></a>
4939
+ property.</p>
4637
4940
  <p>The default binding for this signal is F7.</p>
4638
4941
  <div class="refsect3">
4639
- <a name="id-1.3.11.8.17.15.6"></a><h4>Parameters</h4>
4942
+ <a name="GtkTextView-toggle-cursor-visible.parameters"></a><h4>Parameters</h4>
4640
4943
  <div class="informaltable"><table width="100%" border="0">
4641
4944
  <colgroup>
4642
4945
  <col width="150px" class="parameters_name">
@@ -4672,7 +4975,7 @@ user_function (<a class="link" href="GtkTextView.html" title="GtkTextView"><span
4672
4975
  which gets emitted to toggle the overwrite mode of the text view.</p>
4673
4976
  <p>The default bindings for this signal is Insert.</p>
4674
4977
  <div class="refsect3">
4675
- <a name="id-1.3.11.8.17.16.6"></a><h4>Parameters</h4>
4978
+ <a name="GtkTextView-toggle-overwrite.parameters"></a><h4>Parameters</h4>
4676
4979
  <div class="informaltable"><table width="100%" border="0">
4677
4980
  <colgroup>
4678
4981
  <col width="150px" class="parameters_name">
@@ -4702,6 +5005,6 @@ which gets emitted to toggle the overwrite mode of the text view.</p>
4702
5005
  </div>
4703
5006
  </div>
4704
5007
  <div class="footer">
4705
- <hr>Generated by GTK-Doc V1.24.1</div>
5008
+ <hr>Generated by GTK-Doc V1.25.1</div>
4706
5009
  </body>
4707
5010
  </html>