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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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="pt06.html" title="Part VI. GTK+ Tools">
9
9
  <link rel="prev" href="gtk3-demo.html" title="gtk3-demo">
10
10
  <link rel="next" href="gtk3-widget-factory.html" title="gtk3-widget-factory">
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">
@@ -42,6 +42,6 @@ manually.
42
42
  </div>
43
43
  </div>
44
44
  <div class="footer">
45
- <hr>Generated by GTK-Doc V1.24.1</div>
45
+ <hr>Generated by GTK-Doc V1.25.1</div>
46
46
  </body>
47
47
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="pt06.html" title="Part VI. GTK+ Tools">
9
9
  <link rel="prev" href="pt06.html" title="Part VI. GTK+ Tools">
10
10
  <link rel="next" href="gtk3-demo-application.html" title="gtk3-demo-application">
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">
@@ -30,7 +30,7 @@
30
30
  </tr></table></div>
31
31
  <div class="refsynopsisdiv">
32
32
  <h2>Synopsis</h2>
33
- <div class="cmdsynopsis"><p><code class="command">gtk3-demo</code> [--help]</p></div>
33
+ <div class="cmdsynopsis"><p><code class="command">gtk3-demo</code> [--help] [--list] [--run <em class="replaceable"><code>EXAMPLE</code></em>] [--autoquit]</p></div>
34
34
  </div>
35
35
  <div class="refsect1">
36
36
  <a name="id-1.7.2.5"></a><h2>Description</h2>
@@ -52,14 +52,30 @@ other used resources, such as ui files and icons.
52
52
  <col align="left" valign="top">
53
53
  <col>
54
54
  </colgroup>
55
- <tbody><tr>
55
+ <tbody>
56
+ <tr>
56
57
  <td><p><span class="term"><code class="option">-h</code>, <code class="option">--help</code></span></p></td>
57
58
  <td><p>Show help options</p></td>
58
- </tr></tbody>
59
+ </tr>
60
+ <tr>
61
+ <td><p><span class="term"><code class="option">--list</code></span></p></td>
62
+ <td><p>List available examples.</p></td>
63
+ </tr>
64
+ <tr>
65
+ <td><p><span class="term"><code class="option">-run <em class="replaceable"><code>EXAMPLE</code></em></code></span></p></td>
66
+ <td><p>Run the named example. Use <code class="option">--list</code> to
67
+ see the available examples.</p></td>
68
+ </tr>
69
+ <tr>
70
+ <td><p><span class="term"><code class="option">--autoquit</code></span></p></td>
71
+ <td><p>Quit after a short timeout. This is intended for use
72
+ with <code class="option">--run</code>, e.g. when profiling.</p></td>
73
+ </tr>
74
+ </tbody>
59
75
  </table></div>
60
76
  </div>
61
77
  </div>
62
78
  <div class="footer">
63
- <hr>Generated by GTK-Doc V1.24.1</div>
79
+ <hr>Generated by GTK-Doc V1.25.1</div>
64
80
  </body>
65
81
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="pt06.html" title="Part VI. GTK+ Tools">
9
9
  <link rel="prev" href="gtk3-widget-factory.html" title="gtk3-widget-factory">
10
10
  <link rel="next" href="gtk-query-immodules-3.0.html" title="gtk-query-immodules-3.0">
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">
@@ -35,7 +35,7 @@
35
35
  <div class="refsect1">
36
36
  <a name="id-1.7.5.5"></a><h2>Description</h2>
37
37
  <p>
38
- <span class="command"><strong>gtk3-icon-browswer</strong></span> is a utility to explore the icons
38
+ <span class="command"><strong>gtk3-icon-browser</strong></span> is a utility to explore the icons
39
39
  in the current icon theme. It shows icons in various sizes, their symbolic
40
40
  variants where available, as well as a description of the icon and its context.
41
41
  </p>
@@ -56,6 +56,6 @@ variants where available, as well as a description of the icon and its context.
56
56
  </div>
57
57
  </div>
58
58
  <div class="footer">
59
- <hr>Generated by GTK-Doc V1.24.1</div>
59
+ <hr>Generated by GTK-Doc V1.25.1</div>
60
60
  </body>
61
61
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="pt06.html" title="Part VI. GTK+ Tools">
9
9
  <link rel="prev" href="gtk3-demo-application.html" title="gtk3-demo-application">
10
10
  <link rel="next" href="gtk3-icon-browser.html" title="gtk3-icon-browser">
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">
@@ -60,6 +60,6 @@ and states.
60
60
  </div>
61
61
  </div>
62
62
  <div class="footer">
63
- <hr>Generated by GTK-Doc V1.24.1</div>
63
+ <hr>Generated by GTK-Doc V1.25.1</div>
64
64
  </body>
65
65
  </html>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
- <book xmlns="http://www.devhelp.net/book" title="GTK+ 3 Reference Manual" link="index.html" author="" name="gtk3" version="2" language="c">
2
+ <book xmlns="http://www.devhelp.net/book" title="GTK+ 3 Reference Manual" link="index.html" author="" name="gtk3" version="2" language="c" online="http://developer.gnome.org/gtk3/">
3
3
  <chapters>
4
4
  <sub name="GTK+ Overview" link="gtk.html">
5
5
  <sub name="Getting Started with GTK+" link="gtk-getting-started.html">
@@ -167,6 +167,7 @@
167
167
  <sub name="GtkColorChooserDialog" link="GtkColorChooserDialog.html"/>
168
168
  <sub name="GtkFileChooser" link="GtkFileChooser.html"/>
169
169
  <sub name="GtkFileChooserButton" link="GtkFileChooserButton.html"/>
170
+ <sub name="GtkFileChooserNative" link="gtk3-GtkFileChooserNative.html"/>
170
171
  <sub name="GtkFileChooserDialog" link="GtkFileChooserDialog.html"/>
171
172
  <sub name="GtkFileChooserWidget" link="GtkFileChooserWidget.html"/>
172
173
  <sub name="GtkFileFilter" link="GtkFileFilter.html"/>
@@ -196,6 +197,12 @@
196
197
  <sub name="GtkPrintUnixDialog" link="GtkPrintUnixDialog.html"/>
197
198
  <sub name="GtkPageSetupUnixDialog" link="GtkPageSetupUnixDialog.html"/>
198
199
  </sub>
200
+ <sub name="Shortcuts Overview" link="ShortcutsOverview.html">
201
+ <sub name="GtkShortcutsWindow" link="GtkShortcutsWindow.html"/>
202
+ <sub name="GtkShortcutsSection" link="GtkShortcutsSection.html"/>
203
+ <sub name="GtkShortcutsGroup" link="GtkShortcutsGroup.html"/>
204
+ <sub name="GtkShortcutsShortcut" link="GtkShortcutsShortcut.html"/>
205
+ </sub>
199
206
  <sub name="Miscellaneous" link="MiscObjects.html">
200
207
  <sub name="GtkAdjustment" link="GtkAdjustment.html"/>
201
208
  <sub name="GtkCalendar" link="GtkCalendar.html"/>
@@ -217,6 +224,7 @@
217
224
  <sub name="GtkMenuShell" link="GtkMenuShell.html"/>
218
225
  <sub name="GtkRange" link="GtkRange.html"/>
219
226
  <sub name="GtkIMContext" link="GtkIMContext.html"/>
227
+ <sub name="GtkNativeDialog" link="gtk3-GtkNativeDialog.html"/>
220
228
  </sub>
221
229
  <sub name="Cross-process Embedding" link="PlugSocket.html">
222
230
  <sub name="GtkPlug" link="GtkPlug.html"/>
@@ -305,6 +313,8 @@
305
313
  <sub name="Filesystem utilities" link="gtk3-Filesystem-utilities.html"/>
306
314
  </sub>
307
315
  <sub name="Theming in GTK+" link="theming.html">
316
+ <sub name="GTK+ CSS" link="chap-css-overview.html"/>
317
+ <sub name="GTK+ CSS" link="chap-css-properties.html"/>
308
318
  <sub name="GtkStyleContext" link="GtkStyleContext.html"/>
309
319
  <sub name="GtkCssProvider" link="GtkCssProvider.html"/>
310
320
  <sub name="GtkStyleProvider" link="GtkStyleProvider.html"/>
@@ -324,24 +334,24 @@
324
334
  <sub name="What should you be aware of ?" link="gtk-migrating-2-to-3.html#id-1.6.3.3.8.8"/>
325
335
  </sub>
326
336
  </sub>
327
- <sub name="Changes that need to be done at the time of the switch" link="ch25s02.html">
328
- <sub name="Replace size_request by get_preferred_width/height" link="ch25s02.html#id-1.6.3.4.3"/>
329
- <sub name="Replace GdkRegion by cairo_region_t" link="ch25s02.html#id-1.6.3.4.4"/>
330
- <sub name="Replace GdkPixmap by cairo surfaces" link="ch25s02.html#id-1.6.3.4.5"/>
331
- <sub name="Replace GdkColormap by GdkVisual" link="ch25s02.html#id-1.6.3.4.6"/>
332
- <sub name="GdkDrawable is gone" link="ch25s02.html#id-1.6.3.4.7"/>
333
- <sub name="Event filtering" link="ch25s02.html#id-1.6.3.4.8"/>
334
- <sub name="Backend-specific code" link="ch25s02.html#id-1.6.3.4.9"/>
335
- <sub name="GtkPlug and GtkSocket" link="ch25s02.html#id-1.6.3.4.10"/>
336
- <sub name="The GtkWidget::draw signal" link="ch25s02.html#id-1.6.3.4.11"/>
337
- <sub name="GtkProgressBar orientation" link="ch25s02.html#id-1.6.3.4.12"/>
338
- <sub name="Check your expand and fill flags" link="ch25s02.html#id-1.6.3.4.13"/>
339
- <sub name="Scrolling changes" link="ch25s02.html#id-1.6.3.4.14"/>
340
- <sub name="GtkObject is gone" link="ch25s02.html#id-1.6.3.4.15"/>
341
- <sub name="GtkEntryCompletion signal parameters" link="ch25s02.html#id-1.6.3.4.16"/>
342
- <sub name="Resize grips" link="ch25s02.html#id-1.6.3.4.17"/>
343
- <sub name="Prevent mixed linkage" link="ch25s02.html#id-1.6.3.4.18"/>
344
- <sub name="Install GTK+ modules in the right place" link="ch25s02.html#id-1.6.3.4.19"/>
337
+ <sub name="Changes that need to be done at the time of the switch" link="ch26s02.html">
338
+ <sub name="Replace size_request by get_preferred_width/height" link="ch26s02.html#id-1.6.3.4.3"/>
339
+ <sub name="Replace GdkRegion by cairo_region_t" link="ch26s02.html#id-1.6.3.4.4"/>
340
+ <sub name="Replace GdkPixmap by cairo surfaces" link="ch26s02.html#id-1.6.3.4.5"/>
341
+ <sub name="Replace GdkColormap by GdkVisual" link="ch26s02.html#id-1.6.3.4.6"/>
342
+ <sub name="GdkDrawable is gone" link="ch26s02.html#id-1.6.3.4.7"/>
343
+ <sub name="Event filtering" link="ch26s02.html#id-1.6.3.4.8"/>
344
+ <sub name="Backend-specific code" link="ch26s02.html#id-1.6.3.4.9"/>
345
+ <sub name="GtkPlug and GtkSocket" link="ch26s02.html#id-1.6.3.4.10"/>
346
+ <sub name="The GtkWidget::draw signal" link="ch26s02.html#id-1.6.3.4.11"/>
347
+ <sub name="GtkProgressBar orientation" link="ch26s02.html#id-1.6.3.4.12"/>
348
+ <sub name="Check your expand and fill flags" link="ch26s02.html#id-1.6.3.4.13"/>
349
+ <sub name="Scrolling changes" link="ch26s02.html#id-1.6.3.4.14"/>
350
+ <sub name="GtkObject is gone" link="ch26s02.html#id-1.6.3.4.15"/>
351
+ <sub name="GtkEntryCompletion signal parameters" link="ch26s02.html#id-1.6.3.4.16"/>
352
+ <sub name="Resize grips" link="ch26s02.html#id-1.6.3.4.17"/>
353
+ <sub name="Prevent mixed linkage" link="ch26s02.html#id-1.6.3.4.18"/>
354
+ <sub name="Install GTK+ modules in the right place" link="ch26s02.html#id-1.6.3.4.19"/>
345
355
  </sub>
346
356
  </sub>
347
357
  <sub name="Theming changes" link="gtk-migrating-GtkStyleContext.html">
@@ -355,13 +365,13 @@
355
365
  </sub>
356
366
  <sub name="Migrating from libunique to GApplication or GtkApplication" link="gtk-migrating-unique-GtkApplication.html">
357
367
  <sub name="Uniqueness" link="gtk-migrating-unique-GtkApplication.html#id-1.6.5.5"/>
358
- <sub name="Commands and Messages" link="ch27s02.html"/>
368
+ <sub name="Commands and Messages" link="ch28s02.html"/>
359
369
  </sub>
360
370
  <sub name="Migrating from EggSMClient to GtkApplication" link="gtk-migrating-smclient-GtkApplication.html"/>
361
371
  <sub name="Migrating from other containers to GtkGrid" link="gtk-migrating-GtkGrid.html">
362
372
  <sub name="GtkBox versus GtkGrid: packing" link="gtk-migrating-GtkGrid.html#id-1.6.7.4"/>
363
- <sub name="GtkBox versus GtkGrid: sizing" link="ch29s02.html"/>
364
- <sub name="GtkBox versus GtkGrid: spacing" link="ch29s03.html"/>
373
+ <sub name="GtkBox versus GtkGrid: sizing" link="ch30s02.html"/>
374
+ <sub name="GtkBox versus GtkGrid: spacing" link="ch30s03.html"/>
365
375
  </sub>
366
376
  <sub name="Migration Details Checklist" link="gtk-migrating-checklist.html">
367
377
  <sub name="Implement GtkWidget::popup_menu" link="gtk-migrating-checklist.html#checklist-popup-menu"/>
@@ -378,7 +388,9 @@
378
388
  <sub name="gtk-query-immodules-3.0" link="gtk-query-immodules-3.0.html"/>
379
389
  <sub name="gtk-update-icon-cache" link="gtk-update-icon-cache.html"/>
380
390
  <sub name="gtk-encode-symbolic-svg" link="gtk-encode-symbolic-svg.html"/>
391
+ <sub name="gtk-builder-tool" link="gtk-builder-tool.html"/>
381
392
  <sub name="gtk-launch" link="gtk-launch.html"/>
393
+ <sub name="gtk-query-settings" link="gtk-query-settings.html"/>
382
394
  <sub name="broadwayd" link="broadwayd.html"/>
383
395
  </sub>
384
396
  <sub name="GTK+ Platform Support" link="platform-support.html">
@@ -404,6 +416,8 @@
404
416
  <sub name="Index of new symbols in 3.12" link="api-index-3-12.html"/>
405
417
  <sub name="Index of new symbols in 3.14" link="api-index-3-14.html"/>
406
418
  <sub name="Index of new symbols in 3.16" link="api-index-3-16.html"/>
419
+ <sub name="Index of new symbols in 3.18" link="api-index-3-18.html"/>
420
+ <sub name="Index of new symbols in 3.20" link="api-index-3-20.html"/>
407
421
  <sub name="Annotation Glossary" link="annotation-glossary.html"/>
408
422
  </chapters>
409
423
  <functions>
@@ -441,6 +455,8 @@
441
455
  <keyword type="function" name="gtk_application_window_set_show_menubar ()" link="GtkApplicationWindow.html#gtk-application-window-set-show-menubar" since="3.4"/>
442
456
  <keyword type="function" name="gtk_application_window_get_show_menubar ()" link="GtkApplicationWindow.html#gtk-application-window-get-show-menubar" since="3.4"/>
443
457
  <keyword type="function" name="gtk_application_window_get_id ()" link="GtkApplicationWindow.html#gtk-application-window-get-id" since="3.6"/>
458
+ <keyword type="function" name="gtk_application_window_set_help_overlay ()" link="GtkApplicationWindow.html#gtk-application-window-set-help-overlay" since="3.20"/>
459
+ <keyword type="function" name="gtk_application_window_get_help_overlay ()" link="GtkApplicationWindow.html#gtk-application-window-get-help-overlay" since="3.20"/>
444
460
  <keyword type="struct" name="struct GtkApplicationWindow" link="GtkApplicationWindow.html#GtkApplicationWindow-struct"/>
445
461
  <keyword type="struct" name="struct GtkApplicationWindowClass" link="GtkApplicationWindow.html#GtkApplicationWindowClass"/>
446
462
  <keyword type="property" name="The “show-menubar” property" link="GtkApplicationWindow.html#GtkApplicationWindow--show-menubar"/>
@@ -468,6 +484,7 @@
468
484
  <keyword type="function" name="gtk_builder_add_objects_from_file ()" link="GtkBuilder.html#gtk-builder-add-objects-from-file" since="2.14"/>
469
485
  <keyword type="function" name="gtk_builder_add_objects_from_string ()" link="GtkBuilder.html#gtk-builder-add-objects-from-string" since="2.14"/>
470
486
  <keyword type="function" name="gtk_builder_add_objects_from_resource ()" link="GtkBuilder.html#gtk-builder-add-objects-from-resource" since="3.4"/>
487
+ <keyword type="function" name="gtk_builder_extend_with_template ()" link="GtkBuilder.html#gtk-builder-extend-with-template"/>
471
488
  <keyword type="function" name="gtk_builder_get_object ()" link="GtkBuilder.html#gtk-builder-get-object" since="2.12"/>
472
489
  <keyword type="function" name="gtk_builder_get_objects ()" link="GtkBuilder.html#gtk-builder-get-objects" since="2.12"/>
473
490
  <keyword type="function" name="gtk_builder_expose_object ()" link="GtkBuilder.html#gtk-builder-expose-object" since="3.8"/>
@@ -481,9 +498,9 @@
481
498
  <keyword type="function" name="gtk_builder_value_from_string ()" link="GtkBuilder.html#gtk-builder-value-from-string" since="2.12"/>
482
499
  <keyword type="function" name="gtk_builder_value_from_string_type ()" link="GtkBuilder.html#gtk-builder-value-from-string-type" since="2.12"/>
483
500
  <keyword type="macro" name="GTK_BUILDER_WARN_INVALID_CHILD_TYPE()" link="GtkBuilder.html#GTK-BUILDER-WARN-INVALID-CHILD-TYPE:CAPS"/>
484
- <keyword type="macro" name="GTK_BUILDER_ERROR" link="GtkBuilder.html#GTK-BUILDER-ERROR:CAPS"/>
485
501
  <keyword type="struct" name="GtkBuilder" link="GtkBuilder.html#GtkBuilder-struct"/>
486
502
  <keyword type="enum" name="enum GtkBuilderError" link="GtkBuilder.html#GtkBuilderError"/>
503
+ <keyword type="macro" name="GTK_BUILDER_ERROR" link="GtkBuilder.html#GTK-BUILDER-ERROR:CAPS"/>
487
504
  <keyword type="property" name="The “translation-domain” property" link="GtkBuilder.html#GtkBuilder--translation-domain"/>
488
505
  <keyword type="function" name="gtk_buildable_set_name ()" link="GtkBuildable.html#gtk-buildable-set-name" since="2.12"/>
489
506
  <keyword type="function" name="gtk_buildable_get_name ()" link="GtkBuildable.html#gtk-buildable-get-name" since="2.12"/>
@@ -508,7 +525,7 @@
508
525
  <keyword type="function" name="gtk_window_activate_default ()" link="GtkWindow.html#gtk-window-activate-default"/>
509
526
  <keyword type="function" name="gtk_window_set_modal ()" link="GtkWindow.html#gtk-window-set-modal"/>
510
527
  <keyword type="function" name="gtk_window_set_default_size ()" link="GtkWindow.html#gtk-window-set-default-size"/>
511
- <keyword type="function" name="gtk_window_set_default_geometry ()" link="GtkWindow.html#gtk-window-set-default-geometry" since="3.0"/>
528
+ <keyword type="function" name="gtk_window_set_default_geometry ()" link="GtkWindow.html#gtk-window-set-default-geometry" deprecated="" since="3.0"/>
512
529
  <keyword type="function" name="gtk_window_set_geometry_hints ()" link="GtkWindow.html#gtk-window-set-geometry-hints"/>
513
530
  <keyword type="function" name="gtk_window_set_gravity ()" link="GtkWindow.html#gtk-window-set-gravity"/>
514
531
  <keyword type="function" name="gtk_window_get_gravity ()" link="GtkWindow.html#gtk-window-get-gravity"/>
@@ -542,6 +559,7 @@
542
559
  <keyword type="function" name="gtk_window_maximize ()" link="GtkWindow.html#gtk-window-maximize"/>
543
560
  <keyword type="function" name="gtk_window_unmaximize ()" link="GtkWindow.html#gtk-window-unmaximize"/>
544
561
  <keyword type="function" name="gtk_window_fullscreen ()" link="GtkWindow.html#gtk-window-fullscreen" since="2.2"/>
562
+ <keyword type="function" name="gtk_window_fullscreen_on_monitor ()" link="GtkWindow.html#gtk-window-fullscreen-on-monitor" since="3.18"/>
545
563
  <keyword type="function" name="gtk_window_unfullscreen ()" link="GtkWindow.html#gtk-window-unfullscreen" since="2.2"/>
546
564
  <keyword type="function" name="gtk_window_set_keep_above ()" link="GtkWindow.html#gtk-window-set-keep-above" since="2.4"/>
547
565
  <keyword type="function" name="gtk_window_set_keep_below ()" link="GtkWindow.html#gtk-window-set-keep-below" since="2.4"/>
@@ -586,10 +604,10 @@
586
604
  <keyword type="function" name="gtk_window_has_group ()" link="GtkWindow.html#gtk-window-has-group"/>
587
605
  <keyword type="function" name="gtk_window_get_window_type ()" link="GtkWindow.html#gtk-window-get-window-type" since="2.20"/>
588
606
  <keyword type="function" name="gtk_window_move ()" link="GtkWindow.html#gtk-window-move"/>
589
- <keyword type="function" name="gtk_window_parse_geometry ()" link="GtkWindow.html#gtk-window-parse-geometry"/>
607
+ <keyword type="function" name="gtk_window_parse_geometry ()" link="GtkWindow.html#gtk-window-parse-geometry" deprecated="3.20: Geometry handling in GTK is deprecated."/>
590
608
  <keyword type="function" name="gtk_window_reshow_with_initial_size ()" link="GtkWindow.html#gtk-window-reshow-with-initial-size" deprecated=""/>
591
609
  <keyword type="function" name="gtk_window_resize ()" link="GtkWindow.html#gtk-window-resize"/>
592
- <keyword type="function" name="gtk_window_resize_to_geometry ()" link="GtkWindow.html#gtk-window-resize-to-geometry" since="3.0"/>
610
+ <keyword type="function" name="gtk_window_resize_to_geometry ()" link="GtkWindow.html#gtk-window-resize-to-geometry" deprecated="" since="3.0"/>
593
611
  <keyword type="function" name="gtk_window_set_default_icon_list ()" link="GtkWindow.html#gtk-window-set-default-icon-list"/>
594
612
  <keyword type="function" name="gtk_window_set_default_icon ()" link="GtkWindow.html#gtk-window-set-default-icon" since="2.4"/>
595
613
  <keyword type="function" name="gtk_window_set_default_icon_from_file ()" link="GtkWindow.html#gtk-window-set-default-icon-from-file" since="2.2"/>
@@ -779,6 +797,8 @@
779
797
  <keyword type="function" name="gtk_assistant_get_page_side_image ()" link="GtkAssistant.html#gtk-assistant-get-page-side-image" deprecated="" since="2.10"/>
780
798
  <keyword type="function" name="gtk_assistant_set_page_complete ()" link="GtkAssistant.html#gtk-assistant-set-page-complete" since="2.10"/>
781
799
  <keyword type="function" name="gtk_assistant_get_page_complete ()" link="GtkAssistant.html#gtk-assistant-get-page-complete" since="2.10"/>
800
+ <keyword type="function" name="gtk_assistant_set_page_has_padding ()" link="GtkAssistant.html#gtk-assistant-set-page-has-padding" since="3.18"/>
801
+ <keyword type="function" name="gtk_assistant_get_page_has_padding ()" link="GtkAssistant.html#gtk-assistant-get-page-has-padding" since="3.18"/>
782
802
  <keyword type="function" name="gtk_assistant_add_action_widget ()" link="GtkAssistant.html#gtk-assistant-add-action-widget" since="2.10"/>
783
803
  <keyword type="function" name="gtk_assistant_remove_action_widget ()" link="GtkAssistant.html#gtk-assistant-remove-action-widget" since="2.10"/>
784
804
  <keyword type="function" name="gtk_assistant_update_buttons_state ()" link="GtkAssistant.html#gtk-assistant-update-buttons-state" since="2.10"/>
@@ -790,6 +810,7 @@
790
810
  <keyword type="enum" name="enum GtkAssistantPageType" link="GtkAssistant.html#GtkAssistantPageType"/>
791
811
  <keyword type="property" name="The “use-header-bar” property" link="GtkAssistant.html#GtkAssistant--use-header-bar"/>
792
812
  <keyword type="property" name="The “complete” child property" link="GtkAssistant.html#GtkAssistant--c-complete"/>
813
+ <keyword type="property" name="The “has-padding” child property" link="GtkAssistant.html#GtkAssistant--c-has-padding"/>
793
814
  <keyword type="property" name="The “header-image” child property" link="GtkAssistant.html#GtkAssistant--c-header-image"/>
794
815
  <keyword type="property" name="The “page-type” child property" link="GtkAssistant.html#GtkAssistant--c-page-type"/>
795
816
  <keyword type="property" name="The “sidebar-image” child property" link="GtkAssistant.html#GtkAssistant--c-sidebar-image"/>
@@ -982,6 +1003,8 @@
982
1003
  <keyword type="function" name="GtkFlowBoxSortFunc ()" link="GtkFlowBox.html#GtkFlowBoxSortFunc" since="3.12"/>
983
1004
  <keyword type="function" name="gtk_flow_box_set_sort_func ()" link="GtkFlowBox.html#gtk-flow-box-set-sort-func" since="3.12"/>
984
1005
  <keyword type="function" name="gtk_flow_box_invalidate_sort ()" link="GtkFlowBox.html#gtk-flow-box-invalidate-sort" since="3.12"/>
1006
+ <keyword type="function" name="GtkFlowBoxCreateWidgetFunc ()" link="GtkFlowBox.html#GtkFlowBoxCreateWidgetFunc" since="3.18"/>
1007
+ <keyword type="function" name="gtk_flow_box_bind_model ()" link="GtkFlowBox.html#gtk-flow-box-bind-model" since="3.18"/>
985
1008
  <keyword type="function" name="gtk_flow_box_child_new ()" link="GtkFlowBox.html#gtk-flow-box-child-new" since="3.12"/>
986
1009
  <keyword type="function" name="gtk_flow_box_child_get_index ()" link="GtkFlowBox.html#gtk-flow-box-child-get-index" since="3.12"/>
987
1010
  <keyword type="function" name="gtk_flow_box_child_is_selected ()" link="GtkFlowBox.html#gtk-flow-box-child-is-selected" since="3.12"/>
@@ -1023,10 +1046,13 @@
1023
1046
  <keyword type="function" name="gtk_stack_set_transition_type ()" link="GtkStack.html#gtk-stack-set-transition-type" since="3.10"/>
1024
1047
  <keyword type="function" name="gtk_stack_get_transition_type ()" link="GtkStack.html#gtk-stack-get-transition-type" since="3.10"/>
1025
1048
  <keyword type="function" name="gtk_stack_get_transition_running ()" link="GtkStack.html#gtk-stack-get-transition-running" since="3.12"/>
1049
+ <keyword type="function" name="gtk_stack_get_interpolate_size ()" link="GtkStack.html#gtk-stack-get-interpolate-size" since="3.18"/>
1050
+ <keyword type="function" name="gtk_stack_set_interpolate_size ()" link="GtkStack.html#gtk-stack-set-interpolate-size" since="3.18"/>
1026
1051
  <keyword type="struct" name="struct GtkStack" link="GtkStack.html#GtkStack-struct"/>
1027
1052
  <keyword type="enum" name="enum GtkStackTransitionType" link="GtkStack.html#GtkStackTransitionType"/>
1028
1053
  <keyword type="property" name="The “hhomogeneous” property" link="GtkStack.html#GtkStack--hhomogeneous"/>
1029
1054
  <keyword type="property" name="The “homogeneous” property" link="GtkStack.html#GtkStack--homogeneous"/>
1055
+ <keyword type="property" name="The “interpolate-size” property" link="GtkStack.html#GtkStack--interpolate-size"/>
1030
1056
  <keyword type="property" name="The “transition-duration” property" link="GtkStack.html#GtkStack--transition-duration"/>
1031
1057
  <keyword type="property" name="The “transition-running” property" link="GtkStack.html#GtkStack--transition-running"/>
1032
1058
  <keyword type="property" name="The “transition-type” property" link="GtkStack.html#GtkStack--transition-type"/>
@@ -1042,6 +1068,7 @@
1042
1068
  <keyword type="function" name="gtk_stack_switcher_set_stack ()" link="GtkStackSwitcher.html#gtk-stack-switcher-set-stack" since="3.10"/>
1043
1069
  <keyword type="function" name="gtk_stack_switcher_get_stack ()" link="GtkStackSwitcher.html#gtk-stack-switcher-get-stack" since="3.10"/>
1044
1070
  <keyword type="struct" name="struct GtkStackSwitcher" link="GtkStackSwitcher.html#GtkStackSwitcher-struct"/>
1071
+ <keyword type="property" name="The “icon-size” property" link="GtkStackSwitcher.html#GtkStackSwitcher--icon-size"/>
1045
1072
  <keyword type="property" name="The “stack” property" link="GtkStackSwitcher.html#GtkStackSwitcher--stack"/>
1046
1073
  <keyword type="function" name="gtk_stack_sidebar_new ()" link="GtkStackSidebar.html#gtk-stack-sidebar-new" since="3.16"/>
1047
1074
  <keyword type="function" name="gtk_stack_sidebar_set_stack ()" link="GtkStackSidebar.html#gtk-stack-sidebar-set-stack" since="3.16"/>
@@ -1085,8 +1112,13 @@
1085
1112
  <keyword type="property" name="The “position” child property" link="GtkHeaderBar.html#GtkHeaderBar--c-position"/>
1086
1113
  <keyword type="function" name="gtk_overlay_new ()" link="GtkOverlay.html#gtk-overlay-new" since="3.2"/>
1087
1114
  <keyword type="function" name="gtk_overlay_add_overlay ()" link="GtkOverlay.html#gtk-overlay-add-overlay" since="3.2"/>
1115
+ <keyword type="function" name="gtk_overlay_reorder_overlay ()" link="GtkOverlay.html#gtk-overlay-reorder-overlay"/>
1116
+ <keyword type="function" name="gtk_overlay_get_overlay_pass_through ()" link="GtkOverlay.html#gtk-overlay-get-overlay-pass-through" since="3.18"/>
1117
+ <keyword type="function" name="gtk_overlay_set_overlay_pass_through ()" link="GtkOverlay.html#gtk-overlay-set-overlay-pass-through" since="3.18"/>
1088
1118
  <keyword type="struct" name="struct GtkOverlay" link="GtkOverlay.html#GtkOverlay-struct"/>
1089
1119
  <keyword type="struct" name="struct GtkOverlayClass" link="GtkOverlay.html#GtkOverlayClass"/>
1120
+ <keyword type="property" name="The “index” child property" link="GtkOverlay.html#GtkOverlay--c-index"/>
1121
+ <keyword type="property" name="The “pass-through” child property" link="GtkOverlay.html#GtkOverlay--c-pass-through"/>
1090
1122
  <keyword type="signal" name="The “get-child-position” signal" link="GtkOverlay.html#GtkOverlay-get-child-position"/>
1091
1123
  <keyword type="function" name="gtk_button_box_new ()" link="GtkButtonBox.html#gtk-button-box-new" since="3.0"/>
1092
1124
  <keyword type="function" name="gtk_button_box_get_layout ()" link="GtkButtonBox.html#gtk-button-box-get-layout"/>
@@ -1230,8 +1262,8 @@
1230
1262
  <keyword type="function" name="gtk_expander_new_with_mnemonic ()" link="GtkExpander.html#gtk-expander-new-with-mnemonic" since="2.4"/>
1231
1263
  <keyword type="function" name="gtk_expander_set_expanded ()" link="GtkExpander.html#gtk-expander-set-expanded" since="2.4"/>
1232
1264
  <keyword type="function" name="gtk_expander_get_expanded ()" link="GtkExpander.html#gtk-expander-get-expanded" since="2.4"/>
1233
- <keyword type="function" name="gtk_expander_set_spacing ()" link="GtkExpander.html#gtk-expander-set-spacing" since="2.4"/>
1234
- <keyword type="function" name="gtk_expander_get_spacing ()" link="GtkExpander.html#gtk-expander-get-spacing" since="2.4"/>
1265
+ <keyword type="function" name="gtk_expander_set_spacing ()" link="GtkExpander.html#gtk-expander-set-spacing" deprecated="3.20: Use margins on the child instead." since="2.4"/>
1266
+ <keyword type="function" name="gtk_expander_get_spacing ()" link="GtkExpander.html#gtk-expander-get-spacing" deprecated="3.20: Use margins on the child instead." since="2.4"/>
1235
1267
  <keyword type="function" name="gtk_expander_set_label ()" link="GtkExpander.html#gtk-expander-set-label" since="2.4"/>
1236
1268
  <keyword type="function" name="gtk_expander_get_label ()" link="GtkExpander.html#gtk-expander-get-label" since="2.4"/>
1237
1269
  <keyword type="function" name="gtk_expander_set_use_underline ()" link="GtkExpander.html#gtk-expander-set-use-underline" since="2.4"/>
@@ -1469,6 +1501,7 @@
1469
1501
  <keyword type="function" name="gtk_level_bar_get_offset_value ()" link="GtkLevelBar.html#gtk-level-bar-get-offset-value" since="3.6"/>
1470
1502
  <keyword type="macro" name="GTK_LEVEL_BAR_OFFSET_LOW" link="GtkLevelBar.html#GTK-LEVEL-BAR-OFFSET-LOW:CAPS" since="3.6"/>
1471
1503
  <keyword type="macro" name="GTK_LEVEL_BAR_OFFSET_HIGH" link="GtkLevelBar.html#GTK-LEVEL-BAR-OFFSET-HIGH:CAPS" since="3.6"/>
