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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (969) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -4
  3. data/vendor/local/bin/gtk-builder-tool.exe +0 -0
  4. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  5. data/vendor/local/bin/gtk-launch.exe +0 -0
  6. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  7. data/vendor/local/bin/gtk-query-settings.exe +0 -0
  8. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  9. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  10. data/vendor/local/bin/gtk3-demo.exe +0 -0
  11. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  12. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  13. data/vendor/local/bin/libepoxy-0.dll +0 -0
  14. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  15. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  16. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  17. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  18. data/vendor/local/include/gtk-3.0/gdk/gdk.h +1 -0
  19. data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +6 -1
  20. data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +5 -2
  21. data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +2 -2
  22. data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +8 -1
  23. data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +39 -0
  24. data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +10 -2
  25. data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +134 -0
  26. data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +2 -0
  27. data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +2 -0
  28. data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
  29. data/vendor/local/include/gtk-3.0/gdk/gdkseat.h +117 -0
  30. data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +74 -1
  31. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +50 -2
  32. data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -1
  33. data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +9 -49
  34. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -1
  35. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +6 -1
  36. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -1
  37. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -1
  38. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h +0 -6
  39. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +28 -28
  40. data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +0 -18
  41. data/vendor/local/include/gtk-3.0/gtk/gtk.h +7 -0
  42. data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +2 -0
  43. data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +2 -0
  44. data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +2 -2
  45. data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +1 -0
  46. data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +2 -2
  47. data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +2 -0
  48. data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +8 -0
  49. data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +8 -0
  50. data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +4 -1
  51. data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -1
  52. data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +1 -0
  53. data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +10 -1
  54. data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +2 -2
  55. data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +2 -2
  56. data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +0 -6
  57. data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +2 -2
  58. data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +11 -1
  59. data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +6 -0
  60. data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +8 -3
  61. data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +2 -2
  62. data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -46
  63. data/vendor/local/include/gtk-3.0/gtk/gtkdragsource.h +78 -0
  64. data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +25 -2
  65. data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +2 -2
  66. data/vendor/local/include/gtk-3.0/gtk/gtkfilechoosernative.h +56 -0
  67. data/vendor/local/include/gtk-3.0/gtk/gtkflowbox.h +24 -1
  68. data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +11 -1
  69. data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +2 -1
  70. data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
  71. data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +2 -2
  72. data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +9 -0
  73. data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +8 -0
  74. data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +1 -2
  75. data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +2 -2
  76. data/vendor/local/include/gtk-3.0/gtk/gtknativedialog.h +81 -0
  77. data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +11 -0
  78. data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +37 -19
  79. data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +13 -0
  80. data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +1 -1
  81. data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -0
  82. data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
  83. data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +1 -1
  84. data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +9 -0
  85. data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -0
  86. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsgroup.h +42 -0
  87. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutssection.h +43 -0
  88. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +79 -0
  89. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutswindow.h +58 -0
  90. data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +5 -1
  91. data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +141 -90
  92. data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +9 -9
  93. data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -1
  94. data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +0 -27
  95. data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +2 -2
  96. data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +5 -1
  97. data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +12 -9
  98. data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +3 -1
  99. data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -6
  100. data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +2 -0
  101. data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +10 -0
  102. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
  103. data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +34 -23
  104. data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +8 -0
  105. data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +12 -3
  106. data/vendor/local/lib/gdk-win32-3.0.def +28 -0
  107. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  108. data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
  109. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  110. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  111. data/vendor/local/lib/gtk-win32-3.0.def +7 -7
  112. data/vendor/local/lib/libepoxy.dll.a +0 -0
  113. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  114. data/vendor/local/lib/libgailutil-3.la +3 -3
  115. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  116. data/vendor/local/lib/libgdk-3.la +6 -6
  117. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  118. data/vendor/local/lib/libgtk-3.la +6 -6
  119. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  120. data/vendor/local/lib/libgtkreftestprivate.la +3 -3
  121. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  122. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
  123. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
  124. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
  125. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
  126. data/vendor/local/share/aclocal/gtk-3.0.m4 +5 -8
  127. data/vendor/local/share/applications/gtk3-demo.desktop +1 -1
  128. data/vendor/local/share/applications/gtk3-icon-browser.desktop +1 -1
  129. data/vendor/local/share/applications/gtk3-widget-factory.desktop +1 -1
  130. data/vendor/local/share/gettext/its/gtkbuilder.its +23 -0
  131. data/vendor/local/share/gettext/its/gtkbuilder.loc +6 -0
  132. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1315 -159
  133. data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +37 -1
  134. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +5567 -2230
  135. data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
  136. data/vendor/local/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml +9 -0
  137. data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +1 -1
  138. data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +12 -0
  139. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +36 -36
  140. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +14 -14
  141. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +1 -1
  142. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +3 -3
  143. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +2 -2
  144. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +143 -69
  145. data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +28 -19
  146. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +246 -76
  147. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +12 -12
  148. data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +28 -28
  149. data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +72 -26
  150. data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +91 -79
  151. data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +685 -0
  152. data/vendor/local/share/gtk-doc/html/gdk3/alias_cursor.png +0 -0
  153. data/vendor/local/share/gtk-doc/html/gdk3/all_scroll_cursor.png +0 -0
  154. data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +4 -4
  155. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +2 -6
  156. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +2 -18
  157. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +2 -2
  158. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +2 -2
  159. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +4 -4
  160. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-18.html +45 -0
  161. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +2 -2
  162. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +170 -0
  163. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +2 -2
  164. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +2 -2
  165. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +2 -18
  166. data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +26 -2
  167. data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +163 -35
  168. data/vendor/local/share/gtk-doc/html/gdk3/cell_cursor.png +0 -0
  169. data/vendor/local/share/gtk-doc/html/gdk3/col_resize_cursor.png +0 -0
  170. data/vendor/local/share/gtk-doc/html/gdk3/copy_cursor.png +0 -0
  171. data/vendor/local/share/gtk-doc/html/gdk3/crosshair_cursor.png +0 -0
  172. data/vendor/local/share/gtk-doc/html/gdk3/default_cursor.png +0 -0
  173. data/vendor/local/share/gtk-doc/html/gdk3/e_resize_cursor.png +0 -0
  174. data/vendor/local/share/gtk-doc/html/gdk3/ew_resize_cursor.png +0 -0
  175. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -16
  176. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +27 -27
  177. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +14 -14
  178. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +75 -54
  179. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +549 -43
  180. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +272 -32
  181. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +260 -161
  182. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +18 -20
  183. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +154 -150
  184. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +90 -55
  185. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +45 -45
  186. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +20 -18
  187. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +56 -8
  188. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +19 -19
  189. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +14 -14
  190. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +16 -16
  191. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +9 -9
  192. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +19 -19
  193. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +33 -33
  194. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +2 -349
  195. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +432 -291
  196. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +114 -114
  197. data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +294 -28
  198. data/vendor/local/share/gtk-doc/html/gdk3/grab_cursor.png +0 -0
  199. data/vendor/local/share/gtk-doc/html/gdk3/grabbing_cursor.png +0 -0
  200. data/vendor/local/share/gtk-doc/html/gdk3/hand_cursor.png +0 -0
  201. data/vendor/local/share/gtk-doc/html/gdk3/help_cursor.png +0 -0
  202. data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -3
  203. data/vendor/local/share/gtk-doc/html/gdk3/move_cursor.png +0 -0
  204. data/vendor/local/share/gtk-doc/html/gdk3/n_resize_cursor.png +0 -0
  205. data/vendor/local/share/gtk-doc/html/gdk3/ne_resize_cursor.png +0 -0
  206. data/vendor/local/share/gtk-doc/html/gdk3/nesw_resize_cursor.png +0 -0
  207. data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
  208. data/vendor/local/share/gtk-doc/html/gdk3/not_allowed_cursor.png +0 -0
  209. data/vendor/local/share/gtk-doc/html/gdk3/ns_resize_cursor.png +0 -0
  210. data/vendor/local/share/gtk-doc/html/gdk3/nw_resize_cursor.png +0 -0
  211. data/vendor/local/share/gtk-doc/html/gdk3/nwse_resize_cursor.png +0 -0
  212. data/vendor/local/share/gtk-doc/html/gdk3/pointer_cursor.png +0 -0
  213. data/vendor/local/share/gtk-doc/html/gdk3/progress_cursor.png +0 -0
  214. data/vendor/local/share/gtk-doc/html/gdk3/reference.html +5 -2
  215. data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/gdk3/row_resize_cursor.png +0 -0
  217. data/vendor/local/share/gtk-doc/html/gdk3/s_resize_cursor.png +0 -0
  218. data/vendor/local/share/gtk-doc/html/gdk3/se_resize_cursor.png +0 -0
  219. data/vendor/local/share/gtk-doc/html/gdk3/sw_resize_cursor.png +0 -0
  220. data/vendor/local/share/gtk-doc/html/gdk3/text_cursor.png +0 -0
  221. data/vendor/local/share/gtk-doc/html/gdk3/vertical_text_cursor.png +0 -0
  222. data/vendor/local/share/gtk-doc/html/gdk3/w_resize_cursor.png +0 -0
  223. data/vendor/local/share/gtk-doc/html/gdk3/wait_cursor.png +0 -0
  224. data/vendor/local/share/gtk-doc/html/gdk3/zoom_in_cursor.png +0 -0
  225. data/vendor/local/share/gtk-doc/html/gdk3/zoom_out_cursor.png +0 -0
  226. data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +5 -2
  227. data/vendor/local/share/gtk-doc/html/gtk3/Application.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +2 -2
  230. data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -3
  232. data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +2 -2
  234. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +66 -66
  235. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +44 -25
  236. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +8 -8
  237. data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +145 -151
  238. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +15 -11
  239. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +46 -53
  240. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +15 -14
  241. data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +15 -15
  242. data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +91 -91
  243. data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +14 -14
  244. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +14 -14
  245. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +24 -30
  246. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +21 -24
  247. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +37 -38
  248. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +83 -74
  249. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +124 -26
  250. data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +6 -6
  251. data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +12 -12
  252. data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +179 -66
  253. data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +7 -11
  254. data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +37 -30
  255. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +27 -32
  256. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +163 -84
  257. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +92 -78
  258. data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +45 -26
  259. data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +35 -34
  260. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +111 -111
  261. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +11 -11
  262. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +15 -15
  263. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +11 -11
  264. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +21 -20
  265. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +61 -61
  266. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +10 -10
  267. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +5 -5
  268. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +13 -13
  269. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
  270. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
  271. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +4 -4
  272. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +38 -46
  273. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +15 -15
  274. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +46 -45
  275. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +59 -10
  276. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +47 -26
  277. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +61 -38
  278. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +19 -19
  279. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +5 -5
  280. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +10 -10
  281. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +65 -72
  282. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +7 -7
  283. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +151 -95
  284. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +42 -15
  285. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +188 -81
  286. data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +77 -2031
  287. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +38 -43
  288. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +27 -14
  289. data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +22 -22
  290. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +261 -215
  291. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -23
  292. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +65 -58
  293. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +14 -18
  294. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +16 -16
  295. data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +88 -45
  296. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +168 -164
  297. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +24 -44
  298. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +12 -8
  299. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +127 -92
  300. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +22 -21
  301. data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -6
  302. data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +231 -68
  303. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +32 -28
  304. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +178 -53
  305. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +8 -12
  306. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +10 -10
  307. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +36 -36
  308. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +19 -19
  309. data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +50 -32
  310. data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +52 -52
  311. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +117 -99
  312. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +14 -14
  313. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +8 -8
  314. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +13 -13
  315. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +10 -10
  316. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -8
  317. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +22 -21
  318. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -8
  319. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -8
  320. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +38 -42
  321. data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
  322. data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +4 -4
  323. data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +4 -4
  324. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -12
  325. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
  326. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +5 -5
  327. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +4 -4
  328. data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +18 -23
  329. data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +31 -29
  330. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +38 -38
  331. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +17 -5
  332. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +8 -8
  333. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +180 -174
  334. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +148 -118
  335. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +100 -97
  336. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +25 -29
  337. data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +32 -25
  338. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +20 -20
  339. data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +187 -147
  340. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +20 -20
  341. data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +118 -56
  342. data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +20 -15
  343. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +102 -94
  344. data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +33 -33
  345. data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +23 -27
  346. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +98 -57
  347. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +27 -18
  348. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +43 -38
  349. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +91 -46
  350. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +37 -37
  351. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -23
  352. data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +19 -19
  353. data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
  354. data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +87 -11
  355. data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +182 -96
  356. data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +45 -45
  357. data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +17 -21
  358. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +213 -28
  359. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +44 -44
  360. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +15 -19
  361. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +60 -33
  362. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +45 -45
  363. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +663 -96
  364. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +29 -31
  365. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +261 -39
  366. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +10 -7
  367. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +39 -39
  368. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +53 -53
  369. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +124 -124
  370. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +37 -32
  371. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +51 -51
  372. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +117 -60
  373. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +13 -13
  374. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +61 -21
  375. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +118 -18
  376. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +21 -18
  377. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +98 -50
  378. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
  379. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +55 -55
  380. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +7 -7
  381. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +9 -9
  382. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +6 -6
  383. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +25 -24
  384. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +86 -85
  385. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +22 -22
  386. data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +110 -35
  387. data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +33 -28
  388. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +18 -18
  389. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +49 -5
  390. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +71 -59
  391. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +25 -25
  392. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +14 -14
  393. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +11 -6
  394. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +10 -10
  395. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +14 -14
  396. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +113 -38
  397. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +181 -0
  398. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +204 -0
  399. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +349 -0
  400. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +251 -0
  401. data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +17 -17
  402. data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +22 -23
  403. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +107 -50
  404. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +10 -6
  405. data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +142 -44
  406. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +16 -8
  407. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +36 -10
  408. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +109 -109
  409. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +25 -16
  410. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +86 -91
  411. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +512 -296
  412. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +9 -9
  413. data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +61 -22
  414. data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +25 -25
  415. data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +6 -10
  416. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +183 -179
  417. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +246 -186
  418. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +16 -16
  419. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +157 -75
  420. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +20 -19
  421. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +507 -204
  422. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +53 -58
  423. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +13 -13
  424. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +28 -21
  425. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +18 -22
  426. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +61 -58
  427. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +55 -60
  428. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +44 -44
  429. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +51 -51
  430. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +23 -23
  431. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +52 -37
  432. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +24 -24
  433. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +117 -118
  434. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +26 -24
  435. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +23 -21
  436. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -46
  437. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +41 -41
  438. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +35 -35
  439. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +216 -184
  440. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +89 -89
  441. data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +44 -44
  442. data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +5 -5
  443. data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +4 -4
  444. data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +4 -4
  445. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
  446. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +5 -5
  447. data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +4 -4
  448. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +32 -32
  449. data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
  450. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1283 -903
  451. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +390 -264
  452. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +16 -16
  453. data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +2 -2
  454. data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +2 -2
  455. data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +4 -4
  456. data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +2 -2
  457. data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +2 -2
  458. data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +4 -4
  459. data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +2 -2
  460. data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +2 -2
  461. data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +2 -2
  462. data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -2
  463. data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +43 -0
  464. data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +5 -5
  465. data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +2 -2
  466. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +2 -2
  467. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +2 -2
  468. data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +2 -2
  469. data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +4 -4
  470. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +2 -2
  471. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +2 -10
  472. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +2 -2
  473. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +18 -2
  474. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +12 -4
  475. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +202 -0
  476. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +2 -6
  477. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +233 -0
  478. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +2 -2
  479. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +2 -2
  480. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +2 -2
  481. data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +422 -2
  482. data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +502 -18
  483. data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +6 -6
  484. data/vendor/local/share/gtk-doc/html/gtk3/builder-shortcuts.png +0 -0
  485. data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +3 -3
  486. data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +2 -2
  487. data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +11 -19
  488. data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
  489. data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +11 -7
  490. data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +2 -2
  491. data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch26s02.html} +83 -83
  492. data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch28s02.html} +5 -5
  493. data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch30s02.html} +5 -5
  494. data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch30s03.html} +5 -5
  495. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +1311 -0
  496. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +1670 -0
  497. data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +3 -3
  498. data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +39 -39
  499. data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -3
  500. data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +2 -2
  501. data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/gtk3/clocks-shortcuts.png +0 -0
  503. data/vendor/local/share/gtk-doc/html/gtk3/gedit-shortcuts.png +0 -0
  504. data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +4 -4
  505. data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +2 -2
  506. data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +101 -0
  507. data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +2 -2
  508. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +4 -4
  509. data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +4 -4
  510. data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +2 -2
  511. data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +19 -9
  512. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +63 -63
  513. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +7 -7
  514. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
  515. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +5 -5
  516. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +13 -13
  517. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
  518. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -3
  519. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +4 -4
  520. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +5 -5
  521. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +5 -5
  522. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
  523. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +8 -8
  524. data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +2 -2
  525. data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +2 -2
  526. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +2 -2
  527. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +47 -0
  528. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +30 -30
  529. data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +2 -2
  530. data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -10
  531. data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +2 -2
  532. data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
  533. data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +27 -2
  534. data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +2 -2
  535. data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +2 -2
  536. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +25 -25
  537. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +51 -51
  538. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +106 -106
  539. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +115 -91
  540. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +78 -77
  541. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +30 -34
  542. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +107 -96
  543. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +479 -0
  544. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +14 -14
  545. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +571 -0
  546. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +19 -19
  547. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +25 -25
  548. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +18 -18
  549. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +159 -65
  550. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +85 -90
  551. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +99 -105
  552. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +7 -7
  553. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +62 -67
  554. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +131 -131
  555. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +25 -18
  556. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +161 -159
  557. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +71 -35
  558. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +103 -107
  559. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +2 -2
  560. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +21 -5
  561. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +3 -3
  562. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +2 -2
  563. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +864 -160
  564. data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +2 -2
  565. data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +24 -3
  566. data/vendor/local/share/gtk-doc/html/gtk3/index.html +64 -25
  567. data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +23 -23
  568. data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +2 -2
  569. data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +8 -2
  570. data/vendor/local/share/gtk-doc/html/gtk3/theming.html +14 -4
  571. data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
  572. data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
  573. data/vendor/local/share/icons/Adwaita/16x16/devices/ebook-reader.png +0 -0
  574. data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-new.png +0 -0
  575. data/vendor/local/share/icons/Adwaita/16x16/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  576. data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
  577. data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
  578. data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
  579. data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
  580. data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
  581. data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
  582. data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
  583. data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
  584. data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
  585. data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
  586. data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
  587. data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
  588. data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
  589. data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
  590. data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
  591. data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
  592. data/vendor/local/share/icons/Adwaita/16x16/status/mail-unread.png +0 -0
  593. data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
  594. data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
  595. data/vendor/local/share/icons/Adwaita/22x22/devices/ebook-reader.png +0 -0
  596. data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-new.png +0 -0
  597. data/vendor/local/share/icons/Adwaita/22x22/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  598. data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
  599. data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
  600. data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
  601. data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
  602. data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
  603. data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
  604. data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
  605. data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
  606. data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
  607. data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
  608. data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
  609. data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
  610. data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
  611. data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
  612. data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
  613. data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
  614. data/vendor/local/share/icons/Adwaita/22x22/status/mail-unread.png +0 -0
  615. data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
  616. data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
  617. data/vendor/local/share/icons/Adwaita/24x24/devices/ebook-reader.png +0 -0
  618. data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-new.png +0 -0
  619. data/vendor/local/share/icons/Adwaita/24x24/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  620. data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
  621. data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
  622. data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
  623. data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
  624. data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
  625. data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
  626. data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
  627. data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
  628. data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
  629. data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
  630. data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
  631. data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
  632. data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
  633. data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
  634. data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
  635. data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
  636. data/vendor/local/share/icons/Adwaita/24x24/status/mail-unread.png +0 -0
  637. data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
  638. data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
  639. data/vendor/local/share/icons/Adwaita/256x256/devices/ebook-reader.png +0 -0
  640. data/vendor/local/share/icons/Adwaita/256x256/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  641. data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
  642. data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
  643. data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
  644. data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
  645. data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
  646. data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
  647. data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
  648. data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
  649. data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
  650. data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
  651. data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
  652. data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
  653. data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
  654. data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
  655. data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
  656. data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
  657. data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
  658. data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
  659. data/vendor/local/share/icons/Adwaita/32x32/devices/ebook-reader.png +0 -0
  660. data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-new.png +0 -0
  661. data/vendor/local/share/icons/Adwaita/32x32/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  662. data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
  663. data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
  664. data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
  665. data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
  666. data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
  667. data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
  668. data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
  669. data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
  670. data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
  671. data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
  672. data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
  673. data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
  674. data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
  675. data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
  676. data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
  677. data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
  678. data/vendor/local/share/icons/Adwaita/32x32/status/mail-unread.png +0 -0
  679. data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
  680. data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
  681. data/vendor/local/share/icons/Adwaita/48x48/devices/ebook-reader.png +0 -0
  682. data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-new.png +0 -0
  683. data/vendor/local/share/icons/Adwaita/48x48/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  684. data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
  685. data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
  686. data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
  687. data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
  688. data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
  689. data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
  690. data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
  691. data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
  692. data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
  693. data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
  694. data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
  695. data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
  696. data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
  697. data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
  698. data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
  699. data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
  700. data/vendor/local/share/icons/Adwaita/48x48/status/mail-unread.png +0 -0
  701. data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-new.png +0 -0
  702. data/vendor/local/share/icons/Adwaita/cursors/00008160000006810000408080010102 +0 -0
  703. data/vendor/local/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140 +0 -0
  704. data/vendor/local/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 +0 -0
  705. data/vendor/local/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +0 -0
  706. data/vendor/local/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf +0 -0
  707. data/vendor/local/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 +0 -0
  708. data/vendor/local/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204 +0 -0
  709. data/vendor/local/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df +0 -0
  710. data/vendor/local/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599 +0 -0
  711. data/vendor/local/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 +0 -0
  712. data/vendor/local/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +0 -0
  713. data/vendor/local/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 +0 -0
  714. data/vendor/local/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f +0 -0
  715. data/vendor/local/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f +0 -0
  716. data/vendor/local/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 +0 -0
  717. data/vendor/local/share/icons/Adwaita/cursors/X_cursor +0 -0
  718. data/vendor/local/share/icons/Adwaita/cursors/alias +0 -0
  719. data/vendor/local/share/icons/Adwaita/cursors/all-scroll +0 -0
  720. data/vendor/local/share/icons/Adwaita/cursors/arrow +0 -0
  721. data/vendor/local/share/icons/Adwaita/cursors/bd_double_arrow +0 -0
  722. data/vendor/local/share/icons/Adwaita/cursors/bottom_left_corner +0 -0
  723. data/vendor/local/share/icons/Adwaita/cursors/bottom_right_corner +0 -0
  724. data/vendor/local/share/icons/Adwaita/cursors/bottom_side +0 -0
  725. data/vendor/local/share/icons/Adwaita/cursors/bottom_tee +0 -0
  726. data/vendor/local/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +0 -0
  727. data/vendor/local/share/icons/Adwaita/cursors/cell +0 -0
  728. data/vendor/local/share/icons/Adwaita/cursors/circle +0 -0
  729. data/vendor/local/share/icons/Adwaita/cursors/col-resize +0 -0
  730. data/vendor/local/share/icons/Adwaita/cursors/copy +0 -0
  731. data/vendor/local/share/icons/Adwaita/cursors/cross +0 -0
  732. data/vendor/local/share/icons/Adwaita/cursors/cross_reverse +0 -0
  733. data/vendor/local/share/icons/Adwaita/cursors/crossed_circle +0 -0
  734. data/vendor/local/share/icons/Adwaita/cursors/crosshair +0 -0
  735. data/vendor/local/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b +0 -0
  736. data/vendor/local/share/icons/Adwaita/cursors/default +0 -0
  737. data/vendor/local/share/icons/Adwaita/cursors/diamond_cross +0 -0
  738. data/vendor/local/share/icons/Adwaita/cursors/dnd-ask +0 -0
  739. data/vendor/local/share/icons/Adwaita/cursors/dnd-copy +0 -0
  740. data/vendor/local/share/icons/Adwaita/cursors/dnd-link +0 -0
  741. data/vendor/local/share/icons/Adwaita/cursors/dnd-move +0 -0
  742. data/vendor/local/share/icons/Adwaita/cursors/dnd-none +0 -0
  743. data/vendor/local/share/icons/Adwaita/cursors/dot_box_mask +0 -0
  744. data/vendor/local/share/icons/Adwaita/cursors/dotbox +0 -0
  745. data/vendor/local/share/icons/Adwaita/cursors/double_arrow +0 -0
  746. data/vendor/local/share/icons/Adwaita/cursors/draft_large +0 -0
  747. data/vendor/local/share/icons/Adwaita/cursors/draft_small +0 -0
  748. data/vendor/local/share/icons/Adwaita/cursors/draped_box +0 -0
  749. data/vendor/local/share/icons/Adwaita/cursors/e-resize +0 -0
  750. data/vendor/local/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 +0 -0
  751. data/vendor/local/share/icons/Adwaita/cursors/ew-resize +0 -0
  752. data/vendor/local/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +0 -0
  753. data/vendor/local/share/icons/Adwaita/cursors/fd_double_arrow +0 -0
  754. data/vendor/local/share/icons/Adwaita/cursors/fleur +0 -0
  755. data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
  756. data/vendor/local/share/icons/Adwaita/cursors/grabbing +0 -0
  757. data/vendor/local/share/icons/Adwaita/cursors/h_double_arrow +0 -0
  758. data/vendor/local/share/icons/Adwaita/cursors/hand +0 -0
  759. data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
  760. data/vendor/local/share/icons/Adwaita/cursors/hand2 +0 -0
  761. data/vendor/local/share/icons/Adwaita/cursors/help +0 -0
  762. data/vendor/local/share/icons/Adwaita/cursors/icon +0 -0
  763. data/vendor/local/share/icons/Adwaita/cursors/left_ptr +0 -0
  764. data/vendor/local/share/icons/Adwaita/cursors/left_ptr_help +0 -0
  765. data/vendor/local/share/icons/Adwaita/cursors/left_ptr_watch +0 -0
  766. data/vendor/local/share/icons/Adwaita/cursors/left_side +0 -0
  767. data/vendor/local/share/icons/Adwaita/cursors/left_tee +0 -0
  768. data/vendor/local/share/icons/Adwaita/cursors/link +0 -0
  769. data/vendor/local/share/icons/Adwaita/cursors/ll_angle +0 -0
  770. data/vendor/local/share/icons/Adwaita/cursors/lr_angle +0 -0
  771. data/vendor/local/share/icons/Adwaita/cursors/move +0 -0
  772. data/vendor/local/share/icons/Adwaita/cursors/n-resize +0 -0
  773. data/vendor/local/share/icons/Adwaita/cursors/ne-resize +0 -0
  774. data/vendor/local/share/icons/Adwaita/cursors/nesw-resize +0 -0
  775. data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
  776. data/vendor/local/share/icons/Adwaita/cursors/not-allowed +0 -0
  777. data/vendor/local/share/icons/Adwaita/cursors/ns-resize +0 -0
  778. data/vendor/local/share/icons/Adwaita/cursors/nw-resize +0 -0
  779. data/vendor/local/share/icons/Adwaita/cursors/nwse-resize +0 -0
  780. data/vendor/local/share/icons/Adwaita/cursors/pencil +0 -0
  781. data/vendor/local/share/icons/Adwaita/cursors/pirate +0 -0
  782. data/vendor/local/share/icons/Adwaita/cursors/plus +0 -0
  783. data/vendor/local/share/icons/Adwaita/cursors/pointer +0 -0
  784. data/vendor/local/share/icons/Adwaita/cursors/pointer-move +0 -0
  785. data/vendor/local/share/icons/Adwaita/cursors/progress +0 -0
  786. data/vendor/local/share/icons/Adwaita/cursors/question_arrow +0 -0
  787. data/vendor/local/share/icons/Adwaita/cursors/right_ptr +0 -0
  788. data/vendor/local/share/icons/Adwaita/cursors/right_side +0 -0
  789. data/vendor/local/share/icons/Adwaita/cursors/right_tee +0 -0
  790. data/vendor/local/share/icons/Adwaita/cursors/row-resize +0 -0
  791. data/vendor/local/share/icons/Adwaita/cursors/s-resize +0 -0
  792. data/vendor/local/share/icons/Adwaita/cursors/sb_down_arrow +0 -0
  793. data/vendor/local/share/icons/Adwaita/cursors/sb_h_double_arrow +0 -0
  794. data/vendor/local/share/icons/Adwaita/cursors/sb_left_arrow +0 -0
  795. data/vendor/local/share/icons/Adwaita/cursors/sb_right_arrow +0 -0
  796. data/vendor/local/share/icons/Adwaita/cursors/sb_up_arrow +0 -0
  797. data/vendor/local/share/icons/Adwaita/cursors/sb_v_double_arrow +0 -0
  798. data/vendor/local/share/icons/Adwaita/cursors/se-resize +0 -0
  799. data/vendor/local/share/icons/Adwaita/cursors/size_all +0 -0
  800. data/vendor/local/share/icons/Adwaita/cursors/size_bdiag +0 -0
  801. data/vendor/local/share/icons/Adwaita/cursors/size_fdiag +0 -0
  802. data/vendor/local/share/icons/Adwaita/cursors/size_hor +0 -0
  803. data/vendor/local/share/icons/Adwaita/cursors/size_ver +0 -0
  804. data/vendor/local/share/icons/Adwaita/cursors/sw-resize +0 -0
  805. data/vendor/local/share/icons/Adwaita/cursors/target +0 -0
  806. data/vendor/local/share/icons/Adwaita/cursors/tcross +0 -0
  807. data/vendor/local/share/icons/Adwaita/cursors/text +0 -0
  808. data/vendor/local/share/icons/Adwaita/cursors/top_left_arrow +0 -0
  809. data/vendor/local/share/icons/Adwaita/cursors/top_left_corner +0 -0
  810. data/vendor/local/share/icons/Adwaita/cursors/top_right_corner +0 -0
  811. data/vendor/local/share/icons/Adwaita/cursors/top_side +0 -0
  812. data/vendor/local/share/icons/Adwaita/cursors/top_tee +0 -0
  813. data/vendor/local/share/icons/Adwaita/cursors/ul_angle +0 -0
  814. data/vendor/local/share/icons/Adwaita/cursors/ur_angle +0 -0
  815. data/vendor/local/share/icons/Adwaita/cursors/v_double_arrow +0 -0
  816. data/vendor/local/share/icons/Adwaita/cursors/vertical-text +0 -0
  817. data/vendor/local/share/icons/Adwaita/cursors/w-resize +0 -0
  818. data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
  819. data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
  820. data/vendor/local/share/icons/Adwaita/cursors/xterm +0 -0
  821. data/vendor/local/share/icons/Adwaita/cursors/zoom-in +0 -0
  822. data/vendor/local/share/icons/Adwaita/cursors/zoom-out +0 -0
  823. data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
  824. data/vendor/local/share/icons/Adwaita/index.theme +0 -88
  825. data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +28 -16185
  826. data/vendor/local/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg +19 -14
  827. data/vendor/local/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg +19 -15
  828. data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +36 -0
  829. data/vendor/local/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg +21 -15
  830. data/vendor/local/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg +40 -14
  831. data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +10 -7
  832. data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-rtl-symbolic.svg → format-text-direction-symbolic-rtl.svg} +0 -0
  833. data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-ltr-symbolic.svg → format-text-direction-symbolic.svg} +0 -0
  834. data/vendor/local/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg +18 -14
  835. data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +20 -16
  836. data/vendor/local/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg +18 -17
  837. data/vendor/local/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg +43 -0
  838. data/vendor/local/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg +14 -15
  839. data/vendor/local/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg +12 -10
  840. data/vendor/local/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg +33 -0
  841. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +18 -16
  842. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg +20 -17
  843. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg +18 -16
  844. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg +19 -18
  845. data/vendor/local/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg +22 -15
  846. data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg +35 -0
  847. data/vendor/local/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg +32 -0
  848. data/vendor/local/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg +17 -22
  849. data/vendor/local/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg +12 -8
  850. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-consecutive-rtl-symbolic.svg → media-playlist-consecutive-symbolic-rtl.svg} +0 -0
  851. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-song-rtl-symbolic.svg → media-playlist-repeat-song-symbolic-rtl.svg} +0 -0
  852. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-rtl-symbolic.svg → media-playlist-repeat-symbolic-rtl.svg} +0 -0
  853. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-shuffle-rtl-symbolic.svg → media-playlist-shuffle-symbolic-rtl.svg} +0 -0
  854. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +23 -19
  855. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg +10 -8
  856. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg +21 -15
  857. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg +19 -17
  858. data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +14 -10
  859. data/vendor/local/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg +20 -17
  860. data/vendor/local/share/icons/Adwaita/scalable/status/{semi-starred-rtl-symbolic.svg → semi-starred-symbolic-rtl.svg} +0 -0
  861. data/vendor/local/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg +36 -0
  862. data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
  863. data/vendor/local/share/license/adwaita-icon-theme/AUTHORS +1 -0
  864. data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
  865. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
  866. data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
  867. data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
  868. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
  869. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
  870. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
  871. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
  872. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
  873. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
  874. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  875. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  876. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
  877. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
  878. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
  879. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
  880. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
  881. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
  882. data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
  883. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
  884. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
  885. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
  886. data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
  887. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
  888. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
  889. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
  890. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
  891. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
  892. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
  893. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
  894. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
  895. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
  896. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
  897. data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
  898. data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.mo +0 -0
  899. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
  900. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
  901. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
  902. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
  903. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
  904. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
  905. data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
  906. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
  907. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
  908. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
  909. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
  910. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
  911. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
  912. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
  913. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
  914. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
  915. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
  916. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
  917. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
  918. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
  919. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
  920. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
  921. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
  922. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
  923. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
  924. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
  925. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
  926. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
  927. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
  928. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
  929. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
  930. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
  931. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
  932. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
  933. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
  934. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
  935. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
  936. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
  937. data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
  938. data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30.mo +0 -0
  939. data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
  940. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
  941. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
  942. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
  943. data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
  944. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
  945. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
  946. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
  947. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
  948. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
  949. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  950. data/vendor/local/share/man/man1/gtk-builder-tool.1 +78 -0
  951. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  952. data/vendor/local/share/man/man1/gtk-launch.1 +7 -2
  953. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  954. data/vendor/local/share/man/man1/gtk-query-settings.1 +38 -0
  955. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  956. data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
  957. data/vendor/local/share/man/man1/gtk3-demo.1 +20 -2
  958. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +2 -2
  959. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  960. data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
  961. data/vendor/local/share/themes/Emacs/gtk-3.0/gtk-keys.css +7 -7
  962. metadata +141 -35
  963. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +0 -29
  964. data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +0 -1396
  965. data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +0 -9866
  966. data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +0 -32
  967. data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +0 -49
  968. data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +0 -34
  969. data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +0 -31
