gdk3 3.2.7-x64-mingw32 → 3.2.8-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (480) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +6 -7
  3. data/gdk3.gemspec +2 -0
  4. data/vendor/local/bin/gtk-builder-tool.exe +0 -0
  5. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  6. data/vendor/local/bin/gtk-launch.exe +0 -0
  7. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  8. data/vendor/local/bin/gtk-query-settings.exe +0 -0
  9. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  10. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  11. data/vendor/local/bin/gtk3-demo.exe +0 -0
  12. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  13. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  14. data/vendor/local/bin/libepoxy-0.dll +0 -0
  15. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  16. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  17. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  18. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  19. data/vendor/local/include/epoxy/common.h +63 -0
  20. data/vendor/local/include/epoxy/gl.h +24 -16
  21. data/vendor/local/include/epoxy/gl_generated.h +9575 -8631
  22. data/vendor/local/include/epoxy/wgl.h +7 -10
  23. data/vendor/local/include/epoxy/wgl_generated.h +191 -139
  24. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
  25. data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +9 -0
  26. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h +4 -4
  27. data/vendor/local/include/gtk-3.0/gtk/gtk.h +4 -0
  28. data/vendor/local/include/gtk-3.0/gtk/gtkcssprovider.h +1 -1
  29. data/vendor/local/include/gtk-3.0/gtk/gtkeventcontrollerkey.h +63 -0
  30. data/vendor/local/include/gtk-3.0/gtk/gtkeventcontrollermotion.h +50 -0
  31. data/vendor/local/include/gtk-3.0/gtk/gtkeventcontrollerscroll.h +80 -0
  32. data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +4 -4
  33. data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +36 -0
  34. data/vendor/local/include/gtk-3.0/gtk/gtkgesturestylus.h +59 -0
  35. data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +1 -1
  36. data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +1 -1
  37. data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +8 -0
  38. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
  39. data/vendor/local/lib/gdk-win32-3.0.def +1 -0
  40. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  41. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  42. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  43. data/vendor/local/lib/gtk-win32-3.0.def +6 -6
  44. data/vendor/local/lib/libepoxy.dll.a +0 -0
  45. data/vendor/local/lib/libepoxy.la +2 -2
  46. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  47. data/vendor/local/lib/libgailutil-3.la +1 -1
  48. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  49. data/vendor/local/lib/libgdk-3.la +4 -4
  50. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  51. data/vendor/local/lib/libgtk-3.la +4 -4
  52. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  53. data/vendor/local/lib/libgtkreftestprivate.la +1 -1
  54. data/vendor/local/lib/pkgconfig/epoxy.pc +6 -1
  55. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  56. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +2 -2
  57. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +2 -2
  58. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
  59. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
  60. data/vendor/local/share/aclocal/gtk-3.0.m4 +4 -0
  61. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +55 -2
  62. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +914 -145
  63. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +2 -2
  64. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +2 -2
  65. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +3 -3
  66. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +2 -2
  67. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/style.css +4 -0
  68. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +2 -2
  69. data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +2 -2
  70. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevicePad.html +2 -2
  71. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +2 -2
  72. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +2 -2
  73. data/vendor/local/share/gtk-doc/html/gdk3/GdkDrawingContext.html +2 -2
  74. data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +2 -2
  75. data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +2 -2
  76. data/vendor/local/share/gtk-doc/html/gdk3/GdkMonitor.html +2 -2
  77. data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +2 -2
  78. data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +2 -2
  79. data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +6 -4
  80. data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +6 -2
  81. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +2 -2
  82. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +2 -2
  83. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +2 -2
  84. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +2 -2
  85. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +4 -4
  86. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +2 -2
  87. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +2 -2
  88. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +2 -2
  89. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +2 -2
  90. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +2 -2
  91. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +2 -2
  92. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +2 -2
  93. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +2 -2
  94. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +2 -2
  95. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +2 -2
  96. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +8 -5
  97. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +2 -2
  98. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +2 -2
  99. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +2 -2
  100. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +2 -2
  101. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +107 -2
  102. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +2 -2
  103. data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +2 -0
  104. data/vendor/local/share/gtk-doc/html/gdk3/index.html +4 -4
  105. data/vendor/local/share/gtk-doc/html/gdk3/reference.html +3 -3
  106. data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +2 -2
  107. data/vendor/local/share/gtk-doc/html/gdk3/style.css +4 -0
  108. data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +2 -2
  109. data/vendor/local/share/gtk-doc/html/gtk3/Application.html +2 -2
  110. data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +2 -2
  111. data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +2 -2
  112. data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +2 -2
  113. data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +4 -3
  114. data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +2 -2
  115. data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +14 -2
  116. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +2 -2
  117. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +2 -2
  118. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +2 -2
  119. data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +2 -2
  120. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +2 -2
  121. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +2 -2
  122. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +2 -2
  123. data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +2 -2
  124. data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +2 -2
  125. data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +2 -2
  126. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +2 -2
  127. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +2 -2
  128. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +2 -2
  129. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +2 -2
  130. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +2 -2
  131. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +2 -2
  132. data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +2 -2
  133. data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +2 -2
  134. data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +2 -2
  135. data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +2 -2
  136. data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +2 -2
  137. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +2 -2
  138. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +2 -2
  139. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +6 -4
  140. data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +2 -2
  141. data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +2 -2
  142. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +2 -2
  143. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +2 -2
  144. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +2 -2
  145. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +25 -14
  146. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +2 -2
  147. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +15 -6
  148. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +2 -2
  149. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +2 -2
  150. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +2 -2
  151. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +2 -2
  152. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +2 -2
  153. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +2 -2
  154. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +2 -2
  155. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +2 -2
  156. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +2 -2
  157. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +2 -2
  158. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +2 -2
  159. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +2 -2
  160. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +2 -2
  161. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +2 -2
  162. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +2 -2
  163. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +2 -2
  164. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +2 -2
  165. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +2 -2
  166. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +2 -2
  167. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +2 -2
  168. data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +6 -2
  169. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +2 -2
  170. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +2 -2
  171. data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +2 -2
  172. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +16 -3
  173. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +2 -2
  174. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +2 -2
  175. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +2 -2
  176. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +7 -4
  177. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventControllerKey.html +199 -0
  178. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventControllerMotion.html +276 -0
  179. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventControllerScroll.html +526 -0
  180. data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +2 -2
  181. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +2 -2
  182. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +2 -2
  183. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +2 -2
  184. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +2 -2
  185. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +2 -2
  186. data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +2 -2
  187. data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +2 -2
  188. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +3 -4
  189. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +232 -2
  190. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +2 -2
  191. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +34 -4
  192. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +2 -2
  193. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +2 -2
  194. data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +2 -2
  195. data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +2 -2
  196. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +10 -10
  197. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +2 -2
  198. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +2 -2
  199. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +2 -2
  200. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +2 -2
  201. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +2 -2
  202. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +3 -2
  203. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureStylus.html +350 -0
  204. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +2 -2
  205. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +4 -4
  206. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +2 -2
  207. data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +2 -2
  208. data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +2 -2
  209. data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +2 -2
  210. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +2 -2
  211. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +2 -2
  212. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +2 -2
  213. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +2 -2
  214. data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +2 -2
  215. data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +2 -2
  217. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +2 -47
  218. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +2 -2
  219. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +2 -2
  220. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +2 -2
  221. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +2 -2
  222. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +2 -2
  223. data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +81 -2
  224. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +2 -2
  225. data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +2 -2
  226. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +2 -2
  227. data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +2 -2
  230. data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +2 -2
  232. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +7 -118
  233. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +2 -2
  234. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +26 -17
  235. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +2 -2
  236. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +2 -2
  238. data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +2 -2
  239. data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +2 -2
  240. data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +18 -2
  241. data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +2 -2
  242. data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +2 -2
  244. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +2 -2
  245. data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +4 -4
  246. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +9 -3
  251. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +2 -2
  253. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +2 -2
  254. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +2 -2
  255. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +2 -2
  256. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +2 -2
  257. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +2 -2
  258. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +2 -2
  259. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +3 -3
  260. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +2 -2
  261. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +2 -2
  262. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +2 -2
  263. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +2 -2
  264. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +2 -2
  265. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +2 -2
  266. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +2 -2
  267. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +2 -2
  268. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +2 -2
  269. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +2 -2
  270. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +2 -2
  271. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +2 -2
  272. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +2 -2
  273. data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +2 -2
  274. data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +2 -2
  275. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +2 -2
  276. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +2 -2
  277. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +13 -13
  278. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +3 -3
  279. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +2 -2
  280. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +2 -2
  281. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +2 -2
  282. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +2 -2
  283. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +2 -2
  284. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +2 -2
  285. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +2 -2
  286. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +2 -2
  287. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +2 -2
  288. data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +2 -2
  289. data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +2 -2
  290. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +5 -5
  291. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +2 -2
  292. data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +2 -2
  293. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +2 -2
  294. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +2 -2
  295. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +2 -2
  296. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +2 -2
  297. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +2 -2
  298. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +10 -8
  299. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +3 -3
  300. data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +2 -2
  301. data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +2 -2
  302. data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +2 -2
  303. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +2 -2
  304. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +2 -2
  305. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +2 -2
  306. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +2 -2
  307. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +2 -2
  308. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +2 -2
  309. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +2 -2
  310. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +2 -2
  311. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +2 -2
  312. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +2 -2
  313. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +2 -2
  314. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +2 -2
  315. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +2 -2
  316. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +2 -2
  317. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +2 -2
  318. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +2 -2
  319. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +2 -2
  320. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +2 -2
  321. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +2 -2
  322. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +2 -2
  323. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +2 -2
  324. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +2 -2
  325. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +2 -2
  326. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +2 -2
  327. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +2 -2
  328. data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +11 -6
  329. data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +2 -2
  330. data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +2 -2
  331. data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +2 -2
  332. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +2 -2
  333. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +2 -2
  334. data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +2 -2
  335. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +2 -2
  336. data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +2 -2
  337. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +3 -3
  338. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +2 -2
  339. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +2 -2
  340. data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +2 -2
  341. data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +2 -2
  342. data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +2 -2
  343. data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +2 -2
  344. data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +2 -2
  345. data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +2 -2
  346. data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +2 -2
  347. data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +2 -2
  348. data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +2 -2
  349. data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +2 -2
  350. data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +2 -2
  351. data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +2 -2
  352. data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +2 -2
  353. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +2 -2
  354. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +3 -4
  355. data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +2 -2
  356. data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +4 -22
  357. data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +182 -2
  358. data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +2 -2
  359. data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +2 -2
  360. data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +2 -2
  361. data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +2 -2
  362. data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
  363. data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +6 -2
  364. data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +2 -2
  365. data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +2 -2
  366. data/vendor/local/share/gtk-doc/html/gtk3/ch28s02.html +2 -2
  367. data/vendor/local/share/gtk-doc/html/gtk3/ch30s02.html +2 -2
  368. data/vendor/local/share/gtk-doc/html/gtk3/ch30s03.html +2 -2
  369. data/vendor/local/share/gtk-doc/html/gtk3/ch32s02.html +2 -2
  370. data/vendor/local/share/gtk-doc/html/gtk3/ch32s03.html +2 -2
  371. data/vendor/local/share/gtk-doc/html/gtk3/ch32s04.html +2 -2
  372. data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +2 -2
  373. data/vendor/local/share/gtk-doc/html/gtk3/ch32s06.html +2 -2
  374. data/vendor/local/share/gtk-doc/html/gtk3/ch32s07.html +2 -2
  375. data/vendor/local/share/gtk-doc/html/gtk3/ch32s08.html +2 -2
  376. data/vendor/local/share/gtk-doc/html/gtk3/ch32s09.html +2 -2
  377. data/vendor/local/share/gtk-doc/html/gtk3/ch32s10.html +2 -2
  378. data/vendor/local/share/gtk-doc/html/gtk3/ch32s11.html +2 -2
  379. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +2 -2
  380. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +2 -2
  381. data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +2 -2
  382. data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +2 -2
  383. data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +2 -2
  384. data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +2 -2
  385. data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
  386. data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +2 -2
  387. data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +2 -2
  388. data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +2 -2
  389. data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +2 -2
  390. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +2 -2
  391. data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +2 -2
  392. data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +2 -2
  393. data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +2 -2
  394. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +2 -2
  395. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-3-x-to-y.html +2 -2
  396. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +2 -2
  397. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +2 -2
  398. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +2 -2
  399. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +2 -2
  400. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +2 -2
  401. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +2 -2
  402. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +2 -2
  403. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +2 -2
  404. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +2 -2
  405. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +2 -2
  406. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +2 -2
  407. data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +2 -2
  408. data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +2 -2
  409. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +2 -2
  410. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +2 -2
  411. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +2 -2
  412. data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +2 -2
  413. data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +9 -2
  414. data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +2 -2
  415. data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
  416. data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +2 -2
  417. data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +2 -2
  418. data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +2 -2
  419. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +2 -2
  420. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +2 -2
  421. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +2 -2
  422. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +2 -2
  423. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +6 -6
  424. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +2 -2
  425. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +2 -2
  426. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +2 -2
  427. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +2 -2
  428. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +2 -2
  429. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +2 -2
  430. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +2 -2
  431. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +2 -2
  432. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +2 -2
  433. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +2 -2
  434. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +2 -2
  435. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +2 -2
  436. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +2 -2
  437. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +2 -2
  438. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +2 -2
  439. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +7 -3
  440. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +2 -2
  441. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +2 -2
  442. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +2 -2
  443. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +2 -2
  444. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +2 -2
  445. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +2 -2
  446. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +62 -6
  447. data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +2 -2
  448. data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +17 -5
  449. data/vendor/local/share/gtk-doc/html/gtk3/index.html +18 -6
  450. data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +2 -2
  451. data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +2 -2
  452. data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +2 -2
  453. data/vendor/local/share/gtk-doc/html/gtk3/style.css +4 -0
  454. data/vendor/local/share/gtk-doc/html/gtk3/theming.html +2 -2
  455. data/vendor/local/share/icons/hicolor/index.theme +2015 -46
  456. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
  457. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  458. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  459. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
  460. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
  461. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
  462. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
  463. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
  464. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
  465. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
  466. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
  467. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
  468. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
  469. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  470. data/vendor/local/share/man/man1/gtk-builder-tool.1 +1 -1
  471. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  472. data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
  473. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  474. data/vendor/local/share/man/man1/gtk-query-settings.1 +1 -1
  475. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  476. data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
  477. data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
  478. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
  479. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  480. metadata +17 -8