1504
+ <keyword type="macro" name="GTK_LEVEL_BAR_OFFSET_FULL" link="GtkLevelBar.html#GTK-LEVEL-BAR-OFFSET-FULL:CAPS" since="3.20"/>
1472
1505
  <keyword type="enum" name="enum GtkLevelBarMode" link="GtkLevelBar.html#GtkLevelBarMode" since="3.6"/>
1473
1506
  <keyword type="struct" name="struct GtkLevelBar" link="GtkLevelBar.html#GtkLevelBar-struct"/>
1474
1507
  <keyword type="property" name="The “inverted” property" link="GtkLevelBar.html#GtkLevelBar--inverted"/>
@@ -1519,8 +1552,8 @@
1519
1552
  <keyword type="function" name="gtk_button_set_use_stock ()" link="GtkButton.html#gtk-button-set-use-stock" deprecated="3.10"/>
1520
1553
  <keyword type="function" name="gtk_button_get_use_underline ()" link="GtkButton.html#gtk-button-get-use-underline"/>
1521
1554
  <keyword type="function" name="gtk_button_set_use_underline ()" link="GtkButton.html#gtk-button-set-use-underline"/>
1522
- <keyword type="function" name="gtk_button_set_focus_on_click ()" link="GtkButton.html#gtk-button-set-focus-on-click" since="2.4"/>
1523
- <keyword type="function" name="gtk_button_get_focus_on_click ()" link="GtkButton.html#gtk-button-get-focus-on-click" since="2.4"/>
1555
+ <keyword type="function" name="gtk_button_set_focus_on_click ()" link="GtkButton.html#gtk-button-set-focus-on-click" deprecated="" since="2.4"/>
1556
+ <keyword type="function" name="gtk_button_get_focus_on_click ()" link="GtkButton.html#gtk-button-get-focus-on-click" deprecated="" since="2.4"/>
1524
1557
  <keyword type="function" name="gtk_button_set_alignment ()" link="GtkButton.html#gtk-button-set-alignment" deprecated="" since="2.4"/>
1525
1558
  <keyword type="function" name="gtk_button_get_alignment ()" link="GtkButton.html#gtk-button-get-alignment" deprecated="" since="2.4"/>
1526
1559
  <keyword type="function" name="gtk_button_set_image ()" link="GtkButton.html#gtk-button-set-image" since="2.6"/>
@@ -1533,7 +1566,6 @@
1533
1566
  <keyword type="struct" name="struct GtkButton" link="GtkButton.html#GtkButton-struct"/>
1534
1567
  <keyword type="struct" name="struct GtkButtonClass" link="GtkButton.html#GtkButtonClass"/>
1535
1568
  <keyword type="property" name="The “always-show-image” property" link="GtkButton.html#GtkButton--always-show-image"/>
1536
- <keyword type="property" name="The “focus-on-click” property" link="GtkButton.html#GtkButton--focus-on-click"/>
1537
1569
  <keyword type="property" name="The “image” property" link="GtkButton.html#GtkButton--image"/>
1538
1570
  <keyword type="property" name="The “image-position” property" link="GtkButton.html#GtkButton--image-position"/>
1539
1571
  <keyword type="property" name="The “label” property" link="GtkButton.html#GtkButton--label"/>
@@ -1629,6 +1661,7 @@
1629
1661
  <keyword type="struct" name="struct GtkSwitchClass" link="GtkSwitch.html#GtkSwitchClass"/>
1630
1662
  <keyword type="property" name="The “active” property" link="GtkSwitch.html#GtkSwitch--active"/>
1631
1663
  <keyword type="property" name="The “state” property" link="GtkSwitch.html#GtkSwitch--state"/>
1664
+ <keyword type="property" name="The “slider-height” style property" link="GtkSwitch.html#GtkSwitch--s-slider-height"/>
1632
1665
  <keyword type="property" name="The “slider-width” style property" link="GtkSwitch.html#GtkSwitch--s-slider-width"/>
1633
1666
  <keyword type="signal" name="The “activate” signal" link="GtkSwitch.html#GtkSwitch-activate"/>
1634
1667
  <keyword type="signal" name="The “state-set” signal" link="GtkSwitch.html#GtkSwitch-state-set"/>
@@ -1999,7 +2032,8 @@
1999
2032
  <keyword type="function" name="gtk_text_iter_get_marks ()" link="GtkTextIter.html#gtk-text-iter-get-marks"/>
2000
2033
  <keyword type="function" name="gtk_text_iter_get_toggled_tags ()" link="GtkTextIter.html#gtk-text-iter-get-toggled-tags"/>
2001
2034
  <keyword type="function" name="gtk_text_iter_get_child_anchor ()" link="GtkTextIter.html#gtk-text-iter-get-child-anchor"/>
2002
- <keyword type="function" name="gtk_text_iter_begins_tag ()" link="GtkTextIter.html#gtk-text-iter-begins-tag"/>
2035
+ <keyword type="function" name="gtk_text_iter_starts_tag ()" link="GtkTextIter.html#gtk-text-iter-starts-tag" since="3.20"/>
2036
+ <keyword type="function" name="gtk_text_iter_begins_tag ()" link="GtkTextIter.html#gtk-text-iter-begins-tag" deprecated="3.20: Use gtk_text_iter_starts_tag() instead."/>
2003
2037
  <keyword type="function" name="gtk_text_iter_ends_tag ()" link="GtkTextIter.html#gtk-text-iter-ends-tag"/>
2004
2038
  <keyword type="function" name="gtk_text_iter_toggles_tag ()" link="GtkTextIter.html#gtk-text-iter-toggles-tag"/>
2005
2039
  <keyword type="function" name="gtk_text_iter_has_tag ()" link="GtkTextIter.html#gtk-text-iter-has-tag"/>
@@ -2186,6 +2220,7 @@
2186
2220
  <keyword type="function" name="gtk_text_tag_get_priority ()" link="GtkTextTag.html#gtk-text-tag-get-priority"/>
2187
2221
  <keyword type="function" name="gtk_text_tag_set_priority ()" link="GtkTextTag.html#gtk-text-tag-set-priority"/>
2188
2222
  <keyword type="function" name="gtk_text_tag_event ()" link="GtkTextTag.html#gtk-text-tag-event"/>
2223
+ <keyword type="function" name="gtk_text_tag_changed ()" link="GtkTextTag.html#gtk-text-tag-changed" since="3.20"/>
2189
2224
  <keyword type="function" name="gtk_text_attributes_new ()" link="GtkTextTag.html#gtk-text-attributes-new"/>
2190
2225
  <keyword type="function" name="gtk_text_attributes_copy ()" link="GtkTextTag.html#gtk-text-attributes-copy"/>
2191
2226
  <keyword type="function" name="gtk_text_attributes_copy_values ()" link="GtkTextTag.html#gtk-text-attributes-copy-values"/>
@@ -2210,6 +2245,8 @@
2210
2245
  <keyword type="property" name="The “family-set” property" link="GtkTextTag.html#GtkTextTag--family-set"/>
2211
2246
  <keyword type="property" name="The “font” property" link="GtkTextTag.html#GtkTextTag--font"/>
2212
2247
  <keyword type="property" name="The “font-desc” property" link="GtkTextTag.html#GtkTextTag--font-desc"/>
2248
+ <keyword type="property" name="The “font-features” property" link="GtkTextTag.html#GtkTextTag--font-features"/>
2249
+ <keyword type="property" name="The “font-features-set” property" link="GtkTextTag.html#GtkTextTag--font-features-set"/>
2213
2250
  <keyword type="property" name="The “foreground” property" link="GtkTextTag.html#GtkTextTag--foreground"/>
2214
2251
  <keyword type="property" name="The “foreground-gdk” property" link="GtkTextTag.html#GtkTextTag--foreground-gdk"/>
2215
2252
  <keyword type="property" name="The “foreground-rgba” property" link="GtkTextTag.html#GtkTextTag--foreground-rgba"/>
@@ -2320,6 +2357,7 @@
2320
2357
  <keyword type="function" name="gtk_text_view_get_editable ()" link="GtkTextView.html#gtk-text-view-get-editable"/>
2321
2358
  <keyword type="function" name="gtk_text_view_set_cursor_visible ()" link="GtkTextView.html#gtk-text-view-set-cursor-visible"/>
2322
2359
  <keyword type="function" name="gtk_text_view_get_cursor_visible ()" link="GtkTextView.html#gtk-text-view-get-cursor-visible"/>
2360
+ <keyword type="function" name="gtk_text_view_reset_cursor_blink ()" link="GtkTextView.html#gtk-text-view-reset-cursor-blink" since="3.20"/>
2323
2361
  <keyword type="function" name="gtk_text_view_set_overwrite ()" link="GtkTextView.html#gtk-text-view-set-overwrite" since="2.4"/>
2324
2362
  <keyword type="function" name="gtk_text_view_get_overwrite ()" link="GtkTextView.html#gtk-text-view-get-overwrite" since="2.4"/>
2325
2363
  <keyword type="function" name="gtk_text_view_set_pixels_above_lines ()" link="GtkTextView.html#gtk-text-view-set-pixels-above-lines"/>
@@ -2334,6 +2372,10 @@
2334
2372
  <keyword type="function" name="gtk_text_view_get_left_margin ()" link="GtkTextView.html#gtk-text-view-get-left-margin"/>
2335
2373
  <keyword type="function" name="gtk_text_view_set_right_margin ()" link="GtkTextView.html#gtk-text-view-set-right-margin"/>
2336
2374
  <keyword type="function" name="gtk_text_view_get_right_margin ()" link="GtkTextView.html#gtk-text-view-get-right-margin"/>
2375
+ <keyword type="function" name="gtk_text_view_set_top_margin ()" link="GtkTextView.html#gtk-text-view-set-top-margin" since="3.18"/>
2376
+ <keyword type="function" name="gtk_text_view_get_top_margin ()" link="GtkTextView.html#gtk-text-view-get-top-margin" since="3.18"/>
2377
+ <keyword type="function" name="gtk_text_view_set_bottom_margin ()" link="GtkTextView.html#gtk-text-view-set-bottom-margin" since="3.18"/>
2378
+ <keyword type="function" name="gtk_text_view_get_bottom_margin ()" link="GtkTextView.html#gtk-text-view-get-bottom-margin" since="3.18"/>
2337
2379
  <keyword type="function" name="gtk_text_view_set_indent ()" link="GtkTextView.html#gtk-text-view-set-indent"/>
2338
2380
  <keyword type="function" name="gtk_text_view_get_indent ()" link="GtkTextView.html#gtk-text-view-get-indent"/>
2339
2381
  <keyword type="function" name="gtk_text_view_set_tabs ()" link="GtkTextView.html#gtk-text-view-set-tabs"/>
@@ -2349,7 +2391,6 @@
2349
2391
  <keyword type="function" name="gtk_text_view_get_input_hints ()" link="GtkTextView.html#gtk-text-view-get-input-hints" since="3.6"/>
2350
2392
  <keyword type="function" name="gtk_text_view_set_monospace ()" link="GtkTextView.html#gtk-text-view-set-monospace" since="3.16"/>
2351
2393
  <keyword type="function" name="gtk_text_view_get_monospace ()" link="GtkTextView.html#gtk-text-view-get-monospace" since="3.16"/>
2352
- <keyword type="macro" name="GTK_TEXT_VIEW_PRIORITY_VALIDATE" link="GtkTextView.html#GTK-TEXT-VIEW-PRIORITY-VALIDATE:CAPS"/>
2353
2394
  <keyword type="struct" name="struct GtkTextView" link="GtkTextView.html#GtkTextView-struct"/>
2354
2395
  <keyword type="struct" name="struct GtkTextViewClass" link="GtkTextView.html#GtkTextViewClass"/>
2355
2396
  <keyword type="enum" name="enum GtkTextViewLayer" link="GtkTextView.html#GtkTextViewLayer"/>
@@ -2357,7 +2398,9 @@
2357
2398
  <keyword type="enum" name="enum GtkTextExtendSelection" link="GtkTextView.html#GtkTextExtendSelection" since="3.16"/>
2358
2399
  <keyword type="enum" name="enum GtkWrapMode" link="GtkTextView.html#GtkWrapMode"/>
2359
2400
  <keyword type="struct" name="struct GtkTextChildAnchor" link="GtkTextView.html#GtkTextChildAnchor-struct"/>
2401
+ <keyword type="macro" name="GTK_TEXT_VIEW_PRIORITY_VALIDATE" link="GtkTextView.html#GTK-TEXT-VIEW-PRIORITY-VALIDATE:CAPS"/>
2360
2402
  <keyword type="property" name="The “accepts-tab” property" link="GtkTextView.html#GtkTextView--accepts-tab"/>
2403
+ <keyword type="property" name="The “bottom-margin” property" link="GtkTextView.html#GtkTextView--bottom-margin"/>
2361
2404
  <keyword type="property" name="The “buffer” property" link="GtkTextView.html#GtkTextView--buffer"/>
2362
2405
  <keyword type="property" name="The “cursor-visible” property" link="GtkTextView.html#GtkTextView--cursor-visible"/>
2363
2406
  <keyword type="property" name="The “editable” property" link="GtkTextView.html#GtkTextView--editable"/>
@@ -2375,6 +2418,7 @@
2375
2418
  <keyword type="property" name="The “populate-all” property" link="GtkTextView.html#GtkTextView--populate-all"/>
2376
2419
  <keyword type="property" name="The “right-margin” property" link="GtkTextView.html#GtkTextView--right-margin"/>
2377
2420
  <keyword type="property" name="The “tabs” property" link="GtkTextView.html#GtkTextView--tabs"/>
2421
+ <keyword type="property" name="The “top-margin” property" link="GtkTextView.html#GtkTextView--top-margin"/>
2378
2422
  <keyword type="property" name="The “wrap-mode” property" link="GtkTextView.html#GtkTextView--wrap-mode"/>
2379
2423
  <keyword type="property" name="The “error-underline-color” style property" link="GtkTextView.html#GtkTextView--s-error-underline-color"/>
2380
2424
  <keyword type="signal" name="The “backspace” signal" link="GtkTextView.html#GtkTextView-backspace"/>
@@ -2853,8 +2897,6 @@
2853
2897
  <keyword type="signal" name="The “toggle-cursor-item” signal" link="GtkIconView.html#GtkIconView-toggle-cursor-item"/>
2854
2898
  <keyword type="signal" name="The “unselect-all” signal" link="GtkIconView.html#GtkIconView-unselect-all"/>
2855
2899
  <keyword type="function" name="GtkTreeIterCompareFunc ()" link="GtkTreeSortable.html#GtkTreeIterCompareFunc"/>
2856
- <keyword type="macro" name="GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID" link="GtkTreeSortable.html#GTK-TREE-SORTABLE-DEFAULT-SORT-COLUMN-ID:CAPS"/>
2857
- <keyword type="macro" name="GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID" link="GtkTreeSortable.html#GTK-TREE-SORTABLE-UNSORTED-SORT-COLUMN-ID:CAPS"/>
2858
2900
  <keyword type="function" name="gtk_tree_sortable_sort_column_changed ()" link="GtkTreeSortable.html#gtk-tree-sortable-sort-column-changed"/>
2859
2901
  <keyword type="function" name="gtk_tree_sortable_get_sort_column_id ()" link="GtkTreeSortable.html#gtk-tree-sortable-get-sort-column-id"/>
2860
2902
  <keyword type="function" name="gtk_tree_sortable_set_sort_column_id ()" link="GtkTreeSortable.html#gtk-tree-sortable-set-sort-column-id"/>
@@ -2863,6 +2905,8 @@
2863
2905
  <keyword type="function" name="gtk_tree_sortable_has_default_sort_func ()" link="GtkTreeSortable.html#gtk-tree-sortable-has-default-sort-func"/>
2864
2906
  <keyword type="struct" name="GtkTreeSortable" link="GtkTreeSortable.html#GtkTreeSortable-struct"/>
2865
2907
  <keyword type="struct" name="struct GtkTreeSortableIface" link="GtkTreeSortable.html#GtkTreeSortableIface"/>
2908
+ <keyword type="macro" name="GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID" link="GtkTreeSortable.html#GTK-TREE-SORTABLE-DEFAULT-SORT-COLUMN-ID:CAPS"/>
2909
+ <keyword type="macro" name="GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID" link="GtkTreeSortable.html#GTK-TREE-SORTABLE-UNSORTED-SORT-COLUMN-ID:CAPS"/>
2866
2910
  <keyword type="signal" name="The “sort-column-changed” signal" link="GtkTreeSortable.html#GtkTreeSortable-sort-column-changed"/>
2867
2911
  <keyword type="function" name="gtk_tree_model_sort_new_with_model ()" link="GtkTreeModelSort.html#gtk-tree-model-sort-new-with-model"/>
2868
2912
  <keyword type="function" name="gtk_tree_model_sort_get_model ()" link="GtkTreeModelSort.html#gtk-tree-model-sort-get-model"/>
@@ -3236,8 +3280,8 @@
3236
3280
  <keyword type="function" name="gtk_combo_box_get_add_tearoffs ()" link="GtkComboBox.html#gtk-combo-box-get-add-tearoffs" deprecated="3.10"/>
3237
3281
  <keyword type="function" name="gtk_combo_box_set_title ()" link="GtkComboBox.html#gtk-combo-box-set-title" deprecated="3.10" since="2.10"/>
3238
3282
  <keyword type="function" name="gtk_combo_box_get_title ()" link="GtkComboBox.html#gtk-combo-box-get-title" deprecated="3.10" since="2.10"/>
3239
- <keyword type="function" name="gtk_combo_box_set_focus_on_click ()" link="GtkComboBox.html#gtk-combo-box-set-focus-on-click" since="2.6"/>
3240
- <keyword type="function" name="gtk_combo_box_get_focus_on_click ()" link="GtkComboBox.html#gtk-combo-box-get-focus-on-click" since="2.6"/>
3283
+ <keyword type="function" name="gtk_combo_box_set_focus_on_click ()" link="GtkComboBox.html#gtk-combo-box-set-focus-on-click" deprecated="" since="2.6"/>
3284
+ <keyword type="function" name="gtk_combo_box_get_focus_on_click ()" link="GtkComboBox.html#gtk-combo-box-get-focus-on-click" deprecated="" since="2.6"/>
3241
3285
  <keyword type="function" name="gtk_combo_box_set_button_sensitivity ()" link="GtkComboBox.html#gtk-combo-box-set-button-sensitivity" since="2.14"/>
3242
3286
  <keyword type="function" name="gtk_combo_box_get_button_sensitivity ()" link="GtkComboBox.html#gtk-combo-box-get-button-sensitivity" since="2.14"/>
3243
3287
  <keyword type="function" name="gtk_combo_box_get_has_entry ()" link="GtkComboBox.html#gtk-combo-box-get-has-entry" since="2.24"/>
@@ -3254,7 +3298,6 @@
3254
3298
  <keyword type="property" name="The “cell-area” property" link="GtkComboBox.html#GtkComboBox--cell-area"/>
3255
3299
  <keyword type="property" name="The “column-span-column” property" link="GtkComboBox.html#GtkComboBox--column-span-column"/>
3256
3300
  <keyword type="property" name="The “entry-text-column” property" link="GtkComboBox.html#GtkComboBox--entry-text-column"/>
3257
- <keyword type="property" name="The “focus-on-click” property" link="GtkComboBox.html#GtkComboBox--focus-on-click"/>
3258
3301
  <keyword type="property" name="The “has-entry” property" link="GtkComboBox.html#GtkComboBox--has-entry"/>
3259
3302
  <keyword type="property" name="The “has-frame” property" link="GtkComboBox.html#GtkComboBox--has-frame"/>
3260
3303
  <keyword type="property" name="The “id-column” property" link="GtkComboBox.html#GtkComboBox--id-column"/>
@@ -3395,6 +3438,7 @@
3395
3438
  <keyword type="function" name="gtk_radio_menu_item_new_with_mnemonic_from_widget ()" link="GtkRadioMenuItem.html#gtk-radio-menu-item-new-with-mnemonic-from-widget" since="2.4"/>
3396
3439
  <keyword type="function" name="gtk_radio_menu_item_set_group ()" link="GtkRadioMenuItem.html#gtk-radio-menu-item-set-group"/>
3397
3440
  <keyword type="function" name="gtk_radio_menu_item_get_group ()" link="GtkRadioMenuItem.html#gtk-radio-menu-item-get-group"/>
3441
+ <keyword type="function" name="gtk_radio_menu_item_join_group ()" link="GtkRadioMenuItem.html#gtk-radio-menu-item-join-group" since="3.18"/>
3398
3442
  <keyword type="struct" name="struct GtkRadioMenuItem" link="GtkRadioMenuItem.html#GtkRadioMenuItem-struct"/>
3399
3443
  <keyword type="property" name="The “group” property" link="GtkRadioMenuItem.html#GtkRadioMenuItem--group"/>
3400
3444
  <keyword type="signal" name="The “group-changed” signal" link="GtkRadioMenuItem.html#GtkRadioMenuItem-group-changed"/>
@@ -3446,7 +3490,7 @@
3446
3490
  <keyword type="function" name="gtk_toolbar_set_icon_size ()" link="GtkToolbar.html#gtk-toolbar-set-icon-size"/>
3447
3491
  <keyword type="function" name="gtk_toolbar_unset_style ()" link="GtkToolbar.html#gtk-toolbar-unset-style"/>
3448
3492
  <keyword type="struct" name="struct GtkToolbar" link="GtkToolbar.html#GtkToolbar-struct"/>
3449
- <keyword type="enum" name="enum GtkToolbarSpaceStyle" link="GtkToolbar.html#GtkToolbarSpaceStyle"/>
3493
+ <keyword type="enum" name="enum GtkToolbarSpaceStyle" link="GtkToolbar.html#GtkToolbarSpaceStyle" deprecated="3.20"/>
3450
3494
  <keyword type="property" name="The “icon-size” property" link="GtkToolbar.html#GtkToolbar--icon-size"/>
3451
3495
  <keyword type="property" name="The “icon-size-set” property" link="GtkToolbar.html#GtkToolbar--icon-size-set"/>
3452
3496
  <keyword type="property" name="The “show-arrow” property" link="GtkToolbar.html#GtkToolbar--show-arrow"/>
@@ -3566,7 +3610,7 @@
3566
3610
  <keyword type="struct" name="struct GtkSeparatorToolItemClass" link="GtkSeparatorToolItem.html#GtkSeparatorToolItemClass"/>
3567
3611
  <keyword type="property" name="The “draw” property" link="GtkSeparatorToolItem.html#GtkSeparatorToolItem--draw"/>
3568
3612
  <keyword type="function" name="gtk_tool_button_new ()" link="GtkToolButton.html#gtk-tool-button-new" since="2.4"/>
3569
- <keyword type="function" name="gtk_tool_button_new_from_stock ()" link="GtkToolButton.html#gtk-tool-button-new-from-stock" deprecated="3.10: Use gtk_tool_button_new() instead." since="2.4"/>
3613
+ <keyword type="function" name="gtk_tool_button_new_from_stock ()" link="GtkToolButton.html#gtk-tool-button-new-from-stock" deprecated="" since="2.4"/>
3570
3614
  <keyword type="function" name="gtk_tool_button_set_label ()" link="GtkToolButton.html#gtk-tool-button-set-label" since="2.4"/>
3571
3615
  <keyword type="function" name="gtk_tool_button_get_label ()" link="GtkToolButton.html#gtk-tool-button-get-label" since="2.4"/>
3572
3616
  <keyword type="function" name="gtk_tool_button_set_use_underline ()" link="GtkToolButton.html#gtk-tool-button-set-use-underline" since="2.4"/>
@@ -3624,11 +3668,17 @@
3624
3668
  <keyword type="function" name="gtk_popover_get_pointing_to ()" link="GtkPopover.html#gtk-popover-get-pointing-to"/>
3625
3669
  <keyword type="function" name="gtk_popover_set_position ()" link="GtkPopover.html#gtk-popover-set-position" since="3.12"/>
3626
3670
  <keyword type="function" name="gtk_popover_get_position ()" link="GtkPopover.html#gtk-popover-get-position"/>
3671
+ <keyword type="function" name="gtk_popover_set_constrain_to ()" link="GtkPopover.html#gtk-popover-set-constrain-to" since="3.20"/>
3672
+ <keyword type="function" name="gtk_popover_get_constrain_to ()" link="GtkPopover.html#gtk-popover-get-constrain-to" since="3.20"/>
3627
3673
  <keyword type="function" name="gtk_popover_set_modal ()" link="GtkPopover.html#gtk-popover-set-modal" since="3.12"/>
3628
3674
  <keyword type="function" name="gtk_popover_get_modal ()" link="GtkPopover.html#gtk-popover-get-modal" since="3.12"/>
3629
3675
  <keyword type="function" name="gtk_popover_set_transitions_enabled ()" link="GtkPopover.html#gtk-popover-set-transitions-enabled" since="3.16"/>
3630
3676
  <keyword type="function" name="gtk_popover_get_transitions_enabled ()" link="GtkPopover.html#gtk-popover-get-transitions-enabled" since="3.16"/>
3677
+ <keyword type="function" name="gtk_popover_set_default_widget ()" link="GtkPopover.html#gtk-popover-set-default-widget" since="3.18"/>
3678
+ <keyword type="function" name="gtk_popover_get_default_widget ()" link="GtkPopover.html#gtk-popover-get-default-widget" since="3.18"/>
3631
3679
  <keyword type="struct" name="struct GtkPopover" link="GtkPopover.html#GtkPopover-struct"/>
3680
+ <keyword type="enum" name="enum GtkPopoverConstraint" link="GtkPopover.html#GtkPopoverConstraint" since="3.20"/>
3681
+ <keyword type="property" name="The “constrain-to” property" link="GtkPopover.html#GtkPopover--constrain-to"/>
3632
3682
  <keyword type="property" name="The “modal” property" link="GtkPopover.html#GtkPopover--modal"/>
3633
3683
  <keyword type="property" name="The “pointing-to” property" link="GtkPopover.html#GtkPopover--pointing-to"/>
3634
3684
  <keyword type="property" name="The “position” property" link="GtkPopover.html#GtkPopover--position"/>
@@ -3667,6 +3717,7 @@
3667
3717
  <keyword type="property" name="The “alpha” property" link="GtkColorButton.html#GtkColorButton--alpha"/>
3668
3718
  <keyword type="property" name="The “color” property" link="GtkColorButton.html#GtkColorButton--color"/>
3669
3719
  <keyword type="property" name="The “rgba” property" link="GtkColorButton.html#GtkColorButton--rgba"/>
3720
+ <keyword type="property" name="The “show-editor” property" link="GtkColorButton.html#GtkColorButton--show-editor"/>
3670
3721
  <keyword type="property" name="The “title” property" link="GtkColorButton.html#GtkColorButton--title"/>
3671
3722
  <keyword type="property" name="The “use-alpha” property" link="GtkColorButton.html#GtkColorButton--use-alpha"/>
3672
3723
  <keyword type="signal" name="The “color-set” signal" link="GtkColorButton.html#GtkColorButton-color-set"/>
@@ -3677,7 +3728,6 @@
3677
3728
  <keyword type="function" name="gtk_color_chooser_dialog_new ()" link="GtkColorChooserDialog.html#gtk-color-chooser-dialog-new" since="3.4"/>
3678
3729
  <keyword type="struct" name="struct GtkColorChooserDialog" link="GtkColorChooserDialog.html#GtkColorChooserDialog-struct"/>
3679
3730
  <keyword type="property" name="The “show-editor” property" link="GtkColorChooserDialog.html#GtkColorChooserDialog--show-editor"/>
3680
- <keyword type="macro" name="GTK_FILE_CHOOSER_ERROR" link="GtkFileChooser.html#GTK-FILE-CHOOSER-ERROR:CAPS"/>
3681
3731
  <keyword type="function" name="gtk_file_chooser_set_action ()" link="GtkFileChooser.html#gtk-file-chooser-set-action" since="2.4"/>
3682
3732
  <keyword type="function" name="gtk_file_chooser_get_action ()" link="GtkFileChooser.html#gtk-file-chooser-get-action" since="2.4"/>
3683
3733
  <keyword type="function" name="gtk_file_chooser_set_local_only ()" link="GtkFileChooser.html#gtk-file-chooser-set-local-only" since="2.4"/>
@@ -3740,6 +3790,7 @@
3740
3790
  <keyword type="struct" name="GtkFileChooser" link="GtkFileChooser.html#GtkFileChooser-struct"/>
3741
3791
  <keyword type="enum" name="enum GtkFileChooserAction" link="GtkFileChooser.html#GtkFileChooserAction"/>
3742
3792
  <keyword type="enum" name="enum GtkFileChooserConfirmation" link="GtkFileChooser.html#GtkFileChooserConfirmation" since="2.8"/>
3793
+ <keyword type="macro" name="GTK_FILE_CHOOSER_ERROR" link="GtkFileChooser.html#GTK-FILE-CHOOSER-ERROR:CAPS"/>
3743
3794
  <keyword type="enum" name="enum GtkFileChooserError" link="GtkFileChooser.html#GtkFileChooserError"/>
3744
3795
  <keyword type="property" name="The “action” property" link="GtkFileChooser.html#GtkFileChooser--action"/>
3745
3796
  <keyword type="property" name="The “create-folders” property" link="GtkFileChooser.html#GtkFileChooser--create-folders"/>
@@ -3763,27 +3814,33 @@
3763
3814
  <keyword type="function" name="gtk_file_chooser_button_set_title ()" link="GtkFileChooserButton.html#gtk-file-chooser-button-set-title" since="2.6"/>
3764
3815
  <keyword type="function" name="gtk_file_chooser_button_get_width_chars ()" link="GtkFileChooserButton.html#gtk-file-chooser-button-get-width-chars" since="2.6"/>
3765
3816
  <keyword type="function" name="gtk_file_chooser_button_set_width_chars ()" link="GtkFileChooserButton.html#gtk-file-chooser-button-set-width-chars" since="2.6"/>
3766
- <keyword type="function" name="gtk_file_chooser_button_get_focus_on_click ()" link="GtkFileChooserButton.html#gtk-file-chooser-button-get-focus-on-click" since="2.10"/>
3767
- <keyword type="function" name="gtk_file_chooser_button_set_focus_on_click ()" link="GtkFileChooserButton.html#gtk-file-chooser-button-set-focus-on-click" since="2.10"/>
3817
+ <keyword type="function" name="gtk_file_chooser_button_get_focus_on_click ()" link="GtkFileChooserButton.html#gtk-file-chooser-button-get-focus-on-click" deprecated="" since="2.10"/>
3818
+ <keyword type="function" name="gtk_file_chooser_button_set_focus_on_click ()" link="GtkFileChooserButton.html#gtk-file-chooser-button-set-focus-on-click" deprecated="" since="2.10"/>
3768
3819
  <keyword type="struct" name="struct GtkFileChooserButton" link="GtkFileChooserButton.html#GtkFileChooserButton-struct"/>
3769
3820
  <keyword type="struct" name="struct GtkFileChooserButtonClass" link="GtkFileChooserButton.html#GtkFileChooserButtonClass"/>
3770
3821
  <keyword type="property" name="The “dialog” property" link="GtkFileChooserButton.html#GtkFileChooserButton--dialog"/>
3771
- <keyword type="property" name="The “focus-on-click” property" link="GtkFileChooserButton.html#GtkFileChooserButton--focus-on-click"/>
3772
3822
  <keyword type="property" name="The “title” property" link="GtkFileChooserButton.html#GtkFileChooserButton--title"/>
3773
3823
  <keyword type="property" name="The “width-chars” property" link="GtkFileChooserButton.html#GtkFileChooserButton--width-chars"/>
3774
3824
  <keyword type="signal" name="The “file-set” signal" link="GtkFileChooserButton.html#GtkFileChooserButton-file-set"/>
3825
+ <keyword type="function" name="gtk_file_chooser_native_new ()" link="gtk3-GtkFileChooserNative.html#gtk-file-chooser-native-new" since="3.20"/>
3826
+ <keyword type="function" name="gtk_file_chooser_native_get_accept_label ()" link="gtk3-GtkFileChooserNative.html#gtk-file-chooser-native-get-accept-label" since="3.20"/>
3827
+ <keyword type="function" name="gtk_file_chooser_native_set_accept_label ()" link="gtk3-GtkFileChooserNative.html#gtk-file-chooser-native-set-accept-label" since="3.20"/>
3828
+ <keyword type="function" name="gtk_file_chooser_native_get_cancel_label ()" link="gtk3-GtkFileChooserNative.html#gtk-file-chooser-native-get-cancel-label" since="3.20"/>
3829
+ <keyword type="function" name="gtk_file_chooser_native_set_cancel_label ()" link="gtk3-GtkFileChooserNative.html#gtk-file-chooser-native-set-cancel-label" since="3.20"/>
3775
3830
  <keyword type="function" name="gtk_file_chooser_dialog_new ()" link="GtkFileChooserDialog.html#gtk-file-chooser-dialog-new" since="2.4"/>
3776
3831
  <keyword type="struct" name="struct GtkFileChooserDialog" link="GtkFileChooserDialog.html#GtkFileChooserDialog-struct"/>
3777
3832
  <keyword type="function" name="gtk_file_chooser_widget_new ()" link="GtkFileChooserWidget.html#gtk-file-chooser-widget-new" since="2.4"/>
3778
3833
  <keyword type="struct" name="struct GtkFileChooserWidget" link="GtkFileChooserWidget.html#GtkFileChooserWidget-struct"/>
3779
3834
  <keyword type="struct" name="struct GtkFileChooserWidgetClass" link="GtkFileChooserWidget.html#GtkFileChooserWidgetClass"/>
3780
3835
  <keyword type="property" name="The “search-mode” property" link="GtkFileChooserWidget.html#GtkFileChooserWidget--search-mode"/>
3836
+ <keyword type="property" name="The “subtitle” property" link="GtkFileChooserWidget.html#GtkFileChooserWidget--subtitle"/>
3781
3837
  <keyword type="signal" name="The “desktop-folder” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-desktop-folder"/>
3782
3838
  <keyword type="signal" name="The “down-folder” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-down-folder"/>
3783
3839
  <keyword type="signal" name="The “home-folder” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-home-folder"/>
3784
3840
  <keyword type="signal" name="The “location-popup” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-location-popup"/>
3785
3841
  <keyword type="signal" name="The “location-popup-on-paste” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-location-popup-on-paste"/>
3786
3842
  <keyword type="signal" name="The “location-toggle-popup” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-location-toggle-popup"/>
3843
+ <keyword type="signal" name="The “places-shortcut” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-places-shortcut"/>
3787
3844
  <keyword type="signal" name="The “quick-bookmark” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-quick-bookmark"/>