@@ -103,6 +103,19 @@ void gtk_popover_set_transitions_enabled (GtkPopover *popover,
103
103
  GDK_AVAILABLE_IN_3_16
104
104
  gboolean gtk_popover_get_transitions_enabled (GtkPopover *popover);
105
105
 
106
+ GDK_AVAILABLE_IN_3_18
107
+ void gtk_popover_set_default_widget (GtkPopover *popover,
108
+ GtkWidget *widget);
109
+ GDK_AVAILABLE_IN_3_18
110
+ GtkWidget * gtk_popover_get_default_widget (GtkPopover *popover);
111
+
112
+ GDK_AVAILABLE_IN_3_20
113
+ void gtk_popover_set_constrain_to (GtkPopover *popover,
114
+ GtkPopoverConstraint constraint);
115
+
116
+ GDK_AVAILABLE_IN_3_20
117
+ GtkPopoverConstraint gtk_popover_get_constrain_to (GtkPopover *popover);
118
+
106
119
  G_END_DECLS
107
120
 
108
121
  #endif /* __GTK_POPOVER_H__ */
@@ -81,7 +81,7 @@ typedef enum {
81
81
 
82
82
  /**
83
83
  * GtkPrintOperationResult:
84
- * @GTK_PRINT_OPERATION_RESULT_ERROR: An error has occured.
84
+ * @GTK_PRINT_OPERATION_RESULT_ERROR: An error has occurred.
85
85
  * @GTK_PRINT_OPERATION_RESULT_APPLY: The print settings should be stored.
86
86
  * @GTK_PRINT_OPERATION_RESULT_CANCEL: The print operation has been canceled,
87
87
  * the print settings should not be stored.
@@ -95,6 +95,10 @@ GDK_AVAILABLE_IN_ALL
95
95
  void gtk_radio_menu_item_set_group (GtkRadioMenuItem *radio_menu_item,
96
96
  GSList *group);
97
97
 
98
+ GDK_AVAILABLE_IN_3_18
99
+ void gtk_radio_menu_item_join_group (GtkRadioMenuItem *radio_menu_item,
100
+ GtkRadioMenuItem *group_source);
101
+
98
102
  G_END_DECLS
99
103
 
100
104
  #endif /* __GTK_RADIO_MENU_ITEM_H__ */
@@ -113,10 +113,10 @@ void gtk_range_set_slider_size_fixed (GtkRange *range
113
113
  GDK_AVAILABLE_IN_ALL
114
114
  gboolean gtk_range_get_slider_size_fixed (GtkRange *range);
115
115
 
116
- GDK_AVAILABLE_IN_ALL
116
+ GDK_DEPRECATED_IN_3_20
117
117
  void gtk_range_set_min_slider_size (GtkRange *range,
118
118
  gint min_size);
119
- GDK_AVAILABLE_IN_ALL
119
+ GDK_DEPRECATED_IN_3_20
120
120
  gint gtk_range_get_min_slider_size (GtkRange *range);
121
121
 
122
122
  GDK_AVAILABLE_IN_ALL
@@ -55,7 +55,7 @@ typedef struct _GtkRecentManagerPrivate GtkRecentManagerPrivate;
55
55
  * @app_name: the name of the application that is registering this recently
56
56
  * used resource;
57
57
  * @app_exec: command line used to launch this resource; may contain the
58
- * “%f” and “%u” escape characters which will be expanded
58
+ * “\%f” and “\%u” escape characters which will be expanded
59
59
  * to the resource file path and URI respectively when the command line
60
60
  * is retrieved;
61
61
  * @groups: (array zero-terminated=1): a vector of strings containing
@@ -59,6 +59,15 @@ void gtk_render_background (GtkStyleContext *context,
59
59
  gdouble y,
60
60
  gdouble width,
61
61
  gdouble height);
62
+
63
+ GDK_AVAILABLE_IN_3_20
64
+ void gtk_render_background_get_clip (GtkStyleContext *context,
65
+ gdouble x,
66
+ gdouble y,
67
+ gdouble width,
68
+ gdouble height,
69
+ GdkRectangle *out_clip);
70
+
62
71
  GDK_AVAILABLE_IN_ALL
63
72
  void gtk_render_frame (GtkStyleContext *context,
64
73
  cairo_t *cr,
@@ -140,6 +140,9 @@ void gtk_settings_set_double_property (GtkSettings *settings,
140
140
  gdouble v_double,
141
141
  const gchar *origin);
142
142
 
143
+ GDK_AVAILABLE_IN_3_20
144
+ void gtk_settings_reset_property (GtkSettings *settings,
145
+ const gchar *name);
143
146
 
144
147
  G_END_DECLS
145
148
 
@@ -0,0 +1,42 @@
1
+ /* gtkshortcutsgroupprivate.h
2
+ *
3
+ * Copyright (C) 2015 Christian Hergert <christian@hergert.me>
4
+ *
5
+ * This library is free software; you can redistribute it and/or
6
+ * modify it under the terms of the GNU Library General Public License as
7
+ * published by the Free Software Foundation; either version 2 of the
8
+ * License, or (at your option) any later version.
9
+ *
10
+ * This library is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
+ * Library General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU Library General Public
16
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
17
+ */
18
+
19
+ #ifndef __GTK_SHORTCUTS_GROUP_H__
20
+ #define __GTK_SHORTCUTS_GROUP_H__
21
+
22
+ #include <gtk/gtkbox.h>
23
+
24
+ G_BEGIN_DECLS
25
+
26
+ #define GTK_TYPE_SHORTCUTS_GROUP (gtk_shortcuts_group_get_type ())
27
+ #define GTK_SHORTCUTS_GROUP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_GROUP, GtkShortcutsGroup))
28
+ #define GTK_SHORTCUTS_GROUP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SHORTCUTS_GROUP, GtkShortcutsGroupClass))
29
+ #define GTK_IS_SHORTCUTS_GROUP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_GROUP))
30
+ #define GTK_IS_SHORTCUTS_GROUP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SHORTCUTS_GROUP))
31
+ #define GTK_SHORTCUTS_GROUP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SHORTCUTS_GROUP, GtkShortcutsGroupClass))
32
+
33
+
34
+ typedef struct _GtkShortcutsGroup GtkShortcutsGroup;
35
+ typedef struct _GtkShortcutsGroupClass GtkShortcutsGroupClass;
36
+
37
+ GDK_AVAILABLE_IN_3_20
38
+ GType gtk_shortcuts_group_get_type (void) G_GNUC_CONST;
39
+
40
+ G_END_DECLS
41
+
42
+ #endif /* __GTK_SHORTCUTS_GROUP_H__ */
@@ -0,0 +1,43 @@
1
+ /* gtkshortcutssection.h
2
+ *
3
+ * Copyright (C) 2015 Christian Hergert <christian@hergert.me>
4
+ *
5
+ * This library is free software; you can redistribute it and/or
6
+ * modify it under the terms of the GNU Library General Public License as
7
+ * published by the Free Software Foundation; either version 2 of the
8
+ * License, or (at your option) any later version.
9
+ *
10
+ * This library is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
+ * Library General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU Library General Public
16
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
17
+ */
18
+
19
+ #ifndef __GTK_SHORTCUTS_SECTION_H__
20
+ #define __GTK_SHORTCUTS_SECTION_H__
21
+
22
+ #include <gtk/gtkbox.h>
23
+ #include <gtk/gtkshortcutsgroup.h>
24
+
25
+ G_BEGIN_DECLS
26
+
27
+ #define GTK_TYPE_SHORTCUTS_SECTION (gtk_shortcuts_section_get_type ())
28
+ #define GTK_SHORTCUTS_SECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_SECTION, GtkShortcutsSection))
29
+ #define GTK_SHORTCUTS_SECTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SHORTCUTS_SECTION, GtkShortcutsSectionClass))
30
+ #define GTK_IS_SHORTCUTS_SECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_SECTION))
31
+ #define GTK_IS_SHORTCUTS_SECTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SHORTCUTS_SECTION))
32
+ #define GTK_SHORTCUTS_SECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SHORTCUTS_SECTION, GtkShortcutsSectionClass))
33
+
34
+
35
+ typedef struct _GtkShortcutsSection GtkShortcutsSection;
36
+ typedef struct _GtkShortcutsSectionClass GtkShortcutsSectionClass;
37
+
38
+ GDK_AVAILABLE_IN_3_20
39
+ GType gtk_shortcuts_section_get_type (void) G_GNUC_CONST;
40
+
41
+ G_END_DECLS
42
+
43
+ #endif /* __GTK_SHORTCUTS_SECTION_H__ */
@@ -0,0 +1,79 @@
1
+ /* gtkshortcutsshortcutprivate.h
2
+ *
3
+ * Copyright (C) 2015 Christian Hergert <christian@hergert.me>
4
+ *
5
+ * This library is free software; you can redistribute it and/or
6
+ * modify it under the terms of the GNU Library General Public License as
7
+ * published by the Free Software Foundation; either version 2 of the
8
+ * License, or (at your option) any later version.
9
+ *
10
+ * This library is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
+ * Library General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU Library General Public
16
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
17
+ */
18
+
19
+ #ifndef GTK_SHORTCUTS_SHORTCUT_H
20
+ #define GTK_SHORTCUTS_SHORTCUT_H
21
+
22
+ #include <gtk/gtk.h>
23
+
24
+ G_BEGIN_DECLS
25
+
26
+ #define GTK_TYPE_SHORTCUTS_SHORTCUT (gtk_shortcuts_shortcut_get_type())
27
+ #define GTK_SHORTCUTS_SHORTCUT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_SHORTCUT, GtkShortcutsShortcut))
28
+ #define GTK_SHORTCUTS_SHORTCUT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SHORTCUTS_SHORTCUT, GtkShortcutsShortcutClass))
29
+ #define GTK_IS_SHORTCUTS_SHORTCUT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_SHORTCUT))
30
+ #define GTK_IS_SHORTCUTS_SHORTCUT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SHORTCUTS_SHORTCUT))
31
+ #define GTK_SHORTCUTS_SHORTCUT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SHORTCUTS_SHORTCUT, GtkShortcutsShortcutClass))
32
+
33
+
34
+ typedef struct _GtkShortcutsShortcut GtkShortcutsShortcut;
35
+ typedef struct _GtkShortcutsShortcutClass GtkShortcutsShortcutClass;
36
+
37
+ /**
38
+ * GtkShortcutType:
39
+ * @GTK_SHORTCUT_ACCELERATOR:
40
+ * The shortcut is a keyboard accelerator. The #GtkShortcutsShortcut:accelerator
41
+ * property will be used.
42
+ * @GTK_SHORTCUT_GESTURE_PINCH:
43
+ * The shortcut is a pinch gesture. GTK+ provides and icon and subtitle.
44
+ * @GTK_SHORTCUT_GESTURE_STRETCH:
45
+ * The shortcut is a stretch gesture. GTK+ provides and icon and subtitle.
46
+ * @GTK_SHORTCUT_GESTURE_ROTATE_CLOCKWISE:
47
+ * The shortcut is a clockwise rotation gesture. GTK+ provides and icon and subtitle.
48
+ * @GTK_SHORTCUT_GESTURE_ROTATE_COUNTERCLOCKWISE:
49
+ * The shortcut is a counterclockwise rotation gesture. GTK+ provides and icon and subtitle.
50
+ * @GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_LEFT:
51
+ * The shortcut is a two-finger swipe gesture. GTK+ provides and icon and subtitle.
52
+ * @GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_RIGHT:
53
+ * The shortcut is a two-finger swipe gesture. GTK+ provides and icon and subtitle.
54
+ * @GTK_SHORTCUT_GESTURE:
55
+ * The shortcut is a gesture. The #GtkShortcutsShortcut:icon property will be
56
+ * used.
57
+ *
58
+ * GtkShortcutType specifies the kind of shortcut that is being described.
59
+ * More values may be added to this enumeration over time.
60
+ *
61
+ * Since: 3.20
62
+ */
63
+ typedef enum {
64
+ GTK_SHORTCUT_ACCELERATOR,
65
+ GTK_SHORTCUT_GESTURE_PINCH,
66
+ GTK_SHORTCUT_GESTURE_STRETCH,
67
+ GTK_SHORTCUT_GESTURE_ROTATE_CLOCKWISE,
68
+ GTK_SHORTCUT_GESTURE_ROTATE_COUNTERCLOCKWISE,
69
+ GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_LEFT,
70
+ GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_RIGHT,
71
+ GTK_SHORTCUT_GESTURE
72
+ } GtkShortcutType;
73
+
74
+ GDK_AVAILABLE_IN_3_20
75
+ GType gtk_shortcuts_shortcut_get_type (void) G_GNUC_CONST;
76
+
77
+ G_END_DECLS
78
+
79
+ #endif /* GTK_SHORTCUTS_SHORTCUT_H */
@@ -0,0 +1,58 @@
1
+ /* gtkshortcutswindow.h
2
+ *
3
+ * Copyright (C) 2015 Christian Hergert <christian@hergert.me>
4
+ *
5
+ * This library is free software; you can redistribute it and/or
6
+ * modify it under the terms of the GNU Library General Public License as
7
+ * published by the Free Software Foundation; either version 2 of the
8
+ * License, or (at your option) any later version.
9
+ *
10
+ * This library is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
+ * Library General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU Library General Public
16
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
17
+ */
18
+
19
+ #ifndef __GTK_SHORTCUTS_WINDOW_H__
20
+ #define __GTK_SHORTCUTS_WINDOW_H__
21
+
22
+ #include <gtk/gtkwindow.h>
23
+
24
+ G_BEGIN_DECLS
25
+
26
+ #define GTK_TYPE_SHORTCUTS_WINDOW (gtk_shortcuts_window_get_type ())
27
+ #define GTK_SHORTCUTS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_WINDOW, GtkShortcutsWindow))
28
+ #define GTK_SHORTCUTS_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SHORTCUTS_WINDOW, GtkShortcutsWindowClass))
29
+ #define GTK_IS_SHORTCUTS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_WINDOW))
30
+ #define GTK_IS_SHORTCUTS_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SHORTCUTS_WINDOW))
31
+ #define GTK_SHORTCUTS_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SHORTCUTS_WINDOW, GtkShortcutsWindowClass))
32
+
33
+
34
+ typedef struct _GtkShortcutsWindow GtkShortcutsWindow;
35
+ typedef struct _GtkShortcutsWindowClass GtkShortcutsWindowClass;
36
+
37
+
38
+ struct _GtkShortcutsWindow
39
+ {
40
+ GtkWindow window;
41
+ };
42
+
43
+ struct _GtkShortcutsWindowClass
44
+ {
45
+ GtkWindowClass parent_class;
46
+
47
+ void (*close) (GtkShortcutsWindow *self);
48
+ void (*search) (GtkShortcutsWindow *self);
49
+ };
50
+
51
+ GDK_AVAILABLE_IN_3_20
52
+ GType gtk_shortcuts_window_get_type (void) G_GNUC_CONST;
53
+
54
+ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkShortcutsWindow, g_object_unref)
55
+
56
+ G_END_DECLS
57
+
58
+ #endif /* GTK_SHORTCUTS_WINDOW _H */
@@ -130,7 +130,11 @@ GDK_AVAILABLE_IN_3_10
130
130
  GtkStackTransitionType gtk_stack_get_transition_type (GtkStack *stack);
131
131
  GDK_AVAILABLE_IN_3_12
132
132
  gboolean gtk_stack_get_transition_running (GtkStack *stack);
133
-
133
+ GDK_AVAILABLE_IN_3_18
134
+ void gtk_stack_set_interpolate_size (GtkStack *stack,
135
+ gboolean interpolate_size);
136
+ GDK_AVAILABLE_IN_3_18
137
+ gboolean gtk_stack_get_interpolate_size (GtkStack *stack);
134
138
  G_END_DECLS
135
139
 
136
140
  #endif
@@ -152,8 +152,7 @@ struct _GtkStyleContextClass
152
152
  *
153
153
  * A CSS class to match content rendered in cell views.
154
154
  *
155
- * This is used by cell renderers, e.g. in #GtkIconView
156
- * and #GtkTreeView.
155
+ * Refer to individual widget documentation for used style classes.
157
156
  */
158
157
  #define GTK_STYLE_CLASS_CELL "cell"
159
158
 
@@ -162,8 +161,7 @@ struct _GtkStyleContextClass
162
161
  *
163
162
  * A CSS class to match dimmed labels.
164
163
  *
165
- * This should be used for toning down right aligned labels as
166
- * compared to the entry value.
164
+ * Refer to individual widget documentation for used style classes.
167
165
  */
168
166
  #define GTK_STYLE_CLASS_DIM_LABEL "dim-label"
169
167
 
@@ -172,7 +170,7 @@ struct _GtkStyleContextClass
172
170
  *
173
171
  * A CSS class to match text entries.
174
172
  *
175
- * This is used by #GtkEntry.
173
+ * Refer to individual widget documentation for used style classes.
176
174
  */
177
175
  #define GTK_STYLE_CLASS_ENTRY "entry"
178
176
 
@@ -181,7 +179,7 @@ struct _GtkStyleContextClass
181
179
  *
182
180
  * A CSS class to match labels.
183
181
  *
184
- * This is used by #GtkLabel.
182
+ * Refer to individual widget documentation for used style classes.
185
183
  *
186
184
  * Since: 3.16
187
185
  */
@@ -192,7 +190,7 @@ struct _GtkStyleContextClass
192
190
  *
193
191
  * A CSS class to match combobox entries.
194
192
  *
195
- * This is used by #GtkComboBox.
193
+ * Refer to individual widget documentation for used style classes.
196
194
  */
197
195
  #define GTK_STYLE_CLASS_COMBOBOX_ENTRY "combobox-entry"
198
196
 
@@ -201,9 +199,7 @@ struct _GtkStyleContextClass
201
199
  *
202
200
  * A CSS class to match buttons.
203
201
  *
204
- * This is used by #GtkButton and its subclasses, as well
205
- * as various other widget pieces that appear like buttons,
206
- * e.g. the arrows in a #GtkCalendar.
202
+ * Refer to individual widget documentation for used style classes.
207
203
  */
208
204
  #define GTK_STYLE_CLASS_BUTTON "button"
209
205
 
@@ -212,7 +208,7 @@ struct _GtkStyleContextClass
212
208
  *
213
209
  * A CSS class to match lists.
214
210
  *
215
- * This is used by #GtkListBox.
211
+ * Refer to individual widget documentation for used style classes.
216
212
  */
217
213
  #define GTK_STYLE_CLASS_LIST "list"
218
214
 
@@ -221,7 +217,7 @@ struct _GtkStyleContextClass
221
217
  *
222
218
  * A CSS class to match list rowss.
223
219
  *
224
- * This is used by #GtkListBoxRow.
220
+ * Refer to individual widget documentation for used style classes.
225
221
  */
226
222
  #define GTK_STYLE_CLASS_LIST_ROW "list-row"
227
223
 
@@ -230,7 +226,7 @@ struct _GtkStyleContextClass
230
226
  *
231
227
  * A CSS class to match calendars.
232
228
  *
233
- * This is not used by GTK+ itself, currently.
229
+ * Refer to individual widget documentation for used style classes.
234
230
  */
235
231
  #define GTK_STYLE_CLASS_CALENDAR "calendar"
236
232
 
@@ -239,7 +235,7 @@ struct _GtkStyleContextClass
239
235
  *
240
236
  * A CSS class to match sliders.
241
237
  *
242
- * This is used by #GtkSwitch and #GtkRange and its subclasses.
238
+ * Refer to individual widget documentation for used style classes.
243
239
  */
244
240
  #define GTK_STYLE_CLASS_SLIDER "slider"
245
241
 
@@ -247,6 +243,8 @@ struct _GtkStyleContextClass
247
243
  * GTK_STYLE_CLASS_BACKGROUND:
248
244
  *
249
245
  * A CSS class to match the window background.
246
+ *
247
+ * Refer to individual widget documentation for used style classes.
250
248
  */
251
249
  #define GTK_STYLE_CLASS_BACKGROUND "background"
252
250
 
@@ -255,15 +253,16 @@ struct _GtkStyleContextClass
255
253
  *
256
254
  * A CSS class to match the rubberband selection rectangle.
257
255
  *
258
- * This is used in #GtkIconView and #GtkTreeView.
256
+ * Refer to individual widget documentation for used style classes.
259
257
  */
260
258
  #define GTK_STYLE_CLASS_RUBBERBAND "rubberband"
261
259
 
262
260
  /**
263
261
  * GTK_STYLE_CLASS_CSD:
264
262
  *
265
- * A CSS class that gets added to windows which have
266
- * client-side decorations.
263
+ * A CSS class that gets added to windows which have client-side decorations.
264
+ *
265
+ * Refer to individual widget documentation for used style classes.
267
266
  *
268
267
  * Since: 3.14
269
268
  */
@@ -273,6 +272,8 @@ struct _GtkStyleContextClass
273
272
  * GTK_STYLE_CLASS_TOOLTIP:
274
273
  *
275
274
  * A CSS class to match tooltip windows.
275
+ *
276
+ * Refer to individual widget documentation for used style classes.
276
277
  */
277
278
  #define GTK_STYLE_CLASS_TOOLTIP "tooltip"
278
279
 
@@ -281,7 +282,7 @@ struct _GtkStyleContextClass
281
282
  *
282
283
  * A CSS class to match menus.
283
284
  *
284
- * This is used in #GtkMenu.
285
+ * Refer to individual widget documentation for used style classes.
285
286
  */
286
287
  #define GTK_STYLE_CLASS_MENU "menu"
287
288
 
@@ -290,9 +291,7 @@ struct _GtkStyleContextClass
290
291
  *
291
292
  * A CSS class to match context menus.
292
293
  *
293
- * This style class is useful when you want to prevent
294
- * a context menu from inheriting e.g. font changes from
295
- * the widget it is attached to.
294
+ * Refer to individual widget documentation for used style classes.
296
295
  */
297
296
  #define GTK_STYLE_CLASS_CONTEXT_MENU "context-menu"
298
297
 
@@ -302,6 +301,8 @@ struct _GtkStyleContextClass
302
301
  * A CSS class for touch selection popups on entries
303
302
  * and text views.
304
303
  *
304
+ * Refer to individual widget documentation for used style classes.
305
+ *
305
306
  * Since: 3.16
306
307
  */
307
308
  #define GTK_STYLE_CLASS_TOUCH_SELECTION "touch-selection"
@@ -311,7 +312,7 @@ struct _GtkStyleContextClass
311
312
  *
312
313
  * A CSS class to menubars.
313
314
  *
314
- * This is used in #GtkMenuBar.
315
+ * Refer to individual widget documentation for used style classes.
315
316
  */
316
317
  #define GTK_STYLE_CLASS_MENUBAR "menubar"
317
318
 
@@ -320,7 +321,7 @@ struct _GtkStyleContextClass
320
321
  *
321
322
  * A CSS class to match menu items.
322
323
  *
323
- * This is used in #GtkMenuItem and its subclasses.
324
+ * Refer to individual widget documentation for used style classes.
324
325
  */
325
326
  #define GTK_STYLE_CLASS_MENUITEM "menuitem"
326
327
 
@@ -329,7 +330,7 @@ struct _GtkStyleContextClass
329
330
  *
330
331
  * A CSS class to match toolbars.
331
332
  *
332
- * This is used in #GtkToolbar.
333
+ * Refer to individual widget documentation for used style classes.
333
334
  */
334
335
  #define GTK_STYLE_CLASS_TOOLBAR "toolbar"
335
336
 
@@ -338,8 +339,7 @@ struct _GtkStyleContextClass
338
339
  *
339
340
  * A CSS class to match primary toolbars.
340
341
  *
341
- * This should be used for the “main” toolbar of an application,
342
- * right below its menubar.
342
+ * Refer to individual widget documentation for used style classes.
343
343
  */
344
344
  #define GTK_STYLE_CLASS_PRIMARY_TOOLBAR "primary-toolbar"
345
345
 
@@ -348,9 +348,7 @@ struct _GtkStyleContextClass
348
348
  *
349
349
  * A CSS class to match inline toolbars.
350
350
  *
351
- * This should be used for toolbars that are used to hold
352
- * actions below lists, as seen e.g. in the left pane of the
353
- * file chooser.
351
+ * Refer to individual widget documentation for used style classes.
354
352
  */
355
353
  #define GTK_STYLE_CLASS_INLINE_TOOLBAR "inline-toolbar"
356
354
 
@@ -359,7 +357,7 @@ struct _GtkStyleContextClass
359
357
  *
360
358
  * A CSS class to match statusbars.
361
359
  *
362
- * This is used in #GtkStatusbar.
360
+ * Refer to individual widget documentation for used style classes.
363
361
  *
364
362
  * Since: 3.16
365
363
  */
@@ -370,8 +368,7 @@ struct _GtkStyleContextClass
370
368
  *
371
369
  * A CSS class to match radio buttons.
372
370
  *
373
- * This is used in #GtkRadioButton, #GtkRadioMenuItem and
374
- * #GtkCellRendererToggle.
371
+ * Refer to individual widget documentation for used style classes.
375
372
  */
376
373
  #define GTK_STYLE_CLASS_RADIO "radio"
377
374
 
@@ -380,8 +377,7 @@ struct _GtkStyleContextClass
380
377
  *
381
378
  * A CSS class to match check boxes.
382
379
  *
383
- * This is used in #GtkCheckButton, #GtkCheckMenuItem and
384
- * #GtkCellRendererToggle.
380
+ * Refer to individual widget documentation for used style classes.
385
381
  */
386
382
  #define GTK_STYLE_CLASS_CHECK "check"
387
383
 
@@ -390,7 +386,7 @@ struct _GtkStyleContextClass
390
386
  *
391
387
  * A CSS class to match the default widget.
392
388
  *
393
- * This is used by #GtkButton.
389
+ * Refer to individual widget documentation for used style classes.
394
390
  */
395
391
  #define GTK_STYLE_CLASS_DEFAULT "default"
396
392
 
@@ -399,8 +395,7 @@ struct _GtkStyleContextClass
399
395
  *
400
396
  * A CSS class to match troughs, as in scrollbars and progressbars.
401
397
  *
402
- * This is used in #GtkRange and its subclasses, #GtkProgressBar
403
- * and #GtkSwitch.
398
+ * Refer to individual widget documentation for used style classes.
404
399
  */
405
400
  #define GTK_STYLE_CLASS_TROUGH "trough"
406
401
 
@@ -408,6 +403,8 @@ struct _GtkStyleContextClass
408
403
  * GTK_STYLE_CLASS_SCROLLBAR:
409
404
  *
410
405
  * A CSS class to match scrollbars.
406
+ *
407
+ * Refer to individual widget documentation for used style classes.
411
408
  */
412
409
  #define GTK_STYLE_CLASS_SCROLLBAR "scrollbar"
413
410
 
@@ -416,8 +413,8 @@ struct _GtkStyleContextClass
416
413
  *
417
414
  * A CSS class to match the junction area between an horizontal
418
415
  * and vertical scrollbar, when they’re both shown.
419
- *
420
- * This is used in #GtkScrolledWindow.
416
+ *
417
+ * Refer to individual widget documentation for used style classes.
421
418
  */
422
419
  #define GTK_STYLE_CLASS_SCROLLBARS_JUNCTION "scrollbars-junction"
423
420
 
@@ -426,7 +423,7 @@ struct _GtkStyleContextClass
426
423
  *
427
424
  * A CSS class to match scale widgets.
428
425
  *
429
- * This is used in #GtkScale.
426
+ * Refer to individual widget documentation for used style classes.
430
427
  */
431
428
  #define GTK_STYLE_CLASS_SCALE "scale"
432
429
 
@@ -436,6 +433,8 @@ struct _GtkStyleContextClass
436
433
  * A CSS class to match scale widgets with marks attached,
437
434
  * all the marks are above for horizontal #GtkScale.
438
435
  * left for vertical #GtkScale.
436
+ *
437
+ * Refer to individual widget documentation for used style classes.
439
438
  */
440
439
  #define GTK_STYLE_CLASS_SCALE_HAS_MARKS_ABOVE "scale-has-marks-above"
441
440
 
@@ -445,6 +444,8 @@ struct _GtkStyleContextClass
445
444
  * A CSS class to match scale widgets with marks attached,
446
445
  * all the marks are below for horizontal #GtkScale,
447
446
  * right for vertical #GtkScale.
447
+ *
448
+ * Refer to individual widget documentation for used style classes.
448
449
  */
449
450
  #define GTK_STYLE_CLASS_SCALE_HAS_MARKS_BELOW "scale-has-marks-below"
450
451
 
@@ -453,7 +454,7 @@ struct _GtkStyleContextClass
453
454
  *
454
455
  * A CSS class to match a header element.
455
456
  *
456
- * This is used for the header in #GtkCalendar.
457
+ * Refer to individual widget documentation for used style classes.
457
458
  */
458
459
  #define GTK_STYLE_CLASS_HEADER "header"
459
460
 
@@ -462,7 +463,7 @@ struct _GtkStyleContextClass
462
463
  *
463
464
  * A CSS class to match an accelerator.
464
465
  *
465
- * This is used for the accelerator in #GtkAccelLabel.
466
+ * Refer to individual widget documentation for used style classes.
466
467
  */
467
468
  #define GTK_STYLE_CLASS_ACCELERATOR "accelerator"
468
469
 
@@ -472,7 +473,7 @@ struct _GtkStyleContextClass
472
473
  * A CSS class to match a raised control, such as a raised
473
474
  * button on a toolbar.
474
475
  *
475
- * This should be used in conjunction with #GTK_STYLE_CLASS_PRIMARY_TOOLBAR.
476
+ * Refer to individual widget documentation for used style classes.
476
477
  */
477
478
  #define GTK_STYLE_CLASS_RAISED "raised"
478
479
 
@@ -481,6 +482,8 @@ struct _GtkStyleContextClass
481
482
  *
482
483
  * A CSS class to match a linked area, such as a box containing buttons
483
484
  * belonging to the same control.
485
+ *
486
+ * Refer to individual widget documentation for used style classes.
484
487
  */
485
488
  #define GTK_STYLE_CLASS_LINKED "linked"
486
489
 
@@ -489,7 +492,7 @@ struct _GtkStyleContextClass
489
492
  *
490
493
  * A CSS class defining a resize grip.
491
494
  *
492
- * This is used for the resize grip in #GtkWindow.
495
+ * Refer to individual widget documentation for used style classes.
493
496
  */
494
497
  #define GTK_STYLE_CLASS_GRIP "grip"
495
498
 
@@ -498,7 +501,7 @@ struct _GtkStyleContextClass
498
501
  *
499
502
  * A CSS class defining a dock area.
500
503
  *
501
- * This is used by #GtkHandleBox.
504
+ * Refer to individual widget documentation for used style classes.
502
505
  */
503
506
  #define GTK_STYLE_CLASS_DOCK "dock"
504
507
 
@@ -507,8 +510,7 @@ struct _GtkStyleContextClass
507
510
  *
508
511
  * A CSS class to use when rendering activity as a progressbar.
509
512
  *
510
- * This is used in #GtkProgressBar and when drawing progress
511
- * inside a #GtkEntry or in #GtkCellRendererProgress.
513
+ * Refer to individual widget documentation for used style classes.
512
514
  */
513
515
  #define GTK_STYLE_CLASS_PROGRESSBAR "progressbar"
514
516
 
@@ -517,7 +519,7 @@ struct _GtkStyleContextClass
517
519
  *
518
520
  * A CSS class to use when rendering activity as a “spinner”.
519
521
  *
520
- * This is used by #GtkSpinner and #GtkCellRendererSpinner.
522
+ * Refer to individual widget documentation for used style classes.
521
523
  */
522
524
  #define GTK_STYLE_CLASS_SPINNER "spinner"
523
525
 
@@ -526,7 +528,7 @@ struct _GtkStyleContextClass
526
528
  *
527
529
  * A CSS class defining marks in a widget, such as in scales.
528
530
  *
529
- * Used in #GtkScale.
531
+ * Refer to individual widget documentation for used style classes.
530
532
  */
531
533
  #define GTK_STYLE_CLASS_MARK "mark"
532
534
 
@@ -535,8 +537,7 @@ struct _GtkStyleContextClass
535
537
  *
536
538
  * A CSS class defining an expander, such as those in treeviews.
537
539
  *
538
- * Used for drawing expanders in #GtkTreeView, GtkExpander and
539
- * #GtkToolItemGroup.
540
+ * Refer to individual widget documentation for used style classes.
540
541
  */
541
542
  #define GTK_STYLE_CLASS_EXPANDER "expander"
542
543
 
@@ -545,7 +546,7 @@ struct _GtkStyleContextClass
545
546
  *
546
547
  * A CSS class defining an spinbutton.
547
548
  *
548
- * This is used in #GtkSpinButton.
549
+ * Refer to individual widget documentation for used style classes.
549
550
  */
550
551
  #define GTK_STYLE_CLASS_SPINBUTTON "spinbutton"
551
552
 
@@ -554,7 +555,7 @@ struct _GtkStyleContextClass
554
555
  *
555
556
  * A CSS class defining a notebook.
556
557
  *
557
- * Used in #GtkNotebook.
558
+ * Refer to individual widget documentation for used style classes.
558
559
  */
559
560
  #define GTK_STYLE_CLASS_NOTEBOOK "notebook"
560
561
 
@@ -563,8 +564,7 @@ struct _GtkStyleContextClass
563
564
  *
564
565
  * A CSS class defining a view, such as iconviews or treeviews.
565
566
  *
566
- * This is used in #GtkTreeView, #GtkIconView, #GtkTextView,
567
- * as well as #GtkCalendar.
567
+ * Refer to individual widget documentation for used style classes.
568
568
  */
569
569
  #define GTK_STYLE_CLASS_VIEW "view"
570
570
 
@@ -574,7 +574,7 @@ struct _GtkStyleContextClass
574
574
  * A CSS class defining a sidebar, such as the left side in
575
575
  * a file chooser.
576
576
  *
577
- * This is used in #GtkFileChooser and in #GtkAssistant.
577
+ * Refer to individual widget documentation for used style classes.
578
578
  */
579
579
  #define GTK_STYLE_CLASS_SIDEBAR "sidebar"
580
580
 
@@ -583,7 +583,7 @@ struct _GtkStyleContextClass
583
583
  *
584
584
  * A CSS class defining an image, such as the icon in an entry.
585
585
  *
586
- * This is used when rendering icons in #GtkEntry.
586
+ * Refer to individual widget documentation for used style classes.
587
587
  */
588
588
  #define GTK_STYLE_CLASS_IMAGE "image"
589
589
 
@@ -593,7 +593,7 @@ struct _GtkStyleContextClass
593
593
  * A CSS class defining a highlighted area, such as headings in
594
594
  * assistants and calendars.
595
595
  *
596
- * This is used in #GtkAssistant and #GtkCalendar.
596
+ * Refer to individual widget documentation for used style classes.
597
597
  */
598
598
  #define GTK_STYLE_CLASS_HIGHLIGHT "highlight"
599
599
 
@@ -604,7 +604,7 @@ struct _GtkStyleContextClass
604
604
  * #GtkFrame or the scrolled window frame around the
605
605
  * scrollable area.
606
606
  *
607
- * This is used in #GtkFrame and #GtkScrollbar.
607
+ * Refer to individual widget documentation for used style classes.
608
608
  */
609
609
  #define GTK_STYLE_CLASS_FRAME "frame"
610
610
 
@@ -613,8 +613,7 @@ struct _GtkStyleContextClass
613
613
  *
614
614
  * A CSS class for a drag-and-drop indicator.
615
615
  *
616
- * This is used when drawing an outline around a potential
617
- * drop target during DND.
616
+ * Refer to individual widget documentation for used style classes.
618
617
  */
619
618
  #define GTK_STYLE_CLASS_DND "dnd"
620
619
 
@@ -623,7 +622,7 @@ struct _GtkStyleContextClass
623
622
  *
624
623
  * A CSS class for a pane separator, such as those in #GtkPaned.
625
624
  *
626
- * Used in #GtkPaned.
625
+ * Refer to individual widget documentation for used style classes.
627
626
  */
628
627
  #define GTK_STYLE_CLASS_PANE_SEPARATOR "pane-separator"
629
628
 
@@ -632,8 +631,7 @@ struct _GtkStyleContextClass
632
631
  *
633
632
  * A CSS class for a separator.
634
633
  *
635
- * This is used in #GtkSeparator, #GtkSeparatorMenuItem,
636
- * #GtkSeparatorToolItem, and when drawing separators in #GtkTreeView.
634
+ * Refer to individual widget documentation for used style classes.
637
635
  */
638
636
  #define GTK_STYLE_CLASS_SEPARATOR "separator"
639
637
 
@@ -643,7 +641,7 @@ struct _GtkStyleContextClass
643
641
  * A CSS class for an area displaying an informational message,
644
642
  * such as those in infobars.
645
643
  *
646
- * This is used by #GtkInfoBar.
644
+ * Refer to individual widget documentation for used style classes.
647
645
  */
648
646
  #define GTK_STYLE_CLASS_INFO "info"
649
647
 
@@ -653,7 +651,7 @@ struct _GtkStyleContextClass
653
651
  * A CSS class for an area displaying a warning message,
654
652
  * such as those in infobars.
655
653
  *
656
- * This is used by #GtkInfoBar.
654
+ * Refer to individual widget documentation for used style classes.
657
655
  */
658
656
  #define GTK_STYLE_CLASS_WARNING "warning"
659
657
 
@@ -663,7 +661,7 @@ struct _GtkStyleContextClass
663
661
  * A CSS class for an area displaying a question to the user,
664
662
  * such as those in infobars.
665
663
  *
666
- * This is used by #GtkInfoBar.
664
+ * Refer to individual widget documentation for used style classes.
667
665
  */
668
666
  #define GTK_STYLE_CLASS_QUESTION "question"
669
667
 
@@ -673,7 +671,7 @@ struct _GtkStyleContextClass
673
671
  * A CSS class for an area displaying an error message,
674
672
  * such as those in infobars.
675
673
  *
676
- * This is used by #GtkInfoBar.
674
+ * Refer to individual widget documentation for used style classes.
677
675
  */
678
676
  #define GTK_STYLE_CLASS_ERROR "error"
679
677
 
@@ -682,7 +680,7 @@ struct _GtkStyleContextClass
682
680
  *
683
681
  * A CSS class for horizontally layered widgets.
684
682
  *
685
- * This is used by widgets implementing #GtkOrientable.
683
+ * Refer to individual widget documentation for used style classes.
686
684
  */
687
685
  #define GTK_STYLE_CLASS_HORIZONTAL "horizontal"
688
686
 
@@ -691,7 +689,7 @@ struct _GtkStyleContextClass
691
689
  *
692
690
  * A CSS class for vertically layered widgets.
693
691
  *
694
- * This is used by widgets implementing #GtkOrientable.
692
+ * Refer to individual widget documentation for used style classes.
695
693
  */
696
694
  #define GTK_STYLE_CLASS_VERTICAL "vertical"
697
695
 
@@ -700,8 +698,7 @@ struct _GtkStyleContextClass
700
698
  *
701
699
  * A CSS class to indicate an area at the top of a widget.
702
700
  *
703
- * This is used by widgets that can render an area in different
704
- * positions, such as tabs in a #GtkNotebook.
701
+ * Refer to individual widget documentation for used style classes.
705
702
  */
706
703
  #define GTK_STYLE_CLASS_TOP "top"
707
704
 
@@ -710,8 +707,7 @@ struct _GtkStyleContextClass
710
707
  *
711
708
  * A CSS class to indicate an area at the bottom of a widget.
712
709
  *
713
- * This is used by widgets that can render an area in different
714
- * positions, such as tabs in a #GtkNotebook.
710
+ * Refer to individual widget documentation for used style classes.
715
711
  */
716
712
  #define GTK_STYLE_CLASS_BOTTOM "bottom"
717
713
 
@@ -720,8 +716,7 @@ struct _GtkStyleContextClass
720
716
  *
721
717
  * A CSS class to indicate an area at the left of a widget.
722
718
  *
723
- * This is used by widgets that can render an area in different
724
- * positions, such as tabs in a #GtkNotebook.
719
+ * Refer to individual widget documentation for used style classes.
725
720
  */
726
721
  #define GTK_STYLE_CLASS_LEFT "left"
727
722
 
@@ -730,8 +725,7 @@ struct _GtkStyleContextClass
730
725
  *
731
726
  * A CSS class to indicate an area at the right of a widget.
732
727
  *
733
- * This is used by widgets that can render an area in different
734
- * positions, such as tabs in a #GtkNotebook.
728
+ * Refer to individual widget documentation for used style classes.
735
729
  */
736
730
  #define GTK_STYLE_CLASS_RIGHT "right"
737
731
 
@@ -740,7 +734,7 @@ struct _GtkStyleContextClass
740
734
  *
741
735
  * A CSS class to use when rendering a pulse in an indeterminate progress bar.
742
736
  *
743
- * This is used by #GtkProgressBar and #GtkEntry.
737
+ * Refer to individual widget documentation for used style classes.
744
738
  */
745
739
  #define GTK_STYLE_CLASS_PULSE "pulse"
746
740
 
@@ -749,8 +743,7 @@ struct _GtkStyleContextClass
749
743
  *
750
744
  * A CSS class used when rendering an arrow element.
751
745
  *
752
- * Note that #gtk_render_arrow automatically adds this style class
753
- * to the style context when rendering an arrow element.
746
+ * Refer to individual widget documentation for used style classes.
754
747
  */
755
748
  #define GTK_STYLE_CLASS_ARROW "arrow"
756
749
 
@@ -759,6 +752,8 @@ struct _GtkStyleContextClass
759
752
  *
760
753
  * A CSS class used when rendering an OSD (On Screen Display) element,
761
754
  * on top of another container.
755
+ *
756
+ * Refer to individual widget documentation for used style classes.
762
757
  */
763
758
  #define GTK_STYLE_CLASS_OSD "osd"
764
759
 
@@ -768,7 +763,7 @@ struct _GtkStyleContextClass
768
763
  * A CSS class used when rendering a level indicator, such
769
764
  * as a battery charge level, or a password strength.
770
765
  *
771
- * This is used by #GtkLevelBar.
766
+ * Refer to individual widget documentation for used style classes.
772
767
  */
773
768
  #define GTK_STYLE_CLASS_LEVEL_BAR "level-bar"
774
769
 
@@ -777,6 +772,8 @@ struct _GtkStyleContextClass
777
772
  *
778
773
  * A CSS class used when rendering a drag handle for
779
774
  * text selection.
775
+ *
776
+ * Refer to individual widget documentation for used style classes.
780
777
  */
781
778
  #define GTK_STYLE_CLASS_CURSOR_HANDLE "cursor-handle"
782
779
 
@@ -785,14 +782,17 @@ struct _GtkStyleContextClass
785
782
  *
786
783
  * A CSS class used when rendering a drag handle for
787
784
  * the insertion cursor position.
785
+ *
786
+ * Refer to individual widget documentation for used style classes.
788
787
  */
789
788
  #define GTK_STYLE_CLASS_INSERTION_CURSOR "insertion-cursor"
790
789
 
791
790
  /**
792
791
  * GTK_STYLE_CLASS_TITLEBAR:
793
792
  *
794
- * A CSS class used when rendering a titlebar in a toplevel
795
- * window.
793
+ * A CSS class used when rendering a titlebar in a toplevel window.
794
+ *
795
+ * Refer to individual widget documentation for used style classes.
796
796
  */
797
797
  #define GTK_STYLE_CLASS_TITLEBAR "titlebar"
798
798
 
@@ -802,6 +802,8 @@ struct _GtkStyleContextClass
802
802
  * A CSS class used for the title label in a titlebar in
803
803
  * a toplevel window.
804
804
  *
805
+ * Refer to individual widget documentation for used style classes.
806
+ *
805
807
  * Since: 3.14
806
808
  */
807
809
  #define GTK_STYLE_CLASS_TITLE "title"
@@ -812,6 +814,8 @@ struct _GtkStyleContextClass
812
814
  * A CSS class used for the subtitle label in a titlebar in
813
815
  * a toplevel window.
814
816
  *
817
+ * Refer to individual widget documentation for used style classes.
818
+ *
815
819
  * Since: 3.14
816
820
  */
817
821
  #define GTK_STYLE_CLASS_SUBTITLE "subtitle"
@@ -822,7 +826,9 @@ struct _GtkStyleContextClass
822
826
  * A CSS class used when an element needs the user attention,
823
827
  * for instance a button in a stack switcher corresponding to
824
828
  * a hidden page that changed state.
825
- *
829
+ *
830
+ * Refer to individual widget documentation for used style classes.
831
+ *
826
832
  * Since: 3.12
827
833
  */
828
834
  #define GTK_STYLE_CLASS_NEEDS_ATTENTION "needs-attention"
@@ -833,6 +839,8 @@ struct _GtkStyleContextClass
833
839
  * A CSS class used when an action (usually a button) is the
834
840
  * primary suggested action in a specific context.
835
841
  *
842
+ * Refer to individual widget documentation for used style classes.
843
+ *
836
844
  * Since: 3.12
837
845
  */
838
846
  #define GTK_STYLE_CLASS_SUGGESTED_ACTION "suggested-action"
@@ -844,6 +852,8 @@ struct _GtkStyleContextClass
844
852
  * one that is expected to remove or destroy something visible
845
853
  * to the user.
846
854
  *
855
+ * Refer to individual widget documentation for used style classes.
856
+ *
847
857
  * Since: 3.12
848
858
  */
849
859
  #define GTK_STYLE_CLASS_DESTRUCTIVE_ACTION "destructive-action"
@@ -851,7 +861,9 @@ struct _GtkStyleContextClass
851
861
  /**
852
862
  * GTK_STYLE_CLASS_POPOVER:
853
863
  *
854
- * A CSS class that matches popovers. Used by #GtkPopover.
864
+ * A CSS class that matches popovers.
865
+ *
866
+ * Refer to individual widget documentation for used style classes.
855
867
  *
856
868
  * Since: 3.14
857
869
  */
@@ -864,6 +876,8 @@ struct _GtkStyleContextClass
864
876
  *
865
877
  * A CSS class that is added to the toplevel windows used for menus.
866
878
  *
879
+ * Refer to individual widget documentation for used style classes.
880
+ *
867
881
  * Since: 3.14
868
882
  */
869
883
  #define GTK_STYLE_CLASS_POPUP "popup"
@@ -873,6 +887,8 @@ struct _GtkStyleContextClass
873
887
  *
874
888
  * A CSS class that is added to message dialogs.
875
889
  *
890
+ * Refer to individual widget documentation for used style classes.
891
+ *
876
892
  * Since: 3.14
877
893
  */
878
894
  #define GTK_STYLE_CLASS_MESSAGE_DIALOG "message-dialog"
@@ -884,6 +900,8 @@ struct _GtkStyleContextClass
884
900
  * a frame or border (like buttons or entries) should appear
885
901
  * without it.
886
902
  *
903
+ * Refer to individual widget documentation for used style classes.
904
+ *
887
905
  * Since: 3.14
888
906
  */
889
907
  #define GTK_STYLE_CLASS_FLAT "flat"
@@ -892,36 +910,47 @@ struct _GtkStyleContextClass
892
910
  * GTK_STYLE_CLASS_READ_ONLY:
893
911
  *
894
912
  * A CSS class used to indicate a read-only state.
913
+ *
914
+ * Refer to individual widget documentation for used style classes.
895
915
  */
896
916
  #define GTK_STYLE_CLASS_READ_ONLY "read-only"
897
917
 
898
- /*
918
+ /**
899
919
  * GTK_STYLE_CLASS_OVERSHOOT:
920
+ *
900
921
  * A CSS class that is added on the visual hints that happen
901
922
  * when scrolling is attempted past the limits of a scrollable
902
923
  * area.
903
924
  *
925
+ * Refer to individual widget documentation for used style classes.
926
+ *
904
927
  * Since: 3.14
905
928
  */
906
929
  #define GTK_STYLE_CLASS_OVERSHOOT "overshoot"
907
930
 
908
- /*
931
+ /**
909
932
  * GTK_STYLE_CLASS_UNDERSHOOT:
933
+ *
910
934
  * A CSS class that is added on the visual hints that happen
911
935
  * where content is 'scrolled off' and can be made visible
912
936
  * by scrolling.
913
937
  *
938
+ * Refer to individual widget documentation for used style classes.
939
+ *
914
940
  * Since: 3.16
915
941
  */
916
942
  #define GTK_STYLE_CLASS_UNDERSHOOT "undershoot"
917
943
 
918
- /*
944
+ /**
919
945
  * GTK_STYLE_CLASS_PAPER:
946
+ *
920
947
  * A CSS class that is added to areas that should look like paper.
921
948
  *
922
949
  * This is used in print previews and themes are encouraged to
923
950
  * style it as black text on white background.
924
951
  *
952
+ * Refer to individual widget documentation for used style classes.
953
+ *
925
954
  * Since: 3.16
926
955
  */
927
956
  #define GTK_STYLE_CLASS_PAPER "paper"
@@ -932,6 +961,8 @@ struct _GtkStyleContextClass
932
961
  * A CSS class that is added to text view that should use
933
962
  * a monospace font.
934
963
  *
964
+ * Refer to individual widget documentation for used style classes.
965
+ *
935
966
  * Since: 3.16
936
967
  */
937
968
  #define GTK_STYLE_CLASS_MONOSPACE "monospace"
@@ -942,6 +973,8 @@ struct _GtkStyleContextClass
942
973
  * A CSS class to indicate that a UI element should be 'wide'.
943
974
  * Used by #GtkPaned.
944
975
  *
976
+ * Refer to individual widget documentation for used style classes.
977
+ *
945
978
  * Since: 3.16
946
979
  */
947
980
  #define GTK_STYLE_CLASS_WIDE "wide"
@@ -950,6 +983,8 @@ struct _GtkStyleContextClass
950
983
  * GTK_STYLE_REGION_ROW:
951
984
  *
952
985
  * A widget region name to define a treeview row.
986
+ *
987
+ * Deprecated: 3.20: Don't use regions.
953
988
  */
954
989
  #define GTK_STYLE_REGION_ROW "row"
955
990
 
@@ -957,6 +992,8 @@ struct _GtkStyleContextClass
957
992
  * GTK_STYLE_REGION_COLUMN:
958
993
  *
959
994
  * A widget region name to define a treeview column.
995
+ *
996
+ * Deprecated: 3.20: Don't use regions.
960
997
  */
961
998
  #define GTK_STYLE_REGION_COLUMN "column"
962
999
 
@@ -964,6 +1001,8 @@ struct _GtkStyleContextClass
964
1001
  * GTK_STYLE_REGION_COLUMN_HEADER:
965
1002
  *
966
1003
  * A widget region name to define a treeview column header.
1004
+ *
1005
+ * Deprecated: 3.20: Don't use regions.
967
1006
  */
968
1007
  #define GTK_STYLE_REGION_COLUMN_HEADER "column-header"
969
1008
 
@@ -971,6 +1010,8 @@ struct _GtkStyleContextClass
971
1010
  * GTK_STYLE_REGION_TAB:
972
1011
  *
973
1012
  * A widget region name to define a notebook tab.
1013
+ *
1014
+ * Deprecated: 3.20: Don't use regions.
974
1015
  */
975
1016
  #define GTK_STYLE_REGION_TAB "tab"
976
1017
 
@@ -1187,7 +1228,7 @@ void gtk_style_context_invalidate (GtkStyleContext *context);
1187
1228
  GDK_AVAILABLE_IN_ALL
1188
1229
  void gtk_style_context_reset_widgets (GdkScreen *screen);
1189
1230
 
1190
- GDK_AVAILABLE_IN_ALL
1231
+ GDK_DEPRECATED_IN_3_18_FOR(gtk_render_background)
1191
1232
  void gtk_style_context_set_background (GtkStyleContext *context,
1192
1233
  GdkWindow *window);
1193
1234
 
@@ -1208,6 +1249,16 @@ void gtk_draw_insertion_cursor (GtkWidget *widget,
1208
1249
  GtkTextDirection direction,
1209
1250
  gboolean draw_arrow);
1210
1251
 
1252
+ typedef enum {
1253
+ GTK_STYLE_CONTEXT_PRINT_NONE = 0,
1254
+ GTK_STYLE_CONTEXT_PRINT_RECURSE = 1 << 0,
1255
+ GTK_STYLE_CONTEXT_PRINT_SHOW_STYLE = 1 << 1
1256
+ } GtkStyleContextPrintFlags;
1257
+
1258
+ GDK_AVAILABLE_IN_3_20
1259
+ char * gtk_style_context_to_string (GtkStyleContext *context,
1260
+ GtkStyleContextPrintFlags flags);
1261
+
1211
1262
  G_END_DECLS
1212
1263
 
1213
1264
  #endif /* __GTK_STYLE_CONTEXT_H__ */