gdk3 1.2.5-x86-mingw32 → 1.2.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (881) hide show
  1. data/Rakefile +1 -6
  2. data/lib/1.9/gdk3.so +0 -0
  3. data/lib/2.0/gdk3.so +0 -0
  4. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  5. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  6. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  7. data/vendor/local/bin/gtk3-demo.exe +0 -0
  8. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  9. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  10. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  11. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  12. data/vendor/local/include/gtk-3.0/gdk/gdk.h +2 -0
  13. data/vendor/local/include/gtk-3.0/gdk/gdkapplaunchcontext.h +3 -3
  14. data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +3 -3
  15. data/vendor/local/include/gtk-3.0/gdk/gdkcolor.h +3 -3
  16. data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +3 -3
  17. data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +3 -3
  18. data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +3 -3
  19. data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +3 -3
  20. data/vendor/local/include/gtk-3.0/gdk/gdkdisplaymanager.h +3 -3
  21. data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +3 -3
  22. data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +6 -0
  23. data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +3 -3
  24. data/vendor/local/include/gtk-3.0/gdk/gdkframeclock.h +111 -0
  25. data/vendor/local/include/gtk-3.0/gdk/gdkframetimings.h +56 -0
  26. data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +3 -3
  27. data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +3 -3
  28. data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +3 -3
  29. data/vendor/local/include/gtk-3.0/gdk/gdkpixbuf.h +3 -3
  30. data/vendor/local/include/gtk-3.0/gdk/gdkproperty.h +3 -3
  31. data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +3 -3
  32. data/vendor/local/include/gtk-3.0/gdk/gdkrgba.h +3 -3
  33. data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +3 -3
  34. data/vendor/local/include/gtk-3.0/gdk/gdkselection.h +3 -3
  35. data/vendor/local/include/gtk-3.0/gdk/gdktestutils.h +3 -3
  36. data/vendor/local/include/gtk-3.0/gdk/gdkthreads.h +3 -3
  37. data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +3 -3
  38. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
  39. data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +3 -3
  40. data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +34 -5
  41. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +3 -3
  42. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +3 -3
  43. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32displaymanager.h +3 -3
  44. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32dnd.h +3 -3
  45. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +3 -3
  46. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +3 -3
  47. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +3 -3
  48. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkarrowaccessible.h +56 -0
  49. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbooleancellaccessible.h +57 -0
  50. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbuttonaccessible.h +56 -0
  51. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +58 -0
  52. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessibleparent.h +104 -0
  53. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcheckmenuitemaccessible.h +56 -0
  54. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcomboboxaccessible.h +56 -0
  55. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontaineraccessible.h +64 -0
  56. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontainercellaccessible.h +64 -0
  57. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkentryaccessible.h +56 -0
  58. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkexpanderaccessible.h +56 -0
  59. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkframeaccessible.h +56 -0
  60. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkiconviewaccessible.h +57 -0
  61. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimageaccessible.h +56 -0
  62. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimagecellaccessible.h +57 -0
  63. data/vendor/local/include/gtk-3.0/gtk/a11y/gtklabelaccessible.h +56 -0
  64. data/vendor/local/include/gtk-3.0/gtk/a11y/gtklevelbaraccessible.h +57 -0
  65. data/vendor/local/include/gtk-3.0/gtk/a11y/gtklinkbuttonaccessible.h +56 -0
  66. data/vendor/local/include/gtk-3.0/gtk/a11y/gtklockbuttonaccessible.h +57 -0
  67. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuaccessible.h +57 -0
  68. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuitemaccessible.h +56 -0
  69. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenushellaccessible.h +56 -0
  70. data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookaccessible.h +56 -0
  71. data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookpageaccessible.h +61 -0
  72. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkpanedaccessible.h +56 -0
  73. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkprogressbaraccessible.h +56 -0
  74. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiobuttonaccessible.h +56 -0
  75. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiomenuitemaccessible.h +56 -0
  76. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrangeaccessible.h +56 -0
  77. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrenderercellaccessible.h +59 -0
  78. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscaleaccessible.h +56 -0
  79. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscalebuttonaccessible.h +56 -0
  80. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscrolledwindowaccessible.h +56 -0
  81. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinbuttonaccessible.h +56 -0
  82. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinneraccessible.h +56 -0
  83. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstatusbaraccessible.h +56 -0
  84. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkswitchaccessible.h +56 -0
  85. data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextcellaccessible.h +57 -0
  86. data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextviewaccessible.h +57 -0
  87. data/vendor/local/include/gtk-3.0/gtk/a11y/gtktogglebuttonaccessible.h +56 -0
  88. data/vendor/local/include/gtk-3.0/gtk/a11y/gtktoplevelaccessible.h +57 -0
  89. data/vendor/local/include/gtk-3.0/gtk/a11y/gtktreeviewaccessible.h +56 -0
  90. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwidgetaccessible.h +63 -0
  91. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwindowaccessible.h +56 -0
  92. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h +3 -3
  93. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h +3 -3
  94. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkfontsel.h +4 -4
  95. data/vendor/local/include/gtk-3.0/gtk/{gtkgradient.h → deprecated/gtkgradient.h} +12 -4
  96. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h +3 -3
  97. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbbox.h +3 -3
  98. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbox.h +4 -4
  99. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhpaned.h +3 -3
  100. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscale.h +3 -3
  101. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h +3 -3
  102. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhseparator.h +3 -3
  103. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhsv.h +3 -3
  104. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkrc.h +3 -3
  105. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +4 -4
  106. data/vendor/local/include/gtk-3.0/gtk/{gtksymboliccolor.h → deprecated/gtksymboliccolor.h} +13 -3
  107. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktable.h +3 -3
  108. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h +3 -3
  109. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbbox.h +3 -3
  110. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbox.h +3 -3
  111. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvpaned.h +3 -3
  112. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscale.h +3 -3
  113. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h +3 -3
  114. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvseparator.h +3 -3
  115. data/vendor/local/include/gtk-3.0/gtk/gtk-a11y.h +78 -0
  116. data/vendor/local/include/gtk-3.0/gtk/gtk.h +4 -2
  117. data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +3 -3
  118. data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +4 -4
  119. data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +4 -4
  120. data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +4 -4
  121. data/vendor/local/include/gtk-3.0/gtk/gtkaccessible.h +3 -3
  122. data/vendor/local/include/gtk-3.0/gtk/gtkaction.h +3 -3
  123. data/vendor/local/include/gtk-3.0/gtk/gtkactiongroup.h +3 -3
  124. data/vendor/local/include/gtk-3.0/gtk/gtkactivatable.h +3 -3
  125. data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +3 -3
  126. data/vendor/local/include/gtk-3.0/gtk/gtkalignment.h +4 -4
  127. data/vendor/local/include/gtk-3.0/gtk/gtkappchooser.h +3 -3
  128. data/vendor/local/include/gtk-3.0/gtk/gtkappchooserbutton.h +3 -3
  129. data/vendor/local/include/gtk-3.0/gtk/gtkappchooserdialog.h +3 -3
  130. data/vendor/local/include/gtk-3.0/gtk/gtkappchooserwidget.h +3 -3
  131. data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +3 -3
  132. data/vendor/local/include/gtk-3.0/gtk/gtkarrow.h +4 -4
  133. data/vendor/local/include/gtk-3.0/gtk/gtkaspectframe.h +4 -4
  134. data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +3 -3
  135. data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +3 -3
  136. data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +4 -4
  137. data/vendor/local/include/gtk-3.0/gtk/gtkbindings.h +4 -4
  138. data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +3 -3
  139. data/vendor/local/include/gtk-3.0/gtk/gtkbox.h +4 -4
  140. data/vendor/local/include/gtk-3.0/gtk/gtkbuildable.h +3 -3
  141. data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +7 -3
  142. data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +4 -4
  143. data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +4 -4
  144. data/vendor/local/include/gtk-3.0/gtk/gtkcellarea.h +3 -3
  145. data/vendor/local/include/gtk-3.0/gtk/gtkcellareabox.h +3 -3
  146. data/vendor/local/include/gtk-3.0/gtk/gtkcellareacontext.h +3 -3
  147. data/vendor/local/include/gtk-3.0/gtk/gtkcelleditable.h +3 -3
  148. data/vendor/local/include/gtk-3.0/gtk/gtkcelllayout.h +3 -3
  149. data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderer.h +4 -4
  150. data/vendor/local/include/gtk-3.0/gtk/gtkcellrendereraccel.h +3 -3
  151. data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderercombo.h +3 -3
  152. data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererpixbuf.h +3 -3
  153. data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererprogress.h +3 -3
  154. data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspin.h +3 -3
  155. data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspinner.h +3 -3
  156. data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertext.h +4 -4
  157. data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertoggle.h +3 -3
  158. data/vendor/local/include/gtk-3.0/gtk/gtkcellview.h +3 -3
  159. data/vendor/local/include/gtk-3.0/gtk/gtkcheckbutton.h +4 -4
  160. data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +4 -4
  161. data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +3 -3
  162. data/vendor/local/include/gtk-3.0/gtk/gtkcolorbutton.h +4 -4
  163. data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooser.h +3 -3
  164. data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooserdialog.h +3 -3
  165. data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooserwidget.h +3 -3
  166. data/vendor/local/include/gtk-3.0/gtk/gtkcolorutils.h +3 -3
  167. data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +3 -3
  168. data/vendor/local/include/gtk-3.0/gtk/gtkcomboboxtext.h +3 -3
  169. data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +4 -4
  170. data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +3 -3
  171. data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +4 -4
  172. data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +4 -4
  173. data/vendor/local/include/gtk-3.0/gtk/gtkdrawingarea.h +4 -4
  174. data/vendor/local/include/gtk-3.0/gtk/gtkeditable.h +4 -4
  175. data/vendor/local/include/gtk-3.0/gtk/gtkentry.h +5 -5
  176. data/vendor/local/include/gtk-3.0/gtk/gtkentrybuffer.h +3 -3
  177. data/vendor/local/include/gtk-3.0/gtk/gtkentrycompletion.h +3 -3
  178. data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +32 -10
  179. data/vendor/local/include/gtk-3.0/gtk/gtkeventbox.h +4 -4
  180. data/vendor/local/include/gtk-3.0/gtk/gtkexpander.h +3 -3
  181. data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +3 -3
  182. data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +3 -3
  183. data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserdialog.h +3 -3
  184. data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserwidget.h +3 -3
  185. data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +3 -3
  186. data/vendor/local/include/gtk-3.0/gtk/gtkfixed.h +4 -4
  187. data/vendor/local/include/gtk-3.0/gtk/gtkfontbutton.h +3 -3
  188. data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +3 -3
  189. data/vendor/local/include/gtk-3.0/gtk/gtkfontchooserdialog.h +3 -3
  190. data/vendor/local/include/gtk-3.0/gtk/gtkfontchooserwidget.h +3 -3
  191. data/vendor/local/include/gtk-3.0/gtk/gtkframe.h +4 -4
  192. data/vendor/local/include/gtk-3.0/gtk/gtkgrid.h +4 -4
  193. data/vendor/local/include/gtk-3.0/gtk/gtkiconfactory.h +3 -3
  194. data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +45 -3
  195. data/vendor/local/include/gtk-3.0/gtk/gtkiconview.h +8 -3
  196. data/vendor/local/include/gtk-3.0/gtk/gtkimage.h +4 -4
  197. data/vendor/local/include/gtk-3.0/gtk/gtkimagemenuitem.h +4 -4
  198. data/vendor/local/include/gtk-3.0/gtk/gtkimcontext.h +4 -4
  199. data/vendor/local/include/gtk-3.0/gtk/gtkimcontextinfo.h +4 -4
  200. data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -3
  201. data/vendor/local/include/gtk-3.0/gtk/gtkimmulticontext.h +3 -3
  202. data/vendor/local/include/gtk-3.0/gtk/gtkinfobar.h +3 -3
  203. data/vendor/local/include/gtk-3.0/gtk/gtkinvisible.h +3 -3
  204. data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +4 -4
  205. data/vendor/local/include/gtk-3.0/gtk/gtklayout.h +4 -4
  206. data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +10 -3
  207. data/vendor/local/include/gtk-3.0/gtk/gtklinkbutton.h +3 -3
  208. data/vendor/local/include/gtk-3.0/gtk/gtkliststore.h +3 -3
  209. data/vendor/local/include/gtk-3.0/gtk/gtkmain.h +4 -4
  210. data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +4 -4
  211. data/vendor/local/include/gtk-3.0/gtk/gtkmenubar.h +4 -4
  212. data/vendor/local/include/gtk-3.0/gtk/gtkmenubutton.h +3 -3
  213. data/vendor/local/include/gtk-3.0/gtk/gtkmenuitem.h +3 -3
  214. data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +4 -4
  215. data/vendor/local/include/gtk-3.0/gtk/gtkmenutoolbutton.h +3 -3
  216. data/vendor/local/include/gtk-3.0/gtk/gtkmessagedialog.h +3 -3
  217. data/vendor/local/include/gtk-3.0/gtk/gtkmisc.h +4 -4
  218. data/vendor/local/include/gtk-3.0/gtk/gtkmodules.h +3 -3
  219. data/vendor/local/include/gtk-3.0/gtk/gtkmountoperation.h +3 -3
  220. data/vendor/local/include/gtk-3.0/gtk/gtknotebook.h +4 -4
  221. data/vendor/local/include/gtk-3.0/gtk/gtknumerableicon.h +3 -3
  222. data/vendor/local/include/gtk-3.0/gtk/gtkoffscreenwindow.h +3 -3
  223. data/vendor/local/include/gtk-3.0/gtk/gtkorientable.h +3 -3
  224. data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +3 -3
  225. data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +4 -4
  226. data/vendor/local/include/gtk-3.0/gtk/gtkpaned.h +3 -3
  227. data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +4 -4
  228. data/vendor/local/include/gtk-3.0/gtk/gtkplug.h +3 -3
  229. data/vendor/local/include/gtk-3.0/gtk/gtkprintcontext.h +4 -4
  230. data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +4 -4
  231. data/vendor/local/include/gtk-3.0/gtk/gtkprintoperationpreview.h +3 -3
  232. data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +3 -3
  233. data/vendor/local/include/gtk-3.0/gtk/gtkprogressbar.h +3 -3
  234. data/vendor/local/include/gtk-3.0/gtk/gtkradioaction.h +3 -3
  235. data/vendor/local/include/gtk-3.0/gtk/gtkradiobutton.h +4 -4
  236. data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -4
  237. data/vendor/local/include/gtk-3.0/gtk/gtkradiotoolbutton.h +3 -3
  238. data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +4 -4
  239. data/vendor/local/include/gtk-3.0/gtk/gtkrecentaction.h +3 -3
  240. data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooser.h +3 -3
  241. data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserdialog.h +3 -3
  242. data/vendor/local/include/gtk-3.0/gtk/gtkrecentchoosermenu.h +3 -3
  243. data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserwidget.h +3 -3
  244. data/vendor/local/include/gtk-3.0/gtk/gtkrecentfilter.h +3 -3
  245. data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +3 -3
  246. data/vendor/local/include/gtk-3.0/gtk/gtkscale.h +4 -4
  247. data/vendor/local/include/gtk-3.0/gtk/gtkscalebutton.h +3 -3
  248. data/vendor/local/include/gtk-3.0/gtk/gtkscrollable.h +3 -3
  249. data/vendor/local/include/gtk-3.0/gtk/gtkscrollbar.h +4 -4
  250. data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +4 -3
  251. data/vendor/local/include/gtk-3.0/gtk/gtksearchentry.h +3 -3
  252. data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +4 -4
  253. data/vendor/local/include/gtk-3.0/gtk/gtkseparator.h +4 -4
  254. data/vendor/local/include/gtk-3.0/gtk/gtkseparatormenuitem.h +4 -4
  255. data/vendor/local/include/gtk-3.0/gtk/gtkseparatortoolitem.h +3 -3
  256. data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -3
  257. data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +3 -3
  258. data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +3 -20
  259. data/vendor/local/include/gtk-3.0/gtk/gtksocket.h +3 -3
  260. data/vendor/local/include/gtk-3.0/gtk/gtkspinbutton.h +4 -4
  261. data/vendor/local/include/gtk-3.0/gtk/gtkspinner.h +3 -3
  262. data/vendor/local/include/gtk-3.0/gtk/gtkstatusbar.h +3 -3
  263. data/vendor/local/include/gtk-3.0/gtk/gtkstatusicon.h +3 -3
  264. data/vendor/local/include/gtk-3.0/gtk/gtkstock.h +4 -4
  265. data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +23 -3
  266. data/vendor/local/include/gtk-3.0/gtk/gtkstyleproperties.h +7 -3
  267. data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +5 -3
  268. data/vendor/local/include/gtk-3.0/gtk/gtkswitch.h +3 -3
  269. data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +3 -3
  270. data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +4 -4
  271. data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +3 -3
  272. data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +3 -3
  273. data/vendor/local/include/gtk-3.0/gtk/gtktextchild.h +3 -3
  274. data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +3 -3
  275. data/vendor/local/include/gtk-3.0/gtk/gtktextmark.h +3 -3
  276. data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +4 -4
  277. data/vendor/local/include/gtk-3.0/gtk/gtktexttagtable.h +3 -3
  278. data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +4 -4
  279. data/vendor/local/include/gtk-3.0/gtk/gtkthemingengine.h +6 -3
  280. data/vendor/local/include/gtk-3.0/gtk/gtktoggleaction.h +3 -3
  281. data/vendor/local/include/gtk-3.0/gtk/gtktogglebutton.h +4 -4
  282. data/vendor/local/include/gtk-3.0/gtk/gtktoggletoolbutton.h +3 -3
  283. data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +4 -4
  284. data/vendor/local/include/gtk-3.0/gtk/gtktoolbutton.h +3 -3
  285. data/vendor/local/include/gtk-3.0/gtk/gtktoolitem.h +3 -3
  286. data/vendor/local/include/gtk-3.0/gtk/gtktoolitemgroup.h +3 -3
  287. data/vendor/local/include/gtk-3.0/gtk/gtktoolpalette.h +3 -3
  288. data/vendor/local/include/gtk-3.0/gtk/gtktoolshell.h +4 -4
  289. data/vendor/local/include/gtk-3.0/gtk/gtktooltip.h +3 -3
  290. data/vendor/local/include/gtk-3.0/gtk/gtktreednd.h +3 -3
  291. data/vendor/local/include/gtk-3.0/gtk/gtktreemodel.h +3 -3
  292. data/vendor/local/include/gtk-3.0/gtk/gtktreemodelfilter.h +3 -3
  293. data/vendor/local/include/gtk-3.0/gtk/gtktreemodelsort.h +3 -3
  294. data/vendor/local/include/gtk-3.0/gtk/gtktreeselection.h +3 -3
  295. data/vendor/local/include/gtk-3.0/gtk/gtktreesortable.h +4 -4
  296. data/vendor/local/include/gtk-3.0/gtk/gtktreestore.h +3 -3
  297. data/vendor/local/include/gtk-3.0/gtk/gtktreeview.h +8 -3
  298. data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +3 -3
  299. data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +2 -4
  300. data/vendor/local/include/gtk-3.0/gtk/gtktypes.h +3 -3
  301. data/vendor/local/include/gtk-3.0/gtk/gtkuimanager.h +3 -3
  302. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
  303. data/vendor/local/include/gtk-3.0/gtk/gtkviewport.h +4 -4
  304. data/vendor/local/include/gtk-3.0/gtk/gtkvolumebutton.h +3 -3
  305. data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +47 -3
  306. data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +3 -3
  307. data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +6 -4
  308. data/vendor/local/lib/gdk-win32-3.0.def +25 -0
  309. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll +0 -0
  310. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll.a +0 -0
  311. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.la +1 -1
  312. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll +0 -0
  313. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll.a +0 -0
  314. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.la +1 -1
  315. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll +0 -0
  316. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll.a +0 -0
  317. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.la +1 -1
  318. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll +0 -0
  319. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll.a +0 -0
  320. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.la +1 -1
  321. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll +0 -0
  322. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll.a +0 -0
  323. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.la +1 -1
  324. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll +0 -0
  325. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll.a +0 -0
  326. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.la +1 -1
  327. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll +0 -0
  328. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll.a +0 -0
  329. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.la +1 -1
  330. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll +0 -0
  331. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll.a +0 -0
  332. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.la +1 -1
  333. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll +0 -0
  334. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll.a +0 -0
  335. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.la +1 -1
  336. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll +0 -0
  337. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll.a +0 -0
  338. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.la +1 -1
  339. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll +0 -0
  340. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll.a +0 -0
  341. data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.la +1 -1
  342. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  343. data/vendor/local/lib/gtk-win32-3.0.def +85 -0
  344. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  345. data/vendor/local/lib/libgailutil-3.la +1 -1
  346. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  347. data/vendor/local/lib/libgdk-3.la +4 -4
  348. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  349. data/vendor/local/lib/libgtk-3.la +4 -4
  350. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  351. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +2 -2
  352. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +2 -2
  353. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
  354. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
  355. data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
  356. data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml +1 -1
  357. data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +6 -1
  358. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +56 -56
  359. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +16 -16
  360. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +4 -4
  361. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +3 -3
  362. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +22 -22
  363. data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +9 -9
  364. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +22 -22
  365. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +5 -5
  366. data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +22 -22
  367. data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +27 -41
  368. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +3 -3
  369. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +3 -3
  370. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +7 -3
  371. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +5 -5
  372. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +123 -0
  373. data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +11 -3
  374. data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +103 -3
  375. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +6 -6
  376. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +40 -40
  377. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +3 -3
  378. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +6 -6
  379. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +6 -6
  380. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +19 -19
  381. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +18 -17
  382. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameClock.html +472 -0
  383. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +338 -0
  384. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +14 -14
  385. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +16 -16
  386. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +52 -52
  387. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +11 -11
  388. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +8 -8
  389. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +5 -5
  390. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +6 -6
  391. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +10 -10
  392. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +5 -5
  393. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +28 -28
  394. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +15 -15
  395. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +299 -165
  396. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +80 -42
  397. data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +40 -2
  398. data/vendor/local/share/gtk-doc/html/gdk3/index.html +11 -4
  399. data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +44 -2
  400. data/vendor/local/share/gtk-doc/html/gdk3/reference.html +9 -3
  401. data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +3 -3
  402. data/vendor/local/share/gtk-doc/html/gtk3/Actions.html +3 -3
  403. data/vendor/local/share/gtk-doc/html/gtk3/Application.html +3 -3
  404. data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +3 -3
  405. data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +3 -3
  406. data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +3 -3
  407. data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +102 -0
  408. data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +3 -3
  409. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +24 -24
  410. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +10 -10
  411. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +9 -9
  412. data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +11 -11
  413. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +12 -12
  414. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +10 -10
  415. data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +9 -9
  416. data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +3 -3
  417. data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +7 -7
  418. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +4 -4
  419. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +4 -4
  420. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +6 -6
  421. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +3 -3
  422. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +38 -41
  423. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +19 -23
  424. data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +3 -3
  425. data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +3 -3
  426. data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +8 -8
  427. data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +4 -4
  428. data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +5 -5
  429. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +9 -9
  430. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +65 -26
  431. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +8 -8
  432. data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +7 -7
  433. data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +8 -8
  434. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +80 -80
  435. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +3 -3
  436. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +16 -16
  437. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +8 -8
  438. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +12 -12
  439. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +100 -63
  440. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +6 -22
  441. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +4 -4
  442. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +3 -3
  443. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
  444. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
  445. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +3 -3
  446. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +34 -34
  447. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +3 -3
  448. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +22 -22
  449. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +3 -3
  450. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +3 -3
  451. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +25 -25
  452. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +18 -17
  453. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +7 -7
  454. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +3 -3
  455. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +47 -47
  456. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +5 -5
  457. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +21 -21
  458. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +15 -14
  459. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +25 -25
  460. data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +44 -76
  461. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +19 -19
  462. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +11 -11
  463. data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +7 -7
  464. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +93 -77
  465. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +4 -4
  466. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +10 -9
  467. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +5 -5
  468. data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +8 -8
  469. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +52 -45
  470. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +4 -4
  471. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +10 -10
  472. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +3 -3
  473. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +6 -6
  474. data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +5 -5
  475. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +5 -5
  476. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +64 -38
  477. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +7 -7
  478. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +3 -3
  479. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +17 -17
  480. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +9 -9
  481. data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +11 -11
  482. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +7 -7
  483. data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +7 -7
  484. data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +7 -7
  485. data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +7 -7
  486. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +7 -7
  487. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
  488. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +9 -9
  489. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +7 -7
  490. data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +3 -3
  491. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +14 -14
  492. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +3 -3
  493. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +3 -3
  494. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +431 -66
  495. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +122 -45
  496. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +45 -34
  497. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +5 -5
  498. data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +10 -10
  499. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +16 -16
  500. data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +59 -59
  501. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +13 -13
  502. data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +74 -4
  503. data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +3 -3
  504. data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +17 -17
  505. data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +5 -5
  506. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +47 -31
  507. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +14 -6
  508. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +15 -27
  509. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +22 -14
  510. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +7 -7
  511. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +6 -6
  512. data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +18 -18
  513. data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
  514. data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +31 -31
  515. data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +19 -19
  516. data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +10 -10
  517. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +5 -5
  518. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +20 -20
  519. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +5 -5
  520. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +13 -13
  521. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +16 -40
  522. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +15 -15
  523. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +41 -41
  524. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +8 -8
  525. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +18 -130
  526. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +7 -7
  527. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +3 -3
  528. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +22 -22
  529. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +8 -8
  530. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +11 -11
  531. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +5 -5
  532. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +6 -6
  533. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +8 -8
  534. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
  535. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +10 -10
  536. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +11 -11
  537. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +3 -3
  538. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +3 -3
  539. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +5 -5
  540. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +22 -22
  541. data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +18 -18
  542. data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +7 -7
  543. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +4 -4
  544. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +6 -6
  545. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +23 -18
  546. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +3 -3
  547. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +5 -5
  548. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +5 -5
  549. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +3 -3
  550. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +35 -14
  551. data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +4 -4
  552. data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +9 -9
  553. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +14 -14
  554. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +3 -3
  555. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +43 -43
  556. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +3 -3
  557. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +93 -93
  558. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +243 -141
  559. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +15 -6
  560. data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +3 -3
  561. data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +11 -11
  562. data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +9 -9
  563. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +56 -76
  564. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +38 -52
  565. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +8 -8
  566. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +40 -40
  567. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +5 -5
  568. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +77 -94
  569. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +42 -28
  570. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +6 -6
  571. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +6 -6
  572. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +3 -3
  573. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +29 -29
  574. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +8 -8
  575. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +12 -12
  576. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +13 -13
  577. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +8 -8
  578. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +9 -25
  579. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +26 -26
  580. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +31 -31
  581. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +12 -12
  582. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +11 -11
  583. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +8 -8
  584. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +8 -8
  585. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +25 -25
  586. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +187 -110
  587. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +51 -43
  588. data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +11 -11
  589. data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +7 -7
  590. data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +7 -7
  591. data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +7 -7
  592. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
  593. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +9 -9
  594. data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +7 -7
  595. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +18 -14
  596. data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +3 -3
  597. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +845 -492
  598. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +107 -112
  599. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +8 -8
  600. data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +5 -26
  601. data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +3 -6
  602. data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +3 -3
  603. data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +3 -9
  604. data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +3 -9
  605. data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +3 -3
  606. data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +3 -3
  607. data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +3 -3
  608. data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +5 -11
  609. data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +3 -18
  610. data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +12 -12
  611. data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +3 -3
  612. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +17 -17
  613. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +3 -3
  614. data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +3 -3
  615. data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +31 -47
  616. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +7 -3
  617. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +3 -3
  618. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +3 -3
  619. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +5 -9
  620. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +167 -0
  621. data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +166 -3
  622. data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +143 -11
  623. data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +88 -0
  624. data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +5 -5
  625. data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +4 -4
  626. data/vendor/local/share/gtk-doc/html/gtk3/{ch24s02.html → ch25s02.html} +146 -138
  627. data/vendor/local/share/gtk-doc/html/gtk3/{ch26s02.html → ch27s02.html} +8 -8
  628. data/vendor/local/share/gtk-doc/html/gtk3/{ch28s02.html → ch29s02.html} +7 -7
  629. data/vendor/local/share/gtk-doc/html/gtk3/{ch28s03.html → ch29s03.html} +7 -7
  630. data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +6 -6
  631. data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +4 -4
  632. data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +3 -3
  633. data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +3 -3
  634. data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +75 -52
  635. data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +42 -11
  636. data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +9 -5
  637. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +7 -7
  638. data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +45 -45
  639. data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +7 -7
  640. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +185 -109
  641. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +10 -10
  642. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
  643. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +6 -6
  644. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +8 -8
  645. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
  646. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +5 -5
  647. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +5 -5
  648. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +7 -7
  649. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +6 -6
  650. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
  651. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +18 -18
  652. data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +18 -19
  653. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +7 -7
  654. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +76 -76
  655. data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +8 -8
  656. data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +10 -14
  657. data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +5 -5
  658. data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +54 -0
  659. data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +4 -4
  660. data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +20 -5
  661. data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +5 -5
  662. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +13 -13
  663. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +22 -22
  664. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +58 -58
  665. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +72 -72
  666. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +8 -8
  667. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +17 -17
  668. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +66 -66
  669. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +46 -12
  670. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +26 -9
  671. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +59 -15
  672. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +4 -5
  673. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +11 -11
  674. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +37 -37
  675. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +60 -60
  676. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +3 -3
  677. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +41 -233
  678. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +70 -70
  679. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +21 -295
  680. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +4 -4
  681. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +18 -18
  682. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +33 -69
  683. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +361 -475
  684. data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +3 -3
  685. data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +78 -62
  686. data/vendor/local/share/gtk-doc/html/gtk3/index.html +116 -109
  687. data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +429 -547
  688. data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +35 -35
  689. data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +7 -4
  690. data/vendor/local/share/gtk-doc/html/gtk3/theming.html +3 -16
  691. data/vendor/local/share/locale/af/LC_MESSAGES/gtk30.mo +0 -0
  692. data/vendor/local/share/locale/an/LC_MESSAGES/gtk30-properties.mo +0 -0
  693. data/vendor/local/share/locale/an/LC_MESSAGES/gtk30.mo +0 -0
  694. data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
  695. data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
  696. data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
  697. data/vendor/local/share/locale/ast/LC_MESSAGES/gtk30.mo +0 -0
  698. data/vendor/local/share/locale/be/LC_MESSAGES/gtk30.mo +0 -0
  699. data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30.mo +0 -0
  700. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30-properties.mo +0 -0
  701. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
  702. data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30.mo +0 -0
  703. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
  704. data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
  705. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
  706. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
  707. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
  708. data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30.mo +0 -0
  709. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
  710. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
  711. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
  712. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
  713. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  714. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  715. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
  716. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
  717. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +0 -0
  718. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
  719. data/vendor/local/share/locale/eo/LC_MESSAGES/gtk30.mo +0 -0
  720. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
  721. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
  722. data/vendor/local/share/locale/et/LC_MESSAGES/gtk30.mo +0 -0
  723. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
  724. data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
  725. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
  726. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
  727. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
  728. data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
  729. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
  730. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
  731. data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30-properties.mo +0 -0
  732. data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30.mo +0 -0
  733. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
  734. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
  735. data/vendor/local/share/locale/hi/LC_MESSAGES/gtk30.mo +0 -0
  736. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
  737. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
  738. data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30.mo +0 -0
  739. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
  740. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
  741. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
  742. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
  743. data/vendor/local/share/locale/ka/LC_MESSAGES/gtk30.mo +0 -0
  744. data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
  745. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
  746. data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
  747. data/vendor/local/share/locale/kn/LC_MESSAGES/gtk30.mo +0 -0
  748. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
  749. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
  750. data/vendor/local/share/locale/ku/LC_MESSAGES/gtk30.mo +0 -0
  751. data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30.mo +0 -0
  752. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
  753. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
  754. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
  755. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
  756. data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30.mo +0 -0
  757. data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30.mo +0 -0
  758. data/vendor/local/share/locale/mr/LC_MESSAGES/gtk30-properties.mo +0 -0
  759. data/vendor/local/share/locale/mr/LC_MESSAGES/gtk30.mo +0 -0
  760. data/vendor/local/share/locale/my/LC_MESSAGES/gtk30.mo +0 -0
  761. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
  762. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
  763. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
  764. data/vendor/local/share/locale/nn/LC_MESSAGES/gtk30.mo +0 -0
  765. data/vendor/local/share/locale/or/LC_MESSAGES/gtk30.mo +0 -0
  766. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
  767. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
  768. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
  769. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
  770. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
  771. data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
  772. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
  773. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
  774. data/vendor/local/share/locale/ro/LC_MESSAGES/gtk30.mo +0 -0
  775. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
  776. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
  777. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
  778. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
  779. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
  780. data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30.mo +0 -0
  781. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
  782. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
  783. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
  784. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
  785. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
  786. data/vendor/local/share/locale/ta/LC_MESSAGES/gtk30-properties.mo +0 -0
  787. data/vendor/local/share/locale/ta/LC_MESSAGES/gtk30.mo +0 -0
  788. data/vendor/local/share/locale/te/LC_MESSAGES/gtk30.mo +0 -0
  789. data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
  790. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
  791. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
  792. data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
  793. data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
  794. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
  795. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
  796. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
  797. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +0 -0
  798. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
  799. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
  800. data/vendor/local/share/man/man1/broadwayd.1 +81 -0
  801. data/vendor/local/share/man/man1/gtk-launch.1 +2 -4
  802. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +2 -3
  803. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +2 -3
  804. metadata +71 -91
  805. data/vendor/local/bin/gtk-launch.exe +0 -0
  806. data/vendor/local/share/gtk-3.0/demo/alphatest.png +0 -0
  807. data/vendor/local/share/gtk-3.0/demo/apple-red.png +0 -0
  808. data/vendor/local/share/gtk-3.0/demo/application.c +0 -485
  809. data/vendor/local/share/gtk-3.0/demo/application.ui +0 -104
  810. data/vendor/local/share/gtk-3.0/demo/appwindow.c +0 -570
  811. data/vendor/local/share/gtk-3.0/demo/assistant.c +0 -201
  812. data/vendor/local/share/gtk-3.0/demo/background.jpg +0 -0
  813. data/vendor/local/share/gtk-3.0/demo/builder.c +0 -74
  814. data/vendor/local/share/gtk-3.0/demo/button_box.c +0 -127
  815. data/vendor/local/share/gtk-3.0/demo/changedisplay.c +0 -654
  816. data/vendor/local/share/gtk-3.0/demo/clipboard.c +0 -326
  817. data/vendor/local/share/gtk-3.0/demo/colorsel.c +0 -133
  818. data/vendor/local/share/gtk-3.0/demo/combobox.c +0 -473
  819. data/vendor/local/share/gtk-3.0/demo/css_accordion.c +0 -78
  820. data/vendor/local/share/gtk-3.0/demo/css_accordion.css +0 -52
  821. data/vendor/local/share/gtk-3.0/demo/css_basics.c +0 -122
  822. data/vendor/local/share/gtk-3.0/demo/css_basics.css +0 -22
  823. data/vendor/local/share/gtk-3.0/demo/css_multiplebgs.c +0 -171
  824. data/vendor/local/share/gtk-3.0/demo/css_multiplebgs.css +0 -136
  825. data/vendor/local/share/gtk-3.0/demo/css_pixbufs.c +0 -127
  826. data/vendor/local/share/gtk-3.0/demo/css_pixbufs.css +0 -76
  827. data/vendor/local/share/gtk-3.0/demo/css_shadows.c +0 -147
  828. data/vendor/local/share/gtk-3.0/demo/css_shadows.css +0 -44
  829. data/vendor/local/share/gtk-3.0/demo/cssview.css +0 -41
  830. data/vendor/local/share/gtk-3.0/demo/demo.ui +0 -266
  831. data/vendor/local/share/gtk-3.0/demo/dialog.c +0 -175
  832. data/vendor/local/share/gtk-3.0/demo/drawingarea.c +0 -296
  833. data/vendor/local/share/gtk-3.0/demo/editable_cells.c +0 -392
  834. data/vendor/local/share/gtk-3.0/demo/entry_buffer.c +0 -66
  835. data/vendor/local/share/gtk-3.0/demo/entry_completion.c +0 -98
  836. data/vendor/local/share/gtk-3.0/demo/expander.c +0 -59
  837. data/vendor/local/share/gtk-3.0/demo/fancy.css +0 -65
  838. data/vendor/local/share/gtk-3.0/demo/floppybuddy.gif +0 -0
  839. data/vendor/local/share/gtk-3.0/demo/gnome-applets.png +0 -0
  840. data/vendor/local/share/gtk-3.0/demo/gnome-calendar.png +0 -0
  841. data/vendor/local/share/gtk-3.0/demo/gnome-foot.png +0 -0
  842. data/vendor/local/share/gtk-3.0/demo/gnome-fs-directory.png +0 -0
  843. data/vendor/local/share/gtk-3.0/demo/gnome-fs-regular.png +0 -0
  844. data/vendor/local/share/gtk-3.0/demo/gnome-gimp.png +0 -0
  845. data/vendor/local/share/gtk-3.0/demo/gnome-gmush.png +0 -0
  846. data/vendor/local/share/gtk-3.0/demo/gnome-gsame.png +0 -0
  847. data/vendor/local/share/gtk-3.0/demo/gnu-keys.png +0 -0
  848. data/vendor/local/share/gtk-3.0/demo/gtk-logo-24.png +0 -0
  849. data/vendor/local/share/gtk-3.0/demo/gtk-logo-48.png +0 -0
  850. data/vendor/local/share/gtk-3.0/demo/gtk-logo-rgb.gif +0 -0
  851. data/vendor/local/share/gtk-3.0/demo/hypertext.c +0 -291
  852. data/vendor/local/share/gtk-3.0/demo/iconview.c +0 -371
  853. data/vendor/local/share/gtk-3.0/demo/iconview_edit.c +0 -158
  854. data/vendor/local/share/gtk-3.0/demo/images.c +0 -472
  855. data/vendor/local/share/gtk-3.0/demo/infobar.c +0 -109
  856. data/vendor/local/share/gtk-3.0/demo/links.c +0 -90
  857. data/vendor/local/share/gtk-3.0/demo/list_store.c +0 -325
  858. data/vendor/local/share/gtk-3.0/demo/menus.c +0 -171
  859. data/vendor/local/share/gtk-3.0/demo/menus.ui +0 -107
  860. data/vendor/local/share/gtk-3.0/demo/offscreen_window.c +0 -615
  861. data/vendor/local/share/gtk-3.0/demo/offscreen_window2.c +0 -526
  862. data/vendor/local/share/gtk-3.0/demo/overlay.c +0 -181
  863. data/vendor/local/share/gtk-3.0/demo/panes.c +0 -205
  864. data/vendor/local/share/gtk-3.0/demo/pickers.c +0 -89
  865. data/vendor/local/share/gtk-3.0/demo/pixbufs.c +0 -261
  866. data/vendor/local/share/gtk-3.0/demo/printing.c +0 -199
  867. data/vendor/local/share/gtk-3.0/demo/reset.css +0 -68
  868. data/vendor/local/share/gtk-3.0/demo/rotated_text.c +0 -236
  869. data/vendor/local/share/gtk-3.0/demo/search_entry.c +0 -322
  870. data/vendor/local/share/gtk-3.0/demo/sizegroup.c +0 -164
  871. data/vendor/local/share/gtk-3.0/demo/spinner.c +0 -95
  872. data/vendor/local/share/gtk-3.0/demo/stock_browser.c +0 -535
  873. data/vendor/local/share/gtk-3.0/demo/textscroll.c +0 -201
  874. data/vendor/local/share/gtk-3.0/demo/textview.c +0 -634
  875. data/vendor/local/share/gtk-3.0/demo/theming.ui +0 -319
  876. data/vendor/local/share/gtk-3.0/demo/theming_custom_css.c +0 -66
  877. data/vendor/local/share/gtk-3.0/demo/theming_style_classes.c +0 -58
  878. data/vendor/local/share/gtk-3.0/demo/toolpalette.c +0 -794
  879. data/vendor/local/share/gtk-3.0/demo/transparent.c +0 -248
  880. data/vendor/local/share/gtk-3.0/demo/tree_store.c +0 -450
  881. data/vendor/local/share/gtk-3.0/demo/ui_manager.c +0 -235
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Windows</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="GDK 3 Reference Manual">
8
8
  <link rel="up" href="reference.html" title="API Reference">