3788
3845
  <keyword type="signal" name="The “recent-shortcut” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-recent-shortcut"/>
3789
3846
  <keyword type="signal" name="The “search-shortcut” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-search-shortcut"/>
@@ -3815,6 +3872,8 @@
3815
3872
  <keyword type="function" name="gtk_font_chooser_set_show_preview_entry ()" link="GtkFontChooser.html#gtk-font-chooser-set-show-preview-entry" since="3.2"/>
3816
3873
  <keyword type="function" name="GtkFontFilterFunc ()" link="GtkFontChooser.html#GtkFontFilterFunc"/>
3817
3874
  <keyword type="function" name="gtk_font_chooser_set_filter_func ()" link="GtkFontChooser.html#gtk-font-chooser-set-filter-func" since="3.2"/>
3875
+ <keyword type="function" name="gtk_font_chooser_set_font_map ()" link="GtkFontChooser.html#gtk-font-chooser-set-font-map" since="3.18"/>
3876
+ <keyword type="function" name="gtk_font_chooser_get_font_map ()" link="GtkFontChooser.html#gtk-font-chooser-get-font-map" since="3.18"/>
3818
3877
  <keyword type="struct" name="GtkFontChooser" link="GtkFontChooser.html#GtkFontChooser-struct"/>
3819
3878
  <keyword type="property" name="The “font” property" link="GtkFontChooser.html#GtkFontChooser--font"/>
3820
3879
  <keyword type="property" name="The “font-desc” property" link="GtkFontChooser.html#GtkFontChooser--font-desc"/>
@@ -3854,34 +3913,49 @@
3854
3913
  <keyword type="function" name="gtk_places_sidebar_get_open_flags ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-get-open-flags" since="3.10"/>
3855
3914
  <keyword type="function" name="gtk_places_sidebar_set_location ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-set-location" since="3.10"/>
3856
3915
  <keyword type="function" name="gtk_places_sidebar_get_location ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-get-location" since="3.10"/>
3916
+ <keyword type="function" name="gtk_places_sidebar_set_show_recent ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-recent" since="3.18"/>
3917
+ <keyword type="function" name="gtk_places_sidebar_get_show_recent ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-recent" since="3.18"/>
3857
3918
  <keyword type="function" name="gtk_places_sidebar_set_show_desktop ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-desktop" since="3.10"/>
3858
3919
  <keyword type="function" name="gtk_places_sidebar_get_show_desktop ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-desktop" since="3.10"/>
3859
3920
  <keyword type="function" name="gtk_places_sidebar_add_shortcut ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-add-shortcut" since="3.10"/>
3860
3921
  <keyword type="function" name="gtk_places_sidebar_remove_shortcut ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-remove-shortcut" since="3.10"/>
3861
3922
  <keyword type="function" name="gtk_places_sidebar_list_shortcuts ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-list-shortcuts" since="3.10"/>
3862
3923
  <keyword type="function" name="gtk_places_sidebar_get_nth_bookmark ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-get-nth-bookmark" since="3.10"/>
3863
- <keyword type="function" name="gtk_places_sidebar_get_show_connect_to_server ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-connect-to-server" since="3.10"/>
3864
- <keyword type="function" name="gtk_places_sidebar_set_show_connect_to_server ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-connect-to-server" since="3.10"/>
3924
+ <keyword type="function" name="gtk_places_sidebar_get_show_connect_to_server ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-connect-to-server" deprecated=""/>
3925
+ <keyword type="function" name="gtk_places_sidebar_set_show_connect_to_server ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-connect-to-server" deprecated="" since="3.10"/>
3865
3926
  <keyword type="function" name="gtk_places_sidebar_get_local_only ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-get-local-only" since="3.12"/>
3866
3927
  <keyword type="function" name="gtk_places_sidebar_set_local_only ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-set-local-only" since="3.12"/>
3867
3928
  <keyword type="function" name="gtk_places_sidebar_get_show_enter_location ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-enter-location" since="3.14"/>
3868
3929
  <keyword type="function" name="gtk_places_sidebar_set_show_enter_location ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-enter-location" since="3.14"/>
3930
+ <keyword type="function" name="gtk_places_sidebar_get_show_trash ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-trash" since="3.18"/>
3931
+ <keyword type="function" name="gtk_places_sidebar_set_show_trash ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-trash" since="3.18"/>
3932
+ <keyword type="function" name="gtk_places_sidebar_get_show_other_locations ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-other-locations" since="3.18"/>
3933
+ <keyword type="function" name="gtk_places_sidebar_set_show_other_locations ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-other-locations" since="3.18"/>
3934
+ <keyword type="function" name="gtk_places_sidebar_set_drop_targets_visible ()" link="GtkPlacesSidebar.html#gtk-places-sidebar-set-drop-targets-visible" since="3.18"/>
3869
3935
  <keyword type="struct" name="GtkPlacesSidebar" link="GtkPlacesSidebar.html#GtkPlacesSidebar-struct"/>
3870
3936
  <keyword type="enum" name="enum GtkPlacesOpenFlags" link="GtkPlacesSidebar.html#GtkPlacesOpenFlags"/>
3871
3937
  <keyword type="property" name="The “local-only” property" link="GtkPlacesSidebar.html#GtkPlacesSidebar--local-only"/>
3872
3938
  <keyword type="property" name="The “location” property" link="GtkPlacesSidebar.html#GtkPlacesSidebar--location"/>
3873
3939
  <keyword type="property" name="The “open-flags” property" link="GtkPlacesSidebar.html#GtkPlacesSidebar--open-flags"/>
3940
+ <keyword type="property" name="The “populate-all” property" link="GtkPlacesSidebar.html#GtkPlacesSidebar--populate-all"/>
3874
3941
  <keyword type="property" name="The “show-connect-to-server” property" link="GtkPlacesSidebar.html#GtkPlacesSidebar--show-connect-to-server"/>
3875
3942
  <keyword type="property" name="The “show-desktop” property" link="GtkPlacesSidebar.html#GtkPlacesSidebar--show-desktop"/>
3876
3943
  <keyword type="property" name="The “show-enter-location” property" link="GtkPlacesSidebar.html#GtkPlacesSidebar--show-enter-location"/>
3944
+ <keyword type="property" name="The “show-other-locations” property" link="GtkPlacesSidebar.html#GtkPlacesSidebar--show-other-locations"/>
3945
+ <keyword type="property" name="The “show-recent” property" link="GtkPlacesSidebar.html#GtkPlacesSidebar--show-recent"/>
3946
+ <keyword type="property" name="The “show-trash” property" link="GtkPlacesSidebar.html#GtkPlacesSidebar--show-trash"/>
3877
3947
  <keyword type="signal" name="The “drag-action-ask” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-drag-action-ask"/>
3878
3948
  <keyword type="signal" name="The “drag-action-requested” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-drag-action-requested"/>
3879
3949
  <keyword type="signal" name="The “drag-perform-drop” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-drag-perform-drop"/>
3950
+ <keyword type="signal" name="The “mount” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-mount"/>
3880
3951
  <keyword type="signal" name="The “open-location” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-open-location"/>
3881
3952
  <keyword type="signal" name="The “populate-popup” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-populate-popup"/>
3882
3953
  <keyword type="signal" name="The “show-connect-to-server” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-show-connect-to-server"/>
3883
3954
  <keyword type="signal" name="The “show-enter-location” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-show-enter-location"/>
3884
3955
  <keyword type="signal" name="The “show-error-message” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-show-error-message"/>
3956
+ <keyword type="signal" name="The “show-other-locations” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-show-other-locations"/>
3957
+ <keyword type="signal" name="The “show-other-locations-with-flags” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-show-other-locations-with-flags"/>
3958
+ <keyword type="signal" name="The “unmount” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-unmount"/>
3885
3959
  <keyword type="function" name="gtk_frame_new ()" link="GtkFrame.html#gtk-frame-new"/>
3886
3960
  <keyword type="function" name="gtk_frame_set_label ()" link="GtkFrame.html#gtk-frame-set-label"/>
3887
3961
  <keyword type="function" name="gtk_frame_set_label_widget ()" link="GtkFrame.html#gtk-frame-set-label-widget"/>
@@ -4341,12 +4415,41 @@
4341
4415
  <keyword type="function" name="gtk_page_setup_unix_dialog_get_print_settings ()" link="GtkPageSetupUnixDialog.html#gtk-page-setup-unix-dialog-get-print-settings" since="2.10"/>
4342
4416
  <keyword type="struct" name="struct GtkPageSetupUnixDialog" link="GtkPageSetupUnixDialog.html#GtkPageSetupUnixDialog-struct"/>
4343
4417
  <keyword type="struct" name="struct GtkPageSetupUnixDialogClass" link="GtkPageSetupUnixDialog.html#GtkPageSetupUnixDialogClass"/>
4418
+ <keyword type="struct" name="struct GtkShortcutsWindow" link="GtkShortcutsWindow.html#GtkShortcutsWindow-struct"/>
4419
+ <keyword type="property" name="The “section-name” property" link="GtkShortcutsWindow.html#GtkShortcutsWindow--section-name"/>
4420
+ <keyword type="property" name="The “view-name” property" link="GtkShortcutsWindow.html#GtkShortcutsWindow--view-name"/>
4421
+ <keyword type="signal" name="The “close” signal" link="GtkShortcutsWindow.html#GtkShortcutsWindow-close"/>
4422
+ <keyword type="signal" name="The “search” signal" link="GtkShortcutsWindow.html#GtkShortcutsWindow-search"/>
4423
+ <keyword type="struct" name="GtkShortcutsSection" link="GtkShortcutsSection.html#GtkShortcutsSection-struct"/>
4424
+ <keyword type="property" name="The “max-height” property" link="GtkShortcutsSection.html#GtkShortcutsSection--max-height"/>
4425
+ <keyword type="property" name="The “section-name” property" link="GtkShortcutsSection.html#GtkShortcutsSection--section-name"/>
4426
+ <keyword type="property" name="The “title” property" link="GtkShortcutsSection.html#GtkShortcutsSection--title"/>
4427
+ <keyword type="property" name="The “view-name” property" link="GtkShortcutsSection.html#GtkShortcutsSection--view-name"/>
4428
+ <keyword type="signal" name="The “change-current-page” signal" link="GtkShortcutsSection.html#GtkShortcutsSection-change-current-page"/>
4429
+ <keyword type="struct" name="GtkShortcutsGroup" link="GtkShortcutsGroup.html#GtkShortcutsGroup-struct"/>
4430
+ <keyword type="property" name="The “accel-size-group” property" link="GtkShortcutsGroup.html#GtkShortcutsGroup--accel-size-group"/>
4431
+ <keyword type="property" name="The “height” property" link="GtkShortcutsGroup.html#GtkShortcutsGroup--height"/>
4432
+ <keyword type="property" name="The “title” property" link="GtkShortcutsGroup.html#GtkShortcutsGroup--title"/>
4433
+ <keyword type="property" name="The “title-size-group” property" link="GtkShortcutsGroup.html#GtkShortcutsGroup--title-size-group"/>
4434
+ <keyword type="property" name="The “view” property" link="GtkShortcutsGroup.html#GtkShortcutsGroup--view"/>
4435
+ <keyword type="struct" name="GtkShortcutsShortcut" link="GtkShortcutsShortcut.html#GtkShortcutsShortcut-struct"/>
4436
+ <keyword type="enum" name="enum GtkShortcutType" link="GtkShortcutsShortcut.html#GtkShortcutType" since="3.20"/>
4437
+ <keyword type="property" name="The “accel-size-group” property" link="GtkShortcutsShortcut.html#GtkShortcutsShortcut--accel-size-group"/>
4438
+ <keyword type="property" name="The “accelerator” property" link="GtkShortcutsShortcut.html#GtkShortcutsShortcut--accelerator"/>
4439
+ <keyword type="property" name="The “direction” property" link="GtkShortcutsShortcut.html#GtkShortcutsShortcut--direction"/>
4440
+ <keyword type="property" name="The “icon” property" link="GtkShortcutsShortcut.html#GtkShortcutsShortcut--icon"/>
4441
+ <keyword type="property" name="The “icon-set” property" link="GtkShortcutsShortcut.html#GtkShortcutsShortcut--icon-set"/>
4442
+ <keyword type="property" name="The “shortcut-type” property" link="GtkShortcutsShortcut.html#GtkShortcutsShortcut--shortcut-type"/>
4443
+ <keyword type="property" name="The “subtitle” property" link="GtkShortcutsShortcut.html#GtkShortcutsShortcut--subtitle"/>
4444
+ <keyword type="property" name="The “subtitle-set” property" link="GtkShortcutsShortcut.html#GtkShortcutsShortcut--subtitle-set"/>
4445
+ <keyword type="property" name="The “title” property" link="GtkShortcutsShortcut.html#GtkShortcutsShortcut--title"/>
4446
+ <keyword type="property" name="The “title-size-group” property" link="GtkShortcutsShortcut.html#GtkShortcutsShortcut--title-size-group"/>
4344
4447
  <keyword type="function" name="gtk_adjustment_new ()" link="GtkAdjustment.html#gtk-adjustment-new"/>
4345
4448
  <keyword type="function" name="gtk_adjustment_get_value ()" link="GtkAdjustment.html#gtk-adjustment-get-value"/>
4346
4449
  <keyword type="function" name="gtk_adjustment_set_value ()" link="GtkAdjustment.html#gtk-adjustment-set-value"/>
4347
4450
  <keyword type="function" name="gtk_adjustment_clamp_page ()" link="GtkAdjustment.html#gtk-adjustment-clamp-page"/>
4348
- <keyword type="function" name="gtk_adjustment_changed ()" link="GtkAdjustment.html#gtk-adjustment-changed"/>
4349
- <keyword type="function" name="gtk_adjustment_value_changed ()" link="GtkAdjustment.html#gtk-adjustment-value-changed"/>
4451
+ <keyword type="function" name="gtk_adjustment_changed ()" link="GtkAdjustment.html#gtk-adjustment-changed" deprecated=""/>
4452
+ <keyword type="function" name="gtk_adjustment_value_changed ()" link="GtkAdjustment.html#gtk-adjustment-value-changed" deprecated=""/>
4350
4453
  <keyword type="function" name="gtk_adjustment_configure ()" link="GtkAdjustment.html#gtk-adjustment-configure" since="2.14"/>
4351
4454
  <keyword type="function" name="gtk_adjustment_get_lower ()" link="GtkAdjustment.html#gtk-adjustment-get-lower" since="2.14"/>
4352
4455
  <keyword type="function" name="gtk_adjustment_get_page_increment ()" link="GtkAdjustment.html#gtk-adjustment-get-page-increment" since="2.14"/>
@@ -4527,6 +4630,7 @@
4527
4630
  <keyword type="function" name="gtk_widget_queue_draw ()" link="GtkWidget.html#gtk-widget-queue-draw"/>
4528
4631
  <keyword type="function" name="gtk_widget_queue_resize ()" link="GtkWidget.html#gtk-widget-queue-resize"/>
4529
4632
  <keyword type="function" name="gtk_widget_queue_resize_no_redraw ()" link="GtkWidget.html#gtk-widget-queue-resize-no-redraw" since="2.4"/>
4633
+ <keyword type="function" name="gtk_widget_queue_allocate ()" link="GtkWidget.html#gtk-widget-queue-allocate"/>
4530
4634
  <keyword type="function" name="gtk_widget_get_frame_clock ()" link="GtkWidget.html#gtk-widget-get-frame-clock" since="3.8"/>
4531
4635
  <keyword type="function" name="gtk_widget_get_scale_factor ()" link="GtkWidget.html#gtk-widget-get-scale-factor" since="3.10"/>
4532
4636
  <keyword type="function" name="GtkTickCallback ()" link="GtkWidget.html#GtkTickCallback" since="3.8"/>
@@ -4600,6 +4704,10 @@
4600
4704
  <keyword type="function" name="gtk_widget_modify_cursor ()" link="GtkWidget.html#gtk-widget-modify-cursor" deprecated="3.0: Use gtk_widget_override_cursor() instead." since="2.12"/>
4601
4705
  <keyword type="function" name="gtk_widget_create_pango_context ()" link="GtkWidget.html#gtk-widget-create-pango-context"/>
4602
4706
  <keyword type="function" name="gtk_widget_get_pango_context ()" link="GtkWidget.html#gtk-widget-get-pango-context"/>
4707
+ <keyword type="function" name="gtk_widget_set_font_options ()" link="GtkWidget.html#gtk-widget-set-font-options" since="3.18"/>
4708
+ <keyword type="function" name="gtk_widget_get_font_options ()" link="GtkWidget.html#gtk-widget-get-font-options" since="3.18"/>
4709
+ <keyword type="function" name="gtk_widget_set_font_map ()" link="GtkWidget.html#gtk-widget-set-font-map" since="3.18"/>
4710
+ <keyword type="function" name="gtk_widget_get_font_map ()" link="GtkWidget.html#gtk-widget-get-font-map" since="3.18"/>
4603
4711
  <keyword type="function" name="gtk_widget_create_pango_layout ()" link="GtkWidget.html#gtk-widget-create-pango-layout"/>
4604
4712
  <keyword type="function" name="gtk_widget_render_icon ()" link="GtkWidget.html#gtk-widget-render-icon" deprecated="3.0: Use gtk_widget_render_icon_pixbuf() instead."/>
4605
4713
  <keyword type="function" name="gtk_widget_render_icon_pixbuf ()" link="GtkWidget.html#gtk-widget-render-icon-pixbuf" deprecated="3.10: Use gtk_icon_theme_load_icon() instead." since="3.0"/>
@@ -4668,6 +4776,7 @@
4668
4776
  <keyword type="function" name="gtk_widget_get_allocation ()" link="GtkWidget.html#gtk-widget-get-allocation" since="2.18"/>
4669
4777
  <keyword type="function" name="gtk_widget_set_allocation ()" link="GtkWidget.html#gtk-widget-set-allocation" since="2.18"/>
4670
4778
  <keyword type="function" name="gtk_widget_get_allocated_baseline ()" link="GtkWidget.html#gtk-widget-get-allocated-baseline" since="3.10"/>
4779
+ <keyword type="function" name="gtk_widget_get_allocated_size ()" link="GtkWidget.html#gtk-widget-get-allocated-size" since="3.20"/>
4671
4780
  <keyword type="function" name="gtk_widget_get_clip ()" link="GtkWidget.html#gtk-widget-get-clip" since="3.14"/>
4672
4781
  <keyword type="function" name="gtk_widget_set_clip ()" link="GtkWidget.html#gtk-widget-set-clip" since="3.14"/>
4673
4782
  <keyword type="function" name="gtk_widget_get_app_paintable ()" link="GtkWidget.html#gtk-widget-get-app-paintable" since="2.18"/>
@@ -4675,6 +4784,8 @@
4675
4784
  <keyword type="function" name="gtk_widget_set_can_default ()" link="GtkWidget.html#gtk-widget-set-can-default" since="2.18"/>
4676
4785
  <keyword type="function" name="gtk_widget_get_can_focus ()" link="GtkWidget.html#gtk-widget-get-can-focus" since="2.18"/>
4677
4786
  <keyword type="function" name="gtk_widget_set_can_focus ()" link="GtkWidget.html#gtk-widget-set-can-focus" since="2.18"/>
4787
+ <keyword type="function" name="gtk_widget_get_focus_on_click ()" link="GtkWidget.html#gtk-widget-get-focus-on-click" since="3.20"/>
4788
+ <keyword type="function" name="gtk_widget_set_focus_on_click ()" link="GtkWidget.html#gtk-widget-set-focus-on-click" since="3.20"/>
4678
4789
  <keyword type="function" name="gtk_widget_get_double_buffered ()" link="GtkWidget.html#gtk-widget-get-double-buffered" deprecated="" since="2.18"/>
4679
4790
  <keyword type="function" name="gtk_widget_get_has_window ()" link="GtkWidget.html#gtk-widget-get-has-window" since="2.18"/>
4680
4791
  <keyword type="function" name="gtk_widget_set_has_window ()" link="GtkWidget.html#gtk-widget-set-has-window" since="2.18"/>
@@ -4714,6 +4825,8 @@
4714
4825
  <keyword type="function" name="gtk_widget_get_path ()" link="GtkWidget.html#gtk-widget-get-path"/>
4715
4826
  <keyword type="function" name="gtk_widget_get_style_context ()" link="GtkWidget.html#gtk-widget-get-style-context"/>
4716
4827
  <keyword type="function" name="gtk_widget_reset_style ()" link="GtkWidget.html#gtk-widget-reset-style" since="3.0"/>
4828
+ <keyword type="function" name="gtk_widget_class_get_css_name ()" link="GtkWidget.html#gtk-widget-class-get-css-name" since="3.20"/>
4829
+ <keyword type="function" name="gtk_widget_class_set_css_name ()" link="GtkWidget.html#gtk-widget-class-set-css-name" since="3.20"/>
4717
4830
  <keyword type="function" name="gtk_requisition_new ()" link="GtkWidget.html#gtk-requisition-new" since="3.0"/>
4718
4831
  <keyword type="function" name="gtk_requisition_copy ()" link="GtkWidget.html#gtk-requisition-copy"/>
4719
4832
  <keyword type="function" name="gtk_requisition_free ()" link="GtkWidget.html#gtk-requisition-free"/>
@@ -4768,7 +4881,6 @@
4768
4881
  <keyword type="struct" name="struct GtkWidgetClass" link="GtkWidget.html#GtkWidgetClass"/>
4769
4882
  <keyword type="struct" name="GtkRequisition" link="GtkWidget.html#GtkRequisition-struct"/>
4770
4883
  <keyword type="typedef" name="GtkAllocation" link="GtkWidget.html#GtkAllocation"/>
4771
- <keyword type="struct" name="struct GtkWidgetAuxInfo" link="GtkWidget.html#GtkWidgetAuxInfo"/>
4772
4884
  <keyword type="enum" name="enum GtkWidgetHelpType" link="GtkWidget.html#GtkWidgetHelpType"/>
4773
4885
  <keyword type="enum" name="enum GtkTextDirection" link="GtkWidget.html#GtkTextDirection"/>
4774
4886
  <keyword type="enum" name="enum GtkStateType" link="GtkWidget.html#GtkStateType" deprecated=""/>
@@ -4782,6 +4894,7 @@
4782
4894
  <keyword type="property" name="The “double-buffered” property" link="GtkWidget.html#GtkWidget--double-buffered"/>
4783
4895
  <keyword type="property" name="The “events” property" link="GtkWidget.html#GtkWidget--events"/>
4784
4896
  <keyword type="property" name="The “expand” property" link="GtkWidget.html#GtkWidget--expand"/>
4897
+ <keyword type="property" name="The “focus-on-click” property" link="GtkWidget.html#GtkWidget--focus-on-click"/>
4785
4898
  <keyword type="property" name="The “halign” property" link="GtkWidget.html#GtkWidget--halign"/>
4786
4899
  <keyword type="property" name="The “has-default” property" link="GtkWidget.html#GtkWidget--has-default"/>
4787
4900
  <keyword type="property" name="The “has-focus” property" link="GtkWidget.html#GtkWidget--has-focus"/>
@@ -4926,6 +5039,7 @@
4926
5039
  <keyword type="function" name="gtk_container_child_get_valist ()" link="GtkContainer.html#gtk-container-child-get-valist"/>
4927
5040
  <keyword type="function" name="gtk_container_child_set_valist ()" link="GtkContainer.html#gtk-container-child-set-valist"/>
4928
5041
  <keyword type="function" name="gtk_container_child_notify ()" link="GtkContainer.html#gtk-container-child-notify" since="3.2"/>
5042
+ <keyword type="function" name="gtk_container_child_notify_by_pspec ()" link="GtkContainer.html#gtk-container-child-notify-by-pspec" since="3.18"/>
4929
5043
  <keyword type="function" name="gtk_container_forall ()" link="GtkContainer.html#gtk-container-forall"/>
4930
5044
  <keyword type="function" name="gtk_container_get_border_width ()" link="GtkContainer.html#gtk-container-get-border-width"/>
4931
5045
  <keyword type="function" name="gtk_container_set_border_width ()" link="GtkContainer.html#gtk-container-set-border-width"/>
@@ -4935,6 +5049,7 @@
4935
5049
  <keyword type="function" name="gtk_container_unset_focus_chain ()" link="GtkContainer.html#gtk-container-unset-focus-chain"/>
4936
5050
  <keyword type="function" name="gtk_container_class_find_child_property ()" link="GtkContainer.html#gtk-container-class-find-child-property"/>
4937
5051
  <keyword type="function" name="gtk_container_class_install_child_property ()" link="GtkContainer.html#gtk-container-class-install-child-property"/>
5052
+ <keyword type="function" name="gtk_container_class_install_child_properties ()" link="GtkContainer.html#gtk-container-class-install-child-properties" since="3.18"/>
4938
5053
  <keyword type="function" name="gtk_container_class_list_child_properties ()" link="GtkContainer.html#gtk-container-class-list-child-properties"/>
4939
5054
  <keyword type="function" name="gtk_container_class_handle_border_width ()" link="GtkContainer.html#gtk-container-class-handle-border-width"/>
4940
5055
  <keyword type="struct" name="struct GtkContainer" link="GtkContainer.html#GtkContainer-struct"/>
@@ -4997,11 +5112,11 @@
4997
5112
  <keyword type="function" name="gtk_range_get_upper_stepper_sensitivity ()" link="GtkRange.html#gtk-range-get-upper-stepper-sensitivity" since="2.10"/>
4998
5113
  <keyword type="function" name="gtk_range_get_flippable ()" link="GtkRange.html#gtk-range-get-flippable" since="2.18"/>
4999
5114
  <keyword type="function" name="gtk_range_set_flippable ()" link="GtkRange.html#gtk-range-set-flippable" since="2.18"/>
5000
- <keyword type="function" name="gtk_range_get_min_slider_size ()" link="GtkRange.html#gtk-range-get-min-slider-size" since="2.20"/>
5115
+ <keyword type="function" name="gtk_range_get_min_slider_size ()" link="GtkRange.html#gtk-range-get-min-slider-size" deprecated="" since="2.20"/>
5001
5116
  <keyword type="function" name="gtk_range_get_range_rect ()" link="GtkRange.html#gtk-range-get-range-rect" since="2.20"/>
5002
5117
  <keyword type="function" name="gtk_range_get_slider_range ()" link="GtkRange.html#gtk-range-get-slider-range" since="2.20"/>
5003
5118
  <keyword type="function" name="gtk_range_get_slider_size_fixed ()" link="GtkRange.html#gtk-range-get-slider-size-fixed" since="2.20"/>
5004
- <keyword type="function" name="gtk_range_set_min_slider_size ()" link="GtkRange.html#gtk-range-set-min-slider-size" since="2.20"/>
5119
+ <keyword type="function" name="gtk_range_set_min_slider_size ()" link="GtkRange.html#gtk-range-set-min-slider-size" deprecated="" since="2.20"/>
5005
5120
  <keyword type="function" name="gtk_range_set_slider_size_fixed ()" link="GtkRange.html#gtk-range-set-slider-size-fixed" since="2.20"/>
5006
5121
  <keyword type="struct" name="struct GtkRange" link="GtkRange.html#GtkRange-struct"/>
5007
5122
  <keyword type="enum" name="enum GtkSensitivityType" link="GtkRange.html#GtkSensitivityType"/>
@@ -5047,6 +5162,19 @@
5047
5162
  <keyword type="signal" name="The “preedit-end” signal" link="GtkIMContext.html#GtkIMContext-preedit-end"/>
5048
5163
  <keyword type="signal" name="The “preedit-start” signal" link="GtkIMContext.html#GtkIMContext-preedit-start"/>
5049
5164
  <keyword type="signal" name="The “retrieve-surrounding” signal" link="GtkIMContext.html#GtkIMContext-retrieve-surrounding"/>
5165
+ <keyword type="function" name="gtk_native_dialog_show ()" link="gtk3-GtkNativeDialog.html#gtk-native-dialog-show" since="3.20"/>
5166
+ <keyword type="function" name="gtk_native_dialog_hide ()" link="gtk3-GtkNativeDialog.html#gtk-native-dialog-hide" since="3.20"/>
5167
+ <keyword type="function" name="gtk_native_dialog_destroy ()" link="gtk3-GtkNativeDialog.html#gtk-native-dialog-destroy" since="3.20"/>
5168
+ <keyword type="function" name="gtk_native_dialog_get_visible ()" link="gtk3-GtkNativeDialog.html#gtk-native-dialog-get-visible" since="3.20"/>
5169
+ <keyword type="function" name="gtk_native_dialog_set_modal ()" link="gtk3-GtkNativeDialog.html#gtk-native-dialog-set-modal" since="3.20"/>
5170
+ <keyword type="function" name="gtk_native_dialog_get_modal ()" link="gtk3-GtkNativeDialog.html#gtk-native-dialog-get-modal" since="3.20"/>
5171
+ <keyword type="function" name="gtk_native_dialog_set_title ()" link="gtk3-GtkNativeDialog.html#gtk-native-dialog-set-title" since="3.20"/>
5172
+ <keyword type="function" name="gtk_native_dialog_get_title ()" link="gtk3-GtkNativeDialog.html#gtk-native-dialog-get-title" since="3.20"/>
5173
+ <keyword type="function" name="gtk_native_dialog_set_transient_for ()" link="gtk3-GtkNativeDialog.html#gtk-native-dialog-set-transient-for" since="3.20"/>
5174
+ <keyword type="function" name="gtk_native_dialog_get_transient_for ()" link="gtk3-GtkNativeDialog.html#gtk-native-dialog-get-transient-for" since="3.20"/>
5175
+ <keyword type="function" name="gtk_native_dialog_run ()" link="gtk3-GtkNativeDialog.html#gtk-native-dialog-run" since="3.20"/>
5176
+ <keyword type="macro" name="GTK_TYPE_NATIVE_DIALOG" link="gtk3-GtkNativeDialog.html#GTK-TYPE-NATIVE-DIALOG:CAPS"/>
5177
+ <keyword type="struct" name="struct GtkNativeDialogClass" link="gtk3-GtkNativeDialog.html#GtkNativeDialogClass"/>
5050
5178
  <keyword type="function" name="gtk_plug_construct ()" link="GtkPlug.html#gtk-plug-construct"/>
5051
5179
  <keyword type="function" name="gtk_plug_construct_for_display ()" link="GtkPlug.html#gtk-plug-construct-for-display" since="2.2"/>
5052
5180
  <keyword type="function" name="gtk_plug_new ()" link="GtkPlug.html#gtk-plug-new"/>
@@ -5746,112 +5874,112 @@
5746
5874
  <keyword type="function" name="gtk_stock_list_ids ()" link="gtk3-Stock-Items.html#gtk-stock-list-ids" deprecated="3.10"/>
5747
5875
  <keyword type="function" name="gtk_stock_lookup ()" link="gtk3-Stock-Items.html#gtk-stock-lookup" deprecated="3.10"/>
5748
5876
  <keyword type="function" name="gtk_stock_set_translate_func ()" link="gtk3-Stock-Items.html#gtk-stock-set-translate-func" deprecated="3.10" since="2.8"/>
5749
- <keyword type="macro" name="GTK_STOCK_ABOUT" link="gtk3-Stock-Items.html#GTK-STOCK-ABOUT:CAPS" deprecated="3.10: Use named icon &quot;help-about&quot; or the label &quot;_About&quot;." since="2.6"/>
5750
- <keyword type="macro" name="GTK_STOCK_ADD" link="gtk3-Stock-Items.html#GTK-STOCK-ADD:CAPS" deprecated="3.10: Use named icon &quot;list-add&quot; or the label &quot;_Add&quot;."/>
5751
- <keyword type="macro" name="GTK_STOCK_APPLY" link="gtk3-Stock-Items.html#GTK-STOCK-APPLY:CAPS" deprecated="3.10: Do not use an icon. Use label &quot;_Apply&quot;."/>
5752
- <keyword type="macro" name="GTK_STOCK_BOLD" link="gtk3-Stock-Items.html#GTK-STOCK-BOLD:CAPS" deprecated="3.10: Use named icon &quot;format-text-bold&quot;."/>
5753
- <keyword type="macro" name="GTK_STOCK_CANCEL" link="gtk3-Stock-Items.html#GTK-STOCK-CANCEL:CAPS" deprecated="3.10: Do not use an icon. Use label &quot;_Cancel&quot;."/>
5754
- <keyword type="macro" name="GTK_STOCK_CAPS_LOCK_WARNING" link="gtk3-Stock-Items.html#GTK-STOCK-CAPS-LOCK-WARNING:CAPS" deprecated="3.10: Use named icon &quot;dialog-warning-symbolic&quot;." since="2.16"/>
5755
- <keyword type="macro" name="GTK_STOCK_CDROM" link="gtk3-Stock-Items.html#GTK-STOCK-CDROM:CAPS" deprecated="3.10: Use named icon &quot;media-optical&quot;."/>
5756
- <keyword type="macro" name="GTK_STOCK_CLEAR" link="gtk3-Stock-Items.html#GTK-STOCK-CLEAR:CAPS" deprecated="3.10: Use named icon &quot;edit-clear&quot;."/>
5757
- <keyword type="macro" name="GTK_STOCK_CLOSE" link="gtk3-Stock-Items.html#GTK-STOCK-CLOSE:CAPS" deprecated="3.10: Use named icon &quot;window-close&quot; or the label &quot;_Close&quot;."/>
5877
+ <keyword type="struct" name="struct GtkStockItem" link="gtk3-Stock-Items.html#GtkStockItem" deprecated="3.10"/>
5878
+ <keyword type="macro" name="GTK_STOCK_ABOUT" link="gtk3-Stock-Items.html#GTK-STOCK-ABOUT:CAPS" deprecated="3.10: Use named icon &amp;quot;help-about&amp;quot; or the label &amp;quot;_About&amp;quot;." since="2.6"/>
5879
+ <keyword type="macro" name="GTK_STOCK_ADD" link="gtk3-Stock-Items.html#GTK-STOCK-ADD:CAPS" deprecated="3.10: Use named icon &amp;quot;list-add&amp;quot; or the label &amp;quot;_Add&amp;quot;."/>
5880
+ <keyword type="macro" name="GTK_STOCK_APPLY" link="gtk3-Stock-Items.html#GTK-STOCK-APPLY:CAPS" deprecated="3.10: Do not use an icon. Use label &amp;quot;_Apply&amp;quot;."/>
5881
+ <keyword type="macro" name="GTK_STOCK_BOLD" link="gtk3-Stock-Items.html#GTK-STOCK-BOLD:CAPS" deprecated="3.10: Use named icon &amp;quot;format-text-bold&amp;quot;."/>
5882
+ <keyword type="macro" name="GTK_STOCK_CANCEL" link="gtk3-Stock-Items.html#GTK-STOCK-CANCEL:CAPS" deprecated="3.10: Do not use an icon. Use label &amp;quot;_Cancel&amp;quot;."/>
5883
+ <keyword type="macro" name="GTK_STOCK_CAPS_LOCK_WARNING" link="gtk3-Stock-Items.html#GTK-STOCK-CAPS-LOCK-WARNING:CAPS" deprecated="3.10: Use named icon &amp;quot;dialog-warning-symbolic&amp;quot;." since="2.16"/>
5884
+ <keyword type="macro" name="GTK_STOCK_CDROM" link="gtk3-Stock-Items.html#GTK-STOCK-CDROM:CAPS" deprecated="3.10: Use named icon &amp;quot;media-optical&amp;quot;."/>
5885
+ <keyword type="macro" name="GTK_STOCK_CLEAR" link="gtk3-Stock-Items.html#GTK-STOCK-CLEAR:CAPS" deprecated="3.10: Use named icon &amp;quot;edit-clear&amp;quot;."/>
5886
+ <keyword type="macro" name="GTK_STOCK_CLOSE" link="gtk3-Stock-Items.html#GTK-STOCK-CLOSE:CAPS" deprecated="3.10: Use named icon &amp;quot;window-close&amp;quot; or the label &amp;quot;_Close&amp;quot;."/>
5758
5887
  <keyword type="macro" name="GTK_STOCK_COLOR_PICKER" link="gtk3-Stock-Items.html#GTK-STOCK-COLOR-PICKER:CAPS" deprecated="3.10" since="2.2"/>
