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
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="WindowWidgets.html" title="Windows">
9
9
  <link rel="prev" href="GtkAssistant.html" title="GtkAssistant">
10
10
  <link rel="next" href="GtkOffscreenWindow.html" title="GtkOffscreenWindow">
11
- <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.28 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -251,6 +251,6 @@ gtk_invisible_get_screen (<em class="parameter"><code><a class="link" href="GtkI
251
251
  </div>
252
252
  </div>
253
253
  <div class="footer">
254
- <hr>Generated by GTK-Doc V1.27</div>
254
+ <hr>Generated by GTK-Doc V1.28</div>
255
255
  </body>
256
256
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="DisplayWidgets.html" title="Display Widgets">
9
9
  <link rel="prev" href="DisplayWidgets.html" title="Display Widgets">
10
10
  <link rel="next" href="GtkImage.html" title="GtkImage">
11
- <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.28 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -3002,6 +3002,6 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
3002
3002
  </div>
3003
3003
  </div>
3004
3004
  <div class="footer">
3005
- <hr>Generated by GTK-Doc V1.27</div>
3005
+ <hr>Generated by GTK-Doc V1.28</div>
3006
3006
  </body>
3007
3007
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="LayoutContainers.html" title="Layout Containers">
9
9
  <link rel="prev" href="GtkPaned.html" title="GtkPaned">
10
10
  <link rel="next" href="GtkNotebook.html" title="GtkNotebook">
11
- <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.28 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -649,6 +649,6 @@ gtk_layout_get_bin_window (<em class="parameter"><code><a class="link" href="Gtk
649
649
  </div>
650
650
  </div>
651
651
  <div class="footer">
652
- <hr>Generated by GTK-Doc V1.27</div>
652
+ <hr>Generated by GTK-Doc V1.28</div>
653
653
  </body>
654
654
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="DisplayWidgets.html" title="Display Widgets">
9
9
  <link rel="prev" href="GtkProgressBar.html" title="GtkProgressBar">
10
10
  <link rel="next" href="GtkStatusbar.html" title="GtkStatusbar">
11
- <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.28 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -1110,6 +1110,6 @@ the value of offset "x" changes.</p>
1110
1110
  </div>
1111
1111
  </div>
1112
1112
  <div class="footer">
1113
- <hr>Generated by GTK-Doc V1.27</div>
1113
+ <hr>Generated by GTK-Doc V1.28</div>
1114
1114
  </body>
1115
1115
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="ButtonWidgets.html" title="Buttons and Toggles">
9
9
  <link rel="prev" href="GtkToggleButton.html" title="GtkToggleButton">
10
10
  <link rel="next" href="GtkMenuButton.html" title="GtkMenuButton">
11
- <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.28 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -480,6 +480,6 @@ your handler.</p>
480
480
  </div>
481
481
  </div>
482
482
  <div class="footer">
483
- <hr>Generated by GTK-Doc V1.27</div>
483
+ <hr>Generated by GTK-Doc V1.28</div>
484
484
  </body>
485
485
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="LayoutContainers.html" title="Layout Containers">
9
9
  <link rel="prev" href="GtkRevealer.html" title="GtkRevealer">
10
10
  <link rel="next" href="GtkFlowBox.html" title="GtkFlowBox">
11
- <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.28 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -2449,6 +2449,6 @@ use the <a class="link" href="GtkListBox.html#GtkListBox-row-activated" title="T
2449
2449
  </div>
2450
2450
  </div>
2451
2451
  <div class="footer">
2452
- <hr>Generated by GTK-Doc V1.27</div>
2452
+ <hr>Generated by GTK-Doc V1.28</div>
2453
2453
  </body>
2454
2454
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
9
9
  <link rel="prev" href="GtkCellRendererSpinner.html" title="GtkCellRendererSpinner">
10
10
  <link rel="next" href="GtkTreeStore.html" title="GtkTreeStore">
11
- <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.28 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -1384,6 +1384,6 @@ will be moved to the start of the list.</p>
1384
1384
  </div>
1385
1385
  </div>
1386
1386
  <div class="footer">
1387
- <hr>Generated by GTK-Doc V1.27</div>
1387
+ <hr>Generated by GTK-Doc V1.28</div>
1388
1388
  </body>
1389
1389
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="ButtonWidgets.html" title="Buttons and Toggles">
9
9
  <link rel="prev" href="GtkVolumeButton.html" title="GtkVolumeButton">
10
10
  <link rel="next" href="GtkModelButton.html" title="GtkModelButton">
11
- <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.28 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -352,6 +352,6 @@ gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href
352
352
  </div>
353
353
  </div>
354
354
  <div class="footer">
355
- <hr>Generated by GTK-Doc V1.27</div>
355
+ <hr>Generated by GTK-Doc V1.28</div>
356
356
  </body>
357
357
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
9
9
  <link rel="prev" href="GtkComboBoxText.html" title="GtkComboBoxText">
10
10
  <link rel="next" href="GtkMenuBar.html" title="GtkMenuBar">
11
- <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.28 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -926,20 +926,6 @@ to align with <em class="parameter"><code>rect</code></em>
926
926
  </table></div>
927
927
  </div>
928
928
  <p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
929
- <p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
930
- give outside developers early access to new or rapidly changing technology, or
931
- to provide an interim solution to a problem where a more general solution is
932
- anticipated. No claims are made about either source or binary compatibility from
933
- one minor release to the next.
934
-
935
- The Unstable interface level is a warning that these interfaces are subject to
936
- change without warning and should not be used in unbundled products.
937
-
938
- Given such caveats, customer impact need not be a factor when considering
939
- incompatible changes to an Unstable interface in a major or minor release.
940
- Nonetheless, when such changes are introduced, the changes should still be
941
- mentioned in the release notes for the affected release.
942
- "><span class="acronym">Unstable</span></acronym></p>
943
929
  </div>
944
930
  <hr>
945
931
  <div class="refsect2">
@@ -1017,20 +1003,6 @@ to align with <em class="parameter"><code>widget</code></em>
1017
1003
  </table></div>
1018
1004
  </div>
1019
1005
  <p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
1020
- <p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
1021
- give outside developers early access to new or rapidly changing technology, or
1022
- to provide an interim solution to a problem where a more general solution is
1023
- anticipated. No claims are made about either source or binary compatibility from
1024
- one minor release to the next.
1025
-
1026
- The Unstable interface level is a warning that these interfaces are subject to
1027
- change without warning and should not be used in unbundled products.
1028
-
1029
- Given such caveats, customer impact need not be a factor when considering
1030
- incompatible changes to an Unstable interface in a major or minor release.
1031
- Nonetheless, when such changes are introduced, the changes should still be
1032
- mentioned in the release notes for the affected release.
1033
- "><span class="acronym">Unstable</span></acronym></p>
1034
1006
  </div>
1035
1007
  <hr>
1036
1008
  <div class="refsect2">
@@ -1074,20 +1046,6 @@ out how it was actually positioned.</p>
1074
1046
  </table></div>
1075
1047
  </div>
1076
1048
  <p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
1077
- <p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
1078
- give outside developers early access to new or rapidly changing technology, or
1079
- to provide an interim solution to a problem where a more general solution is
1080
- anticipated. No claims are made about either source or binary compatibility from
1081
- one minor release to the next.
1082
-
1083
- The Unstable interface level is a warning that these interfaces are subject to
1084
- change without warning and should not be used in unbundled products.
1085
-
1086
- Given such caveats, customer impact need not be a factor when considering
1087
- incompatible changes to an Unstable interface in a major or minor release.
1088
- Nonetheless, when such changes are introduced, the changes should still be
1089
- mentioned in the release notes for the affected release.
1090
- "><span class="acronym">Unstable</span></acronym></p>
1091
1049
  </div>
1092
1050
  <hr>
1093
1051
  <div class="refsect2">
@@ -1399,8 +1357,8 @@ it first with <code class="function">g_intern_static_string()</code>.</p>
1399
1357
  </tr>
1400
1358
  <tr>
1401
1359
  <td class="parameter_name"><p>accel_path</p></td>
1402
- <td class="parameter_description"><p>a valid accelerator path. </p></td>
1403
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1360
+ <td class="parameter_description"><p>a valid accelerator path, or <code class="literal">NULL</code> to unset the path. </p></td>
1361
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1404
1362
  </tr>
1405
1363
  </tbody>
1406
1364
  </table></div>
@@ -1462,8 +1420,9 @@ text as that menu item’s label.</p>
1462
1420
  </tr>
1463
1421
  <tr>
1464
1422
  <td class="parameter_name"><p>title</p></td>
1465
- <td class="parameter_description"><p>a string containing the title for the menu</p></td>
1466
- <td class="parameter_annotations"> </td>
1423
+ <td class="parameter_description"><p>a string containing the title for the menu, or <code class="literal">NULL</code> to
1424
+ inherit the title of the parent menu item, if any. </p></td>
1425
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
1467
1426
  </tr>
1468
1427
  </tbody>
1469
1428
  </table></div>
@@ -2142,20 +2101,6 @@ bottom edge of the monitor.</p>
2142
2101
  <p>Flags: Read / Write / Construct</p>
2143
2102
  <p>Default value: GDK_ANCHOR_FLIP_X | GDK_ANCHOR_FLIP_Y | GDK_ANCHOR_SLIDE_X | GDK_ANCHOR_SLIDE_Y | GDK_ANCHOR_RESIZE_X | GDK_ANCHOR_RESIZE_Y</p>
2144
2103
  <p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
2145
- <p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
2146
- give outside developers early access to new or rapidly changing technology, or
2147
- to provide an interim solution to a problem where a more general solution is
2148
- anticipated. No claims are made about either source or binary compatibility from
2149
- one minor release to the next.
2150
-
2151
- The Unstable interface level is a warning that these interfaces are subject to
2152
- change without warning and should not be used in unbundled products.
2153
-
2154
- Given such caveats, customer impact need not be a factor when considering
2155
- incompatible changes to an Unstable interface in a major or minor release.
2156
- Nonetheless, when such changes are introduced, the changes should still be
2157
- mentioned in the release notes for the affected release.
2158
- "><span class="acronym">Unstable</span></acronym></p>
2159
2104
  </div>
2160
2105
  <hr>
2161
2106
  <div class="refsect2">
@@ -2178,20 +2123,6 @@ use <a class="link" href="GtkMenu.html#gtk-menu-attach-to-widget" title="gtk_men
2178
2123
  <p>Flags: Read / Write / Construct</p>
2179
2124
  <p>Default value: GDK_WINDOW_TYPE_HINT_POPUP_MENU</p>
2180
2125
  <p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
2181
- <p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
2182
- give outside developers early access to new or rapidly changing technology, or
2183
- to provide an interim solution to a problem where a more general solution is
2184
- anticipated. No claims are made about either source or binary compatibility from
2185
- one minor release to the next.
2186
-
2187
- The Unstable interface level is a warning that these interfaces are subject to
2188
- change without warning and should not be used in unbundled products.
2189
-
2190
- Given such caveats, customer impact need not be a factor when considering
2191
- incompatible changes to an Unstable interface in a major or minor release.
2192
- Nonetheless, when such changes are introduced, the changes should still be
2193
- mentioned in the release notes for the affected release.
2194
- "><span class="acronym">Unstable</span></acronym></p>
2195
2126
  </div>
2196
2127
  <hr>
2197
2128
  <div class="refsect2">
@@ -2215,20 +2146,6 @@ anchor.</p>
2215
2146
  <p>Flags: Read / Write / Construct</p>
2216
2147
  <p>Default value: 0</p>
2217
2148
  <p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
2218
- <p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
2219
- give outside developers early access to new or rapidly changing technology, or
2220
- to provide an interim solution to a problem where a more general solution is
2221
- anticipated. No claims are made about either source or binary compatibility from
2222
- one minor release to the next.
2223
-
2224
- The Unstable interface level is a warning that these interfaces are subject to
2225
- change without warning and should not be used in unbundled products.
2226
-
2227
- Given such caveats, customer impact need not be a factor when considering
2228
- incompatible changes to an Unstable interface in a major or minor release.
2229
- Nonetheless, when such changes are introduced, the changes should still be
2230
- mentioned in the release notes for the affected release.
2231
- "><span class="acronym">Unstable</span></acronym></p>
2232
2149
  </div>
2233
2150
  <hr>
2234
2151
  <div class="refsect2">
@@ -2241,20 +2158,6 @@ mentioned in the release notes for the affected release.
2241
2158
  <p>Flags: Read / Write / Construct</p>
2242
2159
  <p>Default value: 0</p>
2243
2160
  <p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
2244
- <p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
2245
- give outside developers early access to new or rapidly changing technology, or
2246
- to provide an interim solution to a problem where a more general solution is
2247
- anticipated. No claims are made about either source or binary compatibility from
2248
- one minor release to the next.
2249
-
2250
- The Unstable interface level is a warning that these interfaces are subject to
2251
- change without warning and should not be used in unbundled products.
2252
-
2253
- Given such caveats, customer impact need not be a factor when considering
2254
- incompatible changes to an Unstable interface in a major or minor release.
2255
- Nonetheless, when such changes are introduced, the changes should still be
2256
- mentioned in the release notes for the affected release.
2257
- "><span class="acronym">Unstable</span></acronym></p>
2258
2161
  </div>
2259
2162
  <hr>
2260
2163
  <div class="refsect2">
@@ -2541,24 +2444,10 @@ backend can't obtain it. </p></td>
2541
2444
  </div>
2542
2445
  <p>Flags: Run First</p>
2543
2446
  <p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
2544
- <p class="stability">Stability Level: <acronym title="Unstable interfaces are experimental or transitional. They are typically used to
2545
- give outside developers early access to new or rapidly changing technology, or
2546
- to provide an interim solution to a problem where a more general solution is
2547
- anticipated. No claims are made about either source or binary compatibility from
2548
- one minor release to the next.
2549
-
2550
- The Unstable interface level is a warning that these interfaces are subject to
2551
- change without warning and should not be used in unbundled products.
2552
-
2553
- Given such caveats, customer impact need not be a factor when considering
2554
- incompatible changes to an Unstable interface in a major or minor release.
2555
- Nonetheless, when such changes are introduced, the changes should still be
2556
- mentioned in the release notes for the affected release.
2557
- "><span class="acronym">Unstable</span></acronym></p>
2558
2447
  </div>
2559
2448
  </div>
2560
2449
  </div>
2561
2450
  <div class="footer">
2562
- <hr>Generated by GTK-Doc V1.27</div>
2451
+ <hr>Generated by GTK-Doc V1.28</div>
2563
2452
  </body>
2564
2453
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
9
9
  <link rel="prev" href="GtkMenu.html" title="GtkMenu">
10
10
  <link rel="next" href="GtkMenuItem.html" title="GtkMenuItem">
11
- <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.28 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -463,6 +463,6 @@ menuitems are arranged in the menubar.</p>
463
463
  </div>
464
464
  </div>
465
465
  <div class="footer">
466
- <hr>Generated by GTK-Doc V1.27</div>
466
+ <hr>Generated by GTK-Doc V1.28</div>
467
467
  </body>
468
468
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="ButtonWidgets.html" title="Buttons and Toggles">
9
9
  <link rel="prev" href="GtkLinkButton.html" title="GtkLinkButton">
10
10
  <link rel="next" href="GtkSwitch.html" title="GtkSwitch">
11
- <meta name="generator" content="GTK-Doc V1.27 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.28 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -353,9 +353,12 @@ with another <a class="link" href="GtkWidget.html" title="GtkWidget"><span class
353
353
  <pre class="programlisting"><span class="returnvalue">void</span>
354
354
  gtk_menu_button_set_popup (<em class="parameter"><code><a class="link" href="GtkMenuButton.html" title="GtkMenuButton"><span class="type">GtkMenuButton</span></a> *menu_button</code></em>,
355
355
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu</code></em>);</pre>
356
- <p>Sets the <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> that will be popped up when the button is clicked,
357
- or <code class="literal">NULL</code> to disable the button. If <a class="link" href="GtkMenuButton.html#GtkMenuButton--menu-model" title="The “menu-model” property"><span class="type">“menu-model”</span></a> or
358
- <a class="link" href="GtkMenuButton.html#GtkMenuButton--popover" title="The “popover” property"><span class="type">“popover”</span></a> are set, they will be set to <code class="literal">NULL</code>.</p>
356
+ <p>Sets the <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> that will be popped up when the <em class="parameter"><code>menu_button</code></em>
357
+ is clicked, or
358
+ <code class="literal">NULL</code> to dissociate any existing menu and disable the button.</p>
359
+ <p>If <a class="link" href="GtkMenuButton.html#GtkMenuButton--menu-model" title="The “menu-model” property"><span class="type">“menu-model”</span></a> or <a class="link" href="GtkMenuButton.html#GtkMenuButton--popover" title="The “popover” property"><span class="type">“popover”</span></a> are set, those objects
360
+ are dissociated from the <em class="parameter"><code>menu_button</code></em>
361
+ , and those properties are set to <code class="literal">NULL</code>.</p>
359
362
  <div class="refsect3">
360
363
  <a name="gtk-menu-button-set-popup.parameters"></a><h4>Parameters</h4>
361
364
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -372,8 +375,8 @@ or <code class="literal">NULL</code> to disable the button. If <a class="link" h
372
375
  </tr>
373
376
  <tr>
374
377
  <td class="parameter_name"><p>menu</p></td>
375
- <td class="parameter_description"><p>a <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a>. </p></td>
376
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
378
+ <td class="parameter_description"><p>a <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a>, or <code class="literal">NULL</code> to unset and disable the button. </p></td>
379
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
377
380
  </tr>
378
381
  </tbody>
379
382
  </table></div>
@@ -416,9 +419,12 @@ returns <code class="literal">NULL</code>.</p>
416
419
  <pre class="programlisting"><span class="returnvalue">void</span>
417
420
  gtk_menu_button_set_popover (<em class="parameter"><code><a class="link" href="GtkMenuButton.html" title="GtkMenuButton"><span class="type">GtkMenuButton</span></a> *menu_button</code></em>,
418
421
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *popover</code></em>);</pre>
419
- <p>Sets the <a class="link" href="GtkPopover.html" title="GtkPopover"><span class="type">GtkPopover</span></a> that will be popped up when the button is
420
- clicked, or <code class="literal">NULL</code> to disable the button. If <a class="link" href="GtkMenuButton.html#GtkMenuButton--menu-model" title="The “menu-model” property"><span class="type">“menu-model”</span></a>
421
- or <a class="link" href="GtkMenuButton.html#GtkMenuButton--popup" title="The “popup” property"><span class="type">“popup”</span></a> are set, they will be set to <code class="literal">NULL</code>.</p>
422
+ <p>Sets the <a class="link" href="GtkPopover.html" title="GtkPopover"><span class="type">GtkPopover</span></a> that will be popped up when the <em class="parameter"><code>menu_button</code></em>
423
+ is clicked,
424
+ or <code class="literal">NULL</code> to dissociate any existing popover and disable the button.</p>
425
+ <p>If <a class="link" href="GtkMenuButton.html#GtkMenuButton--menu-model" title="The “menu-model” property"><span class="type">“menu-model”</span></a> or <a class="link" href="GtkMenuButton.html#GtkMenuButton--popup" title="The “popup” property"><span class="type">“popup”</span></a> are set, those objects
426
+ are dissociated from the <em class="parameter"><code>menu_button</code></em>
427
+ , and those properties are set to <code class="literal">NULL</code>.</p>
422
428
  <div class="refsect3">
423
429
  <a name="gtk-menu-button-set-popover.parameters"></a><h4>Parameters</h4>
424
430
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -435,8 +441,8 @@ or <a class="link" href="GtkMenuButton.html#GtkMenuButton--popup" title="The “
435
441
  </tr>
436
442
  <tr>
437
443
  <td class="parameter_name"><p>popover</p></td>
438
- <td class="parameter_description"><p>a <a class="link" href="GtkPopover.html" title="GtkPopover"><span class="type">GtkPopover</span></a>. </p></td>
439
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
444
+ <td class="parameter_description"><p>a <a class="link" href="GtkPopover.html" title="GtkPopover"><span class="type">GtkPopover</span></a>, or <code class="literal">NULL</code> to unset and disable the button. </p></td>
445
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
440
446
  </tr>
441
447
  </tbody>
442
448
  </table></div>
@@ -480,13 +486,15 @@ returns <code class="literal">NULL</code>.</p>
480
486
  gtk_menu_button_set_menu_model (<em class="parameter"><code><a class="link" href="GtkMenuButton.html" title="GtkMenuButton"><span class="type">GtkMenuButton</span></a> *menu_button</code></em>,
481
487
  <em class="parameter"><code><span class="type">GMenuModel</span> *menu_model</code></em>);</pre>
482
488
  <p>Sets the <span class="type">GMenuModel</span> from which the popup will be constructed,
483
- or <code class="literal">NULL</code> to disable the button.</p>
489
+ or <code class="literal">NULL</code> to dissociate any existing menu model and disable the button.</p>
484
490
  <p>Depending on the value of <a class="link" href="GtkMenuButton.html#GtkMenuButton--use-popover" title="The “use-popover” property"><span class="type">“use-popover”</span></a>, either a
485
491
  <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> will be created with <a class="link" href="GtkMenu.html#gtk-menu-new-from-model" title="gtk_menu_new_from_model ()"><code class="function">gtk_menu_new_from_model()</code></a>, or a
486
492
  <a class="link" href="GtkPopover.html" title="GtkPopover"><span class="type">GtkPopover</span></a> with <a class="link" href="GtkPopover.html#gtk-popover-new-from-model" title="gtk_popover_new_from_model ()"><code class="function">gtk_popover_new_from_model()</code></a>. In either case,
487
493
  actions will be connected as documented for these functions.</p>
488
- <p>If <a class="link" href="GtkMenuButton.html#GtkMenuButton--popup" title="The “popup” property"><span class="type">“popup”</span></a> or <a class="link" href="GtkMenuButton.html#GtkMenuButton--popover" title="The “popover” property"><span class="type">“popover”</span></a> are already set,
489
- their content will be lost and replaced by the newly created popup.</p>
494
+ <p>If <a class="link" href="GtkMenuButton.html#GtkMenuButton--popup" title="The “popup” property"><span class="type">“popup”</span></a> or <a class="link" href="GtkMenuButton.html#GtkMenuButton--popover" title="The “popover” property"><span class="type">“popover”</span></a> are already set, those
495
+ widgets are dissociated from the <em class="parameter"><code>menu_button</code></em>
496
+ , and those properties are set
497
+ to <code class="literal">NULL</code>.</p>
490
498
  <div class="refsect3">
491
499
  <a name="gtk-menu-button-set-menu-model.parameters"></a><h4>Parameters</h4>
492
500
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -503,8 +511,9 @@ their content will be lost and replaced by the newly created popup.</p>
503
511
  </tr>
504
512
  <tr>
505
513
  <td class="parameter_name"><p>menu_model</p></td>
506
- <td class="parameter_description"><p>a <span class="type">GMenuModel</span>. </p></td>
507
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
514
+ <td class="parameter_description"><p>a <span class="type">GMenuModel</span>, or <code class="literal">NULL</code> to unset and disable the
515
+ button. </p></td>
516
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
508
517
  </tr>
509
518
  </tbody>
510
519
  </table></div>
@@ -850,6 +859,6 @@ or a <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkM
850
859
  </div>
851
860
  </div>
852
861
  <div class="footer">
853
- <hr>Generated by GTK-Doc V1.27</div>
862
+ <hr>Generated by GTK-Doc V1.28</div>
854
863
  </body>
855
864
  </html>