9
9
  <link rel="prev" href="gdk3-Cursors.html" title="Cursors">
10
- <link rel="next" href="gdk3-Events.html" title="Events">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
10
+ <link rel="next" href="gdk3-GdkFrameClock.html" title="Frame clock">
11
+ <meta name="generator" content="GTK-Doc V1.18 (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">
@@ -18,7 +18,7 @@
18
18
  <td><a accesskey="u" href="reference.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
19
  <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
20
  <th width="100%" align="center">GDK 3 Reference Manual</th>
21
- <td><a accesskey="n" href="gdk3-Events.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
+ <td><a accesskey="n" href="gdk3-GdkFrameClock.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
22
  </tr>
23
23
  <tr><td colspan="5" class="shortcuts">
24
24
  <a href="#gdk3-Windows.synopsis" class="shortcut">Top</a>
@@ -84,6 +84,10 @@ enum <a class="link" href="gdk3-Windows.html#GdkWindowAttributesT
84
84
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-unmaximize" title="gdk_window_unmaximize ()">gdk_window_unmaximize</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
85
85
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-fullscreen" title="gdk_window_fullscreen ()">gdk_window_fullscreen</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
86
86
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-unfullscreen" title="gdk_window_unfullscreen ()">gdk_window_unfullscreen</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
87
+ enum <a class="link" href="gdk3-Windows.html#GdkFullscreenMode" title="enum GdkFullscreenMode">GdkFullscreenMode</a>;
88
+ <a class="link" href="gdk3-Windows.html#GdkFullscreenMode" title="enum GdkFullscreenMode"><span class="returnvalue">GdkFullscreenMode</span></a> <a class="link" href="gdk3-Windows.html#gdk-window-get-fullscreen-mode" title="gdk_window_get_fullscreen_mode ()">gdk_window_get_fullscreen_mode</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
89
+ <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-set-fullscreen-mode" title="gdk_window_set_fullscreen_mode ()">gdk_window_set_fullscreen_mode</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
90
+ <em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkFullscreenMode" title="enum GdkFullscreenMode"><span class="type">GdkFullscreenMode</span></a> mode</code></em>);
87
91
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-set-keep-above" title="gdk_window_set_keep_above ()">gdk_window_set_keep_above</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
88
92
  <em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);
