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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (969) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -4
  3. data/vendor/local/bin/gtk-builder-tool.exe +0 -0
  4. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  5. data/vendor/local/bin/gtk-launch.exe +0 -0
  6. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  7. data/vendor/local/bin/gtk-query-settings.exe +0 -0
  8. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  9. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  10. data/vendor/local/bin/gtk3-demo.exe +0 -0
  11. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  12. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  13. data/vendor/local/bin/libepoxy-0.dll +0 -0
  14. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  15. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  16. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  17. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  18. data/vendor/local/include/gtk-3.0/gdk/gdk.h +1 -0
  19. data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +6 -1
  20. data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +5 -2
  21. data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +2 -2
  22. data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +8 -1
  23. data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +39 -0
  24. data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +10 -2
  25. data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +134 -0
  26. data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +2 -0
  27. data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +2 -0
  28. data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
  29. data/vendor/local/include/gtk-3.0/gdk/gdkseat.h +117 -0
  30. data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +74 -1
  31. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +50 -2
  32. data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -1
  33. data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +9 -49
  34. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -1
  35. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +6 -1
  36. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -1
  37. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -1
  38. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h +0 -6
  39. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +28 -28
  40. data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +0 -18
  41. data/vendor/local/include/gtk-3.0/gtk/gtk.h +7 -0
  42. data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +2 -0
  43. data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +2 -0
  44. data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +2 -2
  45. data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +1 -0
  46. data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +2 -2
  47. data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +2 -0
  48. data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +8 -0
  49. data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +8 -0
  50. data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +4 -1
  51. data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -1
  52. data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +1 -0
  53. data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +10 -1
  54. data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +2 -2
  55. data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +2 -2
  56. data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +0 -6
  57. data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +2 -2
  58. data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +11 -1
  59. data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +6 -0
  60. data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +8 -3
  61. data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +2 -2
  62. data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -46
  63. data/vendor/local/include/gtk-3.0/gtk/gtkdragsource.h +78 -0
  64. data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +25 -2
  65. data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +2 -2
  66. data/vendor/local/include/gtk-3.0/gtk/gtkfilechoosernative.h +56 -0
  67. data/vendor/local/include/gtk-3.0/gtk/gtkflowbox.h +24 -1
  68. data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +11 -1
  69. data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +2 -1
  70. data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
  71. data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +2 -2
  72. data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +9 -0
  73. data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +8 -0
  74. data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +1 -2
  75. data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +2 -2
  76. data/vendor/local/include/gtk-3.0/gtk/gtknativedialog.h +81 -0
  77. data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +11 -0
  78. data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +37 -19
  79. data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +13 -0
  80. data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +1 -1
  81. data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -0
  82. data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
  83. data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +1 -1
  84. data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +9 -0
  85. data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -0
  86. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsgroup.h +42 -0
  87. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutssection.h +43 -0
  88. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +79 -0
  89. data/vendor/local/include/gtk-3.0/gtk/gtkshortcutswindow.h +58 -0
  90. data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +5 -1
  91. data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +141 -90
  92. data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +9 -9
  93. data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -1
  94. data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +0 -27
  95. data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +2 -2
  96. data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +5 -1
  97. data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +12 -9
  98. data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +3 -1
  99. data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -6
  100. data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +2 -0
  101. data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +10 -0
  102. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
  103. data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +34 -23
  104. data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +8 -0
  105. data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +12 -3
  106. data/vendor/local/lib/gdk-win32-3.0.def +28 -0
  107. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  108. data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
  109. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  110. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  111. data/vendor/local/lib/gtk-win32-3.0.def +7 -7
  112. data/vendor/local/lib/libepoxy.dll.a +0 -0
  113. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  114. data/vendor/local/lib/libgailutil-3.la +3 -3
  115. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  116. data/vendor/local/lib/libgdk-3.la +6 -6
  117. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  118. data/vendor/local/lib/libgtk-3.la +6 -6
  119. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  120. data/vendor/local/lib/libgtkreftestprivate.la +3 -3
  121. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  122. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
  123. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
  124. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
  125. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
  126. data/vendor/local/share/aclocal/gtk-3.0.m4 +5 -8
  127. data/vendor/local/share/applications/gtk3-demo.desktop +1 -1
  128. data/vendor/local/share/applications/gtk3-icon-browser.desktop +1 -1
  129. data/vendor/local/share/applications/gtk3-widget-factory.desktop +1 -1
  130. data/vendor/local/share/gettext/its/gtkbuilder.its +23 -0
  131. data/vendor/local/share/gettext/its/gtkbuilder.loc +6 -0
  132. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1315 -159
  133. data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +37 -1
  134. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +5567 -2230
  135. data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
  136. data/vendor/local/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml +9 -0
  137. data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +1 -1
  138. data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +12 -0
  139. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +36 -36
  140. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +14 -14
  141. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +1 -1
  142. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +3 -3
  143. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +2 -2
  144. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +143 -69
  145. data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +28 -19
  146. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +246 -76
  147. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +12 -12
  148. data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +28 -28
  149. data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +72 -26
  150. data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +91 -79
  151. data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +685 -0
  152. data/vendor/local/share/gtk-doc/html/gdk3/alias_cursor.png +0 -0
  153. data/vendor/local/share/gtk-doc/html/gdk3/all_scroll_cursor.png +0 -0
  154. data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +4 -4
  155. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +2 -6
  156. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +2 -18
  157. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +2 -2
  158. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +2 -2
  159. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +4 -4
  160. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-18.html +45 -0
  161. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +2 -2
  162. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +170 -0
  163. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +2 -2
  164. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +2 -2
  165. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +2 -18
  166. data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +26 -2
  167. data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +163 -35
  168. data/vendor/local/share/gtk-doc/html/gdk3/cell_cursor.png +0 -0
  169. data/vendor/local/share/gtk-doc/html/gdk3/col_resize_cursor.png +0 -0
  170. data/vendor/local/share/gtk-doc/html/gdk3/copy_cursor.png +0 -0
  171. data/vendor/local/share/gtk-doc/html/gdk3/crosshair_cursor.png +0 -0
  172. data/vendor/local/share/gtk-doc/html/gdk3/default_cursor.png +0 -0
  173. data/vendor/local/share/gtk-doc/html/gdk3/e_resize_cursor.png +0 -0
  174. data/vendor/local/share/gtk-doc/html/gdk3/ew_resize_cursor.png +0 -0
  175. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -16
  176. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +27 -27
  177. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +14 -14
  178. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +75 -54
  179. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +549 -43
  180. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +272 -32
  181. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +260 -161
  182. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +18 -20
  183. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +154 -150
  184. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +90 -55
  185. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +45 -45
  186. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +20 -18
  187. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +56 -8
  188. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +19 -19
  189. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +14 -14
  190. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +16 -16
  191. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +9 -9
  192. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +19 -19
  193. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +33 -33
  194. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +2 -349
  195. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +432 -291
  196. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +114 -114
  197. data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +294 -28
  198. data/vendor/local/share/gtk-doc/html/gdk3/grab_cursor.png +0 -0
  199. data/vendor/local/share/gtk-doc/html/gdk3/grabbing_cursor.png +0 -0
  200. data/vendor/local/share/gtk-doc/html/gdk3/hand_cursor.png +0 -0
  201. data/vendor/local/share/gtk-doc/html/gdk3/help_cursor.png +0 -0
  202. data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -3
  203. data/vendor/local/share/gtk-doc/html/gdk3/move_cursor.png +0 -0
  204. data/vendor/local/share/gtk-doc/html/gdk3/n_resize_cursor.png +0 -0
  205. data/vendor/local/share/gtk-doc/html/gdk3/ne_resize_cursor.png +0 -0
  206. data/vendor/local/share/gtk-doc/html/gdk3/nesw_resize_cursor.png +0 -0
  207. data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
  208. data/vendor/local/share/gtk-doc/html/gdk3/not_allowed_cursor.png +0 -0
  209. data/vendor/local/share/gtk-doc/html/gdk3/ns_resize_cursor.png +0 -0
  210. data/vendor/local/share/gtk-doc/html/gdk3/nw_resize_cursor.png +0 -0
  211. data/vendor/local/share/gtk-doc/html/gdk3/nwse_resize_cursor.png +0 -0
  212. data/vendor/local/share/gtk-doc/html/gdk3/pointer_cursor.png +0 -0
  213. data/vendor/local/share/gtk-doc/html/gdk3/progress_cursor.png +0 -0
  214. data/vendor/local/share/gtk-doc/html/gdk3/reference.html +5 -2
  215. data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/gdk3/row_resize_cursor.png +0 -0
  217. data/vendor/local/share/gtk-doc/html/gdk3/s_resize_cursor.png +0 -0
  218. data/vendor/local/share/gtk-doc/html/gdk3/se_resize_cursor.png +0 -0
  219. data/vendor/local/share/gtk-doc/html/gdk3/sw_resize_cursor.png +0 -0
  220. data/vendor/local/share/gtk-doc/html/gdk3/text_cursor.png +0 -0
  221. data/vendor/local/share/gtk-doc/html/gdk3/vertical_text_cursor.png +0 -0
  222. data/vendor/local/share/gtk-doc/html/gdk3/w_resize_cursor.png +0 -0
  223. data/vendor/local/share/gtk-doc/html/gdk3/wait_cursor.png +0 -0
  224. data/vendor/local/share/gtk-doc/html/gdk3/zoom_in_cursor.png +0 -0
  225. data/vendor/local/share/gtk-doc/html/gdk3/zoom_out_cursor.png +0 -0
  226. data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +5 -2
  227. data/vendor/local/share/gtk-doc/html/gtk3/Application.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +2 -2
  230. data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -3
  232. data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +2 -2
  234. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +66 -66
  235. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +44 -25
  236. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +8 -8
  237. data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +145 -151
  238. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +15 -11
  239. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +46 -53
  240. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +15 -14
  241. data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +15 -15
  242. data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +91 -91
  243. data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +14 -14
  244. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +14 -14
  245. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +24 -30
  246. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +21 -24
  247. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +37 -38
  248. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +83 -74
  249. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +124 -26
  250. data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +6 -6
  251. data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +12 -12
  252. data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +179 -66
  253. data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +7 -11
  254. data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +37 -30
  255. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +27 -32
  256. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +163 -84
  257. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +92 -78
  258. data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +45 -26
  259. data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +35 -34
  260. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +111 -111
  261. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +11 -11
  262. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +15 -15
  263. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +11 -11
  264. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +21 -20
  265. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +61 -61
  266. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +10 -10
  267. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +5 -5
  268. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +13 -13
  269. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
  270. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
  271. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +4 -4
  272. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +38 -46
  273. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +15 -15
  274. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +46 -45
  275. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +59 -10
  276. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +47 -26
  277. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +61 -38
  278. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +19 -19
  279. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +5 -5
  280. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +10 -10
  281. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +65 -72
  282. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +7 -7
  283. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +151 -95
  284. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +42 -15
  285. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +188 -81
  286. data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +77 -2031
  287. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +38 -43
  288. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +27 -14
  289. data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +22 -22
  290. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +261 -215
  291. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -23
  292. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +65 -58
  293. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +14 -18
  294. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +16 -16
  295. data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +88 -45
  296. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +168 -164
  297. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +24 -44
  298. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +12 -8
  299. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +127 -92
  300. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +22 -21
  301. data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -6
  302. data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +231 -68
  303. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +32 -28
  304. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +178 -53
  305. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +8 -12
  306. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +10 -10
  307. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +36 -36
  308. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +19 -19
  309. data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +50 -32
  310. data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +52 -52
  311. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +117 -99
  312. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +14 -14
  313. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +8 -8
  314. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +13 -13
  315. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +10 -10
  316. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -8
  317. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +22 -21
  318. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -8
  319. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -8
  320. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +38 -42
  321. data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
  322. data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +4 -4
  323. data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +4 -4
  324. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -12
  325. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
  326. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +5 -5
  327. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +4 -4
  328. data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +18 -23
  329. data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +31 -29
  330. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +38 -38
  331. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +17 -5
  332. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +8 -8
  333. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +180 -174
  334. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +148 -118
  335. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +100 -97
  336. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +25 -29
  337. data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +32 -25
  338. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +20 -20
  339. data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +187 -147
  340. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +20 -20
  341. data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +118 -56
  342. data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +20 -15
  343. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +102 -94
  344. data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +33 -33
  345. data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +23 -27
  346. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +98 -57
  347. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +27 -18
  348. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +43 -38
  349. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +91 -46
  350. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +37 -37
  351. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -23
  352. data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +19 -19
  353. data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
  354. data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +87 -11
  355. data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +182 -96
  356. data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +45 -45
  357. data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +17 -21
  358. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +213 -28
  359. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +44 -44
  360. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +15 -19
  361. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +60 -33
  362. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +45 -45
  363. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +663 -96
  364. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +29 -31
  365. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +261 -39
  366. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +10 -7
  367. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +39 -39
  368. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +53 -53
  369. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +124 -124
  370. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +37 -32
  371. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +51 -51
  372. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +117 -60
  373. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +13 -13
  374. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +61 -21
  375. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +118 -18
  376. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +21 -18
  377. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +98 -50
  378. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
  379. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +55 -55
  380. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +7 -7
  381. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +9 -9
  382. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +6 -6
  383. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +25 -24
  384. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +86 -85
  385. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +22 -22
  386. data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +110 -35
  387. data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +33 -28
  388. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +18 -18
  389. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +49 -5
  390. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +71 -59
  391. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +25 -25
  392. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +14 -14
  393. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +11 -6
  394. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +10 -10
  395. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +14 -14
  396. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +113 -38
  397. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +181 -0
  398. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +204 -0
  399. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +349 -0
  400. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +251 -0
  401. data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +17 -17
  402. data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +22 -23
  403. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +107 -50
  404. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +10 -6
  405. data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +142 -44
  406. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +16 -8
  407. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +36 -10
  408. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +109 -109
  409. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +25 -16
  410. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +86 -91
  411. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +512 -296
  412. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +9 -9
  413. data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +61 -22
  414. data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +25 -25
  415. data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +6 -10
  416. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +183 -179
  417. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +246 -186
  418. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +16 -16
  419. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +157 -75
  420. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +20 -19
  421. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +507 -204
  422. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +53 -58
  423. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +13 -13
  424. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +28 -21
  425. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +18 -22
  426. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +61 -58
  427. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +55 -60
  428. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +44 -44
  429. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +51 -51
  430. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +23 -23
  431. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +52 -37
  432. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +24 -24
  433. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +117 -118
  434. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +26 -24
  435. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +23 -21
  436. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -46
  437. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +41 -41
  438. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +35 -35
  439. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +216 -184
  440. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +89 -89
  441. data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +44 -44
  442. data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +5 -5
  443. data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +4 -4
  444. data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +4 -4
  445. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
  446. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +5 -5
  447. data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +4 -4
  448. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +32 -32
  449. data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
  450. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1283 -903
  451. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +390 -264
  452. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +16 -16
  453. data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +2 -2
  454. data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +2 -2
  455. data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +4 -4
  456. data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +2 -2
  457. data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +2 -2
  458. data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +4 -4
  459. data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +2 -2
  460. data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +2 -2
  461. data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +2 -2
  462. data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -2
  463. data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +43 -0
  464. data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +5 -5
  465. data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +2 -2
  466. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +2 -2
  467. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +2 -2
  468. data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +2 -2
  469. data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +4 -4
  470. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +2 -2
  471. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +2 -10
  472. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +2 -2
  473. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +18 -2
  474. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +12 -4
  475. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +202 -0
  476. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +2 -6
  477. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +233 -0
  478. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +2 -2
  479. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +2 -2
  480. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +2 -2
  481. data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +422 -2
  482. data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +502 -18
  483. data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +6 -6
  484. data/vendor/local/share/gtk-doc/html/gtk3/builder-shortcuts.png +0 -0
  485. data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +3 -3
  486. data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +2 -2
  487. data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +11 -19
  488. data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
  489. data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +11 -7
  490. data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +2 -2
  491. data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch26s02.html} +83 -83
  492. data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch28s02.html} +5 -5
  493. data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch30s02.html} +5 -5
  494. data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch30s03.html} +5 -5
  495. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +1311 -0
  496. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +1670 -0
  497. data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +3 -3
  498. data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +39 -39
  499. data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -3
  500. data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +2 -2
  501. data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/gtk3/clocks-shortcuts.png +0 -0
  503. data/vendor/local/share/gtk-doc/html/gtk3/gedit-shortcuts.png +0 -0
  504. data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +4 -4
  505. data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +2 -2
  506. data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +101 -0
  507. data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +2 -2
  508. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +4 -4
  509. data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +4 -4
  510. data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +2 -2
  511. data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +19 -9
  512. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +63 -63
  513. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +7 -7
  514. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
  515. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +5 -5
  516. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +13 -13
  517. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
  518. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -3
  519. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +4 -4
  520. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +5 -5
  521. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +5 -5
  522. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
  523. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +8 -8
  524. data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +2 -2
  525. data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +2 -2
  526. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +2 -2
  527. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +47 -0
  528. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +30 -30
  529. data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +2 -2
  530. data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -10
  531. data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +2 -2
  532. data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
  533. data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +27 -2
  534. data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +2 -2
  535. data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +2 -2
  536. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +25 -25
  537. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +51 -51
  538. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +106 -106
  539. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +115 -91
  540. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +78 -77
  541. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +30 -34
  542. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +107 -96
  543. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +479 -0
  544. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +14 -14
  545. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +571 -0
  546. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +19 -19
  547. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +25 -25
  548. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +18 -18
  549. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +159 -65
  550. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +85 -90
  551. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +99 -105
  552. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +7 -7
  553. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +62 -67
  554. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +131 -131
  555. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +25 -18
  556. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +161 -159
  557. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +71 -35
  558. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +103 -107
  559. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +2 -2
  560. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +21 -5
  561. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +3 -3
  562. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +2 -2
  563. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +864 -160
  564. data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +2 -2
  565. data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +24 -3
  566. data/vendor/local/share/gtk-doc/html/gtk3/index.html +64 -25
  567. data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +23 -23
  568. data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +2 -2
  569. data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +8 -2
  570. data/vendor/local/share/gtk-doc/html/gtk3/theming.html +14 -4
  571. data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
  572. data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
  573. data/vendor/local/share/icons/Adwaita/16x16/devices/ebook-reader.png +0 -0
  574. data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-new.png +0 -0
  575. data/vendor/local/share/icons/Adwaita/16x16/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  576. data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
  577. data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
  578. data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
  579. data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
  580. data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
  581. data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
  582. data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
  583. data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
  584. data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
  585. data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
  586. data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
  587. data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
  588. data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
  589. data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
  590. data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
  591. data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
  592. data/vendor/local/share/icons/Adwaita/16x16/status/mail-unread.png +0 -0
  593. data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
  594. data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
  595. data/vendor/local/share/icons/Adwaita/22x22/devices/ebook-reader.png +0 -0
  596. data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-new.png +0 -0
  597. data/vendor/local/share/icons/Adwaita/22x22/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  598. data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
  599. data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
  600. data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
  601. data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
  602. data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
  603. data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
  604. data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
  605. data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
  606. data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
  607. data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
  608. data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
  609. data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
  610. data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
  611. data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
  612. data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
  613. data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
  614. data/vendor/local/share/icons/Adwaita/22x22/status/mail-unread.png +0 -0
  615. data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
  616. data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
  617. data/vendor/local/share/icons/Adwaita/24x24/devices/ebook-reader.png +0 -0
  618. data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-new.png +0 -0
  619. data/vendor/local/share/icons/Adwaita/24x24/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  620. data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
  621. data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
  622. data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
  623. data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
  624. data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
  625. data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
  626. data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
  627. data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
  628. data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
  629. data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
  630. data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
  631. data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
  632. data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
  633. data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
  634. data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
  635. data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
  636. data/vendor/local/share/icons/Adwaita/24x24/status/mail-unread.png +0 -0
  637. data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
  638. data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
  639. data/vendor/local/share/icons/Adwaita/256x256/devices/ebook-reader.png +0 -0
  640. data/vendor/local/share/icons/Adwaita/256x256/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  641. data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
  642. data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
  643. data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
  644. data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
  645. data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
  646. data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
  647. data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
  648. data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
  649. data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
  650. data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
  651. data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
  652. data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
  653. data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
  654. data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
  655. data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
  656. data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
  657. data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
  658. data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
  659. data/vendor/local/share/icons/Adwaita/32x32/devices/ebook-reader.png +0 -0
  660. data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-new.png +0 -0
  661. data/vendor/local/share/icons/Adwaita/32x32/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  662. data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
  663. data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
  664. data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
  665. data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
  666. data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
  667. data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
  668. data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
  669. data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
  670. data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
  671. data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
  672. data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
  673. data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
  674. data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
  675. data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
  676. data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
  677. data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
  678. data/vendor/local/share/icons/Adwaita/32x32/status/mail-unread.png +0 -0
  679. data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
  680. data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
  681. data/vendor/local/share/icons/Adwaita/48x48/devices/ebook-reader.png +0 -0
  682. data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-new.png +0 -0
  683. data/vendor/local/share/icons/Adwaita/48x48/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
  684. data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
  685. data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
  686. data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
  687. data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
  688. data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
  689. data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
  690. data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
  691. data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
  692. data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
  693. data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
  694. data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
  695. data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
  696. data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
  697. data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
  698. data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
  699. data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
  700. data/vendor/local/share/icons/Adwaita/48x48/status/mail-unread.png +0 -0
  701. data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-new.png +0 -0
  702. data/vendor/local/share/icons/Adwaita/cursors/00008160000006810000408080010102 +0 -0
  703. data/vendor/local/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140 +0 -0
  704. data/vendor/local/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 +0 -0
  705. data/vendor/local/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +0 -0
  706. data/vendor/local/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf +0 -0
  707. data/vendor/local/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 +0 -0
  708. data/vendor/local/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204 +0 -0
  709. data/vendor/local/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df +0 -0
  710. data/vendor/local/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599 +0 -0
  711. data/vendor/local/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 +0 -0
  712. data/vendor/local/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +0 -0
  713. data/vendor/local/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 +0 -0
  714. data/vendor/local/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f +0 -0
  715. data/vendor/local/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f +0 -0
  716. data/vendor/local/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 +0 -0
  717. data/vendor/local/share/icons/Adwaita/cursors/X_cursor +0 -0
  718. data/vendor/local/share/icons/Adwaita/cursors/alias +0 -0
  719. data/vendor/local/share/icons/Adwaita/cursors/all-scroll +0 -0
  720. data/vendor/local/share/icons/Adwaita/cursors/arrow +0 -0
  721. data/vendor/local/share/icons/Adwaita/cursors/bd_double_arrow +0 -0
  722. data/vendor/local/share/icons/Adwaita/cursors/bottom_left_corner +0 -0
  723. data/vendor/local/share/icons/Adwaita/cursors/bottom_right_corner +0 -0
  724. data/vendor/local/share/icons/Adwaita/cursors/bottom_side +0 -0
  725. data/vendor/local/share/icons/Adwaita/cursors/bottom_tee +0 -0
  726. data/vendor/local/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +0 -0
  727. data/vendor/local/share/icons/Adwaita/cursors/cell +0 -0
  728. data/vendor/local/share/icons/Adwaita/cursors/circle +0 -0
  729. data/vendor/local/share/icons/Adwaita/cursors/col-resize +0 -0
  730. data/vendor/local/share/icons/Adwaita/cursors/copy +0 -0
  731. data/vendor/local/share/icons/Adwaita/cursors/cross +0 -0
  732. data/vendor/local/share/icons/Adwaita/cursors/cross_reverse +0 -0
  733. data/vendor/local/share/icons/Adwaita/cursors/crossed_circle +0 -0
  734. data/vendor/local/share/icons/Adwaita/cursors/crosshair +0 -0
  735. data/vendor/local/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b +0 -0
  736. data/vendor/local/share/icons/Adwaita/cursors/default +0 -0
  737. data/vendor/local/share/icons/Adwaita/cursors/diamond_cross +0 -0
  738. data/vendor/local/share/icons/Adwaita/cursors/dnd-ask +0 -0
  739. data/vendor/local/share/icons/Adwaita/cursors/dnd-copy +0 -0
  740. data/vendor/local/share/icons/Adwaita/cursors/dnd-link +0 -0
  741. data/vendor/local/share/icons/Adwaita/cursors/dnd-move +0 -0
  742. data/vendor/local/share/icons/Adwaita/cursors/dnd-none +0 -0
  743. data/vendor/local/share/icons/Adwaita/cursors/dot_box_mask +0 -0
  744. data/vendor/local/share/icons/Adwaita/cursors/dotbox +0 -0
  745. data/vendor/local/share/icons/Adwaita/cursors/double_arrow +0 -0
  746. data/vendor/local/share/icons/Adwaita/cursors/draft_large +0 -0
  747. data/vendor/local/share/icons/Adwaita/cursors/draft_small +0 -0
  748. data/vendor/local/share/icons/Adwaita/cursors/draped_box +0 -0
  749. data/vendor/local/share/icons/Adwaita/cursors/e-resize +0 -0
  750. data/vendor/local/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 +0 -0
  751. data/vendor/local/share/icons/Adwaita/cursors/ew-resize +0 -0
  752. data/vendor/local/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +0 -0
  753. data/vendor/local/share/icons/Adwaita/cursors/fd_double_arrow +0 -0
  754. data/vendor/local/share/icons/Adwaita/cursors/fleur +0 -0
  755. data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
  756. data/vendor/local/share/icons/Adwaita/cursors/grabbing +0 -0
  757. data/vendor/local/share/icons/Adwaita/cursors/h_double_arrow +0 -0
  758. data/vendor/local/share/icons/Adwaita/cursors/hand +0 -0
  759. data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
  760. data/vendor/local/share/icons/Adwaita/cursors/hand2 +0 -0
  761. data/vendor/local/share/icons/Adwaita/cursors/help +0 -0
  762. data/vendor/local/share/icons/Adwaita/cursors/icon +0 -0
  763. data/vendor/local/share/icons/Adwaita/cursors/left_ptr +0 -0
  764. data/vendor/local/share/icons/Adwaita/cursors/left_ptr_help +0 -0
  765. data/vendor/local/share/icons/Adwaita/cursors/left_ptr_watch +0 -0
  766. data/vendor/local/share/icons/Adwaita/cursors/left_side +0 -0
  767. data/vendor/local/share/icons/Adwaita/cursors/left_tee +0 -0
  768. data/vendor/local/share/icons/Adwaita/cursors/link +0 -0
  769. data/vendor/local/share/icons/Adwaita/cursors/ll_angle +0 -0
  770. data/vendor/local/share/icons/Adwaita/cursors/lr_angle +0 -0
  771. data/vendor/local/share/icons/Adwaita/cursors/move +0 -0
  772. data/vendor/local/share/icons/Adwaita/cursors/n-resize +0 -0
  773. data/vendor/local/share/icons/Adwaita/cursors/ne-resize +0 -0
  774. data/vendor/local/share/icons/Adwaita/cursors/nesw-resize +0 -0
  775. data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
  776. data/vendor/local/share/icons/Adwaita/cursors/not-allowed +0 -0
  777. data/vendor/local/share/icons/Adwaita/cursors/ns-resize +0 -0
  778. data/vendor/local/share/icons/Adwaita/cursors/nw-resize +0 -0
  779. data/vendor/local/share/icons/Adwaita/cursors/nwse-resize +0 -0
  780. data/vendor/local/share/icons/Adwaita/cursors/pencil +0 -0
  781. data/vendor/local/share/icons/Adwaita/cursors/pirate +0 -0
  782. data/vendor/local/share/icons/Adwaita/cursors/plus +0 -0
  783. data/vendor/local/share/icons/Adwaita/cursors/pointer +0 -0
  784. data/vendor/local/share/icons/Adwaita/cursors/pointer-move +0 -0
  785. data/vendor/local/share/icons/Adwaita/cursors/progress +0 -0
  786. data/vendor/local/share/icons/Adwaita/cursors/question_arrow +0 -0
  787. data/vendor/local/share/icons/Adwaita/cursors/right_ptr +0 -0
  788. data/vendor/local/share/icons/Adwaita/cursors/right_side +0 -0
  789. data/vendor/local/share/icons/Adwaita/cursors/right_tee +0 -0
  790. data/vendor/local/share/icons/Adwaita/cursors/row-resize +0 -0
  791. data/vendor/local/share/icons/Adwaita/cursors/s-resize +0 -0
  792. data/vendor/local/share/icons/Adwaita/cursors/sb_down_arrow +0 -0
  793. data/vendor/local/share/icons/Adwaita/cursors/sb_h_double_arrow +0 -0
  794. data/vendor/local/share/icons/Adwaita/cursors/sb_left_arrow +0 -0
  795. data/vendor/local/share/icons/Adwaita/cursors/sb_right_arrow +0 -0
  796. data/vendor/local/share/icons/Adwaita/cursors/sb_up_arrow +0 -0
  797. data/vendor/local/share/icons/Adwaita/cursors/sb_v_double_arrow +0 -0
  798. data/vendor/local/share/icons/Adwaita/cursors/se-resize +0 -0
  799. data/vendor/local/share/icons/Adwaita/cursors/size_all +0 -0
  800. data/vendor/local/share/icons/Adwaita/cursors/size_bdiag +0 -0
  801. data/vendor/local/share/icons/Adwaita/cursors/size_fdiag +0 -0
  802. data/vendor/local/share/icons/Adwaita/cursors/size_hor +0 -0
  803. data/vendor/local/share/icons/Adwaita/cursors/size_ver +0 -0
  804. data/vendor/local/share/icons/Adwaita/cursors/sw-resize +0 -0
  805. data/vendor/local/share/icons/Adwaita/cursors/target +0 -0
  806. data/vendor/local/share/icons/Adwaita/cursors/tcross +0 -0
  807. data/vendor/local/share/icons/Adwaita/cursors/text +0 -0
  808. data/vendor/local/share/icons/Adwaita/cursors/top_left_arrow +0 -0
  809. data/vendor/local/share/icons/Adwaita/cursors/top_left_corner +0 -0
  810. data/vendor/local/share/icons/Adwaita/cursors/top_right_corner +0 -0
  811. data/vendor/local/share/icons/Adwaita/cursors/top_side +0 -0
  812. data/vendor/local/share/icons/Adwaita/cursors/top_tee +0 -0
  813. data/vendor/local/share/icons/Adwaita/cursors/ul_angle +0 -0
  814. data/vendor/local/share/icons/Adwaita/cursors/ur_angle +0 -0
  815. data/vendor/local/share/icons/Adwaita/cursors/v_double_arrow +0 -0
  816. data/vendor/local/share/icons/Adwaita/cursors/vertical-text +0 -0
  817. data/vendor/local/share/icons/Adwaita/cursors/w-resize +0 -0
  818. data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
  819. data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
  820. data/vendor/local/share/icons/Adwaita/cursors/xterm +0 -0
  821. data/vendor/local/share/icons/Adwaita/cursors/zoom-in +0 -0
  822. data/vendor/local/share/icons/Adwaita/cursors/zoom-out +0 -0
  823. data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
  824. data/vendor/local/share/icons/Adwaita/index.theme +0 -88
  825. data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +28 -16185
  826. data/vendor/local/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg +19 -14
  827. data/vendor/local/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg +19 -15
  828. data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +36 -0
  829. data/vendor/local/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg +21 -15
  830. data/vendor/local/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg +40 -14
  831. data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +10 -7
  832. data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-rtl-symbolic.svg → format-text-direction-symbolic-rtl.svg} +0 -0
  833. data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-ltr-symbolic.svg → format-text-direction-symbolic.svg} +0 -0
  834. data/vendor/local/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg +18 -14
  835. data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +20 -16
  836. data/vendor/local/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg +18 -17
  837. data/vendor/local/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg +43 -0
  838. data/vendor/local/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg +14 -15
  839. data/vendor/local/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg +12 -10
  840. data/vendor/local/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg +33 -0
  841. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +18 -16
  842. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg +20 -17
  843. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg +18 -16
  844. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg +19 -18
  845. data/vendor/local/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg +22 -15
  846. data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg +35 -0
  847. data/vendor/local/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg +32 -0
  848. data/vendor/local/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg +17 -22
  849. data/vendor/local/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg +12 -8
  850. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-consecutive-rtl-symbolic.svg → media-playlist-consecutive-symbolic-rtl.svg} +0 -0
  851. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-song-rtl-symbolic.svg → media-playlist-repeat-song-symbolic-rtl.svg} +0 -0
  852. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-rtl-symbolic.svg → media-playlist-repeat-symbolic-rtl.svg} +0 -0
  853. data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-shuffle-rtl-symbolic.svg → media-playlist-shuffle-symbolic-rtl.svg} +0 -0
  854. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +23 -19
  855. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg +10 -8
  856. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg +21 -15
  857. data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg +19 -17
  858. data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +14 -10
  859. data/vendor/local/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg +20 -17
  860. data/vendor/local/share/icons/Adwaita/scalable/status/{semi-starred-rtl-symbolic.svg → semi-starred-symbolic-rtl.svg} +0 -0
  861. data/vendor/local/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg +36 -0
  862. data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
  863. data/vendor/local/share/license/adwaita-icon-theme/AUTHORS +1 -0
  864. data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
  865. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
  866. data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
  867. data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
  868. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
  869. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
  870. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
  871. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
  872. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
  873. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
  874. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  875. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  876. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
  877. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
  878. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
  879. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
  880. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
  881. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
  882. data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
  883. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
  884. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
  885. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
  886. data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
  887. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
  888. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
  889. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
  890. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
  891. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
  892. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
  893. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
  894. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
  895. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
  896. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
  897. data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
  898. data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.mo +0 -0
  899. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
  900. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
  901. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
  902. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
  903. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
  904. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
  905. data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
  906. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
  907. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
  908. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
  909. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
  910. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
  911. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
  912. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
  913. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
  914. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
  915. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
  916. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
  917. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
  918. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
  919. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
  920. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
  921. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
  922. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
  923. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
  924. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
  925. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
  926. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
  927. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
  928. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
  929. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
  930. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
  931. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
  932. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
  933. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
  934. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
  935. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
  936. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
  937. data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
  938. data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30.mo +0 -0
  939. data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
  940. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
  941. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
  942. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
  943. data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
  944. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
  945. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
  946. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
  947. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
  948. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
  949. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  950. data/vendor/local/share/man/man1/gtk-builder-tool.1 +78 -0
  951. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  952. data/vendor/local/share/man/man1/gtk-launch.1 +7 -2
  953. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  954. data/vendor/local/share/man/man1/gtk-query-settings.1 +38 -0
  955. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  956. data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
  957. data/vendor/local/share/man/man1/gtk3-demo.1 +20 -2
  958. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +2 -2
  959. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  960. data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
  961. data/vendor/local/share/themes/Emacs/gtk-3.0/gtk-keys.css +7 -7
  962. metadata +141 -35
  963. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +0 -29
  964. data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +0 -1396
  965. data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +0 -9866
  966. data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +0 -32
  967. data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +0 -49
  968. data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +0 -34
  969. data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +0 -31
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="WindowWidgets.html" title="Windows">
9
9
  <link rel="prev" href="WindowWidgets.html" title="Windows">