5759
5888
  <keyword type="macro" name="GTK_STOCK_CONVERT" link="gtk3-Stock-Items.html#GTK-STOCK-CONVERT:CAPS" deprecated="3.10"/>
5760
5889
  <keyword type="macro" name="GTK_STOCK_CONNECT" link="gtk3-Stock-Items.html#GTK-STOCK-CONNECT:CAPS" deprecated="3.10" since="2.6"/>
5761
- <keyword type="macro" name="GTK_STOCK_COPY" link="gtk3-Stock-Items.html#GTK-STOCK-COPY:CAPS" deprecated="3.10: Use the named icon &quot;edit-copy&quot; or the label &quot;_Copy&quot;."/>
5762
- <keyword type="macro" name="GTK_STOCK_CUT" link="gtk3-Stock-Items.html#GTK-STOCK-CUT:CAPS" deprecated="3.10: Use the named icon &quot;edit-cut&quot; or the label &quot;Cu_t&quot;."/>
5763
- <keyword type="macro" name="GTK_STOCK_DELETE" link="gtk3-Stock-Items.html#GTK-STOCK-DELETE:CAPS" deprecated="3.10: Use the named icon &quot;edit-delete&quot; or the label &quot;_Delete&quot;."/>
5764
- <keyword type="macro" name="GTK_STOCK_DIALOG_AUTHENTICATION" link="gtk3-Stock-Items.html#GTK-STOCK-DIALOG-AUTHENTICATION:CAPS" deprecated="3.10: Use named icon &quot;dialog-password&quot;." since="2.4"/>
5765
- <keyword type="macro" name="GTK_STOCK_DIALOG_ERROR" link="gtk3-Stock-Items.html#GTK-STOCK-DIALOG-ERROR:CAPS" deprecated="3.10: Use named icon &quot;dialog-error&quot;."/>
5766
- <keyword type="macro" name="GTK_STOCK_DIALOG_INFO" link="gtk3-Stock-Items.html#GTK-STOCK-DIALOG-INFO:CAPS" deprecated="3.10: Use named icon &quot;dialog-information&quot;."/>
5767
- <keyword type="macro" name="GTK_STOCK_DIALOG_QUESTION" link="gtk3-Stock-Items.html#GTK-STOCK-DIALOG-QUESTION:CAPS" deprecated="3.10: Use named icon &quot;dialog-question&quot;."/>
5768
- <keyword type="macro" name="GTK_STOCK_DIALOG_WARNING" link="gtk3-Stock-Items.html#GTK-STOCK-DIALOG-WARNING:CAPS" deprecated="3.10: Use named icon &quot;dialog-warning&quot;."/>
5769
- <keyword type="macro" name="GTK_STOCK_DIRECTORY" link="gtk3-Stock-Items.html#GTK-STOCK-DIRECTORY:CAPS" deprecated="3.10: Use named icon &quot;folder&quot;." since="2.6"/>
5890
+ <keyword type="macro" name="GTK_STOCK_COPY" link="gtk3-Stock-Items.html#GTK-STOCK-COPY:CAPS" deprecated="3.10: Use the named icon &amp;quot;edit-copy&amp;quot; or the label &amp;quot;_Copy&amp;quot;."/>
5891
+ <keyword type="macro" name="GTK_STOCK_CUT" link="gtk3-Stock-Items.html#GTK-STOCK-CUT:CAPS" deprecated="3.10: Use the named icon &amp;quot;edit-cut&amp;quot; or the label &amp;quot;Cu_t&amp;quot;."/>
5892
+ <keyword type="macro" name="GTK_STOCK_DELETE" link="gtk3-Stock-Items.html#GTK-STOCK-DELETE:CAPS" deprecated="3.10: Use the named icon &amp;quot;edit-delete&amp;quot; or the label &amp;quot;_Delete&amp;quot;."/>
5893
+ <keyword type="macro" name="GTK_STOCK_DIALOG_AUTHENTICATION" link="gtk3-Stock-Items.html#GTK-STOCK-DIALOG-AUTHENTICATION:CAPS" deprecated="3.10: Use named icon &amp;quot;dialog-password&amp;quot;." since="2.4"/>
5894
+ <keyword type="macro" name="GTK_STOCK_DIALOG_ERROR" link="gtk3-Stock-Items.html#GTK-STOCK-DIALOG-ERROR:CAPS" deprecated="3.10: Use named icon &amp;quot;dialog-error&amp;quot;."/>
5895
+ <keyword type="macro" name="GTK_STOCK_DIALOG_INFO" link="gtk3-Stock-Items.html#GTK-STOCK-DIALOG-INFO:CAPS" deprecated="3.10: Use named icon &amp;quot;dialog-information&amp;quot;."/>
5896
+ <keyword type="macro" name="GTK_STOCK_DIALOG_QUESTION" link="gtk3-Stock-Items.html#GTK-STOCK-DIALOG-QUESTION:CAPS" deprecated="3.10: Use named icon &amp;quot;dialog-question&amp;quot;."/>
5897
+ <keyword type="macro" name="GTK_STOCK_DIALOG_WARNING" link="gtk3-Stock-Items.html#GTK-STOCK-DIALOG-WARNING:CAPS" deprecated="3.10: Use named icon &amp;quot;dialog-warning&amp;quot;."/>
5898
+ <keyword type="macro" name="GTK_STOCK_DIRECTORY" link="gtk3-Stock-Items.html#GTK-STOCK-DIRECTORY:CAPS" deprecated="3.10: Use named icon &amp;quot;folder&amp;quot;." since="2.6"/>
5770
5899
  <keyword type="macro" name="GTK_STOCK_DISCARD" link="gtk3-Stock-Items.html#GTK-STOCK-DISCARD:CAPS" deprecated="3.10" since="2.12"/>
5771
5900
  <keyword type="macro" name="GTK_STOCK_DISCONNECT" link="gtk3-Stock-Items.html#GTK-STOCK-DISCONNECT:CAPS" deprecated="3.10" since="2.6"/>
5772
5901
  <keyword type="macro" name="GTK_STOCK_DND" link="gtk3-Stock-Items.html#GTK-STOCK-DND:CAPS" deprecated="3.10"/>
5773
5902
  <keyword type="macro" name="GTK_STOCK_DND_MULTIPLE" link="gtk3-Stock-Items.html#GTK-STOCK-DND-MULTIPLE:CAPS" deprecated="3.10"/>
5774
5903
  <keyword type="macro" name="GTK_STOCK_EDIT" link="gtk3-Stock-Items.html#GTK-STOCK-EDIT:CAPS" deprecated="3.10" since="2.6"/>
5775
- <keyword type="macro" name="GTK_STOCK_EXECUTE" link="gtk3-Stock-Items.html#GTK-STOCK-EXECUTE:CAPS" deprecated="3.10: Use named icon &quot;system-run&quot;."/>
5776
- <keyword type="macro" name="GTK_STOCK_FILE" link="gtk3-Stock-Items.html#GTK-STOCK-FILE:CAPS" deprecated="3.10: Use named icon &quot;text-x-generic&quot;." since="2.6"/>
5777
- <keyword type="macro" name="GTK_STOCK_FIND" link="gtk3-Stock-Items.html#GTK-STOCK-FIND:CAPS" deprecated="3.10: Use named icon &quot;edit-find&quot;."/>
5778
- <keyword type="macro" name="GTK_STOCK_FIND_AND_REPLACE" link="gtk3-Stock-Items.html#GTK-STOCK-FIND-AND-REPLACE:CAPS" deprecated="3.10: Use named icon &quot;edit-find-replace&quot;."/>
5904
+ <keyword type="macro" name="GTK_STOCK_EXECUTE" link="gtk3-Stock-Items.html#GTK-STOCK-EXECUTE:CAPS" deprecated="3.10: Use named icon &amp;quot;system-run&amp;quot;."/>
5905
+ <keyword type="macro" name="GTK_STOCK_FILE" link="gtk3-Stock-Items.html#GTK-STOCK-FILE:CAPS" deprecated="3.10: Use named icon &amp;quot;text-x-generic&amp;quot;." since="2.6"/>
5906
+ <keyword type="macro" name="GTK_STOCK_FIND" link="gtk3-Stock-Items.html#GTK-STOCK-FIND:CAPS" deprecated="3.10: Use named icon &amp;quot;edit-find&amp;quot;."/>
5907
+ <keyword type="macro" name="GTK_STOCK_FIND_AND_REPLACE" link="gtk3-Stock-Items.html#GTK-STOCK-FIND-AND-REPLACE:CAPS" deprecated="3.10: Use named icon &amp;quot;edit-find-replace&amp;quot;."/>
5779
5908
  <keyword type="macro" name="GTK_STOCK_FLOPPY" link="gtk3-Stock-Items.html#GTK-STOCK-FLOPPY:CAPS" deprecated="3.10"/>
5780
- <keyword type="macro" name="GTK_STOCK_FULLSCREEN" link="gtk3-Stock-Items.html#GTK-STOCK-FULLSCREEN:CAPS" deprecated="3.10: Use named icon &quot;view-fullscreen&quot;." since="2.8"/>
5781
- <keyword type="macro" name="GTK_STOCK_GOTO_BOTTOM" link="gtk3-Stock-Items.html#GTK-STOCK-GOTO-BOTTOM:CAPS" deprecated="3.10: Use named icon &quot;go-bottom&quot;."/>
5782
- <keyword type="macro" name="GTK_STOCK_GOTO_FIRST" link="gtk3-Stock-Items.html#GTK-STOCK-GOTO-FIRST:CAPS" deprecated="3.10: Use named icon &quot;go-first&quot;."/>
5783
- <keyword type="macro" name="GTK_STOCK_GOTO_LAST" link="gtk3-Stock-Items.html#GTK-STOCK-GOTO-LAST:CAPS" deprecated="3.10: Use named icon &quot;go-last&quot;."/>
5784
- <keyword type="macro" name="GTK_STOCK_GOTO_TOP" link="gtk3-Stock-Items.html#GTK-STOCK-GOTO-TOP:CAPS" deprecated="3.10: Use named icon &quot;go-top&quot;."/>
5785
- <keyword type="macro" name="GTK_STOCK_GO_BACK" link="gtk3-Stock-Items.html#GTK-STOCK-GO-BACK:CAPS" deprecated="3.10: Use named icon &quot;go-previous&quot;."/>
5786
- <keyword type="macro" name="GTK_STOCK_GO_DOWN" link="gtk3-Stock-Items.html#GTK-STOCK-GO-DOWN:CAPS" deprecated="3.10: Use named icon &quot;go-down&quot;."/>
5787
- <keyword type="macro" name="GTK_STOCK_GO_FORWARD" link="gtk3-Stock-Items.html#GTK-STOCK-GO-FORWARD:CAPS" deprecated="3.10: Use named icon &quot;go-next&quot;."/>
5788
- <keyword type="macro" name="GTK_STOCK_GO_UP" link="gtk3-Stock-Items.html#GTK-STOCK-GO-UP:CAPS" deprecated="3.10: Use named icon &quot;go-up&quot;."/>
5789
- <keyword type="macro" name="GTK_STOCK_HARDDISK" link="gtk3-Stock-Items.html#GTK-STOCK-HARDDISK:CAPS" deprecated="3.10: Use named icon &quot;drive-harddisk&quot;." since="2.4"/>
5790
- <keyword type="macro" name="GTK_STOCK_HELP" link="gtk3-Stock-Items.html#GTK-STOCK-HELP:CAPS" deprecated="3.10: Use named icon &quot;help-browser&quot;."/>
5791
- <keyword type="macro" name="GTK_STOCK_HOME" link="gtk3-Stock-Items.html#GTK-STOCK-HOME:CAPS" deprecated="3.10: Use named icon &quot;go-home&quot;."/>
5792
- <keyword type="macro" name="GTK_STOCK_INDENT" link="gtk3-Stock-Items.html#GTK-STOCK-INDENT:CAPS" deprecated="3.10: Use named icon &quot;format-indent-more&quot;." since="2.4"/>
5909
+ <keyword type="macro" name="GTK_STOCK_FULLSCREEN" link="gtk3-Stock-Items.html#GTK-STOCK-FULLSCREEN:CAPS" deprecated="3.10: Use named icon &amp;quot;view-fullscreen&amp;quot;." since="2.8"/>
5910
+ <keyword type="macro" name="GTK_STOCK_GOTO_BOTTOM" link="gtk3-Stock-Items.html#GTK-STOCK-GOTO-BOTTOM:CAPS" deprecated="3.10: Use named icon &amp;quot;go-bottom&amp;quot;."/>
5911
+ <keyword type="macro" name="GTK_STOCK_GOTO_FIRST" link="gtk3-Stock-Items.html#GTK-STOCK-GOTO-FIRST:CAPS" deprecated="3.10: Use named icon &amp;quot;go-first&amp;quot;."/>
5912
+ <keyword type="macro" name="GTK_STOCK_GOTO_LAST" link="gtk3-Stock-Items.html#GTK-STOCK-GOTO-LAST:CAPS" deprecated="3.10: Use named icon &amp;quot;go-last&amp;quot;."/>
5913
+ <keyword type="macro" name="GTK_STOCK_GOTO_TOP" link="gtk3-Stock-Items.html#GTK-STOCK-GOTO-TOP:CAPS" deprecated="3.10: Use named icon &amp;quot;go-top&amp;quot;."/>
5914
+ <keyword type="macro" name="GTK_STOCK_GO_BACK" link="gtk3-Stock-Items.html#GTK-STOCK-GO-BACK:CAPS" deprecated="3.10: Use named icon &amp;quot;go-previous&amp;quot;."/>
5915
+ <keyword type="macro" name="GTK_STOCK_GO_DOWN" link="gtk3-Stock-Items.html#GTK-STOCK-GO-DOWN:CAPS" deprecated="3.10: Use named icon &amp;quot;go-down&amp;quot;."/>
5916
+ <keyword type="macro" name="GTK_STOCK_GO_FORWARD" link="gtk3-Stock-Items.html#GTK-STOCK-GO-FORWARD:CAPS" deprecated="3.10: Use named icon &amp;quot;go-next&amp;quot;."/>
5917
+ <keyword type="macro" name="GTK_STOCK_GO_UP" link="gtk3-Stock-Items.html#GTK-STOCK-GO-UP:CAPS" deprecated="3.10: Use named icon &amp;quot;go-up&amp;quot;."/>
5918
+ <keyword type="macro" name="GTK_STOCK_HARDDISK" link="gtk3-Stock-Items.html#GTK-STOCK-HARDDISK:CAPS" deprecated="3.10: Use named icon &amp;quot;drive-harddisk&amp;quot;." since="2.4"/>
5919
+ <keyword type="macro" name="GTK_STOCK_HELP" link="gtk3-Stock-Items.html#GTK-STOCK-HELP:CAPS" deprecated="3.10: Use named icon &amp;quot;help-browser&amp;quot;."/>
5920
+ <keyword type="macro" name="GTK_STOCK_HOME" link="gtk3-Stock-Items.html#GTK-STOCK-HOME:CAPS" deprecated="3.10: Use named icon &amp;quot;go-home&amp;quot;."/>
5921
+ <keyword type="macro" name="GTK_STOCK_INDENT" link="gtk3-Stock-Items.html#GTK-STOCK-INDENT:CAPS" deprecated="3.10: Use named icon &amp;quot;format-indent-more&amp;quot;." since="2.4"/>
5793
5922
  <keyword type="macro" name="GTK_STOCK_INDEX" link="gtk3-Stock-Items.html#GTK-STOCK-INDEX:CAPS" deprecated="3.10"/>
5794
- <keyword type="macro" name="GTK_STOCK_INFO" link="gtk3-Stock-Items.html#GTK-STOCK-INFO:CAPS" deprecated="3.10: Use named icon &quot;dialog-information&quot;." since="2.8"/>
5795
- <keyword type="macro" name="GTK_STOCK_ITALIC" link="gtk3-Stock-Items.html#GTK-STOCK-ITALIC:CAPS" deprecated="3.10: Use named icon &quot;format-text-italic&quot;."/>
5796
- <keyword type="macro" name="GTK_STOCK_JUMP_TO" link="gtk3-Stock-Items.html#GTK-STOCK-JUMP-TO:CAPS" deprecated="3.10: Use named icon &quot;go-jump&quot;."/>
5797
- <keyword type="macro" name="GTK_STOCK_JUSTIFY_CENTER" link="gtk3-Stock-Items.html#GTK-STOCK-JUSTIFY-CENTER:CAPS" deprecated="3.10: Use named icon &quot;format-justify-center&quot;."/>
5798
- <keyword type="macro" name="GTK_STOCK_JUSTIFY_FILL" link="gtk3-Stock-Items.html#GTK-STOCK-JUSTIFY-FILL:CAPS" deprecated="3.10: Use named icon &quot;format-justify-fill&quot;."/>
5799
- <keyword type="macro" name="GTK_STOCK_JUSTIFY_LEFT" link="gtk3-Stock-Items.html#GTK-STOCK-JUSTIFY-LEFT:CAPS" deprecated="3.10: Use named icon &quot;format-justify-left&quot;."/>
5800
- <keyword type="macro" name="GTK_STOCK_JUSTIFY_RIGHT" link="gtk3-Stock-Items.html#GTK-STOCK-JUSTIFY-RIGHT:CAPS" deprecated="3.10: Use named icon &quot;format-justify-right&quot;."/>
5801
- <keyword type="macro" name="GTK_STOCK_LEAVE_FULLSCREEN" link="gtk3-Stock-Items.html#GTK-STOCK-LEAVE-FULLSCREEN:CAPS" deprecated="3.10: Use named icon &quot;view-restore&quot;." since="2.8"/>
5802
- <keyword type="macro" name="GTK_STOCK_MEDIA_FORWARD" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-FORWARD:CAPS" deprecated="3.10: Use named icon &quot;media-seek-forward&quot; or the label &quot;_Forward&quot;." since="2.6"/>
5803
- <keyword type="macro" name="GTK_STOCK_MEDIA_NEXT" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-NEXT:CAPS" deprecated="3.10: Use named icon &quot;media-skip-forward&quot; or the label &quot;_Next&quot;." since="2.6"/>
5804
- <keyword type="macro" name="GTK_STOCK_MEDIA_PAUSE" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-PAUSE:CAPS" deprecated="3.10: Use named icon &quot;media-playback-pause&quot; or the label &quot;P_ause&quot;." since="2.6"/>
5805
- <keyword type="macro" name="GTK_STOCK_MEDIA_PLAY" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-PLAY:CAPS" deprecated="3.10: Use named icon &quot;media-playback-start&quot; or the label &quot;_Play&quot;." since="2.6"/>
5806
- <keyword type="macro" name="GTK_STOCK_MEDIA_PREVIOUS" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-PREVIOUS:CAPS" deprecated="3.10: Use named icon &quot;media-skip-backward&quot; or the label &quot;Pre_vious&quot;." since="2.6"/>
5807
- <keyword type="macro" name="GTK_STOCK_MEDIA_RECORD" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-RECORD:CAPS" deprecated="3.10: Use named icon &quot;media-record&quot; or the label &quot;_Record&quot;." since="2.6"/>
5808
- <keyword type="macro" name="GTK_STOCK_MEDIA_REWIND" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-REWIND:CAPS" deprecated="3.10: Use named icon &quot;media-seek-backward&quot; or the label &quot;R_ewind&quot;." since="2.6"/>
5809
- <keyword type="macro" name="GTK_STOCK_MEDIA_STOP" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-STOP:CAPS" deprecated="3.10: Use named icon &quot;media-playback-stop&quot; or the label &quot;_Stop&quot;." since="2.6"/>
5810
- <keyword type="macro" name="GTK_STOCK_MISSING_IMAGE" link="gtk3-Stock-Items.html#GTK-STOCK-MISSING-IMAGE:CAPS" deprecated="3.10: Use named icon &quot;image-missing&quot;."/>
5811
- <keyword type="macro" name="GTK_STOCK_NETWORK" link="gtk3-Stock-Items.html#GTK-STOCK-NETWORK:CAPS" deprecated="3.10: Use named icon &quot;network-workgroup&quot;." since="2.4"/>
5812
- <keyword type="macro" name="GTK_STOCK_NEW" link="gtk3-Stock-Items.html#GTK-STOCK-NEW:CAPS" deprecated="3.10: Use named icon &quot;document-new&quot; or the label &quot;_New&quot;."/>
5923
+ <keyword type="macro" name="GTK_STOCK_INFO" link="gtk3-Stock-Items.html#GTK-STOCK-INFO:CAPS" deprecated="3.10: Use named icon &amp;quot;dialog-information&amp;quot;." since="2.8"/>
5924
+ <keyword type="macro" name="GTK_STOCK_ITALIC" link="gtk3-Stock-Items.html#GTK-STOCK-ITALIC:CAPS" deprecated="3.10: Use named icon &amp;quot;format-text-italic&amp;quot;."/>
5925
+ <keyword type="macro" name="GTK_STOCK_JUMP_TO" link="gtk3-Stock-Items.html#GTK-STOCK-JUMP-TO:CAPS" deprecated="3.10: Use named icon &amp;quot;go-jump&amp;quot;."/>
5926
+ <keyword type="macro" name="GTK_STOCK_JUSTIFY_CENTER" link="gtk3-Stock-Items.html#GTK-STOCK-JUSTIFY-CENTER:CAPS" deprecated="3.10: Use named icon &amp;quot;format-justify-center&amp;quot;."/>
5927
+ <keyword type="macro" name="GTK_STOCK_JUSTIFY_FILL" link="gtk3-Stock-Items.html#GTK-STOCK-JUSTIFY-FILL:CAPS" deprecated="3.10: Use named icon &amp;quot;format-justify-fill&amp;quot;."/>
5928
+ <keyword type="macro" name="GTK_STOCK_JUSTIFY_LEFT" link="gtk3-Stock-Items.html#GTK-STOCK-JUSTIFY-LEFT:CAPS" deprecated="3.10: Use named icon &amp;quot;format-justify-left&amp;quot;."/>
5929
+ <keyword type="macro" name="GTK_STOCK_JUSTIFY_RIGHT" link="gtk3-Stock-Items.html#GTK-STOCK-JUSTIFY-RIGHT:CAPS" deprecated="3.10: Use named icon &amp;quot;format-justify-right&amp;quot;."/>
5930
+ <keyword type="macro" name="GTK_STOCK_LEAVE_FULLSCREEN" link="gtk3-Stock-Items.html#GTK-STOCK-LEAVE-FULLSCREEN:CAPS" deprecated="3.10: Use named icon &amp;quot;view-restore&amp;quot;." since="2.8"/>
5931
+ <keyword type="macro" name="GTK_STOCK_MEDIA_FORWARD" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-FORWARD:CAPS" deprecated="3.10: Use named icon &amp;quot;media-seek-forward&amp;quot; or the label &amp;quot;_Forward&amp;quot;." since="2.6"/>
5932
+ <keyword type="macro" name="GTK_STOCK_MEDIA_NEXT" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-NEXT:CAPS" deprecated="3.10: Use named icon &amp;quot;media-skip-forward&amp;quot; or the label &amp;quot;_Next&amp;quot;." since="2.6"/>
5933
+ <keyword type="macro" name="GTK_STOCK_MEDIA_PAUSE" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-PAUSE:CAPS" deprecated="3.10: Use named icon &amp;quot;media-playback-pause&amp;quot; or the label &amp;quot;P_ause&amp;quot;." since="2.6"/>
5934
+ <keyword type="macro" name="GTK_STOCK_MEDIA_PLAY" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-PLAY:CAPS" deprecated="3.10: Use named icon &amp;quot;media-playback-start&amp;quot; or the label &amp;quot;_Play&amp;quot;." since="2.6"/>
5935
+ <keyword type="macro" name="GTK_STOCK_MEDIA_PREVIOUS" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-PREVIOUS:CAPS" deprecated="3.10: Use named icon &amp;quot;media-skip-backward&amp;quot; or the label &amp;quot;Pre_vious&amp;quot;." since="2.6"/>
5936
+ <keyword type="macro" name="GTK_STOCK_MEDIA_RECORD" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-RECORD:CAPS" deprecated="3.10: Use named icon &amp;quot;media-record&amp;quot; or the label &amp;quot;_Record&amp;quot;." since="2.6"/>
5937
+ <keyword type="macro" name="GTK_STOCK_MEDIA_REWIND" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-REWIND:CAPS" deprecated="3.10: Use named icon &amp;quot;media-seek-backward&amp;quot; or the label &amp;quot;R_ewind&amp;quot;." since="2.6"/>
5938
+ <keyword type="macro" name="GTK_STOCK_MEDIA_STOP" link="gtk3-Stock-Items.html#GTK-STOCK-MEDIA-STOP:CAPS" deprecated="3.10: Use named icon &amp;quot;media-playback-stop&amp;quot; or the label &amp;quot;_Stop&amp;quot;." since="2.6"/>
5939
+ <keyword type="macro" name="GTK_STOCK_MISSING_IMAGE" link="gtk3-Stock-Items.html#GTK-STOCK-MISSING-IMAGE:CAPS" deprecated="3.10: Use named icon &amp;quot;image-missing&amp;quot;."/>
5940
+ <keyword type="macro" name="GTK_STOCK_NETWORK" link="gtk3-Stock-Items.html#GTK-STOCK-NETWORK:CAPS" deprecated="3.10: Use named icon &amp;quot;network-workgroup&amp;quot;." since="2.4"/>
5941
+ <keyword type="macro" name="GTK_STOCK_NEW" link="gtk3-Stock-Items.html#GTK-STOCK-NEW:CAPS" deprecated="3.10: Use named icon &amp;quot;document-new&amp;quot; or the label &amp;quot;_New&amp;quot;."/>
5813
5942
  <keyword type="macro" name="GTK_STOCK_NO" link="gtk3-Stock-Items.html#GTK-STOCK-NO:CAPS" deprecated="3.10"/>
5814
- <keyword type="macro" name="GTK_STOCK_OK" link="gtk3-Stock-Items.html#GTK-STOCK-OK:CAPS" deprecated="3.10: Do not use an icon. Use label &quot;_OK&quot;."/>
5815
- <keyword type="macro" name="GTK_STOCK_OPEN" link="gtk3-Stock-Items.html#GTK-STOCK-OPEN:CAPS" deprecated="3.10: Use named icon &quot;document-open&quot; or the label &quot;_Open&quot;."/>
5943
+ <keyword type="macro" name="GTK_STOCK_OK" link="gtk3-Stock-Items.html#GTK-STOCK-OK:CAPS" deprecated="3.10: Do not use an icon. Use label &amp;quot;_OK&amp;quot;."/>
5944
+ <keyword type="macro" name="GTK_STOCK_OPEN" link="gtk3-Stock-Items.html#GTK-STOCK-OPEN:CAPS" deprecated="3.10: Use named icon &amp;quot;document-open&amp;quot; or the label &amp;quot;_Open&amp;quot;."/>
5816
5945
  <keyword type="macro" name="GTK_STOCK_ORIENTATION_LANDSCAPE" link="gtk3-Stock-Items.html#GTK-STOCK-ORIENTATION-LANDSCAPE:CAPS" deprecated="3.10" since="2.10"/>
5817
5946
  <keyword type="macro" name="GTK_STOCK_ORIENTATION_PORTRAIT" link="gtk3-Stock-Items.html#GTK-STOCK-ORIENTATION-PORTRAIT:CAPS" deprecated="3.10" since="2.10"/>
5818
5947
  <keyword type="macro" name="GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE" link="gtk3-Stock-Items.html#GTK-STOCK-ORIENTATION-REVERSE-LANDSCAPE:CAPS" deprecated="3.10" since="2.10"/>
5819
5948
  <keyword type="macro" name="GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT" link="gtk3-Stock-Items.html#GTK-STOCK-ORIENTATION-REVERSE-PORTRAIT:CAPS" deprecated="3.10" since="2.10"/>
5820
- <keyword type="macro" name="GTK_STOCK_PAGE_SETUP" link="gtk3-Stock-Items.html#GTK-STOCK-PAGE-SETUP:CAPS" deprecated="3.10: Use named icon &quot;document-page-setup&quot; or the label &quot;Page Set_up&quot;." since="2.14"/>
5821
- <keyword type="macro" name="GTK_STOCK_PASTE" link="gtk3-Stock-Items.html#GTK-STOCK-PASTE:CAPS" deprecated="3.10: Use named icon &quot;edit-paste&quot; or the label &quot;_Paste&quot;."/>
5822
- <keyword type="macro" name="GTK_STOCK_PREFERENCES" link="gtk3-Stock-Items.html#GTK-STOCK-PREFERENCES:CAPS" deprecated="3.10: Use named icon &quot;preferences-system&quot; or the label &quot;_Preferences&quot;."/>
5823
- <keyword type="macro" name="GTK_STOCK_PRINT" link="gtk3-Stock-Items.html#GTK-STOCK-PRINT:CAPS" deprecated="3.10: Use named icon &quot;document-print&quot; or the label &quot;_Print&quot;."/>
5824
- <keyword type="macro" name="GTK_STOCK_PRINT_ERROR" link="gtk3-Stock-Items.html#GTK-STOCK-PRINT-ERROR:CAPS" deprecated="3.10: Use named icon &quot;printer-error&quot;." since="2.14"/>
5949
+ <keyword type="macro" name="GTK_STOCK_PAGE_SETUP" link="gtk3-Stock-Items.html#GTK-STOCK-PAGE-SETUP:CAPS" deprecated="3.10: Use named icon &amp;quot;document-page-setup&amp;quot; or the label &amp;quot;Page Set_up&amp;quot;." since="2.14"/>
5950
+ <keyword type="macro" name="GTK_STOCK_PASTE" link="gtk3-Stock-Items.html#GTK-STOCK-PASTE:CAPS" deprecated="3.10: Use named icon &amp;quot;edit-paste&amp;quot; or the label &amp;quot;_Paste&amp;quot;."/>
5951
+ <keyword type="macro" name="GTK_STOCK_PREFERENCES" link="gtk3-Stock-Items.html#GTK-STOCK-PREFERENCES:CAPS" deprecated="3.10: Use named icon &amp;quot;preferences-system&amp;quot; or the label &amp;quot;_Preferences&amp;quot;."/>
5952
+ <keyword type="macro" name="GTK_STOCK_PRINT" link="gtk3-Stock-Items.html#GTK-STOCK-PRINT:CAPS" deprecated="3.10: Use named icon &amp;quot;document-print&amp;quot; or the label &amp;quot;_Print&amp;quot;."/>
5953
+ <keyword type="macro" name="GTK_STOCK_PRINT_ERROR" link="gtk3-Stock-Items.html#GTK-STOCK-PRINT-ERROR:CAPS" deprecated="3.10: Use named icon &amp;quot;printer-error&amp;quot;." since="2.14"/>
5825
5954
  <keyword type="macro" name="GTK_STOCK_PRINT_PAUSED" link="gtk3-Stock-Items.html#GTK-STOCK-PRINT-PAUSED:CAPS" deprecated="3.10" since="2.14"/>
5826
- <keyword type="macro" name="GTK_STOCK_PRINT_PREVIEW" link="gtk3-Stock-Items.html#GTK-STOCK-PRINT-PREVIEW:CAPS" deprecated="3.10: Use label &quot;Pre_view&quot;."/>
5955
+ <keyword type="macro" name="GTK_STOCK_PRINT_PREVIEW" link="gtk3-Stock-Items.html#GTK-STOCK-PRINT-PREVIEW:CAPS" deprecated="3.10: Use label &amp;quot;Pre_view&amp;quot;."/>
5827
5956
  <keyword type="macro" name="GTK_STOCK_PRINT_REPORT" link="gtk3-Stock-Items.html#GTK-STOCK-PRINT-REPORT:CAPS" deprecated="3.10" since="2.14"/>
5828
5957
  <keyword type="macro" name="GTK_STOCK_PRINT_WARNING" link="gtk3-Stock-Items.html#GTK-STOCK-PRINT-WARNING:CAPS" deprecated="3.10" since="2.14"/>