@@ -25,8 +25,8 @@
25
25
  #include <glib.h>
26
26
 
27
27
  #define GDK_MAJOR_VERSION (3)
28
- #define GDK_MINOR_VERSION (22)
29
- #define GDK_MICRO_VERSION (30)
28
+ #define GDK_MINOR_VERSION (23)
29
+ #define GDK_MICRO_VERSION (2)
30
30
 
31
31
  #ifndef _GDK_EXTERN
32
32
  #define _GDK_EXTERN extern
@@ -172,6 +172,16 @@
172
172
  */
173
173
  #define GDK_VERSION_3_22 (G_ENCODE_VERSION (3, 22))
174
174
 
175
+ /**
176
+ * GDK_VERSION_3_24:
177
+ *
178
+ * A macro that evaluates to the 3.24 version of GDK, in a format
179
+ * that can be used by the C pre-processor.
180
+ *
181
+ * Since: 3.24
182
+ */
183
+ #define GDK_VERSION_3_24 (G_ENCODE_VERSION (3, 24))
184
+
175
185
  /* evaluates to the current stable version; for development cycles,
176
186
  * this means the next stable target
177
187
  */
@@ -412,5 +422,19 @@
412
422
  # define GDK_AVAILABLE_IN_3_22 _GDK_EXTERN