10
10
  <link rel="next" href="GtkDialog.html" title="GtkDialog">
11
- <meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -158,7 +158,7 @@
158
158
  </tr>
159
159
  <tr>
160
160
  <td class="function_type">
161
- <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="returnvalue">GdkGravity</span></a>
161
+ <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkGravity"><span class="returnvalue">GdkGravity</span></a>
162
162
  </td>
163
163
  <td class="function_name">
164
164
  <a class="link" href="GtkWindow.html#gtk-window-get-gravity" title="gtk_window_get_gravity ()">gtk_window_get_gravity</a> <span class="c_punctuation">()</span>
@@ -214,7 +214,7 @@
214
214
  </tr>
215
215
  <tr>
216
216
  <td class="function_type">
217
- <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a> *
217
+ <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="returnvalue">GdkScreen</span></a> *
218
218
  </td>
219
219
  <td class="function_name">
220
220
  <a class="link" href="GtkWindow.html#gtk-window-get-screen" title="gtk_window_get_screen ()">gtk_window_get_screen</a> <span class="c_punctuation">()</span>
@@ -409,6 +409,14 @@
409
409
  <span class="returnvalue">void</span>
410
410
  </td>
411
411
  <td class="function_name">
412
+ <a class="link" href="GtkWindow.html#gtk-window-fullscreen-on-monitor" title="gtk_window_fullscreen_on_monitor ()">gtk_window_fullscreen_on_monitor</a> <span class="c_punctuation">()</span>
413
+ </td>
414
+ </tr>
415
+ <tr>
416
+ <td class="function_type">
417
+ <span class="returnvalue">void</span>
418
+ </td>
419
+ <td class="function_name">
412
420
  <a class="link" href="GtkWindow.html#gtk-window-unfullscreen" title="gtk_window_unfullscreen ()">gtk_window_unfullscreen</a> <span class="c_punctuation">()</span>
413
421
  </td>
414
422
  </tr>
@@ -589,7 +597,7 @@
589
597
  </tr>
590
598
  <tr>
591
599
  <td class="function_type">
592
- <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
600
+ <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
593
601
  </td>
594
602
  <td class="function_name">
595
603
  <a class="link" href="GtkWindow.html#gtk-window-get-icon" title="gtk_window_get_icon ()">gtk_window_get_icon</a> <span class="c_punctuation">()</span>
@@ -612,7 +620,7 @@
612
620
  </tr>
613
621
  <tr>
614
622
  <td class="function_type">
615
- <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a>
623
+ <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a>
616
624
  </td>
617
625
  <td class="function_name">
618
626
  <a class="link" href="GtkWindow.html#gtk-window-get-mnemonic-modifier" title="gtk_window_get_mnemonic_modifier ()">gtk_window_get_mnemonic_modifier</a> <span class="c_punctuation">()</span>
@@ -674,7 +682,7 @@
674
682
  </tr>
675
683
  <tr>
676
684
  <td class="function_type">
677
- <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowTypeHint"><span class="returnvalue">GdkWindowTypeHint</span></a>
685
+ <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkWindowTypeHint"><span class="returnvalue">GdkWindowTypeHint</span></a>
678
686
  </td>
679
687
  <td class="function_name">
680
688
  <a class="link" href="GtkWindow.html#gtk-window-get-type-hint" title="gtk_window_get_type_hint ()">gtk_window_get_type_hint</a> <span class="c_punctuation">()</span>
@@ -1049,7 +1057,7 @@
1049
1057
  <td class="property_flags">Read / Write</td>
1050
1058
  </tr>
1051
1059
  <tr>
1052
- <td class="property_type"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a></td>
1060
+ <td class="property_type"><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a></td>
1053
1061
  <td class="property_name"><a class="link" href="GtkWindow.html#GtkWindow--gravity" title="The “gravity” property">gravity</a></td>
1054
1062
  <td class="property_flags">Read / Write</td>
1055
1063
  </tr>
@@ -1070,7 +1078,7 @@
1070
1078
  </tr>
1071
1079
  <tr>
1072
1080
  <td class="property_type">
1073
- <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</td>
1081
+ <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</td>
1074
1082
  <td class="property_name"><a class="link" href="GtkWindow.html#GtkWindow--icon" title="The “icon” property">icon</a></td>
1075
1083
  <td class="property_flags">Read / Write</td>
1076
1084
  </tr>
@@ -1118,7 +1126,7 @@
1118
1126
  </tr>
1119
1127
  <tr>
1120
1128
  <td class="property_type">
1121
- <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *</td>
1129
+ <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *</td>
1122
1130
  <td class="property_name"><a class="link" href="GtkWindow.html#GtkWindow--screen" title="The “screen” property">screen</a></td>
1123
1131
  <td class="property_flags">Read / Write</td>
1124
1132
  </tr>
@@ -1156,7 +1164,7 @@
1156
1164
  <td class="property_flags">Read / Write / Construct Only</td>
1157
1165
  </tr>
1158
1166
  <tr>
1159
- <td class="property_type"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a></td>
1167
+ <td class="property_type"><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a></td>
1160
1168
  <td class="property_name"><a class="link" href="GtkWindow.html#GtkWindow--type-hint" title="The “type-hint” property">type-hint</a></td>
1161
1169
  <td class="property_flags">Read / Write</td>
1162
1170
  </tr>
@@ -1262,7 +1270,7 @@
1262
1270
  </div>
1263
1271
  <div class="refsect1">
1264
1272
  <a name="GtkWindow.object-hierarchy"></a><h2>Object Hierarchy</h2>
1265
- <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
1273
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
1266
1274
  <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
1267
1275
  <span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
1268
1276
  <span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
@@ -1272,7 +1280,8 @@
1272
1280
  <span class="lineart">├──</span> <a class="link" href="GtkApplicationWindow.html" title="GtkApplicationWindow">GtkApplicationWindow</a>
1273
1281
  <span class="lineart">├──</span> <a class="link" href="GtkAssistant.html" title="GtkAssistant">GtkAssistant</a>
1274
1282
  <span class="lineart">├──</span> <a class="link" href="GtkOffscreenWindow.html" title="GtkOffscreenWindow">GtkOffscreenWindow</a>
1275
- <span class="lineart">╰──</span> <a class="link" href="GtkPlug.html" title="GtkPlug">GtkPlug</a>
1283
+ <span class="lineart">├──</span> <a class="link" href="GtkPlug.html" title="GtkPlug">GtkPlug</a>
1284
+ <span class="lineart">╰──</span> <a class="link" href="GtkShortcutsWindow.html" title="GtkShortcutsWindow">GtkShortcutsWindow</a>
1276
1285
  </pre>
1277
1286
  </div>
1278
1287
  <div class="refsect1">
@@ -1335,6 +1344,37 @@ the widget to receive the focus when the window is mapped.</p>
1335
1344
  setting a child as the titlebar by specifying “titlebar” as the “type”
1336
1345
  attribute of a &lt;child&gt; element.</p>
1337
1346
  </div>
1347
+ <hr>
1348
+ <div class="refsect2">
1349
+ <a name="id-1.3.6.2.11.4"></a><h3>CSS nodes</h3>
1350
+ <div class="informalexample">
1351
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
1352
+ <tbody>
1353
+ <tr>
1354
+ <td class="listing_lines" align="right"><pre>1
1355
+ 2
1356
+ 3</pre></td>
1357
+ <td class="listing_code"><pre class="programlisting"><span class="normal">window</span>
1358
+ <span class="normal">├── decoration</span>
1359
+ <span class="normal">╰── </span><span class="symbol">&lt;</span><span class="normal">child</span><span class="symbol">&gt;</span></pre></td>
1360
+ </tr>
1361
+ </tbody>
1362
+ </table>
1363
+ </div>
1364
+
1365
+ <p></p>
1366
+ <p>GtkWindow has a main CSS node with name window and style class .background,
1367
+ and a subnode with name decoration.</p>
1368
+ <p>Style classes that are typically used with the main CSS node are .csd (when
1369
+ client-side decorations are in use), .solid-csd (for client-side decorations
1370
+ without invisible borders), .ssd (used by mutter when rendering server-side
1371
+ decorations). GtkWindow also represents window states with the following
1372
+ style classes on the main node: .tiled, .maximized, .fullscreen. Specialized
1373
+ types of window often add their own discriminating style classes, such as
1374
+ .popup or .tooltip.</p>
1375
+ <p>GtkWindow adds the .titlebar and .default-decoration style classes to the
1376
+ widget that is added as a titlebar child.</p>
1377
+ </div>
1338
1378
  </div>
1339
1379
  <div class="refsect1">
1340
1380
  <a name="GtkWindow.functions_details"></a><h2>Functions</h2>
@@ -1360,7 +1400,7 @@ the window internally, <a class="link" href="GtkWindow.html#gtk-window-new" titl
1360
1400
  to the caller.</p>
1361
1401
  <p>To delete a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>, call <a class="link" href="GtkWidget.html#gtk-widget-destroy" title="gtk_widget_destroy ()"><code class="function">gtk_widget_destroy()</code></a>.</p>
1362
1402
  <div class="refsect3">
1363
- <a name="id-1.3.6.2.12.2.8"></a><h4>Parameters</h4>
1403
+ <a name="gtk-window-new.parameters"></a><h4>Parameters</h4>
1364
1404
  <div class="informaltable"><table width="100%" border="0">
1365
1405
  <colgroup>
1366
1406
  <col width="150px" class="parameters_name">
@@ -1375,7 +1415,7 @@ to the caller.</p>
1375
1415
  </table></div>
1376
1416
  </div>
1377
1417
  <div class="refsect3">
1378
- <a name="id-1.3.6.2.12.2.9"></a><h4>Returns</h4>
1418
+ <a name="gtk-window-new.returns"></a><h4>Returns</h4>
1379
1419
  <p> a new <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>.</p>
1380
1420
  </div>
1381
1421
  </div>
@@ -1394,7 +1434,7 @@ user distinguish this window from other windows they may have
1394
1434
  open. A good title might include the application name and current
1395
1435
  document filename, for example.</p>
1396
1436
  <div class="refsect3">
1397
- <a name="id-1.3.6.2.12.3.5"></a><h4>Parameters</h4>
1437
+ <a name="gtk-window-set-title.parameters"></a><h4>Parameters</h4>
1398
1438
  <div class="informaltable"><table width="100%" border="0">
1399
1439
  <colgroup>
1400
1440
  <col width="150px" class="parameters_name">
@@ -1432,7 +1472,7 @@ this function is sort of pointless. However, you may want to call
1432
1472
  benefit of the session manager. Setting the role allows the window
1433
1473
  manager to restore window positions when loading a saved session.</p>
1434
1474
  <div class="refsect3">
1435
- <a name="id-1.3.6.2.12.4.5"></a><h4>Parameters</h4>
1475
+ <a name="gtk-window-set-wmclass.parameters"></a><h4>Parameters</h4>
1436
1476
  <div class="informaltable"><table width="100%" border="0">
1437
1477
  <colgroup>
1438
1478
  <col width="150px" class="parameters_name">