89
93
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-set-keep-below" title="gdk_window_set_keep_below ()">gdk_window_set_keep_below</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
@@ -108,7 +112,7 @@ enum <a class="link" href="gdk3-Windows.html#GdkWindowAttributesT
108
112
  <em class="parameter"><code><span class="type">gint</span> dx</code></em>,
109
113
  <em class="parameter"><code><span class="type">gint</span> dy</code></em>);
110
114
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-move-region" title="gdk_window_move_region ()">gdk_window_move_region</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
111
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>,
115
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>,
112
116
  <em class="parameter"><code><span class="type">gint</span> dx</code></em>,
113
117
  <em class="parameter"><code><span class="type">gint</span> dy</code></em>);
114
118
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-flush" title="gdk_window_flush ()">gdk_window_flush</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
@@ -160,27 +164,27 @@ enum <a class="link" href="gdk3-Windows.html#GdkWindowAttributesT
160
164
  <em class="parameter"><code><span class="type">gint</span> *new_height</code></em>);
161
165
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-beep" title="gdk_window_beep ()">gdk_window_beep</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
162
166
 
163
- <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> * <a class="link" href="gdk3-Windows.html#gdk-window-get-clip-region" title="gdk_window_get_clip_region ()">gdk_window_get_clip_region</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
167
+ <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> * <a class="link" href="gdk3-Windows.html#gdk-window-get-clip-region" title="gdk_window_get_clip_region ()">gdk_window_get_clip_region</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
164
168
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-begin-paint-rect" title="gdk_window_begin_paint_rect ()">gdk_window_begin_paint_rect</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
165
169
  <em class="parameter"><code>const <a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *rectangle</code></em>);
166
170
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-begin-paint-region" title="gdk_window_begin_paint_region ()">gdk_window_begin_paint_region</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
167
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);
171
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);
168
172
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-end-paint" title="gdk_window_end_paint ()">gdk_window_end_paint</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
169
- <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> * <a class="link" href="gdk3-Windows.html#gdk-window-get-visible-region" title="gdk_window_get_visible_region ()">gdk_window_get_visible_region</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
173
+ <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> * <a class="link" href="gdk3-Windows.html#gdk-window-get-visible-region" title="gdk_window_get_visible_region ()">gdk_window_get_visible_region</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
170
174
 
171
175
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-invalidate-rect" title="gdk_window_invalidate_rect ()">gdk_window_invalidate_rect</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
172
176
  <em class="parameter"><code>const <a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>,
173
177
  <em class="parameter"><code><span class="type">gboolean</span> invalidate_children</code></em>);
174
178
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-invalidate-region" title="gdk_window_invalidate_region ()">gdk_window_invalidate_region</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
175
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>,
179
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>,
176
180
  <em class="parameter"><code><span class="type">gboolean</span> invalidate_children</code></em>);