413
423
  #endif
414
424
 
425
+ #if GDK_VERSION_MIN_REQUIRED >= GDK_VERSION_3_24
426
+ # define GDK_DEPRECATED_IN_3_24 GDK_DEPRECATED
427
+ # define GDK_DEPRECATED_IN_3_24_FOR(f) GDK_DEPRECATED_FOR(f)
428
+ #else
429
+ # define GDK_DEPRECATED_IN_3_24 _GDK_EXTERN
430
+ # define GDK_DEPRECATED_IN_3_24_FOR(f) _GDK_EXTERN
431
+ #endif
432
+
433
+ #if GDK_VERSION_MAX_ALLOWED < GDK_VERSION_3_24
434
+ # define GDK_AVAILABLE_IN_3_24 GDK_UNAVAILABLE(3, 24)
435
+ #else
436
+ # define GDK_AVAILABLE_IN_3_24 _GDK_EXTERN
437
+ #endif
438
+
415
439
  #endif /* __GDK_VERSION_MACROS_H__ */
416
440
 
@@ -550,6 +550,15 @@ void gdk_window_move_resize (GdkWindow *window,
550
550
  gint y,
551
551
  gint width,
552
552
  gint height);
553
+
554
+ GDK_AVAILABLE_IN_3_24
555
+ void gdk_window_move_to_rect (GdkWindow *window,
556
+ const GdkRectangle *rect,
557
+ GdkGravity rect_anchor,
558
+ GdkGravity window_anchor,
559
+ GdkAnchorHints anchor_hints,
560
+ gint rect_anchor_dx,
561
+ gint rect_anchor_dy);
553
562
  GDK_AVAILABLE_IN_ALL