5829
- <keyword type="macro" name="GTK_STOCK_PROPERTIES" link="gtk3-Stock-Items.html#GTK-STOCK-PROPERTIES:CAPS" deprecated="3.10: Use named icon &quot;document-properties&quot; or the label &quot;_Properties&quot;."/>
5830
- <keyword type="macro" name="GTK_STOCK_QUIT" link="gtk3-Stock-Items.html#GTK-STOCK-QUIT:CAPS" deprecated="3.10: Use named icon &quot;application-exit&quot; or the label &quot;_Quit&quot;."/>
5831
- <keyword type="macro" name="GTK_STOCK_REDO" link="gtk3-Stock-Items.html#GTK-STOCK-REDO:CAPS" deprecated="3.10: Use named icon &quot;edit-redo&quot; or the label &quot;_Redo&quot;."/>
5832
- <keyword type="macro" name="GTK_STOCK_REFRESH" link="gtk3-Stock-Items.html#GTK-STOCK-REFRESH:CAPS" deprecated="3.10: Use named icon &quot;view-refresh&quot; or the label &quot;_Refresh&quot;."/>
5833
- <keyword type="macro" name="GTK_STOCK_REMOVE" link="gtk3-Stock-Items.html#GTK-STOCK-REMOVE:CAPS" deprecated="3.10: Use named icon &quot;list-remove&quot; or the label &quot;_Remove&quot;."/>
5834
- <keyword type="macro" name="GTK_STOCK_REVERT_TO_SAVED" link="gtk3-Stock-Items.html#GTK-STOCK-REVERT-TO-SAVED:CAPS" deprecated="3.10: Use named icon &quot;document-revert&quot; or the label &quot;_Revert&quot;."/>
5835
- <keyword type="macro" name="GTK_STOCK_SAVE" link="gtk3-Stock-Items.html#GTK-STOCK-SAVE:CAPS" deprecated="3.10: Use named icon &quot;document-save&quot; or the label &quot;_Save&quot;."/>
5836
- <keyword type="macro" name="GTK_STOCK_SAVE_AS" link="gtk3-Stock-Items.html#GTK-STOCK-SAVE-AS:CAPS" deprecated="3.10: Use named icon &quot;document-save-as&quot; or the label &quot;Save _As&quot;."/>
5837
- <keyword type="macro" name="GTK_STOCK_SELECT_ALL" link="gtk3-Stock-Items.html#GTK-STOCK-SELECT-ALL:CAPS" deprecated="3.10: Use named icon &quot;edit-select-all&quot; or the label &quot;Select _All&quot;." since="2.10"/>
5958
+ <keyword type="macro" name="GTK_STOCK_PROPERTIES" link="gtk3-Stock-Items.html#GTK-STOCK-PROPERTIES:CAPS" deprecated="3.10: Use named icon &amp;quot;document-properties&amp;quot; or the label &amp;quot;_Properties&amp;quot;."/>
5959
+ <keyword type="macro" name="GTK_STOCK_QUIT" link="gtk3-Stock-Items.html#GTK-STOCK-QUIT:CAPS" deprecated="3.10: Use named icon &amp;quot;application-exit&amp;quot; or the label &amp;quot;_Quit&amp;quot;."/>
5960
+ <keyword type="macro" name="GTK_STOCK_REDO" link="gtk3-Stock-Items.html#GTK-STOCK-REDO:CAPS" deprecated="3.10: Use named icon &amp;quot;edit-redo&amp;quot; or the label &amp;quot;_Redo&amp;quot;."/>
5961
+ <keyword type="macro" name="GTK_STOCK_REFRESH" link="gtk3-Stock-Items.html#GTK-STOCK-REFRESH:CAPS" deprecated="3.10: Use named icon &amp;quot;view-refresh&amp;quot; or the label &amp;quot;_Refresh&amp;quot;."/>
5962
+ <keyword type="macro" name="GTK_STOCK_REMOVE" link="gtk3-Stock-Items.html#GTK-STOCK-REMOVE:CAPS" deprecated="3.10: Use named icon &amp;quot;list-remove&amp;quot; or the label &amp;quot;_Remove&amp;quot;."/>
5963
+ <keyword type="macro" name="GTK_STOCK_REVERT_TO_SAVED" link="gtk3-Stock-Items.html#GTK-STOCK-REVERT-TO-SAVED:CAPS" deprecated="3.10: Use named icon &amp;quot;document-revert&amp;quot; or the label &amp;quot;_Revert&amp;quot;."/>
5964
+ <keyword type="macro" name="GTK_STOCK_SAVE" link="gtk3-Stock-Items.html#GTK-STOCK-SAVE:CAPS" deprecated="3.10: Use named icon &amp;quot;document-save&amp;quot; or the label &amp;quot;_Save&amp;quot;."/>
5965
+ <keyword type="macro" name="GTK_STOCK_SAVE_AS" link="gtk3-Stock-Items.html#GTK-STOCK-SAVE-AS:CAPS" deprecated="3.10: Use named icon &amp;quot;document-save-as&amp;quot; or the label &amp;quot;Save _As&amp;quot;."/>
5966
+ <keyword type="macro" name="GTK_STOCK_SELECT_ALL" link="gtk3-Stock-Items.html#GTK-STOCK-SELECT-ALL:CAPS" deprecated="3.10: Use named icon &amp;quot;edit-select-all&amp;quot; or the label &amp;quot;Select _All&amp;quot;." since="2.10"/>
5838
5967
  <keyword type="macro" name="GTK_STOCK_SELECT_COLOR" link="gtk3-Stock-Items.html#GTK-STOCK-SELECT-COLOR:CAPS" deprecated="3.10"/>
5839
5968
  <keyword type="macro" name="GTK_STOCK_SELECT_FONT" link="gtk3-Stock-Items.html#GTK-STOCK-SELECT-FONT:CAPS" deprecated="3.10"/>
5840
- <keyword type="macro" name="GTK_STOCK_SORT_ASCENDING" link="gtk3-Stock-Items.html#GTK-STOCK-SORT-ASCENDING:CAPS" deprecated="3.10: Use named icon &quot;view-sort-ascending&quot;."/>
5841
- <keyword type="macro" name="GTK_STOCK_SORT_DESCENDING" link="gtk3-Stock-Items.html#GTK-STOCK-SORT-DESCENDING:CAPS" deprecated="3.10: Use named icon &quot;view-sort-descending&quot;."/>
5842
- <keyword type="macro" name="GTK_STOCK_SPELL_CHECK" link="gtk3-Stock-Items.html#GTK-STOCK-SPELL-CHECK:CAPS" deprecated="3.10: Use named icon &quot;tools-check-spelling&quot;."/>
5843
- <keyword type="macro" name="GTK_STOCK_STOP" link="gtk3-Stock-Items.html#GTK-STOCK-STOP:CAPS" deprecated="3.10: Use named icon &quot;process-stop&quot; or the label &quot;_Stop&quot;."/>
5844
- <keyword type="macro" name="GTK_STOCK_STRIKETHROUGH" link="gtk3-Stock-Items.html#GTK-STOCK-STRIKETHROUGH:CAPS" deprecated="3.10: Use named icon &quot;format-text-strikethrough&quot; or the label &quot;_Strikethrough&quot;."/>
5969
+ <keyword type="macro" name="GTK_STOCK_SORT_ASCENDING" link="gtk3-Stock-Items.html#GTK-STOCK-SORT-ASCENDING:CAPS" deprecated="3.10: Use named icon &amp;quot;view-sort-ascending&amp;quot;."/>
5970
+ <keyword type="macro" name="GTK_STOCK_SORT_DESCENDING" link="gtk3-Stock-Items.html#GTK-STOCK-SORT-DESCENDING:CAPS" deprecated="3.10: Use named icon &amp;quot;view-sort-descending&amp;quot;."/>
5971
+ <keyword type="macro" name="GTK_STOCK_SPELL_CHECK" link="gtk3-Stock-Items.html#GTK-STOCK-SPELL-CHECK:CAPS" deprecated="3.10: Use named icon &amp;quot;tools-check-spelling&amp;quot;."/>
5972
+ <keyword type="macro" name="GTK_STOCK_STOP" link="gtk3-Stock-Items.html#GTK-STOCK-STOP:CAPS" deprecated="3.10: Use named icon &amp;quot;process-stop&amp;quot; or the label &amp;quot;_Stop&amp;quot;."/>
5973
+ <keyword type="macro" name="GTK_STOCK_STRIKETHROUGH" link="gtk3-Stock-Items.html#GTK-STOCK-STRIKETHROUGH:CAPS" deprecated="3.10: Use named icon &amp;quot;format-text-strikethrough&amp;quot; or the label &amp;quot;_Strikethrough&amp;quot;."/>
5845
5974
  <keyword type="macro" name="GTK_STOCK_UNDELETE" link="gtk3-Stock-Items.html#GTK-STOCK-UNDELETE:CAPS" deprecated="3.10"/>
5846
- <keyword type="macro" name="GTK_STOCK_UNDERLINE" link="gtk3-Stock-Items.html#GTK-STOCK-UNDERLINE:CAPS" deprecated="3.10: Use named icon &quot;format-text-underline&quot; or the label &quot;_Underline&quot;."/>
5847
- <keyword type="macro" name="GTK_STOCK_UNDO" link="gtk3-Stock-Items.html#GTK-STOCK-UNDO:CAPS" deprecated="3.10: Use named icon &quot;edit-undo&quot; or the label &quot;_Undo&quot;."/>
5848
- <keyword type="macro" name="GTK_STOCK_UNINDENT" link="gtk3-Stock-Items.html#GTK-STOCK-UNINDENT:CAPS" deprecated="3.10: Use named icon &quot;format-indent-less&quot;." since="2.4"/>
5975
+ <keyword type="macro" name="GTK_STOCK_UNDERLINE" link="gtk3-Stock-Items.html#GTK-STOCK-UNDERLINE:CAPS" deprecated="3.10: Use named icon &amp;quot;format-text-underline&amp;quot; or the label &amp;quot;_Underline&amp;quot;."/>
5976
+ <keyword type="macro" name="GTK_STOCK_UNDO" link="gtk3-Stock-Items.html#GTK-STOCK-UNDO:CAPS" deprecated="3.10: Use named icon &amp;quot;edit-undo&amp;quot; or the label &amp;quot;_Undo&amp;quot;."/>
5977
+ <keyword type="macro" name="GTK_STOCK_UNINDENT" link="gtk3-Stock-Items.html#GTK-STOCK-UNINDENT:CAPS" deprecated="3.10: Use named icon &amp;quot;format-indent-less&amp;quot;." since="2.4"/>
5849
5978
  <keyword type="macro" name="GTK_STOCK_YES" link="gtk3-Stock-Items.html#GTK-STOCK-YES:CAPS" deprecated="3.10"/>
5850
- <keyword type="macro" name="GTK_STOCK_ZOOM_100" link="gtk3-Stock-Items.html#GTK-STOCK-ZOOM-100:CAPS" deprecated="3.10: Use named icon &quot;zoom-original&quot; or the label &quot;_Normal Size&quot;."/>
5851
- <keyword type="macro" name="GTK_STOCK_ZOOM_FIT" link="gtk3-Stock-Items.html#GTK-STOCK-ZOOM-FIT:CAPS" deprecated="3.10: Use named icon &quot;zoom-fit-best&quot; or the label &quot;Best _Fit&quot;."/>
5852
- <keyword type="macro" name="GTK_STOCK_ZOOM_IN" link="gtk3-Stock-Items.html#GTK-STOCK-ZOOM-IN:CAPS" deprecated="3.10: Use named icon &quot;zoom-in&quot; or the label &quot;Zoom _In&quot;."/>
5853
- <keyword type="macro" name="GTK_STOCK_ZOOM_OUT" link="gtk3-Stock-Items.html#GTK-STOCK-ZOOM-OUT:CAPS" deprecated="3.10: Use named icon &quot;zoom-out&quot; or the label &quot;Zoom _Out&quot;."/>
5854
- <keyword type="struct" name="struct GtkStockItem" link="gtk3-Stock-Items.html#GtkStockItem" deprecated="3.10"/>
5979
+ <keyword type="macro" name="GTK_STOCK_ZOOM_100" link="gtk3-Stock-Items.html#GTK-STOCK-ZOOM-100:CAPS" deprecated="3.10: Use named icon &amp;quot;zoom-original&amp;quot; or the label &amp;quot;_Normal Size&amp;quot;."/>
5980
+ <keyword type="macro" name="GTK_STOCK_ZOOM_FIT" link="gtk3-Stock-Items.html#GTK-STOCK-ZOOM-FIT:CAPS" deprecated="3.10: Use named icon &amp;quot;zoom-fit-best&amp;quot; or the label &amp;quot;Best _Fit&amp;quot;."/>
5981
+ <keyword type="macro" name="GTK_STOCK_ZOOM_IN" link="gtk3-Stock-Items.html#GTK-STOCK-ZOOM-IN:CAPS" deprecated="3.10: Use named icon &amp;quot;zoom-in&amp;quot; or the label &amp;quot;Zoom _In&amp;quot;."/>
5982
+ <keyword type="macro" name="GTK_STOCK_ZOOM_OUT" link="gtk3-Stock-Items.html#GTK-STOCK-ZOOM-OUT:CAPS" deprecated="3.10: Use named icon &amp;quot;zoom-out&amp;quot; or the label &amp;quot;Zoom _Out&amp;quot;."/>
5855
5983
  <keyword type="function" name="gtk_icon_source_copy ()" link="gtk3-Themeable-Stock-Images.html#gtk-icon-source-copy" deprecated="3.10: Use #GtkIconTheme instead."/>
5856
5984
  <keyword type="function" name="gtk_icon_source_free ()" link="gtk3-Themeable-Stock-Images.html#gtk-icon-source-free" deprecated="3.10: Use #GtkIconTheme instead."/>
5857
5985
  <keyword type="function" name="gtk_icon_factory_add ()" link="gtk3-Themeable-Stock-Images.html#gtk-icon-factory-add" deprecated="3.10: Use #GtkIconTheme instead."/>
@@ -6046,7 +6174,6 @@
6046
6174
  <keyword type="function" name="gtk_grab_remove ()" link="gtk3-General.html#gtk-grab-remove"/>
6047
6175
  <keyword type="function" name="gtk_device_grab_add ()" link="gtk3-General.html#gtk-device-grab-add" since="3.0"/>
6048
6176
  <keyword type="function" name="gtk_device_grab_remove ()" link="gtk3-General.html#gtk-device-grab-remove" since="3.0"/>
6049
- <keyword type="macro" name="GTK_PRIORITY_RESIZE" link="gtk3-General.html#GTK-PRIORITY-RESIZE:CAPS"/>
6050
6177
  <keyword type="function" name="gtk_key_snooper_install ()" link="gtk3-General.html#gtk-key-snooper-install" deprecated=""/>
6051
6178
  <keyword type="function" name="GtkKeySnoopFunc ()" link="gtk3-General.html#GtkKeySnoopFunc"/>
6052
6179
  <keyword type="function" name="gtk_key_snooper_remove ()" link="gtk3-General.html#gtk-key-snooper-remove" deprecated=""/>
@@ -6056,23 +6183,24 @@
6056
6183
  <keyword type="function" name="gtk_get_current_event_device ()" link="gtk3-General.html#gtk-get-current-event-device"/>
6057
6184
  <keyword type="function" name="gtk_get_event_widget ()" link="gtk3-General.html#gtk-get-event-widget"/>
6058
6185
  <keyword type="function" name="gtk_propagate_event ()" link="gtk3-General.html#gtk-propagate-event"/>
6186
+ <keyword type="macro" name="GTK_PRIORITY_RESIZE" link="gtk3-General.html#GTK-PRIORITY-RESIZE:CAPS"/>
6059
6187
  <keyword type="function" name="gtk_get_major_version ()" link="gtk3-Feature-Test-Macros.html#gtk-get-major-version" since="3.0"/>
6060
6188
  <keyword type="function" name="gtk_get_minor_version ()" link="gtk3-Feature-Test-Macros.html#gtk-get-minor-version" since="3.0"/>
6061
6189
  <keyword type="function" name="gtk_get_micro_version ()" link="gtk3-Feature-Test-Macros.html#gtk-get-micro-version" since="3.0"/>
6062
6190
  <keyword type="function" name="gtk_get_binary_age ()" link="gtk3-Feature-Test-Macros.html#gtk-get-binary-age" since="3.0"/>
6063
6191
  <keyword type="function" name="gtk_get_interface_age ()" link="gtk3-Feature-Test-Macros.html#gtk-get-interface-age" since="3.0"/>
6064
6192
  <keyword type="function" name="gtk_check_version ()" link="gtk3-Feature-Test-Macros.html#gtk-check-version"/>
6065
- <keyword type="macro" name="GTK_MAJOR_VERSION" link="gtk3-Feature-Test-Macros.html#GTK-MAJOR-VERSION:CAPS"/>
6066
- <keyword type="macro" name="GTK_MINOR_VERSION" link="gtk3-Feature-Test-Macros.html#GTK-MINOR-VERSION:CAPS"/>
6067
- <keyword type="macro" name="GTK_MICRO_VERSION" link="gtk3-Feature-Test-Macros.html#GTK-MICRO-VERSION:CAPS"/>
6068
- <keyword type="macro" name="GTK_BINARY_AGE" link="gtk3-Feature-Test-Macros.html#GTK-BINARY-AGE:CAPS"/>
6069
- <keyword type="macro" name="GTK_INTERFACE_AGE" link="gtk3-Feature-Test-Macros.html#GTK-INTERFACE-AGE:CAPS"/>
6070
6193
  <keyword type="macro" name="GTK_CHECK_VERSION()" link="gtk3-Feature-Test-Macros.html#GTK-CHECK-VERSION:CAPS"/>
6071
6194
  <keyword type="macro" name="gtk_major_version" link="gtk3-Feature-Test-Macros.html#gtk-major-version"/>
6072
6195
  <keyword type="macro" name="gtk_minor_version" link="gtk3-Feature-Test-Macros.html#gtk-minor-version"/>
6073
6196
  <keyword type="macro" name="gtk_micro_version" link="gtk3-Feature-Test-Macros.html#gtk-micro-version"/>
6074
6197
  <keyword type="macro" name="gtk_binary_age" link="gtk3-Feature-Test-Macros.html#gtk-binary-age"/>
6075
6198
  <keyword type="macro" name="gtk_interface_age" link="gtk3-Feature-Test-Macros.html#gtk-interface-age"/>
6199
+ <keyword type="macro" name="GTK_MAJOR_VERSION" link="gtk3-Feature-Test-Macros.html#GTK-MAJOR-VERSION:CAPS"/>
6200
+ <keyword type="macro" name="GTK_MINOR_VERSION" link="gtk3-Feature-Test-Macros.html#GTK-MINOR-VERSION:CAPS"/>
6201
+ <keyword type="macro" name="GTK_MICRO_VERSION" link="gtk3-Feature-Test-Macros.html#GTK-MICRO-VERSION:CAPS"/>
6202
+ <keyword type="macro" name="GTK_BINARY_AGE" link="gtk3-Feature-Test-Macros.html#GTK-BINARY-AGE:CAPS"/>
6203
+ <keyword type="macro" name="GTK_INTERFACE_AGE" link="gtk3-Feature-Test-Macros.html#GTK-INTERFACE-AGE:CAPS"/>
6076
6204
  <keyword type="function" name="gtk_accel_group_new ()" link="gtk3-Keyboard-Accelerators.html#gtk-accel-group-new"/>
6077
6205
  <keyword type="function" name="gtk_accel_group_connect ()" link="gtk3-Keyboard-Accelerators.html#gtk-accel-group-connect"/>
6078
6206
  <keyword type="function" name="gtk_accel_group_connect_by_path ()" link="gtk3-Keyboard-Accelerators.html#gtk-accel-group-connect-by-path"/>
@@ -6216,6 +6344,7 @@
6216
6344
  <keyword type="function" name="gtk_settings_set_string_property ()" link="GtkSettings.html#gtk-settings-set-string-property" deprecated="3.16: Use g_object_set() instead."/>
6217
6345
  <keyword type="function" name="gtk_settings_set_long_property ()" link="GtkSettings.html#gtk-settings-set-long-property" deprecated="3.16: Use g_object_set() instead."/>
6218
6346
  <keyword type="function" name="gtk_settings_set_double_property ()" link="GtkSettings.html#gtk-settings-set-double-property" deprecated="3.16: Use g_object_set() instead."/>
6347
+ <keyword type="function" name="gtk_settings_reset_property ()" link="GtkSettings.html#gtk-settings-reset-property" since="3.20"/>
6219
6348
  <keyword type="struct" name="GtkSettings" link="GtkSettings.html#GtkSettings-struct"/>
6220
6349
  <keyword type="struct" name="struct GtkSettingsValue" link="GtkSettings.html#GtkSettingsValue"/>
6221
6350
  <keyword type="enum" name="enum GtkIMPreeditStyle" link="GtkSettings.html#GtkIMPreeditStyle" deprecated="3.10"/>
@@ -6260,6 +6389,7 @@
6260
6389
  <keyword type="property" name="The “gtk-im-status-style” property" link="GtkSettings.html#GtkSettings--gtk-im-status-style"/>
6261
6390
  <keyword type="property" name="The “gtk-key-theme-name” property" link="GtkSettings.html#GtkSettings--gtk-key-theme-name"/>
6262
6391
  <keyword type="property" name="The “gtk-keynav-cursor-only” property" link="GtkSettings.html#GtkSettings--gtk-keynav-cursor-only"/>
6392
+ <keyword type="property" name="The “gtk-keynav-use-caret” property" link="GtkSettings.html#GtkSettings--gtk-keynav-use-caret"/>
6263
6393
  <keyword type="property" name="The “gtk-keynav-wrap-around” property" link="GtkSettings.html#GtkSettings--gtk-keynav-wrap-around"/>
6264
6394
  <keyword type="property" name="The “gtk-label-select-on-focus” property" link="GtkSettings.html#GtkSettings--gtk-label-select-on-focus"/>
6265
6395
  <keyword type="property" name="The “gtk-long-press-time” property" link="GtkSettings.html#GtkSettings--gtk-long-press-time"/>
@@ -6387,21 +6517,21 @@
6387
6517
  <keyword type="struct" name="struct GtkTargetEntry" link="gtk3-Selections.html#GtkTargetEntry"/>
6388
6518
  <keyword type="struct" name="GtkTargetList" link="gtk3-Selections.html#GtkTargetList-struct"/>
6389
6519
  <keyword type="struct" name="struct GtkTargetPair" link="gtk3-Selections.html#GtkTargetPair"/>
6390
- <keyword type="function" name="gtk_test_create_simple_window ()" link="gtk3-Testing.html#gtk-test-create-simple-window" since="2.14"/>
6391
- <keyword type="function" name="gtk_test_create_widget ()" link="gtk3-Testing.html#gtk-test-create-widget" since="2.14"/>
6392
- <keyword type="function" name="gtk_test_display_button_window ()" link="gtk3-Testing.html#gtk-test-display-button-window" since="2.14"/>
6520
+ <keyword type="function" name="gtk_test_create_simple_window ()" link="gtk3-Testing.html#gtk-test-create-simple-window" deprecated="3.20: This testing infrastructure is phased out in favor of reftests." since="2.14"/>
6521
+ <keyword type="function" name="gtk_test_create_widget ()" link="gtk3-Testing.html#gtk-test-create-widget" deprecated="3.20: This testing infrastructure is phased out in favor of reftests." since="2.14"/>
6522
+ <keyword type="function" name="gtk_test_display_button_window ()" link="gtk3-Testing.html#gtk-test-display-button-window" deprecated="3.20: This testing infrastructure is phased out in favor of reftests." since="2.14"/>
6393
6523
  <keyword type="function" name="gtk_test_find_label ()" link="gtk3-Testing.html#gtk-test-find-label" since="2.14"/>
6394
6524
  <keyword type="function" name="gtk_test_find_sibling ()" link="gtk3-Testing.html#gtk-test-find-sibling" since="2.14"/>
6395
6525
  <keyword type="function" name="gtk_test_find_widget ()" link="gtk3-Testing.html#gtk-test-find-widget" since="2.14"/>
6396
6526
  <keyword type="function" name="gtk_test_init ()" link="gtk3-Testing.html#gtk-test-init" since="2.14"/>
6397
6527
  <keyword type="function" name="gtk_test_list_all_types ()" link="gtk3-Testing.html#gtk-test-list-all-types" since="2.14"/>
6398
6528
  <keyword type="function" name="gtk_test_register_all_types ()" link="gtk3-Testing.html#gtk-test-register-all-types" since="2.14"/>
6399
- <keyword type="function" name="gtk_test_slider_get_value ()" link="gtk3-Testing.html#gtk-test-slider-get-value" since="2.14"/>
6400
- <keyword type="function" name="gtk_test_slider_set_perc ()" link="gtk3-Testing.html#gtk-test-slider-set-perc" since="2.14"/>
6401
- <keyword type="function" name="gtk_test_spin_button_click ()" link="gtk3-Testing.html#gtk-test-spin-button-click" since="2.14"/>
6402
- <keyword type="function" name="gtk_test_text_get ()" link="gtk3-Testing.html#gtk-test-text-get" since="2.14"/>
6403
- <keyword type="function" name="gtk_test_text_set ()" link="gtk3-Testing.html#gtk-test-text-set" since="2.14"/>
6404
- <keyword type="function" name="gtk_test_widget_click ()" link="gtk3-Testing.html#gtk-test-widget-click" since="2.14"/>
6529
+ <keyword type="function" name="gtk_test_slider_get_value ()" link="gtk3-Testing.html#gtk-test-slider-get-value" deprecated="3.20: This testing infrastructure is phased out in favor of reftests." since="2.14"/>
6530
+ <keyword type="function" name="gtk_test_slider_set_perc ()" link="gtk3-Testing.html#gtk-test-slider-set-perc" deprecated="3.20: This testing infrastructure is phased out in favor of reftests." since="2.14"/>
6531
+ <keyword type="function" name="gtk_test_spin_button_click ()" link="gtk3-Testing.html#gtk-test-spin-button-click" deprecated="3.20: This testing infrastructure is phased out in favor of reftests." since="2.14"/>
6532
+ <keyword type="function" name="gtk_test_text_get ()" link="gtk3-Testing.html#gtk-test-text-get" deprecated="3.20: This testing infrastructure is phased out in favor of reftests." since="2.14"/>
6533
+ <keyword type="function" name="gtk_test_text_set ()" link="gtk3-Testing.html#gtk-test-text-set" deprecated="3.20: This testing infrastructure is phased out in favor of reftests." since="2.14"/>
6534
+ <keyword type="function" name="gtk_test_widget_click ()" link="gtk3-Testing.html#gtk-test-widget-click" deprecated="3.20: This testing infrastructure is phased out in favor of reftests." since="2.14"/>
6405
6535
  <keyword type="function" name="gtk_test_widget_send_key ()" link="gtk3-Testing.html#gtk-test-widget-send-key" since="2.14"/>
6406
6536
  <keyword type="function" name="gtk_test_widget_wait_for_draw ()" link="gtk3-Testing.html#gtk-test-widget-wait-for-draw" since="3.10"/>
6407
6537
  <keyword type="function" name="gtk_mount_operation_new ()" link="gtk3-Filesystem-utilities.html#gtk-mount-operation-new" since="2.14"/>
@@ -6435,7 +6565,7 @@
6435
6565
  <keyword type="function" name="gtk_style_context_get_section ()" link="GtkStyleContext.html#gtk-style-context-get-section"/>
6436
6566
  <keyword type="function" name="gtk_style_context_get_color ()" link="GtkStyleContext.html#gtk-style-context-get-color" since="3.0"/>
6437
6567
  <keyword type="function" name="gtk_style_context_get_background_color ()" link="GtkStyleContext.html#gtk-style-context-get-background-color" deprecated="3.16: Use gtk_render_background() instead." since="3.0"/>
6438
- <keyword type="function" name="gtk_style_context_get_border_color ()" link="GtkStyleContext.html#gtk-style-context-get-border-color" deprecated="3.16: Use gtk_render_border() instead." since="3.0"/>
6568
+ <keyword type="function" name="gtk_style_context_get_border_color ()" link="GtkStyleContext.html#gtk-style-context-get-border-color" deprecated="3.16: Use gtk_render_frame() instead." since="3.0"/>
6439
6569
  <keyword type="function" name="gtk_style_context_get_border ()" link="GtkStyleContext.html#gtk-style-context-get-border" since="3.0"/>
6440
6570
  <keyword type="function" name="gtk_style_context_get_padding ()" link="GtkStyleContext.html#gtk-style-context-get-padding" since="3.0"/>
6441
6571
  <keyword type="function" name="gtk_style_context_get_margin ()" link="GtkStyleContext.html#gtk-style-context-get-margin" since="3.0"/>
@@ -6452,7 +6582,7 @@
6452
6582
  <keyword type="function" name="gtk_style_context_remove_provider ()" link="GtkStyleContext.html#gtk-style-context-remove-provider" since="3.0"/>
6453
6583
  <keyword type="function" name="gtk_style_context_remove_provider_for_screen ()" link="GtkStyleContext.html#gtk-style-context-remove-provider-for-screen" since="3.0"/>
6454
6584
  <keyword type="function" name="gtk_style_context_reset_widgets ()" link="GtkStyleContext.html#gtk-style-context-reset-widgets" since="3.0"/>
6455
- <keyword type="function" name="gtk_style_context_set_background ()" link="GtkStyleContext.html#gtk-style-context-set-background" since="3.0"/>
6585
+ <keyword type="function" name="gtk_style_context_set_background ()" link="GtkStyleContext.html#gtk-style-context-set-background" deprecated="" since="3.0"/>
6456
6586
  <keyword type="function" name="gtk_style_context_restore ()" link="GtkStyleContext.html#gtk-style-context-restore" since="3.0"/>
6457
6587
  <keyword type="function" name="gtk_style_context_save ()" link="GtkStyleContext.html#gtk-style-context-save" since="3.0"/>
6458
6588
  <keyword type="function" name="gtk_style_context_set_direction ()" link="GtkStyleContext.html#gtk-style-context-set-direction" deprecated="" since="3.0"/>
@@ -6472,11 +6602,13 @@
6472
6602
  <keyword type="function" name="gtk_style_context_set_state ()" link="GtkStyleContext.html#gtk-style-context-set-state" since="3.0"/>
6473
6603
  <keyword type="function" name="gtk_style_context_set_scale ()" link="GtkStyleContext.html#gtk-style-context-set-scale" since="3.10"/>
6474
6604
  <keyword type="function" name="gtk_style_context_get_scale ()" link="GtkStyleContext.html#gtk-style-context-get-scale" since="3.10"/>
6605
+ <keyword type="function" name="gtk_style_context_to_string ()" link="GtkStyleContext.html#gtk-style-context-to-string" since="3.20"/>
6475
6606
  <keyword type="function" name="gtk_border_new ()" link="GtkStyleContext.html#gtk-border-new" since="2.14"/>
6476
6607
  <keyword type="function" name="gtk_border_copy ()" link="GtkStyleContext.html#gtk-border-copy"/>
6477
6608
  <keyword type="function" name="gtk_border_free ()" link="GtkStyleContext.html#gtk-border-free"/>
6478
6609
  <keyword type="function" name="gtk_render_arrow ()" link="GtkStyleContext.html#gtk-render-arrow" since="3.0"/>
6479
6610
  <keyword type="function" name="gtk_render_background ()" link="GtkStyleContext.html#gtk-render-background" since="3.0."/>
6611
+ <keyword type="function" name="gtk_render_background_get_clip ()" link="GtkStyleContext.html#gtk-render-background-get-clip" since="3.20"/>
6480
6612
  <keyword type="function" name="gtk_render_check ()" link="GtkStyleContext.html#gtk-render-check" since="3.0"/>
6481
6613
  <keyword type="function" name="gtk_render_expander ()" link="GtkStyleContext.html#gtk-render-expander" since="3.0"/>
6482
6614
  <keyword type="function" name="gtk_render_extension ()" link="GtkStyleContext.html#gtk-render-extension" since="3.0"/>
@@ -6549,9 +6681,9 @@
6549
6681
  <keyword type="macro" name="GTK_STYLE_CLASS_NEEDS_ATTENTION" link="GtkStyleContext.html#GTK-STYLE-CLASS-NEEDS-ATTENTION:CAPS" since="3.12"/>
6550
6682
  <keyword type="macro" name="GTK_STYLE_CLASS_NOTEBOOK" link="GtkStyleContext.html#GTK-STYLE-CLASS-NOTEBOOK:CAPS"/>
6551
6683
  <keyword type="macro" name="GTK_STYLE_CLASS_OSD" link="GtkStyleContext.html#GTK-STYLE-CLASS-OSD:CAPS"/>
6552
- <keyword type="macro" name="GTK_STYLE_CLASS_OVERSHOOT" link="GtkStyleContext.html#GTK-STYLE-CLASS-OVERSHOOT:CAPS"/>
6684
+ <keyword type="macro" name="GTK_STYLE_CLASS_OVERSHOOT" link="GtkStyleContext.html#GTK-STYLE-CLASS-OVERSHOOT:CAPS" since="3.14"/>
6553
6685
  <keyword type="macro" name="GTK_STYLE_CLASS_PANE_SEPARATOR" link="GtkStyleContext.html#GTK-STYLE-CLASS-PANE-SEPARATOR:CAPS"/>
6554
- <keyword type="macro" name="GTK_STYLE_CLASS_PAPER" link="GtkStyleContext.html#GTK-STYLE-CLASS-PAPER:CAPS"/>
6686
+ <keyword type="macro" name="GTK_STYLE_CLASS_PAPER" link="GtkStyleContext.html#GTK-STYLE-CLASS-PAPER:CAPS" since="3.16"/>
6555
6687
  <keyword type="macro" name="GTK_STYLE_CLASS_POPUP" link="GtkStyleContext.html#GTK-STYLE-CLASS-POPUP:CAPS" since="3.14"/>
6556
6688
  <keyword type="macro" name="GTK_STYLE_CLASS_POPOVER" link="GtkStyleContext.html#GTK-STYLE-CLASS-POPOVER:CAPS" since="3.14"/>
6557
6689
  <keyword type="macro" name="GTK_STYLE_CLASS_PRIMARY_TOOLBAR" link="GtkStyleContext.html#GTK-STYLE-CLASS-PRIMARY-TOOLBAR:CAPS"/>
@@ -6583,18 +6715,19 @@
6583
6715
  <keyword type="macro" name="GTK_STYLE_CLASS_TOUCH_SELECTION" link="GtkStyleContext.html#GTK-STYLE-CLASS-TOUCH-SELECTION:CAPS" since="3.16"/>
6584
6716
  <keyword type="macro" name="GTK_STYLE_CLASS_TOP" link="GtkStyleContext.html#GTK-STYLE-CLASS-TOP:CAPS"/>
6585
6717
  <keyword type="macro" name="GTK_STYLE_CLASS_TROUGH" link="GtkStyleContext.html#GTK-STYLE-CLASS-TROUGH:CAPS"/>
6586
- <keyword type="macro" name="GTK_STYLE_CLASS_UNDERSHOOT" link="GtkStyleContext.html#GTK-STYLE-CLASS-UNDERSHOOT:CAPS"/>
6718
+ <keyword type="macro" name="GTK_STYLE_CLASS_UNDERSHOOT" link="GtkStyleContext.html#GTK-STYLE-CLASS-UNDERSHOOT:CAPS" since="3.16"/>
6587
6719
  <keyword type="macro" name="GTK_STYLE_CLASS_VERTICAL" link="GtkStyleContext.html#GTK-STYLE-CLASS-VERTICAL:CAPS"/>