177
181
  <span class="returnvalue">gboolean</span> (<a class="link" href="gdk3-Windows.html#GdkWindowChildFunc" title="GdkWindowChildFunc ()">*GdkWindowChildFunc</a>) (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
178
182
  <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
179
183
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-invalidate-maybe-recurse" title="gdk_window_invalidate_maybe_recurse ()">gdk_window_invalidate_maybe_recurse</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
180
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>,
184
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>,
181
185
  <em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindowChildFunc" title="GdkWindowChildFunc ()"><span class="type">GdkWindowChildFunc</span></a> child_func</code></em>,
182
186
  <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
183
- <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> * <a class="link" href="gdk3-Windows.html#gdk-window-get-update-area" title="gdk_window_get_update_area ()">gdk_window_get_update_area</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
187
+ <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> * <a class="link" href="gdk3-Windows.html#gdk-window-get-update-area" title="gdk_window_get_update_area ()">gdk_window_get_update_area</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
184
188
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-freeze-updates" title="gdk_window_freeze_updates ()">gdk_window_freeze_updates</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
185
189
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-thaw-updates" title="gdk_window_thaw_updates ()">gdk_window_thaw_updates</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
186
190
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-process-all-updates" title="gdk_window_process_all_updates ()">gdk_window_process_all_updates</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
@@ -190,6 +194,7 @@ enum <a class="link" href="gdk3-Windows.html#GdkWindowAttributesT
190
194
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-enable-synchronized-configure" title="gdk_window_enable_synchronized_configure ()">gdk_window_enable_synchronized_configure</a>
191
195
  (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
192
196
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-configure-finished" title="gdk_window_configure_finished ()">gdk_window_configure_finished</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
197
+ <a class="link" href="gdk3-GdkFrameClock.html#GdkFrameClock" title="GdkFrameClock"><span class="returnvalue">GdkFrameClock</span></a> * <a class="link" href="gdk3-Windows.html#gdk-window-get-frame-clock" title="gdk_window_get_frame_clock ()">gdk_window_get_frame_clock</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
193
198
 
194
199
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-set-user-data" title="gdk_window_set_user_data ()">gdk_window_set_user_data</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
195
200
  <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
@@ -213,14 +218,14 @@ enum <a class="link" href="gdk3-Windows.html#GdkWindowAttributesT
213
218
  enum <a class="link" href="gdk3-Windows.html#GdkFilterReturn" title="enum GdkFilterReturn">GdkFilterReturn</a>;
214
219
  typedef <a class="link" href="gdk3-Windows.html#GdkXEvent" title="GdkXEvent">GdkXEvent</a>;
215
220
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-shape-combine-region" title="gdk_window_shape_combine_region ()">gdk_window_shape_combine_region</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
216
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *shape_region</code></em>,
221
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *shape_region</code></em>,
217
222
  <em class="parameter"><code><span class="type">gint</span> offset_x</code></em>,
218
223
  <em class="parameter"><code><span class="type">gint</span> offset_y</code></em>);
219
224
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-set-child-shapes" title="gdk_window_set_child_shapes ()">gdk_window_set_child_shapes</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
220
225
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-merge-child-shapes" title="gdk_window_merge_child_shapes ()">gdk_window_merge_child_shapes</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
221
226
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-input-shape-combine-region" title="gdk_window_input_shape_combine_region ()">gdk_window_input_shape_combine_region</a>
222
227
  (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
223
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *shape_region</code></em>,
228
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *shape_region</code></em>,
224
229
  <em class="parameter"><code><span class="type">gint</span> offset_x</code></em>,
225
230
  <em class="parameter"><code><span class="type">gint</span> offset_y</code></em>);
226
231
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-set-child-input-shapes" title="gdk_window_set_child_input_shapes ()">gdk_window_set_child_input_shapes</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
@@ -232,10 +237,10 @@ typedef <a class="link" href="gdk3-Windows.html#GdkXEvent" title="Gd
232
237
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-set-background" title="gdk_window_set_background ()">gdk_window_set_background</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
233
238
  <em class="parameter"><code>const <a class="link" href="gdk3-Colors.html#GdkColor" title="GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
234
239
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-set-background-rgba" title="gdk_window_set_background_rgba ()">gdk_window_set_background_rgba</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
235
- <em class="parameter"><code><a class="link" href="gdk3-RGBA-Colors.html#GdkRGBA" title="GdkRGBA"><span class="type">GdkRGBA</span></a> *rgba</code></em>);
240
+ <em class="parameter"><code>const <a class="link" href="gdk3-RGBA-Colors.html#GdkRGBA" title="GdkRGBA"><span class="type">GdkRGBA</span></a> *rgba</code></em>);
236
241
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-set-background-pattern" title="gdk_window_set_background_pattern ()">gdk_window_set_background_pattern</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
237
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-t"><span class="type">cairo_pattern_t</span></a> *pattern</code></em>);
238
- <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-t"><span class="returnvalue">cairo_pattern_t</span></a> * <a class="link" href="gdk3-Windows.html#gdk-window-get-background-pattern" title="gdk_window_get_background_pattern ()">gdk_window_get_background_pattern</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
242
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-t"><span class="type">cairo_pattern_t</span></a> *pattern</code></em>);
243
+ <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-t"><span class="returnvalue">cairo_pattern_t</span></a> * <a class="link" href="gdk3-Windows.html#gdk-window-get-background-pattern" title="gdk_window_get_background_pattern ()">gdk_window_get_background_pattern</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
239
244
  #define <a class="link" href="gdk3-Windows.html#GDK-PARENT-RELATIVE:CAPS" title="GDK_PARENT_RELATIVE">GDK_PARENT_RELATIVE</a>
240
245
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-window-set-cursor" title="gdk_window_set_cursor ()">gdk_window_set_cursor</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
241
246
  <em class="parameter"><code><a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a> *cursor</code></em>);
@@ -339,7 +344,7 @@ enum <a class="link" href="gdk3-Windows.html#GdkWMFunction" title
339
344
  <em class="parameter"><code><a class="link" href="GdkDevice.html#GdkInputSource" title="enum GdkInputSource"><span class="type">GdkInputSource</span></a> source</code></em>,
340
345
  <em class="parameter"><code><a class="link" href="gdk3-Events.html#GdkEventMask" title="enum GdkEventMask"><span class="type">GdkEventMask</span></a> event_mask</code></em>);
341
346
 
342
- <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="returnvalue">cairo_surface_t</span></a> * <a class="link" href="gdk3-Windows.html#gdk-offscreen-window-get-surface" title="gdk_offscreen_window_get_surface ()">gdk_offscreen_window_get_surface</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
347
+ <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="returnvalue">cairo_surface_t</span></a> * <a class="link" href="gdk3-Windows.html#gdk-offscreen-window-get-surface" title="gdk_offscreen_window_get_surface ()">gdk_offscreen_window_get_surface</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
343
348
  <span class="returnvalue">void</span> <a class="link" href="gdk3-Windows.html#gdk-offscreen-window-set-embedder" title="gdk_offscreen_window_set_embedder ()">gdk_offscreen_window_set_embedder</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
344
349
  <em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *embedder</code></em>);
345
350
  <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="gdk3-Windows.html#gdk-offscreen-window-get-embedder" title="gdk_offscreen_window_get_embedder ()">gdk_offscreen_window_get_embedder</a> (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
@@ -385,10 +390,10 @@ enum <a class="link" href="gdk3-Windows.html#GdkWMFunction" title
385
390
  <p>
386
391
  A <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> is a (usually) rectangular region on the screen.
387
392
  It's a low-level object, used to implement high-level objects such as
388
- <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="type">GtkWidget</span></a> and <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> on the GTK+ level. A <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> is a toplevel
393
+ <a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> and <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> on the GTK+ level. A <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> is a toplevel
389
394
  window, the thing a user might think of as a "window" with a titlebar and
390
- so on; a <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> may contain many <a href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindows</span></a>. For example, each
391
- <a href="http://library.gnome.org/devel/gtk3/GtkButton.html"><span class="type">GtkButton</span></a> has a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated with it.
395
+ so on; a <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> may contain many <a href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindows</span></a>. For example, each
396
+ <a href="http://developer.gnome.org/gtk2/GtkButton.html"><span class="type">GtkButton</span></a> has a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated with it.
392
397
  </p>
393
398
  <p>
394
399
  </p>
@@ -465,23 +470,23 @@ Describes the kind of window.
465
470
  </tr>
466
471
  <tr>
467
472
  <td><p><a name="GDK-WINDOW-TOPLEVEL:CAPS"></a><span class="term"><code class="literal">GDK_WINDOW_TOPLEVEL</code></span></p></td>
468
- <td>toplevel window (used to implement <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a>)
473
+ <td>toplevel window (used to implement <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a>)
469
474
  </td>
470
475
  </tr>
471
476
  <tr>
472
477
  <td><p><a name="GDK-WINDOW-CHILD:CAPS"></a><span class="term"><code class="literal">GDK_WINDOW_CHILD</code></span></p></td>
473
- <td>child window (used to implement e.g. <a href="http://library.gnome.org/devel/gtk3/GtkEntry.html"><span class="type">GtkEntry</span></a>)
478
+ <td>child window (used to implement e.g. <a href="http://developer.gnome.org/gtk2/GtkEntry.html"><span class="type">GtkEntry</span></a>)
474
479
  </td>
475
480
  </tr>
476
481
  <tr>
477
482
  <td><p><a name="GDK-WINDOW-TEMP:CAPS"></a><span class="term"><code class="literal">GDK_WINDOW_TEMP</code></span></p></td>
478
483
  <td>override redirect temporary window (used to implement
479
- <a href="http://library.gnome.org/devel/gtk3/GtkMenu.html"><span class="type">GtkMenu</span></a>)
484
+ <a href="http://developer.gnome.org/gtk2/GtkMenu.html"><span class="type">GtkMenu</span></a>)
480
485
  </td>
481
486
  </tr>
482
487
  <tr>
483
488
  <td><p><a name="GDK-WINDOW-FOREIGN:CAPS"></a><span class="term"><code class="literal">GDK_WINDOW_FOREIGN</code></span></p></td>
484
- <td>foreign window (see <a href="http://library.gnome.org/devel/gdk3/gdk2-X-Window-System-Interaction.html#gdk-window-foreign-new"><code class="function">gdk_window_foreign_new()</code></a>)
489
+ <td>foreign window (see <code class="function">gdk_window_foreign_new()</code>)
485
490
  </td>
486
491
  </tr>
487
492
  <tr>
@@ -547,10 +552,10 @@ Used to indicate which fields of a <a class="link" href="gdk3-Windows.html#GdkGe
547
552
  attention to. Also, the presence/absence of <em class="parameter"><code>GDK_HINT_POS</code></em>,
548
553
  <em class="parameter"><code>GDK_HINT_USER_POS</code></em>, and <em class="parameter"><code>GDK_HINT_USER_SIZE</code></em> is significant, though they don't
549
554
  directly refer to <a class="link" href="gdk3-Windows.html#GdkGeometry" title="struct GdkGeometry"><span class="type">GdkGeometry</span></a> fields. <em class="parameter"><code>GDK_HINT_USER_POS</code></em> will be set
550
- automatically by <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> if you call <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-move"><code class="function">gtk_window_move()</code></a>.
555
+ automatically by <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> if you call <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-move"><code class="function">gtk_window_move()</code></a>.
551
556
  <em class="parameter"><code>GDK_HINT_USER_POS</code></em> and <em class="parameter"><code>GDK_HINT_USER_SIZE</code></em> should be set if the user
552
557
  specified a size/position using a --geometry command-line argument;
553
- <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-parse-geometry"><code class="function">gtk_window_parse_geometry()</code></a> automatically sets these flags.
558
+ <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-parse-geometry"><code class="function">gtk_window_parse_geometry()</code></a> automatically sets these flags.
554
559
  </p>
555
560
  <div class="variablelist"><table border="0" class="variablelist">
556
561
  <colgroup>
@@ -628,27 +633,27 @@ specified a size/position using a --geometry command-line argument;
628
633
  <p>
629
634
  The <a class="link" href="gdk3-Windows.html#GdkGeometry" title="struct GdkGeometry"><span class="type">GdkGeometry</span></a> struct gives the window manager information about
630
635
  a window's geometry constraints. Normally you would set these on
631
- the GTK+ level using <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-set-geometry-hints"><code class="function">gtk_window_set_geometry_hints()</code></a>. <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a>
636
+ the GTK+ level using <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-set-geometry-hints"><code class="function">gtk_window_set_geometry_hints()</code></a>. <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a>
632
637
  then sets the hints on the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> it creates.
633
638
  </p>
634
639
  <p>
635
640
  <a class="link" href="gdk3-Windows.html#gdk-window-set-geometry-hints" title="gdk_window_set_geometry_hints ()"><code class="function">gdk_window_set_geometry_hints()</code></a> expects the hints to be fully valid already
636
641
  and simply passes them to the window manager; in contrast,
637
- <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-set-geometry-hints"><code class="function">gtk_window_set_geometry_hints()</code></a> performs some interpretation. For example,
638
- <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> will apply the hints to the geometry widget instead of the
642
+ <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-set-geometry-hints"><code class="function">gtk_window_set_geometry_hints()</code></a> performs some interpretation. For example,
643
+ <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> will apply the hints to the geometry widget instead of the
639
644
  toplevel window, if you set a geometry widget. Also, the
640
645
  <em class="parameter"><code>min_width</code></em>/<em class="parameter"><code>min_height</code></em>/<em class="parameter"><code>max_width</code></em>/<em class="parameter"><code>max_height</code></em> fields may be set to -1, and
641
- <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> will substitute the size request of the window or geometry widget.
642
- If the minimum size hint is not provided, <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> will use its requisition
646
+ <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> will substitute the size request of the window or geometry widget.
647
+ If the minimum size hint is not provided, <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> will use its requisition
643
648
  as the minimum size. If the minimum size is provided and a geometry widget is
644
- set, <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> will take the minimum size as the minimum size of the
649
+ set, <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> will take the minimum size as the minimum size of the
645
650
  geometry widget rather than the entire window. The base size is treated
646
651
  similarly.
647
652
  </p>
648
653
  <p>
649
- The canonical use-case for <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-set-geometry-hints"><code class="function">gtk_window_set_geometry_hints()</code></a> is to get a
654
+ The canonical use-case for <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-set-geometry-hints"><code class="function">gtk_window_set_geometry_hints()</code></a> is to get a
650
655
  terminal widget to resize properly. Here, the terminal text area should be
651
- the geometry widget; <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> will then automatically set the base size to
656
+ the geometry widget; <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> will then automatically set the base size to
652
657
  the size of other widgets in the terminal window, such as the menubar and
653
658
  scrollbar. Then, the <em class="parameter"><code>width_inc</code></em> and <em class="parameter"><code>height_inc</code></em> fields should be set to the
654
659
  size of one character in the terminal. Finally, the base size should be set
@@ -690,7 +695,7 @@ a terminal area widget called "terminal" and a toplevel window "toplevel":
690
695
  <span class="normal"> hints</span><span class="symbol">.</span><span class="normal">width_inc </span><span class="symbol">=</span><span class="normal"> terminal</span><span class="symbol">-&gt;</span><span class="normal">char_width</span><span class="symbol">;</span>
691
696
  <span class="normal"> hints</span><span class="symbol">.</span><span class="normal">height_inc </span><span class="symbol">=</span><span class="normal"> terminal</span><span class="symbol">-&gt;</span><span class="normal">char_height</span><span class="symbol">;</span>
692
697
 
693
- <span class="normal"> </span><span class="function"><a href="http://library.gnome.org/devel/gtk3/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">toplevel</span><span class="symbol">),</span>
698
+ <span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/gtk2/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">toplevel</span><span class="symbol">),</span>
694
699
  <span class="normal"> </span><span class="function">GTK_WIDGET</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">terminal</span><span class="symbol">),</span>
695
700
  <span class="normal"> </span><span class="symbol">&amp;</span><span class="normal">hints</span><span class="symbol">,</span>
696
701
  <span class="normal"> <a href="gdk3-Windows.html#GDK-HINT-RESIZE-INC:CAPS">GDK_HINT_RESIZE_INC</a> </span><span class="symbol">|</span>
@@ -720,32 +725,32 @@ aspect ratio.
720
725
  <tr>
721
726
  <td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="GdkGeometry.min-width"></a>min_width</code></em>;</span></p></td>
722
727
  <td>minimum width of window (or -1 to use requisition, with
723
- <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> only)</td>
728
+ <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> only)</td>
724
729
  </tr>
725
730
  <tr>
726
731
  <td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="GdkGeometry.min-height"></a>min_height</code></em>;</span></p></td>
727
732
  <td>minimum height of window (or -1 to use requisition, with
728
- <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> only)</td>
733
+ <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> only)</td>
729
734
  </tr>
730
735
  <tr>
731
736
  <td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="GdkGeometry.max-width"></a>max_width</code></em>;</span></p></td>
732
737
  <td>maximum width of window (or -1 to use requisition, with
733
- <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> only)</td>
738
+ <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> only)</td>
734
739
  </tr>
735
740
  <tr>
736
741
  <td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="GdkGeometry.max-height"></a>max_height</code></em>;</span></p></td>
737
742
  <td>maximum height of window (or -1 to use requisition, with
738
- <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> only)</td>
743
+ <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> only)</td>
739
744
  </tr>
740
745
  <tr>
741
746
  <td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="GdkGeometry.base-width"></a>base_width</code></em>;</span></p></td>
742
747
  <td>allowed window widths are <em class="parameter"><code>base_width</code></em> + <em class="parameter"><code>width_inc</code></em> * N where N
743
- is any integer (-1 allowed with <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a>)</td>
748
+ is any integer (-1 allowed with <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a>)</td>
744
749
  </tr>
745
750
  <tr>
746
751
  <td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="GdkGeometry.base-height"></a>base_height</code></em>;</span></p></td>
747
752
  <td>allowed window widths are <em class="parameter"><code>base_height</code></em> + <em class="parameter"><code>height_inc</code></em> * N where
748
- N is any integer (-1 allowed with <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a>)</td>
753
+ N is any integer (-1 allowed with <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a>)</td>
749
754
  </tr>
750
755
  <tr>
751
756
  <td><p><span class="term"><span class="type">gint</span> <em class="structfield"><code><a name="GdkGeometry.width-inc"></a>width_inc</code></em>;</span></p></td>