554
563
  void gdk_window_reparent (GdkWindow *window,
555
564
  GdkWindow *new_parent,
@@ -71,10 +71,10 @@ struct _GtkStatusIconClass
71
71
  gboolean keyboard_mode,
72
72
  GtkTooltip *tooltip);
73
73
 
74
- void (*__gtk_reserved1);
75
- void (*__gtk_reserved2);
76
- void (*__gtk_reserved3);
77
- void (*__gtk_reserved4);
74
+ void (*__gtk_reserved1) (void);
75
+ void (*__gtk_reserved2) (void);
76
+ void (*__gtk_reserved3) (void);
77
+ void (*__gtk_reserved4) (void);
78
78
  };
79
79
 
80
80
  GDK_AVAILABLE_IN_ALL
@@ -94,6 +94,9 @@
94
94
  #include <gtk/gtkenums.h>
95
95
  #include <gtk/gtkeventbox.h>
96
96
  #include <gtk/gtkeventcontroller.h>
97
+ #include <gtk/gtkeventcontrollerkey.h>
98
+ #include <gtk/gtkeventcontrollermotion.h>
99
+ #include <gtk/gtkeventcontrollerscroll.h>
97
100
  #include <gtk/gtkexpander.h>
98
101
  #include <gtk/gtkfixed.h>
99
102
  #include <gtk/gtkfilechooser.h>
@@ -115,6 +118,7 @@
115
118
  #include <gtk/gtkgesturepan.h>
116
119
  #include <gtk/gtkgesturerotate.h>