6588
6720
  <keyword type="macro" name="GTK_STYLE_CLASS_VIEW" link="GtkStyleContext.html#GTK-STYLE-CLASS-VIEW:CAPS"/>
6589
6721
  <keyword type="macro" name="GTK_STYLE_CLASS_WARNING" link="GtkStyleContext.html#GTK-STYLE-CLASS-WARNING:CAPS"/>
6590
6722
  <keyword type="macro" name="GTK_STYLE_CLASS_WIDE" link="GtkStyleContext.html#GTK-STYLE-CLASS-WIDE:CAPS" since="3.16"/>
6591
- <keyword type="macro" name="GTK_STYLE_REGION_COLUMN" link="GtkStyleContext.html#GTK-STYLE-REGION-COLUMN:CAPS"/>
6592
- <keyword type="macro" name="GTK_STYLE_REGION_COLUMN_HEADER" link="GtkStyleContext.html#GTK-STYLE-REGION-COLUMN-HEADER:CAPS"/>
6593
- <keyword type="macro" name="GTK_STYLE_REGION_ROW" link="GtkStyleContext.html#GTK-STYLE-REGION-ROW:CAPS"/>
6594
- <keyword type="macro" name="GTK_STYLE_REGION_TAB" link="GtkStyleContext.html#GTK-STYLE-REGION-TAB:CAPS"/>
6723
+ <keyword type="macro" name="GTK_STYLE_REGION_COLUMN" link="GtkStyleContext.html#GTK-STYLE-REGION-COLUMN:CAPS" deprecated="3.20: Don't use regions."/>
6724
+ <keyword type="macro" name="GTK_STYLE_REGION_COLUMN_HEADER" link="GtkStyleContext.html#GTK-STYLE-REGION-COLUMN-HEADER:CAPS" deprecated="3.20: Don't use regions."/>
6725
+ <keyword type="macro" name="GTK_STYLE_REGION_ROW" link="GtkStyleContext.html#GTK-STYLE-REGION-ROW:CAPS" deprecated="3.20: Don't use regions."/>
6726
+ <keyword type="macro" name="GTK_STYLE_REGION_TAB" link="GtkStyleContext.html#GTK-STYLE-REGION-TAB:CAPS" deprecated="3.20: Don't use regions."/>
6595
6727
  <keyword type="struct" name="GtkStyleContext" link="GtkStyleContext.html#GtkStyleContext-struct"/>
6596
6728
  <keyword type="enum" name="enum GtkJunctionSides" link="GtkStyleContext.html#GtkJunctionSides"/>
6597
6729
  <keyword type="enum" name="enum GtkRegionFlags" link="GtkStyleContext.html#GtkRegionFlags"/>
6730
+ <keyword type="enum" name="enum GtkStyleContextPrintFlags" link="GtkStyleContext.html#GtkStyleContextPrintFlags"/>
6598
6731
  <keyword type="struct" name="struct GtkBorder" link="GtkStyleContext.html#GtkBorder-struct"/>
6599
6732
  <keyword type="property" name="The “direction” property" link="GtkStyleContext.html#GtkStyleContext--direction"/>
6600
6733
  <keyword type="property" name="The “paint-clock” property" link="GtkStyleContext.html#GtkStyleContext--paint-clock"/>
@@ -6609,7 +6742,6 @@
6609
6742
  <keyword type="function" name="gtk_css_provider_load_from_resource ()" link="GtkCssProvider.html#gtk-css-provider-load-from-resource" since="3.16"/>
6610
6743
  <keyword type="function" name="gtk_css_provider_new ()" link="GtkCssProvider.html#gtk-css-provider-new"/>
6611
6744
  <keyword type="function" name="gtk_css_provider_to_string ()" link="GtkCssProvider.html#gtk-css-provider-to-string" since="3.2"/>
6612
- <keyword type="macro" name="GTK_CSS_PROVIDER_ERROR" link="GtkCssProvider.html#GTK-CSS-PROVIDER-ERROR:CAPS"/>
6613
6745
  <keyword type="function" name="gtk_css_section_get_end_line ()" link="GtkCssProvider.html#gtk-css-section-get-end-line" since="3.2"/>
6614
6746
  <keyword type="function" name="gtk_css_section_get_end_position ()" link="GtkCssProvider.html#gtk-css-section-get-end-position" since="3.2"/>
6615
6747
  <keyword type="function" name="gtk_css_section_get_file ()" link="GtkCssProvider.html#gtk-css-section-get-file" since="3.2"/>
@@ -6620,6 +6752,7 @@
6620
6752
  <keyword type="function" name="gtk_css_section_ref ()" link="GtkCssProvider.html#gtk-css-section-ref" since="3.2"/>
6621
6753
  <keyword type="function" name="gtk_css_section_unref ()" link="GtkCssProvider.html#gtk-css-section-unref" since="3.2"/>
6622
6754
  <keyword type="struct" name="struct GtkCssProvider" link="GtkCssProvider.html#GtkCssProvider-struct"/>
6755
+ <keyword type="macro" name="GTK_CSS_PROVIDER_ERROR" link="GtkCssProvider.html#GTK-CSS-PROVIDER-ERROR:CAPS"/>
6623
6756
  <keyword type="enum" name="enum GtkCssProviderError" link="GtkCssProvider.html#GtkCssProviderError"/>
6624
6757
  <keyword type="struct" name="GtkCssSection" link="GtkCssProvider.html#GtkCssSection-struct"/>
6625
6758
  <keyword type="enum" name="enum GtkCssSectionType" link="GtkCssProvider.html#GtkCssSectionType" since="3.2"/>
@@ -6665,6 +6798,7 @@
6665
6798
  <keyword type="function" name="gtk_widget_path_iter_clear_classes ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-clear-classes" since="3.0"/>
6666
6799
  <keyword type="function" name="gtk_widget_path_iter_clear_regions ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-clear-regions" deprecated="3.14: The use of regions is deprecated." since="3.0"/>
6667
6800
  <keyword type="function" name="gtk_widget_path_iter_get_name ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-get-name"/>
6801
+ <keyword type="function" name="gtk_widget_path_iter_get_object_name ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-get-object-name" since="3.20"/>
6668
6802
  <keyword type="function" name="gtk_widget_path_iter_get_object_type ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-get-object-type" since="3.0"/>
6669
6803
  <keyword type="function" name="gtk_widget_path_iter_get_siblings ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-get-siblings"/>
6670
6804
  <keyword type="function" name="gtk_widget_path_iter_get_sibling_index ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-get-sibling-index"/>
@@ -6680,6 +6814,7 @@
6680
6814
  <keyword type="function" name="gtk_widget_path_iter_remove_class ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-remove-class" since="3.0"/>
6681
6815
  <keyword type="function" name="gtk_widget_path_iter_remove_region ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-remove-region" deprecated="3.14: The use of regions is deprecated." since="3.0"/>
6682
6816
  <keyword type="function" name="gtk_widget_path_iter_set_name ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-set-name" since="3.0"/>
6817
+ <keyword type="function" name="gtk_widget_path_iter_set_object_name ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-set-object-name" since="3.20"/>
6683
6818
  <keyword type="function" name="gtk_widget_path_iter_set_object_type ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-set-object-type" since="3.0"/>
6684
6819
  <keyword type="function" name="gtk_widget_path_iter_set_state ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-iter-set-state" since="3.14"/>
6685
6820
  <keyword type="function" name="gtk_widget_path_length ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-length" since="3.0"/>
@@ -6760,6 +6895,7 @@
6760
6895
  <keyword type="constant" name="GTK_BUILDER_ERROR_TEMPLATE_MISMATCH" link="GtkBuilder.html#GTK-BUILDER-ERROR-TEMPLATE-MISMATCH:CAPS"/>
6761
6896
  <keyword type="constant" name="GTK_BUILDER_ERROR_INVALID_PROPERTY" link="GtkBuilder.html#GTK-BUILDER-ERROR-INVALID-PROPERTY:CAPS"/>
6762
6897
  <keyword type="constant" name="GTK_BUILDER_ERROR_INVALID_SIGNAL" link="GtkBuilder.html#GTK-BUILDER-ERROR-INVALID-SIGNAL:CAPS"/>
6898
+ <keyword type="constant" name="GTK_BUILDER_ERROR_INVALID_ID" link="GtkBuilder.html#GTK-BUILDER-ERROR-INVALID-ID:CAPS"/>
6763
6899
  <keyword type="constant" name="GTK_WINDOW_TOPLEVEL" link="GtkWindow.html#GTK-WINDOW-TOPLEVEL:CAPS"/>
6764
6900
  <keyword type="constant" name="GTK_WINDOW_POPUP" link="GtkWindow.html#GTK-WINDOW-POPUP:CAPS"/>
6765
6901
  <keyword type="constant" name="GTK_WIN_POS_NONE" link="GtkWindow.html#GTK-WIN-POS-NONE:CAPS"/>
@@ -6882,6 +7018,7 @@
6882
7018
  <keyword type="constant" name="GTK_INPUT_HINT_UPPERCASE_WORDS" link="GtkEntry.html#GTK-INPUT-HINT-UPPERCASE-WORDS:CAPS"/>
6883
7019
  <keyword type="constant" name="GTK_INPUT_HINT_UPPERCASE_SENTENCES" link="GtkEntry.html#GTK-INPUT-HINT-UPPERCASE-SENTENCES:CAPS"/>
6884
7020
  <keyword type="constant" name="GTK_INPUT_HINT_INHIBIT_OSK" link="GtkEntry.html#GTK-INPUT-HINT-INHIBIT-OSK:CAPS"/>
7021
+ <keyword type="constant" name="GTK_INPUT_HINT_VERTICAL_WRITING" link="GtkEntry.html#GTK-INPUT-HINT-VERTICAL-WRITING:CAPS"/>
6885
7022
  <keyword type="constant" name="GTK_UPDATE_ALWAYS" link="GtkSpinButton.html#GTK-UPDATE-ALWAYS:CAPS"/>
6886
7023
  <keyword type="constant" name="GTK_UPDATE_IF_VALID" link="GtkSpinButton.html#GTK-UPDATE-IF-VALID:CAPS"/>
6887
7024
  <keyword type="constant" name="GTK_SPIN_STEP_FORWARD" link="GtkSpinButton.html#GTK-SPIN-STEP-FORWARD:CAPS"/>
@@ -6899,6 +7036,8 @@
6899
7036
  <keyword type="constant" name="GTK_TEXT_BUFFER_TARGET_INFO_TEXT" link="GtkTextBuffer.html#GTK-TEXT-BUFFER-TARGET-INFO-TEXT:CAPS"/>
6900
7037
  <keyword type="constant" name="GTK_TEXT_VIEW_LAYER_BELOW" link="GtkTextView.html#GTK-TEXT-VIEW-LAYER-BELOW:CAPS"/>
6901
7038
  <keyword type="constant" name="GTK_TEXT_VIEW_LAYER_ABOVE" link="GtkTextView.html#GTK-TEXT-VIEW-LAYER-ABOVE:CAPS"/>
7039
+ <keyword type="constant" name="GTK_TEXT_VIEW_LAYER_BELOW_TEXT" link="GtkTextView.html#GTK-TEXT-VIEW-LAYER-BELOW-TEXT:CAPS"/>
7040
+ <keyword type="constant" name="GTK_TEXT_VIEW_LAYER_ABOVE_TEXT" link="GtkTextView.html#GTK-TEXT-VIEW-LAYER-ABOVE-TEXT:CAPS"/>
6902
7041
  <keyword type="constant" name="GTK_TEXT_WINDOW_WIDGET" link="GtkTextView.html#GTK-TEXT-WINDOW-WIDGET:CAPS"/>
6903
7042
  <keyword type="constant" name="GTK_TEXT_WINDOW_TEXT" link="GtkTextView.html#GTK-TEXT-WINDOW-TEXT:CAPS"/>
6904
7043
  <keyword type="constant" name="GTK_TEXT_WINDOW_LEFT" link="GtkTextView.html#GTK-TEXT-WINDOW-LEFT:CAPS"/>
@@ -6953,6 +7092,8 @@
6953
7092
  <keyword type="constant" name="GTK_TOOLBAR_SPACE_LINE" link="GtkToolbar.html#GTK-TOOLBAR-SPACE-LINE:CAPS"/>
6954
7093
  <keyword type="constant" name="GTK_TOOL_PALETTE_DRAG_ITEMS" link="GtkToolPalette.html#GTK-TOOL-PALETTE-DRAG-ITEMS:CAPS"/>
6955
7094
  <keyword type="constant" name="GTK_TOOL_PALETTE_DRAG_GROUPS" link="GtkToolPalette.html#GTK-TOOL-PALETTE-DRAG-GROUPS:CAPS"/>
7095
+ <keyword type="constant" name="GTK_POPOVER_CONSTRAINT_NONE" link="GtkPopover.html#GTK-POPOVER-CONSTRAINT-NONE:CAPS"/>
7096
+ <keyword type="constant" name="GTK_POPOVER_CONSTRAINT_WINDOW" link="GtkPopover.html#GTK-POPOVER-CONSTRAINT-WINDOW:CAPS"/>
6956
7097
  <keyword type="constant" name="GTK_FILE_CHOOSER_ACTION_OPEN" link="GtkFileChooser.html#GTK-FILE-CHOOSER-ACTION-OPEN:CAPS"/>
6957
7098
  <keyword type="constant" name="GTK_FILE_CHOOSER_ACTION_SAVE" link="GtkFileChooser.html#GTK-FILE-CHOOSER-ACTION-SAVE:CAPS"/>
6958
7099
  <keyword type="constant" name="GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER" link="GtkFileChooser.html#GTK-FILE-CHOOSER-ACTION-SELECT-FOLDER:CAPS"/>
@@ -7042,6 +7183,14 @@
7042
7183
  <keyword type="constant" name="GTK_PRINT_CAPABILITY_PREVIEW" link="GtkPrintUnixDialog.html#GTK-PRINT-CAPABILITY-PREVIEW:CAPS"/>
7043
7184
  <keyword type="constant" name="GTK_PRINT_CAPABILITY_NUMBER_UP" link="GtkPrintUnixDialog.html#GTK-PRINT-CAPABILITY-NUMBER-UP:CAPS"/>
7044
7185
  <keyword type="constant" name="GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT" link="GtkPrintUnixDialog.html#GTK-PRINT-CAPABILITY-NUMBER-UP-LAYOUT:CAPS"/>
7186
+ <keyword type="constant" name="GTK_SHORTCUT_ACCELERATOR" link="GtkShortcutsShortcut.html#GTK-SHORTCUT-ACCELERATOR:CAPS"/>
7187
+ <keyword type="constant" name="GTK_SHORTCUT_GESTURE_PINCH" link="GtkShortcutsShortcut.html#GTK-SHORTCUT-GESTURE-PINCH:CAPS"/>
7188
+ <keyword type="constant" name="GTK_SHORTCUT_GESTURE_STRETCH" link="GtkShortcutsShortcut.html#GTK-SHORTCUT-GESTURE-STRETCH:CAPS"/>
7189
+ <keyword type="constant" name="GTK_SHORTCUT_GESTURE_ROTATE_CLOCKWISE" link="GtkShortcutsShortcut.html#GTK-SHORTCUT-GESTURE-ROTATE-CLOCKWISE:CAPS"/>
7190
+ <keyword type="constant" name="GTK_SHORTCUT_GESTURE_ROTATE_COUNTERCLOCKWISE" link="GtkShortcutsShortcut.html#GTK-SHORTCUT-GESTURE-ROTATE-COUNTERCLOCKWISE:CAPS"/>
7191
+ <keyword type="constant" name="GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_LEFT" link="GtkShortcutsShortcut.html#GTK-SHORTCUT-GESTURE-TWO-FINGER-SWIPE-LEFT:CAPS"/>
7192
+ <keyword type="constant" name="GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_RIGHT" link="GtkShortcutsShortcut.html#GTK-SHORTCUT-GESTURE-TWO-FINGER-SWIPE-RIGHT:CAPS"/>
7193
+ <keyword type="constant" name="GTK_SHORTCUT_GESTURE" link="GtkShortcutsShortcut.html#GTK-SHORTCUT-GESTURE:CAPS"/>
7045
7194
  <keyword type="constant" name="GTK_CALENDAR_SHOW_HEADING" link="GtkCalendar.html#GTK-CALENDAR-SHOW-HEADING:CAPS"/>
7046
7195
  <keyword type="constant" name="GTK_CALENDAR_SHOW_DAY_NAMES" link="GtkCalendar.html#GTK-CALENDAR-SHOW-DAY-NAMES:CAPS"/>
7047
7196
  <keyword type="constant" name="GTK_CALENDAR_NO_MONTH_CHANGE" link="GtkCalendar.html#GTK-CALENDAR-NO-MONTH-CHANGE:CAPS"/>
@@ -7298,6 +7447,7 @@
7298
7447
  <keyword type="constant" name="GTK_STATE_FLAG_LINK" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-LINK:CAPS"/>
7299
7448
  <keyword type="constant" name="GTK_STATE_FLAG_VISITED" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-VISITED:CAPS"/>
7300
7449
  <keyword type="constant" name="GTK_STATE_FLAG_CHECKED" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-CHECKED:CAPS"/>
7450
+ <keyword type="constant" name="GTK_STATE_FLAG_DROP_ACTIVE" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-DROP-ACTIVE:CAPS"/>
7301
7451
  <keyword type="constant" name="GTK_TOOLBAR_ICONS" link="gtk3-Standard-Enumerations.html#GTK-TOOLBAR-ICONS:CAPS"/>
7302
7452
  <keyword type="constant" name="GTK_TOOLBAR_TEXT" link="gtk3-Standard-Enumerations.html#GTK-TOOLBAR-TEXT:CAPS"/>
7303
7453
  <keyword type="constant" name="GTK_TOOLBAR_BOTH" link="gtk3-Standard-Enumerations.html#GTK-TOOLBAR-BOTH:CAPS"/>
@@ -7329,6 +7479,9 @@
7329
7479
  <keyword type="constant" name="GTK_REGION_LAST" link="GtkStyleContext.html#GTK-REGION-LAST:CAPS"/>
7330
7480
  <keyword type="constant" name="GTK_REGION_ONLY" link="GtkStyleContext.html#GTK-REGION-ONLY:CAPS"/>
7331
7481
  <keyword type="constant" name="GTK_REGION_SORTED" link="GtkStyleContext.html#GTK-REGION-SORTED:CAPS"/>
7482
+ <keyword type="constant" name="GTK_STYLE_CONTEXT_PRINT_NONE" link="GtkStyleContext.html#GTK-STYLE-CONTEXT-PRINT-NONE:CAPS"/>
7483
+ <keyword type="constant" name="GTK_STYLE_CONTEXT_PRINT_RECURSE" link="GtkStyleContext.html#GTK-STYLE-CONTEXT-PRINT-RECURSE:CAPS"/>
7484
+ <keyword type="constant" name="GTK_STYLE_CONTEXT_PRINT_SHOW_STYLE" link="GtkStyleContext.html#GTK-STYLE-CONTEXT-PRINT-SHOW-STYLE:CAPS"/>
7332
7485
  <keyword type="constant" name="GTK_CSS_PROVIDER_ERROR_FAILED" link="GtkCssProvider.html#GTK-CSS-PROVIDER-ERROR-FAILED:CAPS"/>
7333
7486
  <keyword type="constant" name="GTK_CSS_PROVIDER_ERROR_SYNTAX" link="GtkCssProvider.html#GTK-CSS-PROVIDER-ERROR-SYNTAX:CAPS"/>
7334
7487
  <keyword type="constant" name="GTK_CSS_PROVIDER_ERROR_IMPORT" link="GtkCssProvider.html#GTK-CSS-PROVIDER-ERROR-IMPORT:CAPS"/>
@@ -7355,5 +7508,556 @@
7355
7508
  <keyword type="constant" name="GTK_ICON_LOOKUP_DIR_RTL" link="GtkIconTheme.html#GTK-ICON-LOOKUP-DIR-RTL:CAPS"/>
7356
7509
  <keyword type="constant" name="GTK_ICON_THEME_NOT_FOUND" link="GtkIconTheme.html#GTK-ICON-THEME-NOT-FOUND:CAPS"/>
7357
7510
  <keyword type="constant" name="GTK_ICON_THEME_FAILED" link="GtkIconTheme.html#GTK-ICON-THEME-FAILED:CAPS"/>