@@ -1468,7 +1508,7 @@ gtk_window_set_resizable (<em class="parameter"><code><a class="link" href="GtkW
1468
1508
  <p>Sets whether the user can resize a window. Windows are user resizable
1469
1509
  by default.</p>
1470
1510
  <div class="refsect3">
1471
- <a name="id-1.3.6.2.12.5.5"></a><h4>Parameters</h4>
1511
+ <a name="gtk-window-set-resizable.parameters"></a><h4>Parameters</h4>
1472
1512
  <div class="informaltable"><table width="100%" border="0">
1473
1513
  <colgroup>
1474
1514
  <col width="150px" class="parameters_name">
@@ -1497,7 +1537,7 @@ by default.</p>
1497
1537
  gtk_window_get_resizable (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
1498
1538
  <p>Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-resizable" title="gtk_window_set_resizable ()"><code class="function">gtk_window_set_resizable()</code></a>.</p>
1499
1539
  <div class="refsect3">
1500
- <a name="id-1.3.6.2.12.6.5"></a><h4>Parameters</h4>
1540
+ <a name="gtk-window-get-resizable.parameters"></a><h4>Parameters</h4>
1501
1541
  <div class="informaltable"><table width="100%" border="0">
1502
1542
  <colgroup>
1503
1543
  <col width="150px" class="parameters_name">
@@ -1512,7 +1552,7 @@ gtk_window_get_resizable (<em class="parameter"><code><a class="link" href="GtkW
1512
1552
  </table></div>
1513
1553
  </div>
1514
1554
  <div class="refsect3">
1515
- <a name="id-1.3.6.2.12.6.6"></a><h4>Returns</h4>
1555
+ <a name="gtk-window-get-resizable.returns"></a><h4>Returns</h4>
1516
1556
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user can resize the window</p>
1517
1557
  </div>
1518
1558
  </div>
@@ -1530,7 +1570,7 @@ gtk_window_add_accel_group (<em class="parameter"><code><a class="link" href="Gt
1530
1570
  in <em class="parameter"><code>accel_group</code></em>
1531
1571
  .</p>
1532
1572
  <div class="refsect3">
1533
- <a name="id-1.3.6.2.12.7.5"></a><h4>Parameters</h4>
1573
+ <a name="gtk-window-add-accel-group.parameters"></a><h4>Parameters</h4>
1534
1574
  <div class="informaltable"><table width="100%" border="0">
1535
1575
  <colgroup>
1536
1576
  <col width="150px" class="parameters_name">
@@ -1560,7 +1600,7 @@ gtk_window_remove_accel_group (<em class="parameter"><code><a class="link" href=
1560
1600
  <em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);</pre>
1561
1601
  <p>Reverses the effects of <a class="link" href="GtkWindow.html#gtk-window-add-accel-group" title="gtk_window_add_accel_group ()"><code class="function">gtk_window_add_accel_group()</code></a>.</p>
1562
1602
  <div class="refsect3">
1563
- <a name="id-1.3.6.2.12.8.5"></a><h4>Parameters</h4>
1603
+ <a name="gtk-window-remove-accel-group.parameters"></a><h4>Parameters</h4>
1564
1604
  <div class="informaltable"><table width="100%" border="0">
1565
1605
  <colgroup>
1566
1606
  <col width="150px" class="parameters_name">
@@ -1589,7 +1629,7 @@ gtk_window_remove_accel_group (<em class="parameter"><code><a class="link" href=
1589
1629
  gtk_window_activate_focus (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
1590
1630
  <p>Activates the current focused widget within the window.</p>
1591
1631
  <div class="refsect3">
1592
- <a name="id-1.3.6.2.12.9.5"></a><h4>Parameters</h4>
1632
+ <a name="gtk-window-activate-focus.parameters"></a><h4>Parameters</h4>
1593
1633
  <div class="informaltable"><table width="100%" border="0">
1594
1634
  <colgroup>
1595
1635
  <col width="150px" class="parameters_name">
@@ -1604,7 +1644,7 @@ gtk_window_activate_focus (<em class="parameter"><code><a class="link" href="Gtk
1604
1644
  </table></div>
1605
1645
  </div>
1606
1646
  <div class="refsect3">
1607
- <a name="id-1.3.6.2.12.9.6"></a><h4>Returns</h4>
1647
+ <a name="gtk-window-activate-focus.returns"></a><h4>Returns</h4>
1608
1648
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a widget got activated.</p>
1609
1649
  </div>
1610
1650
  </div>
@@ -1618,7 +1658,7 @@ focused widget has been configured to receive the default action
1618
1658
  (see <a class="link" href="GtkWidget.html#gtk-widget-set-receives-default" title="gtk_widget_set_receives_default ()"><code class="function">gtk_widget_set_receives_default()</code></a>), in which case the
1619
1659
  focused widget is activated.</p>
1620
1660
  <div class="refsect3">
1621
- <a name="id-1.3.6.2.12.10.5"></a><h4>Parameters</h4>
1661
+ <a name="gtk-window-activate-default.parameters"></a><h4>Parameters</h4>
1622
1662
  <div class="informaltable"><table width="100%" border="0">
1623
1663
  <colgroup>
1624
1664
  <col width="150px" class="parameters_name">
@@ -1633,7 +1673,7 @@ focused widget is activated.</p>
1633
1673
  </table></div>
1634
1674
  </div>
1635
1675
  <div class="refsect3">
1636
- <a name="id-1.3.6.2.12.10.6"></a><h4>Returns</h4>
1676
+ <a name="gtk-window-activate-default.returns"></a><h4>Returns</h4>
1637
1677
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a widget got activated.</p>
1638
1678
  </div>
1639
1679
  </div>
@@ -1650,7 +1690,7 @@ on top of main application windows, use
1650
1690
  parent; most <a class="link" href="gtk-x11.html#gtk-X11-arch" title="Understanding the X11 architecture">window managers</a>
1651
1691
  will then disallow lowering the dialog below the parent.</p>
1652
1692
  <div class="refsect3">
1653
- <a name="id-1.3.6.2.12.11.5"></a><h4>Parameters</h4>
1693
+ <a name="gtk-window-set-modal.parameters"></a><h4>Parameters</h4>
1654
1694
  <div class="informaltable"><table width="100%" border="0">
1655
1695
  <colgroup>
1656
1696
  <col width="150px" class="parameters_name">
@@ -1704,8 +1744,12 @@ it had prior to hiding, rather than using the default size.</p>
1704
1744
  passing 0 for <em class="parameter"><code>width</code></em>
1705
1745
  and <em class="parameter"><code>height</code></em>
1706
1746
  is OK, resulting in a 1x1 default size.</p>
1747
+ <p>If you use this function to reestablish a previously saved window size,
1748
+ note that the appropriate size to save is the one returned by
1749
+ <a class="link" href="GtkWindow.html#gtk-window-get-size" title="gtk_window_get_size ()"><code class="function">gtk_window_get_size()</code></a>. Using the window allocation directly will not
1750
+ work in all circumstances and can lead to growing or shrinking windows.</p>
1707
1751
  <div class="refsect3">
1708
- <a name="id-1.3.6.2.12.12.10"></a><h4>Parameters</h4>
1752
+ <a name="gtk-window-set-default-size.parameters"></a><h4>Parameters</h4>
1709
1753
  <div class="informaltable"><table width="100%" border="0">
1710
1754
  <colgroup>
1711
1755
  <col width="150px" class="parameters_name">
@@ -1739,13 +1783,18 @@ passing 0 for <em class="parameter"><code>width</code></em>
1739
1783
  gtk_window_set_default_geometry (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
1740
1784
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
1741
1785
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
1786
+ <div class="warning">
1787
+ <p><code class="literal">gtk_window_set_default_geometry</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
1788
+ <p>This function does nothing. If you want to set a default
1789
+ size, use <a class="link" href="GtkWindow.html#gtk-window-set-default-size" title="gtk_window_set_default_size ()"><code class="function">gtk_window_set_default_size()</code></a> instead.</p>
1790
+ </div>
1742
1791
  <p>Like <a class="link" href="GtkWindow.html#gtk-window-set-default-size" title="gtk_window_set_default_size ()"><code class="function">gtk_window_set_default_size()</code></a>, but <em class="parameter"><code>width</code></em>
1743
1792
  and <em class="parameter"><code>height</code></em>
1744
1793
  are interpreted
1745
1794
  in terms of the base size and increment set with
1746
1795
  gtk_window_set_geometry_hints.</p>
1747
1796
  <div class="refsect3">
1748
- <a name="id-1.3.6.2.12.13.5"></a><h4>Parameters</h4>
1797
+ <a name="gtk-window-set-default-geometry.parameters"></a><h4>Parameters</h4>
1749
1798
  <div class="informaltable"><table width="100%" border="0">
1750
1799
  <colgroup>
1751
1800
  <col width="150px" class="parameters_name">
@@ -1779,14 +1828,14 @@ gtk_window_set_geometry_hints.</p>
1779
1828
  <pre class="programlisting"><span class="returnvalue">void</span>
1780
1829
  gtk_window_set_geometry_hints (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
1781
1830
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *geometry_widget</code></em>,
1782
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGeometry"><span class="type">GdkGeometry</span></a> *geometry</code></em>,
1783
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowHints"><span class="type">GdkWindowHints</span></a> geom_mask</code></em>);</pre>
1831
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkGeometry"><span class="type">GdkGeometry</span></a> *geometry</code></em>,
1832
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkWindowHints"><span class="type">GdkWindowHints</span></a> geom_mask</code></em>);</pre>
1784
1833
  <p>This function sets up hints about how a window can be resized by
1785
1834
  the user. You can set a minimum and maximum size; allowed resize
1786
1835
  increments (e.g. for xterm, you can only resize by the size of a
1787
- character); aspect ratios; and more. See the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGeometry"><span class="type">GdkGeometry</span></a> struct.</p>
1836
+ character); aspect ratios; and more. See the <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkGeometry"><span class="type">GdkGeometry</span></a> struct.</p>
1788
1837
  <div class="refsect3">
1789
- <a name="id-1.3.6.2.12.14.5"></a><h4>Parameters</h4>
1838
+ <a name="gtk-window-set-geometry-hints.parameters"></a><h4>Parameters</h4>
1790
1839
  <div class="informaltable"><table width="100%" border="0">
1791
1840
  <colgroup>
1792
1841
  <col width="150px" class="parameters_name">
@@ -1801,7 +1850,9 @@ character); aspect ratios; and more. See the <a href="http://developer.gnome.org
1801
1850
  </tr>
1802
1851
  <tr>
1803
1852
  <td class="parameter_name"><p>geometry_widget</p></td>
1804
- <td class="parameter_description"><p> widget the geometry hints will be applied to or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
1853
+ <td class="parameter_description"><p> widget the geometry hints used to be applied to
1854
+ or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Since 3.20 this argument is ignored and GTK behaves as if <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> was
1855
+ set. </p></td>
1805
1856
  <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>
1806
1857
  </tr>
1807
1858
  <tr>
@@ -1823,14 +1874,14 @@ character); aspect ratios; and more. See the <a href="http://developer.gnome.org
1823
1874
  <a name="gtk-window-set-gravity"></a><h3>gtk_window_set_gravity ()</h3>
1824
1875
  <pre class="programlisting"><span class="returnvalue">void</span>
1825
1876
  gtk_window_set_gravity (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
1826
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> gravity</code></em>);</pre>
1877
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> gravity</code></em>);</pre>
1827
1878
  <p>Window gravity defines the meaning of coordinates passed to
1828
- <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a>. See <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a> and <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> for
1879
+ <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a>. See <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a> and <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> for
1829
1880
  more details.</p>
1830
- <p>The default window gravity is <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"><span class="type">GDK_GRAVITY_NORTH_WEST</span></a> which will
1881
+ <p>The default window gravity is <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"><span class="type">GDK_GRAVITY_NORTH_WEST</span></a> which will
1831
1882
  typically “do what you mean.”</p>
1832
1883
  <div class="refsect3">
1833
- <a name="id-1.3.6.2.12.15.6"></a><h4>Parameters</h4>
1884
+ <a name="gtk-window-set-gravity.parameters"></a><h4>Parameters</h4>
1834
1885
  <div class="informaltable"><table width="100%" border="0">
1835
1886
  <colgroup>
1836
1887
  <col width="150px" class="parameters_name">
@@ -1855,11 +1906,11 @@ typically “do what you mean.”</p>
1855
1906
  <hr>
1856
1907
  <div class="refsect2">
1857
1908
  <a name="gtk-window-get-gravity"></a><h3>gtk_window_get_gravity ()</h3>
1858
- <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="returnvalue">GdkGravity</span></a>
1909
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkGravity"><span class="returnvalue">GdkGravity</span></a>
1859
1910
  gtk_window_get_gravity (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
1860
1911
  <p>Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-gravity" title="gtk_window_set_gravity ()"><code class="function">gtk_window_set_gravity()</code></a>.</p>
1861
1912
  <div class="refsect3">
1862
- <a name="id-1.3.6.2.12.16.5"></a><h4>Parameters</h4>
1913
+ <a name="gtk-window-get-gravity.parameters"></a><h4>Parameters</h4>
1863
1914
  <div class="informaltable"><table width="100%" border="0">
1864
1915
  <colgroup>
1865
1916
  <col width="150px" class="parameters_name">
@@ -1874,7 +1925,7 @@ gtk_window_get_gravity (<em class="parameter"><code><a class="link" href="GtkWin
1874
1925
  </table></div>
1875
1926
  </div>
1876
1927
  <div class="refsect3">
1877
- <a name="id-1.3.6.2.12.16.6"></a><h4>Returns</h4>
1928
+ <a name="gtk-window-get-gravity.returns"></a><h4>Returns</h4>
1878
1929
  <p> window gravity. </p>
1879
1930
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1880
1931
  </div>
@@ -1889,7 +1940,7 @@ gtk_window_set_position (<em class="parameter"><code><a class="link" href="GtkWi
1889
1940
  constraint is <a class="link" href="GtkWindow.html#GTK-WIN-POS-CENTER-ALWAYS:CAPS"><code class="literal">GTK_WIN_POS_CENTER_ALWAYS</code></a>, this will also cause
1890
1941
  the window to be repositioned to satisfy the new constraint.</p>
1891
1942
  <div class="refsect3">
1892
- <a name="id-1.3.6.2.12.17.5"></a><h4>Parameters</h4>
1943
+ <a name="gtk-window-set-position.parameters"></a><h4>Parameters</h4>
1893
1944
  <div class="informaltable"><table width="100%" border="0">
1894
1945
  <colgroup>
1895
1946
  <col width="150px" class="parameters_name">
@@ -1926,10 +1977,15 @@ functions in GTK+ will sometimes call
1926
1977
  <a class="link" href="GtkWindow.html#gtk-window-set-transient-for" title="gtk_window_set_transient_for ()"><code class="function">gtk_window_set_transient_for()</code></a> on your behalf.</p>
1927
1978
  <p>Passing <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>parent</code></em>
1928
1979
  unsets the current transient window.</p>
1980
+ <p>On Wayland, this function can also be used to attach a new
1981
+ <a class="link" href="GtkWindow.html#GTK-WINDOW-POPUP:CAPS"><span class="type">GTK_WINDOW_POPUP</span></a> to a <a class="link" href="GtkWindow.html#GTK-WINDOW-TOPLEVEL:CAPS"><span class="type">GTK_WINDOW_TOPLEVEL</span></a> parent already mapped
1982
+ on screen so that the <a class="link" href="GtkWindow.html#GTK-WINDOW-POPUP:CAPS"><span class="type">GTK_WINDOW_POPUP</span></a> will be created as a
1983
+ subsurface-based window <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-WINDOW-SUBSURFACE:CAPS"><span class="type">GDK_WINDOW_SUBSURFACE</span></a> which can be
1984
+ positioned at will relatively to the <a class="link" href="GtkWindow.html#GTK-WINDOW-TOPLEVEL:CAPS"><span class="type">GTK_WINDOW_TOPLEVEL</span></a> surface.</p>
1929
1985
  <p>On Windows, this function puts the child window on top of the parent,
1930
1986
  much as the window manager would have done on X.</p>
1931
1987
  <div class="refsect3">
1932
- <a name="id-1.3.6.2.12.18.7"></a><h4>Parameters</h4>
1988
+ <a name="gtk-window-set-transient-for.parameters"></a><h4>Parameters</h4>
1933
1989
  <div class="informaltable"><table width="100%" border="0">
1934
1990
  <colgroup>
1935
1991
  <col width="150px" class="parameters_name">
@@ -1974,7 +2030,7 @@ between two toplevels instead.</p>
1974
2030
  <p>Passing <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>attach_widget</code></em>
1975
2031
  detaches the window.</p>
1976
2032
  <div class="refsect3">
1977
- <a name="id-1.3.6.2.12.19.8"></a><h4>Parameters</h4>
2033
+ <a name="gtk-window-set-attached-to.parameters"></a><h4>Parameters</h4>
1978
2034
  <div class="informaltable"><table width="100%" border="0">
1979
2035
  <colgroup>
1980
2036
  <col width="150px" class="parameters_name">
@@ -2011,7 +2067,7 @@ will also destroy <em class="parameter"><code>window</code></em>
2011
2067
  shouldn’t persist beyond the lifetime of the main window they're
2012
2068
  associated with, for example.</p>
2013
2069
  <div class="refsect3">
2014
- <a name="id-1.3.6.2.12.20.5"></a><h4>Parameters</h4>
2070
+ <a name="gtk-window-set-destroy-with-parent.parameters"></a><h4>Parameters</h4>
2015
2071
  <div class="informaltable"><table width="100%" border="0">
2016
2072
  <colgroup>
2017
2073
  <col width="150px" class="parameters_name">
@@ -2053,7 +2109,7 @@ support the request, the setting will not have any effect.</p>
2053
2109
  not affected by this. The application is in full control of their
2054
2110
  content and visibility anyway.</p>
2055
2111
  <div class="refsect3">
2056
- <a name="id-1.3.6.2.12.21.6"></a><h4>Parameters</h4>
2112
+ <a name="gtk-window-set-hide-titlebar-when-maximized.parameters"></a><h4>Parameters</h4>
2057
2113
  <div class="informaltable"><table width="100%" border="0">
2058
2114
  <colgroup>
2059
2115
  <col width="150px" class="parameters_name">
@@ -2082,13 +2138,13 @@ is maximized</p></td>
2082
2138
  <a name="gtk-window-set-screen"></a><h3>gtk_window_set_screen ()</h3>
2083
2139
  <pre class="programlisting"><span class="returnvalue">void</span>
2084
2140
  gtk_window_set_screen (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
2085
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
2086
- <p>Sets the <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> where the <em class="parameter"><code>window</code></em>
2141
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
2142
+ <p>Sets the <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> where the <em class="parameter"><code>window</code></em>
2087
2143
  is displayed; if
2088
2144
  the window is already mapped, it will be unmapped, and
2089
2145
  then remapped on the new screen.</p>
2090
2146
  <div class="refsect3">
2091
- <a name="id-1.3.6.2.12.22.5"></a><h4>Parameters</h4>
2147
+ <a name="gtk-window-set-screen.parameters"></a><h4>Parameters</h4>
2092
2148
  <div class="informaltable"><table width="100%" border="0">
2093
2149
  <colgroup>
2094
2150
  <col width="150px" class="parameters_name">
@@ -2103,7 +2159,7 @@ then remapped on the new screen.</p>
2103
2159
  </tr>
2104
2160
  <tr>
2105
2161
  <td class="parameter_name"><p>screen</p></td>
2106
- <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>.</p></td>
2162
+ <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a>.</p></td>
2107
2163
  <td class="parameter_annotations"> </td>
2108
2164
  </tr>
2109
2165
  </tbody>
@@ -2114,12 +2170,12 @@ then remapped on the new screen.</p>
2114
2170
  <hr>
2115
2171
  <div class="refsect2">
2116
2172
  <a name="gtk-window-get-screen"></a><h3>gtk_window_get_screen ()</h3>
2117
- <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a> *
2173
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="returnvalue">GdkScreen</span></a> *
2118
2174
  gtk_window_get_screen (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
2119
- <p>Returns the <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> associated with <em class="parameter"><code>window</code></em>
2175
+ <p>Returns the <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> associated with <em class="parameter"><code>window</code></em>
2120
2176
  .</p>
2121
2177
  <div class="refsect3">
2122
- <a name="id-1.3.6.2.12.23.5"></a><h4>Parameters</h4>
2178
+ <a name="gtk-window-get-screen.parameters"></a><h4>Parameters</h4>
2123
2179
  <div class="informaltable"><table width="100%" border="0">
2124
2180
  <colgroup>
2125
2181
  <col width="150px" class="parameters_name">
@@ -2134,8 +2190,8 @@ gtk_window_get_screen (<em class="parameter"><code><a class="link" href="GtkWind
2134
2190
  </table></div>
2135
2191
  </div>
2136
2192
  <div class="refsect3">
2137
- <a name="id-1.3.6.2.12.23.6"></a><h4>Returns</h4>
2138
- <p> a <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>. </p>
2193
+ <a name="gtk-window-get-screen.returns"></a><h4>Returns</h4>
2194
+ <p> a <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a>. </p>
2139
2195
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2140
2196
  </div>
2141
2197
  <p class="since">Since: 2.2</p>
@@ -2153,7 +2209,7 @@ You might use this function if you wanted to draw a widget
2153
2209
  differently in an active window from a widget in an inactive window.
2154
2210
  See <a class="link" href="GtkWindow.html#gtk-window-has-toplevel-focus" title="gtk_window_has_toplevel_focus ()"><code class="function">gtk_window_has_toplevel_focus()</code></a></p>
2155
2211
  <div class="refsect3">
2156
- <a name="id-1.3.6.2.12.24.5"></a><h4>Parameters</h4>
2212
+ <a name="gtk-window-is-active.parameters"></a><h4>Parameters</h4>
2157
2213
  <div class="informaltable"><table width="100%" border="0">
2158
2214
  <colgroup>
2159
2215
  <col width="150px" class="parameters_name">
@@ -2168,7 +2224,7 @@ See <a class="link" href="GtkWindow.html#gtk-window-has-toplevel-focus" title="g
2168
2224
  </table></div>
2169
2225
  </div>
2170
2226
  <div class="refsect3">
2171
- <a name="id-1.3.6.2.12.24.6"></a><h4>Returns</h4>
2227
+ <a name="gtk-window-is-active.returns"></a><h4>Returns</h4>
2172
2228
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window part of the current active window.</p>
2173
2229
  </div>
2174
2230
  <p class="since">Since: 2.4</p>
@@ -2186,7 +2242,7 @@ shouldn’t assume the return value of this function changing
2186
2242
  immediately (or at all), as an effect of calling
2187
2243
  <a class="link" href="GtkWindow.html#gtk-window-maximize" title="gtk_window_maximize ()"><code class="function">gtk_window_maximize()</code></a> or <a class="link" href="GtkWindow.html#gtk-window-unmaximize" title="gtk_window_unmaximize ()"><code class="function">gtk_window_unmaximize()</code></a>.</p>
2188
2244
  <div class="refsect3">
2189
- <a name="id-1.3.6.2.12.25.6"></a><h4>Parameters</h4>
2245
+ <a name="gtk-window-is-maximized.parameters"></a><h4>Parameters</h4>
2190
2246
  <div class="informaltable"><table width="100%" border="0">
2191
2247
  <colgroup>
2192
2248
  <col width="150px" class="parameters_name">
@@ -2201,7 +2257,7 @@ immediately (or at all), as an effect of calling
2201
2257
  </table></div>
2202
2258
  </div>
2203
2259
  <div class="refsect3">
2204
- <a name="id-1.3.6.2.12.25.7"></a><h4>Returns</h4>
2260
+ <a name="gtk-window-is-maximized.returns"></a><h4>Returns</h4>
2205
2261
  <p> whether the window has a maximized state.</p>
2206
2262
  </div>
2207
2263
  <p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
@@ -2215,7 +2271,7 @@ gtk_window_has_toplevel_focus (<em class="parameter"><code><a class="link" href=
2215
2271
  For real toplevel windows, this is identical to <a class="link" href="GtkWindow.html#gtk-window-is-active" title="gtk_window_is_active ()"><code class="function">gtk_window_is_active()</code></a>,
2216
2272
  but for embedded windows, like <a class="link" href="GtkPlug.html" title="GtkPlug"><span class="type">GtkPlug</span></a>, the results will differ.</p>
2217
2273
  <div class="refsect3">
2218
- <a name="id-1.3.6.2.12.26.5"></a><h4>Parameters</h4>
2274
+ <a name="gtk-window-has-toplevel-focus.parameters"></a><h4>Parameters</h4>
2219
2275
  <div class="informaltable"><table width="100%" border="0">
2220
2276
  <colgroup>
2221
2277
  <col width="150px" class="parameters_name">
@@ -2230,7 +2286,7 @@ but for embedded windows, like <a class="link" href="GtkPlug.html" title="GtkPlu
2230
2286
  </table></div>
2231
2287
  </div>
2232
2288
  <div class="refsect3">
2233
- <a name="id-1.3.6.2.12.26.6"></a><h4>Returns</h4>
2289
+ <a name="gtk-window-has-toplevel-focus.returns"></a><h4>Returns</h4>
2234
2290
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the input focus is within this GtkWindow</p>
2235
2291
  </div>
2236
2292
  <p class="since">Since: 2.4</p>
@@ -2247,7 +2303,7 @@ callbacks that might destroy the widgets, you must call
2247
2303
  <code class="literal">g_list_foreach (result, (GFunc)g_object_ref, NULL)</code> first, and
2248
2304
  then unref all the widgets afterwards.</p>
2249
2305
  <div class="refsect3">
2250
- <a name="id-1.3.6.2.12.27.5"></a><h4>Returns</h4>
2306
+ <a name="gtk-window-list-toplevels.returns"></a><h4>Returns</h4>
2251
2307
  <p> list of toplevel widgets. </p>
2252
2308
  <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
2253
2309
  </div>
@@ -2261,7 +2317,7 @@ gtk_window_add_mnemonic (<em class="parameter"><code><a class="link" href="GtkWi
2261
2317
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *target</code></em>);</pre>
2262
2318
  <p>Adds a mnemonic to this window.</p>
2263
2319
  <div class="refsect3">
2264
- <a name="id-1.3.6.2.12.28.5"></a><h4>Parameters</h4>
2320
+ <a name="gtk-window-add-mnemonic.parameters"></a><h4>Parameters</h4>
2265
2321
  <div class="informaltable"><table width="100%" border="0">
2266
2322
  <colgroup>
2267
2323
  <col width="150px" class="parameters_name">
@@ -2297,7 +2353,7 @@ gtk_window_remove_mnemonic (<em class="parameter"><code><a class="link" href="Gt
2297
2353
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *target</code></em>);</pre>
2298
2354
  <p>Removes a mnemonic from this window.</p>
2299
2355
  <div class="refsect3">
2300
- <a name="id-1.3.6.2.12.29.5"></a><h4>Parameters</h4>
2356
+ <a name="gtk-window-remove-mnemonic.parameters"></a><h4>Parameters</h4>
2301
2357
  <div class="informaltable"><table width="100%" border="0">
2302
2358
  <colgroup>
2303
2359
  <col width="150px" class="parameters_name">
@@ -2330,10 +2386,10 @@ gtk_window_remove_mnemonic (<em class="parameter"><code><a class="link" href="Gt
2330
2386
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2331
2387
  gtk_window_mnemonic_activate (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
2332
2388
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
2333
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier</code></em>);</pre>
2389
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier</code></em>);</pre>
2334
2390
  <p>Activates the targets associated with the mnemonic.</p>
2335
2391
  <div class="refsect3">
2336
- <a name="id-1.3.6.2.12.30.5"></a><h4>Parameters</h4>
2392
+ <a name="gtk-window-mnemonic-activate.parameters"></a><h4>Parameters</h4>
2337
2393
  <div class="informaltable"><table width="100%" border="0">
2338
2394
  <colgroup>
2339
2395
  <col width="150px" class="parameters_name">
@@ -2360,7 +2416,7 @@ gtk_window_mnemonic_activate (<em class="parameter"><code><a class="link" href="
2360
2416
  </table></div>
2361
2417
  </div>
2362
2418
  <div class="refsect3">
2363
- <a name="id-1.3.6.2.12.30.6"></a><h4>Returns</h4>
2419
+ <a name="gtk-window-mnemonic-activate.returns"></a><h4>Returns</h4>
2364
2420
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the activation is done.</p>
2365
2421
  </div>
2366
2422
  </div>
@@ -2369,13 +2425,13 @@ gtk_window_mnemonic_activate (<em class="parameter"><code><a class="link" href="
2369
2425
  <a name="gtk-window-activate-key"></a><h3>gtk_window_activate_key ()</h3>
2370
2426
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2371
2427
  gtk_window_activate_key (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
2372
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
2428
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
2373
2429
  <p>Activates mnemonics and accelerators for this <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>. This is normally
2374
2430
  called by the default ::key_press_event handler for toplevel windows,
2375
2431
  however in some cases it may be useful to call this directly when
2376
2432
  overriding the standard key handling for a toplevel window.</p>
2377
2433
  <div class="refsect3">
2378
- <a name="id-1.3.6.2.12.31.5"></a><h4>Parameters</h4>
2434
+ <a name="gtk-window-activate-key.parameters"></a><h4>Parameters</h4>
2379
2435
  <div class="informaltable"><table width="100%" border="0">
2380
2436
  <colgroup>
2381
2437
  <col width="150px" class="parameters_name">
@@ -2390,14 +2446,14 @@ overriding the standard key handling for a toplevel window.</p>
2390
2446
  </tr>
2391
2447
  <tr>
2392
2448
  <td class="parameter_name"><p>event</p></td>
2393
- <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a></p></td>
2449
+ <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a></p></td>
2394
2450
  <td class="parameter_annotations"> </td>
2395
2451
  </tr>
2396
2452
  </tbody>
2397
2453
  </table></div>
2398
2454
  </div>
2399
2455
  <div class="refsect3">
2400
- <a name="id-1.3.6.2.12.31.6"></a><h4>Returns</h4>
2456
+ <a name="gtk-window-activate-key.returns"></a><h4>Returns</h4>
2401
2457
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a mnemonic or accelerator was found and activated.</p>
2402
2458
  </div>
2403
2459
  <p class="since">Since: 2.4</p>
@@ -2407,7 +2463,7 @@ overriding the standard key handling for a toplevel window.</p>
2407
2463
  <a name="gtk-window-propagate-key-event"></a><h3>gtk_window_propagate_key_event ()</h3>
2408
2464
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
2409
2465
  gtk_window_propagate_key_event (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
2410
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
2466
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
2411
2467
  <p>Propagate a key press or release event to the focus widget and
2412
2468
  up the focus container chain until a widget handles <em class="parameter"><code>event</code></em>
2413
2469
  .
@@ -2416,7 +2472,7 @@ This is normally called by the default ::key_press_event and
2416
2472
  however in some cases it may be useful to call this directly when
2417
2473
  overriding the standard key handling for a toplevel window.</p>
2418
2474
  <div class="refsect3">
2419
- <a name="id-1.3.6.2.12.32.5"></a><h4>Parameters</h4>
2475
+ <a name="gtk-window-propagate-key-event.parameters"></a><h4>Parameters</h4>
2420
2476
  <div class="informaltable"><table width="100%" border="0">
2421
2477
  <colgroup>
2422
2478
  <col width="150px" class="parameters_name">
@@ -2431,14 +2487,14 @@ overriding the standard key handling for a toplevel window.</p>
2431
2487
  </tr>
2432
2488
  <tr>
2433
2489
  <td class="parameter_name"><p>event</p></td>
2434
- <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a></p></td>
2490
+ <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a></p></td>
2435
2491
  <td class="parameter_annotations"> </td>
2436
2492
  </tr>
2437
2493
  </tbody>
2438
2494
  </table></div>
2439
2495
  </div>
2440
2496
  <div class="refsect3">
2441
- <a name="id-1.3.6.2.12.32.6"></a><h4>Returns</h4>
2497
+ <a name="gtk-window-propagate-key-event.returns"></a><h4>Returns</h4>
2442
2498
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a widget in the focus chain handled the event.</p>
2443
2499
  </div>
2444
2500
  <p class="since">Since: 2.4</p>
@@ -2454,7 +2510,7 @@ if the toplevel window focused; if the toplevel window
2454
2510
  is not focused then <code class="literal">gtk_widget_has_focus (widget)</code> will
2455
2511
  not be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> for the widget.</p>
2456
2512
  <div class="refsect3">
2457
- <a name="id-1.3.6.2.12.33.5"></a><h4>Parameters</h4>
2513
+ <a name="gtk-window-get-focus.parameters"></a><h4>Parameters</h4>
2458
2514
  <div class="informaltable"><table width="100%" border="0">
2459
2515
  <colgroup>
2460
2516
  <col width="150px" class="parameters_name">
@@ -2469,9 +2525,10 @@ not be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc
2469
2525
  </table></div>
2470
2526
  </div>
2471
2527
  <div class="refsect3">
2472
- <a name="id-1.3.6.2.12.33.6"></a><h4>Returns</h4>
2473
- <p> the currently focused widget, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none. </p>
2474
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2528
+ <a name="gtk-window-get-focus.returns"></a><h4>Returns</h4>
2529
+ <p> the currently focused widget,
2530
+ or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none. </p>
2531
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2475
2532
  </div>
2476
2533
  </div>
2477
2534
  <hr>
@@ -2488,7 +2545,7 @@ the focus widget for this window. To set the focus to a particular
2488
2545
  widget in the toplevel, it is usually more convenient to use
2489
2546
  <a class="link" href="GtkWidget.html#gtk-widget-grab-focus" title="gtk_widget_grab_focus ()"><code class="function">gtk_widget_grab_focus()</code></a> instead of this function.</p>
2490
2547
  <div class="refsect3">
2491
- <a name="id-1.3.6.2.12.34.5"></a><h4>Parameters</h4>
2548
+ <a name="gtk-window-set-focus.parameters"></a><h4>Parameters</h4>
2492
2549
  <div class="informaltable"><table width="100%" border="0">
2493
2550
  <colgroup>
2494
2551
  <col width="150px" class="parameters_name">
@@ -2517,10 +2574,10 @@ any focus widget for the toplevel window. </p></td>
2517
2574
  <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
2518
2575
  gtk_window_get_default_widget (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
2519
2576
  <p>Returns the default widget for <em class="parameter"><code>window</code></em>
2520
- . See <a class="link" href="GtkWindow.html#gtk-window-set-default" title="gtk_window_set_default ()"><code class="function">gtk_window_set_default()</code></a>
2521
- for more details.</p>
2577
+ . See
2578
+ <a class="link" href="GtkWindow.html#gtk-window-set-default" title="gtk_window_set_default ()"><code class="function">gtk_window_set_default()</code></a> for more details.</p>
2522
2579
  <div class="refsect3">
2523
- <a name="id-1.3.6.2.12.35.5"></a><h4>Parameters</h4>
2580
+ <a name="gtk-window-get-default-widget.parameters"></a><h4>Parameters</h4>
2524
2581
  <div class="informaltable"><table width="100%" border="0">
2525
2582
  <colgroup>
2526
2583
  <col width="150px" class="parameters_name">
@@ -2535,9 +2592,10 @@ for more details.</p>
2535
2592
  </table></div>
2536
2593
  </div>
2537
2594
  <div class="refsect3">
2538
- <a name="id-1.3.6.2.12.35.6"></a><h4>Returns</h4>
2539
- <p> the default widget, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none. </p>
2540
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2595
+ <a name="gtk-window-get-default-widget.returns"></a><h4>Returns</h4>
2596
+ <p> the default widget, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
2597
+ if there is none. </p>
2598
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2541
2599
  </div>
2542
2600
  <p class="since">Since: 2.14</p>
2543
2601
  </div>
@@ -2555,7 +2613,7 @@ than unsetting) the default widget it’s generally easier to call
2555
2613
  the default widget, you must call <a class="link" href="GtkWidget.html#gtk-widget-set-can-default" title="gtk_widget_set_can_default ()"><code class="function">gtk_widget_set_can_default()</code></a> on
2556
2614
  the widget you’d like to make the default.</p>
2557
2615
  <div class="refsect3">
2558
- <a name="id-1.3.6.2.12.36.5"></a><h4>Parameters</h4>
2616
+ <a name="gtk-window-set-default.parameters"></a><h4>Parameters</h4>
2559
2617
  <div class="informaltable"><table width="100%" border="0">
2560
2618
  <colgroup>
2561
2619
  <col width="150px" class="parameters_name">
@@ -2598,7 +2656,7 @@ where the user can see it.</p>
2598
2656
  <p>If you are calling this function in response to a user interaction,
2599
2657
  it is preferable to use <a class="link" href="GtkWindow.html#gtk-window-present-with-time" title="gtk_window_present_with_time ()"><code class="function">gtk_window_present_with_time()</code></a>.</p>
2600
2658
  <div class="refsect3">
2601
- <a name="id-1.3.6.2.12.37.8"></a><h4>Parameters</h4>
2659
+ <a name="gtk-window-present.parameters"></a><h4>Parameters</h4>
2602
2660
  <div class="informaltable"><table width="100%" border="0">
2603
2661
  <colgroup>
2604
2662
  <col width="150px" class="parameters_name">
@@ -2623,7 +2681,7 @@ gtk_window_present_with_time (<em class="parameter"><code><a class="link" href="
2623
2681
  If you need to present a window without a timestamp, use
2624
2682
  <a class="link" href="GtkWindow.html#gtk-window-present" title="gtk_window_present ()"><code class="function">gtk_window_present()</code></a>. See <a class="link" href="GtkWindow.html#gtk-window-present" title="gtk_window_present ()"><code class="function">gtk_window_present()</code></a> for details.</p>
2625
2683
  <div class="refsect3">
2626
- <a name="id-1.3.6.2.12.38.5"></a><h4>Parameters</h4>
2684
+ <a name="gtk-window-present-with-time.parameters"></a><h4>Parameters</h4>
2627
2685
  <div class="informaltable"><table width="100%" border="0">
2628
2686
  <colgroup>
2629
2687
  <col width="150px" class="parameters_name">
@@ -2657,7 +2715,7 @@ when a window manager close button is clicked.</p>
2657
2715
  <p>This function can be used with close buttons in custom
2658
2716
  titlebars.</p>
2659
2717
  <div class="refsect3">
2660
- <a name="id-1.3.6.2.12.39.6"></a><h4>Parameters</h4>
2718
+ <a name="gtk-window-close.parameters"></a><h4>Parameters</h4>
2661
2719
  <div class="informaltable"><table width="100%" border="0">
2662
2720
  <colgroup>
2663
2721
  <col width="150px" class="parameters_name">
@@ -2692,7 +2750,7 @@ onscreen.</p>
2692
2750
  <p>You can track iconification via the “window-state-event” signal
2693
2751
  on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>.</p>
2694
2752
  <div class="refsect3">
2695
- <a name="id-1.3.6.2.12.40.7"></a><h4>Parameters</h4>
2753
+ <a name="gtk-window-iconify.parameters"></a><h4>Parameters</h4>
2696
2754
  <div class="informaltable"><table width="100%" border="0">
2697
2755
  <colgroup>
2698
2756
  <col width="150px" class="parameters_name">
@@ -2721,7 +2779,7 @@ again before your code which assumes deiconification gets to run.</p>
2721
2779
  <p>You can track iconification via the “window-state-event” signal
2722
2780
  on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>.</p>
2723
2781
  <div class="refsect3">
2724
- <a name="id-1.3.6.2.12.41.6"></a><h4>Parameters</h4>
2782
+ <a name="gtk-window-deiconify.parameters"></a><h4>Parameters</h4>
2725
2783
  <div class="informaltable"><table width="100%" border="0">
2726
2784
  <colgroup>
2727
2785
  <col width="150px" class="parameters_name">
@@ -2753,7 +2811,7 @@ write code that crashes if not.</p>
2753
2811
  <p>You can track stickiness via the “window-state-event” signal
2754
2812
  on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>.</p>
2755
2813
  <div class="refsect3">
2756
- <a name="id-1.3.6.2.12.42.7"></a><h4>Parameters</h4>
2814
+ <a name="gtk-window-stick.parameters"></a><h4>Parameters</h4>
2757
2815
  <div class="informaltable"><table width="100%" border="0">
2758
2816
  <colgroup>
2759
2817
  <col width="150px" class="parameters_name">
@@ -2783,7 +2841,7 @@ end up stuck. Just don’t write code that crashes if not.</p>
2783
2841
  <p>You can track stickiness via the “window-state-event” signal
2784
2842
  on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>.</p>
2785
2843
  <div class="refsect3">
2786
- <a name="id-1.3.6.2.12.43.6"></a><h4>Parameters</h4>
2844
+ <a name="gtk-window-unstick.parameters"></a><h4>Parameters</h4>
2787
2845
  <div class="informaltable"><table width="100%" border="0">
2788
2846
  <colgroup>
2789
2847
  <col width="150px" class="parameters_name">
@@ -2818,7 +2876,7 @@ initially.</p>
2818
2876
  on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>, or by listening to notifications on the
2819
2877
  <a class="link" href="GtkWindow.html#GtkWindow--is-maximized" title="The “is-maximized” property"><span class="type">“is-maximized”</span></a> property.</p>
2820
2878
  <div class="refsect3">
2821
- <a name="id-1.3.6.2.12.44.7"></a><h4>Parameters</h4>
2879
+ <a name="gtk-window-maximize.parameters"></a><h4>Parameters</h4>
2822
2880
  <div class="informaltable"><table width="100%" border="0">
2823
2881
  <colgroup>
2824
2882
  <col width="150px" class="parameters_name">
@@ -2848,7 +2906,7 @@ end up unmaximized. Just don’t write code that crashes if not.</p>
2848
2906
  <p>You can track maximization via the “window-state-event” signal
2849
2907
  on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>.</p>
2850
2908
  <div class="refsect3">
2851
- <a name="id-1.3.6.2.12.45.6"></a><h4>Parameters</h4>
2909
+ <a name="gtk-window-unmaximize.parameters"></a><h4>Parameters</h4>
2852
2910
  <div class="informaltable"><table width="100%" border="0">
2853
2911
  <colgroup>
2854
2912
  <col width="150px" class="parameters_name">
@@ -2879,7 +2937,7 @@ don’t write code that crashes if not.</p>
2879
2937
  <p>You can track the fullscreen state via the “window-state-event” signal
2880
2938
  on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>.</p>
2881
2939
  <div class="refsect3">
2882
- <a name="id-1.3.6.2.12.46.6"></a><h4>Parameters</h4>
2940
+ <a name="gtk-window-fullscreen.parameters"></a><h4>Parameters</h4>
2883
2941
  <div class="informaltable"><table width="100%" border="0">
2884
2942
  <colgroup>
2885
2943
  <col width="150px" class="parameters_name">
@@ -2897,6 +2955,47 @@ on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">Gt
2897
2955
  </div>
2898
2956
  <hr>
2899
2957
  <div class="refsect2">
2958
+ <a name="gtk-window-fullscreen-on-monitor"></a><h3>gtk_window_fullscreen_on_monitor ()</h3>
2959
+ <pre class="programlisting"><span class="returnvalue">void</span>
2960
+ gtk_window_fullscreen_on_monitor (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
2961
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>,
2962
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> monitor</code></em>);</pre>
2963
+ <p>Asks to place <em class="parameter"><code>window</code></em>
2964
+ in the fullscreen state. Note that you shouldn't assume
2965
+ the window is definitely full screen afterward.</p>
2966
+ <p>You can track the fullscreen state via the "window-state-event" signal
2967
+ on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>.</p>
2968
+ <div class="refsect3">
2969
+ <a name="gtk-window-fullscreen-on-monitor.parameters"></a><h4>Parameters</h4>
2970
+ <div class="informaltable"><table width="100%" border="0">
2971
+ <colgroup>
2972
+ <col width="150px" class="parameters_name">
2973
+ <col class="parameters_description">
2974
+ <col width="200px" class="parameters_annotations">
2975
+ </colgroup>
2976
+ <tbody>
2977
+ <tr>
2978
+ <td class="parameter_name"><p>window</p></td>
2979
+ <td class="parameter_description"><p>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a></p></td>
2980
+ <td class="parameter_annotations"> </td>
2981
+ </tr>
2982
+ <tr>
2983
+ <td class="parameter_name"><p>screen</p></td>
2984
+ <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> to draw to</p></td>
2985
+ <td class="parameter_annotations"> </td>
2986
+ </tr>
2987
+ <tr>
2988
+ <td class="parameter_name"><p>monitor</p></td>
2989
+ <td class="parameter_description"><p>which monitor to go fullscreen on</p></td>
2990
+ <td class="parameter_annotations"> </td>
2991
+ </tr>
2992
+ </tbody>
2993
+ </table></div>
2994
+ </div>
2995
+ <p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
2996
+ </div>
2997
+ <hr>
2998
+ <div class="refsect2">
2900
2999
  <a name="gtk-window-unfullscreen"></a><h3>gtk_window_unfullscreen ()</h3>
2901
3000
  <pre class="programlisting"><span class="returnvalue">void</span>
2902
3001
  gtk_window_unfullscreen (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
@@ -2911,7 +3010,7 @@ state. Just don’t write code that crashes if not.</p>
2911
3010
  <p>You can track the fullscreen state via the “window-state-event” signal
2912
3011
  on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>.</p>
2913
3012
  <div class="refsect3">
2914
- <a name="id-1.3.6.2.12.47.6"></a><h4>Parameters</h4>
3013
+ <a name="gtk-window-unfullscreen.parameters"></a><h4>Parameters</h4>
2915
3014
  <div class="informaltable"><table width="100%" border="0">
2916
3015
  <colgroup>
2917
3016
  <col width="150px" class="parameters_name">
@@ -2952,7 +3051,7 @@ the above state is mainly meant for user preferences and should not
2952
3051
  be used by applications e.g. for drawing attention to their
2953
3052
  dialogs.</p>
2954
3053
  <div class="refsect3">
2955
- <a name="id-1.3.6.2.12.48.8"></a><h4>Parameters</h4>
3054
+ <a name="gtk-window-set-keep-above.parameters"></a><h4>Parameters</h4>
2956
3055
  <div class="informaltable"><table width="100%" border="0">
2957
3056
  <colgroup>
2958
3057
  <col width="150px" class="parameters_name">
@@ -3001,7 +3100,7 @@ the above state is mainly meant for user preferences and should not
3001
3100
  be used by applications e.g. for drawing attention to their
3002
3101
  dialogs.</p>
3003
3102
  <div class="refsect3">
3004
- <a name="id-1.3.6.2.12.49.8"></a><h4>Parameters</h4>
3103
+ <a name="gtk-window-set-keep-below.parameters"></a><h4>Parameters</h4>
3005
3104
  <div class="informaltable"><table width="100%" border="0">
3006
3105
  <colgroup>
3007
3106
  <col width="150px" class="parameters_name">
@@ -3030,7 +3129,7 @@ below other windows</p></td>
3030
3129
  <a name="gtk-window-begin-resize-drag"></a><h3>gtk_window_begin_resize_drag ()</h3>
3031
3130
  <pre class="programlisting"><span class="returnvalue">void</span>
3032
3131
  gtk_window_begin_resize_drag (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
3033
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowEdge"><span class="type">GdkWindowEdge</span></a> edge</code></em>,
3132
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkWindowEdge"><span class="type">GdkWindowEdge</span></a> edge</code></em>,
3034
3133
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> button</code></em>,
3035
3134
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_x</code></em>,
3036
3135
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> root_y</code></em>,
@@ -3042,7 +3141,7 @@ will be done using the standard mechanism for the
3042
3141
  system. Otherwise, GDK will try to emulate window resizing,
3043
3142
  potentially not all that well, depending on the windowing system.</p>
3044
3143
  <div class="refsect3">
3045
- <a name="id-1.3.6.2.12.50.5"></a><h4>Parameters</h4>
3144
+ <a name="gtk-window-begin-resize-drag.parameters"></a><h4>Parameters</h4>
3046
3145
  <div class="informaltable"><table width="100%" border="0">
3047
3146
  <colgroup>
3048
3147
  <col width="150px" class="parameters_name">
@@ -3100,7 +3199,7 @@ will be done using the standard mechanism for the
3100
3199
  system. Otherwise, GDK will try to emulate window movement,
3101
3200
  potentially not all that well, depending on the windowing system.</p>
3102
3201
  <div class="refsect3">
3103
- <a name="id-1.3.6.2.12.51.5"></a><h4>Parameters</h4>
3202
+ <a name="gtk-window-begin-move-drag.parameters"></a><h4>Parameters</h4>
3104
3203
  <div class="informaltable"><table width="100%" border="0">
3105
3204
  <colgroup>
3106
3205
  <col width="150px" class="parameters_name">
@@ -3154,7 +3253,7 @@ already visible, so you should call it before calling <a class="link" href="GtkW
3154
3253
  <p>On Windows, this function always works, since there’s no window manager
3155
3254
  policy involved.</p>
3156
3255
  <div class="refsect3">
3157
- <a name="id-1.3.6.2.12.52.6"></a><h4>Parameters</h4>
3256
+ <a name="gtk-window-set-decorated.parameters"></a><h4>Parameters</h4>
3158
3257
  <div class="informaltable"><table width="100%" border="0">
3159
3258
  <colgroup>
3160
3259
  <col width="150px" class="parameters_name">
@@ -3192,7 +3291,7 @@ already visible, so you should call it before calling <a class="link" href="GtkW
3192
3291
  <p>On Windows, this function always works, since there’s no window manager
3193
3292
  policy involved.</p>
3194
3293
  <div class="refsect3">
3195
- <a name="id-1.3.6.2.12.53.6"></a><h4>Parameters</h4>
3294
+ <a name="gtk-window-set-deletable.parameters"></a><h4>Parameters</h4>
3196
3295
  <div class="informaltable"><table width="100%" border="0">
3197
3296
  <colgroup>
3198
3297
  <col width="150px" class="parameters_name">
@@ -3220,10 +3319,10 @@ policy involved.</p>
3220
3319
  <a name="gtk-window-set-mnemonic-modifier"></a><h3>gtk_window_set_mnemonic_modifier ()</h3>
3221
3320
  <pre class="programlisting"><span class="returnvalue">void</span>
3222
3321
  gtk_window_set_mnemonic_modifier (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
3223
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier</code></em>);</pre>
3322
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier</code></em>);</pre>
3224
3323
  <p>Sets the mnemonic modifier for this window.</p>
3225
3324
  <div class="refsect3">
3226
- <a name="id-1.3.6.2.12.54.5"></a><h4>Parameters</h4>
3325
+ <a name="gtk-window-set-mnemonic-modifier.parameters"></a><h4>Parameters</h4>
3227
3326
  <div class="informaltable"><table width="100%" border="0">
3228
3327
  <colgroup>
3229
3328
  <col width="150px" class="parameters_name">
@@ -3251,7 +3350,7 @@ mnemonics on this window.</p></td>
3251
3350
  <a name="gtk-window-set-type-hint"></a><h3>gtk_window_set_type_hint ()</h3>
3252
3351
  <pre class="programlisting"><span class="returnvalue">void</span>
3253
3352
  gtk_window_set_type_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
3254
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a> hint</code></em>);</pre>
3353
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a> hint</code></em>);</pre>
3255
3354
  <p>By setting the type hint for the window, you allow the window
3256
3355
  manager to decorate and handle the window in a way which is
3257
3356
  suitable to the function of the window in your application.</p>
@@ -3259,7 +3358,7 @@ suitable to the function of the window in your application.</p>
3259
3358
  <p>gtk_dialog_new_with_buttons() and other convenience functions in GTK+
3260
3359
  will sometimes call <a class="link" href="GtkWindow.html#gtk-window-set-type-hint" title="gtk_window_set_type_hint ()"><code class="function">gtk_window_set_type_hint()</code></a> on your behalf.</p>
3261
3360
  <div class="refsect3">
3262
- <a name="id-1.3.6.2.12.55.7"></a><h4>Parameters</h4>
3361
+ <a name="gtk-window-set-type-hint.parameters"></a><h4>Parameters</h4>
3263
3362
  <div class="informaltable"><table width="100%" border="0">
3264
3363
  <colgroup>
3265
3364
  <col width="150px" class="parameters_name">
@@ -3290,7 +3389,7 @@ gtk_window_set_skip_taskbar_hint (<em class="parameter"><code><a class="link" hr
3290
3389
  <p>Windows may set a hint asking the desktop environment not to display
3291
3390
  the window in the task bar. This function sets this hint.</p>
3292
3391
  <div class="refsect3">
3293
- <a name="id-1.3.6.2.12.56.5"></a><h4>Parameters</h4>
3392
+ <a name="gtk-window-set-skip-taskbar-hint.parameters"></a><h4>Parameters</h4>
3294
3393
  <div class="informaltable"><table width="100%" border="0">
3295
3394
  <colgroup>
3296
3395
  <col width="150px" class="parameters_name">
@@ -3325,7 +3424,7 @@ the window in the pager. This function sets this hint.
3325
3424
  switcher that displays a thumbnail representation of the windows
3326
3425
  on the screen.)</p>
3327
3426
  <div class="refsect3">
3328
- <a name="id-1.3.6.2.12.57.5"></a><h4>Parameters</h4>
3427
+ <a name="gtk-window-set-skip-pager-hint.parameters"></a><h4>Parameters</h4>
3329
3428
  <div class="informaltable"><table width="100%" border="0">
3330
3429
  <colgroup>
3331
3430
  <col width="150px" class="parameters_name">
@@ -3357,7 +3456,7 @@ gtk_window_set_urgency_hint (<em class="parameter"><code><a class="link" href="G
3357
3456
  <p>Windows may set a hint asking the desktop environment to draw
3358
3457
  the users attention to the window. This function sets this hint.</p>
3359
3458
  <div class="refsect3">
3360
- <a name="id-1.3.6.2.12.58.5"></a><h4>Parameters</h4>
3459
+ <a name="gtk-window-set-urgency-hint.parameters"></a><h4>Parameters</h4>
3361
3460
  <div class="informaltable"><table width="100%" border="0">
3362
3461
  <colgroup>
3363
3462
  <col width="150px" class="parameters_name">
@@ -3389,7 +3488,7 @@ gtk_window_set_accept_focus (<em class="parameter"><code><a class="link" href="G
3389
3488
  <p>Windows may set a hint asking the desktop environment not to receive
3390
3489
  the input focus. This function sets this hint.</p>
3391
3490
  <div class="refsect3">
3392
- <a name="id-1.3.6.2.12.59.5"></a><h4>Parameters</h4>
3491
+ <a name="gtk-window-set-accept-focus.parameters"></a><h4>Parameters</h4>
3393
3492
  <div class="informaltable"><table width="100%" border="0">
3394
3493
  <colgroup>
3395
3494
  <col width="150px" class="parameters_name">
@@ -3422,7 +3521,7 @@ gtk_window_set_focus_on_map (<em class="parameter"><code><a class="link" href="G
3422
3521
  the input focus when the window is mapped. This function sets this
3423
3522
  hint.</p>
3424
3523
  <div class="refsect3">
3425
- <a name="id-1.3.6.2.12.60.5"></a><h4>Parameters</h4>
3524
+ <a name="gtk-window-set-focus-on-map.parameters"></a><h4>Parameters</h4>
3426
3525
  <div class="informaltable"><table width="100%" border="0">
3427
3526
  <colgroup>
3428
3527
  <col width="150px" class="parameters_name">
@@ -3461,7 +3560,7 @@ function before calling <a class="link" href="GtkWindow.html#gtk-window-present"
3461
3560
  function generating a window map event.</p>
3462
3561
  <p>This function is only useful on X11, not with other GTK+ targets.</p>
3463
3562
  <div class="refsect3">
3464
- <a name="id-1.3.6.2.12.61.6"></a><h4>Parameters</h4>
3563
+ <a name="gtk-window-set-startup-id.parameters"></a><h4>Parameters</h4>
3465
3564
  <div class="informaltable"><table width="100%" border="0">
3466
3565
  <colgroup>
3467
3566
  <col width="150px" class="parameters_name">
@@ -3501,7 +3600,7 @@ the toolbox back in the same place.</p>
3501
3600
  role, since the WM can use the title to identify the window when
3502
3601
  restoring the session.</p>
3503
3602
  <div class="refsect3">
3504
- <a name="id-1.3.6.2.12.62.7"></a><h4>Parameters</h4>
3603
+ <a name="gtk-window-set-role.parameters"></a><h4>Parameters</h4>
3505
3604
  <div class="informaltable"><table width="100%" border="0">
3506
3605
  <colgroup>
3507
3606
  <col width="150px" class="parameters_name">
@@ -3531,7 +3630,7 @@ gtk_window_get_decorated (<em class="parameter"><code><a class="link" href="GtkW
3531
3630
  <p>Returns whether the window has been set to have decorations
3532
3631
  such as a title bar via <a class="link" href="GtkWindow.html#gtk-window-set-decorated" title="gtk_window_set_decorated ()"><code class="function">gtk_window_set_decorated()</code></a>.</p>
3533
3632
  <div class="refsect3">
3534
- <a name="id-1.3.6.2.12.63.5"></a><h4>Parameters</h4>
3633
+ <a name="gtk-window-get-decorated.parameters"></a><h4>Parameters</h4>
3535
3634
  <div class="informaltable"><table width="100%" border="0">
3536
3635
  <colgroup>
3537
3636
  <col width="150px" class="parameters_name">
@@ -3546,7 +3645,7 @@ such as a title bar via <a class="link" href="GtkWindow.html#gtk-window-set-deco
3546
3645
  </table></div>
3547
3646
  </div>
3548
3647
  <div class="refsect3">
3549
- <a name="id-1.3.6.2.12.63.6"></a><h4>Returns</h4>
3648
+ <a name="gtk-window-get-decorated.returns"></a><h4>Returns</h4>
3550
3649
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window has been set to have decorations</p>
3551
3650
  </div>
3552
3651
  </div>
@@ -3558,7 +3657,7 @@ gtk_window_get_deletable (<em class="parameter"><code><a class="link" href="GtkW
3558
3657
  <p>Returns whether the window has been set to have a close button
3559
3658
  via <a class="link" href="GtkWindow.html#gtk-window-set-deletable" title="gtk_window_set_deletable ()"><code class="function">gtk_window_set_deletable()</code></a>.</p>
3560
3659
  <div class="refsect3">
3561
- <a name="id-1.3.6.2.12.64.5"></a><h4>Parameters</h4>
3660
+ <a name="gtk-window-get-deletable.parameters"></a><h4>Parameters</h4>
3562
3661
  <div class="informaltable"><table width="100%" border="0">
3563
3662
  <colgroup>
3564
3663
  <col width="150px" class="parameters_name">
@@ -3573,7 +3672,7 @@ via <a class="link" href="GtkWindow.html#gtk-window-set-deletable" title="gtk_wi
3573
3672
  </table></div>
3574
3673
  </div>
3575
3674
  <div class="refsect3">
3576
- <a name="id-1.3.6.2.12.64.6"></a><h4>Returns</h4>
3675
+ <a name="gtk-window-get-deletable.returns"></a><h4>Returns</h4>
3577
3676
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window has been set to have a close button</p>
3578
3677
  </div>
3579
3678
  <p class="since">Since: 2.10</p>
@@ -3588,7 +3687,7 @@ The list is a copy and should be freed with <a href="/home/vagrant/ruby-gnome2.w
3588
3687
  but the pixbufs in the list have not had their reference count
3589
3688
  incremented.</p>
3590
3689
  <div class="refsect3">
3591
- <a name="id-1.3.6.2.12.65.5"></a><h4>Returns</h4>
3690
+ <a name="gtk-window-get-default-icon-list.returns"></a><h4>Returns</h4>
3592
3691
  <p> copy of default icon list. </p>
3593
3692
  <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GdkPixbuf][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
3594
3693
  </div>
@@ -3604,7 +3703,7 @@ string is owned by GTK+ and should not be modified. It
3604
3703
  is only valid until the next call to
3605
3704
  <a class="link" href="GtkWindow.html#gtk-window-set-default-icon-name" title="gtk_window_set_default_icon_name ()"><code class="function">gtk_window_set_default_icon_name()</code></a>.</p>
3606
3705
  <div class="refsect3">
3607
- <a name="id-1.3.6.2.12.66.5"></a><h4>Returns</h4>
3706
+ <a name="gtk-window-get-default-icon-name.returns"></a><h4>Returns</h4>
3608
3707
  <p> the fallback icon name for windows</p>
3609
3708
  </div>
3610
3709
  <p class="since">Since: 2.16</p>
@@ -3621,7 +3720,7 @@ height indicates that a default size has not been explicitly set
3621
3720
  for that dimension, so the “natural” size of the window will be
3622
3721
  used.</p>
3623
3722
  <div class="refsect3">
3624
- <a name="id-1.3.6.2.12.67.5"></a><h4>Parameters</h4>
3723
+ <a name="gtk-window-get-default-size.parameters"></a><h4>Parameters</h4>
3625
3724
  <div class="informaltable"><table width="100%" border="0">
3626
3725
  <colgroup>
3627
3726
  <col width="150px" class="parameters_name">
@@ -3656,7 +3755,7 @@ gtk_window_get_destroy_with_parent (<em class="parameter"><code><a class="link"
3656
3755
  <p>Returns whether the window will be destroyed with its transient parent. See
3657
3756
  <a class="link" href="GtkWindow.html#gtk-window-set-destroy-with-parent" title="gtk_window_set_destroy_with_parent ()"><code class="function">gtk_window_set_destroy_with_parent()</code></a>.</p>
3658
3757
  <div class="refsect3">
3659
- <a name="id-1.3.6.2.12.68.5"></a><h4>Parameters</h4>
3758
+ <a name="gtk-window-get-destroy-with-parent.parameters"></a><h4>Parameters</h4>
3660
3759
  <div class="informaltable"><table width="100%" border="0">
3661
3760
  <colgroup>
3662
3761
  <col width="150px" class="parameters_name">
@@ -3671,7 +3770,7 @@ gtk_window_get_destroy_with_parent (<em class="parameter"><code><a class="link"
3671
3770
  </table></div>
3672
3771
  </div>
3673
3772
  <div class="refsect3">
3674
- <a name="id-1.3.6.2.12.68.6"></a><h4>Returns</h4>
3773
+ <a name="gtk-window-get-destroy-with-parent.returns"></a><h4>Returns</h4>
3675
3774
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window will be destroyed with its transient parent.</p>
3676
3775
  </div>
3677
3776
  </div>
@@ -3684,7 +3783,7 @@ gtk_window_get_hide_titlebar_when_maximized
3684
3783
  <p>Returns whether the window has requested to have its titlebar hidden
3685
3784
  when maximized. See <a class="link" href="GtkWindow.html#gtk-window-set-hide-titlebar-when-maximized" title="gtk_window_set_hide_titlebar_when_maximized ()"><code class="function">gtk_window_set_hide_titlebar_when_maximized()</code></a>.</p>
3686
3785
  <div class="refsect3">
3687
- <a name="id-1.3.6.2.12.69.5"></a><h4>Parameters</h4>
3786
+ <a name="gtk-window-get-hide-titlebar-when-maximized.parameters"></a><h4>Parameters</h4>
3688
3787
  <div class="informaltable"><table width="100%" border="0">
3689
3788
  <colgroup>
3690
3789
  <col width="150px" class="parameters_name">
@@ -3699,7 +3798,7 @@ when maximized. See <a class="link" href="GtkWindow.html#gtk-window-set-hide-tit
3699
3798
  </table></div>
3700
3799
  </div>
3701
3800
  <div class="refsect3">
3702
- <a name="id-1.3.6.2.12.69.6"></a><h4>Returns</h4>
3801
+ <a name="gtk-window-get-hide-titlebar-when-maximized.returns"></a><h4>Returns</h4>
3703
3802
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window has requested to have its titlebar
3704
3803
  hidden when maximized</p>
3705
3804
  </div>
@@ -3708,13 +3807,13 @@ hidden when maximized</p>
3708
3807
  <hr>
3709
3808
  <div class="refsect2">
3710
3809
  <a name="gtk-window-get-icon"></a><h3>gtk_window_get_icon ()</h3>
3711
- <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
3810
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
3712
3811
  gtk_window_get_icon (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
3713
3812
  <p>Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-icon" title="gtk_window_set_icon ()"><code class="function">gtk_window_set_icon()</code></a> (or if you've
3714
3813
  called <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_window_set_icon_list ()"><code class="function">gtk_window_set_icon_list()</code></a>, gets the first icon in
3715
3814
  the icon list).</p>
3716
3815
  <div class="refsect3">
3717
- <a name="id-1.3.6.2.12.70.5"></a><h4>Parameters</h4>
3816
+ <a name="gtk-window-get-icon.parameters"></a><h4>Parameters</h4>
3718
3817
  <div class="informaltable"><table width="100%" border="0">
3719
3818
  <colgroup>
3720
3819
  <col width="150px" class="parameters_name">
@@ -3729,7 +3828,7 @@ the icon list).</p>
3729
3828
  </table></div>
3730
3829
  </div>
3731
3830
  <div class="refsect3">
3732
- <a name="id-1.3.6.2.12.70.6"></a><h4>Returns</h4>
3831
+ <a name="gtk-window-get-icon.returns"></a><h4>Returns</h4>
3733
3832
  <p> icon for window. </p>
3734
3833
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
3735
3834
  </div>
@@ -3743,7 +3842,7 @@ gtk_window_get_icon_list (<em class="parameter"><code><a class="link" href="GtkW
3743
3842
  The list is copied, but the reference count on each
3744
3843
  member won’t be incremented.</p>
3745
3844
  <div class="refsect3">
3746
- <a name="id-1.3.6.2.12.71.5"></a><h4>Parameters</h4>
3845
+ <a name="gtk-window-get-icon-list.parameters"></a><h4>Parameters</h4>
3747
3846
  <div class="informaltable"><table width="100%" border="0">
3748
3847
  <colgroup>
3749
3848
  <col width="150px" class="parameters_name">
@@ -3758,7 +3857,7 @@ member won’t be incremented.</p>
3758
3857
  </table></div>
3759
3858
  </div>
3760
3859
  <div class="refsect3">
3761
- <a name="id-1.3.6.2.12.71.6"></a><h4>Returns</h4>
3860
+ <a name="gtk-window-get-icon-list.returns"></a><h4>Returns</h4>
3762
3861
  <p> copy of window’s icon list. </p>
3763
3862
  <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GdkPixbuf][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
3764
3863
  </div>
@@ -3771,7 +3870,7 @@ gtk_window_get_icon_name (<em class="parameter"><code><a class="link" href="GtkW
3771
3870
  <p>Returns the name of the themed icon for the window,
3772
3871
  see <a class="link" href="GtkWindow.html#gtk-window-set-icon-name" title="gtk_window_set_icon_name ()"><code class="function">gtk_window_set_icon_name()</code></a>.</p>
3773
3872
  <div class="refsect3">
3774
- <a name="id-1.3.6.2.12.72.5"></a><h4>Parameters</h4>
3873
+ <a name="gtk-window-get-icon-name.parameters"></a><h4>Parameters</h4>
3775
3874
  <div class="informaltable"><table width="100%" border="0">
3776
3875
  <colgroup>
3777
3876
  <col width="150px" class="parameters_name">
@@ -3786,21 +3885,22 @@ see <a class="link" href="GtkWindow.html#gtk-window-set-icon-name" title="gtk_wi
3786
3885
  </table></div>
3787
3886
  </div>
3788
3887
  <div class="refsect3">
3789
- <a name="id-1.3.6.2.12.72.6"></a><h4>Returns</h4>
3888
+ <a name="gtk-window-get-icon-name.returns"></a><h4>Returns</h4>
3790
3889
  <p> the icon name or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window has
3791
- no themed icon</p>
3890
+ no themed icon. </p>
3891
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
3792
3892
  </div>
3793
3893
  <p class="since">Since: 2.6</p>
3794
3894
  </div>
3795
3895
  <hr>
3796
3896
  <div class="refsect2">
3797
3897
  <a name="gtk-window-get-mnemonic-modifier"></a><h3>gtk_window_get_mnemonic_modifier ()</h3>
3798
- <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a>
3898
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a>
3799
3899
  gtk_window_get_mnemonic_modifier (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
3800
3900
  <p>Returns the mnemonic modifier for this window. See
3801
3901
  <a class="link" href="GtkWindow.html#gtk-window-set-mnemonic-modifier" title="gtk_window_set_mnemonic_modifier ()"><code class="function">gtk_window_set_mnemonic_modifier()</code></a>.</p>
3802
3902
  <div class="refsect3">
3803
- <a name="id-1.3.6.2.12.73.5"></a><h4>Parameters</h4>
3903
+ <a name="gtk-window-get-mnemonic-modifier.parameters"></a><h4>Parameters</h4>
3804
3904
  <div class="informaltable"><table width="100%" border="0">
3805
3905
  <colgroup>
3806
3906
  <col width="150px" class="parameters_name">
@@ -3815,7 +3915,7 @@ gtk_window_get_mnemonic_modifier (<em class="parameter"><code><a class="link" hr
3815
3915
  </table></div>
3816
3916
  </div>
3817
3917
  <div class="refsect3">
3818
- <a name="id-1.3.6.2.12.73.6"></a><h4>Returns</h4>
3918
+ <a name="gtk-window-get-mnemonic-modifier.returns"></a><h4>Returns</h4>
3819
3919
  <p> the modifier mask used to activate
3820
3920
  mnemonics on this window.</p>
3821
3921
  </div>
@@ -3827,7 +3927,7 @@ mnemonics on this window.</p>
3827
3927
  gtk_window_get_modal (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
3828
3928
  <p>Returns whether the window is modal. See <a class="link" href="GtkWindow.html#gtk-window-set-modal" title="gtk_window_set_modal ()"><code class="function">gtk_window_set_modal()</code></a>.</p>
3829
3929
  <div class="refsect3">
3830
- <a name="id-1.3.6.2.12.74.5"></a><h4>Parameters</h4>
3930
+ <a name="gtk-window-get-modal.parameters"></a><h4>Parameters</h4>
3831
3931
  <div class="informaltable"><table width="100%" border="0">
3832
3932
  <colgroup>
3833
3933
  <col width="150px" class="parameters_name">
@@ -3842,7 +3942,7 @@ gtk_window_get_modal (<em class="parameter"><code><a class="link" href="GtkWindo
3842
3942
  </table></div>
3843
3943
  </div>
3844
3944
  <div class="refsect3">
3845
- <a name="id-1.3.6.2.12.74.6"></a><h4>Returns</h4>
3945
+ <a name="gtk-window-get-modal.returns"></a><h4>Returns</h4>
3846
3946
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window is set to be modal and
3847
3947
  establishes a grab when shown</p>
3848
3948
  </div>
@@ -3860,7 +3960,7 @@ gtk_window_get_position (<em class="parameter"><code><a class="link" href="GtkWi
3860
3960
  This means that the meaning of the returned value varies with
3861
3961
  window gravity. See <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a> for more details.</p>
3862
3962
  <p>If you haven’t changed the window gravity, its gravity will be
3863
- <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"><span class="type">GDK_GRAVITY_NORTH_WEST</span></a>. This means that <a class="link" href="GtkWindow.html#gtk-window-get-position" title="gtk_window_get_position ()"><code class="function">gtk_window_get_position()</code></a>
3963
+ <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"><span class="type">GDK_GRAVITY_NORTH_WEST</span></a>. This means that <a class="link" href="GtkWindow.html#gtk-window-get-position" title="gtk_window_get_position ()"><code class="function">gtk_window_get_position()</code></a>
3864
3964
  gets the position of the top-left corner of the window manager
3865
3965
  frame for the window. <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a> sets the position of this
3866
3966
  same top-left corner.</p>
@@ -3874,7 +3974,7 @@ respect to their handling of window gravity. So moving a window to
3874
3974
  its current position as returned by <a class="link" href="GtkWindow.html#gtk-window-get-position" title="gtk_window_get_position ()"><code class="function">gtk_window_get_position()</code></a> tends
3875
3975
  to result in moving the window slightly. Window managers are
3876
3976
  slowly getting better over time.</p>
3877
- <p>If a window has gravity <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-GRAVITY-STATIC:CAPS"><span class="type">GDK_GRAVITY_STATIC</span></a> the window manager
3977
+ <p>If a window has gravity <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-GRAVITY-STATIC:CAPS"><span class="type">GDK_GRAVITY_STATIC</span></a> the window manager
3878
3978
  frame is not relevant, and thus <a class="link" href="GtkWindow.html#gtk-window-get-position" title="gtk_window_get_position ()"><code class="function">gtk_window_get_position()</code></a> will
3879
3979
  always produce accurate results. However you can’t use static
3880
3980
  gravity to do things like place a window in a corner of the screen,
@@ -3887,7 +3987,7 @@ Mechanism is to support the session management protocol (see the
3887
3987
  “GnomeClient” object in the GNOME libraries for example) and allow
3888
3988
  the window manager to save your window sizes and positions.</p>
3889
3989
  <div class="refsect3">
3890
- <a name="id-1.3.6.2.12.75.10"></a><h4>Parameters</h4>
3990
+ <a name="gtk-window-get-position.parameters"></a><h4>Parameters</h4>
3891
3991
  <div class="informaltable"><table width="100%" border="0">
3892
3992
  <colgroup>
3893
3993
  <col width="150px" class="parameters_name">
@@ -3924,7 +4024,7 @@ gtk_window_get_role (<em class="parameter"><code><a class="link" href="GtkWindow
3924
4024
  <p>Returns the role of the window. See <a class="link" href="GtkWindow.html#gtk-window-set-role" title="gtk_window_set_role ()"><code class="function">gtk_window_set_role()</code></a> for
3925
4025
  further explanation.</p>
3926
4026
  <div class="refsect3">
3927
- <a name="id-1.3.6.2.12.76.5"></a><h4>Parameters</h4>
4027
+ <a name="gtk-window-get-role.parameters"></a><h4>Parameters</h4>
3928
4028
  <div class="informaltable"><table width="100%" border="0">
3929
4029
  <colgroup>
3930
4030
  <col width="150px" class="parameters_name">
@@ -3939,10 +4039,10 @@ further explanation.</p>
3939
4039
  </table></div>
3940
4040
  </div>
3941
4041
  <div class="refsect3">
3942
- <a name="id-1.3.6.2.12.76.6"></a><h4>Returns</h4>
4042
+ <a name="gtk-window-get-role.returns"></a><h4>Returns</h4>
3943
4043
  <p> the role of the window if set, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The
3944
- returned is owned by the widget and must not be modified
3945
- or freed.</p>
4044
+ returned is owned by the widget and must not be modified or freed. </p>
4045
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
3946
4046
  </div>
3947
4047
  </div>
3948
4048
  <hr>
@@ -3961,7 +4061,7 @@ for the initial window
3961
4061
  size (but this is not reliably the same as the size the window
3962
4062
  manager will actually select). The size obtained by
3963
4063
  <a class="link" href="GtkWindow.html#gtk-window-get-size" title="gtk_window_get_size ()"><code class="function">gtk_window_get_size()</code></a> is the last size received in a
3964
- <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventConfigure"><span class="type">GdkEventConfigure</span></a>, that is, GTK+ uses its locally-stored size,
4064
+ <a href="http://developer.gnome.org/gdk3/gdk3-Event-Structures.html#GdkEventConfigure"><span class="type">GdkEventConfigure</span></a>, that is, GTK+ uses its locally-stored size,
3965
4065
  rather than querying the X server for the size. As a result, if you
3966
4066
  call <a class="link" href="GtkWindow.html#gtk-window-resize" title="gtk_window_resize ()"><code class="function">gtk_window_resize()</code></a> then immediately call
3967
4067
  <a class="link" href="GtkWindow.html#gtk-window-get-size" title="gtk_window_get_size ()"><code class="function">gtk_window_get_size()</code></a>, the size won’t have taken effect yet. After
@@ -3973,7 +4073,7 @@ because the size of the window may change between the time that you
3973
4073
  get the size and the time that you perform some action assuming
3974
4074
  that size is the current size. To avoid race conditions, connect to
3975
4075
  “configure-event” on the window and adjust your size-dependent
3976
- state to match the size delivered in the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventConfigure"><span class="type">GdkEventConfigure</span></a>.</p>
4076
+ state to match the size delivered in the <a href="http://developer.gnome.org/gdk3/gdk3-Event-Structures.html#GdkEventConfigure"><span class="type">GdkEventConfigure</span></a>.</p>
3977
4077
  <p>Note 2: The returned size does not include the
3978
4078
  size of the window manager decorations (aka the window frame or
3979
4079
  border). Those are not drawn by GTK+ and GTK+ has no reliable
@@ -3991,12 +4091,18 @@ behave consistently and according to user prefs if the window
3991
4091
  manager handles it. Also, the window manager can take the size
3992
4092
  of the window decorations/border into account, while your
3993
4093
  application cannot.</p>
4094
+ <p>Note 4: When using client side decorations, GTK+ will do its best to
4095
+ adjust the returned values to match the logical size of the window
4096
+ excluding the widgets added for client side decorations, but there
4097
+ is no garantee that the result will be totally accurate because
4098
+ these widgets depend on the theme and may not be realized or
4099
+ visible at the time <a class="link" href="GtkWindow.html#gtk-window-get-size" title="gtk_window_get_size ()"><code class="function">gtk_window_get_size()</code></a> is invoked.</p>
3994
4100
  <p>In any case, if you insist on application-specified window
3995
4101
  positioning, there’s still a better way than
3996
4102
  doing it yourself - <a class="link" href="GtkWindow.html#gtk-window-set-position" title="gtk_window_set_position ()"><code class="function">gtk_window_set_position()</code></a> will frequently
3997
4103
  handle the details for you.</p>
3998
4104
  <div class="refsect3">
3999
- <a name="id-1.3.6.2.12.77.9"></a><h4>Parameters</h4>
4105
+ <a name="gtk-window-get-size.parameters"></a><h4>Parameters</h4>
4000
4106
  <div class="informaltable"><table width="100%" border="0">
4001
4107
  <colgroup>
4002
4108
  <col width="150px" class="parameters_name">
@@ -4030,7 +4136,7 @@ handle the details for you.</p>
4030
4136
  gtk_window_get_title (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
4031
4137
  <p>Retrieves the title of the window. See <a class="link" href="GtkWindow.html#gtk-window-set-title" title="gtk_window_set_title ()"><code class="function">gtk_window_set_title()</code></a>.</p>
4032
4138
  <div class="refsect3">
4033
- <a name="id-1.3.6.2.12.78.5"></a><h4>Parameters</h4>
4139
+ <a name="gtk-window-get-title.parameters"></a><h4>Parameters</h4>
4034
4140
  <div class="informaltable"><table width="100%" border="0">
4035
4141
  <colgroup>
4036
4142
  <col width="150px" class="parameters_name">
@@ -4045,10 +4151,11 @@ gtk_window_get_title (<em class="parameter"><code><a class="link" href="GtkWindo
4045
4151
  </table></div>
4046
4152
  </div>
4047
4153
  <div class="refsect3">
4048
- <a name="id-1.3.6.2.12.78.6"></a><h4>Returns</h4>
4154
+ <a name="gtk-window-get-title.returns"></a><h4>Returns</h4>
4049
4155
  <p> the title of the window, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none has
4050
4156
  been set explicitly. The returned string is owned by the widget
4051
- and must not be modified or freed.</p>
4157
+ and must not be modified or freed. </p>
4158
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
4052
4159
  </div>
4053
4160
  </div>
4054
4161
  <hr>
@@ -4059,7 +4166,7 @@ gtk_window_get_transient_for (<em class="parameter"><code><a class="link" href="
4059
4166
  <p>Fetches the transient parent for this window. See
4060
4167
  <a class="link" href="GtkWindow.html#gtk-window-set-transient-for" title="gtk_window_set_transient_for ()"><code class="function">gtk_window_set_transient_for()</code></a>.</p>
4061
4168
  <div class="refsect3">
4062
- <a name="id-1.3.6.2.12.79.5"></a><h4>Parameters</h4>
4169
+ <a name="gtk-window-get-transient-for.parameters"></a><h4>Parameters</h4>
4063
4170
  <div class="informaltable"><table width="100%" border="0">
4064
4171
  <colgroup>
4065
4172
  <col width="150px" class="parameters_name">
@@ -4074,10 +4181,10 @@ gtk_window_get_transient_for (<em class="parameter"><code><a class="link" href="
4074
4181
  </table></div>
4075
4182
  </div>
4076
4183
  <div class="refsect3">
4077
- <a name="id-1.3.6.2.12.79.6"></a><h4>Returns</h4>
4078
- <p> the transient parent for this window, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
4079
- if no transient parent has been set. </p>
4080
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
4184
+ <a name="gtk-window-get-transient-for.returns"></a><h4>Returns</h4>
4185
+ <p> the transient parent for this
4186
+ window, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no transient parent has been set. </p>
4187
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
4081
4188
  </div>
4082
4189
  </div>
4083
4190
  <hr>
@@ -4088,7 +4195,7 @@ gtk_window_get_attached_to (<em class="parameter"><code><a class="link" href="Gt
4088
4195
  <p>Fetches the attach widget for this window. See
4089
4196
  <a class="link" href="GtkWindow.html#gtk-window-set-attached-to" title="gtk_window_set_attached_to ()"><code class="function">gtk_window_set_attached_to()</code></a>.</p>
4090
4197
  <div class="refsect3">
4091
- <a name="id-1.3.6.2.12.80.5"></a><h4>Parameters</h4>
4198
+ <a name="gtk-window-get-attached-to.parameters"></a><h4>Parameters</h4>
4092
4199
  <div class="informaltable"><table width="100%" border="0">
4093
4200
  <colgroup>
4094
4201
  <col width="150px" class="parameters_name">
@@ -4103,21 +4210,21 @@ gtk_window_get_attached_to (<em class="parameter"><code><a class="link" href="Gt
4103
4210
  </table></div>
4104
4211
  </div>
4105
4212
  <div class="refsect3">
4106
- <a name="id-1.3.6.2.12.80.6"></a><h4>Returns</h4>
4107
- <p> the widget where the window is attached,
4108
- or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window is not attached to any widget. </p>
4109
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
4213
+ <a name="gtk-window-get-attached-to.returns"></a><h4>Returns</h4>
4214
+ <p> the widget where the window
4215
+ is attached, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window is not attached to any widget. </p>
4216
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
4110
4217
  </div>
4111
4218
  <p class="since">Since: <a class="link" href="api-index-3-4.html#api-index-3.4">3.4</a></p>
4112
4219
  </div>
4113
4220
  <hr>
4114
4221
  <div class="refsect2">
4115
4222
  <a name="gtk-window-get-type-hint"></a><h3>gtk_window_get_type_hint ()</h3>
4116
- <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowTypeHint"><span class="returnvalue">GdkWindowTypeHint</span></a>
4223
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkWindowTypeHint"><span class="returnvalue">GdkWindowTypeHint</span></a>
4117
4224
  gtk_window_get_type_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
4118
4225
  <p>Gets the type hint for this window. See <a class="link" href="GtkWindow.html#gtk-window-set-type-hint" title="gtk_window_set_type_hint ()"><code class="function">gtk_window_set_type_hint()</code></a>.</p>
4119
4226
  <div class="refsect3">
4120
- <a name="id-1.3.6.2.12.81.5"></a><h4>Parameters</h4>
4227
+ <a name="gtk-window-get-type-hint.parameters"></a><h4>Parameters</h4>
4121
4228
  <div class="informaltable"><table width="100%" border="0">
4122
4229
  <colgroup>
4123
4230
  <col width="150px" class="parameters_name">
@@ -4132,7 +4239,7 @@ gtk_window_get_type_hint (<em class="parameter"><code><a class="link" href="GtkW
4132
4239
  </table></div>
4133
4240
  </div>
4134
4241
  <div class="refsect3">
4135
- <a name="id-1.3.6.2.12.81.6"></a><h4>Returns</h4>
4242
+ <a name="gtk-window-get-type-hint.returns"></a><h4>Returns</h4>
4136
4243
  <p> the type hint for <em class="parameter"><code>window</code></em>
4137
4244
  .</p>
4138
4245
  </div>
@@ -4144,7 +4251,7 @@ gtk_window_get_type_hint (<em class="parameter"><code><a class="link" href="GtkW
4144
4251
  gtk_window_get_skip_taskbar_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
4145
4252
  <p>Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-skip-taskbar-hint" title="gtk_window_set_skip_taskbar_hint ()"><code class="function">gtk_window_set_skip_taskbar_hint()</code></a></p>
4146
4253
  <div class="refsect3">
4147
- <a name="id-1.3.6.2.12.82.5"></a><h4>Parameters</h4>
4254
+ <a name="gtk-window-get-skip-taskbar-hint.parameters"></a><h4>Parameters</h4>
4148
4255
  <div class="informaltable"><table width="100%" border="0">
4149
4256
  <colgroup>
4150
4257
  <col width="150px" class="parameters_name">
@@ -4159,7 +4266,7 @@ gtk_window_get_skip_taskbar_hint (<em class="parameter"><code><a class="link" hr
4159
4266
  </table></div>
4160
4267
  </div>
4161
4268
  <div class="refsect3">
4162
- <a name="id-1.3.6.2.12.82.6"></a><h4>Returns</h4>
4269
+ <a name="gtk-window-get-skip-taskbar-hint.returns"></a><h4>Returns</h4>
4163
4270
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window shouldn’t be in taskbar</p>
4164
4271
  </div>
4165
4272
  <p class="since">Since: 2.2</p>
@@ -4171,7 +4278,7 @@ gtk_window_get_skip_taskbar_hint (<em class="parameter"><code><a class="link" hr
4171
4278
  gtk_window_get_skip_pager_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
4172
4279
  <p>Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-skip-pager-hint" title="gtk_window_set_skip_pager_hint ()"><code class="function">gtk_window_set_skip_pager_hint()</code></a>.</p>
4173
4280
  <div class="refsect3">
4174
- <a name="id-1.3.6.2.12.83.5"></a><h4>Parameters</h4>
4281
+ <a name="gtk-window-get-skip-pager-hint.parameters"></a><h4>Parameters</h4>
4175
4282
  <div class="informaltable"><table width="100%" border="0">
4176
4283
  <colgroup>
4177
4284
  <col width="150px" class="parameters_name">
@@ -4186,7 +4293,7 @@ gtk_window_get_skip_pager_hint (<em class="parameter"><code><a class="link" href
4186
4293
  </table></div>
4187
4294
  </div>
4188
4295
  <div class="refsect3">
4189
- <a name="id-1.3.6.2.12.83.6"></a><h4>Returns</h4>
4296
+ <a name="gtk-window-get-skip-pager-hint.returns"></a><h4>Returns</h4>
4190
4297
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window shouldn’t be in pager</p>
4191
4298
  </div>
4192
4299
  <p class="since">Since: 2.2</p>
@@ -4198,7 +4305,7 @@ gtk_window_get_skip_pager_hint (<em class="parameter"><code><a class="link" href
4198
4305
  gtk_window_get_urgency_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
4199
4306
  <p>Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-urgency-hint" title="gtk_window_set_urgency_hint ()"><code class="function">gtk_window_set_urgency_hint()</code></a></p>
4200
4307
  <div class="refsect3">
4201
- <a name="id-1.3.6.2.12.84.5"></a><h4>Parameters</h4>
4308
+ <a name="gtk-window-get-urgency-hint.parameters"></a><h4>Parameters</h4>
4202
4309
  <div class="informaltable"><table width="100%" border="0">
4203
4310
  <colgroup>
4204
4311
  <col width="150px" class="parameters_name">
@@ -4213,7 +4320,7 @@ gtk_window_get_urgency_hint (<em class="parameter"><code><a class="link" href="G
4213
4320
  </table></div>
4214
4321
  </div>
4215
4322
  <div class="refsect3">
4216
- <a name="id-1.3.6.2.12.84.6"></a><h4>Returns</h4>
4323
+ <a name="gtk-window-get-urgency-hint.returns"></a><h4>Returns</h4>
4217
4324
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window is urgent</p>
4218
4325
  </div>
4219
4326
  <p class="since">Since: 2.8</p>
@@ -4225,7 +4332,7 @@ gtk_window_get_urgency_hint (<em class="parameter"><code><a class="link" href="G
4225
4332
  gtk_window_get_accept_focus (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
4226
4333
  <p>Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-accept-focus" title="gtk_window_set_accept_focus ()"><code class="function">gtk_window_set_accept_focus()</code></a>.</p>
4227
4334
  <div class="refsect3">
4228
- <a name="id-1.3.6.2.12.85.5"></a><h4>Parameters</h4>
4335
+ <a name="gtk-window-get-accept-focus.parameters"></a><h4>Parameters</h4>
4229
4336
  <div class="informaltable"><table width="100%" border="0">
4230
4337
  <colgroup>
4231
4338
  <col width="150px" class="parameters_name">
@@ -4240,7 +4347,7 @@ gtk_window_get_accept_focus (<em class="parameter"><code><a class="link" href="G
4240
4347
  </table></div>
4241
4348
  </div>
4242
4349
  <div class="refsect3">
4243
- <a name="id-1.3.6.2.12.85.6"></a><h4>Returns</h4>
4350
+ <a name="gtk-window-get-accept-focus.returns"></a><h4>Returns</h4>
4244
4351
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window should receive the input focus</p>
4245
4352
  </div>
4246
4353
  <p class="since">Since: 2.4</p>
@@ -4252,7 +4359,7 @@ gtk_window_get_accept_focus (<em class="parameter"><code><a class="link" href="G
4252
4359
  gtk_window_get_focus_on_map (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
4253
4360
  <p>Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-focus-on-map" title="gtk_window_set_focus_on_map ()"><code class="function">gtk_window_set_focus_on_map()</code></a>.</p>
4254
4361
  <div class="refsect3">
4255
- <a name="id-1.3.6.2.12.86.5"></a><h4>Parameters</h4>
4362
+ <a name="gtk-window-get-focus-on-map.parameters"></a><h4>Parameters</h4>
4256
4363
  <div class="informaltable"><table width="100%" border="0">
4257
4364
  <colgroup>
4258
4365
  <col width="150px" class="parameters_name">
@@ -4267,7 +4374,7 @@ gtk_window_get_focus_on_map (<em class="parameter"><code><a class="link" href="G
4267
4374
  </table></div>
4268
4375
  </div>
4269
4376
  <div class="refsect3">
4270
- <a name="id-1.3.6.2.12.86.6"></a><h4>Returns</h4>
4377
+ <a name="gtk-window-get-focus-on-map.returns"></a><h4>Returns</h4>
4271
4378
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window should receive the input focus when
4272
4379
  mapped.</p>
4273
4380
  </div>
@@ -4285,7 +4392,7 @@ gtk_window_get_group (<em class="parameter"><code><a class="link" href="GtkWindo
4285
4392
  does not have an explicit
4286
4393
  window group.</p>
4287
4394
  <div class="refsect3">
4288
- <a name="id-1.3.6.2.12.87.5"></a><h4>Parameters</h4>
4395
+ <a name="gtk-window-get-group.parameters"></a><h4>Parameters</h4>
4289
4396
  <div class="informaltable"><table width="100%" border="0">
4290
4397
  <colgroup>
4291
4398
  <col width="150px" class="parameters_name">
@@ -4300,7 +4407,7 @@ window group.</p>
4300
4407
  </table></div>
4301
4408
  </div>
4302
4409
  <div class="refsect3">
4303
- <a name="id-1.3.6.2.12.87.6"></a><h4>Returns</h4>
4410
+ <a name="gtk-window-get-group.returns"></a><h4>Returns</h4>
4304
4411
  <p> the <a class="link" href="GtkWindowGroup.html" title="GtkWindowGroup"><span class="type">GtkWindowGroup</span></a> for a window or the default group. </p>
4305
4412
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
4306
4413
  </div>
@@ -4314,7 +4421,7 @@ gtk_window_has_group (<em class="parameter"><code><a class="link" href="GtkWindo
4314
4421
  <p>Returns whether <em class="parameter"><code>window</code></em>
4315
4422
  has an explicit window group.</p>
4316
4423
  <div class="refsect3">
4317
- <a name="id-1.3.6.2.12.88.5"></a><h4>Parameters</h4>
4424
+ <a name="gtk-window-has-group.parameters"></a><h4>Parameters</h4>
4318
4425
  <div class="informaltable"><table width="100%" border="0">
4319
4426
  <colgroup>
4320
4427
  <col width="150px" class="parameters_name">
@@ -4329,7 +4436,7 @@ gtk_window_has_group (<em class="parameter"><code><a class="link" href="GtkWindo
4329
4436
  </table></div>
4330
4437
  </div>
4331
4438
  <div class="refsect3">
4332
- <a name="id-1.3.6.2.12.88.6"></a><h4>Returns</h4>
4439
+ <a name="gtk-window-has-group.returns"></a><h4>Returns</h4>
4333
4440
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>window</code></em>
4334
4441
  has an explicit window group.</p>
4335
4442
  <p>Since 2.22</p>
@@ -4342,7 +4449,7 @@ has an explicit window group.</p>
4342
4449
  gtk_window_get_window_type (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
4343
4450
  <p>Gets the type of the window. See <a class="link" href="GtkWindow.html#GtkWindowType" title="enum GtkWindowType"><span class="type">GtkWindowType</span></a>.</p>
4344
4451
  <div class="refsect3">
4345
- <a name="id-1.3.6.2.12.89.5"></a><h4>Parameters</h4>
4452
+ <a name="gtk-window-get-window-type.parameters"></a><h4>Parameters</h4>
4346
4453
  <div class="informaltable"><table width="100%" border="0">
4347
4454
  <colgroup>
4348
4455
  <col width="150px" class="parameters_name">
@@ -4357,7 +4464,7 @@ gtk_window_get_window_type (<em class="parameter"><code><a class="link" href="Gt
4357
4464
  </table></div>
4358
4465
  </div>
4359
4466
  <div class="refsect3">
4360
- <a name="id-1.3.6.2.12.89.6"></a><h4>Returns</h4>
4467
+ <a name="gtk-window-get-window-type.returns"></a><h4>Returns</h4>
4361
4468
  <p> the type of the window</p>
4362
4469
  </div>
4363
4470
  <p class="since">Since: 2.20</p>
@@ -4380,7 +4487,7 @@ reference point for the window. The gravity determines two things:
4380
4487
  first, the location of the reference point in root window
4381
4488
  coordinates; and second, which point on the window is positioned at
4382
4489
  the reference point.</p>
4383
- <p>By default the gravity is <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"><span class="type">GDK_GRAVITY_NORTH_WEST</span></a>, so the reference
4490
+ <p>By default the gravity is <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"><span class="type">GDK_GRAVITY_NORTH_WEST</span></a>, so the reference
4384
4491
  point is simply the <em class="parameter"><code>x</code></em>
4385
4492
  , <em class="parameter"><code>y</code></em>
4386
4493
  supplied to <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a>. The
@@ -4389,23 +4496,23 @@ border) will be placed at <em class="parameter"><code>x</code></em>
4389
4496
  , <em class="parameter"><code>y</code></em>
4390
4497
  . Therefore, to position a window
4391
4498
  at the top left of the screen, you want to use the default gravity
4392
- (which is <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"><span class="type">GDK_GRAVITY_NORTH_WEST</span></a>) and move the window to 0,0.</p>
4499
+ (which is <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"><span class="type">GDK_GRAVITY_NORTH_WEST</span></a>) and move the window to 0,0.</p>
4393
4500
  <p>To position a window at the bottom right corner of the screen, you
4394
- would set <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-GRAVITY-SOUTH-EAST:CAPS"><span class="type">GDK_GRAVITY_SOUTH_EAST</span></a>, which means that the reference
4501
+ would set <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-GRAVITY-SOUTH-EAST:CAPS"><span class="type">GDK_GRAVITY_SOUTH_EAST</span></a>, which means that the reference
4395
4502
  point is at <em class="parameter"><code>x</code></em>
4396
4503
  + the window width and <em class="parameter"><code>y</code></em>
4397
4504
  + the window height, and
4398
4505
  the bottom-right corner of the window border will be placed at that
4399
4506
  reference point. So, to place a window in the bottom right corner
4400
4507
  you would first set gravity to south east, then write:
4401
- <code class="literal">gtk_window_move (window, <a href="http://developer.gnome.org/gdk2/gdk3-General.html#gdk-screen-width"><code class="function">gdk_screen_width()</code></a> - window_width,
4402
- <a href="http://developer.gnome.org/gdk2/gdk3-General.html#gdk-screen-height"><code class="function">gdk_screen_height()</code></a> - window_height)</code> (note that this
4508
+ <code class="literal">gtk_window_move (window, <a href="http://developer.gnome.org/gdk3/gdk3-General.html#gdk-screen-width"><code class="function">gdk_screen_width()</code></a> - window_width,
4509
+ <a href="http://developer.gnome.org/gdk3/gdk3-General.html#gdk-screen-height"><code class="function">gdk_screen_height()</code></a> - window_height)</code> (note that this
4403
4510
  example does not take multi-head scenarios into account).</p>
4404
4511
  <p>The <a class="ulink" href="http://www.freedesktop.org/Standards/wm-spec" target="_top">Extended Window Manager Hints Specification</a>
4405
4512
  has a nice table of gravities in the “implementation notes” section.</p>
4406
4513
  <p>The <a class="link" href="GtkWindow.html#gtk-window-get-position" title="gtk_window_get_position ()"><code class="function">gtk_window_get_position()</code></a> documentation may also be relevant.</p>
4407
4514
  <div class="refsect3">
4408
- <a name="id-1.3.6.2.12.90.10"></a><h4>Parameters</h4>
4515
+ <a name="gtk-window-move.parameters"></a><h4>Parameters</h4>
4409
4516
  <div class="informaltable"><table width="100%" border="0">
4410
4517
  <colgroup>
4411
4518
  <col width="150px" class="parameters_name">
@@ -4438,6 +4545,10 @@ has a nice table of gravities in the “implementation notes” section.</p>
4438
4545
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
4439
4546
  gtk_window_parse_geometry (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
4440
4547
  <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *geometry</code></em>);</pre>
4548
+ <div class="warning">
4549
+ <p><code class="literal">gtk_window_parse_geometry</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
4550
+ <p>Geometry handling in GTK is deprecated.</p>
4551
+ </div>
4441
4552
  <p>Parses a standard X Window System geometry string - see the
4442
4553
  manual page for X (type “man X”) for details on this.
4443
4554
  <a class="link" href="GtkWindow.html#gtk-window-parse-geometry" title="gtk_window_parse_geometry ()"><code class="function">gtk_window_parse_geometry()</code></a> does work on all GTK+ ports
@@ -4447,7 +4558,7 @@ geometry string, <a class="link" href="GtkWindow.html#gtk-window-parse-geometry"
4447
4558
  and calls <a class="link" href="GtkWindow.html#gtk-window-set-default-size" title="gtk_window_set_default_size ()"><code class="function">gtk_window_set_default_size()</code></a> and/or <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a>
4448
4559
  to resize/move the window.</p>
4449
4560
  <p>If <a class="link" href="GtkWindow.html#gtk-window-parse-geometry" title="gtk_window_parse_geometry ()"><code class="function">gtk_window_parse_geometry()</code></a> returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, it will also
4450
- set the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-HINT-USER-POS:CAPS"><span class="type">GDK_HINT_USER_POS</span></a> and/or <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-HINT-USER-SIZE:CAPS"><span class="type">GDK_HINT_USER_SIZE</span></a> hints
4561
+ set the <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-HINT-USER-POS:CAPS"><span class="type">GDK_HINT_USER_POS</span></a> and/or <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-HINT-USER-SIZE:CAPS"><span class="type">GDK_HINT_USER_SIZE</span></a> hints
4451
4562
  indicating to the window manager that the size/position of
4452
4563
  the window was user-specified. This causes most window
4453
4564
  managers to honor the geometry.</p>
@@ -4522,7 +4633,7 @@ on the window.</p>
4522
4633
  <span class="normal"> </span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">window</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">vbox</span><span class="symbol">;</span>
4523
4634
  <span class="normal"> </span><span class="usertype">GdkGeometry</span><span class="normal"> size_hints </span><span class="symbol">=</span><span class="normal"> </span><span class="cbracket">{</span>
4524
4635
  <span class="normal"> </span><span class="number">100</span><span class="symbol">,</span><span class="normal"> </span><span class="number">50</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100</span><span class="symbol">,</span><span class="normal"> </span><span class="number">50</span><span class="symbol">,</span><span class="normal"> </span><span class="number">10</span><span class="symbol">,</span>
4525
- <span class="normal"> </span><span class="number">10</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">,</span><span class="normal"> <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS">GDK_GRAVITY_NORTH_WEST</a></span>
4636
+ <span class="normal"> </span><span class="number">10</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">,</span><span class="normal"> <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS">GDK_GRAVITY_NORTH_WEST</a></span>
4526
4637
  <span class="normal"> </span><span class="cbracket">}</span><span class="symbol">;</span>
4527
4638
 
4528
4639
  <span class="normal"> </span><span class="function"><a href="gtk3-General.html#gtk-init">gtk_init</a></span><span class="normal"> </span><span class="symbol">(&amp;</span><span class="normal">argc</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">argv</span><span class="symbol">);</span>
@@ -4535,11 +4646,11 @@ on the window.</p>
4535
4646
  <span class="normal"> </span><span class="function"><a href="GtkWidget.html#gtk-widget-show-all">gtk_widget_show_all</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">vbox</span><span class="symbol">);</span>
4536
4647
 
4537
4648
  <span class="normal"> </span><span class="function"><a href="GtkWindow.html#gtk-window-set-geometry-hints">gtk_window_set_geometry_hints</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_WINDOW</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">window</span><span class="symbol">),</span>
4538
- <span class="normal"> window</span><span class="symbol">,</span>
4649
+ <span class="normal"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span>
4539
4650
  <span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">size_hints</span><span class="symbol">,</span>
4540
- <span class="normal"> <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-HINT-MIN-SIZE:CAPS">GDK_HINT_MIN_SIZE</a> </span><span class="symbol">|</span>
4541
- <span class="normal"> <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-HINT-BASE-SIZE:CAPS">GDK_HINT_BASE_SIZE</a> </span><span class="symbol">|</span>
4542
- <span class="normal"> <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GDK-HINT-RESIZE-INC:CAPS">GDK_HINT_RESIZE_INC</a></span><span class="symbol">);</span>
4651
+ <span class="normal"> <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-HINT-MIN-SIZE:CAPS">GDK_HINT_MIN_SIZE</a> </span><span class="symbol">|</span>
4652
+ <span class="normal"> <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-HINT-BASE-SIZE:CAPS">GDK_HINT_BASE_SIZE</a> </span><span class="symbol">|</span>
4653
+ <span class="normal"> <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GDK-HINT-RESIZE-INC:CAPS">GDK_HINT_RESIZE_INC</a></span><span class="symbol">);</span>
4543
4654
 
4544
4655
  <span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">argc </span><span class="symbol">&gt;</span><span class="normal"> </span><span class="number">1</span><span class="symbol">)</span>
4545
4656
  <span class="normal"> </span><span class="cbracket">{</span>
@@ -4564,7 +4675,7 @@ on the window.</p>
4564
4675
 
4565
4676
  <p></p>
4566
4677
  <div class="refsect3">
4567
- <a name="id-1.3.6.2.12.91.10"></a><h4>Parameters</h4>
4678
+ <a name="gtk-window-parse-geometry.parameters"></a><h4>Parameters</h4>
4568
4679
  <div class="informaltable"><table width="100%" border="0">
4569
4680
  <colgroup>
4570
4681
  <col width="150px" class="parameters_name">
@@ -4586,7 +4697,7 @@ on the window.</p>
4586
4697
  </table></div>
4587
4698
  </div>
4588
4699
  <div class="refsect3">
4589
- <a name="id-1.3.6.2.12.91.11"></a><h4>Returns</h4>
4700
+ <a name="gtk-window-parse-geometry.returns"></a><h4>Returns</h4>
4590
4701
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if string was parsed successfully</p>
4591
4702
  </div>
4592
4703
  </div>
@@ -4607,7 +4718,7 @@ gtk_window_reshow_with_initial_size (<em class="parameter"><code><a class="link"
4607
4718
  default size and position of the window. Used
4608
4719
  by GUI builders only.</p>
4609
4720
  <div class="refsect3">
4610
- <a name="id-1.3.6.2.12.92.6"></a><h4>Parameters</h4>
4721
+ <a name="gtk-window-reshow-with-initial-size.parameters"></a><h4>Parameters</h4>
4611
4722
  <div class="informaltable"><table width="100%" border="0">
4612
4723
  <colgroup>
4613
4724
  <col width="150px" class="parameters_name">
@@ -4638,8 +4749,22 @@ request to a smaller value.</p>
4638
4749
  first time, it overrides any default size set with
4639
4750
  <a class="link" href="GtkWindow.html#gtk-window-set-default-size" title="gtk_window_set_default_size ()"><code class="function">gtk_window_set_default_size()</code></a>.</p>
4640
4751
  <p>Windows may not be resized smaller than 1 by 1 pixels.</p>
4641
- <div class="refsect3">
4642
- <a name="id-1.3.6.2.12.93.7"></a><h4>Parameters</h4>
4752
+ <p>When using client side decorations, GTK+ will do its best to adjust
4753
+ the given size so that the resulting window size matches the
4754
+ requested size without the title bar, borders and shadows added for
4755
+ the client side decorations, but there is no garantee that the
4756
+ result will be totally accurate because these widgets added for
4757
+ client side decorations depend on the theme and may not be realized
4758
+ or visible at the time <a class="link" href="GtkWindow.html#gtk-window-resize" title="gtk_window_resize ()"><code class="function">gtk_window_resize()</code></a> is issued.</p>
4759
+ <p>Typically, <a class="link" href="GtkWindow.html#gtk-window-resize" title="gtk_window_resize ()"><code class="function">gtk_window_resize()</code></a> will compensate for the GtkHeaderBar
4760
+ height only if it's known at the time the resulting GtkWindow
4761
+ configuration is issued.
4762
+ For example, if new widgets are added after the GtkWindow configuration
4763
+ and cause the GtkHeaderBar to grow in height, this will result in a
4764
+ window content smaller that specified by <a class="link" href="GtkWindow.html#gtk-window-resize" title="gtk_window_resize ()"><code class="function">gtk_window_resize()</code></a> and not
4765
+ a larger window.</p>
4766
+ <div class="refsect3">
4767
+ <a name="gtk-window-resize.parameters"></a><h4>Parameters</h4>
4643
4768
  <div class="informaltable"><table width="100%" border="0">
4644
4769
  <colgroup>
4645
4770
  <col width="150px" class="parameters_name">
@@ -4673,13 +4798,18 @@ first time, it overrides any default size set with
4673
4798
  gtk_window_resize_to_geometry (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
4674
4799
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
4675
4800
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
4801
+ <div class="warning">
4802
+ <p><code class="literal">gtk_window_resize_to_geometry</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
4803
+ <p>This function does nothing. Use
4804
+ <a class="link" href="GtkWindow.html#gtk-window-resize" title="gtk_window_resize ()"><code class="function">gtk_window_resize()</code></a> and compute the geometry yourself.</p>
4805
+ </div>
4676
4806
  <p>Like <a class="link" href="GtkWindow.html#gtk-window-resize" title="gtk_window_resize ()"><code class="function">gtk_window_resize()</code></a>, but <em class="parameter"><code>width</code></em>
4677
4807
  and <em class="parameter"><code>height</code></em>
4678
4808
  are interpreted
4679
4809
  in terms of the base size and increment set with
4680
4810
  gtk_window_set_geometry_hints.</p>
4681
4811
  <div class="refsect3">
4682
- <a name="id-1.3.6.2.12.94.5"></a><h4>Parameters</h4>
4812
+ <a name="gtk-window-resize-to-geometry.parameters"></a><h4>Parameters</h4>
4683
4813
  <div class="informaltable"><table width="100%" border="0">
4684
4814
  <colgroup>
4685
4815
  <col width="150px" class="parameters_name">
@@ -4718,7 +4848,7 @@ window-specific icon list. This function allows you to set up the
4718
4848
  icon for all windows in your app at once.</p>
4719
4849
  <p>See <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_window_set_icon_list ()"><code class="function">gtk_window_set_icon_list()</code></a> for more details.</p>
4720
4850
  <div class="refsect3">
4721
- <a name="id-1.3.6.2.12.95.6"></a><h4>Parameters</h4>
4851
+ <a name="gtk-window-set-default-icon-list.parameters"></a><h4>Parameters</h4>
4722
4852
  <div class="informaltable"><table width="100%" border="0">
4723
4853
  <colgroup>
4724
4854
  <col width="150px" class="parameters_name">
@@ -4727,7 +4857,7 @@ icon for all windows in your app at once.</p>
4727
4857
  </colgroup>
4728
4858
  <tbody><tr>
4729
4859
  <td class="parameter_name"><p>list</p></td>
4730
- <td class="parameter_description"><p> a list of <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>. </p></td>
4860
+ <td class="parameter_description"><p> a list of <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a>. </p></td>
4731
4861
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GdkPixbuf][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></td>
4732
4862
  </tr></tbody>
4733
4863
  </table></div>
@@ -4737,11 +4867,11 @@ icon for all windows in your app at once.</p>
4737
4867
  <div class="refsect2">
4738
4868
  <a name="gtk-window-set-default-icon"></a><h3>gtk_window_set_default_icon ()</h3>
4739
4869
  <pre class="programlisting"><span class="returnvalue">void</span>
4740
- gtk_window_set_default_icon (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *icon</code></em>);</pre>
4870
+ gtk_window_set_default_icon (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *icon</code></em>);</pre>
4741
4871
  <p>Sets an icon to be used as fallback for windows that haven't
4742
4872
  had <a class="link" href="GtkWindow.html#gtk-window-set-icon" title="gtk_window_set_icon ()"><code class="function">gtk_window_set_icon()</code></a> called on them from a pixbuf.</p>
4743
4873
  <div class="refsect3">
4744
- <a name="id-1.3.6.2.12.96.5"></a><h4>Parameters</h4>
4874
+ <a name="gtk-window-set-default-icon.parameters"></a><h4>Parameters</h4>
4745
4875
  <div class="informaltable"><table width="100%" border="0">
4746
4876
  <colgroup>
4747
4877
  <col width="150px" class="parameters_name">
@@ -4768,7 +4898,7 @@ had <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_wi
4768
4898
  on disk. Warns on failure if <em class="parameter"><code>err</code></em>
4769
4899
  is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
4770
4900
  <div class="refsect3">
4771
- <a name="id-1.3.6.2.12.97.5"></a><h4>Parameters</h4>
4901
+ <a name="gtk-window-set-default-icon-from-file.parameters"></a><h4>Parameters</h4>
4772
4902
  <div class="informaltable"><table width="100%" border="0">
4773
4903
  <colgroup>
4774
4904
  <col width="150px" class="parameters_name">
@@ -4790,7 +4920,7 @@ on disk. Warns on failure if <em class="parameter"><code>err</code></em>
4790
4920
  </table></div>
4791
4921
  </div>
4792
4922
  <div class="refsect3">
4793
- <a name="id-1.3.6.2.12.97.6"></a><h4>Returns</h4>
4923
+ <a name="gtk-window-set-default-icon-from-file.returns"></a><h4>Returns</h4>
4794
4924
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if setting the icon succeeded.</p>
4795
4925
  </div>
4796
4926
  <p class="since">Since: 2.2</p>
@@ -4804,7 +4934,7 @@ gtk_window_set_default_icon_name (<em class="parameter"><code>const <a href="/ho
4804
4934
  had <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_window_set_icon_list ()"><code class="function">gtk_window_set_icon_list()</code></a> called on them from a named
4805
4935
  themed icon, see <a class="link" href="GtkWindow.html#gtk-window-set-icon-name" title="gtk_window_set_icon_name ()"><code class="function">gtk_window_set_icon_name()</code></a>.</p>
4806
4936
  <div class="refsect3">
4807
- <a name="id-1.3.6.2.12.98.5"></a><h4>Parameters</h4>
4937
+ <a name="gtk-window-set-default-icon-name.parameters"></a><h4>Parameters</h4>
4808
4938
  <div class="informaltable"><table width="100%" border="0">
4809
4939
  <colgroup>
4810
4940
  <col width="150px" class="parameters_name">
@@ -4825,7 +4955,7 @@ themed icon, see <a class="link" href="GtkWindow.html#gtk-window-set-icon-name"
4825
4955
  <a name="gtk-window-set-icon"></a><h3>gtk_window_set_icon ()</h3>
4826
4956
  <pre class="programlisting"><span class="returnvalue">void</span>
4827
4957
  gtk_window_set_icon (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
4828
- <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *icon</code></em>);</pre>
4958
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *icon</code></em>);</pre>
4829
4959
  <p>Sets up the icon representing a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>. This icon is used when
4830
4960
  the window is minimized (also known as iconified). Some window
4831
4961
  managers or desktop environments may also place it in the window
@@ -4841,7 +4971,7 @@ with a 1-element list.</p>
4841
4971
  <p>See also <a class="link" href="GtkWindow.html#gtk-window-set-default-icon-list" title="gtk_window_set_default_icon_list ()"><code class="function">gtk_window_set_default_icon_list()</code></a> to set the icon
4842
4972
  for all windows in your application in one go.</p>
4843
4973
  <div class="refsect3">
4844
- <a name="id-1.3.6.2.12.99.9"></a><h4>Parameters</h4>
4974
+ <a name="gtk-window-set-icon.parameters"></a><h4>Parameters</h4>
4845
4975
  <div class="informaltable"><table width="100%" border="0">
4846
4976
  <colgroup>
4847
4977
  <col width="150px" class="parameters_name">
@@ -4889,7 +5019,7 @@ window using <a class="link" href="GtkWindow.html#gtk-window-set-transient-for"
4889
5019
  icon from their transient parent. So there’s no need to explicitly
4890
5020
  set the icon on transient windows.</p>
4891
5021
  <div class="refsect3">
4892
- <a name="id-1.3.6.2.12.100.10"></a><h4>Parameters</h4>
5022
+ <a name="gtk-window-set-icon-list.parameters"></a><h4>Parameters</h4>
4893
5023
  <div class="informaltable"><table width="100%" border="0">
4894
5024
  <colgroup>
4895
5025
  <col width="150px" class="parameters_name">
@@ -4904,7 +5034,7 @@ set the icon on transient windows.</p>
4904
5034
  </tr>
4905
5035
  <tr>
4906
5036
  <td class="parameter_name"><p>list</p></td>
4907
- <td class="parameter_description"><p> list of <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>. </p></td>
5037
+ <td class="parameter_description"><p> list of <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a>. </p></td>
4908
5038
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GdkPixbuf]</span></td>
4909
5039
  </tr>
4910
5040
  </tbody>
@@ -4926,7 +5056,7 @@ Warns on failure if <em class="parameter"><code>err</code></em>
4926
5056
  with a pixbuf created by loading the image from <em class="parameter"><code>filename</code></em>
4927
5057
  .</p>
4928
5058
  <div class="refsect3">
4929
- <a name="id-1.3.6.2.12.101.6"></a><h4>Parameters</h4>
5059
+ <a name="gtk-window-set-icon-from-file.parameters"></a><h4>Parameters</h4>
4930
5060
  <div class="informaltable"><table width="100%" border="0">
4931
5061
  <colgroup>
4932
5062
  <col width="150px" class="parameters_name">
@@ -4953,7 +5083,7 @@ with a pixbuf created by loading the image from <em class="parameter"><code>file
4953
5083
  </table></div>
4954
5084
  </div>
4955
5085
  <div class="refsect3">
4956
- <a name="id-1.3.6.2.12.101.7"></a><h4>Returns</h4>
5086
+ <a name="gtk-window-set-icon-from-file.returns"></a><h4>Returns</h4>
4957
5087
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if setting the icon succeeded.</p>
4958
5088
  </div>
4959
5089
  <p class="since">Since: 2.2</p>
@@ -4969,7 +5099,7 @@ the docs for <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span
4969
5099
  <p>Note that this has nothing to do with the WM_ICON_NAME
4970
5100
  property which is mentioned in the ICCCM.</p>
4971
5101
  <div class="refsect3">
4972
- <a name="id-1.3.6.2.12.102.6"></a><h4>Parameters</h4>
5102
+ <a name="gtk-window-set-icon-name.parameters"></a><h4>Parameters</h4>
4973
5103
  <div class="informaltable"><table width="100%" border="0">
4974
5104
  <colgroup>
4975
5105
  <col width="150px" class="parameters_name">
@@ -4999,7 +5129,7 @@ property which is mentioned in the ICCCM.</p>
4999
5129
  gtk_window_set_auto_startup_notification
5000
5130
  (<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
5001
5131
  <p>By default, after showing the first <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>, GTK+ calls
5002
- <a href="http://developer.gnome.org/gdk2/gdk3-General.html#gdk-notify-startup-complete"><code class="function">gdk_notify_startup_complete()</code></a>. Call this function to disable
5132
+ <a href="http://developer.gnome.org/gdk3/gdk3-General.html#gdk-notify-startup-complete"><code class="function">gdk_notify_startup_complete()</code></a>. Call this function to disable
5003
5133
  the automatic startup notification. You might do this if your
5004
5134
  first window is a splash screen, and you want to delay notification
5005
5135
  until after your real main window has been shown, for example.</p>
@@ -5007,7 +5137,7 @@ until after your real main window has been shown, for example.</p>
5007
5137
  temporarily, show your splash screen, then re-enable it so that
5008
5138
  showing the main window would automatically result in notification.</p>
5009
5139
  <div class="refsect3">
5010
- <a name="id-1.3.6.2.12.103.6"></a><h4>Parameters</h4>
5140
+ <a name="gtk-window-set-auto-startup-notification.parameters"></a><h4>Parameters</h4>
5011
5141
  <div class="informaltable"><table width="100%" border="0">
5012
5142
  <colgroup>
5013
5143
  <col width="150px" class="parameters_name">
@@ -5035,7 +5165,7 @@ gtk_window_get_opacity (<em class="parameter"><code><a class="link" href="GtkWin
5035
5165
  <p>Fetches the requested opacity for this window. See
5036
5166
  <a class="link" href="GtkWindow.html#gtk-window-set-opacity" title="gtk_window_set_opacity ()"><code class="function">gtk_window_set_opacity()</code></a>.</p>
5037
5167
  <div class="refsect3">
5038
- <a name="id-1.3.6.2.12.104.7"></a><h4>Parameters</h4>
5168
+ <a name="gtk-window-get-opacity.parameters"></a><h4>Parameters</h4>
5039
5169
  <div class="informaltable"><table width="100%" border="0">
5040
5170
  <colgroup>
5041
5171
  <col width="150px" class="parameters_name">
@@ -5050,7 +5180,7 @@ gtk_window_get_opacity (<em class="parameter"><code><a class="link" href="GtkWin
5050
5180
  </table></div>
5051
5181
  </div>
5052
5182
  <div class="refsect3">
5053
- <a name="id-1.3.6.2.12.104.8"></a><h4>Returns</h4>
5183
+ <a name="gtk-window-get-opacity.returns"></a><h4>Returns</h4>
5054
5184
  <p> the requested opacity for this window.</p>
5055
5185
  </div>
5056
5186
  <p class="since">Since: 2.12</p>
@@ -5075,7 +5205,7 @@ always.</p>
5075
5205
  <p>Note that setting a window’s opacity after the window has been
5076
5206
  shown causes it to flicker once on Windows.</p>
5077
5207
  <div class="refsect3">
5078
- <a name="id-1.3.6.2.12.105.8"></a><h4>Parameters</h4>
5208
+ <a name="gtk-window-set-opacity.parameters"></a><h4>Parameters</h4>
5079
5209
  <div class="informaltable"><table width="100%" border="0">
5080
5210
  <colgroup>
5081
5211
  <col width="150px" class="parameters_name">
@@ -5105,7 +5235,7 @@ shown causes it to flicker once on Windows.</p>
5105
5235
  gtk_window_get_mnemonics_visible (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
5106
5236
  <p>Gets the value of the <a class="link" href="GtkWindow.html#GtkWindow--mnemonics-visible" title="The “mnemonics-visible” property"><span class="type">“mnemonics-visible”</span></a> property.</p>
5107
5237
  <div class="refsect3">
5108
- <a name="id-1.3.6.2.12.106.5"></a><h4>Parameters</h4>
5238
+ <a name="gtk-window-get-mnemonics-visible.parameters"></a><h4>Parameters</h4>
5109
5239
  <div class="informaltable"><table width="100%" border="0">
5110
5240
  <colgroup>
5111
5241
  <col width="150px" class="parameters_name">
@@ -5120,7 +5250,7 @@ gtk_window_get_mnemonics_visible (<em class="parameter"><code><a class="link" hr
5120
5250
  </table></div>
5121
5251
  </div>
5122
5252
  <div class="refsect3">
5123
- <a name="id-1.3.6.2.12.106.6"></a><h4>Returns</h4>
5253
+ <a name="gtk-window-get-mnemonics-visible.returns"></a><h4>Returns</h4>
5124
5254
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if mnemonics are supposed to be visible
5125
5255
  in this window.</p>
5126
5256
  </div>
@@ -5134,7 +5264,7 @@ gtk_window_set_mnemonics_visible (<em class="parameter"><code><a class="link" hr
5134
5264
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
5135
5265
  <p>Sets the <a class="link" href="GtkWindow.html#GtkWindow--mnemonics-visible" title="The “mnemonics-visible” property"><span class="type">“mnemonics-visible”</span></a> property.</p>
5136
5266
  <div class="refsect3">
5137
- <a name="id-1.3.6.2.12.107.5"></a><h4>Parameters</h4>
5267
+ <a name="gtk-window-set-mnemonics-visible.parameters"></a><h4>Parameters</h4>
5138
5268
  <div class="informaltable"><table width="100%" border="0">
5139
5269
  <colgroup>
5140
5270
  <col width="150px" class="parameters_name">
@@ -5164,7 +5294,7 @@ gtk_window_set_mnemonics_visible (<em class="parameter"><code><a class="link" hr
5164
5294
  gtk_window_get_focus_visible (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
5165
5295
  <p>Gets the value of the <a class="link" href="GtkWindow.html#GtkWindow--focus-visible" title="The “focus-visible” property"><span class="type">“focus-visible”</span></a> property.</p>
5166
5296
  <div class="refsect3">
5167
- <a name="id-1.3.6.2.12.108.5"></a><h4>Parameters</h4>
5297
+ <a name="gtk-window-get-focus-visible.parameters"></a><h4>Parameters</h4>
5168
5298
  <div class="informaltable"><table width="100%" border="0">
5169
5299
  <colgroup>
5170
5300
  <col width="150px" class="parameters_name">
@@ -5179,7 +5309,7 @@ gtk_window_get_focus_visible (<em class="parameter"><code><a class="link" href="
5179
5309
  </table></div>
5180
5310
  </div>
5181
5311
  <div class="refsect3">
5182
- <a name="id-1.3.6.2.12.108.6"></a><h4>Returns</h4>
5312
+ <a name="gtk-window-get-focus-visible.returns"></a><h4>Returns</h4>
5183
5313
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if “focus rectangles” are supposed to be visible
5184
5314
  in this window.</p>
5185
5315
  </div>
@@ -5193,7 +5323,7 @@ gtk_window_set_focus_visible (<em class="parameter"><code><a class="link" href="
5193
5323
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
5194
5324
  <p>Sets the <a class="link" href="GtkWindow.html#GtkWindow--focus-visible" title="The “focus-visible” property"><span class="type">“focus-visible”</span></a> property.</p>
5195
5325
  <div class="refsect3">
5196
- <a name="id-1.3.6.2.12.109.5"></a><h4>Parameters</h4>
5326
+ <a name="gtk-window-set-focus-visible.parameters"></a><h4>Parameters</h4>
5197
5327
  <div class="informaltable"><table width="100%" border="0">
5198
5328
  <colgroup>
5199
5329
  <col width="150px" class="parameters_name">
@@ -5233,7 +5363,7 @@ is actually resizable and not maximized. Use
5233
5363
  <a class="link" href="GtkWindow.html#gtk-window-resize-grip-is-visible" title="gtk_window_resize_grip_is_visible ()"><code class="function">gtk_window_resize_grip_is_visible()</code></a> to find out if the
5234
5364
  resize grip is currently shown.</p>
5235
5365
  <div class="refsect3">
5236
- <a name="id-1.3.6.2.12.110.8"></a><h4>Parameters</h4>
5366
+ <a name="gtk-window-set-has-resize-grip.parameters"></a><h4>Parameters</h4>
5237
5367
  <div class="informaltable"><table width="100%" border="0">
5238
5368
  <colgroup>
5239
5369
  <col width="150px" class="parameters_name">
@@ -5267,7 +5397,7 @@ gtk_window_get_has_resize_grip (<em class="parameter"><code><a class="link" href
5267
5397
  </div>
5268
5398
  <p>Determines whether the window may have a resize grip.</p>
5269
5399
  <div class="refsect3">
5270
- <a name="id-1.3.6.2.12.111.7"></a><h4>Parameters</h4>
5400
+ <a name="gtk-window-get-has-resize-grip.parameters"></a><h4>Parameters</h4>
5271
5401
  <div class="informaltable"><table width="100%" border="0">
5272
5402
  <colgroup>
5273
5403
  <col width="150px" class="parameters_name">
@@ -5282,7 +5412,7 @@ gtk_window_get_has_resize_grip (<em class="parameter"><code><a class="link" href
5282
5412
  </table></div>
5283
5413
  </div>
5284
5414
  <div class="refsect3">
5285
- <a name="id-1.3.6.2.12.111.8"></a><h4>Returns</h4>
5415
+ <a name="gtk-window-get-has-resize-grip.returns"></a><h4>Returns</h4>
5286
5416
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window has a resize grip</p>
5287
5417
  </div>
5288
5418
  <p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
@@ -5298,7 +5428,7 @@ gtk_window_resize_grip_is_visible (<em class="parameter"><code><a class="link" h
5298
5428
  </div>
5299
5429
  <p>Determines whether a resize grip is visible for the specified window.</p>
5300
5430
  <div class="refsect3">
5301
- <a name="id-1.3.6.2.12.112.7"></a><h4>Parameters</h4>
5431
+ <a name="gtk-window-resize-grip-is-visible.parameters"></a><h4>Parameters</h4>
5302
5432
  <div class="informaltable"><table width="100%" border="0">
5303
5433
  <colgroup>
5304
5434
  <col width="150px" class="parameters_name">
@@ -5313,7 +5443,7 @@ gtk_window_resize_grip_is_visible (<em class="parameter"><code><a class="link" h
5313
5443
  </table></div>
5314
5444
  </div>
5315
5445
  <div class="refsect3">
5316
- <a name="id-1.3.6.2.12.112.8"></a><h4>Returns</h4>
5446
+ <a name="gtk-window-resize-grip-is-visible.returns"></a><h4>Returns</h4>
5317
5447
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a resize grip exists and is visible</p>
5318
5448
  </div>
5319
5449
  <p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
@@ -5323,15 +5453,15 @@ gtk_window_resize_grip_is_visible (<em class="parameter"><code><a class="link" h
5323
5453
  <a name="gtk-window-get-resize-grip-area"></a><h3>gtk_window_get_resize_grip_area ()</h3>
5324
5454
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
5325
5455
  gtk_window_get_resize_grip_area (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
5326
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
5456
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
5327
5457
  <div class="warning">
5328
5458
  <p><code class="literal">gtk_window_get_resize_grip_area</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
5329
5459
  <p>Resize grips have been removed.</p>
5330
5460
  </div>
5331
5461
  <p>If a window has a resize grip, this will retrieve the grip
5332
- position, width and height into the specified <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a>.</p>
5462
+ position, width and height into the specified <a href="http://developer.gnome.org/gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a>.</p>
5333
5463
  <div class="refsect3">
5334
- <a name="id-1.3.6.2.12.113.7"></a><h4>Parameters</h4>
5464
+ <a name="gtk-window-get-resize-grip-area.parameters"></a><h4>Parameters</h4>
5335
5465
  <div class="informaltable"><table width="100%" border="0">
5336
5466
  <colgroup>
5337
5467
  <col width="150px" class="parameters_name">
@@ -5346,7 +5476,7 @@ position, width and height into the specified <a href="http://developer.gnome.or
5346
5476
  </tr>
5347
5477
  <tr>
5348
5478
  <td class="parameter_name"><p>rect</p></td>
5349
- <td class="parameter_description"><p> a pointer to a <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> which we should store
5479
+ <td class="parameter_description"><p> a pointer to a <a href="http://developer.gnome.org/gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> which we should store
5350
5480
  the resize grip area. </p></td>
5351
5481
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
5352
5482
  </tr>
@@ -5354,7 +5484,7 @@ the resize grip area. </p></td>
5354
5484
  </table></div>
5355
5485
  </div>
5356
5486
  <div class="refsect3">
5357
- <a name="id-1.3.6.2.12.113.8"></a><h4>Returns</h4>
5487
+ <a name="gtk-window-get-resize-grip-area.returns"></a><h4>Returns</h4>
5358
5488
  <p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the resize grip’s area was retrieved</p>
5359
5489
  </div>
5360
5490
  <p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
@@ -5366,7 +5496,7 @@ the resize grip area. </p></td>
5366
5496
  gtk_window_get_application (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
5367
5497
  <p>Gets the <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a> associated with the window (if any).</p>
5368
5498
  <div class="refsect3">
5369
- <a name="id-1.3.6.2.12.114.5"></a><h4>Parameters</h4>
5499
+ <a name="gtk-window-get-application.parameters"></a><h4>Parameters</h4>
5370
5500
  <div class="informaltable"><table width="100%" border="0">
5371
5501
  <colgroup>
5372
5502
  <col width="150px" class="parameters_name">
@@ -5381,9 +5511,9 @@ gtk_window_get_application (<em class="parameter"><code><a class="link" href="Gt
5381
5511
  </table></div>
5382
5512
  </div>
5383
5513
  <div class="refsect3">
5384
- <a name="id-1.3.6.2.12.114.6"></a><h4>Returns</h4>
5514
+ <a name="gtk-window-get-application.returns"></a><h4>Returns</h4>
5385
5515
  <p> a <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
5386
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
5516
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
5387
5517
  </div>
5388
5518
  <p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
5389
5519
  </div>
@@ -5397,7 +5527,7 @@ gtk_window_set_application (<em class="parameter"><code><a class="link" href="Gt
5397
5527
  <p>The application will be kept alive for at least as long as the window
5398
5528
  is open.</p>
5399
5529
  <div class="refsect3">
5400
- <a name="id-1.3.6.2.12.115.6"></a><h4>Parameters</h4>
5530
+ <a name="gtk-window-set-application.parameters"></a><h4>Parameters</h4>
5401
5531
  <div class="informaltable"><table width="100%" border="0">
5402
5532
  <colgroup>
5403
5533
  <col width="150px" class="parameters_name">
@@ -5433,7 +5563,7 @@ bindings which may need to keep the window alive until their
5433
5563
  wrapper object is garbage collected. There is no justification
5434
5564
  for ever calling this function in an application.</p>
5435
5565
  <div class="refsect3">
5436
- <a name="id-1.3.6.2.12.116.6"></a><h4>Parameters</h4>
5566
+ <a name="gtk-window-set-has-user-ref-count.parameters"></a><h4>Parameters</h4>
5437
5567
  <div class="informaltable"><table width="100%" border="0">
5438
5568
  <colgroup>
5439
5569
  <col width="150px" class="parameters_name">
@@ -5470,7 +5600,7 @@ Depending on the system, this function may not work for a window
5470
5600
  that is already visible, so you set the titlebar before calling
5471
5601
  <a class="link" href="GtkWidget.html#gtk-widget-show" title="gtk_widget_show ()"><code class="function">gtk_widget_show()</code></a>.</p>
5472
5602
  <div class="refsect3">
5473
- <a name="id-1.3.6.2.12.117.6"></a><h4>Parameters</h4>
5603
+ <a name="gtk-window-set-titlebar.parameters"></a><h4>Parameters</h4>
5474
5604
  <div class="informaltable"><table width="100%" border="0">
5475
5605
  <colgroup>
5476
5606
  <col width="150px" class="parameters_name">
@@ -5501,7 +5631,7 @@ gtk_window_get_titlebar (<em class="parameter"><code><a class="link" href="GtkWi
5501
5631
  <p>Returns the custom titlebar that has been set with
5502
5632
  <a class="link" href="GtkWindow.html#gtk-window-set-titlebar" title="gtk_window_set_titlebar ()"><code class="function">gtk_window_set_titlebar()</code></a>.</p>
5503
5633
  <div class="refsect3">
5504
- <a name="id-1.3.6.2.12.118.5"></a><h4>Parameters</h4>
5634
+ <a name="gtk-window-get-titlebar.parameters"></a><h4>Parameters</h4>
5505
5635
  <div class="informaltable"><table width="100%" border="0">
5506
5636
  <colgroup>
5507
5637
  <col width="150px" class="parameters_name">
@@ -5516,9 +5646,9 @@ gtk_window_get_titlebar (<em class="parameter"><code><a class="link" href="GtkWi
5516
5646
  </table></div>
5517
5647
  </div>
5518
5648
  <div class="refsect3">
5519
- <a name="id-1.3.6.2.12.118.6"></a><h4>Returns</h4>
5649
+ <a name="gtk-window-get-titlebar.returns"></a><h4>Returns</h4>
5520
5650
  <p> the custom titlebar, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
5521
- <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
5651
+ <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
5522
5652
  </div>
5523
5653
  <p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
5524
5654
  </div>
@@ -5531,7 +5661,7 @@ gtk_window_set_interactive_debugging (<em class="parameter"><code><a href="/home
5531
5661
  which offers access to the widget hierarchy of the application
5532
5662
  and to useful debugging tools.</p>
5533
5663
  <div class="refsect3">
5534
- <a name="id-1.3.6.2.12.119.5"></a><h4>Parameters</h4>
5664
+ <a name="gtk-window-set-interactive-debugging.parameters"></a><h4>Parameters</h4>
5535
5665
  <div class="informaltable"><table width="100%" border="0">
5536
5666
  <colgroup>
5537
5667
  <col width="150px" class="parameters_name">
@@ -5574,7 +5704,7 @@ and to useful debugging tools.</p>
5574
5704
  };
5575
5705
  </pre>
5576
5706
  <div class="refsect3">
5577
- <a name="id-1.3.6.2.13.3.4"></a><h4>Members</h4>
5707
+ <a name="GtkWindowClass.members"></a><h4>Members</h4>
5578
5708
  <div class="informaltable"><table width="100%" border="0">
5579
5709
  <colgroup>
5580
5710
  <col width="300px" class="struct_members_name">
@@ -5583,11 +5713,6 @@ and to useful debugging tools.</p>
5583
5713
  </colgroup>
5584
5714
  <tbody>
5585
5715
  <tr>
5586
- <td class="struct_member_name"><p><a class="link" href="GtkBin.html#GtkBinClass" title="struct GtkBinClass"><span class="type">GtkBinClass</span></a> <em class="structfield"><code><a name="GtkWindowClass.parent-class"></a>parent_class</code></em>;</p></td>
5587
- <td class="struct_member_description"><p>The parent class.</p></td>
5588
- <td class="struct_member_annotations"> </td>
5589
- </tr>
5590
- <tr>
5591
5716
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GtkWindowClass.set-focus"></a>set_focus</code></em> ()</p></td>
5592
5717
  <td class="struct_member_description"><p>Sets child as the focus widget for the window.</p></td>
5593
5718
  <td class="struct_member_annotations"> </td>
@@ -5610,8 +5735,9 @@ mnemonics that are associated with window changes.</p></td>
5610
5735
  </tr>
5611
5736
  <tr>
5612
5737
  <td class="struct_member_name"><p><em class="structfield"><code><a name="GtkWindowClass.enable-debugging"></a>enable_debugging</code></em> ()</p></td>
5613
- <td> </td>
5614
- <td> </td>
5738
+ <td class="struct_member_description"><p>Class handler for the <a class="link" href="GtkWindow.html#GtkWindow-enable-debugging" title="The “enable-debugging” signal"><span class="type">“enable-debugging”</span></a>
5739
+ keybinding signal. Since: 3.14</p></td>
5740
+ <td class="struct_member_annotations"> </td>
5615
5741
  </tr>
5616
5742
  </tbody>
5617
5743
  </table></div>
@@ -5634,7 +5760,7 @@ as windows per se. Nearly all windows should be <a class="link" href="GtkWindow.
5634
5760
  In particular, do not use <a class="link" href="GtkWindow.html#GTK-WINDOW-POPUP:CAPS"><span class="type">GTK_WINDOW_POPUP</span></a> just to turn off
5635
5761
  the window borders; use <a class="link" href="GtkWindow.html#gtk-window-set-decorated" title="gtk_window_set_decorated ()"><code class="function">gtk_window_set_decorated()</code></a> for that.</p>
5636
5762
  <div class="refsect3">
5637
- <a name="id-1.3.6.2.13.4.4"></a><h4>Members</h4>
5763
+ <a name="GtkWindowType.members"></a><h4>Members</h4>
5638
5764
  <div class="informaltable"><table width="100%" border="0">
5639
5765
  <colgroup>
5640
5766
  <col width="300px" class="enum_members_name">
@@ -5667,7 +5793,7 @@ the window borders; use <a class="link" href="GtkWindow.html#gtk-window-set-deco
5667
5793
  using <a class="link" href="GtkWindow.html#GTK-WIN-POS-CENTER-ALWAYS:CAPS"><span class="type">GTK_WIN_POS_CENTER_ALWAYS</span></a> is almost always a bad idea.
5668
5794
  It won’t necessarily work well with all window managers or on all windowing systems.</p>
5669
5795
  <div class="refsect3">
5670
- <a name="id-1.3.6.2.13.5.4"></a><h4>Members</h4>
5796
+ <a name="GtkWindowPosition.members"></a><h4>Members</h4>
5671
5797
  <div class="informaltable"><table width="100%" border="0">
5672
5798
  <colgroup>
5673
5799
  <col width="300px" class="enum_members_name">
@@ -5820,8 +5946,8 @@ and should not be set by applications.</p>
5820
5946
  <hr>
5821
5947
  <div class="refsect2">
5822
5948
  <a name="GtkWindow--gravity"></a><h3>The <code class="literal">“gravity”</code> property</h3>
5823
- <pre class="programlisting"> “gravity” <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a></pre>
5824
- <p>The window gravity of the window. See <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a> and <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> for
5949
+ <pre class="programlisting"> “gravity” <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a></pre>
5950
+ <p>The window gravity of the window. See <a class="link" href="GtkWindow.html#gtk-window-move" title="gtk_window_move ()"><code class="function">gtk_window_move()</code></a> and <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> for
5825
5951
  more details about window gravity.</p>
5826
5952
  <p>Flags: Read / Write</p>
5827
5953
  <p>Default value: GDK_GRAVITY_NORTH_WEST</p>
@@ -5864,7 +5990,7 @@ grip is currently shown.</p>
5864
5990
  <hr>
5865
5991
  <div class="refsect2">
5866
5992
  <a name="GtkWindow--icon"></a><h3>The <code class="literal">“icon”</code> property</h3>
5867
- <pre class="programlisting"> “icon” <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</pre>
5993
+ <pre class="programlisting"> “icon” <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *</pre>
5868
5994
  <p>Icon for this window.</p>
5869
5995
  <p>Flags: Read / Write</p>
5870
5996
  </div>
@@ -5945,7 +6071,7 @@ and should not be set by applications.</p>
5945
6071
  <hr>
5946
6072
  <div class="refsect2">
5947
6073
  <a name="GtkWindow--screen"></a><h3>The <code class="literal">“screen”</code> property</h3>
5948
- <pre class="programlisting"> “screen” <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *</pre>
6074
+ <pre class="programlisting"> “screen” <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *</pre>
5949
6075
  <p>The screen where this window will be displayed.</p>
5950
6076
  <p>Flags: Read / Write</p>
5951
6077
  </div>
@@ -6004,7 +6130,7 @@ more details about transient windows.</p>
6004
6130
  <hr>
6005
6131
  <div class="refsect2">
6006
6132
  <a name="GtkWindow--type-hint"></a><h3>The <code class="literal">“type-hint”</code> property</h3>
6007
- <pre class="programlisting"> “type-hint” <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a></pre>
6133
+ <pre class="programlisting"> “type-hint” <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a></pre>
6008
6134
  <p>Hint to help the desktop environment understand what kind of window this is and how to treat it.</p>
6009
6135
  <p>Flags: Read / Write</p>
6010
6136
  <p>Default value: GDK_WINDOW_TYPE_HINT_NORMAL</p>
@@ -6058,7 +6184,7 @@ which gets emitted when the user activates the default widget
6058
6184
  of <em class="parameter"><code>window</code></em>
6059
6185
  .</p>
6060
6186
  <div class="refsect3">
6061
- <a name="id-1.3.6.2.16.2.5"></a><h4>Parameters</h4>
6187
+ <a name="GtkWindow-activate-default.parameters"></a><h4>Parameters</h4>
6062
6188
  <div class="informaltable"><table width="100%" border="0">
6063
6189
  <colgroup>
6064
6190
  <col width="150px" class="parameters_name">
@@ -6093,7 +6219,7 @@ which gets emitted when the user activates the currently
6093
6219
  focused widget of <em class="parameter"><code>window</code></em>
6094
6220
  .</p>
6095
6221
  <div class="refsect3">
6096
- <a name="id-1.3.6.2.16.3.5"></a><h4>Parameters</h4>
6222
+ <a name="GtkWindow-activate-focus.parameters"></a><h4>Parameters</h4>
6097
6223
  <div class="informaltable"><table width="100%" border="0">
6098
6224
  <colgroup>
6099
6225
  <col width="150px" class="parameters_name">
@@ -6133,7 +6259,7 @@ widget under the pointer.</p>
6133
6259
  and Ctrl-Shift-D.</p>
6134
6260
  <p>Return: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the key binding was handled</p>
6135
6261
  <div class="refsect3">
6136
- <a name="id-1.3.6.2.16.4.7"></a><h4>Parameters</h4>
6262
+ <a name="GtkWindow-enable-debugging.parameters"></a><h4>Parameters</h4>
6137
6263
  <div class="informaltable"><table width="100%" border="0">
6138
6264
  <colgroup>
6139
6265
  <col width="150px" class="parameters_name">
@@ -6171,7 +6297,7 @@ user_function (<a class="link" href="GtkWindow.html" title="GtkWindow"><span cla
6171
6297
  or mnemonics that are associated with <em class="parameter"><code>window</code></em>
6172
6298
  changes.</p>
6173
6299
  <div class="refsect3">
6174
- <a name="id-1.3.6.2.16.5.5"></a><h4>Parameters</h4>
6300
+ <a name="GtkWindow-keys-changed.parameters"></a><h4>Parameters</h4>
6175
6301
  <div class="informaltable"><table width="100%" border="0">
6176
6302
  <colgroup>
6177
6303
  <col width="150px" class="parameters_name">
@@ -6206,6 +6332,6 @@ user_function (<a class="link" href="GtkWindow.html" title="GtkWindow"><span cla
6206
6332
  </div>
6207
6333
  </div>
6208
6334
  <div class="footer">
6209
- <hr>Generated by GTK-Doc V1.24.1</div>
6335
+ <hr>Generated by GTK-Doc V1.25.1</div>
6210
6336
  </body>
6211
6337
  </html>