117
120
  #include <gtk/gtkgesturesingle.h>
121
+ #include <gtk/gtkgesturestylus.h>
118
122
  #include <gtk/gtkgestureswipe.h>
119
123
  #include <gtk/gtkgesturezoom.h>
120
124
  #include <gtk/gtkglarea.h>
@@ -112,7 +112,7 @@ GDK_AVAILABLE_IN_3_16
112
112
  void gtk_css_provider_load_from_resource (GtkCssProvider *css_provider,
113
113
  const gchar *resource_path);
114
114
 
115
- GDK_AVAILABLE_IN_ALL
115
+ GDK_DEPRECATED_FOR(gtk_css_provider_new)
116
116
  GtkCssProvider * gtk_css_provider_get_default (void);
117
117
 
118
118
  GDK_AVAILABLE_IN_ALL
@@ -0,0 +1,63 @@
1
+ /* GTK - The GIMP Toolkit
2
+ * Copyright (C) 2017, Red Hat, Inc.
3
+ *
4
+ * This library is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU Lesser General Public
6
+ * License as published by the Free Software Foundation; either
7
+ * version 2 of the License, or (at your option) any later version.
8
+ *
9
+ * This library is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
+ * Lesser General Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU Lesser General Public
15
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
16
+ *
17
+ * Author(s): Carlos Garnacho <carlosg@gnome.org>
18
+ */
19
+
20
+ #ifndef __GTK_EVENT_CONTROLLER_KEY_H__
21
+ #define __GTK_EVENT_CONTROLLER_KEY_H__
22
+
23
+ #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
24
+ #error "Only <gtk/gtk.h> can be included directly."
25
+ #endif
26
+
27
+ #include <gdk/gdk.h>
28
+ #include <gtk/gtkeventcontroller.h>
29
+ #include <gtk/gtkimcontext.h>
30
+
31
+ G_BEGIN_DECLS
32
+
33
+ #define GTK_TYPE_EVENT_CONTROLLER_KEY (gtk_event_controller_key_get_type ())
34
+ #define GTK_EVENT_CONTROLLER_KEY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_EVENT_CONTROLLER_KEY, GtkEventControllerKey))
35
+ #define GTK_EVENT_CONTROLLER_KEY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GTK_TYPE_EVENT_CONTROLLER_KEY, GtkEventControllerKeyClass))
36
+ #define GTK_IS_EVENT_CONTROLLER_KEY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_EVENT_CONTROLLER_KEY))
37
+ #define GTK_IS_EVENT_CONTROLLER_KEY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_EVENT_CONTROLLER_KEY))
38
+ #define GTK_EVENT_CONTROLLER_KEY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_EVENT_CONTROLLER_KEY, GtkEventControllerKeyClass))
39
+
40
+ typedef struct _GtkEventControllerKey GtkEventControllerKey;
41
+ typedef struct _GtkEventControllerKeyClass GtkEventControllerKeyClass;
42
+
43
+ GDK_AVAILABLE_IN_3_24
44
+ GType gtk_event_controller_key_get_type (void) G_GNUC_CONST;
45
+
46
+ GDK_AVAILABLE_IN_3_24
47
+ GtkEventController *gtk_event_controller_key_new (GtkWidget *widget);
48
+
49
+ GDK_AVAILABLE_IN_3_24
50
+ void gtk_event_controller_key_set_im_context (GtkEventControllerKey *controller,
51
+ GtkIMContext *im_context);
52
+ GDK_AVAILABLE_IN_3_24
53
+ GtkIMContext * gtk_event_controller_key_get_im_context (GtkEventControllerKey *controller);
54
+
55
+ GDK_AVAILABLE_IN_3_24
56
+ gboolean gtk_event_controller_key_forward (GtkEventControllerKey *controller,
57
+ GtkWidget *widget);
58
+ GDK_AVAILABLE_IN_3_24
59
+ guint gtk_event_controller_key_get_group (GtkEventControllerKey *controller);
60
+
61
+ G_END_DECLS
62
+
63
+ #endif /* __GTK_EVENT_CONTROLLER_KEY_H__ */
@@ -0,0 +1,50 @@
1
+ /* GTK - The GIMP Toolkit
2
+ * Copyright (C) 2017, Red Hat, Inc.
3
+ *
4
+ * This library is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU Lesser General Public
6
+ * License as published by the Free Software Foundation; either
7
+ * version 2 of the License, or (at your option) any later version.
8
+ *
9
+ * This library is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
+ * Lesser General Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU Lesser General Public
15
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
16
+ *
17
+ * Author(s): Matthias Clasen <mclasen@redhat.com>
18
+ */
19
+
20
+ #ifndef __GTK_EVENT_CONTROLLER_MOTION_H__
21
+ #define __GTK_EVENT_CONTROLLER_MOTION_H__
22
+
23
+ #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
24
+ #error "Only <gtk/gtk.h> can be included directly."
25
+ #endif
26
+
27
+ #include <gdk/gdk.h>
28
+ #include <gtk/gtkeventcontroller.h>
29
+
30
+ G_BEGIN_DECLS
31
+
32
+ #define GTK_TYPE_EVENT_CONTROLLER_MOTION (gtk_event_controller_motion_get_type ())
33
+ #define GTK_EVENT_CONTROLLER_MOTION(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_EVENT_CONTROLLER_MOTION, GtkEventControllerMotion))
34
+ #define GTK_EVENT_CONTROLLER_MOTION_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GTK_TYPE_EVENT_CONTROLLER_MOTION, GtkEventControllerMotionClass))
35
+ #define GTK_IS_EVENT_CONTROLLER_MOTION(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_EVENT_CONTROLLER_MOTION))
36
+ #define GTK_IS_EVENT_CONTROLLER_MOTION_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_EVENT_CONTROLLER_MOTION))
37
+ #define GTK_EVENT_CONTROLLER_MOTION_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_EVENT_CONTROLLER_MOTION, GtkEventControllerMotionClass))
38
+
39
+ typedef struct _GtkEventControllerMotion GtkEventControllerMotion;
40
+ typedef struct _GtkEventControllerMotionClass GtkEventControllerMotionClass;
41
+
42
+ GDK_AVAILABLE_IN_3_24
43
+ GType gtk_event_controller_motion_get_type (void) G_GNUC_CONST;
44
+
45
+ GDK_AVAILABLE_IN_3_24
46
+ GtkEventController *gtk_event_controller_motion_new (GtkWidget *widget);
47
+
48
+ G_END_DECLS
49
+
50
+ #endif /* __GTK_EVENT_CONTROLLER_MOTION_H__ */
@@ -0,0 +1,80 @@
1
+ /* GTK - The GIMP Toolkit
2
+ * Copyright (C) 2017, Red Hat, Inc.
3
+ *
4
+ * This library is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU Lesser General Public
6
+ * License as published by the Free Software Foundation; either
7
+ * version 2 of the License, or (at your option) any later version.
8
+ *
9
+ * This library is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
+ * Lesser General Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU Lesser General Public
15
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
16
+ *
17
+ * Author(s): Carlos Garnacho <carlosg@gnome.org>
18
+ */
19
+
20
+ #ifndef __GTK_EVENT_CONTROLLER_SCROLL_H__
21
+ #define __GTK_EVENT_CONTROLLER_SCROLL_H__
22
+
23
+ #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
24
+ #error "Only <gtk/gtk.h> can be included directly."
25
+ #endif
26
+
27
+ #include <gdk/gdk.h>
28
+ #include <gtk/gtkeventcontroller.h>
29
+
30
+ G_BEGIN_DECLS
31
+
32
+ #define GTK_TYPE_EVENT_CONTROLLER_SCROLL (gtk_event_controller_scroll_get_type ())
33
+ #define GTK_EVENT_CONTROLLER_SCROLL(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_EVENT_CONTROLLER_SCROLL, GtkEventControllerScroll))
34
+ #define GTK_EVENT_CONTROLLER_SCROLL_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GTK_TYPE_EVENT_CONTROLLER_SCROLL, GtkEventControllerScrollClass))
35
+ #define GTK_IS_EVENT_CONTROLLER_SCROLL(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_EVENT_CONTROLLER_SCROLL))
36
+ #define GTK_IS_EVENT_CONTROLLER_SCROLL_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_EVENT_CONTROLLER_SCROLL))
37
+ #define GTK_EVENT_CONTROLLER_SCROLL_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_EVENT_CONTROLLER_SCROLL, GtkEventControllerScrollClass))
38
+
39
+ typedef struct _GtkEventControllerScroll GtkEventControllerScroll;
40
+ typedef struct _GtkEventControllerScrollClass GtkEventControllerScrollClass;
41
+
42
+ /**
43
+ * GtkEventControllerScrollFlags:
44
+ * @GTK_EVENT_CONTROLLER_SCROLL_NONE: Don't emit scroll.
45
+ * @GTK_EVENT_CONTROLLER_SCROLL_VERTICAL: Emit scroll with vertical deltas.
46
+ * @GTK_EVENT_CONTROLLER_SCROLL_HORIZONTAL: Emit scroll with horizontal deltas.
47
+ * @GTK_EVENT_CONTROLLER_SCROLL_DISCRETE: Only emit deltas that are multiples of 1.
48
+ * @GTK_EVENT_CONTROLLER_SCROLL_KINETIC: Emit #GtkEventControllerScroll::decelerate
49
+ * after continuous scroll finishes.
50
+ * @GTK_EVENT_CONTROLLER_SCROLL_BOTH_AXES: Emit scroll on both axes.
51
+ *
52
+ * Describes the behavior of a #GtkEventControllerScroll.
53
+ *
54
+ * Since: 3.24
55
+ **/
56
+ typedef enum {
57
+ GTK_EVENT_CONTROLLER_SCROLL_NONE = 0,
58
+ GTK_EVENT_CONTROLLER_SCROLL_VERTICAL = 1 << 0,
59
+ GTK_EVENT_CONTROLLER_SCROLL_HORIZONTAL = 1 << 1,
60
+ GTK_EVENT_CONTROLLER_SCROLL_DISCRETE = 1 << 2,
61
+ GTK_EVENT_CONTROLLER_SCROLL_KINETIC = 1 << 3,
62
+ GTK_EVENT_CONTROLLER_SCROLL_BOTH_AXES = (GTK_EVENT_CONTROLLER_SCROLL_VERTICAL | GTK_EVENT_CONTROLLER_SCROLL_HORIZONTAL),
63
+ } GtkEventControllerScrollFlags;
64
+
65
+ GDK_AVAILABLE_IN_3_24
66
+ GType gtk_event_controller_scroll_get_type (void) G_GNUC_CONST;
67
+
68
+ GDK_AVAILABLE_IN_3_24
69
+ GtkEventController *gtk_event_controller_scroll_new (GtkWidget *widget,
70
+ GtkEventControllerScrollFlags flags);
71
+ GDK_AVAILABLE_IN_3_24
72
+ void gtk_event_controller_scroll_set_flags (GtkEventControllerScroll *controller,
73
+ GtkEventControllerScrollFlags flags);
74
+ GDK_AVAILABLE_IN_3_24
75
+ GtkEventControllerScrollFlags
76
+ gtk_event_controller_scroll_get_flags (GtkEventControllerScroll *controller);
77
+
78
+ G_END_DECLS
79
+
80
+ #endif /* __GTK_EVENT_CONTROLLER_SCROLL_H__ */
@@ -63,10 +63,10 @@ struct _GtkFileChooserButtonClass
63
63
  /*< private >*/