7511
+ <keyword type="member" name="GtkApplicationClass.window-added" link="GtkApplication.html#GtkApplicationClass.window-added"/>
7512
+ <keyword type="member" name="GtkApplicationClass.window-removed" link="GtkApplication.html#GtkApplicationClass.window-removed"/>
7513
+ <keyword type="member" name="GtkActionableInterface.get-action-name" link="GtkActionable.html#GtkActionableInterface.get-action-name"/>
7514
+ <keyword type="member" name="GtkActionableInterface.set-action-name" link="GtkActionable.html#GtkActionableInterface.set-action-name"/>
7515
+ <keyword type="member" name="GtkActionableInterface.get-action-target-value" link="GtkActionable.html#GtkActionableInterface.get-action-target-value"/>
7516
+ <keyword type="member" name="GtkActionableInterface.set-action-target-value" link="GtkActionable.html#GtkActionableInterface.set-action-target-value"/>
7517
+ <keyword type="member" name="GtkBuildableIface.set-name" link="GtkBuildable.html#GtkBuildableIface.set-name"/>
7518
+ <keyword type="member" name="GtkBuildableIface.get-name" link="GtkBuildable.html#GtkBuildableIface.get-name"/>
7519
+ <keyword type="member" name="GtkBuildableIface.add-child" link="GtkBuildable.html#GtkBuildableIface.add-child"/>
7520
+ <keyword type="member" name="GtkBuildableIface.set-buildable-property" link="GtkBuildable.html#GtkBuildableIface.set-buildable-property"/>
7521
+ <keyword type="member" name="GtkBuildableIface.construct-child" link="GtkBuildable.html#GtkBuildableIface.construct-child"/>
7522
+ <keyword type="member" name="GtkBuildableIface.custom-tag-start" link="GtkBuildable.html#GtkBuildableIface.custom-tag-start"/>
7523
+ <keyword type="member" name="GtkBuildableIface.custom-tag-end" link="GtkBuildable.html#GtkBuildableIface.custom-tag-end"/>
7524
+ <keyword type="member" name="GtkBuildableIface.custom-finished" link="GtkBuildable.html#GtkBuildableIface.custom-finished"/>
7525
+ <keyword type="member" name="GtkBuildableIface.parser-finished" link="GtkBuildable.html#GtkBuildableIface.parser-finished"/>
7526
+ <keyword type="member" name="GtkBuildableIface.get-internal-child" link="GtkBuildable.html#GtkBuildableIface.get-internal-child"/>
7527
+ <keyword type="member" name="GtkWindowClass.set-focus" link="GtkWindow.html#GtkWindowClass.set-focus"/>
7528
+ <keyword type="member" name="GtkWindowClass.activate-focus" link="GtkWindow.html#GtkWindowClass.activate-focus"/>
7529
+ <keyword type="member" name="GtkWindowClass.activate-default" link="GtkWindow.html#GtkWindowClass.activate-default"/>
7530
+ <keyword type="member" name="GtkWindowClass.keys-changed" link="GtkWindow.html#GtkWindowClass.keys-changed"/>
7531
+ <keyword type="member" name="GtkWindowClass.enable-debugging" link="GtkWindow.html#GtkWindowClass.enable-debugging"/>
7532
+ <keyword type="member" name="GtkDialogClass.response" link="GtkDialog.html#GtkDialogClass.response"/>
7533
+ <keyword type="member" name="GtkDialogClass.close" link="GtkDialog.html#GtkDialogClass.close"/>
7534
+ <keyword type="member" name="GtkAssistantClass.prepare" link="GtkAssistant.html#GtkAssistantClass.prepare"/>
7535
+ <keyword type="member" name="GtkAssistantClass.apply" link="GtkAssistant.html#GtkAssistantClass.apply"/>
7536
+ <keyword type="member" name="GtkAssistantClass.close" link="GtkAssistant.html#GtkAssistantClass.close"/>
7537
+ <keyword type="member" name="GtkAssistantClass.cancel" link="GtkAssistant.html#GtkAssistantClass.cancel"/>
7538
+ <keyword type="member" name="GtkListBoxClass.row-selected" link="GtkListBox.html#GtkListBoxClass.row-selected"/>
7539
+ <keyword type="member" name="GtkListBoxClass.row-activated" link="GtkListBox.html#GtkListBoxClass.row-activated"/>
7540
+ <keyword type="member" name="GtkListBoxClass.activate-cursor-row" link="GtkListBox.html#GtkListBoxClass.activate-cursor-row"/>
7541
+ <keyword type="member" name="GtkListBoxClass.toggle-cursor-row" link="GtkListBox.html#GtkListBoxClass.toggle-cursor-row"/>
7542
+ <keyword type="member" name="GtkListBoxClass.move-cursor" link="GtkListBox.html#GtkListBoxClass.move-cursor"/>
7543
+ <keyword type="member" name="GtkListBoxClass.selected-rows-changed" link="GtkListBox.html#GtkListBoxClass.selected-rows-changed"/>
7544
+ <keyword type="member" name="GtkListBoxClass.select-all" link="GtkListBox.html#GtkListBoxClass.select-all"/>
7545
+ <keyword type="member" name="GtkListBoxClass.unselect-all" link="GtkListBox.html#GtkListBoxClass.unselect-all"/>
7546
+ <keyword type="member" name="GtkListBoxRowClass.activate" link="GtkListBox.html#GtkListBoxRowClass.activate"/>
7547
+ <keyword type="member" name="GtkOverlayClass.get-child-position" link="GtkOverlay.html#GtkOverlayClass.get-child-position"/>
7548
+ <keyword type="member" name="GtkExpanderClass.activate" link="GtkExpander.html#GtkExpanderClass.activate"/>
7549
+ <keyword type="member" name="GtkButtonClass.pressed" link="GtkButton.html#GtkButtonClass.pressed"/>
7550
+ <keyword type="member" name="GtkButtonClass.released" link="GtkButton.html#GtkButtonClass.released"/>
7551
+ <keyword type="member" name="GtkButtonClass.clicked" link="GtkButton.html#GtkButtonClass.clicked"/>
7552
+ <keyword type="member" name="GtkButtonClass.enter" link="GtkButton.html#GtkButtonClass.enter"/>
7553
+ <keyword type="member" name="GtkButtonClass.leave" link="GtkButton.html#GtkButtonClass.leave"/>
7554
+ <keyword type="member" name="GtkButtonClass.activate" link="GtkButton.html#GtkButtonClass.activate"/>
7555
+ <keyword type="member" name="GtkLinkButtonClass.activate-link" link="GtkLinkButton.html#GtkLinkButtonClass.activate-link"/>
7556
+ <keyword type="member" name="GtkSwitchClass.activate" link="GtkSwitch.html#GtkSwitchClass.activate"/>
7557
+ <keyword type="member" name="GtkSwitchClass.state-set" link="GtkSwitch.html#GtkSwitchClass.state-set"/>
7558
+ <keyword type="member" name="GtkEntryClass.populate-popup" link="GtkEntry.html#GtkEntryClass.populate-popup"/>
7559
+ <keyword type="member" name="GtkEntryClass.activate" link="GtkEntry.html#GtkEntryClass.activate"/>
7560
+ <keyword type="member" name="GtkEntryClass.move-cursor" link="GtkEntry.html#GtkEntryClass.move-cursor"/>
7561
+ <keyword type="member" name="GtkEntryClass.insert-at-cursor" link="GtkEntry.html#GtkEntryClass.insert-at-cursor"/>
7562
+ <keyword type="member" name="GtkEntryClass.delete-from-cursor" link="GtkEntry.html#GtkEntryClass.delete-from-cursor"/>
7563
+ <keyword type="member" name="GtkEntryClass.backspace" link="GtkEntry.html#GtkEntryClass.backspace"/>
7564
+ <keyword type="member" name="GtkEntryClass.cut-clipboard" link="GtkEntry.html#GtkEntryClass.cut-clipboard"/>
7565
+ <keyword type="member" name="GtkEntryClass.copy-clipboard" link="GtkEntry.html#GtkEntryClass.copy-clipboard"/>
7566
+ <keyword type="member" name="GtkEntryClass.paste-clipboard" link="GtkEntry.html#GtkEntryClass.paste-clipboard"/>
7567
+ <keyword type="member" name="GtkEntryClass.toggle-overwrite" link="GtkEntry.html#GtkEntryClass.toggle-overwrite"/>
7568
+ <keyword type="member" name="GtkEntryClass.get-text-area-size" link="GtkEntry.html#GtkEntryClass.get-text-area-size"/>
7569
+ <keyword type="member" name="GtkEntryClass.get-frame-size" link="GtkEntry.html#GtkEntryClass.get-frame-size"/>
7570
+ <keyword type="member" name="GtkTextBufferClass.insert-text" link="GtkTextBuffer.html#GtkTextBufferClass.insert-text"/>
7571
+ <keyword type="member" name="GtkTextBufferClass.insert-pixbuf" link="GtkTextBuffer.html#GtkTextBufferClass.insert-pixbuf"/>
7572
+ <keyword type="member" name="GtkTextBufferClass.insert-child-anchor" link="GtkTextBuffer.html#GtkTextBufferClass.insert-child-anchor"/>
7573
+ <keyword type="member" name="GtkTextBufferClass.delete-range" link="GtkTextBuffer.html#GtkTextBufferClass.delete-range"/>
7574
+ <keyword type="member" name="GtkTextBufferClass.changed" link="GtkTextBuffer.html#GtkTextBufferClass.changed"/>
7575
+ <keyword type="member" name="GtkTextBufferClass.modified-changed" link="GtkTextBuffer.html#GtkTextBufferClass.modified-changed"/>
7576
+ <keyword type="member" name="GtkTextBufferClass.mark-set" link="GtkTextBuffer.html#GtkTextBufferClass.mark-set"/>
7577
+ <keyword type="member" name="GtkTextBufferClass.mark-deleted" link="GtkTextBuffer.html#GtkTextBufferClass.mark-deleted"/>
7578
+ <keyword type="member" name="GtkTextBufferClass.apply-tag" link="GtkTextBuffer.html#GtkTextBufferClass.apply-tag"/>
7579
+ <keyword type="member" name="GtkTextBufferClass.remove-tag" link="GtkTextBuffer.html#GtkTextBufferClass.remove-tag"/>
7580
+ <keyword type="member" name="GtkTextBufferClass.begin-user-action" link="GtkTextBuffer.html#GtkTextBufferClass.begin-user-action"/>
7581
+ <keyword type="member" name="GtkTextBufferClass.end-user-action" link="GtkTextBuffer.html#GtkTextBufferClass.end-user-action"/>
7582
+ <keyword type="member" name="GtkTextBufferClass.paste-done" link="GtkTextBuffer.html#GtkTextBufferClass.paste-done"/>
7583
+ <keyword type="member" name="GtkTextAttributes.appearance" link="GtkTextTag.html#GtkTextAttributes.appearance"/>
7584
+ <keyword type="member" name="GtkTextAttributes.justification" link="GtkTextTag.html#GtkTextAttributes.justification"/>
7585
+ <keyword type="member" name="GtkTextAttributes.direction" link="GtkTextTag.html#GtkTextAttributes.direction"/>
7586
+ <keyword type="member" name="GtkTextAttributes.font" link="GtkTextTag.html#GtkTextAttributes.font"/>
7587
+ <keyword type="member" name="GtkTextAttributes.font-scale" link="GtkTextTag.html#GtkTextAttributes.font-scale"/>
7588
+ <keyword type="member" name="GtkTextAttributes.left-margin" link="GtkTextTag.html#GtkTextAttributes.left-margin"/>
7589
+ <keyword type="member" name="GtkTextAttributes.right-margin" link="GtkTextTag.html#GtkTextAttributes.right-margin"/>
7590
+ <keyword type="member" name="GtkTextAttributes.indent" link="GtkTextTag.html#GtkTextAttributes.indent"/>
7591
+ <keyword type="member" name="GtkTextAttributes.pixels-above-lines" link="GtkTextTag.html#GtkTextAttributes.pixels-above-lines"/>
7592
+ <keyword type="member" name="GtkTextAttributes.pixels-below-lines" link="GtkTextTag.html#GtkTextAttributes.pixels-below-lines"/>
7593
+ <keyword type="member" name="GtkTextAttributes.pixels-inside-wrap" link="GtkTextTag.html#GtkTextAttributes.pixels-inside-wrap"/>
7594
+ <keyword type="member" name="GtkTextAttributes.tabs" link="GtkTextTag.html#GtkTextAttributes.tabs"/>
7595
+ <keyword type="member" name="GtkTextAttributes.wrap-mode" link="GtkTextTag.html#GtkTextAttributes.wrap-mode"/>
7596
+ <keyword type="member" name="GtkTextAttributes.language" link="GtkTextTag.html#GtkTextAttributes.language"/>
7597
+ <keyword type="member" name="GtkTextAttributes.invisible" link="GtkTextTag.html#GtkTextAttributes.invisible"/>
7598
+ <keyword type="member" name="GtkTextAttributes.bg-full-height" link="GtkTextTag.html#GtkTextAttributes.bg-full-height"/>
7599
+ <keyword type="member" name="GtkTextAttributes.editable" link="GtkTextTag.html#GtkTextAttributes.editable"/>
7600
+ <keyword type="member" name="GtkTextAttributes.no-fallback" link="GtkTextTag.html#GtkTextAttributes.no-fallback"/>
7601
+ <keyword type="member" name="GtkTextAttributes.letter-spacing" link="GtkTextTag.html#GtkTextAttributes.letter-spacing"/>
7602
+ <keyword type="member" name="GtkTextAttributes.font-features" link="GtkTextTag.html#GtkTextAttributes.font-features"/>
7603
+ <keyword type="member" name="GtkTextAppearance.bg-color" link="GtkTextTag.html#GtkTextAppearance.bg-color"/>
7604
+ <keyword type="member" name="GtkTextAppearance.fg-color" link="GtkTextTag.html#GtkTextAppearance.fg-color"/>
7605
+ <keyword type="member" name="GtkTextAppearance.rise" link="GtkTextTag.html#GtkTextAppearance.rise"/>
7606
+ <keyword type="member" name="GtkTextAppearance.underline" link="GtkTextTag.html#GtkTextAppearance.underline"/>
7607
+ <keyword type="member" name="GtkTextAppearance.strikethrough" link="GtkTextTag.html#GtkTextAppearance.strikethrough"/>
7608
+ <keyword type="member" name="GtkTextAppearance.draw-bg" link="GtkTextTag.html#GtkTextAppearance.draw-bg"/>
7609
+ <keyword type="member" name="GtkTextAppearance.inside-selection" link="GtkTextTag.html#GtkTextAppearance.inside-selection"/>
7610
+ <keyword type="member" name="GtkTextAppearance.is-text" link="GtkTextTag.html#GtkTextAppearance.is-text"/>
7611
+ <keyword type="member" name="GtkTextAppearance.rgba" link="GtkTextTag.html#GtkTextAppearance.rgba"/>
7612
+ <keyword type="member" name="GtkTextViewClass.populate-popup" link="GtkTextView.html#GtkTextViewClass.populate-popup"/>
7613
+ <keyword type="member" name="GtkTextViewClass.move-cursor" link="GtkTextView.html#GtkTextViewClass.move-cursor"/>
7614
+ <keyword type="member" name="GtkTextViewClass.set-anchor" link="GtkTextView.html#GtkTextViewClass.set-anchor"/>
7615
+ <keyword type="member" name="GtkTextViewClass.insert-at-cursor" link="GtkTextView.html#GtkTextViewClass.insert-at-cursor"/>
7616
+ <keyword type="member" name="GtkTextViewClass.delete-from-cursor" link="GtkTextView.html#GtkTextViewClass.delete-from-cursor"/>
7617
+ <keyword type="member" name="GtkTextViewClass.backspace" link="GtkTextView.html#GtkTextViewClass.backspace"/>
7618
+ <keyword type="member" name="GtkTextViewClass.cut-clipboard" link="GtkTextView.html#GtkTextViewClass.cut-clipboard"/>
7619
+ <keyword type="member" name="GtkTextViewClass.copy-clipboard" link="GtkTextView.html#GtkTextViewClass.copy-clipboard"/>
7620
+ <keyword type="member" name="GtkTextViewClass.paste-clipboard" link="GtkTextView.html#GtkTextViewClass.paste-clipboard"/>
7621
+ <keyword type="member" name="GtkTextViewClass.toggle-overwrite" link="GtkTextView.html#GtkTextViewClass.toggle-overwrite"/>
7622
+ <keyword type="member" name="GtkTextViewClass.create-buffer" link="GtkTextView.html#GtkTextViewClass.create-buffer"/>
7623
+ <keyword type="member" name="GtkTextViewClass.draw-layer" link="GtkTextView.html#GtkTextViewClass.draw-layer"/>
7624
+ <keyword type="member" name="GtkTextViewClass.extend-selection" link="GtkTextView.html#GtkTextViewClass.extend-selection"/>
7625
+ <keyword type="member" name="GtkTreeIter-struct.stamp" link="GtkTreeModel.html#GtkTreeIter-struct.stamp"/>
7626
+ <keyword type="member" name="GtkTreeIter-struct.user-data" link="GtkTreeModel.html#GtkTreeIter-struct.user-data"/>
7627
+ <keyword type="member" name="GtkTreeIter-struct.user-data2" link="GtkTreeModel.html#GtkTreeIter-struct.user-data2"/>
7628
+ <keyword type="member" name="GtkTreeIter-struct.user-data3" link="GtkTreeModel.html#GtkTreeIter-struct.user-data3"/>
7629
+ <keyword type="member" name="GtkTreeModelIface.row-changed" link="GtkTreeModel.html#GtkTreeModelIface.row-changed"/>
7630
+ <keyword type="member" name="GtkTreeModelIface.row-inserted" link="GtkTreeModel.html#GtkTreeModelIface.row-inserted"/>
7631
+ <keyword type="member" name="GtkTreeModelIface.row-has-child-toggled" link="GtkTreeModel.html#GtkTreeModelIface.row-has-child-toggled"/>
7632
+ <keyword type="member" name="GtkTreeModelIface.row-deleted" link="GtkTreeModel.html#GtkTreeModelIface.row-deleted"/>
7633
+ <keyword type="member" name="GtkTreeModelIface.rows-reordered" link="GtkTreeModel.html#GtkTreeModelIface.rows-reordered"/>
7634
+ <keyword type="member" name="GtkTreeModelIface.get-flags" link="GtkTreeModel.html#GtkTreeModelIface.get-flags"/>
7635
+ <keyword type="member" name="GtkTreeModelIface.get-n-columns" link="GtkTreeModel.html#GtkTreeModelIface.get-n-columns"/>
7636
+ <keyword type="member" name="GtkTreeModelIface.get-column-type" link="GtkTreeModel.html#GtkTreeModelIface.get-column-type"/>
7637
+ <keyword type="member" name="GtkTreeModelIface.get-iter" link="GtkTreeModel.html#GtkTreeModelIface.get-iter"/>
7638
+ <keyword type="member" name="GtkTreeModelIface.get-path" link="GtkTreeModel.html#GtkTreeModelIface.get-path"/>
7639
+ <keyword type="member" name="GtkTreeModelIface.get-value" link="GtkTreeModel.html#GtkTreeModelIface.get-value"/>
7640
+ <keyword type="member" name="GtkTreeModelIface.iter-next" link="GtkTreeModel.html#GtkTreeModelIface.iter-next"/>
7641
+ <keyword type="member" name="GtkTreeModelIface.iter-previous" link="GtkTreeModel.html#GtkTreeModelIface.iter-previous"/>
7642
+ <keyword type="member" name="GtkTreeModelIface.iter-children" link="GtkTreeModel.html#GtkTreeModelIface.iter-children"/>
7643
+ <keyword type="member" name="GtkTreeModelIface.iter-has-child" link="GtkTreeModel.html#GtkTreeModelIface.iter-has-child"/>
7644
+ <keyword type="member" name="GtkTreeModelIface.iter-n-children" link="GtkTreeModel.html#GtkTreeModelIface.iter-n-children"/>
7645
+ <keyword type="member" name="GtkTreeModelIface.iter-nth-child" link="GtkTreeModel.html#GtkTreeModelIface.iter-nth-child"/>
7646
+ <keyword type="member" name="GtkTreeModelIface.iter-parent" link="GtkTreeModel.html#GtkTreeModelIface.iter-parent"/>
7647
+ <keyword type="member" name="GtkTreeModelIface.ref-node" link="GtkTreeModel.html#GtkTreeModelIface.ref-node"/>
7648
+ <keyword type="member" name="GtkTreeModelIface.unref-node" link="GtkTreeModel.html#GtkTreeModelIface.unref-node"/>
7649
+ <keyword type="member" name="GtkTreeSelectionClass.changed" link="GtkTreeSelection.html#GtkTreeSelectionClass.changed"/>
7650
+ <keyword type="member" name="GtkTreeDragSourceIface.row-draggable" link="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSourceIface.row-draggable"/>
7651
+ <keyword type="member" name="GtkTreeDragSourceIface.drag-data-get" link="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSourceIface.drag-data-get"/>
7652
+ <keyword type="member" name="GtkTreeDragSourceIface.drag-data-delete" link="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSourceIface.drag-data-delete"/>
7653
+ <keyword type="member" name="GtkTreeDragDestIface.drag-data-received" link="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragDestIface.drag-data-received"/>
7654
+ <keyword type="member" name="GtkTreeDragDestIface.row-drop-possible" link="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragDestIface.row-drop-possible"/>
7655
+ <keyword type="member" name="GtkTreeSortableIface.sort-column-changed" link="GtkTreeSortable.html#GtkTreeSortableIface.sort-column-changed"/>
7656
+ <keyword type="member" name="GtkTreeSortableIface.get-sort-column-id" link="GtkTreeSortable.html#GtkTreeSortableIface.get-sort-column-id"/>
7657
+ <keyword type="member" name="GtkTreeSortableIface.set-sort-column-id" link="GtkTreeSortable.html#GtkTreeSortableIface.set-sort-column-id"/>
7658
+ <keyword type="member" name="GtkTreeSortableIface.set-sort-func" link="GtkTreeSortable.html#GtkTreeSortableIface.set-sort-func"/>
7659
+ <keyword type="member" name="GtkTreeSortableIface.set-default-sort-func" link="GtkTreeSortable.html#GtkTreeSortableIface.set-default-sort-func"/>
7660
+ <keyword type="member" name="GtkTreeSortableIface.has-default-sort-func" link="GtkTreeSortable.html#GtkTreeSortableIface.has-default-sort-func"/>
7661
+ <keyword type="member" name="GtkCellLayoutIface.pack-start" link="GtkCellLayout.html#GtkCellLayoutIface.pack-start"/>
7662
+ <keyword type="member" name="GtkCellLayoutIface.pack-end" link="GtkCellLayout.html#GtkCellLayoutIface.pack-end"/>
7663
+ <keyword type="member" name="GtkCellLayoutIface.clear" link="GtkCellLayout.html#GtkCellLayoutIface.clear"/>
7664
+ <keyword type="member" name="GtkCellLayoutIface.add-attribute" link="GtkCellLayout.html#GtkCellLayoutIface.add-attribute"/>
7665
+ <keyword type="member" name="GtkCellLayoutIface.set-cell-data-func" link="GtkCellLayout.html#GtkCellLayoutIface.set-cell-data-func"/>
7666
+ <keyword type="member" name="GtkCellLayoutIface.clear-attributes" link="GtkCellLayout.html#GtkCellLayoutIface.clear-attributes"/>
7667
+ <keyword type="member" name="GtkCellLayoutIface.reorder" link="GtkCellLayout.html#GtkCellLayoutIface.reorder"/>
7668
+ <keyword type="member" name="GtkCellLayoutIface.get-cells" link="GtkCellLayout.html#GtkCellLayoutIface.get-cells"/>
7669
+ <keyword type="member" name="GtkCellLayoutIface.get-area" link="GtkCellLayout.html#GtkCellLayoutIface.get-area"/>
7670
+ <keyword type="member" name="GtkCellAreaClass.add" link="GtkCellArea.html#GtkCellAreaClass.add"/>
7671
+ <keyword type="member" name="GtkCellAreaClass.remove" link="GtkCellArea.html#GtkCellAreaClass.remove"/>
7672
+ <keyword type="member" name="GtkCellAreaClass.foreach" link="GtkCellArea.html#GtkCellAreaClass.foreach"/>
7673
+ <keyword type="member" name="GtkCellAreaClass.foreach-alloc" link="GtkCellArea.html#GtkCellAreaClass.foreach-alloc"/>
7674
+ <keyword type="member" name="GtkCellAreaClass.event" link="GtkCellArea.html#GtkCellAreaClass.event"/>
7675
+ <keyword type="member" name="GtkCellAreaClass.render" link="GtkCellArea.html#GtkCellAreaClass.render"/>
7676
+ <keyword type="member" name="GtkCellAreaClass.apply-attributes" link="GtkCellArea.html#GtkCellAreaClass.apply-attributes"/>
7677
+ <keyword type="member" name="GtkCellAreaClass.create-context" link="GtkCellArea.html#GtkCellAreaClass.create-context"/>
7678
+ <keyword type="member" name="GtkCellAreaClass.copy-context" link="GtkCellArea.html#GtkCellAreaClass.copy-context"/>
7679
+ <keyword type="member" name="GtkCellAreaClass.get-request-mode" link="GtkCellArea.html#GtkCellAreaClass.get-request-mode"/>
7680
+ <keyword type="member" name="GtkCellAreaClass.get-preferred-width" link="GtkCellArea.html#GtkCellAreaClass.get-preferred-width"/>
7681
+ <keyword type="member" name="GtkCellAreaClass.get-preferred-height-for-width" link="GtkCellArea.html#GtkCellAreaClass.get-preferred-height-for-width"/>
7682
+ <keyword type="member" name="GtkCellAreaClass.get-preferred-height" link="GtkCellArea.html#GtkCellAreaClass.get-preferred-height"/>
7683
+ <keyword type="member" name="GtkCellAreaClass.get-preferred-width-for-height" link="GtkCellArea.html#GtkCellAreaClass.get-preferred-width-for-height"/>
7684
+ <keyword type="member" name="GtkCellAreaClass.set-cell-property" link="GtkCellArea.html#GtkCellAreaClass.set-cell-property"/>
7685
+ <keyword type="member" name="GtkCellAreaClass.get-cell-property" link="GtkCellArea.html#GtkCellAreaClass.get-cell-property"/>
7686
+ <keyword type="member" name="GtkCellAreaClass.focus" link="GtkCellArea.html#GtkCellAreaClass.focus"/>
7687
+ <keyword type="member" name="GtkCellAreaClass.is-activatable" link="GtkCellArea.html#GtkCellAreaClass.is-activatable"/>
7688
+ <keyword type="member" name="GtkCellAreaClass.activate" link="GtkCellArea.html#GtkCellAreaClass.activate"/>
7689
+ <keyword type="member" name="GtkCellAreaContextClass.allocate" link="GtkCellAreaContext.html#GtkCellAreaContextClass.allocate"/>
7690
+ <keyword type="member" name="GtkCellAreaContextClass.reset" link="GtkCellAreaContext.html#GtkCellAreaContextClass.reset"/>
7691
+ <keyword type="member" name="GtkCellAreaContextClass.get-preferred-height-for-width" link="GtkCellAreaContext.html#GtkCellAreaContextClass.get-preferred-height-for-width"/>
7692
+ <keyword type="member" name="GtkCellAreaContextClass.get-preferred-width-for-height" link="GtkCellAreaContext.html#GtkCellAreaContextClass.get-preferred-width-for-height"/>
7693
+ <keyword type="member" name="GtkCellRendererClass.get-request-mode" link="GtkCellRenderer.html#GtkCellRendererClass.get-request-mode"/>
7694
+ <keyword type="member" name="GtkCellRendererClass.get-preferred-width" link="GtkCellRenderer.html#GtkCellRendererClass.get-preferred-width"/>
7695
+ <keyword type="member" name="GtkCellRendererClass.get-preferred-height-for-width" link="GtkCellRenderer.html#GtkCellRendererClass.get-preferred-height-for-width"/>
7696
+ <keyword type="member" name="GtkCellRendererClass.get-preferred-height" link="GtkCellRenderer.html#GtkCellRendererClass.get-preferred-height"/>
7697
+ <keyword type="member" name="GtkCellRendererClass.get-preferred-width-for-height" link="GtkCellRenderer.html#GtkCellRendererClass.get-preferred-width-for-height"/>
7698
+ <keyword type="member" name="GtkCellRendererClass.get-aligned-area" link="GtkCellRenderer.html#GtkCellRendererClass.get-aligned-area"/>
7699
+ <keyword type="member" name="GtkCellRendererClass.get-size" link="GtkCellRenderer.html#GtkCellRendererClass.get-size"/>
7700
+ <keyword type="member" name="GtkCellRendererClass.render" link="GtkCellRenderer.html#GtkCellRendererClass.render"/>
7701
+ <keyword type="member" name="GtkCellRendererClass.activate" link="GtkCellRenderer.html#GtkCellRendererClass.activate"/>
7702
+ <keyword type="member" name="GtkCellRendererClass.start-editing" link="GtkCellRenderer.html#GtkCellRendererClass.start-editing"/>
7703
+ <keyword type="member" name="GtkCellRendererClass.editing-canceled" link="GtkCellRenderer.html#GtkCellRendererClass.editing-canceled"/>
7704
+ <keyword type="member" name="GtkCellRendererClass.editing-started" link="GtkCellRenderer.html#GtkCellRendererClass.editing-started"/>
7705
+ <keyword type="member" name="GtkCellEditableIface.editing-done" link="GtkCellEditable.html#GtkCellEditableIface.editing-done"/>
7706
+ <keyword type="member" name="GtkCellEditableIface.remove-widget" link="GtkCellEditable.html#GtkCellEditableIface.remove-widget"/>
7707
+ <keyword type="member" name="GtkCellEditableIface.start-editing" link="GtkCellEditable.html#GtkCellEditableIface.start-editing"/>
7708
+ <keyword type="member" name="GtkComboBoxClass.changed" link="GtkComboBox.html#GtkComboBoxClass.changed"/>
7709
+ <keyword type="member" name="GtkComboBoxClass.format-entry-text" link="GtkComboBox.html#GtkComboBoxClass.format-entry-text"/>
7710
+ <keyword type="member" name="GtkMenuItemClass.hide-on-activate" link="GtkMenuItem.html#GtkMenuItemClass.hide-on-activate"/>
7711
+ <keyword type="member" name="GtkMenuItemClass.activate" link="GtkMenuItem.html#GtkMenuItemClass.activate"/>
7712
+ <keyword type="member" name="GtkMenuItemClass.activate-item" link="GtkMenuItem.html#GtkMenuItemClass.activate-item"/>
7713
+ <keyword type="member" name="GtkMenuItemClass.toggle-size-request" link="GtkMenuItem.html#GtkMenuItemClass.toggle-size-request"/>
7714
+ <keyword type="member" name="GtkMenuItemClass.toggle-size-allocate" link="GtkMenuItem.html#GtkMenuItemClass.toggle-size-allocate"/>
7715
+ <keyword type="member" name="GtkMenuItemClass.set-label" link="GtkMenuItem.html#GtkMenuItemClass.set-label"/>
7716
+ <keyword type="member" name="GtkMenuItemClass.get-label" link="GtkMenuItem.html#GtkMenuItemClass.get-label"/>
7717
+ <keyword type="member" name="GtkMenuItemClass.select" link="GtkMenuItem.html#GtkMenuItemClass.select"/>
7718
+ <keyword type="member" name="GtkMenuItemClass.deselect" link="GtkMenuItem.html#GtkMenuItemClass.deselect"/>
7719
+ <keyword type="member" name="GtkCheckMenuItemClass.toggled" link="GtkCheckMenuItem.html#GtkCheckMenuItemClass.toggled"/>
7720
+ <keyword type="member" name="GtkCheckMenuItemClass.draw-indicator" link="GtkCheckMenuItem.html#GtkCheckMenuItemClass.draw-indicator"/>
7721
+ <keyword type="member" name="GtkToolShellIface.get-icon-size" link="GtkToolShell.html#GtkToolShellIface.get-icon-size"/>
7722
+ <keyword type="member" name="GtkToolShellIface.get-orientation" link="GtkToolShell.html#GtkToolShellIface.get-orientation"/>
7723
+ <keyword type="member" name="GtkToolShellIface.get-style" link="GtkToolShell.html#GtkToolShellIface.get-style"/>
7724
+ <keyword type="member" name="GtkToolShellIface.get-relief-style" link="GtkToolShell.html#GtkToolShellIface.get-relief-style"/>
7725
+ <keyword type="member" name="GtkToolShellIface.rebuild-menu" link="GtkToolShell.html#GtkToolShellIface.rebuild-menu"/>
7726
+ <keyword type="member" name="GtkToolShellIface.get-text-orientation" link="GtkToolShell.html#GtkToolShellIface.get-text-orientation"/>
7727
+ <keyword type="member" name="GtkToolShellIface.get-text-alignment" link="GtkToolShell.html#GtkToolShellIface.get-text-alignment"/>
7728
+ <keyword type="member" name="GtkToolShellIface.get-ellipsize-mode" link="GtkToolShell.html#GtkToolShellIface.get-ellipsize-mode"/>
7729
+ <keyword type="member" name="GtkToolShellIface.get-text-size-group" link="GtkToolShell.html#GtkToolShellIface.get-text-size-group"/>
7730
+ <keyword type="member" name="GtkToolItemClass.create-menu-proxy" link="GtkToolItem.html#GtkToolItemClass.create-menu-proxy"/>
7731
+ <keyword type="member" name="GtkToolItemClass.toolbar-reconfigured" link="GtkToolItem.html#GtkToolItemClass.toolbar-reconfigured"/>
7732
+ <keyword type="member" name="GtkToolButtonClass.button-type" link="GtkToolButton.html#GtkToolButtonClass.button-type"/>
7733
+ <keyword type="member" name="GtkToolButtonClass.clicked" link="GtkToolButton.html#GtkToolButtonClass.clicked"/>
7734
+ <keyword type="member" name="GtkMenuToolButtonClass.show-menu" link="GtkMenuToolButton.html#GtkMenuToolButtonClass.show-menu"/>
7735
+ <keyword type="member" name="GtkToggleToolButtonClass.toggled" link="GtkToggleToolButton.html#GtkToggleToolButtonClass.toggled"/>
7736
+ <keyword type="member" name="GtkFileChooserButtonClass.file-set" link="GtkFileChooserButton.html#GtkFileChooserButtonClass.file-set"/>
7737
+ <keyword type="member" name="GtkFileFilterInfo.contains" link="GtkFileFilter.html#GtkFileFilterInfo.contains"/>
7738
+ <keyword type="member" name="GtkFileFilterInfo.filename" link="GtkFileFilter.html#GtkFileFilterInfo.filename"/>
7739
+ <keyword type="member" name="GtkFileFilterInfo.uri" link="GtkFileFilter.html#GtkFileFilterInfo.uri"/>
7740
+ <keyword type="member" name="GtkFileFilterInfo.display-name" link="GtkFileFilter.html#GtkFileFilterInfo.display-name"/>
7741
+ <keyword type="member" name="GtkFileFilterInfo.mime-type" link="GtkFileFilter.html#GtkFileFilterInfo.mime-type"/>
7742
+ <keyword type="member" name="GtkFrameClass.compute-child-allocation" link="GtkFrame.html#GtkFrameClass.compute-child-allocation"/>
7743
+ <keyword type="member" name="GtkScrolledWindowClass.scrollbar-spacing" link="GtkScrolledWindow.html#GtkScrolledWindowClass.scrollbar-spacing"/>
7744
+ <keyword type="member" name="GtkScrolledWindowClass.scroll-child" link="GtkScrolledWindow.html#GtkScrolledWindowClass.scroll-child"/>
7745
+ <keyword type="member" name="GtkScrolledWindowClass.move-focus-out" link="GtkScrolledWindow.html#GtkScrolledWindowClass.move-focus-out"/>
7746
+ <keyword type="member" name="GtkPrintOperationClass.done" link="gtk3-High-level-Printing-API.html#GtkPrintOperationClass.done"/>
7747
+ <keyword type="member" name="GtkPrintOperationClass.begin-print" link="gtk3-High-level-Printing-API.html#GtkPrintOperationClass.begin-print"/>
7748
+ <keyword type="member" name="GtkPrintOperationClass.paginate" link="gtk3-High-level-Printing-API.html#GtkPrintOperationClass.paginate"/>
7749
+ <keyword type="member" name="GtkPrintOperationClass.request-page-setup" link="gtk3-High-level-Printing-API.html#GtkPrintOperationClass.request-page-setup"/>
7750
+ <keyword type="member" name="GtkPrintOperationClass.draw-page" link="gtk3-High-level-Printing-API.html#GtkPrintOperationClass.draw-page"/>
7751
+ <keyword type="member" name="GtkPrintOperationClass.end-print" link="gtk3-High-level-Printing-API.html#GtkPrintOperationClass.end-print"/>
7752
+ <keyword type="member" name="GtkPrintOperationClass.status-changed" link="gtk3-High-level-Printing-API.html#GtkPrintOperationClass.status-changed"/>
7753
+ <keyword type="member" name="GtkPrintOperationClass.create-custom-widget" link="gtk3-High-level-Printing-API.html#GtkPrintOperationClass.create-custom-widget"/>
7754
+ <keyword type="member" name="GtkPrintOperationClass.custom-widget-apply" link="gtk3-High-level-Printing-API.html#GtkPrintOperationClass.custom-widget-apply"/>
7755
+ <keyword type="member" name="GtkPrintOperationClass.preview" link="gtk3-High-level-Printing-API.html#GtkPrintOperationClass.preview"/>
7756
+ <keyword type="member" name="GtkPrintOperationClass.update-custom-widget" link="gtk3-High-level-Printing-API.html#GtkPrintOperationClass.update-custom-widget"/>
7757
+ <keyword type="member" name="GtkPageRange.start" link="GtkPrintSettings.html#GtkPageRange.start"/>
7758
+ <keyword type="member" name="GtkPageRange.end" link="GtkPrintSettings.html#GtkPageRange.end"/>
7759
+ <keyword type="member" name="GtkGLAreaClass.render" link="GtkGLArea.html#GtkGLAreaClass.render"/>
7760
+ <keyword type="member" name="GtkGLAreaClass.resize" link="GtkGLArea.html#GtkGLAreaClass.resize"/>
7761
+ <keyword type="member" name="GtkGLAreaClass.create-context" link="GtkGLArea.html#GtkGLAreaClass.create-context"/>
7762
+ <keyword type="member" name="GtkHandleBoxClass.child-attached" link="GtkHandleBox.html#GtkHandleBoxClass.child-attached"/>
7763
+ <keyword type="member" name="GtkHandleBoxClass.child-detached" link="GtkHandleBox.html#GtkHandleBoxClass.child-detached"/>
7764
+ <keyword type="member" name="GtkWidgetClass.activate-signal" link="GtkWidget.html#GtkWidgetClass.activate-signal"/>
7765
+ <keyword type="member" name="GtkWidgetClass.dispatch-child-properties-changed" link="GtkWidget.html#GtkWidgetClass.dispatch-child-properties-changed"/>
7766
+ <keyword type="member" name="GtkWidgetClass.destroy" link="GtkWidget.html#GtkWidgetClass.destroy"/>
7767
+ <keyword type="member" name="GtkWidgetClass.show" link="GtkWidget.html#GtkWidgetClass.show"/>
7768
+ <keyword type="member" name="GtkWidgetClass.show-all" link="GtkWidget.html#GtkWidgetClass.show-all"/>
7769
+ <keyword type="member" name="GtkWidgetClass.hide" link="GtkWidget.html#GtkWidgetClass.hide"/>
7770
+ <keyword type="member" name="GtkWidgetClass.map" link="GtkWidget.html#GtkWidgetClass.map"/>
7771
+ <keyword type="member" name="GtkWidgetClass.unmap" link="GtkWidget.html#GtkWidgetClass.unmap"/>
7772
+ <keyword type="member" name="GtkWidgetClass.realize" link="GtkWidget.html#GtkWidgetClass.realize"/>
7773
+ <keyword type="member" name="GtkWidgetClass.unrealize" link="GtkWidget.html#GtkWidgetClass.unrealize"/>
7774
+ <keyword type="member" name="GtkWidgetClass.size-allocate" link="GtkWidget.html#GtkWidgetClass.size-allocate"/>
7775
+ <keyword type="member" name="GtkWidgetClass.state-changed" link="GtkWidget.html#GtkWidgetClass.state-changed"/>
7776
+ <keyword type="member" name="GtkWidgetClass.state-flags-changed" link="GtkWidget.html#GtkWidgetClass.state-flags-changed"/>
7777
+ <keyword type="member" name="GtkWidgetClass.parent-set" link="GtkWidget.html#GtkWidgetClass.parent-set"/>
7778
+ <keyword type="member" name="GtkWidgetClass.hierarchy-changed" link="GtkWidget.html#GtkWidgetClass.hierarchy-changed"/>
7779
+ <keyword type="member" name="GtkWidgetClass.style-set" link="GtkWidget.html#GtkWidgetClass.style-set"/>
7780
+ <keyword type="member" name="GtkWidgetClass.direction-changed" link="GtkWidget.html#GtkWidgetClass.direction-changed"/>
7781
+ <keyword type="member" name="GtkWidgetClass.grab-notify" link="GtkWidget.html#GtkWidgetClass.grab-notify"/>
7782
+ <keyword type="member" name="GtkWidgetClass.child-notify" link="GtkWidget.html#GtkWidgetClass.child-notify"/>
7783
+ <keyword type="member" name="GtkWidgetClass.draw" link="GtkWidget.html#GtkWidgetClass.draw"/>
7784
+ <keyword type="member" name="GtkWidgetClass.get-request-mode" link="GtkWidget.html#GtkWidgetClass.get-request-mode"/>
7785
+ <keyword type="member" name="GtkWidgetClass.get-preferred-height" link="GtkWidget.html#GtkWidgetClass.get-preferred-height"/>
7786
+ <keyword type="member" name="GtkWidgetClass.get-preferred-width-for-height" link="GtkWidget.html#GtkWidgetClass.get-preferred-width-for-height"/>
7787
+ <keyword type="member" name="GtkWidgetClass.get-preferred-width" link="GtkWidget.html#GtkWidgetClass.get-preferred-width"/>
7788
+ <keyword type="member" name="GtkWidgetClass.get-preferred-height-for-width" link="GtkWidget.html#GtkWidgetClass.get-preferred-height-for-width"/>
7789
+ <keyword type="member" name="GtkWidgetClass.mnemonic-activate" link="GtkWidget.html#GtkWidgetClass.mnemonic-activate"/>
7790
+ <keyword type="member" name="GtkWidgetClass.grab-focus" link="GtkWidget.html#GtkWidgetClass.grab-focus"/>
7791
+ <keyword type="member" name="GtkWidgetClass.focus" link="GtkWidget.html#GtkWidgetClass.focus"/>
7792
+ <keyword type="member" name="GtkWidgetClass.move-focus" link="GtkWidget.html#GtkWidgetClass.move-focus"/>
7793
+ <keyword type="member" name="GtkWidgetClass.keynav-failed" link="GtkWidget.html#GtkWidgetClass.keynav-failed"/>
7794
+ <keyword type="member" name="GtkWidgetClass.event" link="GtkWidget.html#GtkWidgetClass.event"/>
7795
+ <keyword type="member" name="GtkWidgetClass.button-press-event" link="GtkWidget.html#GtkWidgetClass.button-press-event"/>
7796
+ <keyword type="member" name="GtkWidgetClass.button-release-event" link="GtkWidget.html#GtkWidgetClass.button-release-event"/>
7797
+ <keyword type="member" name="GtkWidgetClass.scroll-event" link="GtkWidget.html#GtkWidgetClass.scroll-event"/>
7798
+ <keyword type="member" name="GtkWidgetClass.motion-notify-event" link="GtkWidget.html#GtkWidgetClass.motion-notify-event"/>
7799
+ <keyword type="member" name="GtkWidgetClass.delete-event" link="GtkWidget.html#GtkWidgetClass.delete-event"/>
7800
+ <keyword type="member" name="GtkWidgetClass.destroy-event" link="GtkWidget.html#GtkWidgetClass.destroy-event"/>
7801
+ <keyword type="member" name="GtkWidgetClass.key-press-event" link="GtkWidget.html#GtkWidgetClass.key-press-event"/>
7802
+ <keyword type="member" name="GtkWidgetClass.key-release-event" link="GtkWidget.html#GtkWidgetClass.key-release-event"/>
7803
+ <keyword type="member" name="GtkWidgetClass.enter-notify-event" link="GtkWidget.html#GtkWidgetClass.enter-notify-event"/>
7804
+ <keyword type="member" name="GtkWidgetClass.leave-notify-event" link="GtkWidget.html#GtkWidgetClass.leave-notify-event"/>
7805
+ <keyword type="member" name="GtkWidgetClass.configure-event" link="GtkWidget.html#GtkWidgetClass.configure-event"/>
7806
+ <keyword type="member" name="GtkWidgetClass.focus-in-event" link="GtkWidget.html#GtkWidgetClass.focus-in-event"/>
7807
+ <keyword type="member" name="GtkWidgetClass.focus-out-event" link="GtkWidget.html#GtkWidgetClass.focus-out-event"/>
7808
+ <keyword type="member" name="GtkWidgetClass.map-event" link="GtkWidget.html#GtkWidgetClass.map-event"/>
7809
+ <keyword type="member" name="GtkWidgetClass.unmap-event" link="GtkWidget.html#GtkWidgetClass.unmap-event"/>
7810
+ <keyword type="member" name="GtkWidgetClass.property-notify-event" link="GtkWidget.html#GtkWidgetClass.property-notify-event"/>
7811
+ <keyword type="member" name="GtkWidgetClass.selection-clear-event" link="GtkWidget.html#GtkWidgetClass.selection-clear-event"/>
7812
+ <keyword type="member" name="GtkWidgetClass.selection-request-event" link="GtkWidget.html#GtkWidgetClass.selection-request-event"/>
7813
+ <keyword type="member" name="GtkWidgetClass.selection-notify-event" link="GtkWidget.html#GtkWidgetClass.selection-notify-event"/>
7814
+ <keyword type="member" name="GtkWidgetClass.proximity-in-event" link="GtkWidget.html#GtkWidgetClass.proximity-in-event"/>
7815
+ <keyword type="member" name="GtkWidgetClass.proximity-out-event" link="GtkWidget.html#GtkWidgetClass.proximity-out-event"/>
7816
+ <keyword type="member" name="GtkWidgetClass.visibility-notify-event" link="GtkWidget.html#GtkWidgetClass.visibility-notify-event"/>
7817
+ <keyword type="member" name="GtkWidgetClass.window-state-event" link="GtkWidget.html#GtkWidgetClass.window-state-event"/>
7818
+ <keyword type="member" name="GtkWidgetClass.damage-event" link="GtkWidget.html#GtkWidgetClass.damage-event"/>
7819
+ <keyword type="member" name="GtkWidgetClass.grab-broken-event" link="GtkWidget.html#GtkWidgetClass.grab-broken-event"/>
7820
+ <keyword type="member" name="GtkWidgetClass.selection-get" link="GtkWidget.html#GtkWidgetClass.selection-get"/>
7821
+ <keyword type="member" name="GtkWidgetClass.selection-received" link="GtkWidget.html#GtkWidgetClass.selection-received"/>
7822
+ <keyword type="member" name="GtkWidgetClass.drag-begin" link="GtkWidget.html#GtkWidgetClass.drag-begin"/>
7823
+ <keyword type="member" name="GtkWidgetClass.drag-end" link="GtkWidget.html#GtkWidgetClass.drag-end"/>
7824
+ <keyword type="member" name="GtkWidgetClass.drag-data-get" link="GtkWidget.html#GtkWidgetClass.drag-data-get"/>
7825
+ <keyword type="member" name="GtkWidgetClass.drag-data-delete" link="GtkWidget.html#GtkWidgetClass.drag-data-delete"/>
7826
+ <keyword type="member" name="GtkWidgetClass.drag-leave" link="GtkWidget.html#GtkWidgetClass.drag-leave"/>
7827
+ <keyword type="member" name="GtkWidgetClass.drag-motion" link="GtkWidget.html#GtkWidgetClass.drag-motion"/>
7828
+ <keyword type="member" name="GtkWidgetClass.drag-drop" link="GtkWidget.html#GtkWidgetClass.drag-drop"/>
7829
+ <keyword type="member" name="GtkWidgetClass.drag-data-received" link="GtkWidget.html#GtkWidgetClass.drag-data-received"/>
7830
+ <keyword type="member" name="GtkWidgetClass.drag-failed" link="GtkWidget.html#GtkWidgetClass.drag-failed"/>
7831
+ <keyword type="member" name="GtkWidgetClass.popup-menu" link="GtkWidget.html#GtkWidgetClass.popup-menu"/>
7832
+ <keyword type="member" name="GtkWidgetClass.show-help" link="GtkWidget.html#GtkWidgetClass.show-help"/>
7833
+ <keyword type="member" name="GtkWidgetClass.get-accessible" link="GtkWidget.html#GtkWidgetClass.get-accessible"/>
7834
+ <keyword type="member" name="GtkWidgetClass.screen-changed" link="GtkWidget.html#GtkWidgetClass.screen-changed"/>
7835
+ <keyword type="member" name="GtkWidgetClass.can-activate-accel" link="GtkWidget.html#GtkWidgetClass.can-activate-accel"/>
7836
+ <keyword type="member" name="GtkWidgetClass.composited-changed" link="GtkWidget.html#GtkWidgetClass.composited-changed"/>
7837
+ <keyword type="member" name="GtkWidgetClass.query-tooltip" link="GtkWidget.html#GtkWidgetClass.query-tooltip"/>
7838
+ <keyword type="member" name="GtkWidgetClass.compute-expand" link="GtkWidget.html#GtkWidgetClass.compute-expand"/>
7839
+ <keyword type="member" name="GtkWidgetClass.adjust-size-request" link="GtkWidget.html#GtkWidgetClass.adjust-size-request"/>
7840
+ <keyword type="member" name="GtkWidgetClass.adjust-size-allocation" link="GtkWidget.html#GtkWidgetClass.adjust-size-allocation"/>
7841
+ <keyword type="member" name="GtkWidgetClass.style-updated" link="GtkWidget.html#GtkWidgetClass.style-updated"/>
7842
+ <keyword type="member" name="GtkWidgetClass.touch-event" link="GtkWidget.html#GtkWidgetClass.touch-event"/>
7843
+ <keyword type="member" name="GtkWidgetClass.get-preferred-height-and-baseline-for-width" link="GtkWidget.html#GtkWidgetClass.get-preferred-height-and-baseline-for-width"/>
7844
+ <keyword type="member" name="GtkWidgetClass.adjust-baseline-request" link="GtkWidget.html#GtkWidgetClass.adjust-baseline-request"/>
7845
+ <keyword type="member" name="GtkWidgetClass.adjust-baseline-allocation" link="GtkWidget.html#GtkWidgetClass.adjust-baseline-allocation"/>
7846
+ <keyword type="member" name="GtkWidgetClass.queue-draw-region" link="GtkWidget.html#GtkWidgetClass.queue-draw-region"/>
7847
+ <keyword type="member" name="GtkRequisition-struct.width" link="GtkWidget.html#GtkRequisition-struct.width"/>
7848
+ <keyword type="member" name="GtkRequisition-struct.height" link="GtkWidget.html#GtkRequisition-struct.height"/>
7849
+ <keyword type="member" name="GtkRequestedSize.data" link="GtkWidget.html#GtkRequestedSize.data"/>
7850
+ <keyword type="member" name="GtkRequestedSize.minimum-size" link="GtkWidget.html#GtkRequestedSize.minimum-size"/>
7851
+ <keyword type="member" name="GtkRequestedSize.natural-size" link="GtkWidget.html#GtkRequestedSize.natural-size"/>
7852
+ <keyword type="member" name="GtkContainerClass.add" link="GtkContainer.html#GtkContainerClass.add"/>
7853
+ <keyword type="member" name="GtkContainerClass.remove" link="GtkContainer.html#GtkContainerClass.remove"/>
7854
+ <keyword type="member" name="GtkContainerClass.check-resize" link="GtkContainer.html#GtkContainerClass.check-resize"/>
7855
+ <keyword type="member" name="GtkContainerClass.forall" link="GtkContainer.html#GtkContainerClass.forall"/>
7856
+ <keyword type="member" name="GtkContainerClass.set-focus-child" link="GtkContainer.html#GtkContainerClass.set-focus-child"/>
7857
+ <keyword type="member" name="GtkContainerClass.child-type" link="GtkContainer.html#GtkContainerClass.child-type"/>
7858
+ <keyword type="member" name="GtkContainerClass.composite-name" link="GtkContainer.html#GtkContainerClass.composite-name"/>
7859
+ <keyword type="member" name="GtkContainerClass.set-child-property" link="GtkContainer.html#GtkContainerClass.set-child-property"/>
7860
+ <keyword type="member" name="GtkContainerClass.get-child-property" link="GtkContainer.html#GtkContainerClass.get-child-property"/>
7861
+ <keyword type="member" name="GtkContainerClass.get-path-for-child" link="GtkContainer.html#GtkContainerClass.get-path-for-child"/>
7862
+ <keyword type="member" name="GtkIMContextClass.preedit-start" link="GtkIMContext.html#GtkIMContextClass.preedit-start"/>
7863
+ <keyword type="member" name="GtkIMContextClass.preedit-end" link="GtkIMContext.html#GtkIMContextClass.preedit-end"/>
7864
+ <keyword type="member" name="GtkIMContextClass.preedit-changed" link="GtkIMContext.html#GtkIMContextClass.preedit-changed"/>
7865
+ <keyword type="member" name="GtkIMContextClass.commit" link="GtkIMContext.html#GtkIMContextClass.commit"/>
7866
+ <keyword type="member" name="GtkIMContextClass.retrieve-surrounding" link="GtkIMContext.html#GtkIMContextClass.retrieve-surrounding"/>
7867
+ <keyword type="member" name="GtkIMContextClass.delete-surrounding" link="GtkIMContext.html#GtkIMContextClass.delete-surrounding"/>
7868
+ <keyword type="member" name="GtkIMContextClass.set-client-window" link="GtkIMContext.html#GtkIMContextClass.set-client-window"/>
7869
+ <keyword type="member" name="GtkIMContextClass.get-preedit-string" link="GtkIMContext.html#GtkIMContextClass.get-preedit-string"/>
7870
+ <keyword type="member" name="GtkIMContextClass.filter-keypress" link="GtkIMContext.html#GtkIMContextClass.filter-keypress"/>
7871
+ <keyword type="member" name="GtkIMContextClass.focus-in" link="GtkIMContext.html#GtkIMContextClass.focus-in"/>
7872
+ <keyword type="member" name="GtkIMContextClass.focus-out" link="GtkIMContext.html#GtkIMContextClass.focus-out"/>
7873
+ <keyword type="member" name="GtkIMContextClass.reset" link="GtkIMContext.html#GtkIMContextClass.reset"/>
7874
+ <keyword type="member" name="GtkIMContextClass.set-cursor-location" link="GtkIMContext.html#GtkIMContextClass.set-cursor-location"/>
7875
+ <keyword type="member" name="GtkIMContextClass.set-use-preedit" link="GtkIMContext.html#GtkIMContextClass.set-use-preedit"/>
7876
+ <keyword type="member" name="GtkIMContextClass.set-surrounding" link="GtkIMContext.html#GtkIMContextClass.set-surrounding"/>
7877
+ <keyword type="member" name="GtkIMContextClass.get-surrounding" link="GtkIMContext.html#GtkIMContextClass.get-surrounding"/>
7878
+ <keyword type="member" name="GtkIMContextInfo.context-id" link="GtkIMContext.html#GtkIMContextInfo.context-id"/>
7879
+ <keyword type="member" name="GtkIMContextInfo.context-name" link="GtkIMContext.html#GtkIMContextInfo.context-name"/>
7880
+ <keyword type="member" name="GtkIMContextInfo.domain" link="GtkIMContext.html#GtkIMContextInfo.domain"/>
7881
+ <keyword type="member" name="GtkIMContextInfo.domain-dirname" link="GtkIMContext.html#GtkIMContextInfo.domain-dirname"/>
7882
+ <keyword type="member" name="GtkIMContextInfo.default-locales" link="GtkIMContext.html#GtkIMContextInfo.default-locales"/>
7883
+ <keyword type="member" name="GtkRecentData.display-name" link="GtkRecentManager.html#GtkRecentData.display-name"/>
7884
+ <keyword type="member" name="GtkRecentData.description" link="GtkRecentManager.html#GtkRecentData.description"/>
7885
+ <keyword type="member" name="GtkRecentData.mime-type" link="GtkRecentManager.html#GtkRecentData.mime-type"/>
7886
+ <keyword type="member" name="GtkRecentData.app-name" link="GtkRecentManager.html#GtkRecentData.app-name"/>
7887
+ <keyword type="member" name="GtkRecentData.app-exec" link="GtkRecentManager.html#GtkRecentData.app-exec"/>
7888
+ <keyword type="member" name="GtkRecentData.groups" link="GtkRecentManager.html#GtkRecentData.groups"/>
7889
+ <keyword type="member" name="GtkRecentData.is-private" link="GtkRecentManager.html#GtkRecentData.is-private"/>
7890
+ <keyword type="member" name="GtkRecentChooserIface.set-current-uri" link="GtkRecentChooser.html#GtkRecentChooserIface.set-current-uri"/>
7891
+ <keyword type="member" name="GtkRecentChooserIface.get-current-uri" link="GtkRecentChooser.html#GtkRecentChooserIface.get-current-uri"/>
7892
+ <keyword type="member" name="GtkRecentChooserIface.select-uri" link="GtkRecentChooser.html#GtkRecentChooserIface.select-uri"/>
7893
+ <keyword type="member" name="GtkRecentChooserIface.unselect-uri" link="GtkRecentChooser.html#GtkRecentChooserIface.unselect-uri"/>
7894
+ <keyword type="member" name="GtkRecentChooserIface.select-all" link="GtkRecentChooser.html#GtkRecentChooserIface.select-all"/>
7895
+ <keyword type="member" name="GtkRecentChooserIface.unselect-all" link="GtkRecentChooser.html#GtkRecentChooserIface.unselect-all"/>
7896
+ <keyword type="member" name="GtkRecentChooserIface.get-items" link="GtkRecentChooser.html#GtkRecentChooserIface.get-items"/>
7897
+ <keyword type="member" name="GtkRecentChooserIface.get-recent-manager" link="GtkRecentChooser.html#GtkRecentChooserIface.get-recent-manager"/>
7898
+ <keyword type="member" name="GtkRecentChooserIface.add-filter" link="GtkRecentChooser.html#GtkRecentChooserIface.add-filter"/>
7899
+ <keyword type="member" name="GtkRecentChooserIface.remove-filter" link="GtkRecentChooser.html#GtkRecentChooserIface.remove-filter"/>
7900
+ <keyword type="member" name="GtkRecentChooserIface.list-filters" link="GtkRecentChooser.html#GtkRecentChooserIface.list-filters"/>
7901
+ <keyword type="member" name="GtkRecentChooserIface.set-sort-func" link="GtkRecentChooser.html#GtkRecentChooserIface.set-sort-func"/>
7902
+ <keyword type="member" name="GtkRecentChooserIface.item-activated" link="GtkRecentChooser.html#GtkRecentChooserIface.item-activated"/>
7903
+ <keyword type="member" name="GtkRecentChooserIface.selection-changed" link="GtkRecentChooser.html#GtkRecentChooserIface.selection-changed"/>
7904
+ <keyword type="member" name="GtkRecentFilterInfo.contains" link="GtkRecentFilter.html#GtkRecentFilterInfo.contains"/>
7905
+ <keyword type="member" name="GtkRecentFilterInfo.uri" link="GtkRecentFilter.html#GtkRecentFilterInfo.uri"/>
7906
+ <keyword type="member" name="GtkRecentFilterInfo.display-name" link="GtkRecentFilter.html#GtkRecentFilterInfo.display-name"/>
7907
+ <keyword type="member" name="GtkRecentFilterInfo.mime-type" link="GtkRecentFilter.html#GtkRecentFilterInfo.mime-type"/>
7908
+ <keyword type="member" name="GtkRecentFilterInfo.applications" link="GtkRecentFilter.html#GtkRecentFilterInfo.applications"/>
7909
+ <keyword type="member" name="GtkRecentFilterInfo.groups" link="GtkRecentFilter.html#GtkRecentFilterInfo.groups"/>
7910
+ <keyword type="member" name="GtkRecentFilterInfo.age" link="GtkRecentFilter.html#GtkRecentFilterInfo.age"/>
7911
+ <keyword type="member" name="GtkAppChooserButtonClass.custom-item-activated" link="GtkAppChooserButton.html#GtkAppChooserButtonClass.custom-item-activated"/>
7912
+ <keyword type="member" name="GtkAppChooserWidgetClass.application-selected" link="GtkAppChooserWidget.html#GtkAppChooserWidgetClass.application-selected"/>
7913
+ <keyword type="member" name="GtkAppChooserWidgetClass.application-activated" link="GtkAppChooserWidget.html#GtkAppChooserWidgetClass.application-activated"/>
7914
+ <keyword type="member" name="GtkAppChooserWidgetClass.populate-popup" link="GtkAppChooserWidget.html#GtkAppChooserWidgetClass.populate-popup"/>
7915
+ <keyword type="member" name="GtkRcStyle-struct.name" link="gtk3-Resource-Files.html#GtkRcStyle-struct.name"/>
7916
+ <keyword type="member" name="GtkRcStyle-struct.bg-pixmap-name" link="gtk3-Resource-Files.html#GtkRcStyle-struct.bg-pixmap-name"/>
7917
+ <keyword type="member" name="GtkRcStyle-struct.font-desc" link="gtk3-Resource-Files.html#GtkRcStyle-struct.font-desc"/>
7918
+ <keyword type="member" name="GtkRcStyle-struct.color-flags" link="gtk3-Resource-Files.html#GtkRcStyle-struct.color-flags"/>
7919
+ <keyword type="member" name="GtkRcStyle-struct.fg" link="gtk3-Resource-Files.html#GtkRcStyle-struct.fg"/>
7920
+ <keyword type="member" name="GtkRcStyle-struct.bg" link="gtk3-Resource-Files.html#GtkRcStyle-struct.bg"/>
7921
+ <keyword type="member" name="GtkRcStyle-struct.text" link="gtk3-Resource-Files.html#GtkRcStyle-struct.text"/>
7922
+ <keyword type="member" name="GtkRcStyle-struct.base" link="gtk3-Resource-Files.html#GtkRcStyle-struct.base"/>
7923
+ <keyword type="member" name="GtkRcStyle-struct.xthickness" link="gtk3-Resource-Files.html#GtkRcStyle-struct.xthickness"/>
7924
+ <keyword type="member" name="GtkRcStyle-struct.ythickness" link="gtk3-Resource-Files.html#GtkRcStyle-struct.ythickness"/>
7925
+ <keyword type="member" name="GtkRcStyleClass.create-rc-style" link="gtk3-Resource-Files.html#GtkRcStyleClass.create-rc-style"/>
7926
+ <keyword type="member" name="GtkRcStyleClass.parse" link="gtk3-Resource-Files.html#GtkRcStyleClass.parse"/>
7927
+ <keyword type="member" name="GtkRcStyleClass.merge" link="gtk3-Resource-Files.html#GtkRcStyleClass.merge"/>
7928
+ <keyword type="member" name="GtkRcStyleClass.create-style" link="gtk3-Resource-Files.html#GtkRcStyleClass.create-style"/>
7929
+ <keyword type="member" name="GtkStyle-struct.fg" link="GtkStyle.html#GtkStyle-struct.fg"/>
7930
+ <keyword type="member" name="GtkStyle-struct.bg" link="GtkStyle.html#GtkStyle-struct.bg"/>
7931
+ <keyword type="member" name="GtkStyle-struct.light" link="GtkStyle.html#GtkStyle-struct.light"/>
7932
+ <keyword type="member" name="GtkStyle-struct.dark" link="GtkStyle.html#GtkStyle-struct.dark"/>
7933
+ <keyword type="member" name="GtkStyle-struct.mid" link="GtkStyle.html#GtkStyle-struct.mid"/>
7934
+ <keyword type="member" name="GtkStyle-struct.text" link="GtkStyle.html#GtkStyle-struct.text"/>
7935
+ <keyword type="member" name="GtkStyle-struct.base" link="GtkStyle.html#GtkStyle-struct.base"/>
7936
+ <keyword type="member" name="GtkStyle-struct.text-aa" link="GtkStyle.html#GtkStyle-struct.text-aa"/>
7937
+ <keyword type="member" name="GtkStyle-struct.black" link="GtkStyle.html#GtkStyle-struct.black"/>
7938
+ <keyword type="member" name="GtkStyle-struct.white" link="GtkStyle.html#GtkStyle-struct.white"/>
7939
+ <keyword type="member" name="GtkStyle-struct.font-desc" link="GtkStyle.html#GtkStyle-struct.font-desc"/>
7940
+ <keyword type="member" name="GtkStyle-struct.xthickness" link="GtkStyle.html#GtkStyle-struct.xthickness"/>
7941
+ <keyword type="member" name="GtkStyle-struct.ythickness" link="GtkStyle.html#GtkStyle-struct.ythickness"/>
7942
+ <keyword type="member" name="GtkStyle-struct.background" link="GtkStyle.html#GtkStyle-struct.background"/>
7943
+ <keyword type="member" name="GtkStyleClass.realize" link="GtkStyle.html#GtkStyleClass.realize"/>
7944
+ <keyword type="member" name="GtkStyleClass.unrealize" link="GtkStyle.html#GtkStyleClass.unrealize"/>
7945
+ <keyword type="member" name="GtkStyleClass.copy" link="GtkStyle.html#GtkStyleClass.copy"/>
7946
+ <keyword type="member" name="GtkStyleClass.clone" link="GtkStyle.html#GtkStyleClass.clone"/>
7947
+ <keyword type="member" name="GtkStyleClass.init-from-rc" link="GtkStyle.html#GtkStyleClass.init-from-rc"/>
7948
+ <keyword type="member" name="GtkStyleClass.set-background" link="GtkStyle.html#GtkStyleClass.set-background"/>
7949
+ <keyword type="member" name="GtkStyleClass.render-icon" link="GtkStyle.html#GtkStyleClass.render-icon"/>
7950
+ <keyword type="member" name="GtkStyleClass.draw-hline" link="GtkStyle.html#GtkStyleClass.draw-hline"/>
7951
+ <keyword type="member" name="GtkStyleClass.draw-vline" link="GtkStyle.html#GtkStyleClass.draw-vline"/>
7952
+ <keyword type="member" name="GtkStyleClass.draw-shadow" link="GtkStyle.html#GtkStyleClass.draw-shadow"/>
7953
+ <keyword type="member" name="GtkStyleClass.draw-arrow" link="GtkStyle.html#GtkStyleClass.draw-arrow"/>
7954
+ <keyword type="member" name="GtkStyleClass.draw-diamond" link="GtkStyle.html#GtkStyleClass.draw-diamond"/>
7955
+ <keyword type="member" name="GtkStyleClass.draw-box" link="GtkStyle.html#GtkStyleClass.draw-box"/>
7956
+ <keyword type="member" name="GtkStyleClass.draw-flat-box" link="GtkStyle.html#GtkStyleClass.draw-flat-box"/>
7957
+ <keyword type="member" name="GtkStyleClass.draw-check" link="GtkStyle.html#GtkStyleClass.draw-check"/>
7958
+ <keyword type="member" name="GtkStyleClass.draw-option" link="GtkStyle.html#GtkStyleClass.draw-option"/>
7959
+ <keyword type="member" name="GtkStyleClass.draw-tab" link="GtkStyle.html#GtkStyleClass.draw-tab"/>
7960
+ <keyword type="member" name="GtkStyleClass.draw-shadow-gap" link="GtkStyle.html#GtkStyleClass.draw-shadow-gap"/>
7961
+ <keyword type="member" name="GtkStyleClass.draw-box-gap" link="GtkStyle.html#GtkStyleClass.draw-box-gap"/>
7962
+ <keyword type="member" name="GtkStyleClass.draw-extension" link="GtkStyle.html#GtkStyleClass.draw-extension"/>
7963
+ <keyword type="member" name="GtkStyleClass.draw-focus" link="GtkStyle.html#GtkStyleClass.draw-focus"/>
7964
+ <keyword type="member" name="GtkStyleClass.draw-slider" link="GtkStyle.html#GtkStyleClass.draw-slider"/>
7965
+ <keyword type="member" name="GtkStyleClass.draw-handle" link="GtkStyle.html#GtkStyleClass.draw-handle"/>
7966
+ <keyword type="member" name="GtkStyleClass.draw-expander" link="GtkStyle.html#GtkStyleClass.draw-expander"/>
7967
+ <keyword type="member" name="GtkStyleClass.draw-layout" link="GtkStyle.html#GtkStyleClass.draw-layout"/>
7968
+ <keyword type="member" name="GtkStyleClass.draw-resize-grip" link="GtkStyle.html#GtkStyleClass.draw-resize-grip"/>
7969
+ <keyword type="member" name="GtkStyleClass.draw-spinner" link="GtkStyle.html#GtkStyleClass.draw-spinner"/>
7970
+ <keyword type="member" name="GtkRcProperty.type-name" link="GtkStyle.html#GtkRcProperty.type-name"/>
7971
+ <keyword type="member" name="GtkRcProperty.property-name" link="GtkStyle.html#GtkRcProperty.property-name"/>
7972
+ <keyword type="member" name="GtkRcProperty.origin" link="GtkStyle.html#GtkRcProperty.origin"/>
7973
+ <keyword type="member" name="GtkRcProperty.value" link="GtkStyle.html#GtkRcProperty.value"/>
7974
+ <keyword type="member" name="GtkColorSelectionClass.color-changed" link="GtkColorSelection.html#GtkColorSelectionClass.color-changed"/>
7975
+ <keyword type="member" name="GtkActionGroupClass.get-action" link="GtkActionGroup.html#GtkActionGroupClass.get-action"/>
7976
+ <keyword type="member" name="GtkActionEntry.name" link="GtkActionGroup.html#GtkActionEntry.name"/>
7977
+ <keyword type="member" name="GtkActionEntry.stock-id" link="GtkActionGroup.html#GtkActionEntry.stock-id"/>
7978
+ <keyword type="member" name="GtkActionEntry.label" link="GtkActionGroup.html#GtkActionEntry.label"/>
7979
+ <keyword type="member" name="GtkActionEntry.accelerator" link="GtkActionGroup.html#GtkActionEntry.accelerator"/>
7980
+ <keyword type="member" name="GtkActionEntry.tooltip" link="GtkActionGroup.html#GtkActionEntry.tooltip"/>
7981
+ <keyword type="member" name="GtkActionEntry.callback" link="GtkActionGroup.html#GtkActionEntry.callback"/>
7982
+ <keyword type="member" name="GtkToggleActionEntry.name" link="GtkActionGroup.html#GtkToggleActionEntry.name"/>
7983
+ <keyword type="member" name="GtkToggleActionEntry.stock-id" link="GtkActionGroup.html#GtkToggleActionEntry.stock-id"/>
7984
+ <keyword type="member" name="GtkToggleActionEntry.label" link="GtkActionGroup.html#GtkToggleActionEntry.label"/>
7985
+ <keyword type="member" name="GtkToggleActionEntry.accelerator" link="GtkActionGroup.html#GtkToggleActionEntry.accelerator"/>
7986
+ <keyword type="member" name="GtkToggleActionEntry.tooltip" link="GtkActionGroup.html#GtkToggleActionEntry.tooltip"/>
7987
+ <keyword type="member" name="GtkToggleActionEntry.callback" link="GtkActionGroup.html#GtkToggleActionEntry.callback"/>
7988
+ <keyword type="member" name="GtkToggleActionEntry.is-active" link="GtkActionGroup.html#GtkToggleActionEntry.is-active"/>
7989
+ <keyword type="member" name="GtkRadioActionEntry.name" link="GtkActionGroup.html#GtkRadioActionEntry.name"/>
7990
+ <keyword type="member" name="GtkRadioActionEntry.stock-id" link="GtkActionGroup.html#GtkRadioActionEntry.stock-id"/>
7991
+ <keyword type="member" name="GtkRadioActionEntry.label" link="GtkActionGroup.html#GtkRadioActionEntry.label"/>
7992
+ <keyword type="member" name="GtkRadioActionEntry.accelerator" link="GtkActionGroup.html#GtkRadioActionEntry.accelerator"/>
7993
+ <keyword type="member" name="GtkRadioActionEntry.tooltip" link="GtkActionGroup.html#GtkRadioActionEntry.tooltip"/>
7994
+ <keyword type="member" name="GtkRadioActionEntry.value" link="GtkActionGroup.html#GtkRadioActionEntry.value"/>
7995
+ <keyword type="member" name="GtkActionClass.activate" link="GtkAction.html#GtkActionClass.activate"/>
7996
+ <keyword type="member" name="GtkActivatableIface.update" link="GtkActivatable.html#GtkActivatableIface.update"/>
7997
+ <keyword type="member" name="GtkActivatableIface.sync-action-properties" link="GtkActivatable.html#GtkActivatableIface.sync-action-properties"/>
7998
+ <keyword type="member" name="GtkStockItem.stock-id" link="gtk3-Stock-Items.html#GtkStockItem.stock-id"/>
7999
+ <keyword type="member" name="GtkStockItem.label" link="gtk3-Stock-Items.html#GtkStockItem.label"/>
8000
+ <keyword type="member" name="GtkStockItem.modifier" link="gtk3-Stock-Items.html#GtkStockItem.modifier"/>
8001
+ <keyword type="member" name="GtkStockItem.keyval" link="gtk3-Stock-Items.html#GtkStockItem.keyval"/>
8002
+ <keyword type="member" name="GtkStockItem.translation-domain" link="gtk3-Stock-Items.html#GtkStockItem.translation-domain"/>
8003
+ <keyword type="member" name="GtkThemingEngineClass.render-line" link="GtkThemingEngine.html#GtkThemingEngineClass.render-line"/>
8004
+ <keyword type="member" name="GtkThemingEngineClass.render-background" link="GtkThemingEngine.html#GtkThemingEngineClass.render-background"/>
8005
+ <keyword type="member" name="GtkThemingEngineClass.render-frame" link="GtkThemingEngine.html#GtkThemingEngineClass.render-frame"/>
8006
+ <keyword type="member" name="GtkThemingEngineClass.render-frame-gap" link="GtkThemingEngine.html#GtkThemingEngineClass.render-frame-gap"/>
8007
+ <keyword type="member" name="GtkThemingEngineClass.render-extension" link="GtkThemingEngine.html#GtkThemingEngineClass.render-extension"/>
8008
+ <keyword type="member" name="GtkThemingEngineClass.render-check" link="GtkThemingEngine.html#GtkThemingEngineClass.render-check"/>
8009
+ <keyword type="member" name="GtkThemingEngineClass.render-option" link="GtkThemingEngine.html#GtkThemingEngineClass.render-option"/>
8010
+ <keyword type="member" name="GtkThemingEngineClass.render-arrow" link="GtkThemingEngine.html#GtkThemingEngineClass.render-arrow"/>
8011
+ <keyword type="member" name="GtkThemingEngineClass.render-expander" link="GtkThemingEngine.html#GtkThemingEngineClass.render-expander"/>
8012
+ <keyword type="member" name="GtkThemingEngineClass.render-focus" link="GtkThemingEngine.html#GtkThemingEngineClass.render-focus"/>
8013
+ <keyword type="member" name="GtkThemingEngineClass.render-layout" link="GtkThemingEngine.html#GtkThemingEngineClass.render-layout"/>
8014
+ <keyword type="member" name="GtkThemingEngineClass.render-slider" link="GtkThemingEngine.html#GtkThemingEngineClass.render-slider"/>
8015
+ <keyword type="member" name="GtkThemingEngineClass.render-handle" link="GtkThemingEngine.html#GtkThemingEngineClass.render-handle"/>
8016
+ <keyword type="member" name="GtkThemingEngineClass.render-activity" link="GtkThemingEngine.html#GtkThemingEngineClass.render-activity"/>
8017
+ <keyword type="member" name="GtkThemingEngineClass.render-icon-pixbuf" link="GtkThemingEngine.html#GtkThemingEngineClass.render-icon-pixbuf"/>
8018
+ <keyword type="member" name="GtkThemingEngineClass.render-icon" link="GtkThemingEngine.html#GtkThemingEngineClass.render-icon"/>
8019
+ <keyword type="member" name="GtkThemingEngineClass.render-icon-surface" link="GtkThemingEngine.html#GtkThemingEngineClass.render-icon-surface"/>
8020
+ <keyword type="member" name="GtkAccelGroupClass.accel-changed" link="gtk3-Keyboard-Accelerators.html#GtkAccelGroupClass.accel-changed"/>
8021
+ <keyword type="member" name="GtkAccelKey.accel-key" link="gtk3-Keyboard-Accelerators.html#GtkAccelKey.accel-key"/>
8022
+ <keyword type="member" name="GtkAccelKey.accel-mods" link="gtk3-Keyboard-Accelerators.html#GtkAccelKey.accel-mods"/>
8023
+ <keyword type="member" name="GtkAccelKey.accel-flags" link="gtk3-Keyboard-Accelerators.html#GtkAccelKey.accel-flags"/>
8024
+ <keyword type="member" name="GtkSettingsValue.origin" link="GtkSettings.html#GtkSettingsValue.origin"/>
8025
+ <keyword type="member" name="GtkSettingsValue.value" link="GtkSettings.html#GtkSettingsValue.value"/>
8026
+ <keyword type="member" name="GtkBindingSet.set-name" link="gtk3-Bindings.html#GtkBindingSet.set-name"/>
8027
+ <keyword type="member" name="GtkBindingSet.priority" link="gtk3-Bindings.html#GtkBindingSet.priority"/>
8028
+ <keyword type="member" name="GtkBindingSet.widget-path-pspecs" link="gtk3-Bindings.html#GtkBindingSet.widget-path-pspecs"/>
8029
+ <keyword type="member" name="GtkBindingSet.widget-class-pspecs" link="gtk3-Bindings.html#GtkBindingSet.widget-class-pspecs"/>
8030
+ <keyword type="member" name="GtkBindingSet.class-branch-pspecs" link="gtk3-Bindings.html#GtkBindingSet.class-branch-pspecs"/>
8031
+ <keyword type="member" name="GtkBindingSet.entries" link="gtk3-Bindings.html#GtkBindingSet.entries"/>
8032
+ <keyword type="member" name="GtkBindingSet.current" link="gtk3-Bindings.html#GtkBindingSet.current"/>
8033
+ <keyword type="member" name="GtkBindingSet.parsed" link="gtk3-Bindings.html#GtkBindingSet.parsed"/>
8034
+ <keyword type="member" name="GtkBindingEntry.keyval" link="gtk3-Bindings.html#GtkBindingEntry.keyval"/>
8035
+ <keyword type="member" name="GtkBindingEntry.modifiers" link="gtk3-Bindings.html#GtkBindingEntry.modifiers"/>
8036
+ <keyword type="member" name="GtkBindingEntry.binding-set" link="gtk3-Bindings.html#GtkBindingEntry.binding-set"/>
8037
+ <keyword type="member" name="GtkBindingEntry.destroyed" link="gtk3-Bindings.html#GtkBindingEntry.destroyed"/>
8038
+ <keyword type="member" name="GtkBindingEntry.in-emission" link="gtk3-Bindings.html#GtkBindingEntry.in-emission"/>
8039
+ <keyword type="member" name="GtkBindingEntry.marks-unbound" link="gtk3-Bindings.html#GtkBindingEntry.marks-unbound"/>
8040
+ <keyword type="member" name="GtkBindingEntry.set-next" link="gtk3-Bindings.html#GtkBindingEntry.set-next"/>
8041
+ <keyword type="member" name="GtkBindingEntry.hash-next" link="gtk3-Bindings.html#GtkBindingEntry.hash-next"/>
8042
+ <keyword type="member" name="GtkBindingEntry.signals" link="gtk3-Bindings.html#GtkBindingEntry.signals"/>
8043
+ <keyword type="member" name="GtkBindingSignal.next" link="gtk3-Bindings.html#GtkBindingSignal.next"/>
8044
+ <keyword type="member" name="GtkBindingSignal.signal-name" link="gtk3-Bindings.html#GtkBindingSignal.signal-name"/>
8045
+ <keyword type="member" name="GtkBindingSignal.n-args" link="gtk3-Bindings.html#GtkBindingSignal.n-args"/>
8046
+ <keyword type="member" name="GtkBindingSignal.args" link="gtk3-Bindings.html#GtkBindingSignal.args"/>
8047
+ <keyword type="member" name="GtkBindingArg.arg-type" link="gtk3-Bindings.html#GtkBindingArg.arg-type"/>
8048
+ <keyword type="member" name="GtkTargetEntry.target" link="gtk3-Selections.html#GtkTargetEntry.target"/>
8049
+ <keyword type="member" name="GtkTargetEntry.flags" link="gtk3-Selections.html#GtkTargetEntry.flags"/>
8050
+ <keyword type="member" name="GtkTargetEntry.info" link="gtk3-Selections.html#GtkTargetEntry.info"/>
8051
+ <keyword type="member" name="GtkTargetPair.target" link="gtk3-Selections.html#GtkTargetPair.target"/>
8052
+ <keyword type="member" name="GtkTargetPair.flags" link="gtk3-Selections.html#GtkTargetPair.flags"/>
8053
+ <keyword type="member" name="GtkTargetPair.info" link="gtk3-Selections.html#GtkTargetPair.info"/>
8054
+ <keyword type="member" name="GtkBorder-struct.left" link="GtkStyleContext.html#GtkBorder-struct.left"/>
8055
+ <keyword type="member" name="GtkBorder-struct.right" link="GtkStyleContext.html#GtkBorder-struct.right"/>
8056
+ <keyword type="member" name="GtkBorder-struct.top" link="GtkStyleContext.html#GtkBorder-struct.top"/>
8057
+ <keyword type="member" name="GtkBorder-struct.bottom" link="GtkStyleContext.html#GtkBorder-struct.bottom"/>
8058
+ <keyword type="member" name="GtkStyleProviderIface.get-style" link="GtkStyleProvider.html#GtkStyleProviderIface.get-style"/>
8059
+ <keyword type="member" name="GtkStyleProviderIface.get-style-property" link="GtkStyleProvider.html#GtkStyleProviderIface.get-style-property"/>
8060
+ <keyword type="member" name="GtkStyleProviderIface.get-icon-factory" link="GtkStyleProvider.html#GtkStyleProviderIface.get-icon-factory"/>
8061
+ <keyword type="member" name="GtkIconThemeClass.changed" link="GtkIconTheme.html#GtkIconThemeClass.changed"/>
7358
8062
  </functions>
7359
8063
  </book>