@@ -765,7 +770,7 @@ N is any integer (-1 allowed with <a href="http://library.gnome.org/devel/gtk3/G
765
770
  </tr>
766
771
  <tr>
767
772
  <td><p><span class="term"><a class="link" href="gdk3-Windows.html#GdkGravity" title="enum GdkGravity"><span class="type">GdkGravity</span></a> <em class="structfield"><code><a name="GdkGeometry.win-gravity"></a>win_gravity</code></em>;</span></p></td>
768
- <td>window gravity, see <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-set-gravity"><code class="function">gtk_window_set_gravity()</code></a>
773
+ <td>window gravity, see <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-set-gravity"><code class="function">gtk_window_set_gravity()</code></a>
769
774
  </td>
770
775
  </tr>
771
776
  </tbody>
@@ -789,7 +794,7 @@ N is any integer (-1 allowed with <a href="http://library.gnome.org/devel/gtk3/G
789
794
  </pre>
790
795
  <p>
791
796
  Defines the reference point of a window and the meaning of coordinates
792
- passed to <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-move"><code class="function">gtk_window_move()</code></a>. See <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-move"><code class="function">gtk_window_move()</code></a> and the "implementation
797
+ passed to <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-move"><code class="function">gtk_window_move()</code></a>. See <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-move"><code class="function">gtk_window_move()</code></a> and the "implementation
793
798
  notes" section of the
794
799
  <a class="ulink" href="http://www.freedesktop.org/Standards/wm-spec" target="_top">Extended
795
800
  Window Manager Hints</a> specification for more details.
@@ -970,7 +975,7 @@ window types.
970
975
  <tr>
971
976
  <td><p><a name="GDK-WINDOW-TYPE-HINT-MENU:CAPS"></a><span class="term"><code class="literal">GDK_WINDOW_TYPE_HINT_MENU</code></span></p></td>
972
977
  <td>Window used to implement a menu; GTK+ uses
973
- this hint only for torn-off menus, see <a href="http://library.gnome.org/devel/gtk3/GtkTearoffMenuItem.html"><span class="type">GtkTearoffMenuItem</span></a>.
978
+ this hint only for torn-off menus, see <a href="http://developer.gnome.org/gtk2/GtkTearoffMenuItem.html"><span class="type">GtkTearoffMenuItem</span></a>.
974
979
  </td>
975
980
  </tr>
976
981
  <tr>
@@ -1109,11 +1114,11 @@ window that receives events)</td>
1109
1114
  </tr>
1110
1115
  <tr>
1111
1116
  <td><p><span class="term"><span class="type">gchar</span> *<em class="structfield"><code><a name="GdkWindowAttr.wmclass-name"></a>wmclass_name</code></em>;</span></p></td>
1112
- <td>don't use (see <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-set-wmclass"><code class="function">gtk_window_set_wmclass()</code></a>)</td>
1117
+ <td>don't use (see <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-set-wmclass"><code class="function">gtk_window_set_wmclass()</code></a>)</td>
1113
1118
  </tr>
1114
1119
  <tr>
1115
1120
  <td><p><span class="term"><span class="type">gchar</span> *<em class="structfield"><code><a name="GdkWindowAttr.wmclass-class"></a>wmclass_class</code></em>;</span></p></td>
1116
- <td>don't use (see <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-set-wmclass"><code class="function">gtk_window_set_wmclass()</code></a>)</td>
1121
+ <td>don't use (see <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-set-wmclass"><code class="function">gtk_window_set_wmclass()</code></a>)</td>
1117
1122
  </tr>
1118
1123
  <tr>
1119
1124
  <td><p><span class="term"><span class="type">gboolean</span> <em class="structfield"><code><a name="GdkWindowAttr.override-redirect"></a>override_redirect</code></em>;</span></p></td>
@@ -1218,7 +1223,7 @@ display, <em class="parameter"><code>parent</code></em> must be specified.
1218
1223
  <tbody>
1219
1224
  <tr>
1220
1225
  <td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
1221
- <td>a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to create the window as a child of
1226
+ <td>a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to create the window as a child of
1222
1227
  the default root window for the default display. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1223
1228
  </td>
1224
1229
  </tr>
@@ -1229,7 +1234,7 @@ the default root window for the default display. <span class="annotation">[<acro
1229
1234
  <tr>
1230
1235
  <td><p><span class="term"><em class="parameter"><code>attributes_mask</code></em> :</span></p></td>
1231
1236
  <td>mask indicating which
1232
- fields in <em class="parameter"><code>attributes</code></em> are valid. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GdkWindowAttributesType]</span>
1237
+ fields in <em class="parameter"><code>attributes</code></em> are valid. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> GdkWindowAttributesType]</span>
1233
1238
  </td>
1234
1239
  </tr>
1235
1240
  <tr>
@@ -1382,10 +1387,10 @@ Gets the <a class="link" href="gdk3-Visuals.html#GdkVisual"><span class="type">G
1382
1387
  </div>
1383
1388
  <p>
1384
1389
  Obtains the window underneath the mouse pointer, returning the
1385
- location of that window in <em class="parameter"><code>win_x</code></em>, <em class="parameter"><code>win_y</code></em>. Returns <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the
1390
+ location of that window in <em class="parameter"><code>win_x</code></em>, <em class="parameter"><code>win_y</code></em>. Returns <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
1386
1391
  window under the mouse pointer is not known to GDK (if the window
1387
1392
  belongs to another application and a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> hasn't been created
1388
- for it with <a href="http://library.gnome.org/devel/gdk3/gdk2-X-Window-System-Interaction.html#gdk-window-foreign-new"><code class="function">gdk_window_foreign_new()</code></a>)
1393
+ for it with <code class="function">gdk_window_foreign_new()</code>)
1389
1394
  </p>
1390
1395
  <p>
1391
1396
  NOTE: For multihead-aware widgets or applications use
@@ -1429,7 +1434,7 @@ This function maps a window so it's visible onscreen. Its opposite
1429
1434
  is <a class="link" href="gdk3-Windows.html#gdk-window-hide" title="gdk_window_hide ()"><code class="function">gdk_window_hide()</code></a>.
1430
1435
  </p>
1431
1436
  <p>
1432
- When implementing a <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="type">GtkWidget</span></a>, you should call this function on the widget's
1437
+ When implementing a <a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a>, you should call this function on the widget's
1433
1438
  <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> as part of the "map" method.
1434
1439
  </p>
1435
1440
  <div class="variablelist"><table border="0" class="variablelist">
@@ -1478,7 +1483,7 @@ that you can't really use <code class="function">XMapWindow()</code> directly on
1478
1483
  For toplevel windows, withdraws them, so they will no longer be
1479
1484
  known to the window manager; for all windows, unmaps them, so
1480
1485
  they won't be displayed. Normally done automatically as
1481
- part of <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#gtk-widget-hide"><code class="function">gtk_widget_hide()</code></a>.
1486
+ part of <a href="http://developer.gnome.org/gtk2/GtkWidget.html#gtk-widget-hide"><code class="function">gtk_widget_hide()</code></a>.
1482
1487
  </p>
1483
1488
  <div class="variablelist"><table border="0" class="variablelist">
1484
1489
  <colgroup>
@@ -1683,7 +1688,7 @@ withdraws toplevel windows before hiding them.
1683
1688
  <p>
1684
1689
  Asks to iconify (minimize) <em class="parameter"><code>window</code></em>. The window manager may choose
1685
1690
  to ignore the request, but normally will honor it. Using
1686
- <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-iconify"><code class="function">gtk_window_iconify()</code></a> is preferred, if you have a <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> widget.
1691
+ <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-iconify"><code class="function">gtk_window_iconify()</code></a> is preferred, if you have a <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> widget.
1687
1692
  </p>
1688
1693
  <p>
1689
1694
  This function only makes sense when <em class="parameter"><code>window</code></em> is a toplevel window.
@@ -1707,8 +1712,8 @@ This function only makes sense when <em class="parameter"><code>window</code></e
1707
1712
  <p>
1708
1713
  Attempt to deiconify (unminimize) <em class="parameter"><code>window</code></em>. On X11 the window manager may
1709
1714
  choose to ignore the request to deiconify. When using GTK+,
1710
- use <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-deiconify"><code class="function">gtk_window_deiconify()</code></a> instead of the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> variant. Or better yet,
1711
- you probably want to use <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-present"><code class="function">gtk_window_present()</code></a>, which raises the window, focuses it,
1715
+ use <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-deiconify"><code class="function">gtk_window_deiconify()</code></a> instead of the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> variant. Or better yet,
1716
+ you probably want to use <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-present"><code class="function">gtk_window_present()</code></a>, which raises the window, focuses it,
1712
1717
  unminimizes it, and puts it on the current desktop.
1713
1718
  </p>
1714
1719
  <div class="variablelist"><table border="0" class="variablelist">
@@ -1730,7 +1735,7 @@ unminimizes it, and puts it on the current desktop.
1730
1735
  <p>
1731
1736
  "Pins" a window such that it's on all workspaces and does not scroll
1732
1737
  with viewports, for window managers that have scrollable viewports.