64
64
 
65
65
  /* Padding for future expansion */
66
- void (*__gtk_reserved1);
67
- void (*__gtk_reserved2);
68
- void (*__gtk_reserved3);
69
- void (*__gtk_reserved4);
66
+ void (*__gtk_reserved1) (void);
67
+ void (*__gtk_reserved2) (void);
68
+ void (*__gtk_reserved3) (void);
69
+ void (*__gtk_reserved4) (void);
70
70
  };
71
71
 
72
72
 
@@ -44,6 +44,28 @@ typedef gboolean (*GtkFontFilterFunc) (const PangoFontFamily *family,
44
44
  const PangoFontFace *face,
45
45
  gpointer data);
46
46
 
47
+ /**
48
+ * GtkFontChooserLevel:
49
+ * @GTK_FONT_CHOOSER_LEVEL_FAMILY: Allow selecting a font family
50
+ * @GTK_FONT_CHOOSER_LEVEL_STYLE: Allow selecting a specific font face
51
+ * @GTK_FONT_CHOOSER_LEVEL_SIZE: Allow selecting a specific font size
52
+ * @GTK_FONT_CHOOSER_LEVEL_VARIATION: Allow changing OpenType font variation axes
53
+ * @GTK_FONT_CHOOSER_LEVEL_FEATURES: Allow selecting specific OpenType font features
54
+ *
55
+ * This enumeration specifies the granularity of font selection
56
+ * that is desired in a font chooser.
57
+ *
58
+ * This enumeration may be extended in the future; applications should
59
+ * ignore unknown values.
60
+ */
61
+ typedef enum {
62
+ GTK_FONT_CHOOSER_LEVEL_FAMILY = 0,
63
+ GTK_FONT_CHOOSER_LEVEL_STYLE = 1 << 0,
64
+ GTK_FONT_CHOOSER_LEVEL_SIZE = 1 << 1,
65
+ GTK_FONT_CHOOSER_LEVEL_VARIATIONS = 1 << 2,
66
+ GTK_FONT_CHOOSER_LEVEL_FEATURES = 1 << 3
67
+ } GtkFontChooserLevel;
68
+
47
69
  #define GTK_TYPE_FONT_CHOOSER (gtk_font_chooser_get_type ())