1733
- (When using <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a>, <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-stick"><code class="function">gtk_window_stick()</code></a> may be more useful.)
1738
+ (When using <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a>, <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-stick"><code class="function">gtk_window_stick()</code></a> may be more useful.)
1734
1739
  </p>
1735
1740
  <p>
1736
1741
  On the X11 platform, this function depends on window manager
@@ -1757,7 +1762,7 @@ there's nothing you can do to force it to happen.
1757
1762
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_unstick (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
1758
1763
  <p>
1759
1764
  Reverse operation for <a class="link" href="gdk3-Windows.html#gdk-window-stick" title="gdk_window_stick ()"><code class="function">gdk_window_stick()</code></a>; see <a class="link" href="gdk3-Windows.html#gdk-window-stick" title="gdk_window_stick ()"><code class="function">gdk_window_stick()</code></a>,
1760
- and <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-unstick"><code class="function">gtk_window_unstick()</code></a>.
1765
+ and <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-unstick"><code class="function">gtk_window_unstick()</code></a>.
1761
1766
  </p>
1762
1767
  <div class="variablelist"><table border="0" class="variablelist">
1763
1768
  <colgroup>
@@ -1899,6 +1904,111 @@ it to happen.
1899
1904
  </div>
1900
1905
  <hr>
1901
1906
  <div class="refsect2">
1907
+ <a name="GdkFullscreenMode"></a><h3>enum GdkFullscreenMode</h3>
1908
+ <pre class="programlisting">typedef enum {
1909
+ GDK_FULLSCREEN_ON_CURRENT_MONITOR,
1910
+ GDK_FULLSCREEN_ON_ALL_MONITORS
1911
+ } GdkFullscreenMode;
1912
+ </pre>
1913
+ <p>
1914
+ Indicates which monitor (in a multi-head setup) a window should span over
1915
+ when in fullscreen mode.
1916
+ </p>
1917
+ <div class="variablelist"><table border="0" class="variablelist">
1918
+ <colgroup>
1919
+ <col align="left" valign="top">
1920
+ <col>
1921
+ </colgroup>
1922
+ <tbody>
1923
+ <tr>
1924
+ <td><p><a name="GDK-FULLSCREEN-ON-CURRENT-MONITOR:CAPS"></a><span class="term"><code class="literal">GDK_FULLSCREEN_ON_CURRENT_MONITOR</code></span></p></td>
1925
+ <td>Fullscreen on current monitor only.
1926
+ </td>
1927
+ </tr>
1928
+ <tr>
1929
+ <td><p><a name="GDK-FULLSCREEN-ON-ALL-MONITORS:CAPS"></a><span class="term"><code class="literal">GDK_FULLSCREEN_ON_ALL_MONITORS</code></span></p></td>
1930
+ <td>Span across all monitors when fullscreen.
1931
+ </td>
1932
+ </tr>
1933
+ </tbody>
1934
+ </table></div>
1935
+ <p class="since">Since 3.8</p>
1936
+ </div>
1937
+ <hr>
1938
+ <div class="refsect2">
1939
+ <a name="gdk-window-get-fullscreen-mode"></a><h3>gdk_window_get_fullscreen_mode ()</h3>
1940
+ <pre class="programlisting"><a class="link" href="gdk3-Windows.html#GdkFullscreenMode" title="enum GdkFullscreenMode"><span class="returnvalue">GdkFullscreenMode</span></a> gdk_window_get_fullscreen_mode (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
1941
+ <p>
1942
+ Obtains the <a class="link" href="gdk3-Windows.html#GdkFullscreenMode" title="enum GdkFullscreenMode"><span class="type">GdkFullscreenMode</span></a> of the <em class="parameter"><code>window</code></em>.
1943
+ </p>
1944
+ <div class="variablelist"><table border="0" class="variablelist">
1945
+ <colgroup>
1946
+ <col align="left" valign="top">
1947
+ <col>
1948
+ </colgroup>
1949
+ <tbody>
1950
+ <tr>
1951
+ <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
1952
+ <td>a toplevel <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
1953
+ </td>
1954
+ </tr>
1955
+ <tr>
1956
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1957
+ <td>The <a class="link" href="gdk3-Windows.html#GdkFullscreenMode" title="enum GdkFullscreenMode"><span class="type">GdkFullscreenMode</span></a> applied to the window when fullscreen.</td>
1958
+ </tr>
1959
+ </tbody>
1960
+ </table></div>
1961
+ <p class="since">Since 3.8</p>
1962
+ </div>
1963
+ <hr>
1964
+ <div class="refsect2">
1965
+ <a name="gdk-window-set-fullscreen-mode"></a><h3>gdk_window_set_fullscreen_mode ()</h3>
1966
+ <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_set_fullscreen_mode (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
1967
+ <em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkFullscreenMode" title="enum GdkFullscreenMode"><span class="type">GdkFullscreenMode</span></a> mode</code></em>);</pre>
1968
+ <p>
1969
+ Specifies whether the <em class="parameter"><code>window</code></em> should span over all monitors (in a multi-head
1970
+ setup) or only the current monitor when in fullscreen mode.
1971
+ </p>
1972
+ <p>
1973
+ The <em class="parameter"><code>mode</code></em> argument is from the <a class="link" href="gdk3-Windows.html#GdkFullscreenMode" title="enum GdkFullscreenMode"><span class="type">GdkFullscreenMode</span></a> enumeration.
1974
+ If <a class="link" href="gdk3-Windows.html#GDK-FULLSCREEN-ON-ALL-MONITORS:CAPS"><span class="type">GDK_FULLSCREEN_ON_ALL_MONITORS</span></a> is specified, the fullscreen <em class="parameter"><code>window</code></em> will
1975
+ span over all monitors from the <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a>.
1976
+ </p>
1977
+ <p>
1978
+ On X11, searches through the list of monitors from the <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> the ones
1979
+ which delimit the 4 edges of the entire <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> and will ask the window
1980
+ manager to span the <em class="parameter"><code>window</code></em> over these monitors.
1981
+ </p>
1982
+ <p>
1983
+ If the XINERAMA extension is not available or not usable, this function
1984
+ has no effect.
1985
+ </p>
1986
+ <p>
1987
+ Not all window managers support this, so you can't rely on the fullscreen
1988
+ window to span over the multiple monitors when <a class="link" href="gdk3-Windows.html#GDK-FULLSCREEN-ON-ALL-MONITORS:CAPS"><span class="type">GDK_FULLSCREEN_ON_ALL_MONITORS</span></a>
1989
+ is specified.
1990
+ </p>
1991
+ <div class="variablelist"><table border="0" class="variablelist">
1992
+ <colgroup>
1993
+ <col align="left" valign="top">
1994
+ <col>
1995
+ </colgroup>
1996
+ <tbody>
1997
+ <tr>
1998
+ <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
1999
+ <td>a toplevel <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
2000
+ </td>
2001
+ </tr>
2002
+ <tr>
2003
+ <td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
2004
+ <td>fullscreen mode</td>
2005
+ </tr>
2006
+ </tbody>
2007
+ </table></div>
2008
+ <p class="since">Since 3.8</p>
2009
+ </div>
2010
+ <hr>
2011
+ <div class="refsect2">
1902
2012
  <a name="gdk-window-set-keep-above"></a><h3>gdk_window_set_keep_above ()</h3>
1903
2013
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_set_keep_above (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
1904
2014
  <em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);</pre>
@@ -1975,18 +2085,24 @@ and GDK makes a best effort to get it to happen.
1975
2085
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_set_opacity (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
1976
2086
  <em class="parameter"><code><span class="type">gdouble</span> opacity</code></em>);</pre>
1977
2087
  <p>
1978
- Request the windowing system to make <em class="parameter"><code>window</code></em> partially transparent,
2088
+ Set <em class="parameter"><code>window</code></em> to render as partially transparent,
1979
2089
  with opacity 0 being fully transparent and 1 fully opaque. (Values
1980
2090
  of the opacity parameter are clamped to the [0,1] range.)
1981
2091
  </p>
1982
2092
  <p>
1983
- On X11, this works only on X screens with a compositing manager
1984
- running.
2093
+ For toplevel windows this depends on support from the windowing system
2094
+ that may not always be there. For instance, On X11, this works only on
2095
+ X screens with a compositing manager running.
2096
+ </p>
2097
+ <p>
2098
+ For child windows this function only works for non-native windows.
1985
2099
  </p>
1986
2100
  <p>
1987
- For setting up per-pixel alpha, see <a class="link" href="GdkScreen.html#gdk-screen-get-rgba-visual" title="gdk_screen_get_rgba_visual ()"><code class="function">gdk_screen_get_rgba_visual()</code></a>.
1988
- For making non-toplevel windows translucent, see
1989
- <a class="link" href="gdk3-Windows.html#gdk-window-set-composited" title="gdk_window_set_composited ()"><code class="function">gdk_window_set_composited()</code></a>.
2101
+ For setting up per-pixel alpha topelevels, see <a class="link" href="GdkScreen.html#gdk-screen-get-rgba-visual" title="gdk_screen_get_rgba_visual ()"><code class="function">gdk_screen_get_rgba_visual()</code></a>,
2102
+ and for non-toplevels, see <a class="link" href="gdk3-Windows.html#gdk-window-set-composited" title="gdk_window_set_composited ()"><code class="function">gdk_window_set_composited()</code></a>.
2103
+ </p>
2104
+ <p>
2105
+ Support for non-toplevel windows was added in 3.8.
1990
2106
  </p>
1991
2107
  <div class="variablelist"><table border="0" class="variablelist">
1992
2108
  <colgroup>
@@ -1996,7 +2112,7 @@ For making non-toplevel windows translucent, see
1996
2112
  <tbody>
1997
2113
  <tr>
1998
2114
  <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
1999
- <td>a top-level <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
2115
+ <td>a top-level or non-native <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
2000
2116
  </td>
2001
2117
  </tr>
2002
2118
  <tr>
@@ -2099,7 +2215,7 @@ See <a class="link" href="gdk3-Windows.html#gdk-window-set-composited" title="gd
2099
2215
  <p>
2100
2216
  Repositions a window relative to its parent window.
2101
2217
  For toplevel windows, window managers may ignore or modify the move;
2102
- you should probably use <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-move"><code class="function">gtk_window_move()</code></a> on a <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> widget
2218
+ you should probably use <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-move"><code class="function">gtk_window_move()</code></a> on a <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> widget
2103
2219
  anyway, instead of using GDK functions. For child windows,
2104
2220
  the move will reliably succeed.
2105
2221
  </p>
@@ -2138,7 +2254,7 @@ to both move and resize simultaneously, for a nicer visual effect.
2138
2254
  <p>
2139
2255
  Resizes <em class="parameter"><code>window</code></em>; for toplevel windows, asks the window manager to resize
2140
2256
  the window. The window manager may not allow the resize. When using GTK+,
2141
- use <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-resize"><code class="function">gtk_window_resize()</code></a> instead of this low-level GDK function.
2257
+ use <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-resize"><code class="function">gtk_window_resize()</code></a> instead of this low-level GDK function.
2142
2258
  </p>
2143
2259
  <p>
2144
2260
  Windows may not be resized below 1x1.
@@ -2259,7 +2375,7 @@ artifacts and unnecessary invalidations.
2259
2375
  <div class="refsect2">
2260
2376
  <a name="gdk-window-move-region"></a><h3>gdk_window_move_region ()</h3>
2261
2377
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_move_region (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
2262
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>,
2378
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>,
2263
2379
  <em class="parameter"><code><span class="type">gint</span> dx</code></em>,
2264
2380
  <em class="parameter"><code><span class="type">gint</span> dy</code></em>);</pre>
2265
2381
  <p>
@@ -2283,7 +2399,7 @@ Child windows are not moved.
2283
2399
  </tr>
2284
2400
  <tr>
2285
2401
  <td><p><span class="term"><em class="parameter"><code>region</code></em> :</span></p></td>
2286
- <td>The <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> to move</td>
2402
+ <td>The <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> to move</td>
2287
2403
  </tr>
2288
2404
  <tr>
2289
2405
  <td><p><span class="term"><em class="parameter"><code>dx</code></em> :</span></p></td>
@@ -2500,7 +2616,7 @@ it is above <em class="parameter"><code>sibling</code></em> (if <em class="param
2500
2616
  <code class="literal">FALSE</code>).
2501
2617
  </p>
2502
2618
  <p>
2503
- If <em class="parameter"><code>sibling</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then this either raises (if <em class="parameter"><code>above</code></em> is <code class="literal">TRUE</code>) or
2619
+ If <em class="parameter"><code>sibling</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, then this either raises (if <em class="parameter"><code>above</code></em> is <code class="literal">TRUE</code>) or
2504
2620
  lowers the window.
2505
2621
  </p>
2506
2622
  <p>
@@ -2521,7 +2637,7 @@ requests the restack, does not guarantee it.
2521
2637
  </tr>
2522
2638
  <tr>
2523
2639
  <td><p><span class="term"><em class="parameter"><code>sibling</code></em> :</span></p></td>
2524
- <td>a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> that is a sibling of <em class="parameter"><code>window</code></em>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2640
+ <td>a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> that is a sibling of <em class="parameter"><code>window</code></em>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2525
2641
  </td>
2526
2642
  </tr>
2527
2643
  <tr>
@@ -2538,8 +2654,8 @@ requests the restack, does not guarantee it.
2538
2654
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_focus (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
2539
2655
  <em class="parameter"><code><span class="type">guint32</span> timestamp</code></em>);</pre>
2540
2656
  <p>
2541
- Sets keyboard focus to <em class="parameter"><code>window</code></em>. In most cases, <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-present"><code class="function">gtk_window_present()</code></a>
2542
- should be used on a <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a>, rather than calling this function.
2657
+ Sets keyboard focus to <em class="parameter"><code>window</code></em>. In most cases, <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-present"><code class="function">gtk_window_present()</code></a>
2658
+ should be used on a <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a>, rather than calling this function.
2543
2659
  </p>
2544
2660
  <div class="variablelist"><table border="0" class="variablelist">
2545
2661
  <colgroup>
@@ -2642,7 +2758,7 @@ to begin a drag with a different device.
2642
2758
  <p>
2643
2759
  Begins a window resize operation (for a toplevel window).
2644
2760
  You might use this function to implement a "window resize grip," for
2645
- example; in fact <a href="http://library.gnome.org/devel/gtk3/GtkStatusbar.html"><span class="type">GtkStatusbar</span></a> uses it. The function works best
2761
+ example; in fact <a href="http://developer.gnome.org/gtk2/GtkStatusbar.html"><span class="type">GtkStatusbar</span></a> uses it. The function works best
2646
2762
  with window managers that support the <a class="ulink" href="http://www.freedesktop.org/Standards/wm-spec" target="_top">Extended Window Manager Hints</a>, but has a
2647
2763
  fallback implementation for other window managers.
2648
2764
  </p>
@@ -2857,7 +2973,7 @@ the display just as <a class="link" href="GdkDisplay.html#gdk-display-beep" titl
2857
2973
  <hr>
2858
2974
  <div class="refsect2">
2859
2975
  <a name="gdk-window-get-clip-region"></a><h3>gdk_window_get_clip_region ()</h3>
2860
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> * gdk_window_get_clip_region (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
2976
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> * gdk_window_get_clip_region (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
2861
2977
  <p>
2862
2978
  Computes the region of a window that potentially can be written
2863
2979
  to by drawing primitives. This region may not take into account
@@ -2878,7 +2994,7 @@ primitives.
2878
2994
  </tr>
2879
2995
  <tr>
2880
2996
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2881
- <td>a <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a>. This must be freed with <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-destroy"><code class="function">cairo_region_destroy()</code></a>
2997
+ <td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a>. This must be freed with <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-destroy"><code class="function">cairo_region_destroy()</code></a>
2882
2998
  when you are done.</td>
2883
2999
  </tr>
2884
3000
  </tbody>
@@ -2916,7 +3032,7 @@ creates a rectangular region for you. See
2916
3032
  <div class="refsect2">
2917
3033
  <a name="gdk-window-begin-paint-region"></a><h3>gdk_window_begin_paint_region ()</h3>
2918
3034
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_begin_paint_region (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
2919
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);</pre>
3035
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>);</pre>
2920
3036
  <p>
2921
3037
  Indicates that you are beginning the process of redrawing <em class="parameter"><code>region</code></em>.
2922
3038
  A backing store (offscreen buffer) large enough to contain <em class="parameter"><code>region</code></em>
@@ -2948,7 +3064,7 @@ is already set as the clip region, and already has a backing store.
2948
3064
  Therefore in most cases, application code need not call
2949
3065
  <a class="link" href="gdk3-Windows.html#gdk-window-begin-paint-region" title="gdk_window_begin_paint_region ()"><code class="function">gdk_window_begin_paint_region()</code></a>. (You can disable the automatic
2950
3066
  calls around expose events on a widget-by-widget basis by calling
2951
- <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#gtk-widget-set-double-buffered"><code class="function">gtk_widget_set_double_buffered()</code></a>.)
3067
+ <a href="http://developer.gnome.org/gtk2/GtkWidget.html#gtk-widget-set-double-buffered"><code class="function">gtk_widget_set_double_buffered()</code></a>.)
2952
3068
  </p>
2953
3069
  <p>
2954
3070
  If you call this function multiple times before calling the
@@ -3006,7 +3122,7 @@ call this function without a matching
3006
3122
  <hr>
3007
3123
  <div class="refsect2">
3008
3124
  <a name="gdk-window-get-visible-region"></a><h3>gdk_window_get_visible_region ()</h3>
3009
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> * gdk_window_get_visible_region (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
3125
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> * gdk_window_get_visible_region (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
3010
3126
  <p>
3011
3127
  Computes the region of the <em class="parameter"><code>window</code></em> that is potentially visible.
3012
3128
  This does not necessarily take into account if the window is
@@ -3026,7 +3142,7 @@ is visible.
3026
3142
  </tr>
3027
3143
  <tr>
3028
3144
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3029
- <td>a <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a>. This must be freed with <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-destroy"><code class="function">cairo_region_destroy()</code></a>
3145
+ <td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a>. This must be freed with <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-destroy"><code class="function">cairo_region_destroy()</code></a>
3030
3146
  when you are done.</td>
3031
3147
  </tr>
3032
3148
  </tbody>
@@ -3056,7 +3172,7 @@ invalidates a rectangular region. See
3056
3172
  </tr>
3057
3173
  <tr>
3058
3174
  <td><p><span class="term"><em class="parameter"><code>rect</code></em> :</span></p></td>
3059
- <td>rectangle to invalidate or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to invalidate the whole
3175
+ <td>rectangle to invalidate or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to invalidate the whole
3060
3176
  window. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
3061
3177
  </td>
3062
3178
  </tr>
@@ -3071,7 +3187,7 @@ window. <span class="annotation">[<acronym title="NULL is ok, both for passing a
3071
3187
  <div class="refsect2">
3072
3188
  <a name="gdk-window-invalidate-region"></a><h3>gdk_window_invalidate_region ()</h3>
3073
3189
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_invalidate_region (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
3074
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>,
3190
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>,
3075
3191
  <em class="parameter"><code><span class="type">gboolean</span> invalidate_children</code></em>);</pre>
3076
3192
  <p>
3077
3193
  Adds <em class="parameter"><code>region</code></em> to the update area for <em class="parameter"><code>window</code></em>. The update area is the
@@ -3107,7 +3223,7 @@ fine grained control over which children are invalidated.
3107
3223
  </tr>
3108
3224
  <tr>
3109
3225
  <td><p><span class="term"><em class="parameter"><code>region</code></em> :</span></p></td>
3110
- <td>a <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a>
3226
+ <td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a>
3111
3227
  </td>
3112
3228
  </tr>
3113
3229
  <tr>
@@ -3155,7 +3271,7 @@ recursively invalidate it or now.
3155
3271
  <div class="refsect2">
3156
3272
  <a name="gdk-window-invalidate-maybe-recurse"></a><h3>gdk_window_invalidate_maybe_recurse ()</h3>
3157
3273
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_invalidate_maybe_recurse (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
3158
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>,
3274
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *region</code></em>,
3159
3275
  <em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindowChildFunc" title="GdkWindowChildFunc ()"><span class="type">GdkWindowChildFunc</span></a> child_func</code></em>,
3160
3276
  <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
3161
3277
  <p>
@@ -3191,13 +3307,13 @@ invalidated.
3191
3307
  </tr>
3192
3308
  <tr>
3193
3309
  <td><p><span class="term"><em class="parameter"><code>region</code></em> :</span></p></td>
3194
- <td>a <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a>
3310
+ <td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a>
3195
3311
  </td>
3196
3312
  </tr>
3197
3313
  <tr>
3198
3314
  <td><p><span class="term"><em class="parameter"><code>child_func</code></em> :</span></p></td>
3199
3315
  <td>function to use to decide if to
3200
- recurse to a child, <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> means never recurse. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
3316
+ recurse to a child, <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> means never recurse. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
3201
3317
  </td>
3202
3318
  </tr>
3203
3319
  <tr>
@@ -3211,14 +3327,14 @@ recurse to a child, <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboi
3211
3327
  <hr>
3212
3328
  <div class="refsect2">
3213
3329
  <a name="gdk-window-get-update-area"></a><h3>gdk_window_get_update_area ()</h3>
3214
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> * gdk_window_get_update_area (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
3330
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="returnvalue">cairo_region_t</span></a> * gdk_window_get_update_area (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
3215
3331
  <p>
3216
3332
  Transfers ownership of the update area from <em class="parameter"><code>window</code></em> to the caller
3217
3333
  of the function. That is, after calling this function, <em class="parameter"><code>window</code></em> will
3218
3334
  no longer have an invalid/dirty region; the update area is removed
3219
3335
  from <em class="parameter"><code>window</code></em> and handed to you. If a window has no update area,
3220
- <a class="link" href="gdk3-Windows.html#gdk-window-get-update-area" title="gdk_window_get_update_area ()"><code class="function">gdk_window_get_update_area()</code></a> returns <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. You are responsible for
3221
- calling <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-destroy"><code class="function">cairo_region_destroy()</code></a> on the returned region if it's non-<a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
3336
+ <a class="link" href="gdk3-Windows.html#gdk-window-get-update-area" title="gdk_window_get_update_area ()"><code class="function">gdk_window_get_update_area()</code></a> returns <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. You are responsible for
3337
+ calling <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-destroy"><code class="function">cairo_region_destroy()</code></a> on the returned region if it's non-<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
3222
3338
  </p>
3223
3339
  <div class="variablelist"><table border="0" class="variablelist">
3224
3340
  <colgroup>
@@ -3367,18 +3483,12 @@ updates sometime after application startup time.
3367
3483
  <a name="gdk-window-enable-synchronized-configure"></a><h3>gdk_window_enable_synchronized_configure ()</h3>
3368
3484
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_enable_synchronized_configure
3369
3485
  (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
3486
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3487
+ <h3 class="title">Warning</h3>
3488
+ <p><code class="literal">gdk_window_enable_synchronized_configure</code> has been deprecated since version 3.8 and should not be used in newly-written code. this function is no longer needed</p>
3489
+ </div>
3370
3490
  <p>
3371
- Indicates that the application will cooperate with the window
3372
- system in synchronizing the window repaint with the window
3373
- manager during resizing operations. After an application calls
3374
- this function, it must call <a class="link" href="gdk3-Windows.html#gdk-window-configure-finished" title="gdk_window_configure_finished ()"><code class="function">gdk_window_configure_finished()</code></a> every
3375
- time it has finished all processing associated with a set of
3376
- Configure events. Toplevel GTK+ windows automatically use this
3377
- protocol.
3378
- </p>
3379
- <p>
3380
- On X, calling this function makes <em class="parameter"><code>window</code></em> participate in the
3381
- _NET_WM_SYNC_REQUEST window manager protocol.
3491
+ Does nothing, present only for compatiblity.
3382
3492
  </p>
3383
3493
  <div class="variablelist"><table border="0" class="variablelist">
3384
3494
  <colgroup>
@@ -3397,16 +3507,12 @@ _NET_WM_SYNC_REQUEST window manager protocol.
3397
3507
  <div class="refsect2">
3398
3508
  <a name="gdk-window-configure-finished"></a><h3>gdk_window_configure_finished ()</h3>
3399
3509
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_configure_finished (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
3510
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3511
+ <h3 class="title">Warning</h3>
3512
+ <p><code class="literal">gdk_window_configure_finished</code> has been deprecated since version 3.8 and should not be used in newly-written code. this function is no longer needed</p>
3513
+ </div>
3400
3514
  <p>
3401
- Signal to the window system that the application has finished
3402
- handling Configure events it has received. Window Managers can
3403
- use this to better synchronize the frame repaint with the
3404
- application. GTK+ applications will automatically call this
3405
- function when appropriate.
3406
- </p>
3407
- <p>
3408
- This function can only be called if <a class="link" href="gdk3-Windows.html#gdk-window-enable-synchronized-configure" title="gdk_window_enable_synchronized_configure ()"><code class="function">gdk_window_enable_synchronized_configure()</code></a>
3409
- was called previously.
3515
+ Does nothing, present only for compatiblity.
3410
3516
  </p>
3411
3517
  <div class="variablelist"><table border="0" class="variablelist">
3412
3518
  <colgroup>
@@ -3423,17 +3529,45 @@ was called previously.
3423
3529
  </div>
3424
3530
  <hr>
3425
3531
  <div class="refsect2">
3532
+ <a name="gdk-window-get-frame-clock"></a><h3>gdk_window_get_frame_clock ()</h3>
3533
+ <pre class="programlisting"><a class="link" href="gdk3-GdkFrameClock.html#GdkFrameClock" title="GdkFrameClock"><span class="returnvalue">GdkFrameClock</span></a> * gdk_window_get_frame_clock (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
3534
+ <p>
3535
+ Gets the frame clock for the window. The frame clock for a window
3536
+ never changes unless the window is reparented to a new toplevel
3537
+ window.
3538
+ </p>
3539
+ <div class="variablelist"><table border="0" class="variablelist">
3540
+ <colgroup>
3541
+ <col align="left" valign="top">
3542
+ <col>
3543
+ </colgroup>
3544
+ <tbody>
3545
+ <tr>
3546
+ <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
3547
+ <td>window to get frame clock for</td>
3548
+ </tr>
3549
+ <tr>
3550
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3551
+ <td>the frame clock. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
3552
+ </td>
3553
+ </tr>
3554
+ </tbody>
3555
+ </table></div>
3556
+ <p class="since">Since 3.8</p>
3557
+ </div>
3558
+ <hr>
3559
+ <div class="refsect2">
3426
3560
  <a name="gdk-window-set-user-data"></a><h3>gdk_window_set_user_data ()</h3>
3427
3561
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_set_user_data (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
3428
3562
  <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
3429
3563
  <p>
3430
3564
  For most purposes this function is deprecated in favor of
3431
3565
  <code class="function">g_object_set_data()</code>. However, for historical reasons GTK+ stores
3432
- the <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="type">GtkWidget</span></a> that owns a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> as user data on the
3566
+ the <a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> that owns a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> as user data on the
3433
3567
  <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>. So, custom widget implementations should use
3434
3568
  this function for that. If GTK+ receives an event for a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>,
3435
- and the user data for the window is non-<a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, GTK+ will assume the
3436
- user data is a <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="type">GtkWidget</span></a>, and forward the event to that widget.
3569
+ and the user data for the window is non-<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, GTK+ will assume the
3570
+ user data is a <a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a>, and forward the event to that widget.
3437
3571
  </p>
3438
3572
  <div class="variablelist"><table border="0" class="variablelist">
3439
3573
  <colgroup>
@@ -3448,7 +3582,7 @@ user data is a <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><spa
3448
3582
  </tr>
3449
3583
  <tr>
3450
3584
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
3451
- <td>user data. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject.Object]</span>
3585
+ <td>user data. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> GObject.Object]</span>
3452
3586
  </td>
3453
3587
  </tr>
3454
3588
  </tbody>
@@ -3467,7 +3601,7 @@ can't see the override redirect window at all.
3467
3601
  </p>
3468
3602
  <p>
3469
3603
  Override redirect should only be used for short-lived temporary
3470
- windows, such as popup menus. <a href="http://library.gnome.org/devel/gtk3/GtkMenu.html"><span class="type">GtkMenu</span></a> uses an override redirect
3604
+ windows, such as popup menus. <a href="http://developer.gnome.org/gtk2/GtkMenu.html"><span class="type">GtkMenu</span></a> uses an override redirect
3471
3605
  window in its implementation, for example.
3472
3606
  </p>
3473
3607
  <div class="variablelist"><table border="0" class="variablelist">
@@ -3621,7 +3755,7 @@ it is mapped.</td>
3621
3755
  Adds an event filter to <em class="parameter"><code>window</code></em>, allowing you to intercept events
3622
3756
  before they reach GDK. This is a low-level operation and makes it
3623
3757
  easy to break GDK and/or GTK+, so you have to know what you're
3624
- doing. Pass <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>window</code></em> to get all events for all windows,
3758
+ doing. Pass <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>window</code></em> to get all events for all windows,
3625
3759
  instead of events for a specific window.
3626
3760
  </p>
3627
3761
  <p>
@@ -3777,7 +3911,7 @@ backend, <span class="type">MSG</span>s for Win32).
3777
3911
  <div class="refsect2">
3778
3912
  <a name="gdk-window-shape-combine-region"></a><h3>gdk_window_shape_combine_region ()</h3>
3779
3913
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_shape_combine_region (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
3780
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *shape_region</code></em>,
3914
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *shape_region</code></em>,
3781
3915
  <em class="parameter"><code><span class="type">gint</span> offset_x</code></em>,
3782
3916
  <em class="parameter"><code><span class="type">gint</span> offset_y</code></em>);</pre>
3783
3917
  <p>
@@ -3785,9 +3919,9 @@ Makes pixels in <em class="parameter"><code>window</code></em> outside <em class
3785
3919
  so that the window may be nonrectangular.
3786
3920
  </p>
3787
3921
  <p>
3788
- If <em class="parameter"><code>shape_region</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, the shape will be unset, so the whole
3922
+ If <em class="parameter"><code>shape_region</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, the shape will be unset, so the whole
3789
3923
  window will be opaque again. <em class="parameter"><code>offset_x</code></em> and <em class="parameter"><code>offset_y</code></em> are ignored
3790
- if <em class="parameter"><code>shape_region</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
3924
+ if <em class="parameter"><code>shape_region</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
3791
3925
  </p>
3792
3926
  <p>
3793
3927
  On the X11 platform, this uses an X server extension which is
@@ -3880,7 +4014,7 @@ be merged.
3880
4014
  <a name="gdk-window-input-shape-combine-region"></a><h3>gdk_window_input_shape_combine_region ()</h3>
3881
4015
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_input_shape_combine_region
3882
4016
  (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
3883
- <em class="parameter"><code>const <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *shape_region</code></em>,
4017
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a> *shape_region</code></em>,
3884
4018
  <em class="parameter"><code><span class="type">gint</span> offset_x</code></em>,
3885
4019
  <em class="parameter"><code><span class="type">gint</span> offset_y</code></em>);</pre>
3886
4020
  <p>
@@ -4027,7 +4161,7 @@ Sets the title of a toplevel window, to be displayed in the titlebar.
4027
4161
  If you haven't explicitly set the icon name for the window
4028
4162
  (using <a class="link" href="gdk3-Windows.html#gdk-window-set-icon-name" title="gdk_window_set_icon_name ()"><code class="function">gdk_window_set_icon_name()</code></a>), the icon name will be set to
4029
4163
  <em class="parameter"><code>title</code></em> as well. <em class="parameter"><code>title</code></em> must be in UTF-8 encoding (as with all
4030
- user-readable strings in GDK/GTK+). <em class="parameter"><code>title</code></em> may not be <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
4164
+ user-readable strings in GDK/GTK+). <em class="parameter"><code>title</code></em> may not be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
4031
4165
  </p>
4032
4166
  <div class="variablelist"><table border="0" class="variablelist">
4033
4167
  <colgroup>
@@ -4059,8 +4193,8 @@ user-readable strings in GDK/GTK+). <em class="parameter"><code>title</code></em
4059
4193
  </div>
4060
4194
  <p>
4061
4195
  Sets the background color of <em class="parameter"><code>window</code></em>. (However, when using GTK+,
4062
- set the background of a widget with <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#gtk-widget-modify-bg"><code class="function">gtk_widget_modify_bg()</code></a> - if
4063
- you're an application - or <a href="http://library.gnome.org/devel/gtk3/GtkStyle.html#gtk-style-set-background"><code class="function">gtk_style_set_background()</code></a> - if you're
4196
+ set the background of a widget with <a href="http://developer.gnome.org/gtk2/GtkWidget.html#gtk-widget-modify-bg"><code class="function">gtk_widget_modify_bg()</code></a> - if
4197
+ you're an application - or <a href="http://developer.gnome.org/gtk2/GtkStyle.html#gtk-style-set-background"><code class="function">gtk_style_set_background()</code></a> - if you're
4064
4198
  implementing a custom widget.)
4065
4199
  </p>
4066
4200
  <p>
@@ -4089,7 +4223,7 @@ See also <a class="link" href="gdk3-Windows.html#gdk-window-set-background-patte
4089
4223
  <div class="refsect2">
4090
4224
  <a name="gdk-window-set-background-rgba"></a><h3>gdk_window_set_background_rgba ()</h3>
4091
4225
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_set_background_rgba (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
4092
- <em class="parameter"><code><a class="link" href="gdk3-RGBA-Colors.html#GdkRGBA" title="GdkRGBA"><span class="type">GdkRGBA</span></a> *rgba</code></em>);</pre>
4226
+ <em class="parameter"><code>const <a class="link" href="gdk3-RGBA-Colors.html#GdkRGBA" title="GdkRGBA"><span class="type">GdkRGBA</span></a> *rgba</code></em>);</pre>
4093
4227
  <p>
4094
4228
  Sets the background color of <em class="parameter"><code>window</code></em>.
4095
4229
  </p>
@@ -4118,12 +4252,12 @@ See also <a class="link" href="gdk3-Windows.html#gdk-window-set-background-patte
4118
4252
  <div class="refsect2">
4119
4253
  <a name="gdk-window-set-background-pattern"></a><h3>gdk_window_set_background_pattern ()</h3>
4120
4254
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_set_background_pattern (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
4121
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-t"><span class="type">cairo_pattern_t</span></a> *pattern</code></em>);</pre>
4255
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-t"><span class="type">cairo_pattern_t</span></a> *pattern</code></em>);</pre>
4122
4256
  <p>
4123
4257
  Sets the background of <em class="parameter"><code>window</code></em>.
4124
4258
  </p>
4125
4259
  <p>
4126
- A background of <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> means that the window will inherit its
4260
+ A background of <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> means that the window will inherit its
4127
4261
  background form its parent window.
4128
4262
  </p>
4129
4263
  <p>
@@ -4143,7 +4277,7 @@ when the window is obscured then exposed.
4143
4277
  </tr>
4144
4278
  <tr>
4145
4279
  <td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
4146
- <td>a pattern to use, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4280
+ <td>a pattern to use, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4147
4281
  </td>
4148
4282
  </tr>
4149
4283
  </tbody>
@@ -4152,10 +4286,10 @@ when the window is obscured then exposed.
4152
4286
  <hr>
4153
4287
  <div class="refsect2">
4154
4288
  <a name="gdk-window-get-background-pattern"></a><h3>gdk_window_get_background_pattern ()</h3>
4155
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-t"><span class="returnvalue">cairo_pattern_t</span></a> * gdk_window_get_background_pattern (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
4289
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html#cairo-pattern-t"><span class="returnvalue">cairo_pattern_t</span></a> * gdk_window_get_background_pattern (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
4156
4290
  <p>
4157
4291
  Gets the pattern used to clear the background on <em class="parameter"><code>window</code></em>. If <em class="parameter"><code>window</code></em>
4158
- does not have its own background and reuses the parent's, <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> is
4292
+ does not have its own background and reuses the parent's, <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> is
4159
4293
  returned and you'll have to query it yourself.
4160
4294
  </p>
4161
4295
  <div class="variablelist"><table border="0" class="variablelist">
@@ -4171,7 +4305,7 @@ returned and you'll have to query it yourself.
4171
4305
  <tr>
4172
4306
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4173
4307
  <td>The pattern to use for the background or
4174
- <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to use the parent's background. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
4308
+ <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the parent's background. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
4175
4309
  </td>
4176
4310
  </tr>
4177
4311
  </tbody>
@@ -4196,7 +4330,7 @@ for a window should be inherited from the parent window.
4196
4330
  <p>
4197
4331
  Sets the default mouse pointer for a <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>. Use <a class="link" href="gdk3-Cursors.html#gdk-cursor-new-for-display" title="gdk_cursor_new_for_display ()"><code class="function">gdk_cursor_new_for_display()</code></a>
4198
4332
  or <a class="link" href="gdk3-Cursors.html#gdk-cursor-new-from-pixbuf" title="gdk_cursor_new_from_pixbuf ()"><code class="function">gdk_cursor_new_from_pixbuf()</code></a> to create the cursor. To make the cursor
4199
- invisible, use <a class="link" href="gdk3-Cursors.html#GDK-BLANK-CURSOR:CAPS"><code class="literal">GDK_BLANK_CURSOR</code></a>. Passing <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> for the <em class="parameter"><code>cursor</code></em> argument
4333
+ invisible, use <a class="link" href="gdk3-Cursors.html#GDK-BLANK-CURSOR:CAPS"><code class="literal">GDK_BLANK_CURSOR</code></a>. Passing <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> for the <em class="parameter"><code>cursor</code></em> argument
4200
4334
  to <a class="link" href="gdk3-Windows.html#gdk-window-set-cursor" title="gdk_window_set_cursor ()"><code class="function">gdk_window_set_cursor()</code></a> means that <em class="parameter"><code>window</code></em> will use the cursor of its
4201
4335
  parent window. Most windows should use this default.
4202
4336
  </p>
@@ -4225,7 +4359,7 @@ parent window. Most windows should use this default.
4225
4359
  <pre class="programlisting"><a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="returnvalue">GdkCursor</span></a> * gdk_window_get_cursor (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
4226
4360
  <p>
4227
4361
  Retrieves a <a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a> pointer for the cursor currently set on the
4228
- specified <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. If the return value is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> then
4362
+ specified <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. If the return value is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> then
4229
4363
  there is no custom cursor set on the specified window, and it is
4230
4364
  using the cursor for its parent window.
4231
4365
  </p>
@@ -4242,7 +4376,7 @@ using the cursor for its parent window.
4242
4376
  </tr>
4243
4377
  <tr>
4244
4378
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4245
- <td>a <a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. The returned
4379
+ <td>a <a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. The returned
4246
4380
  object is owned by the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> and should not be unreferenced
4247
4381
  directly. Use <a class="link" href="gdk3-Windows.html#gdk-window-set-cursor" title="gdk_window_set_cursor ()"><code class="function">gdk_window_set_cursor()</code></a> to unset the cursor of the
4248
4382
  window. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
@@ -4289,7 +4423,7 @@ that <em class="parameter"><code>window</code></em> belongs to. See <a class="li
4289
4423
  <em class="parameter"><code><span class="type">gint</span> *width</code></em>,
4290
4424
  <em class="parameter"><code><span class="type">gint</span> *height</code></em>);</pre>
4291
4425
  <p>
4292
- Any of the return location arguments to this function may be <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>,
4426
+ Any of the return location arguments to this function may be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>,
4293
4427
  if you aren't interested in getting the value of that field.
4294
4428
  </p>
4295
4429
  <p>
@@ -4361,7 +4495,7 @@ the 16-bit coordinates of X11.
4361
4495
  <p>
4362
4496
  Sets the geometry hints for <em class="parameter"><code>window</code></em>. Hints flagged in <em class="parameter"><code>geom_mask</code></em>
4363
4497
  are set, hints not flagged in <em class="parameter"><code>geom_mask</code></em> are unset.
4364
- To unset all hints, use a <em class="parameter"><code>geom_mask</code></em> of 0 and a <em class="parameter"><code>geometry</code></em> of <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
4498
+ To unset all hints, use a <em class="parameter"><code>geom_mask</code></em> of 0 and a <em class="parameter"><code>geometry</code></em> of <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
4365
4499
  </p>
4366
4500
  <p>
4367
4501
  This function provides hints to the windowing system about
@@ -4938,26 +5072,26 @@ corner of <em class="parameter"><code>window</code></em>.
4938
5072
  </tr>
4939
5073
  <tr>
4940
5074
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
4941
- <td>return location for X coordinate of pointer or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to not
5075
+ <td>return location for X coordinate of pointer or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to not
4942
5076
  return the X coordinate. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4943
5077
  </td>
4944
5078
  </tr>
4945
5079
  <tr>
4946
5080
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
4947
- <td>return location for Y coordinate of pointer or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to not
5081
+ <td>return location for Y coordinate of pointer or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to not
4948
5082
  return the Y coordinate. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4949
5083
  </td>
4950
5084
  </tr>
4951
5085
  <tr>
4952
5086
  <td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
4953
- <td>return location for modifier mask or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to not return the
5087
+ <td>return location for modifier mask or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to not return the
4954
5088
  modifier mask. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4955
5089
  </td>
4956
5090
  </tr>
4957
5091
  <tr>
4958
5092
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4959
5093
  <td>the window containing the pointer (as with
4960
- <a class="link" href="gdk3-Windows.html#gdk-window-at-pointer" title="gdk_window_at_pointer ()"><code class="function">gdk_window_at_pointer()</code></a>), or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the window containing the
5094
+ <a class="link" href="gdk3-Windows.html#gdk-window-at-pointer" title="gdk_window_at_pointer ()"><code class="function">gdk_window_at_pointer()</code></a>), or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window containing the
4961
5095
  pointer isn't known to GDK. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
4962
5096
  </td>
4963
5097
  </tr>
@@ -4993,23 +5127,23 @@ corner of <em class="parameter"><code>window</code></em>.
4993
5127
  </tr>
4994
5128
  <tr>
4995
5129
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
4996
- <td>return location for the X coordinate of <em class="parameter"><code>device</code></em>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
5130
+ <td>return location for the X coordinate of <em class="parameter"><code>device</code></em>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4997
5131
  </td>
4998
5132
  </tr>
4999
5133
  <tr>
5000
5134
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
5001
- <td>return location for the Y coordinate of <em class="parameter"><code>device</code></em>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
5135
+ <td>return location for the Y coordinate of <em class="parameter"><code>device</code></em>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
5002
5136
  </td>
5003
5137
  </tr>
5004
5138
  <tr>
5005
5139
  <td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
5006
- <td>return location for the modifier mask, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
5140
+ <td>return location for the modifier mask, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
5007
5141
  </td>
5008
5142
  </tr>
5009
5143
  <tr>
5010
5144
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
5011
5145
  <td>The window underneath <em class="parameter"><code>device</code></em> (as with
5012
- <a class="link" href="GdkDevice.html#gdk-device-get-window-at-position" title="gdk_device_get_window_at_position ()"><code class="function">gdk_device_get_window_at_position()</code></a>), or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the window is not known to GDK. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
5146
+ <a class="link" href="GdkDevice.html#gdk-device-get-window-at-position" title="gdk_device_get_window_at_position ()"><code class="function">gdk_device_get_window_at_position()</code></a>), or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window is not known to GDK. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
5013
5147
  </td>
5014
5148
  </tr>
5015
5149
  </tbody>
@@ -5452,11 +5586,11 @@ idea from a user interface standpoint. But you can set such a name
5452
5586
  with this function, if you like.
5453
5587
  </p>
5454
5588
  <p>
5455
- After calling this with a non-<a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> <em class="parameter"><code>name</code></em>, calls to <a class="link" href="gdk3-Windows.html#gdk-window-set-title" title="gdk_window_set_title ()"><code class="function">gdk_window_set_title()</code></a>
5589
+ After calling this with a non-<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> <em class="parameter"><code>name</code></em>, calls to <a class="link" href="gdk3-Windows.html#gdk-window-set-title" title="gdk_window_set_title ()"><code class="function">gdk_window_set_title()</code></a>
5456
5590
  will not update the icon title.
5457
5591
  </p>
5458
5592
  <p>
5459
- Using <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>name</code></em> unsets the icon title; further calls to
5593
+ Using <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>name</code></em> unsets the icon title; further calls to
5460
5594
  <a class="link" href="gdk3-Windows.html#gdk-window-set-title" title="gdk_window_set_title ()"><code class="function">gdk_window_set_title()</code></a> will again update the icon title as well.
5461
5595
  </p>
5462
5596
  <div class="variablelist"><table border="0" class="variablelist">
@@ -5490,8 +5624,8 @@ window manager to do things like center <em class="parameter"><code>window</code
5490
5624
  keep <em class="parameter"><code>window</code></em> above <em class="parameter"><code>parent</code></em>.
5491
5625
  </p>
5492
5626
  <p>
5493
- See <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-set-transient-for"><code class="function">gtk_window_set_transient_for()</code></a> if you're using <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> or
5494
- <a href="http://library.gnome.org/devel/gtk3/GtkDialog.html"><span class="type">GtkDialog</span></a>.
5627
+ See <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-set-transient-for"><code class="function">gtk_window_set_transient_for()</code></a> if you're using <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> or
5628
+ <a href="http://developer.gnome.org/gtk2/GtkDialog.html"><span class="type">GtkDialog</span></a>.
5495
5629
  </p>
5496
5630
  <div class="variablelist"><table border="0" class="variablelist">
5497
5631
  <colgroup>
@@ -5518,7 +5652,7 @@ See <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-set-t
5518
5652
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_set_role (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
5519
5653
  <em class="parameter"><code>const <span class="type">gchar</span> *role</code></em>);</pre>
5520
5654
  <p>
5521
- When using GTK+, typically you should use <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-set-role"><code class="function">gtk_window_set_role()</code></a> instead
5655
+ When using GTK+, typically you should use <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-set-role"><code class="function">gtk_window_set_role()</code></a> instead
5522
5656
  of this low-level function.
5523
5657
  </p>
5524
5658
  <p>
@@ -5556,7 +5690,7 @@ non-interchangeable kind of window.
5556
5690
  <pre class="programlisting"><span class="returnvalue">void</span> gdk_window_set_startup_id (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
5557
5691
  <em class="parameter"><code>const <span class="type">gchar</span> *startup_id</code></em>);</pre>
5558
5692
  <p>
5559
- When using GTK+, typically you should use <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-set-startup-id"><code class="function">gtk_window_set_startup_id()</code></a>
5693
+ When using GTK+, typically you should use <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-set-startup-id"><code class="function">gtk_window_set_startup_id()</code></a>
5560
5694
  instead of this low-level function.
5561
5695
  </p>
5562
5696
  <div class="variablelist"><table border="0" class="variablelist">
@@ -5609,7 +5743,7 @@ if your application pretends to be multiple applications.
5609
5743
  </tr>
5610
5744
  <tr>
5611
5745
  <td><p><span class="term"><em class="parameter"><code>leader</code></em> :</span></p></td>
5612
- <td>group leader window, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to restore the default group leader window. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
5746
+ <td>group leader window, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to restore the default group leader window. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
5613
5747
  </td>
5614
5748
  </tr>
5615
5749
  </tbody>
@@ -5651,7 +5785,7 @@ Returns the group leader window for <em class="parameter"><code>window</code></e
5651
5785
  "Decorations" are the features the window manager adds to a toplevel <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.
5652
5786
  This function sets the traditional Motif window manager hints that tell the
5653
5787
  window manager which decorations you would like your window to have.
5654
- Usually you should use <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-set-decorated"><code class="function">gtk_window_set_decorated()</code></a> on a <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a> instead of
5788
+ Usually you should use <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-set-decorated"><code class="function">gtk_window_set_decorated()</code></a> on a <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a> instead of
5655
5789
  using the GDK function directly.
5656
5790
  </p>
5657
5791
  <p>
@@ -5959,7 +6093,7 @@ per device enter/leave events, device grabs and grab ownerships.
5959
6093
  <em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
5960
6094
  <p>
5961
6095
  Retrieves a <a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a> pointer for the <em class="parameter"><code>device</code></em> currently set on the
5962
- specified <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. If the return value is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> then
6096
+ specified <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. If the return value is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> then
5963
6097
  there is no custom cursor set on the specified window, and it is
5964
6098
  using the cursor for its parent window.
5965
6099
  </p>
@@ -5979,7 +6113,7 @@ using the cursor for its parent window.
5979
6113
  </tr>
5980
6114
  <tr>
5981
6115
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
5982
- <td>a <a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. The returned
6116
+ <td>a <a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. The returned
5983
6117
  object is owned by the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> and should not be unreferenced
5984
6118
  directly. Use <a class="link" href="gdk3-Windows.html#gdk-window-set-cursor" title="gdk_window_set_cursor ()"><code class="function">gdk_window_set_cursor()</code></a> to unset the cursor of the
5985
6119
  window. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
@@ -5999,7 +6133,7 @@ window. <span class="annotation">[<acronym title="Don't free data after the code
5999
6133
  Sets a specific <a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a> for a given device when it gets inside <em class="parameter"><code>window</code></em>.
6000
6134
  Use <a class="link" href="gdk3-Cursors.html#gdk-cursor-new-for-display" title="gdk_cursor_new_for_display ()"><code class="function">gdk_cursor_new_for_display()</code></a> or <a class="link" href="gdk3-Cursors.html#gdk-cursor-new-from-pixbuf" title="gdk_cursor_new_from_pixbuf ()"><code class="function">gdk_cursor_new_from_pixbuf()</code></a> to create
6001
6135
  the cursor. To make the cursor invisible, use <a class="link" href="gdk3-Cursors.html#GDK-BLANK-CURSOR:CAPS"><code class="literal">GDK_BLANK_CURSOR</code></a>. Passing
6002
- <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> for the <em class="parameter"><code>cursor</code></em> argument to <a class="link" href="gdk3-Windows.html#gdk-window-set-cursor" title="gdk_window_set_cursor ()"><code class="function">gdk_window_set_cursor()</code></a> means that
6136
+ <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> for the <em class="parameter"><code>cursor</code></em> argument to <a class="link" href="gdk3-Windows.html#gdk-window-set-cursor" title="gdk_window_set_cursor ()"><code class="function">gdk_window_set_cursor()</code></a> means that
6003
6137
  <em class="parameter"><code>window</code></em> will use the cursor of its parent window. Most windows should
6004
6138
  use this default.
6005
6139
  </p>
@@ -6168,7 +6302,7 @@ after this call, and devices being attached/detached.
6168
6302
  <hr>
6169
6303
  <div class="refsect2">
6170
6304
  <a name="gdk-offscreen-window-get-surface"></a><h3>gdk_offscreen_window_get_surface ()</h3>
6171
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="returnvalue">cairo_surface_t</span></a> * gdk_offscreen_window_get_surface (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
6305
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="returnvalue">cairo_surface_t</span></a> * gdk_offscreen_window_get_surface (<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
6172
6306
  <p>
6173
6307
  Gets the offscreen surface that an offscreen window renders into.
6174
6308
  If you need to keep this around over window resizes, you need to
@@ -6187,7 +6321,7 @@ add a reference to it.
6187
6321
  </tr>
6188
6322
  <tr>
6189
6323
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
6190
- <td>The offscreen surface, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if not offscreen. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
6324
+ <td>The offscreen surface, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if not offscreen. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
6191
6325
  </td>
6192
6326
  </tr>
6193
6327
  </tbody>
@@ -6246,7 +6380,7 @@ Gets the window that <em class="parameter"><code>window</code></em> is embedded
6246
6380
  </tr>
6247
6381
  <tr>
6248
6382
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
6249
- <td>the embedding <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
6383
+ <td>the embedding <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
6250
6384
  if <em class="parameter"><code>window</code></em> is not an mbedded offscreen window. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
6251
6385
  </td>
6252
6386
  </tr>
@@ -6387,13 +6521,13 @@ See also: <a class="link" href="gdk3-Windows.html#gdk-window-coords-from-parent"
6387
6521
  <tr>
6388
6522
  <td><p><span class="term"><em class="parameter"><code>parent_x</code></em> :</span></p></td>
6389
6523
  <td>return location for X coordinate
6390
- in parent's coordinate system, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
6524
+ in parent's coordinate system, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
6391
6525
  </td>
6392
6526
  </tr>
6393
6527
  <tr>
6394
6528
  <td><p><span class="term"><em class="parameter"><code>parent_y</code></em> :</span></p></td>
6395
6529
  <td>return location for Y coordinate
6396
- in parent's coordinate system, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
6530
+ in parent's coordinate system, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
6397
6531
  </td>
6398
6532
  </tr>
6399
6533
  </tbody>
@@ -6491,7 +6625,7 @@ The mouse pointer for a <a class="link" href="gdk3-Windows.html#GdkWindow"><span
6491
6625
  The ::create-surface signal is emitted when an offscreen window
6492
6626
  needs its surface (re)created, which happens either when the the
6493
6627
  window is first drawn to, or when the window is being
6494
- resized. The first signal handler that returns a non-<a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
6628
+ resized. The first signal handler that returns a non-<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
6495
6629
  surface will stop any further signal emission, and its surface
6496
6630
  will be used.
6497
6631
  </p>
@@ -6524,7 +6658,7 @@ surface from within any callback of this signal. Calling
6524
6658
  </tr>
6525
6659
  <tr>
6526
6660
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
6527
- <td>the newly created <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="type">cairo_surface_t</span></a> for the offscreen window</td>
6661
+ <td>the newly created <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="type">cairo_surface_t</span></a> for the offscreen window</td>
6528
6662
  </tr>
6529
6663
  </tbody>
6530
6664
  </table></div>
@@ -6567,13 +6701,13 @@ See also <span class="type">"to-embedder"</span>.
6567
6701
  <tr>
6568
6702
  <td><p><span class="term"><em class="parameter"><code>offscreen_x</code></em> :</span></p></td>
6569
6703
  <td>return location for the x
6570
- coordinate in the offscreen window. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> double]</span>
6704
+ coordinate in the offscreen window. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> double]</span>
6571
6705
  </td>
6572
6706
  </tr>
6573
6707
  <tr>
6574
6708
  <td><p><span class="term"><em class="parameter"><code>offscreen_y</code></em> :</span></p></td>
6575
6709
  <td>return location for the y
6576
- coordinate in the offscreen window. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> double]</span>
6710
+ coordinate in the offscreen window. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> double]</span>
6577
6711
  </td>
6578
6712
  </tr>
6579
6713
  <tr>
@@ -6620,7 +6754,7 @@ child at the given position.
6620
6754
  <tr>
6621
6755
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
6622
6756
  <td>the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> of the embedded child at
6623
- <em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
6757
+ <em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
6624
6758
  </td>
6625
6759
  </tr>
6626
6760
  </tbody>
@@ -6664,13 +6798,13 @@ See also <span class="type">"from-embedder"</span>.
6664
6798
  <tr>
6665
6799
  <td><p><span class="term"><em class="parameter"><code>embedder_x</code></em> :</span></p></td>
6666
6800
  <td>return location for the x
6667
- coordinate in the embedder window. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> double]</span>
6801
+ coordinate in the embedder window. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> double]</span>
6668
6802
  </td>
6669
6803
  </tr>
6670
6804
  <tr>
6671
6805
  <td><p><span class="term"><em class="parameter"><code>embedder_y</code></em> :</span></p></td>
6672
6806
  <td>return location for the y
6673
- coordinate in the embedder window. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> double]</span>
6807
+ coordinate in the embedder window. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> double]</span>
6674
6808
  </td>
6675
6809
  </tr>
6676
6810
  <tr>
@@ -6685,6 +6819,6 @@ coordinate in the embedder window. <span class="annotation">[<acronym title="Par
6685
6819
  </div>
6686
6820
  <div class="footer">
6687
6821
  <hr>
6688
- Generated by GTK-Doc V1.18.1</div>
6822
+ Generated by GTK-Doc V1.18</div>
6689
6823
  </body>
6690
6824
  </html>