48
70
  #define GTK_FONT_CHOOSER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_CHOOSER, GtkFontChooser))
49
71
  #define GTK_IS_FONT_CHOOSER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FONT_CHOOSER))
@@ -123,6 +145,20 @@ void gtk_font_chooser_set_font_map (GtkFontChooser *fo
123
145
  GDK_AVAILABLE_IN_3_18
124
146
  PangoFontMap * gtk_font_chooser_get_font_map (GtkFontChooser *fontchooser);
125
147
 
148
+ GDK_AVAILABLE_IN_3_24
149
+ void gtk_font_chooser_set_level (GtkFontChooser *fontchooser,
150
+ GtkFontChooserLevel level);
151
+ GDK_AVAILABLE_IN_3_24
152
+ GtkFontChooserLevel
153
+ gtk_font_chooser_get_level (GtkFontChooser *fontchooser);
154
+ GDK_AVAILABLE_IN_3_24
155
+ char * gtk_font_chooser_get_font_features (GtkFontChooser *fontchooser);
156
+ GDK_AVAILABLE_IN_3_24
157
+ char * gtk_font_chooser_get_language (GtkFontChooser *fontchooser);
158
+ GDK_AVAILABLE_IN_3_24
159
+ void gtk_font_chooser_set_language (GtkFontChooser *fontchooser,
160
+ const char *language);
161
+
126
162
  G_END_DECLS
127
163
 
128
164
  #endif /* __GTK_FONT_CHOOSER_H__ */
@@ -0,0 +1,59 @@
1
+ /* GTK - The GIMP Toolkit
2
+ * Copyright (C) 2017-2018, Red Hat, Inc.
3
+ *
4
+ * This library is free software; you can redistribute it and/or
5
+ * modify it under the terms of the GNU Lesser General Public
6
+ * License as published by the Free Software Foundation; either
7
+ * version 2 of the License, or (at your option) any later version.
8
+ *
9
+ * This library is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
+ * Lesser General Public License for more details.
13
+ *
14
+ * You should have received a copy of the GNU Lesser General Public
15
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
16
+ *
17
+ * Author(s): Carlos Garnacho <carlosg@gnome.org>
18
+ */
19
+ #ifndef __GTK_GESTURE_STYLUS_H__
20
+ #define __GTK_GESTURE_STYLUS_H__
21
+
22
+ #include <gtk/gtkgesture.h>
23
+
24
+ #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
25
+ #error "Only <gtk/gtk.h> can be included directly."
26
+ #endif
27
+
28
+ G_BEGIN_DECLS
29
+
30
+ #define GTK_TYPE_GESTURE_STYLUS (gtk_gesture_stylus_get_type ())
31
+ #define GTK_GESTURE_STYLUS(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GTK_TYPE_GESTURE_STYLUS, GtkGestureStylus))
32
+ #define GTK_GESTURE_STYLUS_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GTK_TYPE_GESTURE_STYLUS, GtkGestureStylusClass))
33
+ #define GTK_IS_GESTURE_STYLUS(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GTK_TYPE_GESTURE_STYLUS))
34
+ #define GTK_IS_GESTURE_STYLUS_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GTK_TYPE_GESTURE_STYLUS))
35
+ #define GTK_GESTURE_STYLUS_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_GESTURE_STYLUS, GtkGestureStylusClass))
36
+
37
+ typedef struct _GtkGestureStylus GtkGestureStylus;
38
+ typedef struct _GtkGestureStylusClass GtkGestureStylusClass;
39
+
40
+ GDK_AVAILABLE_IN_3_24
41
+ GType gtk_gesture_stylus_get_type (void) G_GNUC_CONST;
42
+
43
+ GDK_AVAILABLE_IN_3_24
44
+ GtkGesture * gtk_gesture_stylus_new (GtkWidget *widget);
45
+
46
+ GDK_AVAILABLE_IN_3_24
47
+ gboolean gtk_gesture_stylus_get_axis (GtkGestureStylus *gesture,
48
+ GdkAxisUse axis,
49
+ gdouble *value);
50
+ GDK_AVAILABLE_IN_3_24
51
+ gboolean gtk_gesture_stylus_get_axes (GtkGestureStylus *gesture,
52
+ GdkAxisUse axes[],
53
+ gdouble **values);
54
+ GDK_AVAILABLE_IN_3_24
55
+ GdkDeviceTool * gtk_gesture_stylus_get_device_tool (GtkGestureStylus *gesture);
56
+
57
+ G_END_DECLS
58
+
59
+ #endif /* __GTK_GESTURE_STYLUS_H__ */
@@ -110,7 +110,7 @@ void gtk_render_slider (GtkStyleContext *context,
110
110
  gdouble width,
111
111
  gdouble height,
112
112
  GtkOrientation orientation);
113
- GDK_AVAILABLE_IN_ALL
113
+ GDK_DEPRECATED_IN_3_24_FOR(gtk_render_frame)
114
114
  void gtk_render_frame_gap (GtkStyleContext *context,
115
115
  cairo_t *cr,
116
116
  gdouble x,
@@ -79,7 +79,7 @@ G_BEGIN_DECLS
79
79
  * GTK_STYLE_PROVIDER_PRIORITY_USER:
80
80
  *
81
81
  * The priority used for the style information from
82
- * `~/.gtk-3.0.css`.
82
+ * `XDG_CONFIG_HOME/gtk-3.0/gtk.css`.
83
83
  *
84
84
  * You should not use priorities higher than this, to
85
85
  * give the user the last word.