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>GtkWidget</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="GTK+ 3 Reference Manual">
8
8
  <link rel="up" href="AbstractObjects.html" title="Abstract Base Classes">
9
9
  <link rel="prev" href="AbstractObjects.html" title="Abstract Base Classes">
10
10
  <link rel="next" href="GtkContainer.html" title="GtkContainer">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
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">
@@ -77,10 +77,20 @@ enum <a class="link" href="GtkWidget.html#GtkWidgetHelpType" titl
77
77
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-realize" title="gtk_widget_realize ()">gtk_widget_realize</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
78
78
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-unrealize" title="gtk_widget_unrealize ()">gtk_widget_unrealize</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
79
79
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-draw" title="gtk_widget_draw ()">gtk_widget_draw</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
80
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>);
80
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>);
81
81
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-queue-draw" title="gtk_widget_queue_draw ()">gtk_widget_queue_draw</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
82
82
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-queue-resize" title="gtk_widget_queue_resize ()">gtk_widget_queue_resize</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
83
83
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-queue-resize-no-redraw" title="gtk_widget_queue_resize_no_redraw ()">gtk_widget_queue_resize_no_redraw</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
84
+ <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="returnvalue">GdkFrameClock</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-frame-clock" title="gtk_widget_get_frame_clock ()">gtk_widget_get_frame_clock</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
85
+ <span class="returnvalue">gboolean</span> (<a class="link" href="GtkWidget.html#GtkTickCallback" title="GtkTickCallback ()">*GtkTickCallback</a>) (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
86
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="type">GdkFrameClock</span></a> *frame_clock</code></em>,
87
+ <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
88
+ <span class="returnvalue">guint</span> <a class="link" href="GtkWidget.html#gtk-widget-add-tick-callback" title="gtk_widget_add_tick_callback ()">gtk_widget_add_tick_callback</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
89
+ <em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTickCallback" title="GtkTickCallback ()"><span class="type">GtkTickCallback</span></a> callback</code></em>,
90
+ <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>,
91
+ <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);
92
+ <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-remove-tick-callback" title="gtk_widget_remove_tick_callback ()">gtk_widget_remove_tick_callback</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
93
+ <em class="parameter"><code><span class="type">guint</span> id</code></em>);
84
94
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-size-request" title="gtk_widget_size_request ()">gtk_widget_size_request</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
85
95
  <em class="parameter"><code><a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a> *requisition</code></em>);
86
96
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-get-child-requisition" title="gtk_widget_get_child_requisition ()">gtk_widget_get_child_requisition</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
@@ -91,12 +101,12 @@ enum <a class="link" href="GtkWidget.html#GtkWidgetHelpType" titl
91
101
  <em class="parameter"><code>const <span class="type">gchar</span> *accel_signal</code></em>,
92
102
  <em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>,
93
103
  <em class="parameter"><code><span class="type">guint</span> accel_key</code></em>,
94
- <em class="parameter"><code><a href="../gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>,
104
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>,
95
105
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkAccelFlags" title="enum GtkAccelFlags"><span class="type">GtkAccelFlags</span></a> accel_flags</code></em>);
96
106
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-remove-accelerator" title="gtk_widget_remove_accelerator ()">gtk_widget_remove_accelerator</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
97
107
  <em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>,
98
108
  <em class="parameter"><code><span class="type">guint</span> accel_key</code></em>,
99
- <em class="parameter"><code><a href="../gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>);
109
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>);
100
110
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-accel-path" title="gtk_widget_set_accel_path ()">gtk_widget_set_accel_path</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
101
111
  <em class="parameter"><code>const <span class="type">gchar</span> *accel_path</code></em>,
102
112
  <em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);
@@ -104,13 +114,13 @@ enum <a class="link" href="GtkWidget.html#GtkWidgetHelpType" titl
104
114
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-can-activate-accel" title="gtk_widget_can_activate_accel ()">gtk_widget_can_activate_accel</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
105
115
  <em class="parameter"><code><span class="type">guint</span> signal_id</code></em>);
106
116
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-event" title="gtk_widget_event ()">gtk_widget_event</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
107
- <em class="parameter"><code><a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
117
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
108
118
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-activate" title="gtk_widget_activate ()">gtk_widget_activate</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
109
119
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-reparent" title="gtk_widget_reparent ()">gtk_widget_reparent</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
110
120
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *new_parent</code></em>);
111
121
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-intersect" title="gtk_widget_intersect ()">gtk_widget_intersect</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
112
- <em class="parameter"><code>const <a href="../gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *area</code></em>,
113
- <em class="parameter"><code><a href="../gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *intersection</code></em>);
122
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *area</code></em>,
123
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *intersection</code></em>);
114
124
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-is-focus" title="gtk_widget_is_focus ()">gtk_widget_is_focus</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
115
125
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-grab-focus" title="gtk_widget_grab_focus ()">gtk_widget_grab_focus</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
116
126
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-grab-default" title="gtk_widget_grab_default ()">gtk_widget_grab_default</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
@@ -124,32 +134,32 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="GtkWi
124
134
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-parent" title="gtk_widget_set_parent ()">gtk_widget_set_parent</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
125
135
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *parent</code></em>);
126
136
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-parent-window" title="gtk_widget_set_parent_window ()">gtk_widget_set_parent_window</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
127
- <em class="parameter"><code><a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *parent_window</code></em>);
128
- <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-parent-window" title="gtk_widget_get_parent_window ()">gtk_widget_get_parent_window</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
137
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *parent_window</code></em>);
138
+ <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-parent-window" title="gtk_widget_get_parent_window ()">gtk_widget_get_parent_window</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
129
139
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-events" title="gtk_widget_set_events ()">gtk_widget_set_events</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
130
140
  <em class="parameter"><code><span class="type">gint</span> events</code></em>);
131
141
  <span class="returnvalue">gint</span> <a class="link" href="GtkWidget.html#gtk-widget-get-events" title="gtk_widget_get_events ()">gtk_widget_get_events</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
132
142
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-add-events" title="gtk_widget_add_events ()">gtk_widget_add_events</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
133
143
  <em class="parameter"><code><span class="type">gint</span> events</code></em>);
134
144
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-device-events" title="gtk_widget_set_device_events ()">gtk_widget_set_device_events</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
135
- <em class="parameter"><code><a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>,
136
- <em class="parameter"><code><a href="../gdk3/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> events</code></em>);
137
- <a href="../gdk3/gdk3-Events.html#GdkEventMask"><span class="returnvalue">GdkEventMask</span></a> <a class="link" href="GtkWidget.html#gtk-widget-get-device-events" title="gtk_widget_get_device_events ()">gtk_widget_get_device_events</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
138
- <em class="parameter"><code><a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>);
145
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>,
146
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> events</code></em>);
147
+ <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GdkEventMask"><span class="returnvalue">GdkEventMask</span></a> <a class="link" href="GtkWidget.html#gtk-widget-get-device-events" title="gtk_widget_get_device_events ()">gtk_widget_get_device_events</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
148
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>);
139
149
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-add-device-events" title="gtk_widget_add_device_events ()">gtk_widget_add_device_events</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
140
- <em class="parameter"><code><a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>,
141
- <em class="parameter"><code><a href="../gdk3/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> events</code></em>);
150
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>,
151
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> events</code></em>);
142
152
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-device-enabled" title="gtk_widget_set_device_enabled ()">gtk_widget_set_device_enabled</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
143
- <em class="parameter"><code><a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>,
153
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>,
144
154
  <em class="parameter"><code><span class="type">gboolean</span> enabled</code></em>);
145
155
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-get-device-enabled" title="gtk_widget_get_device_enabled ()">gtk_widget_get_device_enabled</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
146
- <em class="parameter"><code><a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>);
156
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>);
147
157
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-toplevel" title="gtk_widget_get_toplevel ()">gtk_widget_get_toplevel</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
148
158
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-ancestor" title="gtk_widget_get_ancestor ()">gtk_widget_get_ancestor</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
149
159
  <em class="parameter"><code><span class="type">GType</span> widget_type</code></em>);
150
- <a href="../gdk3/gdk3-Visuals.html#GdkVisual"><span class="returnvalue">GdkVisual</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-visual" title="gtk_widget_get_visual ()">gtk_widget_get_visual</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
160
+ <a href="http://developer.gnome.org/gdk2/gdk3-Visuals.html#GdkVisual"><span class="returnvalue">GdkVisual</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-visual" title="gtk_widget_get_visual ()">gtk_widget_get_visual</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
151
161
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-visual" title="gtk_widget_set_visual ()">gtk_widget_set_visual</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
152
- <em class="parameter"><code><a href="../gdk3/gdk3-Visuals.html#GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>);
162
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Visuals.html#GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>);
153
163
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-get-pointer" title="gtk_widget_get_pointer ()">gtk_widget_get_pointer</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
154
164
  <em class="parameter"><code><span class="type">gint</span> *x</code></em>,
155
165
  <em class="parameter"><code><span class="type">gint</span> *y</code></em>);
@@ -175,10 +185,10 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
175
185
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-default-direction" title="gtk_widget_set_default_direction ()">gtk_widget_set_default_direction</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> dir</code></em>);
176
186
  <a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="returnvalue">GtkTextDirection</span></a> <a class="link" href="GtkWidget.html#gtk-widget-get-default-direction" title="gtk_widget_get_default_direction ()">gtk_widget_get_default_direction</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
177
187
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-shape-combine-region" title="gtk_widget_shape_combine_region ()">gtk_widget_shape_combine_region</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
178
- <em class="parameter"><code><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>);
188
+ <em class="parameter"><code><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>);
179
189
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-input-shape-combine-region" title="gtk_widget_input_shape_combine_region ()">gtk_widget_input_shape_combine_region</a>
180
190
  (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
181
- <em class="parameter"><code><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>);
191
+ <em class="parameter"><code><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>);
182
192
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-path" title="gtk_widget_path ()">gtk_widget_path</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
183
193
  <em class="parameter"><code><span class="type">guint</span> *path_length</code></em>,
184
194
  <em class="parameter"><code><span class="type">gchar</span> **path</code></em>,
@@ -191,41 +201,41 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
191
201
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-override-background-color" title="gtk_widget_override_background_color ()">gtk_widget_override_background_color</a>
192
202
  (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
193
203
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
194
- <em class="parameter"><code>const <a href="../gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);
204
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);
195
205
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-override-color" title="gtk_widget_override_color ()">gtk_widget_override_color</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
196
206
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
197
- <em class="parameter"><code>const <a href="../gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);
207
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);
198
208
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-override-font" title="gtk_widget_override_font ()">gtk_widget_override_font</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
199
- <em class="parameter"><code>const <span class="type">PangoFontDescription</span> *font_desc</code></em>);
209
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *font_desc</code></em>);
200
210
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-override-symbolic-color" title="gtk_widget_override_symbolic_color ()">gtk_widget_override_symbolic_color</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
201
211
  <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
202
- <em class="parameter"><code>const <a href="../gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);
212
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);
203
213
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-override-cursor" title="gtk_widget_override_cursor ()">gtk_widget_override_cursor</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
204
- <em class="parameter"><code>const <a href="../gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *cursor</code></em>,
205
- <em class="parameter"><code>const <a href="../gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *secondary_cursor</code></em>);
214
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *cursor</code></em>,
215
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *secondary_cursor</code></em>);
206
216
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-modify-style" title="gtk_widget_modify_style ()">gtk_widget_modify_style</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
207
217
  <em class="parameter"><code><a class="link" href="gtk3-Resource-Files.html#GtkRcStyle"><span class="type">GtkRcStyle</span></a> *style</code></em>);
208
218
  <a class="link" href="gtk3-Resource-Files.html#GtkRcStyle"><span class="returnvalue">GtkRcStyle</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-modifier-style" title="gtk_widget_get_modifier_style ()">gtk_widget_get_modifier_style</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
209
219
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-modify-fg" title="gtk_widget_modify_fg ()">gtk_widget_modify_fg</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
210
220
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
211
- <em class="parameter"><code>const <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
221
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
212
222
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-modify-bg" title="gtk_widget_modify_bg ()">gtk_widget_modify_bg</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
213
223
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
214
- <em class="parameter"><code>const <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
224
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
215
225
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-modify-text" title="gtk_widget_modify_text ()">gtk_widget_modify_text</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
216
226
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
217
- <em class="parameter"><code>const <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
227
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
218
228
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-modify-base" title="gtk_widget_modify_base ()">gtk_widget_modify_base</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
219
229
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
220
- <em class="parameter"><code>const <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
230
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
221
231
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-modify-font" title="gtk_widget_modify_font ()">gtk_widget_modify_font</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
222
- <em class="parameter"><code><span class="type">PangoFontDescription</span> *font_desc</code></em>);
232
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *font_desc</code></em>);
223
233
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-modify-cursor" title="gtk_widget_modify_cursor ()">gtk_widget_modify_cursor</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
224
- <em class="parameter"><code>const <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *primary</code></em>,
225
- <em class="parameter"><code>const <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *secondary</code></em>);
226
- <span class="returnvalue">PangoContext</span> * <a class="link" href="GtkWidget.html#gtk-widget-create-pango-context" title="gtk_widget_create_pango_context ()">gtk_widget_create_pango_context</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
227
- <span class="returnvalue">PangoContext</span> * <a class="link" href="GtkWidget.html#gtk-widget-get-pango-context" title="gtk_widget_get_pango_context ()">gtk_widget_get_pango_context</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
228
- <span class="returnvalue">PangoLayout</span> * <a class="link" href="GtkWidget.html#gtk-widget-create-pango-layout" title="gtk_widget_create_pango_layout ()">gtk_widget_create_pango_layout</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
234
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *primary</code></em>,
235
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *secondary</code></em>);
236
+ <a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-create-pango-context" title="gtk_widget_create_pango_context ()">gtk_widget_create_pango_context</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
237
+ <a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-pango-context" title="gtk_widget_get_pango_context ()">gtk_widget_get_pango_context</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
238
+ <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-create-pango-layout" title="gtk_widget_create_pango_layout ()">gtk_widget_create_pango_layout</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
229
239
  <em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>);
230
240
  <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-render-icon" title="gtk_widget_render_icon ()">gtk_widget_render_icon</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
231
241
  <em class="parameter"><code>const <span class="type">gchar</span> *stock_id</code></em>,
@@ -242,7 +252,7 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
242
252
  <em class="parameter"><code><span class="type">gint</span> width</code></em>,
243
253
  <em class="parameter"><code><span class="type">gint</span> height</code></em>);
244
254
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-queue-draw-region" title="gtk_widget_queue_draw_region ()">gtk_widget_queue_draw_region</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
245
- <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>);
255
+ <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>);
246
256
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-app-paintable" title="gtk_widget_set_app_paintable ()">gtk_widget_set_app_paintable</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
247
257
  <em class="parameter"><code><span class="type">gboolean</span> app_paintable</code></em>);
248
258
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-double-buffered" title="gtk_widget_set_double_buffered ()">gtk_widget_set_double_buffered</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
@@ -266,12 +276,12 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
266
276
  <span class="returnvalue">GParamSpec</span> ** <a class="link" href="GtkWidget.html#gtk-widget-class-list-style-properties" title="gtk_widget_class_list_style_properties ()">gtk_widget_class_list_style_properties</a>
267
277
  (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> *klass</code></em>,
268
278
  <em class="parameter"><code><span class="type">guint</span> *n_properties</code></em>);
269
- <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="GtkWidget.html#gtk-widget-region-intersect" title="gtk_widget_region_intersect ()">gtk_widget_region_intersect</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
270
- <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>);
279
+ <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="GtkWidget.html#gtk-widget-region-intersect" title="gtk_widget_region_intersect ()">gtk_widget_region_intersect</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
280
+ <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>);
271
281
  <span class="returnvalue">gint</span> <a class="link" href="GtkWidget.html#gtk-widget-send-expose" title="gtk_widget_send_expose ()">gtk_widget_send_expose</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
272
- <em class="parameter"><code><a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
282
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
273
283
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-send-focus-change" title="gtk_widget_send_focus_change ()">gtk_widget_send_focus_change</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
274
- <em class="parameter"><code><a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
284
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);
275
285
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-style-get" title="gtk_widget_style_get ()">gtk_widget_style_get</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
276
286
  <em class="parameter"><code>const <span class="type">gchar</span> *first_property_name</code></em>,
277
287
  <em class="parameter"><code>...</code></em>);
@@ -287,8 +297,8 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
287
297
  <em class="parameter"><code><span class="type">GType</span> type</code></em>);
288
298
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-class-set-accessible-role" title="gtk_widget_class_set_accessible_role ()">gtk_widget_class_set_accessible_role</a>
289
299
  (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> *widget_class</code></em>,
290
- <em class="parameter"><code><span class="type">AtkRole</span> role</code></em>);
291
- <span class="returnvalue">AtkObject</span> * <a class="link" href="GtkWidget.html#gtk-widget-get-accessible" title="gtk_widget_get_accessible ()">gtk_widget_get_accessible</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
300
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/atk/AtkObject.html#AtkRole"><span class="type">AtkRole</span></a> role</code></em>);
301
+ <a href="/usr/share/gtk-doc/html/atk/AtkObject.html"><span class="returnvalue">AtkObject</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-accessible" title="gtk_widget_get_accessible ()">gtk_widget_get_accessible</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
292
302
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-child-focus" title="gtk_widget_child_focus ()">gtk_widget_child_focus</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
293
303
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a> direction</code></em>);
294
304
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-child-notify" title="gtk_widget_child_notify ()">gtk_widget_child_notify</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
@@ -298,10 +308,10 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
298
308
  <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-parent" title="gtk_widget_get_parent ()">gtk_widget_get_parent</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
299
309
  <a class="link" href="GtkSettings.html" title="Settings"><span class="returnvalue">GtkSettings</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-settings" title="gtk_widget_get_settings ()">gtk_widget_get_settings</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
300
310
  <a class="link" href="gtk3-Clipboards.html#GtkClipboard"><span class="returnvalue">GtkClipboard</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-clipboard" title="gtk_widget_get_clipboard ()">gtk_widget_get_clipboard</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
301
- <em class="parameter"><code><a href="../gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>);
302
- <a href="../gdk3/GdkDisplay.html"><span class="returnvalue">GdkDisplay</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-display" title="gtk_widget_get_display ()">gtk_widget_get_display</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
303
- <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-root-window" title="gtk_widget_get_root_window ()">gtk_widget_get_root_window</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
304
- <a href="../gdk3/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-screen" title="gtk_widget_get_screen ()">gtk_widget_get_screen</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
311
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>);
312
+ <a href="http://developer.gnome.org/gdk2/GdkDisplay.html"><span class="returnvalue">GdkDisplay</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-display" title="gtk_widget_get_display ()">gtk_widget_get_display</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
313
+ <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-root-window" title="gtk_widget_get_root_window ()">gtk_widget_get_root_window</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
314
+ <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-screen" title="gtk_widget_get_screen ()">gtk_widget_get_screen</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
305
315
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-has-screen" title="gtk_widget_has_screen ()">gtk_widget_has_screen</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
306
316
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-get-size-request" title="gtk_widget_get_size_request ()">gtk_widget_get_size_request</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
307
317
  <em class="parameter"><code><span class="type">gint</span> *width</code></em>,
@@ -337,12 +347,16 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
337
347
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-has-tooltip" title="gtk_widget_set_has_tooltip ()">gtk_widget_set_has_tooltip</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
338
348
  <em class="parameter"><code><span class="type">gboolean</span> has_tooltip</code></em>);
339
349
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-trigger-tooltip-query" title="gtk_widget_trigger_tooltip_query ()">gtk_widget_trigger_tooltip_query</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
340
- <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-window" title="gtk_widget_get_window ()">gtk_widget_get_window</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
341
- <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-cairo-should-draw-window" title="gtk_cairo_should_draw_window ()">gtk_cairo_should_draw_window</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
342
- <em class="parameter"><code><a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
343
- <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-cairo-transform-to-window" title="gtk_cairo_transform_to_window ()">gtk_cairo_transform_to_window</a> (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
350
+ <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-window" title="gtk_widget_get_window ()">gtk_widget_get_window</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
351
+ <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-register-window" title="gtk_widget_register_window ()">gtk_widget_register_window</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
352
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
353
+ <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-unregister-window" title="gtk_widget_unregister_window ()">gtk_widget_unregister_window</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
354
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
355
+ <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-cairo-should-draw-window" title="gtk_cairo_should_draw_window ()">gtk_cairo_should_draw_window</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
356
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
357
+ <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-cairo-transform-to-window" title="gtk_cairo_transform_to_window ()">gtk_cairo_transform_to_window</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
344
358
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
345
- <em class="parameter"><code><a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
359
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
346
360
  <span class="returnvalue">int</span> <a class="link" href="GtkWidget.html#gtk-widget-get-allocated-width" title="gtk_widget_get_allocated_width ()">gtk_widget_get_allocated_width</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
347
361
  <span class="returnvalue">int</span> <a class="link" href="GtkWidget.html#gtk-widget-get-allocated-height" title="gtk_widget_get_allocated_height ()">gtk_widget_get_allocated_height</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
348
362
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-get-allocation" title="gtk_widget_get_allocation ()">gtk_widget_get_allocation</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
@@ -364,6 +378,7 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
364
378
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-is-sensitive" title="gtk_widget_is_sensitive ()">gtk_widget_is_sensitive</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
365
379
  <a class="link" href="gtk3-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="returnvalue">GtkStateType</span></a> <a class="link" href="GtkWidget.html#gtk-widget-get-state" title="gtk_widget_get_state ()">gtk_widget_get_state</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
366
380
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-get-visible" title="gtk_widget_get_visible ()">gtk_widget_get_visible</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
381
+ <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-is-visible" title="gtk_widget_is_visible ()">gtk_widget_is_visible</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
367
382
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-visible" title="gtk_widget_set_visible ()">gtk_widget_set_visible</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
368
383
  <em class="parameter"><code><span class="type">gboolean</span> visible</code></em>);
369
384
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-state-flags" title="gtk_widget_set_state_flags ()">gtk_widget_set_state_flags</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
@@ -380,7 +395,7 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
380
395
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-is-drawable" title="gtk_widget_is_drawable ()">gtk_widget_is_drawable</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
381
396
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-is-toplevel" title="gtk_widget_is_toplevel ()">gtk_widget_is_toplevel</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
382
397
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-window" title="gtk_widget_set_window ()">gtk_widget_set_window</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
383
- <em class="parameter"><code><a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
398
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
384
399
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-receives-default" title="gtk_widget_set_receives_default ()">gtk_widget_set_receives_default</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
385
400
  <em class="parameter"><code><span class="type">gboolean</span> receives_default</code></em>);
386
401
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-get-receives-default" title="gtk_widget_get_receives_default ()">gtk_widget_get_receives_default</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
@@ -396,12 +411,15 @@ enum <a class="link" href="GtkWidget.html#GtkTextDirection" title
396
411
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-get-requisition" title="gtk_widget_get_requisition ()">gtk_widget_get_requisition</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
397
412
  <em class="parameter"><code><a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a> *requisition</code></em>);
398
413
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkWidget.html#gtk-widget-device-is-shadowed" title="gtk_widget_device_is_shadowed ()">gtk_widget_device_is_shadowed</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
399
- <em class="parameter"><code><a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>);
400
- <a href="../gdk3/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a> <a class="link" href="GtkWidget.html#gtk-widget-get-modifier-mask" title="gtk_widget_get_modifier_mask ()">gtk_widget_get_modifier_mask</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
414
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>);
415
+ <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a> <a class="link" href="GtkWidget.html#gtk-widget-get-modifier-mask" title="gtk_widget_get_modifier_mask ()">gtk_widget_get_modifier_mask</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
401
416
  <em class="parameter"><code><span class="type">GdkModifierIntent</span> intent</code></em>);
402
417
  <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-insert-action-group" title="gtk_widget_insert_action_group ()">gtk_widget_insert_action_group</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
403
418
  <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
404
419
  <em class="parameter"><code><span class="type">GActionGroup</span> *group</code></em>);
420
+ <span class="returnvalue">double</span> <a class="link" href="GtkWidget.html#gtk-widget-get-opacity" title="gtk_widget_get_opacity ()">gtk_widget_get_opacity</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
421
+ <span class="returnvalue">void</span> <a class="link" href="GtkWidget.html#gtk-widget-set-opacity" title="gtk_widget_set_opacity ()">gtk_widget_set_opacity</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
422
+ <em class="parameter"><code><span class="type">double</span> opacity</code></em>);
405
423
 
406
424
  <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="returnvalue">GtkWidgetPath</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-path" title="gtk_widget_get_path ()">gtk_widget_get_path</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
407
425
  <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="returnvalue">GtkStyleContext</span></a> * <a class="link" href="GtkWidget.html#gtk-widget-get-style-context" title="gtk_widget_get_style_context ()">gtk_widget_get_style_context</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
@@ -520,7 +538,7 @@ GtkWidget implements
520
538
  "<a class="link" href="GtkWidget.html#GtkWidget--can-focus" title='The "can-focus" property'>can-focus</a>" <span class="type">gboolean</span> : Read / Write
521
539
  "<a class="link" href="GtkWidget.html#GtkWidget--composite-child" title='The "composite-child" property'>composite-child</a>" <span class="type">gboolean</span> : Read
522
540
  "<a class="link" href="GtkWidget.html#GtkWidget--double-buffered" title='The "double-buffered" property'>double-buffered</a>" <span class="type">gboolean</span> : Read / Write
523
- "<a class="link" href="GtkWidget.html#GtkWidget--events" title='The "events" property'>events</a>" <a href="../gdk3/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> : Read / Write
541
+ "<a class="link" href="GtkWidget.html#GtkWidget--events" title='The "events" property'>events</a>" <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> : Read / Write
524
542
  "<a class="link" href="GtkWidget.html#GtkWidget--expand" title='The "expand" property'>expand</a>" <span class="type">gboolean</span> : Read / Write
525
543
  "<a class="link" href="GtkWidget.html#GtkWidget--halign" title='The "halign" property'>halign</a>" <a class="link" href="GtkWidget.html#GtkAlign" title="enum GtkAlign"><span class="type">GtkAlign</span></a> : Read / Write
526
544
  "<a class="link" href="GtkWidget.html#GtkWidget--has-default" title='The "has-default" property'>has-default</a>" <span class="type">gboolean</span> : Read / Write
@@ -537,6 +555,7 @@ GtkWidget implements
537
555
  "<a class="link" href="GtkWidget.html#GtkWidget--margin-top" title='The "margin-top" property'>margin-top</a>" <span class="type">gint</span> : Read / Write
538
556
  "<a class="link" href="GtkWidget.html#GtkWidget--name" title='The "name" property'>name</a>" <span class="type">gchar</span>* : Read / Write
539
557
  "<a class="link" href="GtkWidget.html#GtkWidget--no-show-all" title='The "no-show-all" property'>no-show-all</a>" <span class="type">gboolean</span> : Read / Write
558
+ "<a class="link" href="GtkWidget.html#GtkWidget--opacity" title='The "opacity" property'>opacity</a>" <span class="type">gdouble</span> : Read / Write
540
559
  "<a class="link" href="GtkWidget.html#GtkWidget--parent" title='The "parent" property'>parent</a>" <a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a>* : Read / Write
541
560
  "<a class="link" href="GtkWidget.html#GtkWidget--receives-default" title='The "receives-default" property'>receives-default</a>" <span class="type">gboolean</span> : Read / Write
542
561
  "<a class="link" href="GtkWidget.html#GtkWidget--sensitive" title='The "sensitive" property'>sensitive</a>" <span class="type">gboolean</span> : Read / Write
@@ -548,27 +567,27 @@ GtkWidget implements
548
567
  "<a class="link" href="GtkWidget.html#GtkWidget--vexpand-set" title='The "vexpand-set" property'>vexpand-set</a>" <span class="type">gboolean</span> : Read / Write
549
568
  "<a class="link" href="GtkWidget.html#GtkWidget--visible" title='The "visible" property'>visible</a>" <span class="type">gboolean</span> : Read / Write
550
569
  "<a class="link" href="GtkWidget.html#GtkWidget--width-request" title='The "width-request" property'>width-request</a>" <span class="type">gint</span> : Read / Write
551
- "<a class="link" href="GtkWidget.html#GtkWidget--window" title='The "window" property'>window</a>" <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>* : Read
570
+ "<a class="link" href="GtkWidget.html#GtkWidget--window" title='The "window" property'>window</a>" <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>* : Read
552
571
  </pre>
553
572
  </div>
554
573
  <div class="refsect1">
555
574
  <a name="GtkWidget.style-properties"></a><h2>Style Properties</h2>
556
575
  <pre class="synopsis">
557
576
  "<a class="link" href="GtkWidget.html#GtkWidget--s-cursor-aspect-ratio" title='The "cursor-aspect-ratio" style property'>cursor-aspect-ratio</a>" <span class="type">gfloat</span> : Read
558
- "<a class="link" href="GtkWidget.html#GtkWidget--s-cursor-color" title='The "cursor-color" style property'>cursor-color</a>" <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read
577
+ "<a class="link" href="GtkWidget.html#GtkWidget--s-cursor-color" title='The "cursor-color" style property'>cursor-color</a>" <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read
559
578
  "<a class="link" href="GtkWidget.html#GtkWidget--s-focus-line-pattern" title='The "focus-line-pattern" style property'>focus-line-pattern</a>" <span class="type">gchar</span>* : Read
560
579
  "<a class="link" href="GtkWidget.html#GtkWidget--s-focus-line-width" title='The "focus-line-width" style property'>focus-line-width</a>" <span class="type">gint</span> : Read
561
580
  "<a class="link" href="GtkWidget.html#GtkWidget--s-focus-padding" title='The "focus-padding" style property'>focus-padding</a>" <span class="type">gint</span> : Read
562
581
  "<a class="link" href="GtkWidget.html#GtkWidget--s-interior-focus" title='The "interior-focus" style property'>interior-focus</a>" <span class="type">gboolean</span> : Read
563
- "<a class="link" href="GtkWidget.html#GtkWidget--s-link-color" title='The "link-color" style property'>link-color</a>" <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read
582
+ "<a class="link" href="GtkWidget.html#GtkWidget--s-link-color" title='The "link-color" style property'>link-color</a>" <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read
564
583
  "<a class="link" href="GtkWidget.html#GtkWidget--s-scroll-arrow-hlength" title='The "scroll-arrow-hlength" style property'>scroll-arrow-hlength</a>" <span class="type">gint</span> : Read
565
584
  "<a class="link" href="GtkWidget.html#GtkWidget--s-scroll-arrow-vlength" title='The "scroll-arrow-vlength" style property'>scroll-arrow-vlength</a>" <span class="type">gint</span> : Read
566
- "<a class="link" href="GtkWidget.html#GtkWidget--s-secondary-cursor-color" title='The "secondary-cursor-color" style property'>secondary-cursor-color</a>" <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read
585
+ "<a class="link" href="GtkWidget.html#GtkWidget--s-secondary-cursor-color" title='The "secondary-cursor-color" style property'>secondary-cursor-color</a>" <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read
567
586
  "<a class="link" href="GtkWidget.html#GtkWidget--s-separator-height" title='The "separator-height" style property'>separator-height</a>" <span class="type">gint</span> : Read
568
587
  "<a class="link" href="GtkWidget.html#GtkWidget--s-separator-width" title='The "separator-width" style property'>separator-width</a>" <span class="type">gint</span> : Read
569
588
  "<a class="link" href="GtkWidget.html#GtkWidget--s-text-handle-height" title='The "text-handle-height" style property'>text-handle-height</a>" <span class="type">gint</span> : Read
570
589
  "<a class="link" href="GtkWidget.html#GtkWidget--s-text-handle-width" title='The "text-handle-width" style property'>text-handle-width</a>" <span class="type">gint</span> : Read
571
- "<a class="link" href="GtkWidget.html#GtkWidget--s-visited-link-color" title='The "visited-link-color" style property'>visited-link-color</a>" <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read
590
+ "<a class="link" href="GtkWidget.html#GtkWidget--s-visited-link-color" title='The "visited-link-color" style property'>visited-link-color</a>" <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read
572
591
  "<a class="link" href="GtkWidget.html#GtkWidget--s-wide-separators" title='The "wide-separators" style property'>wide-separators</a>" <span class="type">gboolean</span> : Read
573
592
  "<a class="link" href="GtkWidget.html#GtkWidget--s-window-dragging" title='The "window-dragging" style property'>window-dragging</a>" <span class="type">gboolean</span> : Read
574
593
  </pre>
@@ -798,7 +817,7 @@ may need to know its natural size. In these cases, the widget should
798
817
  be careful to call its virtual methods directly, like this:
799
818
  </p>
800
819
  <div class="example">
801
- <a name="idm140520303829680"></a><p class="title"><b>Example 102. Widget calling its own size request method.</b></p>
820
+ <a name="idm140617675433488"></a><p class="title"><b>Example 102. Widget calling its own size request method.</b></p>
802
821
  <div class="example-contents">
803
822
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
804
823
  <tbody>
@@ -866,7 +885,7 @@ custom &lt;accelerator&gt; element, which has attributes named key,
866
885
  modifiers and signal and allows to specify accelerators.
867
886
  </p>
868
887
  <div class="example">
869
- <a name="idm140520303807120"></a><p class="title"><b>Example 103. A UI definition fragment specifying an accelerator</b></p>
888
+ <a name="idm140617675410928"></a><p class="title"><b>Example 103. A UI definition fragment specifying an accelerator</b></p>
870
889
  <div class="example-contents">
871
890
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
872
891
  <tbody>
@@ -890,7 +909,7 @@ Properties on the accessible implementation of an object can be set by accessing
890
909
  internal child "accessible" of a <span class="structname">GtkWidget</span>.
891
910
  </p>
892
911
  <div class="example">
893
- <a name="idm140520303803680"></a><p class="title"><b>Example 104. A UI definition fragment specifying an accessible</b></p>
912
+ <a name="idm140617675407488"></a><p class="title"><b>Example 104. A UI definition fragment specifying an accessible</b></p>
894
913
  <div class="example-contents">
895
914
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
896
915
  <tbody>
@@ -919,7 +938,7 @@ internal child "accessible" of a <span class="structname">GtkWidget</span>.
919
938
  <span class="normal"> </span><span class="symbol">&lt;/</span><span class="normal">accessibility</span><span class="symbol">&gt;</span>
920
939
  <span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">child</span><span class="normal"> internal</span><span class="symbol">-</span><span class="normal">child</span><span class="symbol">=</span><span class="string">"accessible"</span><span class="symbol">&gt;</span>
921
940
  <span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">object</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"AtkObject"</span><span class="normal"> id</span><span class="symbol">=</span><span class="string">"a11y-button1"</span><span class="symbol">&gt;</span>
922
- <span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">property</span><span class="normal"> name</span><span class="symbol">=</span><span class="string">"AtkObject::name"</span><span class="symbol">&gt;</span><span class="usertype">Clickable</span><span class="normal"> Button</span><span class="symbol">&lt;/</span><span class="normal">property</span><span class="symbol">&gt;</span>
941
+ <span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">property</span><span class="normal"> name</span><span class="symbol">=</span><span class="string">"accessible-name"</span><span class="symbol">&gt;</span><span class="usertype">Clickable</span><span class="normal"> Button</span><span class="symbol">&lt;/</span><span class="normal">property</span><span class="symbol">&gt;</span>
923
942
  <span class="normal"> </span><span class="symbol">&lt;/</span><span class="normal">object</span><span class="symbol">&gt;</span>
924
943
  <span class="normal"> </span><span class="symbol">&lt;/</span><span class="normal">child</span><span class="symbol">&gt;</span>
925
944
  <span class="symbol">&lt;/</span><span class="normal">object</span><span class="symbol">&gt;</span></pre></td>
@@ -934,7 +953,7 @@ Finally, GtkWidget allows style information such as style classes to
934
953
  be associated with widgets, using the custom &lt;style&gt; element:
935
954
  </p>
936
955
  <div class="example">
937
- <a name="idm140520303800992"></a><p class="title"><b>Example 105. A UI definition fragment specifying an style class</b></p>
956
+ <a name="idm140617675404800"></a><p class="title"><b>Example 105. A UI definition fragment specifying an style class</b></p>
938
957
  <div class="example-contents">
939
958
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
940
959
  <tbody>
@@ -1682,22 +1701,6 @@ more information.
1682
1701
  GTK_WIDGET_HELP_WHATS_THIS
1683
1702
  } GtkWidgetHelpType;
1684
1703
  </pre>
1685
- <div class="variablelist"><table border="0" class="variablelist">
1686
- <colgroup>
1687
- <col align="left" valign="top">
1688
- <col>
1689
- </colgroup>
1690
- <tbody>
1691
- <tr>
1692
- <td><p><a name="GTK-WIDGET-HELP-TOOLTIP:CAPS"></a><span class="term"><code class="literal">GTK_WIDGET_HELP_TOOLTIP</code></span></p></td>
1693
- <td></td>
1694
- </tr>
1695
- <tr>
1696
- <td><p><a name="GTK-WIDGET-HELP-WHATS-THIS:CAPS"></a><span class="term"><code class="literal">GTK_WIDGET_HELP_WHATS_THIS</code></span></p></td>
1697
- <td></td>
1698
- </tr>
1699
- </tbody>
1700
- </table></div>
1701
1704
  </div>
1702
1705
  <hr>
1703
1706
  <div class="refsect2">
@@ -1730,7 +1733,7 @@ cast the object yourself.
1730
1733
  <tr>
1731
1734
  <td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
1732
1735
  <td>value of first property, followed by more properties,
1733
- <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>-terminated</td>
1736
+ <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated</td>
1734
1737
  </tr>
1735
1738
  <tr>
1736
1739
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
@@ -1809,12 +1812,12 @@ unnecessary work.
1809
1812
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_destroyed (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
1810
1813
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> **widget_pointer</code></em>);</pre>
1811
1814
  <p>
1812
- This function sets *<em class="parameter"><code>widget_pointer</code></em> to <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>widget_pointer</code></em> !=
1813
- <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. It's intended to be used as a callback connected to the
1815
+ This function sets *<em class="parameter"><code>widget_pointer</code></em> to <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>widget_pointer</code></em> !=
1816
+ <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. It's intended to be used as a callback connected to the
1814
1817
  "destroy" signal of a widget. You connect <a class="link" href="GtkWidget.html#gtk-widget-destroyed" title="gtk_widget_destroyed ()"><code class="function">gtk_widget_destroyed()</code></a>
1815
1818
  as a signal handler, and pass the address of your widget variable
1816
1819
  as user data. Then when the widget is destroyed, the variable will
1817
- be set to <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. Useful for example to avoid multiple copies
1820
+ be set to <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. Useful for example to avoid multiple copies
1818
1821
  of the same dialog.
1819
1822
  </p>
1820
1823
  <div class="variablelist"><table border="0" class="variablelist">
@@ -2054,7 +2057,7 @@ associated with the widget, such as <em class="parameter"><code>widget-&gt;windo
2054
2057
  <div class="refsect2">
2055
2058
  <a name="gtk-widget-draw"></a><h3>gtk_widget_draw ()</h3>
2056
2059
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_draw (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
2057
- <em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
2060
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
2058
2061
  <p>
2059
2062
  Draws <em class="parameter"><code>widget</code></em> to <em class="parameter"><code>cr</code></em>. The top left corner of the widget will be
2060
2063
  drawn to the currently set origin point of <em class="parameter"><code>cr</code></em>.
@@ -2062,14 +2065,14 @@ drawn to the currently set origin point of <em class="parameter"><code>cr</code>
2062
2065
  <p>
2063
2066
  You should pass a cairo context as <em class="parameter"><code>cr</code></em> argument that is in an
2064
2067
  original state. Otherwise the resulting drawing is undefined. For
2065
- example changing the operator using <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-set-operator"><code class="function">cairo_set_operator()</code></a> or the
2066
- line width using <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-set-line-width"><code class="function">cairo_set_line_width()</code></a> might have unwanted side
2068
+ example changing the operator using <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-set-operator"><code class="function">cairo_set_operator()</code></a> or the
2069
+ line width using <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-set-line-width"><code class="function">cairo_set_line_width()</code></a> might have unwanted side
2067
2070
  effects.
2068
2071
  You may however change the context's transform matrix - like with
2069
- <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Transformations.html#cairo-scale"><code class="function">cairo_scale()</code></a>, <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Transformations.html#cairo-translate"><code class="function">cairo_translate()</code></a> or <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Transformations.html#cairo-set-matrix"><code class="function">cairo_set_matrix()</code></a> and clip
2070
- region with <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-clip"><code class="function">cairo_clip()</code></a> prior to calling this function. Also, it
2071
- is fine to modify the context with <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-save"><code class="function">cairo_save()</code></a> and
2072
- <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-push-group"><code class="function">cairo_push_group()</code></a> prior to calling this function.
2072
+ <a href="/usr/share/gtk-doc/html/cairo/cairo-Transformations.html#cairo-scale"><code class="function">cairo_scale()</code></a>, <a href="/usr/share/gtk-doc/html/cairo/cairo-Transformations.html#cairo-translate"><code class="function">cairo_translate()</code></a> or <a href="/usr/share/gtk-doc/html/cairo/cairo-Transformations.html#cairo-set-matrix"><code class="function">cairo_set_matrix()</code></a> and clip
2073
+ region with <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-clip"><code class="function">cairo_clip()</code></a> prior to calling this function. Also, it
2074
+ is fine to modify the context with <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-save"><code class="function">cairo_save()</code></a> and
2075
+ <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-push-group"><code class="function">cairo_push_group()</code></a> prior to calling this function.
2073
2076
  </p>
2074
2077
  <p>
2075
2078
  </p>
@@ -2177,6 +2180,187 @@ except that the widget is not invalidated.
2177
2180
  </div>
2178
2181
  <hr>
2179
2182
  <div class="refsect2">
2183
+ <a name="gtk-widget-get-frame-clock"></a><h3>gtk_widget_get_frame_clock ()</h3>
2184
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="returnvalue">GdkFrameClock</span></a> * gtk_widget_get_frame_clock (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
2185
+ <p>
2186
+ Obtains the frame clock for a widget. The frame clock is a global
2187
+ "ticker" that can be used to drive animations and repaints. The
2188
+ most common reason to get the frame clock is to call
2189
+ <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#gdk-frame-clock-get-frame-time"><code class="function">gdk_frame_clock_get_frame_time()</code></a>, in order to get a time to use for
2190
+ animating. For example you might record the start of the animation
2191
+ with an initial value from <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#gdk-frame-clock-get-frame-time"><code class="function">gdk_frame_clock_get_frame_time()</code></a>, and
2192
+ then update the animation by calling
2193
+ <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#gdk-frame-clock-get-frame-time"><code class="function">gdk_frame_clock_get_frame_time()</code></a> again during each repaint.
2194
+ </p>
2195
+ <p>
2196
+ <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#gdk-frame-clock-request-phase"><code class="function">gdk_frame_clock_request_phase()</code></a> will result in a new frame on the
2197
+ clock, but won't necessarily repaint any widgets. To repaint a
2198
+ widget, you have to use <a class="link" href="GtkWidget.html#gtk-widget-queue-draw" title="gtk_widget_queue_draw ()"><code class="function">gtk_widget_queue_draw()</code></a> which invalidates
2199
+ the widget (thus scheduling it to receive a draw on the next
2200
+ frame). <a class="link" href="GtkWidget.html#gtk-widget-queue-draw" title="gtk_widget_queue_draw ()"><code class="function">gtk_widget_queue_draw()</code></a> will also end up requesting a frame
2201
+ on the appropriate frame clock.
2202
+ </p>
2203
+ <p>
2204
+ A widget's frame clock will not change while the widget is
2205
+ mapped. Reparenting a widget (which implies a temporary unmap) can
2206
+ change the widget's frame clock.
2207
+ </p>
2208
+ <p>
2209
+ Unrealized widgets do not have a frame clock.
2210
+ </p>
2211
+ <div class="variablelist"><table border="0" class="variablelist">
2212
+ <colgroup>
2213
+ <col align="left" valign="top">
2214
+ <col>
2215
+ </colgroup>
2216
+ <tbody>
2217
+ <tr>
2218
+ <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
2219
+ <td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
2220
+ </td>
2221
+ </tr>
2222
+ <tr>
2223
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2224
+ <td>a <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="type">GdkFrameClock</span></a> (or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><span class="type">NULL</span></a> if widget is unrealized). <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
2225
+ </td>
2226
+ </tr>
2227
+ </tbody>
2228
+ </table></div>
2229
+ <p class="since">Since 3.0</p>
2230
+ </div>
2231
+ <hr>
2232
+ <div class="refsect2">
2233
+ <a name="GtkTickCallback"></a><h3>GtkTickCallback ()</h3>
2234
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> (*GtkTickCallback) (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
2235
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="type">GdkFrameClock</span></a> *frame_clock</code></em>,
2236
+ <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
2237
+ <p>
2238
+ Callback type for adding a function to update animations. See <a class="link" href="GtkWidget.html#gtk-widget-add-tick-callback" title="gtk_widget_add_tick_callback ()"><code class="function">gtk_widget_add_tick_callback()</code></a>.
2239
+ </p>
2240
+ <div class="variablelist"><table border="0" class="variablelist">
2241
+ <colgroup>
2242
+ <col align="left" valign="top">
2243
+ <col>
2244
+ </colgroup>
2245
+ <tbody>
2246
+ <tr>
2247
+ <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
2248
+ <td>the widget</td>
2249
+ </tr>
2250
+ <tr>
2251
+ <td><p><span class="term"><em class="parameter"><code>frame_clock</code></em> :</span></p></td>
2252
+ <td>the frame clock for the widget (same as calling <a class="link" href="GtkWidget.html#gtk-widget-get-frame-clock" title="gtk_widget_get_frame_clock ()"><code class="function">gtk_widget_get_frame_clock()</code></a>)</td>
2253
+ </tr>
2254
+ <tr>
2255
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2256
+ <td>user data passed to <a class="link" href="GtkWidget.html#gtk-widget-add-tick-callback" title="gtk_widget_add_tick_callback ()"><code class="function">gtk_widget_add_tick_callback()</code></a>.</td>
2257
+ </tr>
2258
+ <tr>
2259
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2260
+ <td>
2261
+ <code class="literal">G_SOURCE_CONTINUE</code> if the tick callback should continue to be called,
2262
+ <code class="literal">G_SOURCE_REMOVE</code> if the tick callback should be removed.</td>
2263
+ </tr>
2264
+ </tbody>
2265
+ </table></div>
2266
+ <p class="since">Since 3.8</p>
2267
+ </div>
2268
+ <hr>
2269
+ <div class="refsect2">
2270
+ <a name="gtk-widget-add-tick-callback"></a><h3>gtk_widget_add_tick_callback ()</h3>
2271
+ <pre class="programlisting"><span class="returnvalue">guint</span> gtk_widget_add_tick_callback (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
2272
+ <em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTickCallback" title="GtkTickCallback ()"><span class="type">GtkTickCallback</span></a> callback</code></em>,
2273
+ <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>,
2274
+ <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);</pre>
2275
+ <p>
2276
+ Queues a animation frame update and adds a callback to be called
2277
+ before each frame. Until the tick callback is removed, it will be
2278
+ called frequently (usually at the frame rate of the output device
2279
+ or as quickly as the application an be repainted, whichever is
2280
+ slower). For this reason, is most suitable for handling graphics
2281
+ that change every frame or every few frames. The tick callback does
2282
+ not automatically imply a relayout or repaint. If you want a
2283
+ repaint or relayout, and aren't changing widget properties that
2284
+ would trigger that (for example, changing the text of a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>),
2285
+ then you will have to call <a class="link" href="GtkWidget.html#gtk-widget-queue-resize" title="gtk_widget_queue_resize ()"><code class="function">gtk_widget_queue_resize()</code></a> or
2286
+ <a class="link" href="GtkWidget.html#gtk-widget-queue-draw-area" title="gtk_widget_queue_draw_area ()"><code class="function">gtk_widget_queue_draw_area()</code></a> yourself.
2287
+ </p>
2288
+ <p>
2289
+ <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#gdk-frame-clock-get-frame-time"><code class="function">gdk_frame_clock_get_frame_time()</code></a> should generally be used for timing
2290
+ continuous animations and
2291
+ <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameTimings.html#gdk-frame-timings-get-predicted-presentation-time"><code class="function">gdk_frame_timings_get_predicted_presentation_time()</code></a> if you are
2292
+ trying to display isolated frames at particular times.
2293
+ </p>
2294
+ <p>
2295
+ This is a more convenient alternative to connecting directly to the
2296
+ <span class="type">"update"</span> signal of <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="type">GdkFrameClock</span></a>, since you don't
2297
+ have to worry about when a <a href="http://developer.gnome.org/gdk2/gdk3-GdkFrameClock.html#GdkFrameClock"><span class="type">GdkFrameClock</span></a> is assigned to a widget.
2298
+ </p>
2299
+ <div class="variablelist"><table border="0" class="variablelist">
2300
+ <colgroup>
2301
+ <col align="left" valign="top">
2302
+ <col>
2303
+ </colgroup>
2304
+ <tbody>
2305
+ <tr>
2306
+ <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
2307
+ <td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
2308
+ </td>
2309
+ </tr>
2310
+ <tr>
2311
+ <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
2312
+ <td>function to call for updating animations</td>
2313
+ </tr>
2314
+ <tr>
2315
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2316
+ <td>data to pass to <em class="parameter"><code>callback</code></em>
2317
+ </td>
2318
+ </tr>
2319
+ <tr>
2320
+ <td><p><span class="term"><em class="parameter"><code>notify</code></em> :</span></p></td>
2321
+ <td>function to call to free <em class="parameter"><code>user_data</code></em> when the callback is removed.</td>
2322
+ </tr>
2323
+ <tr>
2324
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2325
+ <td>an id for the connection of this callback. Remove the callback
2326
+ by passing it to <a class="link" href="GtkWidget.html#gtk-widget-remove-tick-callback" title="gtk_widget_remove_tick_callback ()"><code class="function">gtk_widget_remove_tick_callback()</code></a>
2327
+ </td>
2328
+ </tr>
2329
+ </tbody>
2330
+ </table></div>
2331
+ <p class="since">Since 3.8</p>
2332
+ </div>
2333
+ <hr>
2334
+ <div class="refsect2">
2335
+ <a name="gtk-widget-remove-tick-callback"></a><h3>gtk_widget_remove_tick_callback ()</h3>
2336
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_remove_tick_callback (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
2337
+ <em class="parameter"><code><span class="type">guint</span> id</code></em>);</pre>
2338
+ <p>
2339
+ Removes a tick callback previously registered with
2340
+ <a class="link" href="GtkWidget.html#gtk-widget-add-tick-callback" title="gtk_widget_add_tick_callback ()"><code class="function">gtk_widget_add_tick_callback()</code></a>.
2341
+ </p>
2342
+ <div class="variablelist"><table border="0" class="variablelist">
2343
+ <colgroup>
2344
+ <col align="left" valign="top">
2345
+ <col>
2346
+ </colgroup>
2347
+ <tbody>
2348
+ <tr>
2349
+ <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
2350
+ <td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
2351
+ </td>
2352
+ </tr>
2353
+ <tr>
2354
+ <td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
2355
+ <td>an id returned by <a class="link" href="GtkWidget.html#gtk-widget-add-tick-callback" title="gtk_widget_add_tick_callback ()"><code class="function">gtk_widget_add_tick_callback()</code></a>
2356
+ </td>
2357
+ </tr>
2358
+ </tbody>
2359
+ </table></div>
2360
+ <p class="since">Since 3.8</p>
2361
+ </div>
2362
+ <hr>
2363
+ <div class="refsect2">
2180
2364
  <a name="gtk-widget-size-request"></a><h3>gtk_widget_size_request ()</h3>
2181
2365
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_size_request (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
2182
2366
  <em class="parameter"><code><a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a> *requisition</code></em>);</pre>
@@ -2311,7 +2495,7 @@ widget's <a class="link" href="GtkWidget.html#GtkWidget--halign" title='The "hal
2311
2495
  <em class="parameter"><code>const <span class="type">gchar</span> *accel_signal</code></em>,
2312
2496
  <em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>,
2313
2497
  <em class="parameter"><code><span class="type">guint</span> accel_key</code></em>,
2314
- <em class="parameter"><code><a href="../gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>,
2498
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>,
2315
2499
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkAccelFlags" title="enum GtkAccelFlags"><span class="type">GtkAccelFlags</span></a> accel_flags</code></em>);</pre>
2316
2500
  <p>
2317
2501
  Installs an accelerator for this <em class="parameter"><code>widget</code></em> in <em class="parameter"><code>accel_group</code></em> that causes
@@ -2351,7 +2535,7 @@ user, use <a class="link" href="gtk3-Accelerator-Maps.html#gtk-accel-map-add-ent
2351
2535
  </tr>
2352
2536
  <tr>
2353
2537
  <td><p><span class="term"><em class="parameter"><code>accel_flags</code></em> :</span></p></td>
2354
- <td>flag accelerators, e.g. <a class="link" href="gtk3-Standard-Enumerations.html#GTK-ACCEL-VISIBLE:CAPS"><code class="literal">GTK_ACCEL_VISIBLE</code></a>
2538
+ <td>flag accelerators, e.g. <a href="http://developer.gnome.org/gtk2/gtk3-Standard-Enumerations.html#GTK-ACCEL-VISIBLE:CAPS"><code class="literal">GTK_ACCEL_VISIBLE</code></a>
2355
2539
  </td>
2356
2540
  </tr>
2357
2541
  </tbody>
@@ -2363,7 +2547,7 @@ user, use <a class="link" href="gtk3-Accelerator-Maps.html#gtk-accel-map-add-ent
2363
2547
  <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_widget_remove_accelerator (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
2364
2548
  <em class="parameter"><code><a class="link" href="gtk3-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>,
2365
2549
  <em class="parameter"><code><span class="type">guint</span> accel_key</code></em>,
2366
- <em class="parameter"><code><a href="../gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>);</pre>
2550
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> accel_mods</code></em>);</pre>
2367
2551
  <p>
2368
2552
  Removes an accelerator from <em class="parameter"><code>widget</code></em>, previously installed with
2369
2553
  <a class="link" href="GtkWidget.html#gtk-widget-add-accelerator" title="gtk_widget_add_accelerator ()"><code class="function">gtk_widget_add_accelerator()</code></a>.
@@ -2526,7 +2710,7 @@ its ancestors mapped.
2526
2710
  <div class="refsect2">
2527
2711
  <a name="gtk-widget-event"></a><h3>gtk_widget_event ()</h3>
2528
2712
  <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_widget_event (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
2529
- <em class="parameter"><code><a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
2713
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
2530
2714
  <p>
2531
2715
  Rarely-used function. This function is used to emit
2532
2716
  the event signals on a widget (those signals should never
@@ -2534,7 +2718,7 @@ be emitted without using this function to do so).
2534
2718
  If you want to synthesize an event though, don't use this function;
2535
2719
  instead, use <a class="link" href="gtk3-General.html#gtk-main-do-event" title="gtk_main_do_event ()"><code class="function">gtk_main_do_event()</code></a> so the event will behave as if
2536
2720
  it were in the event queue. Don't synthesize expose events; instead,
2537
- use <a href="../gdk3/gdk3-Windows.html#gdk-window-invalidate-rect"><code class="function">gdk_window_invalidate_rect()</code></a> to invalidate a region of the
2721
+ use <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-invalidate-rect"><code class="function">gdk_window_invalidate_rect()</code></a> to invalidate a region of the
2538
2722
  window.
2539
2723
  </p>
2540
2724
  <div class="variablelist"><table border="0" class="variablelist">
@@ -2550,7 +2734,7 @@ window.
2550
2734
  </tr>
2551
2735
  <tr>
2552
2736
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
2553
- <td>a <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a>
2737
+ <td>a <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a>
2554
2738
  </td>
2555
2739
  </tr>
2556
2740
  <tr>
@@ -2620,12 +2804,12 @@ count issues to avoid destroying the widget.
2620
2804
  <div class="refsect2">
2621
2805
  <a name="gtk-widget-intersect"></a><h3>gtk_widget_intersect ()</h3>
2622
2806
  <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_widget_intersect (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
2623
- <em class="parameter"><code>const <a href="../gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *area</code></em>,
2624
- <em class="parameter"><code><a href="../gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *intersection</code></em>);</pre>
2807
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *area</code></em>,
2808
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *intersection</code></em>);</pre>
2625
2809
  <p>
2626
2810
  Computes the intersection of a <em class="parameter"><code>widget</code></em>'s area and <em class="parameter"><code>area</code></em>, storing
2627
2811
  the intersection in <em class="parameter"><code>intersection</code></em>, and returns <code class="literal">TRUE</code> if there was
2628
- an intersection. <em class="parameter"><code>intersection</code></em> may be <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if you're only
2812
+ an intersection. <em class="parameter"><code>intersection</code></em> may be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if you're only
2629
2813
  interested in whether there was an intersection.
2630
2814
  </p>
2631
2815
  <div class="variablelist"><table border="0" class="variablelist">
@@ -2695,7 +2879,7 @@ inside. <em class="parameter"><code>widget</code></em> must be a focusable widge
2695
2879
  something like <a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a> won't work.
2696
2880
  </p>
2697
2881
  <p>
2698
- More precisely, it must have the <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#GTK-CAN-FOCUS:CAPS"><code class="literal">GTK_CAN_FOCUS</code></a> flag set. Use
2882
+ More precisely, it must have the <code class="literal">GTK_CAN_FOCUS</code> flag set. Use
2699
2883
  <a class="link" href="GtkWidget.html#gtk-widget-set-can-focus" title="gtk_widget_set_can_focus ()"><code class="function">gtk_widget_set_can_focus()</code></a> to modify that flag.
2700
2884
  </p>
2701
2885
  <p>
@@ -2903,7 +3087,7 @@ to reflect its new location. The opposite function is
2903
3087
  <div class="refsect2">
2904
3088
  <a name="gtk-widget-set-parent-window"></a><h3>gtk_widget_set_parent_window ()</h3>
2905
3089
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_set_parent_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
2906
- <em class="parameter"><code><a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *parent_window</code></em>);</pre>
3090
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *parent_window</code></em>);</pre>
2907
3091
  <p>
2908
3092
  Sets a non default parent window for <em class="parameter"><code>widget</code></em>.
2909
3093
  </p>
@@ -2943,7 +3127,7 @@ window is realized.
2943
3127
  <hr>
2944
3128
  <div class="refsect2">
2945
3129
  <a name="gtk-widget-get-parent-window"></a><h3>gtk_widget_get_parent_window ()</h3>
2946
- <pre class="programlisting"><a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_widget_get_parent_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
3130
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_widget_get_parent_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
2947
3131
  <p>
2948
3132
  Gets <em class="parameter"><code>widget</code></em>'s parent window.
2949
3133
  </p>
@@ -2971,14 +3155,14 @@ Gets <em class="parameter"><code>widget</code></em>'s parent window.
2971
3155
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_set_events (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
2972
3156
  <em class="parameter"><code><span class="type">gint</span> events</code></em>);</pre>
2973
3157
  <p>
2974
- Sets the event mask (see <a href="../gdk3/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a>) for a widget. The event
3158
+ Sets the event mask (see <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a>) for a widget. The event
2975
3159
  mask determines which events a widget will receive. Keep in mind
2976
3160
  that different widgets have different default event masks, and by
2977
3161
  changing the event mask you may disrupt a widget's functionality,
2978
3162
  so be careful. This function must be called while a widget is
2979
3163
  unrealized. Consider <a class="link" href="GtkWidget.html#gtk-widget-add-events" title="gtk_widget_add_events ()"><code class="function">gtk_widget_add_events()</code></a> for widgets that are
2980
3164
  already realized, or if you want to preserve the existing event
2981
- mask. This function can't be used with <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#GTK-NO-WINDOW:CAPS"><span class="type">GTK_NO_WINDOW</span></a> widgets;
3165
+ mask. This function can't be used with <span class="type">GTK_NO_WINDOW</span> widgets;
2982
3166
  to get events on those widgets, place them inside a <a class="link" href="GtkEventBox.html" title="GtkEventBox"><span class="type">GtkEventBox</span></a>
2983
3167
  and receive events on the event box.
2984
3168
  </p>
@@ -3006,7 +3190,7 @@ and receive events on the event box.
3006
3190
  <pre class="programlisting"><span class="returnvalue">gint</span> gtk_widget_get_events (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
3007
3191
  <p>
3008
3192
  Returns the event mask for the widget (a bitfield containing flags
3009
- from the <a href="../gdk3/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> enumeration). These are the events that the widget
3193
+ from the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> enumeration). These are the events that the widget
3010
3194
  will receive.
3011
3195
  </p>
3012
3196
  <div class="variablelist"><table border="0" class="variablelist">
@@ -3050,7 +3234,7 @@ Adds the events in the bitfield <em class="parameter"><code>events</code></em> t
3050
3234
  </tr>
3051
3235
  <tr>
3052
3236
  <td><p><span class="term"><em class="parameter"><code>events</code></em> :</span></p></td>
3053
- <td>an event mask, see <a href="../gdk3/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a>
3237
+ <td>an event mask, see <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a>
3054
3238
  </td>
3055
3239
  </tr>
3056
3240
  </tbody>
@@ -3060,17 +3244,17 @@ Adds the events in the bitfield <em class="parameter"><code>events</code></em> t
3060
3244
  <div class="refsect2">
3061
3245
  <a name="gtk-widget-set-device-events"></a><h3>gtk_widget_set_device_events ()</h3>
3062
3246
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_set_device_events (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
3063
- <em class="parameter"><code><a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>,
3064
- <em class="parameter"><code><a href="../gdk3/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> events</code></em>);</pre>
3247
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>,
3248
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> events</code></em>);</pre>
3065
3249
  <p>
3066
- Sets the device event mask (see <a href="../gdk3/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a>) for a widget. The event
3250
+ Sets the device event mask (see <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a>) for a widget. The event
3067
3251
  mask determines which events a widget will receive from <em class="parameter"><code>device</code></em>. Keep
3068
3252
  in mind that different widgets have different default event masks, and by
3069
3253
  changing the event mask you may disrupt a widget's functionality,
3070
3254
  so be careful. This function must be called while a widget is
3071
3255
  unrealized. Consider <a class="link" href="GtkWidget.html#gtk-widget-add-device-events" title="gtk_widget_add_device_events ()"><code class="function">gtk_widget_add_device_events()</code></a> for widgets that are
3072
3256
  already realized, or if you want to preserve the existing event
3073
- mask. This function can't be used with <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#GTK-NO-WINDOW:CAPS"><span class="type">GTK_NO_WINDOW</span></a> widgets;
3257
+ mask. This function can't be used with <span class="type">GTK_NO_WINDOW</span> widgets;
3074
3258
  to get events on those widgets, place them inside a <a class="link" href="GtkEventBox.html" title="GtkEventBox"><span class="type">GtkEventBox</span></a>
3075
3259
  and receive events on the event box.
3076
3260
  </p>
@@ -3087,7 +3271,7 @@ and receive events on the event box.
3087
3271
  </tr>
3088
3272
  <tr>
3089
3273
  <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
3090
- <td>a <a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a>
3274
+ <td>a <a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a>
3091
3275
  </td>
3092
3276
  </tr>
3093
3277
  <tr>
@@ -3101,8 +3285,8 @@ and receive events on the event box.
3101
3285
  <hr>
3102
3286
  <div class="refsect2">
3103
3287
  <a name="gtk-widget-get-device-events"></a><h3>gtk_widget_get_device_events ()</h3>
3104
- <pre class="programlisting"><a href="../gdk3/gdk3-Events.html#GdkEventMask"><span class="returnvalue">GdkEventMask</span></a> gtk_widget_get_device_events (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
3105
- <em class="parameter"><code><a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
3288
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GdkEventMask"><span class="returnvalue">GdkEventMask</span></a> gtk_widget_get_device_events (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
3289
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
3106
3290
  <p>
3107
3291
  Returns the events mask for the widget corresponding to an specific device. These
3108
3292
  are the events that the widget will receive when <em class="parameter"><code>device</code></em> operates on it.
@@ -3120,7 +3304,7 @@ are the events that the widget will receive when <em class="parameter"><code>dev
3120
3304
  </tr>
3121
3305
  <tr>
3122
3306
  <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
3123
- <td>a <a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a>
3307
+ <td>a <a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a>
3124
3308
  </td>
3125
3309
  </tr>
3126
3310
  <tr>
@@ -3136,8 +3320,8 @@ are the events that the widget will receive when <em class="parameter"><code>dev
3136
3320
  <div class="refsect2">
3137
3321
  <a name="gtk-widget-add-device-events"></a><h3>gtk_widget_add_device_events ()</h3>
3138
3322
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_add_device_events (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
3139
- <em class="parameter"><code><a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>,
3140
- <em class="parameter"><code><a href="../gdk3/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> events</code></em>);</pre>
3323
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>,
3324
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> events</code></em>);</pre>
3141
3325
  <p>
3142
3326
  Adds the device events in the bitfield <em class="parameter"><code>events</code></em> to the event mask for
3143
3327
  <em class="parameter"><code>widget</code></em>. See <a class="link" href="GtkWidget.html#gtk-widget-set-device-events" title="gtk_widget_set_device_events ()"><code class="function">gtk_widget_set_device_events()</code></a> for details.
@@ -3155,12 +3339,12 @@ Adds the device events in the bitfield <em class="parameter"><code>events</code>
3155
3339
  </tr>
3156
3340
  <tr>
3157
3341
  <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
3158
- <td>a <a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a>
3342
+ <td>a <a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a>
3159
3343
  </td>
3160
3344
  </tr>
3161
3345
  <tr>
3162
3346
  <td><p><span class="term"><em class="parameter"><code>events</code></em> :</span></p></td>
3163
- <td>an event mask, see <a href="../gdk3/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a>
3347
+ <td>an event mask, see <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a>
3164
3348
  </td>
3165
3349
  </tr>
3166
3350
  </tbody>
@@ -3171,16 +3355,16 @@ Adds the device events in the bitfield <em class="parameter"><code>events</code>
3171
3355
  <div class="refsect2">
3172
3356
  <a name="gtk-widget-set-device-enabled"></a><h3>gtk_widget_set_device_enabled ()</h3>
3173
3357
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_set_device_enabled (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
3174
- <em class="parameter"><code><a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>,
3358
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>,
3175
3359
  <em class="parameter"><code><span class="type">gboolean</span> enabled</code></em>);</pre>
3176
3360
  <p>
3177
- Enables or disables a <a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a> to interact with <em class="parameter"><code>widget</code></em>
3361
+ Enables or disables a <a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a> to interact with <em class="parameter"><code>widget</code></em>
3178
3362
  and all its children.
3179
3363
  </p>
3180
3364
  <p>
3181
- It does so by descending through the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> hierarchy
3365
+ It does so by descending through the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> hierarchy
3182
3366
  and enabling the same mask that is has for core events
3183
- (i.e. the one that <a href="../gdk3/gdk3-Windows.html#gdk-window-get-events"><code class="function">gdk_window_get_events()</code></a> returns).
3367
+ (i.e. the one that <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-get-events"><code class="function">gdk_window_get_events()</code></a> returns).
3184
3368
  </p>
3185
3369
  <div class="variablelist"><table border="0" class="variablelist">
3186
3370
  <colgroup>
@@ -3195,7 +3379,7 @@ and enabling the same mask that is has for core events
3195
3379
  </tr>
3196
3380
  <tr>
3197
3381
  <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
3198
- <td>a <a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a>
3382
+ <td>a <a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a>
3199
3383
  </td>
3200
3384
  </tr>
3201
3385
  <tr>
@@ -3210,7 +3394,7 @@ and enabling the same mask that is has for core events
3210
3394
  <div class="refsect2">
3211
3395
  <a name="gtk-widget-get-device-enabled"></a><h3>gtk_widget_get_device_enabled ()</h3>
3212
3396
  <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_widget_get_device_enabled (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
3213
- <em class="parameter"><code><a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
3397
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
3214
3398
  <p>
3215
3399
  Returns whether <em class="parameter"><code>device</code></em> can interact with <em class="parameter"><code>widget</code></em> and its
3216
3400
  children. See <a class="link" href="GtkWidget.html#gtk-widget-set-device-enabled" title="gtk_widget_set_device_enabled ()"><code class="function">gtk_widget_set_device_enabled()</code></a>.
@@ -3228,7 +3412,7 @@ children. See <a class="link" href="GtkWidget.html#gtk-widget-set-device-enabled
3228
3412
  </tr>
3229
3413
  <tr>
3230
3414
  <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
3231
- <td>a <a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a>
3415
+ <td>a <a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a>
3232
3416
  </td>
3233
3417
  </tr>
3234
3418
  <tr>
@@ -3255,7 +3439,7 @@ returned widget; it should not be unreferenced.
3255
3439
  Note the difference in behavior vs. <a class="link" href="GtkWidget.html#gtk-widget-get-ancestor" title="gtk_widget_get_ancestor ()"><code class="function">gtk_widget_get_ancestor()</code></a>;
3256
3440
  <code class="literal">gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)</code>
3257
3441
  would return
3258
- <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>widget</code></em> wasn't inside a toplevel window, and if the
3442
+ <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>widget</code></em> wasn't inside a toplevel window, and if the
3259
3443
  window was inside a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>-derived widget which was in turn
3260
3444
  inside the toplevel <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>. While the second case may
3261
3445
  seem unlikely, it actually happens when a <a class="link" href="GtkPlug.html" title="GtkPlug"><span class="type">GtkPlug</span></a> is embedded
@@ -3341,7 +3525,7 @@ considers <em class="parameter"><code>widget</code></em> to be an ancestor of it
3341
3525
  </tr>
3342
3526
  <tr>
3343
3527
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3344
- <td>the ancestor widget, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if not found. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
3528
+ <td>the ancestor widget, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if not found. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
3345
3529
  </td>
3346
3530
  </tr>
3347
3531
  </tbody>
@@ -3350,7 +3534,7 @@ considers <em class="parameter"><code>widget</code></em> to be an ancestor of it
3350
3534
  <hr>
3351
3535
  <div class="refsect2">
3352
3536
  <a name="gtk-widget-get-visual"></a><h3>gtk_widget_get_visual ()</h3>
3353
- <pre class="programlisting"><a href="../gdk3/gdk3-Visuals.html#GdkVisual"><span class="returnvalue">GdkVisual</span></a> * gtk_widget_get_visual (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
3537
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Visuals.html#GdkVisual"><span class="returnvalue">GdkVisual</span></a> * gtk_widget_get_visual (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
3354
3538
  <p>
3355
3539
  Gets the visual that will be used to render <em class="parameter"><code>widget</code></em>.
3356
3540
  </p>
@@ -3377,10 +3561,10 @@ Gets the visual that will be used to render <em class="parameter"><code>widget</
3377
3561
  <div class="refsect2">
3378
3562
  <a name="gtk-widget-set-visual"></a><h3>gtk_widget_set_visual ()</h3>
3379
3563
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_set_visual (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
3380
- <em class="parameter"><code><a href="../gdk3/gdk3-Visuals.html#GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>);</pre>
3564
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Visuals.html#GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>);</pre>
3381
3565
  <p>
3382
3566
  Sets the visual that should be used for by widget and its children for
3383
- creating <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindows</span></a>. The visual must be on the same <a href="../gdk3/GdkScreen.html"><span class="type">GdkScreen</span></a> as
3567
+ creating <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindows</span></a>. The visual must be on the same <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> as
3384
3568
  returned by <a class="link" href="GtkWidget.html#gtk-widget-get-screen" title="gtk_widget_get_screen ()"><code class="function">gtk_widget_get_screen()</code></a>, so handling the
3385
3569
  <a class="link" href="GtkWidget.html#GtkWidget-screen-changed" title='The "screen-changed" signal'><span class="type">"screen-changed"</span></a> signal is necessary.
3386
3570
  </p>
@@ -3401,7 +3585,7 @@ so you should call this function before <em class="parameter"><code>widget</code
3401
3585
  </tr>
3402
3586
  <tr>
3403
3587
  <td><p><span class="term"><em class="parameter"><code>visual</code></em> :</span></p></td>
3404
- <td>visual to be used or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to unset a previous one</td>
3588
+ <td>visual to be used or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset a previous one</td>
3405
3589
  </tr>
3406
3590
  </tbody>
3407
3591
  </table></div>
@@ -3414,14 +3598,14 @@ so you should call this function before <em class="parameter"><code>widget</code
3414
3598
  <em class="parameter"><code><span class="type">gint</span> *y</code></em>);</pre>
3415
3599
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
3416
3600
  <h3 class="title">Warning</h3>
3417
- <p><code class="literal">gtk_widget_get_pointer</code> has been deprecated since version 3.4 and should not be used in newly-written code. Use <a href="../gdk3/gdk3-Windows.html#gdk-window-get-device-position"><code class="function">gdk_window_get_device_position()</code></a> instead.</p>
3601
+ <p><code class="literal">gtk_widget_get_pointer</code> has been deprecated since version 3.4 and should not be used in newly-written code. Use <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-get-device-position"><code class="function">gdk_window_get_device_position()</code></a> instead.</p>
3418
3602
  </div>
3419
3603
  <p>
3420
3604
  Obtains the location of the mouse pointer in widget coordinates.
3421
3605
  Widget coordinates are a bit odd; for historical reasons, they are
3422
3606
  defined as <em class="parameter"><code>widget-&gt;window</code></em> coordinates for widgets that are not
3423
- <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#GTK-NO-WINDOW:CAPS"><span class="type">GTK_NO_WINDOW</span></a> widgets, and are relative to <em class="parameter"><code>widget-&gt;allocation.x</code></em>,
3424
- <em class="parameter"><code>widget-&gt;allocation.y</code></em> for widgets that are <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#GTK-NO-WINDOW:CAPS"><span class="type">GTK_NO_WINDOW</span></a> widgets.
3607
+ <span class="type">GTK_NO_WINDOW</span> widgets, and are relative to <em class="parameter"><code>widget-&gt;allocation.x</code></em>,
3608
+ <em class="parameter"><code>widget-&gt;allocation.y</code></em> for widgets that are <span class="type">GTK_NO_WINDOW</span> widgets.
3425
3609
  </p>
3426
3610
  <div class="variablelist"><table border="0" class="variablelist">
3427
3611
  <colgroup>
@@ -3436,12 +3620,12 @@ defined as <em class="parameter"><code>widget-&gt;window</code></em> coordinates
3436
3620
  </tr>
3437
3621
  <tr>
3438
3622
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
3439
- <td>return location for the X coordinate, 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>
3623
+ <td>return location for the X coordinate, 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>
3440
3624
  </td>
3441
3625
  </tr>
3442
3626
  <tr>
3443
3627
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
3444
- <td>return location for the Y coordinate, 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>
3628
+ <td>return location for the Y coordinate, 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>
3445
3629
  </td>
3446
3630
  </tr>
3447
3631
  </tbody>
@@ -3599,7 +3783,7 @@ GTK 3, this function does nothing, the passed in style is ignored.
3599
3783
  </tr>
3600
3784
  <tr>
3601
3785
  <td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
3602
- <td>a <a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</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 remove the effect
3786
+ <td>a <a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to remove the effect
3603
3787
  of a previous call to <a class="link" href="GtkWidget.html#gtk-widget-set-style" title="gtk_widget_set_style ()"><code class="function">gtk_widget_set_style()</code></a> and go back to
3604
3788
  the default style. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
3605
3789
  </td>
@@ -3735,7 +3919,7 @@ where the containers are arranged in an order that is explicitely
3735
3919
  visual rather than logical (such as buttons for text justification).
3736
3920
  </p>
3737
3921
  <p>
3738
- If the direction is set to <a class="link" href="GtkWidget.html#GTK-TEXT-DIR-NONE:CAPS"><code class="literal">GTK_TEXT_DIR_NONE</code></a>, then the value
3922
+ If the direction is set to <a href="http://developer.gnome.org/gtk2/GtkWidget.html#GTK-TEXT-DIR-NONE:CAPS"><code class="literal">GTK_TEXT_DIR_NONE</code></a>, then the value
3739
3923
  set by <a class="link" href="GtkWidget.html#gtk-widget-set-default-direction" title="gtk_widget_set_default_direction ()"><code class="function">gtk_widget_set_default_direction()</code></a> will be used.
3740
3924
  </p>
3741
3925
  <div class="variablelist"><table border="0" class="variablelist">
@@ -3765,26 +3949,6 @@ set by <a class="link" href="GtkWidget.html#gtk-widget-set-default-direction" ti
3765
3949
  GTK_TEXT_DIR_RTL
3766
3950
  } GtkTextDirection;
3767
3951
  </pre>
3768
- <div class="variablelist"><table border="0" class="variablelist">
3769
- <colgroup>
3770
- <col align="left" valign="top">
3771
- <col>
3772
- </colgroup>
3773
- <tbody>
3774
- <tr>
3775
- <td><p><a name="GTK-TEXT-DIR-NONE:CAPS"></a><span class="term"><code class="literal">GTK_TEXT_DIR_NONE</code></span></p></td>
3776
- <td></td>
3777
- </tr>
3778
- <tr>
3779
- <td><p><a name="GTK-TEXT-DIR-LTR:CAPS"></a><span class="term"><code class="literal">GTK_TEXT_DIR_LTR</code></span></p></td>
3780
- <td></td>
3781
- </tr>
3782
- <tr>
3783
- <td><p><a name="GTK-TEXT-DIR-RTL:CAPS"></a><span class="term"><code class="literal">GTK_TEXT_DIR_RTL</code></span></p></td>
3784
- <td></td>
3785
- </tr>
3786
- </tbody>
3787
- </table></div>
3788
3952
  </div>
3789
3953
  <hr>
3790
3954
  <div class="refsect2">
@@ -3828,7 +3992,7 @@ direction has not been explicitly set by <a class="link" href="GtkWidget.html#gt
3828
3992
  <tbody><tr>
3829
3993
  <td><p><span class="term"><em class="parameter"><code>dir</code></em> :</span></p></td>
3830
3994
  <td>the new default direction. This cannot be
3831
- <a class="link" href="GtkWidget.html#GTK-TEXT-DIR-NONE:CAPS"><code class="literal">GTK_TEXT_DIR_NONE</code></a>.</td>
3995
+ <a href="http://developer.gnome.org/gtk2/GtkWidget.html#GTK-TEXT-DIR-NONE:CAPS"><code class="literal">GTK_TEXT_DIR_NONE</code></a>.</td>
3832
3996
  </tr></tbody>
3833
3997
  </table></div>
3834
3998
  </div>
@@ -3855,10 +4019,10 @@ Obtains the current default reading direction. See
3855
4019
  <div class="refsect2">
3856
4020
  <a name="gtk-widget-shape-combine-region"></a><h3>gtk_widget_shape_combine_region ()</h3>
3857
4021
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_shape_combine_region (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
3858
- <em class="parameter"><code><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>
4022
+ <em class="parameter"><code><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>
3859
4023
  <p>
3860
4024
  Sets a shape for this widget's GDK window. This allows for
3861
- transparent windows etc., see <a href="../gdk3/gdk3-Windows.html#gdk-window-shape-combine-region"><code class="function">gdk_window_shape_combine_region()</code></a>
4025
+ transparent windows etc., see <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-shape-combine-region"><code class="function">gdk_window_shape_combine_region()</code></a>
3862
4026
  for more information.
3863
4027
  </p>
3864
4028
  <div class="variablelist"><table border="0" class="variablelist">
@@ -3874,7 +4038,7 @@ for more information.
3874
4038
  </tr>
3875
4039
  <tr>
3876
4040
  <td><p><span class="term"><em class="parameter"><code>region</code></em> :</span></p></td>
3877
- <td>shape to be added, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to remove an existing shape. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4041
+ <td>shape to be added, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to remove an existing shape. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
3878
4042
  </td>
3879
4043
  </tr>
3880
4044
  </tbody>
@@ -3886,11 +4050,11 @@ for more information.
3886
4050
  <a name="gtk-widget-input-shape-combine-region"></a><h3>gtk_widget_input_shape_combine_region ()</h3>
3887
4051
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_input_shape_combine_region
3888
4052
  (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
3889
- <em class="parameter"><code><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>
4053
+ <em class="parameter"><code><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>
3890
4054
  <p>
3891
4055
  Sets an input shape for this widget's GDK window. This allows for
3892
4056
  windows which react to mouse click in a nonrectangular region, see
3893
- <a href="../gdk3/gdk3-Windows.html#gdk-window-input-shape-combine-region"><code class="function">gdk_window_input_shape_combine_region()</code></a> for more information.
4057
+ <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-input-shape-combine-region"><code class="function">gdk_window_input_shape_combine_region()</code></a> for more information.
3894
4058
  </p>
3895
4059
  <div class="variablelist"><table border="0" class="variablelist">
3896
4060
  <colgroup>
@@ -3905,7 +4069,7 @@ windows which react to mouse click in a nonrectangular region, see
3905
4069
  </tr>
3906
4070
  <tr>
3907
4071
  <td><p><span class="term"><em class="parameter"><code>region</code></em> :</span></p></td>
3908
- <td>shape to be added, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to remove an existing shape. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4072
+ <td>shape to be added, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to remove an existing shape. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
3909
4073
  </td>
3910
4074
  </tr>
3911
4075
  </tbody>
@@ -3951,19 +4115,19 @@ of <em class="parameter"><code>widget</code></em>'s outermost ancestor.
3951
4115
  <tr>
3952
4116
  <td><p><span class="term"><em class="parameter"><code>path_length</code></em> :</span></p></td>
3953
4117
  <td>location to store length of the path,
3954
- 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>
4118
+ 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>
3955
4119
  </td>
3956
4120
  </tr>
3957
4121
  <tr>
3958
4122
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
3959
4123
  <td>location to store allocated path string,
3960
- 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>
4124
+ 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>
3961
4125
  </td>
3962
4126
  </tr>
3963
4127
  <tr>
3964
4128
  <td><p><span class="term"><em class="parameter"><code>path_reversed</code></em> :</span></p></td>
3965
4129
  <td>location to store allocated reverse
3966
- path string, 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>
4130
+ path string, 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>
3967
4131
  </td>
3968
4132
  </tr>
3969
4133
  </tbody>
@@ -3998,19 +4162,19 @@ never uses a custom name set with <a class="link" href="GtkWidget.html#gtk-widge
3998
4162
  <tr>
3999
4163
  <td><p><span class="term"><em class="parameter"><code>path_length</code></em> :</span></p></td>
4000
4164
  <td>location to store the length of the
4001
- class path, 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>
4165
+ class path, 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>
4002
4166
  </td>
4003
4167
  </tr>
4004
4168
  <tr>
4005
4169
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
4006
4170
  <td>location to store the class path as an
4007
- allocated string, 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>
4171
+ allocated string, 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>
4008
4172
  </td>
4009
4173
  </tr>
4010
4174
  <tr>
4011
4175
  <td><p><span class="term"><em class="parameter"><code>path_reversed</code></em> :</span></p></td>
4012
4176
  <td>location to store the reverse
4013
- class path as an allocated string, 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>
4177
+ class path as an allocated string, 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>
4014
4178
  </td>
4015
4179
  </tr>
4016
4180
  </tbody>
@@ -4036,7 +4200,7 @@ Obtains the composite name of a widget.
4036
4200
  </tr>
4037
4201
  <tr>
4038
4202
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4039
- <td>the composite name of <em class="parameter"><code>widget</code></em>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>widget</code></em> is not
4203
+ <td>the composite name of <em class="parameter"><code>widget</code></em>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>widget</code></em> is not
4040
4204
  a composite child. The string should be freed when it is no
4041
4205
  longer needed.</td>
4042
4206
  </tr>
@@ -4049,7 +4213,7 @@ longer needed.</td>
4049
4213
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_override_background_color
4050
4214
  (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
4051
4215
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
4052
- <em class="parameter"><code>const <a href="../gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
4216
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
4053
4217
  <p>
4054
4218
  Sets the background color to use for a widget.
4055
4219
  </p>
@@ -4074,7 +4238,7 @@ See <a class="link" href="GtkWidget.html#gtk-widget-override-color" title="gtk_w
4074
4238
  </tr>
4075
4239
  <tr>
4076
4240
  <td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
4077
- <td>the color to assign, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to undo the effect
4241
+ <td>the color to assign, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to undo the effect
4078
4242
  of previous calls to <a class="link" href="GtkWidget.html#gtk-widget-override-background-color" title="gtk_widget_override_background_color ()"><code class="function">gtk_widget_override_background_color()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4079
4243
  </td>
4080
4244
  </tr>
@@ -4087,7 +4251,7 @@ of previous calls to <a class="link" href="GtkWidget.html#gtk-widget-override-ba
4087
4251
  <a name="gtk-widget-override-color"></a><h3>gtk_widget_override_color ()</h3>
4088
4252
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_override_color (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
4089
4253
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
4090
- <em class="parameter"><code>const <a href="../gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
4254
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
4091
4255
  <p>
4092
4256
  Sets the color to use for a widget.
4093
4257
  </p>
@@ -4144,7 +4308,7 @@ priority.
4144
4308
  </tr>
4145
4309
  <tr>
4146
4310
  <td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
4147
- <td>the color to assign, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to undo the effect
4311
+ <td>the color to assign, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to undo the effect
4148
4312
  of previous calls to <a class="link" href="GtkWidget.html#gtk-widget-override-color" title="gtk_widget_override_color ()"><code class="function">gtk_widget_override_color()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4149
4313
  </td>
4150
4314
  </tr>
@@ -4156,7 +4320,7 @@ of previous calls to <a class="link" href="GtkWidget.html#gtk-widget-override-co
4156
4320
  <div class="refsect2">
4157
4321
  <a name="gtk-widget-override-font"></a><h3>gtk_widget_override_font ()</h3>
4158
4322
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_override_font (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
4159
- <em class="parameter"><code>const <span class="type">PangoFontDescription</span> *font_desc</code></em>);</pre>
4323
+ <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *font_desc</code></em>);</pre>
4160
4324
  <p>
4161
4325
  Sets the font to use for a widget. All other style values are
4162
4326
  left untouched. See <a class="link" href="GtkWidget.html#gtk-widget-override-color" title="gtk_widget_override_color ()"><code class="function">gtk_widget_override_color()</code></a>.
@@ -4174,7 +4338,7 @@ left untouched. See <a class="link" href="GtkWidget.html#gtk-widget-override-col
4174
4338
  </tr>
4175
4339
  <tr>
4176
4340
  <td><p><span class="term"><em class="parameter"><code>font_desc</code></em> :</span></p></td>
4177
- <td>the font descriptiong to use, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to undo
4341
+ <td>the font descriptiong to use, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to undo
4178
4342
  the effect of previous calls to <a class="link" href="GtkWidget.html#gtk-widget-override-font" title="gtk_widget_override_font ()"><code class="function">gtk_widget_override_font()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4179
4343
  </td>
4180
4344
  </tr>
@@ -4187,7 +4351,7 @@ the effect of previous calls to <a class="link" href="GtkWidget.html#gtk-widget-
4187
4351
  <a name="gtk-widget-override-symbolic-color"></a><h3>gtk_widget_override_symbolic_color ()</h3>
4188
4352
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_override_symbolic_color (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
4189
4353
  <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
4190
- <em class="parameter"><code>const <a href="../gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
4354
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
4191
4355
  <p>
4192
4356
  Sets a symbolic color for a widget.
4193
4357
  </p>
@@ -4214,7 +4378,7 @@ or background color.
4214
4378
  <tr>
4215
4379
  <td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
4216
4380
  <td>the color to assign (does not need
4217
- to be allocated), or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to undo the effect of previous
4381
+ to be allocated), or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to undo the effect of previous
4218
4382
  calls to <a class="link" href="GtkWidget.html#gtk-widget-override-symbolic-color" title="gtk_widget_override_symbolic_color ()"><code class="function">gtk_widget_override_symbolic_color()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4219
4383
  </td>
4220
4384
  </tr>
@@ -4226,8 +4390,8 @@ calls to <a class="link" href="GtkWidget.html#gtk-widget-override-symbolic-color
4226
4390
  <div class="refsect2">
4227
4391
  <a name="gtk-widget-override-cursor"></a><h3>gtk_widget_override_cursor ()</h3>
4228
4392
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_override_cursor (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
4229
- <em class="parameter"><code>const <a href="../gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *cursor</code></em>,
4230
- <em class="parameter"><code>const <a href="../gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *secondary_cursor</code></em>);</pre>
4393
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *cursor</code></em>,
4394
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *secondary_cursor</code></em>);</pre>
4231
4395
  <p>
4232
4396
  Sets the cursor color to use in a widget, overriding the
4233
4397
  <span class="type">"cursor-color"</span> and <span class="type">"secondary-cursor-color"</span>
@@ -4235,7 +4399,7 @@ style properties. All other style values are left untouched.
4235
4399
  See also <a class="link" href="GtkWidget.html#gtk-widget-modify-style" title="gtk_widget_modify_style ()"><code class="function">gtk_widget_modify_style()</code></a>.
4236
4400
  </p>
4237
4401
  <p>
4238
- Note that the underlying properties have the <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> type,
4402
+ Note that the underlying properties have the <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> type,
4239
4403
  so the alpha value in <em class="parameter"><code>primary</code></em> and <em class="parameter"><code>secondary</code></em> will be ignored.
4240
4404
  </p>
4241
4405
  <div class="variablelist"><table border="0" class="variablelist">
@@ -4252,14 +4416,14 @@ so the alpha value in <em class="parameter"><code>primary</code></em> and <em cl
4252
4416
  <tr>
4253
4417
  <td><p><span class="term"><em class="parameter"><code>cursor</code></em> :</span></p></td>
4254
4418
  <td>the color to use for primary cursor (does not need to be
4255
- allocated), or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to undo the effect of previous calls to
4419
+ allocated), or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to undo the effect of previous calls to
4256
4420
  of <a class="link" href="GtkWidget.html#gtk-widget-override-cursor" title="gtk_widget_override_cursor ()"><code class="function">gtk_widget_override_cursor()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4257
4421
  </td>
4258
4422
  </tr>
4259
4423
  <tr>
4260
4424
  <td><p><span class="term"><em class="parameter"><code>secondary_cursor</code></em> :</span></p></td>
4261
4425
  <td>the color to use for secondary cursor (does not
4262
- need to be allocated), or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to undo the effect of previous
4426
+ need to be allocated), or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to undo the effect of previous
4263
4427
  calls to of <a class="link" href="GtkWidget.html#gtk-widget-override-cursor" title="gtk_widget_override_cursor ()"><code class="function">gtk_widget_override_cursor()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4264
4428
  </td>
4265
4429
  </tr>
@@ -4366,7 +4530,7 @@ pointer to value this around, you must add a refcount using
4366
4530
  <a name="gtk-widget-modify-fg"></a><h3>gtk_widget_modify_fg ()</h3>
4367
4531
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_modify_fg (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
4368
4532
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
4369
- <em class="parameter"><code>const <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
4533
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
4370
4534
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4371
4535
  <h3 class="title">Warning</h3>
4372
4536
  <p><code class="literal">gtk_widget_modify_fg</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-override-color" title="gtk_widget_override_color ()"><code class="function">gtk_widget_override_color()</code></a> instead</p>
@@ -4396,7 +4560,7 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-modify-style" title="gt
4396
4560
  <tr>
4397
4561
  <td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
4398
4562
  <td>the color to assign (does not need to be allocated),
4399
- or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to undo the effect of previous calls to
4563
+ or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to undo the effect of previous calls to
4400
4564
  of <a class="link" href="GtkWidget.html#gtk-widget-modify-fg" title="gtk_widget_modify_fg ()"><code class="function">gtk_widget_modify_fg()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4401
4565
  </td>
4402
4566
  </tr>
@@ -4408,7 +4572,7 @@ of <a class="link" href="GtkWidget.html#gtk-widget-modify-fg" title="gtk_widget_
4408
4572
  <a name="gtk-widget-modify-bg"></a><h3>gtk_widget_modify_bg ()</h3>
4409
4573
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_modify_bg (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
4410
4574
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
4411
- <em class="parameter"><code>const <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
4575
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
4412
4576
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4413
4577
  <h3 class="title">Warning</h3>
4414
4578
  <p><code class="literal">gtk_widget_modify_bg</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-override-background-color" title="gtk_widget_override_background_color ()"><code class="function">gtk_widget_override_background_color()</code></a> instead</p>
@@ -4425,7 +4589,7 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-modify-style" title="gt
4425
4589
  <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
4426
4590
  <h3 class="title">Note</h3>
4427
4591
  <p>
4428
- Note that "no window" widgets (which have the <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#GTK-NO-WINDOW:CAPS"><code class="literal">GTK_NO_WINDOW</code></a>
4592
+ Note that "no window" widgets (which have the <code class="literal">GTK_NO_WINDOW</code>
4429
4593
  flag set) draw on their parent container's window and thus may
4430
4594
  not draw any background themselves. This is the case for e.g.
4431
4595
  <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>.
@@ -4457,7 +4621,7 @@ a <a class="link" href="GtkEventBox.html" title="GtkEventBox"><span class="type"
4457
4621
  <tr>
4458
4622
  <td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
4459
4623
  <td>the color to assign (does not need
4460
- to be allocated), or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to undo the effect of previous
4624
+ to be allocated), or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to undo the effect of previous
4461
4625
  calls to of <a class="link" href="GtkWidget.html#gtk-widget-modify-bg" title="gtk_widget_modify_bg ()"><code class="function">gtk_widget_modify_bg()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4462
4626
  </td>
4463
4627
  </tr>
@@ -4469,7 +4633,7 @@ calls to of <a class="link" href="GtkWidget.html#gtk-widget-modify-bg" title="gt
4469
4633
  <a name="gtk-widget-modify-text"></a><h3>gtk_widget_modify_text ()</h3>
4470
4634
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_modify_text (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
4471
4635
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
4472
- <em class="parameter"><code>const <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
4636
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
4473
4637
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4474
4638
  <h3 class="title">Warning</h3>
4475
4639
  <p><code class="literal">gtk_widget_modify_text</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-override-color" title="gtk_widget_override_color ()"><code class="function">gtk_widget_override_color()</code></a> instead</p>
@@ -4502,7 +4666,7 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-modify-style" title="gt
4502
4666
  <tr>
4503
4667
  <td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
4504
4668
  <td>the color to assign (does not need to
4505
- be allocated), or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to undo the effect of previous
4669
+ be allocated), or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to undo the effect of previous
4506
4670
  calls to of <a class="link" href="GtkWidget.html#gtk-widget-modify-text" title="gtk_widget_modify_text ()"><code class="function">gtk_widget_modify_text()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4507
4671
  </td>
4508
4672
  </tr>
@@ -4514,7 +4678,7 @@ calls to of <a class="link" href="GtkWidget.html#gtk-widget-modify-text" title="
4514
4678
  <a name="gtk-widget-modify-base"></a><h3>gtk_widget_modify_base ()</h3>
4515
4679
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_modify_base (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
4516
4680
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
4517
- <em class="parameter"><code>const <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
4681
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);</pre>
4518
4682
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4519
4683
  <h3 class="title">Warning</h3>
4520
4684
  <p><code class="literal">gtk_widget_modify_base</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-override-background-color" title="gtk_widget_override_background_color ()"><code class="function">gtk_widget_override_background_color()</code></a> instead</p>
@@ -4531,7 +4695,7 @@ and <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="typ
4531
4695
  <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
4532
4696
  <h3 class="title">Note</h3>
4533
4697
  <p>
4534
- Note that "no window" widgets (which have the <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#GTK-NO-WINDOW:CAPS"><code class="literal">GTK_NO_WINDOW</code></a>
4698
+ Note that "no window" widgets (which have the <code class="literal">GTK_NO_WINDOW</code>
4535
4699
  flag set) draw on their parent container's window and thus may
4536
4700
  not draw any background themselves. This is the case for e.g.
4537
4701
  <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>.
@@ -4563,7 +4727,7 @@ a <a class="link" href="GtkEventBox.html" title="GtkEventBox"><span class="type"
4563
4727
  <tr>
4564
4728
  <td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
4565
4729
  <td>the color to assign (does not need to
4566
- be allocated), or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to undo the effect of previous
4730
+ be allocated), or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to undo the effect of previous
4567
4731
  calls to of <a class="link" href="GtkWidget.html#gtk-widget-modify-base" title="gtk_widget_modify_base ()"><code class="function">gtk_widget_modify_base()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4568
4732
  </td>
4569
4733
  </tr>
@@ -4574,7 +4738,7 @@ calls to of <a class="link" href="GtkWidget.html#gtk-widget-modify-base" title="
4574
4738
  <div class="refsect2">
4575
4739
  <a name="gtk-widget-modify-font"></a><h3>gtk_widget_modify_font ()</h3>
4576
4740
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_modify_font (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
4577
- <em class="parameter"><code><span class="type">PangoFontDescription</span> *font_desc</code></em>);</pre>
4741
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *font_desc</code></em>);</pre>
4578
4742
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4579
4743
  <h3 class="title">Warning</h3>
4580
4744
  <p><code class="literal">gtk_widget_modify_font</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="GtkWidget.html#gtk-widget-override-font" title="gtk_widget_override_font ()"><code class="function">gtk_widget_override_font()</code></a> instead</p>
@@ -4599,7 +4763,7 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-modify-style" title="gt
4599
4763
  </tr>
4600
4764
  <tr>
4601
4765
  <td><p><span class="term"><em class="parameter"><code>font_desc</code></em> :</span></p></td>
4602
- <td>the font description to use, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
4766
+ <td>the font description to use, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
4603
4767
  to undo the effect of previous calls to <a class="link" href="GtkWidget.html#gtk-widget-modify-font" title="gtk_widget_modify_font ()"><code class="function">gtk_widget_modify_font()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
4604
4768
  </td>
4605
4769
  </tr>
@@ -4610,8 +4774,8 @@ to undo the effect of previous calls to <a class="link" href="GtkWidget.html#gtk
4610
4774
  <div class="refsect2">
4611
4775
  <a name="gtk-widget-modify-cursor"></a><h3>gtk_widget_modify_cursor ()</h3>
4612
4776
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_modify_cursor (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
4613
- <em class="parameter"><code>const <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *primary</code></em>,
4614
- <em class="parameter"><code>const <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *secondary</code></em>);</pre>
4777
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *primary</code></em>,
4778
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *secondary</code></em>);</pre>
4615
4779
  <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
4616
4780
  <h3 class="title">Warning</h3>
4617
4781
  <p><code class="literal">gtk_widget_modify_cursor</code> is deprecated and should not be used in newly-written code. 3.0. Use <a class="link" href="GtkWidget.html#gtk-widget-override-cursor" title="gtk_widget_override_cursor ()"><code class="function">gtk_widget_override_cursor()</code></a> instead.</p>
@@ -4639,13 +4803,13 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-modify-style" title="gt
4639
4803
  <tr>
4640
4804
  <td><p><span class="term"><em class="parameter"><code>primary</code></em> :</span></p></td>
4641
4805
  <td>the color to use for primary cursor (does not need to be
4642
- allocated), or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to undo the effect of previous calls to
4806
+ allocated), or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to undo the effect of previous calls to
4643
4807
  of <a class="link" href="GtkWidget.html#gtk-widget-modify-cursor" title="gtk_widget_modify_cursor ()"><code class="function">gtk_widget_modify_cursor()</code></a>.</td>
4644
4808
  </tr>
4645
4809
  <tr>
4646
4810
  <td><p><span class="term"><em class="parameter"><code>secondary</code></em> :</span></p></td>
4647
4811
  <td>the color to use for secondary cursor (does not need to be
4648
- allocated), or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to undo the effect of previous calls to
4812
+ allocated), or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to undo the effect of previous calls to
4649
4813
  of <a class="link" href="GtkWidget.html#gtk-widget-modify-cursor" title="gtk_widget_modify_cursor ()"><code class="function">gtk_widget_modify_cursor()</code></a>.</td>
4650
4814
  </tr>
4651
4815
  </tbody>
@@ -4655,9 +4819,9 @@ of <a class="link" href="GtkWidget.html#gtk-widget-modify-cursor" title="gtk_wid
4655
4819
  <hr>
4656
4820
  <div class="refsect2">
4657
4821
  <a name="gtk-widget-create-pango-context"></a><h3>gtk_widget_create_pango_context ()</h3>
4658
- <pre class="programlisting"><span class="returnvalue">PangoContext</span> * gtk_widget_create_pango_context (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
4822
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * gtk_widget_create_pango_context (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
4659
4823
  <p>
4660
- Creates a new <span class="type">PangoContext</span> with the appropriate font map,
4824
+ Creates a new <a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> with the appropriate font map,
4661
4825
  font description, and base direction for drawing text for
4662
4826
  this widget. See also <a class="link" href="GtkWidget.html#gtk-widget-get-pango-context" title="gtk_widget_get_pango_context ()"><code class="function">gtk_widget_get_pango_context()</code></a>.
4663
4827
  </p>
@@ -4674,7 +4838,7 @@ this widget. See also <a class="link" href="GtkWidget.html#gtk-widget-get-pango-
4674
4838
  </tr>
4675
4839
  <tr>
4676
4840
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4677
- <td>the new <span class="type">PangoContext</span>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
4841
+ <td>the new <a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
4678
4842
  </td>
4679
4843
  </tr>
4680
4844
  </tbody>
@@ -4683,20 +4847,15 @@ this widget. See also <a class="link" href="GtkWidget.html#gtk-widget-get-pango-
4683
4847
  <hr>
4684
4848
  <div class="refsect2">
4685
4849
  <a name="gtk-widget-get-pango-context"></a><h3>gtk_widget_get_pango_context ()</h3>
4686
- <pre class="programlisting"><span class="returnvalue">PangoContext</span> * gtk_widget_get_pango_context (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
4850
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="returnvalue">PangoContext</span></a> * gtk_widget_get_pango_context (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
4687
4851
  <p>
4688
- Gets a <span class="type">PangoContext</span> with the appropriate font map, font description,
4852
+ Gets a <a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> with the appropriate font map, font description,
4689
4853
  and base direction for this widget. Unlike the context returned
4690
4854
  by <a class="link" href="GtkWidget.html#gtk-widget-create-pango-context" title="gtk_widget_create_pango_context ()"><code class="function">gtk_widget_create_pango_context()</code></a>, this context is owned by
4691
4855
  the widget (it can be used until the screen for the widget changes
4692
4856
  or the widget is removed from its toplevel), and will be updated to
4693
- match any changes to the widget's attributes.
4694
- </p>
4695
- <p>
4696
- If you create and keep a <span class="type">PangoLayout</span> using this context, you must
4697
- deal with changes to the context by calling <code class="function">pango_layout_context_changed()</code>
4698
- on the layout in response to the <a class="link" href="GtkWidget.html#GtkWidget-style-updated" title='The "style-updated" signal'><span class="type">"style-updated"</span></a> and
4699
- <a class="link" href="GtkWidget.html#GtkWidget-direction-changed" title='The "direction-changed" signal'><span class="type">"direction-changed"</span></a> signals for the widget.
4857
+ match any changes to the widget's attributes. This can be tracked
4858
+ by using the <a class="link" href="GtkWidget.html#GtkWidget-screen-changed" title='The "screen-changed" signal'><span class="type">"screen-changed"</span></a> signal on the widget.
4700
4859
  </p>
4701
4860
  <div class="variablelist"><table border="0" class="variablelist">
4702
4861
  <colgroup>
@@ -4711,7 +4870,7 @@ on the layout in response to the <a class="link" href="GtkWidget.html#GtkWidget-
4711
4870
  </tr>
4712
4871
  <tr>
4713
4872
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4714
- <td>the <span class="type">PangoContext</span> for the widget. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
4873
+ <td>the <a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> for the widget. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
4715
4874
  </td>
4716
4875
  </tr>
4717
4876
  </tbody>
@@ -4720,19 +4879,18 @@ on the layout in response to the <a class="link" href="GtkWidget.html#GtkWidget-
4720
4879
  <hr>
4721
4880
  <div class="refsect2">
4722
4881
  <a name="gtk-widget-create-pango-layout"></a><h3>gtk_widget_create_pango_layout ()</h3>
4723
- <pre class="programlisting"><span class="returnvalue">PangoLayout</span> * gtk_widget_create_pango_layout (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
4882
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> * gtk_widget_create_pango_layout (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
4724
4883
  <em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>);</pre>
4725
4884
  <p>
4726
- Creates a new <span class="type">PangoLayout</span> with the appropriate font map,
4885
+ Creates a new <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> with the appropriate font map,
4727
4886
  font description, and base direction for drawing text for
4728
4887
  this widget.
4729
4888
  </p>
4730
4889
  <p>
4731
- If you keep a <span class="type">PangoLayout</span> created in this way around, in order to
4732
- notify the layout of changes to the base direction or font of this
4733
- widget, you must call <code class="function">pango_layout_context_changed()</code> in response to
4734
- the <a class="link" href="GtkWidget.html#GtkWidget-style-updated" title='The "style-updated" signal'><span class="type">"style-updated"</span></a> and <a class="link" href="GtkWidget.html#GtkWidget-direction-changed" title='The "direction-changed" signal'><span class="type">"direction-changed"</span></a> signals
4735
- for the widget.
4890
+ If you keep a <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> created in this way around, you need
4891
+ to re-create it when the widget <a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoContext"><span class="type">PangoContext</span></a> is replaced.
4892
+ This can be tracked by using the <a class="link" href="GtkWidget.html#GtkWidget-screen-changed" title='The "screen-changed" signal'><span class="type">"screen-changed"</span></a> signal
4893
+ on the widget.
4736
4894
  </p>
4737
4895
  <div class="variablelist"><table border="0" class="variablelist">
4738
4896
  <colgroup>
@@ -4747,11 +4905,11 @@ for the widget.
4747
4905
  </tr>
4748
4906
  <tr>
4749
4907
  <td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
4750
- <td>text to set on the layout (can be <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>)</td>
4908
+ <td>text to set on the layout (can be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>)</td>
4751
4909
  </tr>
4752
4910
  <tr>
4753
4911
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4754
- <td>the new <span class="type">PangoLayout</span>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
4912
+ <td>the new <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
4755
4913
  </td>
4756
4914
  </tr>
4757
4915
  </tbody>
@@ -4772,7 +4930,7 @@ for the widget.
4772
4930
  A convenience function that uses the theme settings for <em class="parameter"><code>widget</code></em>
4773
4931
  to look up <em class="parameter"><code>stock_id</code></em> and render it to a pixbuf. <em class="parameter"><code>stock_id</code></em> should
4774
4932
  be a stock icon ID such as <a class="link" href="gtk3-Stock-Items.html#GTK-STOCK-OPEN:CAPS" title="GTK_STOCK_OPEN"><span class="type">GTK_STOCK_OPEN</span></a> or <a class="link" href="gtk3-Stock-Items.html#GTK-STOCK-OK:CAPS" title="GTK_STOCK_OK"><span class="type">GTK_STOCK_OK</span></a>. <em class="parameter"><code>size</code></em>
4775
- should be a size such as <a class="link" href="gtk3-Themeable-Stock-Images.html#GTK-ICON-SIZE-MENU:CAPS"><span class="type">GTK_ICON_SIZE_MENU</span></a>. <em class="parameter"><code>detail</code></em> should be a
4933
+ should be a size such as <a href="http://developer.gnome.org/gtk2/gtk3-Themeable-Stock-Images.html#GTK-ICON-SIZE-MENU:CAPS"><span class="type">GTK_ICON_SIZE_MENU</span></a>. <em class="parameter"><code>detail</code></em> should be a
4776
4934
  string that identifies the widget or code doing the rendering, so
4777
4935
  that theme engines can special-case rendering for that widget or
4778
4936
  code.
@@ -4801,7 +4959,7 @@ freed after use with <code class="function">g_object_unref()</code>.
4801
4959
  <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
4802
4960
  <td>a stock size. A size of (GtkIconSize)-1 means
4803
4961
  render at the size of the source and don't scale (if there are
4804
- multiple source sizes, GTK+ picks one of the available sizes). <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span>
4962
+ multiple source sizes, GTK+ picks one of the available sizes). <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> int]</span>
4805
4963
  </td>
4806
4964
  </tr>
4807
4965
  <tr>
@@ -4811,7 +4969,7 @@ multiple source sizes, GTK+ picks one of the available sizes). <span class="anno
4811
4969
  </tr>
4812
4970
  <tr>
4813
4971
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4814
- <td>a new pixbuf, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the
4972
+ <td>a new pixbuf, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
4815
4973
  stock ID wasn't known. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
4816
4974
  </td>
4817
4975
  </tr>
@@ -4829,7 +4987,7 @@ A convenience function that uses the theme engine and style
4829
4987
  settings for <em class="parameter"><code>widget</code></em> to look up <em class="parameter"><code>stock_id</code></em> and render it to
4830
4988
  a pixbuf. <em class="parameter"><code>stock_id</code></em> should be a stock icon ID such as
4831
4989
  <a class="link" href="gtk3-Stock-Items.html#GTK-STOCK-OPEN:CAPS" title="GTK_STOCK_OPEN"><span class="type">GTK_STOCK_OPEN</span></a> or <a class="link" href="gtk3-Stock-Items.html#GTK-STOCK-OK:CAPS" title="GTK_STOCK_OK"><span class="type">GTK_STOCK_OK</span></a>. <em class="parameter"><code>size</code></em> should be a size
4832
- such as <a class="link" href="gtk3-Themeable-Stock-Images.html#GTK-ICON-SIZE-MENU:CAPS"><span class="type">GTK_ICON_SIZE_MENU</span></a>.
4990
+ such as <a href="http://developer.gnome.org/gtk2/gtk3-Themeable-Stock-Images.html#GTK-ICON-SIZE-MENU:CAPS"><span class="type">GTK_ICON_SIZE_MENU</span></a>.
4833
4991
  </p>
4834
4992
  <p>
4835
4993
  The pixels in the returned <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> are shared with the rest of
@@ -4855,12 +5013,12 @@ after use with <code class="function">g_object_unref()</code>.
4855
5013
  <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
4856
5014
  <td>a stock size. A size of (GtkIconSize)-1 means
4857
5015
  render at the size of the source and don't scale (if there are
4858
- multiple source sizes, GTK+ picks one of the available sizes). <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span>
5016
+ multiple source sizes, GTK+ picks one of the available sizes). <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> int]</span>
4859
5017
  </td>
4860
5018
  </tr>
4861
5019
  <tr>
4862
5020
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4863
- <td>a new pixbuf, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the
5021
+ <td>a new pixbuf, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
4864
5022
  stock ID wasn't known. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
4865
5023
  </td>
4866
5024
  </tr>
@@ -4936,8 +5094,8 @@ the region created from the given coordinates.
4936
5094
  The region here is specified in widget coordinates.
4937
5095
  Widget coordinates are a bit odd; for historical reasons, they are
4938
5096
  defined as <em class="parameter"><code>widget-&gt;window</code></em> coordinates for widgets that are not
4939
- <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#GTK-NO-WINDOW:CAPS"><span class="type">GTK_NO_WINDOW</span></a> widgets, and are relative to <em class="parameter"><code>widget-&gt;allocation.x</code></em>,
4940
- <em class="parameter"><code>widget-&gt;allocation.y</code></em> for widgets that are <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#GTK-NO-WINDOW:CAPS"><span class="type">GTK_NO_WINDOW</span></a> widgets.
5097
+ <span class="type">GTK_NO_WINDOW</span> widgets, and are relative to <em class="parameter"><code>widget-&gt;allocation.x</code></em>,
5098
+ <em class="parameter"><code>widget-&gt;allocation.y</code></em> for widgets that are <span class="type">GTK_NO_WINDOW</span> widgets.
4941
5099
  </p>
4942
5100
  <div class="variablelist"><table border="0" class="variablelist">
4943
5101
  <colgroup>
@@ -4973,10 +5131,10 @@ defined as <em class="parameter"><code>widget-&gt;window</code></em> coordinates
4973
5131
  <div class="refsect2">
4974
5132
  <a name="gtk-widget-queue-draw-region"></a><h3>gtk_widget_queue_draw_region ()</h3>
4975
5133
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_queue_draw_region (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
4976
- <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>
5134
+ <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>
4977
5135
  <p>
4978
5136
  Invalidates the rectangular area of <em class="parameter"><code>widget</code></em> defined by <em class="parameter"><code>region</code></em> by
4979
- calling <a href="../gdk3/gdk3-Windows.html#gdk-window-invalidate-region"><code class="function">gdk_window_invalidate_region()</code></a> on the widget's window and
5137
+ calling <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-invalidate-region"><code class="function">gdk_window_invalidate_region()</code></a> on the widget's window and
4980
5138
  all its child windows. Once the main loop becomes idle (after the
4981
5139
  current batch of events has been processed, roughly), the window
4982
5140
  will receive expose events for the union of all regions that have
@@ -5053,10 +5211,10 @@ Note that the background is still drawn when the widget is mapped.
5053
5211
  <p>
5054
5212
  Widgets are double buffered by default; you can use this function
5055
5213
  to turn off the buffering. "Double buffered" simply means that
5056
- <a href="../gdk3/gdk3-Windows.html#gdk-window-begin-paint-region"><code class="function">gdk_window_begin_paint_region()</code></a> and <a href="../gdk3/gdk3-Windows.html#gdk-window-end-paint"><code class="function">gdk_window_end_paint()</code></a> are called
5214
+ <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-begin-paint-region"><code class="function">gdk_window_begin_paint_region()</code></a> and <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-end-paint"><code class="function">gdk_window_end_paint()</code></a> are called
5057
5215
  automatically around expose events sent to the
5058
- widget. <a href="../gdk3/gdk3-Windows.html#gdk-window-begin-paint-region"><code class="function">gdk_window_begin_paint_region()</code></a> diverts all drawing to a widget's
5059
- window to an offscreen buffer, and <a href="../gdk3/gdk3-Windows.html#gdk-window-end-paint"><code class="function">gdk_window_end_paint()</code></a> draws the
5216
+ widget. <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-begin-paint-region"><code class="function">gdk_window_begin_paint_region()</code></a> diverts all drawing to a widget's
5217
+ window to an offscreen buffer, and <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-end-paint"><code class="function">gdk_window_end_paint()</code></a> draws the
5060
5218
  buffer to the screen. The result is that users see the window
5061
5219
  update in one smooth step, and don't see individual graphics
5062
5220
  primitives being rendered.
@@ -5070,7 +5228,7 @@ if you had special needs and really knew what you were doing.
5070
5228
  Note: if you turn off double-buffering, you have to handle
5071
5229
  expose events, since even the clearing to the background color or
5072
5230
  pixmap will not happen automatically (as it is done in
5073
- <a href="../gdk3/gdk3-Windows.html#gdk-window-begin-paint-region"><code class="function">gdk_window_begin_paint_region()</code></a>).
5231
+ <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-begin-paint-region"><code class="function">gdk_window_begin_paint_region()</code></a>).
5074
5232
  </p>
5075
5233
  <div class="variablelist"><table border="0" class="variablelist">
5076
5234
  <colgroup>
@@ -5283,7 +5441,7 @@ Finds a style property of a widget class by name.
5283
5441
  <tr>
5284
5442
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
5285
5443
  <td>the <span class="type">GParamSpec</span> of the style property or
5286
- <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>class</code></em> has no style property with that name. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
5444
+ <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>class</code></em> has no style property with that name. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
5287
5445
  </td>
5288
5446
  </tr>
5289
5447
  </tbody>
@@ -5328,11 +5486,11 @@ freed with <code class="function">g_free()</code>. <span class="annotation">[<ac
5328
5486
  <hr>
5329
5487
  <div class="refsect2">
5330
5488
  <a name="gtk-widget-region-intersect"></a><h3>gtk_widget_region_intersect ()</h3>
5331
- <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> * gtk_widget_region_intersect (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
5332
- <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>
5489
+ <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> * gtk_widget_region_intersect (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
5490
+ <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>
5333
5491
  <p>
5334
5492
  Computes the intersection of a <em class="parameter"><code>widget</code></em>'s area and <em class="parameter"><code>region</code></em>, returning
5335
- the intersection. The result may be empty, use <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-is-empty"><code class="function">cairo_region_is_empty()</code></a> to
5493
+ the intersection. The result may be empty, use <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-is-empty"><code class="function">cairo_region_is_empty()</code></a> to
5336
5494
  check.
5337
5495
  </p>
5338
5496
  <div class="variablelist"><table border="0" class="variablelist">
@@ -5348,7 +5506,7 @@ check.
5348
5506
  </tr>
5349
5507
  <tr>
5350
5508
  <td><p><span class="term"><em class="parameter"><code>region</code></em> :</span></p></td>
5351
- <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>, in the same coordinate system as
5509
+ <td>a <a href="/usr/share/gtk-doc/html/cairo/cairo-Regions.html#cairo-region-t"><span class="type">cairo_region_t</span></a>, in the same coordinate system as
5352
5510
  <em class="parameter"><code>widget-&gt;allocation</code></em>. That is, relative to <em class="parameter"><code>widget-&gt;window</code></em>
5353
5511
  for <code class="literal">NO_WINDOW</code> widgets; relative to the parent window
5354
5512
  of <em class="parameter"><code>widget-&gt;window</code></em> for widgets with their own window.</td>
@@ -5367,7 +5525,7 @@ window of <em class="parameter"><code>widget-&gt;window</code></em> for widgets
5367
5525
  <div class="refsect2">
5368
5526
  <a name="gtk-widget-send-expose"></a><h3>gtk_widget_send_expose ()</h3>
5369
5527
  <pre class="programlisting"><span class="returnvalue">gint</span> gtk_widget_send_expose (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
5370
- <em class="parameter"><code><a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
5528
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
5371
5529
  <p>
5372
5530
  Very rarely-used function. This function is used to emit
5373
5531
  an expose event on a widget. This function is not normally used
@@ -5377,9 +5535,9 @@ using <a class="link" href="GtkContainer.html#gtk-container-propagate-draw" titl
5377
5535
  </p>
5378
5536
  <p>
5379
5537
  If you want to force an area of a window to be redrawn,
5380
- use <a href="../gdk3/gdk3-Windows.html#gdk-window-invalidate-rect"><code class="function">gdk_window_invalidate_rect()</code></a> or <a href="../gdk3/gdk3-Windows.html#gdk-window-invalidate-region"><code class="function">gdk_window_invalidate_region()</code></a>.
5538
+ use <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-invalidate-rect"><code class="function">gdk_window_invalidate_rect()</code></a> or <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-invalidate-region"><code class="function">gdk_window_invalidate_region()</code></a>.
5381
5539
  To cause the redraw to be done immediately, follow that call
5382
- with a call to <a href="../gdk3/gdk3-Windows.html#gdk-window-process-updates"><code class="function">gdk_window_process_updates()</code></a>.
5540
+ with a call to <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-process-updates"><code class="function">gdk_window_process_updates()</code></a>.
5383
5541
  </p>
5384
5542
  <div class="variablelist"><table border="0" class="variablelist">
5385
5543
  <colgroup>
@@ -5394,7 +5552,7 @@ with a call to <a href="../gdk3/gdk3-Windows.html#gdk-window-process-updates"><c
5394
5552
  </tr>
5395
5553
  <tr>
5396
5554
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
5397
- <td>a expose <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a>
5555
+ <td>a expose <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a>
5398
5556
  </td>
5399
5557
  </tr>
5400
5558
  <tr>
@@ -5409,7 +5567,7 @@ the event was handled)</td>
5409
5567
  <div class="refsect2">
5410
5568
  <a name="gtk-widget-send-focus-change"></a><h3>gtk_widget_send_focus_change ()</h3>
5411
5569
  <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_widget_send_focus_change (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
5412
- <em class="parameter"><code><a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
5570
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
5413
5571
  <p>
5414
5572
  Sends the focus change <em class="parameter"><code>event</code></em> to <em class="parameter"><code>widget</code></em>
5415
5573
  </p>
@@ -5440,17 +5598,17 @@ An example of its usage is:
5440
5598
  9
5441
5599
  10
5442
5600
  11</pre></td>
5443
- <td class="listing_code"><pre class="programlisting"><span class="usertype">GdkEvent</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">fevent </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="../gdk3/gdk3-Events.html#gdk-event-new">gdk_event_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="../gdk3/gdk3-Events.html#GDK-FOCUS-CHANGE:CAPS">GDK_FOCUS_CHANGE</a></span><span class="symbol">);</span>
5601
+ <td class="listing_code"><pre class="programlisting"><span class="usertype">GdkEvent</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">fevent </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/gdk2/gdk3-Events.html#gdk-event-new">gdk_event_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-FOCUS-CHANGE:CAPS">GDK_FOCUS_CHANGE</a></span><span class="symbol">);</span>
5444
5602
 
5445
- <span class="normal">fevent</span><span class="symbol">-&gt;</span><span class="normal">focus_change</span><span class="symbol">.</span><span class="normal">type </span><span class="symbol">=</span><span class="normal"> <a href="../gdk3/gdk3-Events.html#GDK-FOCUS-CHANGE:CAPS">GDK_FOCUS_CHANGE</a></span><span class="symbol">;</span>
5603
+ <span class="normal">fevent</span><span class="symbol">-&gt;</span><span class="normal">focus_change</span><span class="symbol">.</span><span class="normal">type </span><span class="symbol">=</span><span class="normal"> <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-FOCUS-CHANGE:CAPS">GDK_FOCUS_CHANGE</a></span><span class="symbol">;</span>
5446
5604
  <span class="normal">fevent</span><span class="symbol">-&gt;</span><span class="normal">focus_change</span><span class="symbol">.</span><span class="normal">in </span><span class="symbol">=</span><span class="normal"> TRUE</span><span class="symbol">;</span>
5447
5605
  <span class="normal">fevent</span><span class="symbol">-&gt;</span><span class="normal">focus_change</span><span class="symbol">.</span><span class="normal">window </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkWidget.html#gtk-widget-get-window">gtk_widget_get_window</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">widget</span><span class="symbol">);</span>
5448
- <span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">fevent</span><span class="symbol">-&gt;</span><span class="normal">focus_change</span><span class="symbol">.</span><span class="normal">window </span><span class="symbol">!=</span><span class="normal"> <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS">NULL</a></span><span class="symbol">)</span>
5606
+ <span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">fevent</span><span class="symbol">-&gt;</span><span class="normal">focus_change</span><span class="symbol">.</span><span class="normal">window </span><span class="symbol">!=</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">)</span>
5449
5607
  <span class="normal"> </span><span class="function">g_object_ref</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">fevent</span><span class="symbol">-&gt;</span><span class="normal">focus_change</span><span class="symbol">.</span><span class="normal">window</span><span class="symbol">);</span>
5450
5608
 
5451
5609
  <span class="function"><a href="GtkWidget.html#gtk-widget-send-focus-change">gtk_widget_send_focus_change</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">widget</span><span class="symbol">,</span><span class="normal"> fevent</span><span class="symbol">);</span>
5452
5610
 
5453
- <span class="function"><a href="../gdk3/gdk3-Events.html#gdk-event-free">gdk_event_free</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">event</span><span class="symbol">);</span></pre></td>
5611
+ <span class="function"><a href="http://developer.gnome.org/gdk2/gdk3-Events.html#gdk-event-free">gdk_event_free</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">event</span><span class="symbol">);</span></pre></td>
5454
5612
  </tr>
5455
5613
  </tbody>
5456
5614
  </table>
@@ -5471,7 +5629,7 @@ An example of its usage is:
5471
5629
  </tr>
5472
5630
  <tr>
5473
5631
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
5474
- <td>a <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> of type GDK_FOCUS_CHANGE</td>
5632
+ <td>a <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> of type GDK_FOCUS_CHANGE</td>
5475
5633
  </tr>
5476
5634
  <tr>
5477
5635
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
@@ -5510,7 +5668,7 @@ Gets the values of a multiple style properties of <em class="parameter"><code>wi
5510
5668
  <td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
5511
5669
  <td>pairs of property names and locations to return the
5512
5670
  property values, starting with the location for
5513
- <em class="parameter"><code>first_property_name</code></em>, terminated by <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.</td>
5671
+ <em class="parameter"><code>first_property_name</code></em>, terminated by <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
5514
5672
  </tr>
5515
5673
  </tbody>
5516
5674
  </table></div>
@@ -5590,7 +5748,7 @@ for <em class="parameter"><code>first_property_name</code></em>.</td>
5590
5748
  </div>
5591
5749
  <p>
5592
5750
  This function attaches the widget's <a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a> to the widget's
5593
- <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>. It is a replacement for
5751
+ <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>. It is a replacement for
5594
5752
  </p>
5595
5753
  <p>
5596
5754
  </p>
@@ -5656,9 +5814,9 @@ This function should only be called from class init functions of widgets.
5656
5814
  <a name="gtk-widget-class-set-accessible-role"></a><h3>gtk_widget_class_set_accessible_role ()</h3>
5657
5815
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_class_set_accessible_role
5658
5816
  (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkWidgetClass" title="struct GtkWidgetClass"><span class="type">GtkWidgetClass</span></a> *widget_class</code></em>,
5659
- <em class="parameter"><code><span class="type">AtkRole</span> role</code></em>);</pre>
5817
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/atk/AtkObject.html#AtkRole"><span class="type">AtkRole</span></a> role</code></em>);</pre>
5660
5818
  <p>
5661
- Sets the default <span class="type">AtkRole</span> to be set on accessibles created for
5819
+ Sets the default <a href="/usr/share/gtk-doc/html/atk/AtkObject.html#AtkRole"><span class="type">AtkRole</span></a> to be set on accessibles created for
5662
5820
  widgets of <em class="parameter"><code>widget_class</code></em>. Accessibles may decide to not honor this
5663
5821
  setting if their role reporting is more refined. Calls to
5664
5822
  <a class="link" href="GtkWidget.html#gtk-widget-class-set-accessible-type" title="gtk_widget_class_set_accessible_type ()"><code class="function">gtk_widget_class_set_accessible_type()</code></a> will reset this value.
@@ -5670,7 +5828,7 @@ accessible type and use <a class="link" href="GtkWidget.html#gtk-widget-class-se
5670
5828
  instead.
5671
5829
  </p>
5672
5830
  <p>
5673
- If <em class="parameter"><code>role</code></em> is <span class="type">ATK_ROLE_INVALID</span>, the default role will not be changed
5831
+ If <em class="parameter"><code>role</code></em> is <a href="/usr/share/gtk-doc/html/atk/AtkObject.html#ATK-ROLE-INVALID:CAPS"><span class="type">ATK_ROLE_INVALID</span></a>, the default role will not be changed
5674
5832
  and the accessible's default role will be used instead.
5675
5833
  </p>
5676
5834
  <p>
@@ -5698,16 +5856,16 @@ This function should only be called from class init functions of widgets.
5698
5856
  <hr>
5699
5857
  <div class="refsect2">
5700
5858
  <a name="gtk-widget-get-accessible"></a><h3>gtk_widget_get_accessible ()</h3>
5701
- <pre class="programlisting"><span class="returnvalue">AtkObject</span> * gtk_widget_get_accessible (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
5859
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/atk/AtkObject.html"><span class="returnvalue">AtkObject</span></a> * gtk_widget_get_accessible (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
5702
5860
  <p>
5703
5861
  Returns the accessible object that describes the widget to an
5704
5862
  assistive technology.
5705
5863
  </p>
5706
5864
  <p>
5707
- If accessibility support is not available, this <span class="type">AtkObject</span>
5708
- instance may be a no-op. Likewise, if no class-specific <span class="type">AtkObject</span>
5865
+ If accessibility support is not available, this <a href="/usr/share/gtk-doc/html/atk/AtkObject.html"><span class="type">AtkObject</span></a>
5866
+ instance may be a no-op. Likewise, if no class-specific <a href="/usr/share/gtk-doc/html/atk/AtkObject.html"><span class="type">AtkObject</span></a>
5709
5867
  implementation is available for the widget instance in question,
5710
- it will inherit an <span class="type">AtkObject</span> implementation from the first ancestor
5868
+ it will inherit an <a href="/usr/share/gtk-doc/html/atk/AtkObject.html"><span class="type">AtkObject</span></a> implementation from the first ancestor
5711
5869
  class for which such an implementation is defined.
5712
5870
  </p>
5713
5871
  <p>
@@ -5728,7 +5886,7 @@ library contains more information about accessible objects and their uses.
5728
5886
  </tr>
5729
5887
  <tr>
5730
5888
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
5731
- <td>the <span class="type">AtkObject</span> associated with <em class="parameter"><code>widget</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
5889
+ <td>the <a href="/usr/share/gtk-doc/html/atk/AtkObject.html"><span class="type">AtkObject</span></a> associated with <em class="parameter"><code>widget</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
5732
5890
  </td>
5733
5891
  </tr>
5734
5892
  </tbody>
@@ -5897,7 +6055,7 @@ Returns the parent container of <em class="parameter"><code>widget</code></em>.
5897
6055
  </tr>
5898
6056
  <tr>
5899
6057
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
5900
- <td>the parent container of <em class="parameter"><code>widget</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>
6058
+ <td>the parent container of <em class="parameter"><code>widget</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>
5901
6059
  </td>
5902
6060
  </tr>
5903
6061
  </tbody>
@@ -5913,7 +6071,7 @@ Gets the settings object holding the settings used for this widget.
5913
6071
  <p>
5914
6072
  Note that this function can only be called when the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
5915
6073
  is attached to a toplevel, since the settings object is specific
5916
- to a particular <a href="../gdk3/GdkScreen.html"><span class="type">GdkScreen</span></a>.
6074
+ to a particular <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>.
5917
6075
  </p>
5918
6076
  <div class="variablelist"><table border="0" class="variablelist">
5919
6077
  <colgroup>
@@ -5938,10 +6096,10 @@ to a particular <a href="../gdk3/GdkScreen.html"><span class="type">GdkScreen</s
5938
6096
  <div class="refsect2">
5939
6097
  <a name="gtk-widget-get-clipboard"></a><h3>gtk_widget_get_clipboard ()</h3>
5940
6098
  <pre class="programlisting"><a class="link" href="gtk3-Clipboards.html#GtkClipboard"><span class="returnvalue">GtkClipboard</span></a> * gtk_widget_get_clipboard (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
5941
- <em class="parameter"><code><a href="../gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>);</pre>
6099
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>);</pre>
5942
6100
  <p>
5943
6101
  Returns the clipboard object for the given selection to
5944
- be used with <em class="parameter"><code>widget</code></em>. <em class="parameter"><code>widget</code></em> must have a <a href="../gdk3/GdkDisplay.html"><span class="type">GdkDisplay</span></a>
6102
+ be used with <em class="parameter"><code>widget</code></em>. <em class="parameter"><code>widget</code></em> must have a <a href="http://developer.gnome.org/gdk2/GdkDisplay.html"><span class="type">GdkDisplay</span></a>
5945
6103
  associated with it, so must be attached to a toplevel
5946
6104
  window.
5947
6105
  </p>
@@ -5958,10 +6116,10 @@ window.
5958
6116
  </tr>
5959
6117
  <tr>
5960
6118
  <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
5961
- <td>a <a href="../gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> which identifies the clipboard
5962
- to use. <a href="../gdk3/gdk3-Selections.html#GDK-SELECTION-CLIPBOARD:CAPS"><code class="literal">GDK_SELECTION_CLIPBOARD</code></a> gives the
6119
+ <td>a <a href="http://developer.gnome.org/gdk2/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> which identifies the clipboard
6120
+ to use. <a href="http://developer.gnome.org/gdk2/gdk3-Selections.html#GDK-SELECTION-CLIPBOARD:CAPS"><code class="literal">GDK_SELECTION_CLIPBOARD</code></a> gives the
5963
6121
  default clipboard. Another common value
5964
- is <a href="../gdk3/gdk3-Selections.html#GDK-SELECTION-PRIMARY:CAPS"><code class="literal">GDK_SELECTION_PRIMARY</code></a>, which gives
6122
+ is <a href="http://developer.gnome.org/gdk2/gdk3-Selections.html#GDK-SELECTION-PRIMARY:CAPS"><code class="literal">GDK_SELECTION_PRIMARY</code></a>, which gives
5965
6123
  the primary X selection.</td>
5966
6124
  </tr>
5967
6125
  <tr>
@@ -5979,9 +6137,9 @@ been created, it is persistent for all time. <span class="annotation">[<acronym
5979
6137
  <hr>
5980
6138
  <div class="refsect2">
5981
6139
  <a name="gtk-widget-get-display"></a><h3>gtk_widget_get_display ()</h3>
5982
- <pre class="programlisting"><a href="../gdk3/GdkDisplay.html"><span class="returnvalue">GdkDisplay</span></a> * gtk_widget_get_display (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
6140
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/GdkDisplay.html"><span class="returnvalue">GdkDisplay</span></a> * gtk_widget_get_display (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
5983
6141
  <p>
5984
- Get the <a href="../gdk3/GdkDisplay.html"><span class="type">GdkDisplay</span></a> for the toplevel window associated with
6142
+ Get the <a href="http://developer.gnome.org/gdk2/GdkDisplay.html"><span class="type">GdkDisplay</span></a> for the toplevel window associated with
5985
6143
  this widget. This function can only be called after the widget
5986
6144
  has been added to a widget hierarchy with a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> at the top.
5987
6145
  </p>
@@ -6003,7 +6161,7 @@ free those resources when the widget is unrealized.
6003
6161
  </tr>
6004
6162
  <tr>
6005
6163
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
6006
- <td>the <a href="../gdk3/GdkDisplay.html"><span class="type">GdkDisplay</span></a> for the toplevel for this widget. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
6164
+ <td>the <a href="http://developer.gnome.org/gdk2/GdkDisplay.html"><span class="type">GdkDisplay</span></a> for the toplevel for this widget. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
6007
6165
  </td>
6008
6166
  </tr>
6009
6167
  </tbody>
@@ -6013,7 +6171,7 @@ free those resources when the widget is unrealized.
6013
6171
  <hr>
6014
6172
  <div class="refsect2">
6015
6173
  <a name="gtk-widget-get-root-window"></a><h3>gtk_widget_get_root_window ()</h3>
6016
- <pre class="programlisting"><a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_widget_get_root_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
6174
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_widget_get_root_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
6017
6175
  <p>
6018
6176
  Get the root window where this widget is located. This function can
6019
6177
  only be called after the widget has been added to a widget
@@ -6021,7 +6179,7 @@ hierarchy with <a class="link" href="GtkWindow.html" title="GtkWindow"><span cla
6021
6179
  </p>
6022
6180
  <p>
6023
6181
  The root window is useful for such purposes as creating a popup
6024
- <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated with the window. In general, you should only
6182
+ <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated with the window. In general, you should only
6025
6183
  create display specific resources when a widget has been realized,
6026
6184
  and you should free those resources when the widget is unrealized.
6027
6185
  </p>
@@ -6038,7 +6196,7 @@ and you should free those resources when the widget is unrealized.
6038
6196
  </tr>
6039
6197
  <tr>
6040
6198
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
6041
- <td>the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> root window for the toplevel for this widget. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
6199
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> root window for the toplevel for this widget. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
6042
6200
  </td>
6043
6201
  </tr>
6044
6202
  </tbody>
@@ -6048,9 +6206,9 @@ and you should free those resources when the widget is unrealized.
6048
6206
  <hr>
6049
6207
  <div class="refsect2">
6050
6208
  <a name="gtk-widget-get-screen"></a><h3>gtk_widget_get_screen ()</h3>
6051
- <pre class="programlisting"><a href="../gdk3/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a> * gtk_widget_get_screen (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
6209
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a> * gtk_widget_get_screen (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
6052
6210
  <p>
6053
- Get the <a href="../gdk3/GdkScreen.html"><span class="type">GdkScreen</span></a> from the toplevel window associated with
6211
+ Get the <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> from the toplevel window associated with
6054
6212
  this widget. This function can only be called after the widget
6055
6213
  has been added to a widget hierarchy with a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
6056
6214
  at the top.
@@ -6073,7 +6231,7 @@ free those resources when the widget is unrealized.
6073
6231
  </tr>
6074
6232
  <tr>
6075
6233
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
6076
- <td>the <a href="../gdk3/GdkScreen.html"><span class="type">GdkScreen</span></a> for the toplevel for this widget. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
6234
+ <td>the <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> for the toplevel for this widget. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
6077
6235
  </td>
6078
6236
  </tr>
6079
6237
  </tbody>
@@ -6085,7 +6243,7 @@ free those resources when the widget is unrealized.
6085
6243
  <a name="gtk-widget-has-screen"></a><h3>gtk_widget_has_screen ()</h3>
6086
6244
  <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_widget_has_screen (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
6087
6245
  <p>
6088
- Checks whether there is a <a href="../gdk3/GdkScreen.html"><span class="type">GdkScreen</span></a> is associated with
6246
+ Checks whether there is a <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> is associated with
6089
6247
  this widget. All toplevel widgets have an associated
6090
6248
  screen, and all widgets added into a hierarchy with a toplevel
6091
6249
  window at the top.
@@ -6104,7 +6262,7 @@ window at the top.
6104
6262
  <tr>
6105
6263
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
6106
6264
  <td>
6107
- <code class="literal">TRUE</code> if there is a <a href="../gdk3/GdkScreen.html"><span class="type">GdkScreen</span></a> associcated
6265
+ <code class="literal">TRUE</code> if there is a <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> associcated
6108
6266
  with the widget.</td>
6109
6267
  </tr>
6110
6268
  </tbody>
@@ -6139,12 +6297,12 @@ this function.
6139
6297
  </tr>
6140
6298
  <tr>
6141
6299
  <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
6142
- <td>return location for width, 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>
6300
+ <td>return location for width, 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>
6143
6301
  </td>
6144
6302
  </tr>
6145
6303
  <tr>
6146
6304
  <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
6147
- <td>return location for height, 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>
6305
+ <td>return location for height, 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>
6148
6306
  </td>
6149
6307
  </tr>
6150
6308
  </tbody>
@@ -6456,7 +6614,7 @@ compositing manager is running for <em class="parameter"><code>widget</code></em
6456
6614
  <p>
6457
6615
  Please note that the semantics of this call will change
6458
6616
  in the future if used on a widget that has a composited
6459
- window in its hierarchy (as set by <a href="../gdk3/gdk3-Windows.html#gdk-window-set-composited"><code class="function">gdk_window_set_composited()</code></a>).
6617
+ window in its hierarchy (as set by <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-set-composited"><code class="function">gdk_window_set_composited()</code></a>).
6460
6618
  </p>
6461
6619
  <div class="variablelist"><table border="0" class="variablelist">
6462
6620
  <colgroup>
@@ -6486,10 +6644,10 @@ channel being drawn correctly.</td>
6486
6644
  <p>
6487
6645
  Notifies the user about an input-related error on this widget.
6488
6646
  If the <a class="link" href="GtkSettings.html#GtkSettings--gtk-error-bell" title='The "gtk-error-bell" property'><span class="type">"gtk-error-bell"</span></a> setting is <code class="literal">TRUE</code>, it calls
6489
- <a href="../gdk3/gdk3-Windows.html#gdk-window-beep"><code class="function">gdk_window_beep()</code></a>, otherwise it does nothing.
6647
+ <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-beep"><code class="function">gdk_window_beep()</code></a>, otherwise it does nothing.
6490
6648
  </p>
6491
6649
  <p>
6492
- Note that the effect of <a href="../gdk3/gdk3-Windows.html#gdk-window-beep"><code class="function">gdk_window_beep()</code></a> can be configured in many
6650
+ Note that the effect of <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-beep"><code class="function">gdk_window_beep()</code></a> can be configured in many
6493
6651
  ways, depending on the windowing backend and the desktop environment
6494
6652
  or window manager that is used.
6495
6653
  </p>
@@ -6530,7 +6688,7 @@ navigation outside the widget, e.g. by calling
6530
6688
  </p>
6531
6689
  <p>
6532
6690
  The default ::keynav-failed handler returns <code class="literal">TRUE</code> for
6533
- <a class="link" href="gtk3-Standard-Enumerations.html#GTK-DIR-TAB-FORWARD:CAPS"><code class="literal">GTK_DIR_TAB_FORWARD</code></a> and <a class="link" href="gtk3-Standard-Enumerations.html#GTK-DIR-TAB-BACKWARD:CAPS"><code class="literal">GTK_DIR_TAB_BACKWARD</code></a>. For the other
6691
+ <a href="http://developer.gnome.org/gtk2/gtk3-Standard-Enumerations.html#GTK-DIR-TAB-FORWARD:CAPS"><code class="literal">GTK_DIR_TAB_FORWARD</code></a> and <a href="http://developer.gnome.org/gtk2/gtk3-Standard-Enumerations.html#GTK-DIR-TAB-BACKWARD:CAPS"><code class="literal">GTK_DIR_TAB_BACKWARD</code></a>. For the other
6534
6692
  values of <a class="link" href="gtk3-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a>, it looks at the
6535
6693
  <a class="link" href="GtkSettings.html#GtkSettings--gtk-keynav-cursor-only" title='The "gtk-keynav-cursor-only" property'><span class="type">"gtk-keynav-cursor-only"</span></a> setting and returns <code class="literal">FALSE</code>
6536
6694
  if the setting is <code class="literal">TRUE</code>. This way the entire user interface
@@ -6595,7 +6753,7 @@ Gets the contents of the tooltip for <em class="parameter"><code>widget</code></
6595
6753
  </tr>
6596
6754
  <tr>
6597
6755
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
6598
- <td>the tooltip text, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. You should free the
6756
+ <td>the tooltip text, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. You should free the
6599
6757
  returned string with <code class="function">g_free()</code> when done.</td>
6600
6758
  </tr>
6601
6759
  </tbody>
@@ -6609,7 +6767,7 @@ returned string with <code class="function">g_free()</code> when done.</td>
6609
6767
  <em class="parameter"><code>const <span class="type">gchar</span> *markup</code></em>);</pre>
6610
6768
  <p>
6611
6769
  Sets <em class="parameter"><code>markup</code></em> as the contents of the tooltip, which is marked up with
6612
- the Pango text markup language.
6770
+ the <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango text markup language</a>.
6613
6771
  </p>
6614
6772
  <p>
6615
6773
  This function will take care of setting <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title='The "has-tooltip" property'><span class="type">"has-tooltip"</span></a> to <code class="literal">TRUE</code>
@@ -6632,7 +6790,7 @@ See also the <a class="link" href="GtkWidget.html#GtkWidget--tooltip-markup" tit
6632
6790
  </tr>
6633
6791
  <tr>
6634
6792
  <td><p><span class="term"><em class="parameter"><code>markup</code></em> :</span></p></td>
6635
- <td>the contents of the tooltip for <em class="parameter"><code>widget</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>
6793
+ <td>the contents of the tooltip for <em class="parameter"><code>widget</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>
6636
6794
  </td>
6637
6795
  </tr>
6638
6796
  </tbody>
@@ -6659,7 +6817,7 @@ Gets the contents of the tooltip for <em class="parameter"><code>widget</code></
6659
6817
  </tr>
6660
6818
  <tr>
6661
6819
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
6662
- <td>the tooltip text, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. You should free the
6820
+ <td>the tooltip text, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. You should free the
6663
6821
  returned string with <code class="function">g_free()</code> when done.</td>
6664
6822
  </tr>
6665
6823
  </tbody>
@@ -6692,7 +6850,7 @@ See also the <a class="link" href="GtkWidget.html#GtkWidget--tooltip-text" title
6692
6850
  </tr>
6693
6851
  <tr>
6694
6852
  <td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
6695
- <td>the contents of the tooltip for <em class="parameter"><code>widget</code></em>
6853
+ <td>the contents of the tooltip for <em class="parameter"><code>widget</code></em>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
6696
6854
  </td>
6697
6855
  </tr>
6698
6856
  </tbody>
@@ -6737,7 +6895,7 @@ using <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-window" title=
6737
6895
  Replaces the default, usually yellow, window used for displaying
6738
6896
  tooltips with <em class="parameter"><code>custom_window</code></em>. GTK+ will take care of showing and
6739
6897
  hiding <em class="parameter"><code>custom_window</code></em> at the right moment, to behave likewise as
6740
- the default tooltip window. If <em class="parameter"><code>custom_window</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 default
6898
+ the default tooltip window. If <em class="parameter"><code>custom_window</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, the default
6741
6899
  tooltip window will be used.
6742
6900
  </p>
6743
6901
  <p>
@@ -6757,7 +6915,7 @@ have the name "gtk-tooltip", see <a class="link" href="GtkWidget.html#gtk-widget
6757
6915
  </tr>
6758
6916
  <tr>
6759
6917
  <td><p><span class="term"><em class="parameter"><code>custom_window</code></em> :</span></p></td>
6760
- <td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>, 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>
6918
+ <td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>, 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>
6761
6919
  </td>
6762
6920
  </tr>
6763
6921
  </tbody>
@@ -6844,9 +7002,9 @@ information.
6844
7002
  <hr>
6845
7003
  <div class="refsect2">
6846
7004
  <a name="gtk-widget-get-window"></a><h3>gtk_widget_get_window ()</h3>
6847
- <pre class="programlisting"><a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_widget_get_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
7005
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_widget_get_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
6848
7006
  <p>
6849
- Returns the widget's window if it is realized, <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> otherwise
7007
+ Returns the widget's window if it is realized, <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise
6850
7008
  </p>
6851
7009
  <div class="variablelist"><table border="0" class="variablelist">
6852
7010
  <colgroup>
@@ -6871,9 +7029,75 @@ Returns the widget's window if it is realized, <a href="/home/mclasen/gnome/shar
6871
7029
  </div>
6872
7030
  <hr>
6873
7031
  <div class="refsect2">
7032
+ <a name="gtk-widget-register-window"></a><h3>gtk_widget_register_window ()</h3>
7033
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_register_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
7034
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
7035
+ <p>
7036
+ Registers a <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> with the widget and sets it up so that
7037
+ the widget recieves events for it. Call <a class="link" href="GtkWidget.html#gtk-widget-unregister-window" title="gtk_widget_unregister_window ()"><code class="function">gtk_widget_unregister_window()</code></a>
7038
+ when destroying the window.
7039
+ </p>
7040
+ <p>
7041
+ Before 3.8 you needed to call <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-set-user-data"><code class="function">gdk_window_set_user_data()</code></a> directly to set
7042
+ this up. This is now deprecated and you should use <a class="link" href="GtkWidget.html#gtk-widget-register-window" title="gtk_widget_register_window ()"><code class="function">gtk_widget_register_window()</code></a>
7043
+ instead. Old code will keep working as is, although some new features like
7044
+ transparency might not work perfectly.
7045
+ </p>
7046
+ <div class="variablelist"><table border="0" class="variablelist">
7047
+ <colgroup>
7048
+ <col align="left" valign="top">
7049
+ <col>
7050
+ </colgroup>
7051
+ <tbody>
7052
+ <tr>
7053
+ <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
7054
+ <td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
7055
+ </td>
7056
+ </tr>
7057
+ <tr>
7058
+ <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
7059
+ <td>a <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
7060
+ </td>
7061
+ </tr>
7062
+ </tbody>
7063
+ </table></div>
7064
+ <p class="since">Since 3.8</p>
7065
+ </div>
7066
+ <hr>
7067
+ <div class="refsect2">
7068
+ <a name="gtk-widget-unregister-window"></a><h3>gtk_widget_unregister_window ()</h3>
7069
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_unregister_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
7070
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
7071
+ <p>
7072
+ Unregisters a <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> from the widget that was previously set up with
7073
+ <a class="link" href="GtkWidget.html#gtk-widget-register-window" title="gtk_widget_register_window ()"><code class="function">gtk_widget_register_window()</code></a>. You need to call this when the window is
7074
+ no longer used by the widget, such as when you destroy it.
7075
+ </p>
7076
+ <div class="variablelist"><table border="0" class="variablelist">
7077
+ <colgroup>
7078
+ <col align="left" valign="top">
7079
+ <col>
7080
+ </colgroup>
7081
+ <tbody>
7082
+ <tr>
7083
+ <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
7084
+ <td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
7085
+ </td>
7086
+ </tr>
7087
+ <tr>
7088
+ <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
7089
+ <td>a <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
7090
+ </td>
7091
+ </tr>
7092
+ </tbody>
7093
+ </table></div>
7094
+ <p class="since">Since 3.8</p>
7095
+ </div>
7096
+ <hr>
7097
+ <div class="refsect2">
6874
7098
  <a name="gtk-cairo-should-draw-window"></a><h3>gtk_cairo_should_draw_window ()</h3>
6875
- <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_cairo_should_draw_window (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
6876
- <em class="parameter"><code><a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
7099
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_cairo_should_draw_window (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
7100
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
6877
7101
  <p>
6878
7102
  This function is supposed to be called in <a class="link" href="GtkWidget.html#GtkWidget-draw" title='The "draw" signal'><span class="type">"draw"</span></a>
6879
7103
  implementations for widgets that support multiple windows.
@@ -6912,9 +7136,9 @@ window.</td>
6912
7136
  <hr>
6913
7137
  <div class="refsect2">
6914
7138
  <a name="gtk-cairo-transform-to-window"></a><h3>gtk_cairo_transform_to_window ()</h3>
6915
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_cairo_transform_to_window (<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
7139
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_cairo_transform_to_window (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
6916
7140
  <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
6917
- <em class="parameter"><code><a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
7141
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
6918
7142
  <p>
6919
7143
  Transforms the given cairo context <em class="parameter"><code>cr</code></em> that from <em class="parameter"><code>widget</code></em>-relative
6920
7144
  coordinates to <em class="parameter"><code>window</code></em>-relative coordinates.
@@ -7263,7 +7487,7 @@ See <a class="link" href="GtkWidget.html#gtk-widget-set-double-buffered" title="
7263
7487
  <a name="gtk-widget-get-has-window"></a><h3>gtk_widget_get_has_window ()</h3>
7264
7488
  <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_widget_get_has_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
7265
7489
  <p>
7266
- Determines whether <em class="parameter"><code>widget</code></em> has a <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> of its own. See
7490
+ Determines whether <em class="parameter"><code>widget</code></em> has a <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> of its own. See
7267
7491
  <a class="link" href="GtkWidget.html#gtk-widget-set-has-window" title="gtk_widget_set_has_window ()"><code class="function">gtk_widget_set_has_window()</code></a>.
7268
7492
  </p>
7269
7493
  <div class="variablelist"><table border="0" class="variablelist">
@@ -7292,10 +7516,10 @@ Determines whether <em class="parameter"><code>widget</code></em> has a <a href=
7292
7516
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_set_has_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
7293
7517
  <em class="parameter"><code><span class="type">gboolean</span> has_window</code></em>);</pre>
7294
7518
  <p>
7295
- Specifies whether <em class="parameter"><code>widget</code></em> has a <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> of its own. Note that
7296
- all realized widgets have a non-<a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> "window" pointer
7297
- (<a class="link" href="GtkWidget.html#gtk-widget-get-window" title="gtk_widget_get_window ()"><code class="function">gtk_widget_get_window()</code></a> never returns a <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> window when a widget
7298
- is realized), but for many of them it's actually the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> of
7519
+ Specifies whether <em class="parameter"><code>widget</code></em> has a <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> of its own. Note that
7520
+ all realized widgets have a non-<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> "window" pointer
7521
+ (<a class="link" href="GtkWidget.html#gtk-widget-get-window" title="gtk_widget_get_window ()"><code class="function">gtk_widget_get_window()</code></a> never returns a <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> window when a widget
7522
+ is realized), but for many of them it's actually the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> of
7299
7523
  one of its parent widgets. Widgets that do not create a <code class="literal">window</code> for
7300
7524
  themselves in <a class="link" href="GtkWidget.html#GtkWidget-realize" title='The "realize" signal'><span class="type">"realize"</span></a> must announce this by
7301
7525
  calling this function with <em class="parameter"><code>has_window</code></em> = <code class="literal">FALSE</code>.
@@ -7418,9 +7642,12 @@ Returns the widget's state. See <a class="link" href="GtkWidget.html#gtk-widget-
7418
7642
  <a name="gtk-widget-get-visible"></a><h3>gtk_widget_get_visible ()</h3>
7419
7643
  <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_widget_get_visible (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
7420
7644
  <p>
7421
- Determines whether the widget is visible. Note that this doesn't
7422
- take into account whether the widget's parent is also visible
7423
- or the widget is obscured in any way.
7645
+ Determines whether the widget is visible. If you want to
7646
+ take into account whether the widget's parent is also marked as
7647
+ visible, use <a class="link" href="GtkWidget.html#gtk-widget-is-visible" title="gtk_widget_is_visible ()"><code class="function">gtk_widget_is_visible()</code></a> instead.
7648
+ </p>
7649
+ <p>
7650
+ This function does not check if the widget is obscured in any way.
7424
7651
  </p>
7425
7652
  <p>
7426
7653
  See <a class="link" href="GtkWidget.html#gtk-widget-set-visible" title="gtk_widget_set_visible ()"><code class="function">gtk_widget_set_visible()</code></a>.
@@ -7447,6 +7674,40 @@ See <a class="link" href="GtkWidget.html#gtk-widget-set-visible" title="gtk_widg
7447
7674
  </div>
7448
7675
  <hr>
7449
7676
  <div class="refsect2">
7677
+ <a name="gtk-widget-is-visible"></a><h3>gtk_widget_is_visible ()</h3>
7678
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_widget_is_visible (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
7679
+ <p>
7680
+ Determines whether the widget and all its parents are marked as
7681
+ visible.
7682
+ </p>
7683
+ <p>
7684
+ This function does not check if the widget is obscured in any way.
7685
+ </p>
7686
+ <p>
7687
+ See also <a class="link" href="GtkWidget.html#gtk-widget-get-visible" title="gtk_widget_get_visible ()"><code class="function">gtk_widget_get_visible()</code></a> and <a class="link" href="GtkWidget.html#gtk-widget-set-visible" title="gtk_widget_set_visible ()"><code class="function">gtk_widget_set_visible()</code></a>
7688
+ </p>
7689
+ <div class="variablelist"><table border="0" class="variablelist">
7690
+ <colgroup>
7691
+ <col align="left" valign="top">
7692
+ <col>
7693
+ </colgroup>
7694
+ <tbody>
7695
+ <tr>
7696
+ <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
7697
+ <td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
7698
+ </td>
7699
+ </tr>
7700
+ <tr>
7701
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
7702
+ <td>
7703
+ <code class="literal">TRUE</code> if the widget and all its parents are visible</td>
7704
+ </tr>
7705
+ </tbody>
7706
+ </table></div>
7707
+ <p class="since">Since 3.8</p>
7708
+ </div>
7709
+ <hr>
7710
+ <div class="refsect2">
7450
7711
  <a name="gtk-widget-set-visible"></a><h3>gtk_widget_set_visible ()</h3>
7451
7712
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_set_visible (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
7452
7713
  <em class="parameter"><code><span class="type">gboolean</span> visible</code></em>);</pre>
@@ -7800,16 +8061,16 @@ widget.
7800
8061
  <div class="refsect2">
7801
8062
  <a name="gtk-widget-set-window"></a><h3>gtk_widget_set_window ()</h3>
7802
8063
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_set_window (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
7803
- <em class="parameter"><code><a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
8064
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
7804
8065
  <p>
7805
8066
  Sets a widget's window. This function should only be used in a
7806
8067
  widget's <a class="link" href="GtkWidget.html#GtkWidget-realize" title='The "realize" signal'><span class="type">"realize"</span></a> implementation. The <code class="literal">window</code> passed is
7807
- usually either new window created with <a href="../gdk3/gdk3-Windows.html#gdk-window-new"><code class="function">gdk_window_new()</code></a>, or the
8068
+ usually either new window created with <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-new"><code class="function">gdk_window_new()</code></a>, or the
7808
8069
  window of its parent widget as returned by
7809
8070
  <a class="link" href="GtkWidget.html#gtk-widget-get-parent-window" title="gtk_widget_get_parent_window ()"><code class="function">gtk_widget_get_parent_window()</code></a>.
7810
8071
  </p>
7811
8072
  <p>
7812
- Widgets must indicate whether they will create their own <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
8073
+ Widgets must indicate whether they will create their own <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
7813
8074
  by calling <a class="link" href="GtkWidget.html#gtk-widget-set-has-window" title="gtk_widget_set_has_window ()"><code class="function">gtk_widget_set_has_window()</code></a>. This is usually done in the
7814
8075
  widget's <code class="function">init()</code> function.
7815
8076
  </p>
@@ -7834,7 +8095,7 @@ widget's <code class="function">init()</code> function.
7834
8095
  </tr>
7835
8096
  <tr>
7836
8097
  <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
7837
- <td>a <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
8098
+ <td>a <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
7838
8099
  </td>
7839
8100
  </tr>
7840
8101
  </tbody>
@@ -7879,8 +8140,8 @@ See <a class="link" href="GtkWidget.html#gtk-widget-grab-default" title="gtk_wid
7879
8140
  <a name="gtk-widget-get-receives-default"></a><h3>gtk_widget_get_receives_default ()</h3>
7880
8141
  <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_widget_get_receives_default (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
7881
8142
  <p>
7882
- Determines whether <em class="parameter"><code>widget</code></em> is alyways treated as default widget
7883
- withing its toplevel when it has the focus, even if another widget
8143
+ Determines whether <em class="parameter"><code>widget</code></em> is always treated as the default widget
8144
+ within its toplevel when it has the focus, even if another widget
7884
8145
  is the default.
7885
8146
  </p>
7886
8147
  <p>
@@ -7900,7 +8161,7 @@ See <a class="link" href="GtkWidget.html#gtk-widget-set-receives-default" title=
7900
8161
  <tr>
7901
8162
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
7902
8163
  <td>
7903
- <code class="literal">TRUE</code> if <em class="parameter"><code>widget</code></em> acts as default widget when focussed,
8164
+ <code class="literal">TRUE</code> if <em class="parameter"><code>widget</code></em> acts as the default widget when focussed,
7904
8165
  <code class="literal">FALSE</code> otherwise</td>
7905
8166
  </tr>
7906
8167
  </tbody>
@@ -7915,8 +8176,8 @@ See <a class="link" href="GtkWidget.html#gtk-widget-set-receives-default" title=
7915
8176
  <p>
7916
8177
  Enables or disables multiple pointer awareness. If this setting is <code class="literal">TRUE</code>,
7917
8178
  <em class="parameter"><code>widget</code></em> will start receiving multiple, per device enter/leave events. Note
7918
- that if custom <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>s are created in <a class="link" href="GtkWidget.html#GtkWidget-realize" title='The "realize" signal'><span class="type">"realize"</span></a>,
7919
- <a href="../gdk3/gdk3-Windows.html#gdk-window-set-support-multidevice"><code class="function">gdk_window_set_support_multidevice()</code></a> will have to be called manually on them.
8179
+ that if custom <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>s are created in <a class="link" href="GtkWidget.html#GtkWidget-realize" title='The "realize" signal'><span class="type">"realize"</span></a>,
8180
+ <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#gdk-window-set-support-multidevice"><code class="function">gdk_window_set_support_multidevice()</code></a> will have to be called manually on them.
7920
8181
  </p>
7921
8182
  <div class="variablelist"><table border="0" class="variablelist">
7922
8183
  <colgroup>
@@ -8130,7 +8391,7 @@ Normally, <a class="link" href="GtkWidget.html#gtk-widget-size-request" title="g
8130
8391
  <div class="refsect2">
8131
8392
  <a name="gtk-widget-device-is-shadowed"></a><h3>gtk_widget_device_is_shadowed ()</h3>
8132
8393
  <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_widget_device_is_shadowed (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
8133
- <em class="parameter"><code><a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
8394
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
8134
8395
  <p>
8135
8396
  Returns <code class="literal">TRUE</code> if <em class="parameter"><code>device</code></em> has been shadowed by a GTK+
8136
8397
  device grab on another widget, so it would stop sending
@@ -8151,7 +8412,7 @@ devices. See <a class="link" href="gtk3-General.html#gtk-device-grab-add" title=
8151
8412
  </tr>
8152
8413
  <tr>
8153
8414
  <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td>
8154
- <td>a <a href="../gdk3/GdkDevice.html"><span class="type">GdkDevice</span></a>
8415
+ <td>a <a href="http://developer.gnome.org/gdk2/GdkDevice.html"><span class="type">GdkDevice</span></a>
8155
8416
  </td>
8156
8417
  </tr>
8157
8418
  <tr>
@@ -8167,14 +8428,14 @@ by another <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="
8167
8428
  <hr>
8168
8429
  <div class="refsect2">
8169
8430
  <a name="gtk-widget-get-modifier-mask"></a><h3>gtk_widget_get_modifier_mask ()</h3>
8170
- <pre class="programlisting"><a href="../gdk3/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a> gtk_widget_get_modifier_mask (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
8431
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a> gtk_widget_get_modifier_mask (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
8171
8432
  <em class="parameter"><code><span class="type">GdkModifierIntent</span> intent</code></em>);</pre>
8172
8433
  <p>
8173
8434
  Returns the modifier mask the <em class="parameter"><code>widget</code></em>'s windowing system backend
8174
8435
  uses for a particular purpose.
8175
8436
  </p>
8176
8437
  <p>
8177
- See <a href="../gdk3/gdk3-Keyboard-Handling.html#gdk-keymap-get-modifier-mask"><code class="function">gdk_keymap_get_modifier_mask()</code></a>.
8438
+ See <a href="http://developer.gnome.org/gdk2/gdk3-Keyboard-Handling.html#gdk-keymap-get-modifier-mask"><code class="function">gdk_keymap_get_modifier_mask()</code></a>.
8178
8439
  </p>
8179
8440
  <div class="variablelist"><table border="0" class="variablelist">
8180
8441
  <colgroup>
@@ -8238,6 +8499,75 @@ setting their 'action-name' to
8238
8499
  </div>
8239
8500
  <hr>
8240
8501
  <div class="refsect2">
8502
+ <a name="gtk-widget-get-opacity"></a><h3>gtk_widget_get_opacity ()</h3>
8503
+ <pre class="programlisting"><span class="returnvalue">double</span> gtk_widget_get_opacity (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
8504
+ <p>
8505
+ Fetches the requested opacity for this widget. See
8506
+ <a class="link" href="GtkWidget.html#gtk-widget-set-opacity" title="gtk_widget_set_opacity ()"><code class="function">gtk_widget_set_opacity()</code></a>.
8507
+ </p>
8508
+ <div class="variablelist"><table border="0" class="variablelist">
8509
+ <colgroup>
8510
+ <col align="left" valign="top">
8511
+ <col>
8512
+ </colgroup>
8513
+ <tbody>
8514
+ <tr>
8515
+ <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
8516
+ <td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
8517
+ </td>
8518
+ </tr>
8519
+ <tr>
8520
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
8521
+ <td>the requested opacity for this widget.</td>
8522
+ </tr>
8523
+ </tbody>
8524
+ </table></div>
8525
+ <p class="since">Since 3.8</p>
8526
+ </div>
8527
+ <hr>
8528
+ <div class="refsect2">
8529
+ <a name="gtk-widget-set-opacity"></a><h3>gtk_widget_set_opacity ()</h3>
8530
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_widget_set_opacity (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
8531
+ <em class="parameter"><code><span class="type">double</span> opacity</code></em>);</pre>
8532
+ <p>
8533
+ Request the <em class="parameter"><code>widget</code></em> to be rendered partially transparent,
8534
+ with opacity 0 being fully transparent and 1 fully opaque. (Opacity values
8535
+ are clamped to the [0,1] range.).
8536
+ This works on both toplevel widget, and child widgets, although there
8537
+ are some limitations:
8538
+ </p>
8539
+ <p>
8540
+ For toplevel widgets this depends on the capabilities of the windowing
8541
+ system. On X11 this has any effect only on X screens with a compositing manager
8542
+ running. See <a class="link" href="GtkWidget.html#gtk-widget-is-composited" title="gtk_widget_is_composited ()"><code class="function">gtk_widget_is_composited()</code></a>. On Windows it should work
8543
+ always, although setting a window's opacity after the window has been
8544
+ shown causes it to flicker once on Windows.
8545
+ </p>
8546
+ <p>
8547
+ For child widgets it doesn't work if any affected widget has a native window, or
8548
+ disables double buffering.
8549
+ </p>
8550
+ <div class="variablelist"><table border="0" class="variablelist">
8551
+ <colgroup>
8552
+ <col align="left" valign="top">
8553
+ <col>
8554
+ </colgroup>
8555
+ <tbody>
8556
+ <tr>
8557
+ <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
8558
+ <td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
8559
+ </td>
8560
+ </tr>
8561
+ <tr>
8562
+ <td><p><span class="term"><em class="parameter"><code>opacity</code></em> :</span></p></td>
8563
+ <td>desired opacity, between 0 and 1</td>
8564
+ </tr>
8565
+ </tbody>
8566
+ </table></div>
8567
+ <p class="since">Since 3.8</p>
8568
+ </div>
8569
+ <hr>
8570
+ <div class="refsect2">
8241
8571
  <a name="gtk-widget-get-path"></a><h3>gtk_widget_get_path ()</h3>
8242
8572
  <pre class="programlisting"><a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="returnvalue">GtkWidgetPath</span></a> * gtk_widget_get_path (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
8243
8573
  <p>
@@ -8410,7 +8740,7 @@ width-for-height geometry management.
8410
8740
  </tr>
8411
8741
  <tr>
8412
8742
  <td><p><a name="GTK-SIZE-REQUEST-CONSTANT-SIZE:CAPS"></a><span class="term"><code class="literal">GTK_SIZE_REQUEST_CONSTANT_SIZE</code></span></p></td>
8413
- <td>Dont trade height-for-width or width-for-height
8743
+ <td>Don't trade height-for-width or width-for-height
8414
8744
  </td>
8415
8745
  </tr>
8416
8746
  </tbody>
@@ -8487,12 +8817,12 @@ returned by the widget itself.
8487
8817
  </tr>
8488
8818
  <tr>
8489
8819
  <td><p><span class="term"><em class="parameter"><code>minimum_height</code></em> :</span></p></td>
8490
- <td>location to store the minimum height, 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>
8820
+ <td>location to store the minimum height, 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>
8491
8821
  </td>
8492
8822
  </tr>
8493
8823
  <tr>
8494
8824
  <td><p><span class="term"><em class="parameter"><code>natural_height</code></em> :</span></p></td>
8495
- <td>location to store the natural height, 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>
8825
+ <td>location to store the natural height, 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>
8496
8826
  </td>
8497
8827
  </tr>
8498
8828
  </tbody>
@@ -8536,12 +8866,12 @@ returned by the widget itself.
8536
8866
  </tr>
8537
8867
  <tr>
8538
8868
  <td><p><span class="term"><em class="parameter"><code>minimum_width</code></em> :</span></p></td>
8539
- <td>location to store the minimum width, 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>
8869
+ <td>location to store the minimum width, 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>
8540
8870
  </td>
8541
8871
  </tr>
8542
8872
  <tr>
8543
8873
  <td><p><span class="term"><em class="parameter"><code>natural_width</code></em> :</span></p></td>
8544
- <td>location to store the natural width, 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>
8874
+ <td>location to store the natural width, 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>
8545
8875
  </td>
8546
8876
  </tr>
8547
8877
  </tbody>
@@ -8583,12 +8913,12 @@ returned by the widget itself.
8583
8913
  </tr>
8584
8914
  <tr>
8585
8915
  <td><p><span class="term"><em class="parameter"><code>minimum_height</code></em> :</span></p></td>
8586
- <td>location for storing the minimum height, 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>
8916
+ <td>location for storing the minimum height, 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>
8587
8917
  </td>
8588
8918
  </tr>
8589
8919
  <tr>
8590
8920
  <td><p><span class="term"><em class="parameter"><code>natural_height</code></em> :</span></p></td>
8591
- <td>location for storing the natural height, 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>
8921
+ <td>location for storing the natural height, 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>
8592
8922
  </td>
8593
8923
  </tr>
8594
8924
  </tbody>
@@ -8630,12 +8960,12 @@ returned by the widget itself.
8630
8960
  </tr>
8631
8961
  <tr>
8632
8962
  <td><p><span class="term"><em class="parameter"><code>minimum_width</code></em> :</span></p></td>
8633
- <td>location for storing the minimum width, 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>
8963
+ <td>location for storing the minimum width, 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>
8634
8964
  </td>
8635
8965
  </tr>
8636
8966
  <tr>
8637
8967
  <td><p><span class="term"><em class="parameter"><code>natural_width</code></em> :</span></p></td>
8638
- <td>location for storing the natural width, 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>
8968
+ <td>location for storing the natural width, 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>
8639
8969
  </td>
8640
8970
  </tr>
8641
8971
  </tbody>
@@ -8718,12 +9048,12 @@ the minimum width.</p>
8718
9048
  </tr>
8719
9049
  <tr>
8720
9050
  <td><p><span class="term"><em class="parameter"><code>minimum_size</code></em> :</span></p></td>
8721
- <td>location for storing the minimum size, 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>
9051
+ <td>location for storing the minimum size, 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>
8722
9052
  </td>
8723
9053
  </tr>
8724
9054
  <tr>
8725
9055
  <td><p><span class="term"><em class="parameter"><code>natural_size</code></em> :</span></p></td>
8726
- <td>location for storing the natural size, 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>
9056
+ <td>location for storing the natural size, 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>
8727
9057
  </td>
8728
9058
  </tr>
8729
9059
  </tbody>
@@ -9549,7 +9879,7 @@ Whether the widget is double buffered.
9549
9879
  <hr>
9550
9880
  <div class="refsect2">
9551
9881
  <a name="GtkWidget--events"></a><h3>The <code class="literal">"events"</code> property</h3>
9552
- <pre class="programlisting"> "events" <a href="../gdk3/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> : Read / Write</pre>
9882
+ <pre class="programlisting"> "events" <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GdkEventMask"><span class="type">GdkEventMask</span></a> : Read / Write</pre>
9553
9883
  <p>The event mask that decides what kind of GdkEvents this widget gets.</p>
9554
9884
  <p>Default value: GDK_STRUCTURE_MASK</p>
9555
9885
  </div>
@@ -9733,6 +10063,21 @@ request, the margin will be added in addition to the size from
9733
10063
  </div>
9734
10064
  <hr>
9735
10065
  <div class="refsect2">
10066
+ <a name="GtkWidget--opacity"></a><h3>The <code class="literal">"opacity"</code> property</h3>
10067
+ <pre class="programlisting"> "opacity" <span class="type">gdouble</span> : Read / Write</pre>
10068
+ <p>
10069
+ The requested opacity of the widget. See <a class="link" href="GtkWidget.html#gtk-widget-set-opacity" title="gtk_widget_set_opacity ()"><code class="function">gtk_widget_set_opacity()</code></a> for
10070
+ more details about window opacity.
10071
+ </p>
10072
+ <p>
10073
+ Before 3.8 this was only availible in GtkWindow
10074
+ </p>
10075
+ <p>Allowed values: [0,1]</p>
10076
+ <p>Default value: 1</p>
10077
+ <p class="since">Since 3.8</p>
10078
+ </div>
10079
+ <hr>
10080
+ <div class="refsect2">
9736
10081
  <a name="GtkWidget--parent"></a><h3>The <code class="literal">"parent"</code> property</h3>
9737
10082
  <pre class="programlisting"> "parent" <a class="link" href="GtkContainer.html" title="GtkContainer"><span class="type">GtkContainer</span></a>* : Read / Write</pre>
9738
10083
  <p>The parent widget of this widget. Must be a Container widget.</p>
@@ -9763,12 +10108,12 @@ request, the margin will be added in addition to the size from
9763
10108
  <pre class="programlisting"> "tooltip-markup" <span class="type">gchar</span>* : Read / Write</pre>
9764
10109
  <p>
9765
10110
  Sets the text of tooltip to be the given string, which is marked up
9766
- with the Pango text markup language.
10111
+ with the <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango text markup language</a>.
9767
10112
  Also see <a class="link" href="GtkTooltip.html#gtk-tooltip-set-markup" title="gtk_tooltip_set_markup ()"><code class="function">gtk_tooltip_set_markup()</code></a>.
9768
10113
  </p>
9769
10114
  <p>
9770
10115
  This is a convenience property which will take care of getting the
9771
- tooltip shown if the given string is not <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>: <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title='The "has-tooltip" property'><span class="type">"has-tooltip"</span></a>
10116
+ tooltip shown if the given string is not <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>: <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title='The "has-tooltip" property'><span class="type">"has-tooltip"</span></a>
9772
10117
  will automatically be set to <code class="literal">TRUE</code> and there will be taken care of
9773
10118
  <a class="link" href="GtkWidget.html#GtkWidget-query-tooltip" title='The "query-tooltip" signal'><span class="type">"query-tooltip"</span></a> in the default signal handler.
9774
10119
  </p>
@@ -9787,7 +10132,7 @@ Also see <a class="link" href="GtkTooltip.html#gtk-tooltip-set-text" title="gtk_
9787
10132
  </p>
9788
10133
  <p>
9789
10134
  This is a convenience property which will take care of getting the
9790
- tooltip shown if the given string is not <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>: <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title='The "has-tooltip" property'><span class="type">"has-tooltip"</span></a>
10135
+ tooltip shown if the given string is not <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>: <a class="link" href="GtkWidget.html#GtkWidget--has-tooltip" title='The "has-tooltip" property'><span class="type">"has-tooltip"</span></a>
9791
10136
  will automatically be set to <code class="literal">TRUE</code> and there will be taken care of
9792
10137
  <a class="link" href="GtkWidget.html#GtkWidget-query-tooltip" title='The "query-tooltip" signal'><span class="type">"query-tooltip"</span></a> in the default signal handler.
9793
10138
  </p>
@@ -9842,9 +10187,9 @@ Whether to use the <a class="link" href="GtkWidget.html#GtkWidget--vexpand" titl
9842
10187
  <hr>
9843
10188
  <div class="refsect2">
9844
10189
  <a name="GtkWidget--window"></a><h3>The <code class="literal">"window"</code> property</h3>
9845
- <pre class="programlisting"> "window" <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>* : Read</pre>
10190
+ <pre class="programlisting"> "window" <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>* : Read</pre>
9846
10191
  <p>
9847
- The widget's window if it is realized, <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> otherwise.
10192
+ The widget's window if it is realized, <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.
9848
10193
  </p>
9849
10194
  <p class="since">Since 2.14</p>
9850
10195
  </div>
@@ -9861,7 +10206,7 @@ The widget's window if it is realized, <a href="/home/mclasen/gnome/share/gtk-do
9861
10206
  <hr>
9862
10207
  <div class="refsect2">
9863
10208
  <a name="GtkWidget--s-cursor-color"></a><h3>The <code class="literal">"cursor-color"</code> style property</h3>
9864
- <pre class="programlisting"> "cursor-color" <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read</pre>
10209
+ <pre class="programlisting"> "cursor-color" <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read</pre>
9865
10210
  <p>Color with which to draw insertion cursor.</p>
9866
10211
  </div>
9867
10212
  <hr>
@@ -9897,7 +10242,7 @@ The widget's window if it is realized, <a href="/home/mclasen/gnome/share/gtk-do
9897
10242
  <hr>
9898
10243
  <div class="refsect2">
9899
10244
  <a name="GtkWidget--s-link-color"></a><h3>The <code class="literal">"link-color"</code> style property</h3>
9900
- <pre class="programlisting"> "link-color" <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read</pre>
10245
+ <pre class="programlisting"> "link-color" <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read</pre>
9901
10246
  <p>
9902
10247
  The "link-color" style property defines the color of unvisited links.
9903
10248
  </p>
@@ -9930,7 +10275,7 @@ vertical scroll arrows.
9930
10275
  <hr>
9931
10276
  <div class="refsect2">
9932
10277
  <a name="GtkWidget--s-secondary-cursor-color"></a><h3>The <code class="literal">"secondary-cursor-color"</code> style property</h3>
9933
- <pre class="programlisting"> "secondary-cursor-color" <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read</pre>
10278
+ <pre class="programlisting"> "secondary-cursor-color" <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read</pre>
9934
10279
  <p>Color with which to draw the secondary insertion cursor when editing mixed right-to-left and left-to-right text.</p>
9935
10280
  </div>
9936
10281
  <hr>
@@ -9976,7 +10321,7 @@ This property only takes effect if <span class="type">"wide-separators"</span> i
9976
10321
  <hr>
9977
10322
  <div class="refsect2">
9978
10323
  <a name="GtkWidget--s-visited-link-color"></a><h3>The <code class="literal">"visited-link-color"</code> style property</h3>
9979
- <pre class="programlisting"> "visited-link-color" <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read</pre>
10324
+ <pre class="programlisting"> "visited-link-color" <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read</pre>
9980
10325
  <p>
9981
10326
  The "visited-link-color" style property defines the color of visited links.
9982
10327
  </p>
@@ -10028,15 +10373,15 @@ configurable width and should be drawn using a box instead of a line.
10028
10373
  <div class="refsect2">
10029
10374
  <a name="GtkWidget-button-press-event"></a><h3>The <code class="literal">"button-press-event"</code> signal</h3>
10030
10375
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10031
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
10376
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
10032
10377
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
10033
10378
  <p>
10034
10379
  The ::button-press-event signal will be emitted when a button
10035
10380
  (typically from a mouse) is pressed.
10036
10381
  </p>
10037
10382
  <p>
10038
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the
10039
- widget needs to enable the <a href="../gdk3/gdk3-Events.html#GDK-BUTTON-PRESS-MASK:CAPS"><span class="type">GDK_BUTTON_PRESS_MASK</span></a> mask.
10383
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the
10384
+ widget needs to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-BUTTON-PRESS-MASK:CAPS"><span class="type">GDK_BUTTON_PRESS_MASK</span></a> mask.
10040
10385
  </p>
10041
10386
  <p>
10042
10387
  This signal will be sent to the grab widget if there is one.
@@ -10053,8 +10398,8 @@ This signal will be sent to the grab widget if there is one.
10053
10398
  </tr>
10054
10399
  <tr>
10055
10400
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
10056
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> which triggered
10057
- this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventButton]</span>
10401
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> which triggered
10402
+ this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventButton]</span>
10058
10403
  </td>
10059
10404
  </tr>
10060
10405
  <tr>
@@ -10074,15 +10419,15 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
10074
10419
  <div class="refsect2">
10075
10420
  <a name="GtkWidget-button-release-event"></a><h3>The <code class="literal">"button-release-event"</code> signal</h3>
10076
10421
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10077
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
10422
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
10078
10423
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
10079
10424
  <p>
10080
10425
  The ::button-release-event signal will be emitted when a button
10081
10426
  (typically from a mouse) is released.
10082
10427
  </p>
10083
10428
  <p>
10084
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the
10085
- widget needs to enable the <a href="../gdk3/gdk3-Events.html#GDK-BUTTON-RELEASE-MASK:CAPS"><span class="type">GDK_BUTTON_RELEASE_MASK</span></a> mask.
10429
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the
10430
+ widget needs to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-BUTTON-RELEASE-MASK:CAPS"><span class="type">GDK_BUTTON_RELEASE_MASK</span></a> mask.
10086
10431
  </p>
10087
10432
  <p>
10088
10433
  This signal will be sent to the grab widget if there is one.
@@ -10099,8 +10444,8 @@ This signal will be sent to the grab widget if there is one.
10099
10444
  </tr>
10100
10445
  <tr>
10101
10446
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
10102
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> which triggered
10103
- this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventButton]</span>
10447
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventButton"><span class="type">GdkEventButton</span></a> which triggered
10448
+ this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventButton]</span>
10104
10449
  </td>
10105
10450
  </tr>
10106
10451
  <tr>
@@ -10196,7 +10541,7 @@ changed on an object. The signal's detail holds the property name.
10196
10541
  <p>
10197
10542
  The ::composited-changed signal is emitted when the composited
10198
10543
  status of <em class="parameter"><code>widget</code></em>s screen changes.
10199
- See <a href="../gdk3/GdkScreen.html#gdk-screen-is-composited"><code class="function">gdk_screen_is_composited()</code></a>.
10544
+ See <a href="http://developer.gnome.org/gdk2/GdkScreen.html#gdk-screen-is-composited"><code class="function">gdk_screen_is_composited()</code></a>.
10200
10545
  </p>
10201
10546
  <div class="variablelist"><table border="0" class="variablelist">
10202
10547
  <colgroup>
@@ -10219,15 +10564,15 @@ See <a href="../gdk3/GdkScreen.html#gdk-screen-is-composited"><code class="funct
10219
10564
  <div class="refsect2">
10220
10565
  <a name="GtkWidget-configure-event"></a><h3>The <code class="literal">"configure-event"</code> signal</h3>
10221
10566
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10222
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
10567
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
10223
10568
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
10224
10569
  <p>
10225
10570
  The ::configure-event signal will be emitted when the size, position or
10226
10571
  stacking of the <em class="parameter"><code>widget</code></em>'s window has changed.
10227
10572
  </p>
10228
10573
  <p>
10229
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
10230
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable this mask
10574
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
10575
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable this mask
10231
10576
  automatically for all new windows.
10232
10577
  </p>
10233
10578
  <div class="variablelist"><table border="0" class="variablelist">
@@ -10242,8 +10587,8 @@ automatically for all new windows.
10242
10587
  </tr>
10243
10588
  <tr>
10244
10589
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
10245
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventConfigure"><span class="type">GdkEventConfigure</span></a> which triggered
10246
- this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventConfigure]</span>
10590
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventConfigure"><span class="type">GdkEventConfigure</span></a> which triggered
10591
+ this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventConfigure]</span>
10247
10592
  </td>
10248
10593
  </tr>
10249
10594
  <tr>
@@ -10263,7 +10608,7 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
10263
10608
  <div class="refsect2">
10264
10609
  <a name="GtkWidget-damage-event"></a><h3>The <code class="literal">"damage-event"</code> signal</h3>
10265
10610
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10266
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
10611
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
10267
10612
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
10268
10613
  <p>
10269
10614
  Emitted when a redirected window belonging to <em class="parameter"><code>widget</code></em> gets drawn into.
@@ -10282,7 +10627,7 @@ drawable was drawn into.
10282
10627
  </tr>
10283
10628
  <tr>
10284
10629
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
10285
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventExpose"><span class="type">GdkEventExpose</span></a> event. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventExpose]</span>
10630
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventExpose"><span class="type">GdkEventExpose</span></a> event. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventExpose]</span>
10286
10631
  </td>
10287
10632
  </tr>
10288
10633
  <tr>
@@ -10303,7 +10648,7 @@ drawable was drawn into.
10303
10648
  <div class="refsect2">
10304
10649
  <a name="GtkWidget-delete-event"></a><h3>The <code class="literal">"delete-event"</code> signal</h3>
10305
10650
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10306
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
10651
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
10307
10652
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
10308
10653
  <p>
10309
10654
  The ::delete-event signal is emitted if a user requests that
@@ -10370,17 +10715,17 @@ if all references are released.
10370
10715
  <div class="refsect2">
10371
10716
  <a name="GtkWidget-destroy-event"></a><h3>The <code class="literal">"destroy-event"</code> signal</h3>
10372
10717
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10373
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
10718
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
10374
10719
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
10375
10720
  <p>
10376
- The ::destroy-event signal is emitted when a <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> is destroyed.
10721
+ The ::destroy-event signal is emitted when a <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> is destroyed.
10377
10722
  You rarely get this signal, because most widgets disconnect themselves
10378
10723
  from their window before they destroy it, so no widget owns the
10379
10724
  window at destroy time.
10380
10725
  </p>
10381
10726
  <p>
10382
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
10383
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable this mask
10727
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
10728
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable this mask
10384
10729
  automatically for all new windows.
10385
10730
  </p>
10386
10731
  <div class="variablelist"><table border="0" class="variablelist">
@@ -10446,7 +10791,7 @@ of a widget changes.
10446
10791
  <div class="refsect2">
10447
10792
  <a name="GtkWidget-drag-begin"></a><h3>The <code class="literal">"drag-begin"</code> signal</h3>
10448
10793
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10449
- <a href="../gdk3/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
10794
+ <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
10450
10795
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
10451
10796
  <p>
10452
10797
  The ::drag-begin signal is emitted on the drag source when a drag is
@@ -10483,11 +10828,11 @@ override what the default handler did.
10483
10828
  <div class="refsect2">
10484
10829
  <a name="GtkWidget-drag-data-delete"></a><h3>The <code class="literal">"drag-data-delete"</code> signal</h3>
10485
10830
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10486
- <a href="../gdk3/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
10831
+ <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
10487
10832
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
10488
10833
  <p>
10489
10834
  The ::drag-data-delete signal is emitted on the drag source when a drag
10490
- with the action <a href="../gdk3/gdk3-Drag-and-Drop.html#GDK-ACTION-MOVE:CAPS"><code class="literal">GDK_ACTION_MOVE</code></a> is successfully completed. The signal
10835
+ with the action <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GDK-ACTION-MOVE:CAPS"><code class="literal">GDK_ACTION_MOVE</code></a> is successfully completed. The signal
10491
10836
  handler is responsible for deleting the data that has been dropped. What
10492
10837
  "delete" means depends on the context of the drag operation.
10493
10838
  </p>
@@ -10516,7 +10861,7 @@ handler is responsible for deleting the data that has been dropped. What
10516
10861
  <div class="refsect2">
10517
10862
  <a name="GtkWidget-drag-data-get"></a><h3>The <code class="literal">"drag-data-get"</code> signal</h3>
10518
10863
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10519
- <a href="../gdk3/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
10864
+ <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
10520
10865
  <a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *data,
10521
10866
  <span class="type">guint</span> info,
10522
10867
  <span class="type">guint</span> time,
@@ -10567,7 +10912,7 @@ is indicated by <em class="parameter"><code>info</code></em>. See <a class="link
10567
10912
  <div class="refsect2">
10568
10913
  <a name="GtkWidget-drag-data-received"></a><h3>The <code class="literal">"drag-data-received"</code> signal</h3>
10569
10914
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10570
- <a href="../gdk3/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
10915
+ <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
10571
10916
  <span class="type">gint</span> x,
10572
10917
  <span class="type">gint</span> y,
10573
10918
  <a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *data,
@@ -10578,7 +10923,7 @@ is indicated by <em class="parameter"><code>info</code></em>. See <a class="link
10578
10923
  The ::drag-data-received signal is emitted on the drop site when the
10579
10924
  dragged data has been received. If the data was received in order to
10580
10925
  determine whether the drop will be accepted, the handler is expected
10581
- to call <a href="../gdk3/gdk3-Drag-and-Drop.html#gdk-drag-status"><code class="function">gdk_drag_status()</code></a> and <span class="emphasis"><em>not</em></span> finish the drag.
10926
+ to call <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#gdk-drag-status"><code class="function">gdk_drag_status()</code></a> and <span class="emphasis"><em>not</em></span> finish the drag.
10582
10927
  If the data was received in response to a <a class="link" href="GtkWidget.html#GtkWidget-drag-drop" title='The "drag-drop" signal'><span class="type">"drag-drop"</span></a> signal
10583
10928
  (and this is the last target to be received), the handler for this
10584
10929
  signal is expected to process the received data and then call
@@ -10587,8 +10932,8 @@ whether the data was processed successfully.
10587
10932
  </p>
10588
10933
  <p>
10589
10934
  The handler may inspect the selected action with
10590
- <a href="../gdk3/gdk3-Drag-and-Drop.html#gdk-drag-context-get-selected-action"><code class="function">gdk_drag_context_get_selected_action()</code></a> before calling
10591
- <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-finish" title="gtk_drag_finish ()"><code class="function">gtk_drag_finish()</code></a>, e.g. to implement <a href="../gdk3/gdk3-Drag-and-Drop.html#GDK-ACTION-ASK:CAPS"><code class="literal">GDK_ACTION_ASK</code></a> as
10935
+ <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#gdk-drag-context-get-selected-action"><code class="function">gdk_drag_context_get_selected_action()</code></a> before calling
10936
+ <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-finish" title="gtk_drag_finish ()"><code class="function">gtk_drag_finish()</code></a>, e.g. to implement <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GDK-ACTION-ASK:CAPS"><code class="literal">GDK_ACTION_ASK</code></a> as
10592
10937
  shown in the following example:
10593
10938
  </p>
10594
10939
  <div class="informalexample">
@@ -10649,13 +10994,13 @@ shown in the following example:
10649
10994
  <span class="normal"> </span><span class="usertype">GdkDragAction</span><span class="normal"> action</span><span class="symbol">;</span>
10650
10995
  <span class="normal"> </span><span class="comment">/* handle data here */</span>
10651
10996
 
10652
- <span class="normal"> action </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="../gdk3/gdk3-Drag-and-Drop.html#gdk-drag-context-get-selected-action">gdk_drag_context_get_selected_action</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">);</span>
10653
- <span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">action </span><span class="symbol">==</span><span class="normal"> <a href="../gdk3/gdk3-Drag-and-Drop.html#GDK-ACTION-ASK:CAPS">GDK_ACTION_ASK</a></span><span class="symbol">)</span>
10997
+ <span class="normal"> action </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#gdk-drag-context-get-selected-action">gdk_drag_context_get_selected_action</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">);</span>
10998
+ <span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">action </span><span class="symbol">==</span><span class="normal"> <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GDK-ACTION-ASK:CAPS">GDK_ACTION_ASK</a></span><span class="symbol">)</span>
10654
10999
  <span class="normal"> </span><span class="cbracket">{</span>
10655
11000
  <span class="normal"> </span><span class="usertype">GtkWidget</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">dialog</span><span class="symbol">;</span>
10656
11001
  <span class="normal"> </span><span class="usertype">gint</span><span class="normal"> response</span><span class="symbol">;</span>
10657
11002
 
10658
- <span class="normal"> dialog </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkMessageDialog.html#gtk-message-dialog-new">gtk_message_dialog_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS">NULL</a></span><span class="symbol">,</span>
11003
+ <span class="normal"> dialog </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GtkMessageDialog.html#gtk-message-dialog-new">gtk_message_dialog_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal"><a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">,</span>
10659
11004
  <span class="normal"> <a href="GtkDialog.html#GTK-DIALOG-MODAL:CAPS">GTK_DIALOG_MODAL</a> </span><span class="symbol">|</span>
10660
11005
  <span class="normal"> <a href="GtkDialog.html#GTK-DIALOG-DESTROY-WITH-PARENT:CAPS">GTK_DIALOG_DESTROY_WITH_PARENT</a></span><span class="symbol">,</span>
10661
11006
  <span class="normal"> <a href="GtkMessageDialog.html#GTK-MESSAGE-INFO:CAPS">GTK_MESSAGE_INFO</a></span><span class="symbol">,</span>
@@ -10665,12 +11010,12 @@ shown in the following example:
10665
11010
  <span class="normal"> </span><span class="function"><a href="GtkWidget.html#gtk-widget-destroy">gtk_widget_destroy</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">dialog</span><span class="symbol">);</span>
10666
11011
 
10667
11012
  <span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">response </span><span class="symbol">==</span><span class="normal"> <a href="GtkDialog.html#GTK-RESPONSE-YES:CAPS">GTK_RESPONSE_YES</a></span><span class="symbol">)</span>
10668
- <span class="normal"> action </span><span class="symbol">=</span><span class="normal"> <a href="../gdk3/gdk3-Drag-and-Drop.html#GDK-ACTION-MOVE:CAPS">GDK_ACTION_MOVE</a></span><span class="symbol">;</span>
11013
+ <span class="normal"> action </span><span class="symbol">=</span><span class="normal"> <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GDK-ACTION-MOVE:CAPS">GDK_ACTION_MOVE</a></span><span class="symbol">;</span>
10669
11014
  <span class="normal"> </span><span class="keyword">else</span>
10670
- <span class="normal"> action </span><span class="symbol">=</span><span class="normal"> <a href="../gdk3/gdk3-Drag-and-Drop.html#GDK-ACTION-COPY:CAPS">GDK_ACTION_COPY</a></span><span class="symbol">;</span>
11015
+ <span class="normal"> action </span><span class="symbol">=</span><span class="normal"> <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GDK-ACTION-COPY:CAPS">GDK_ACTION_COPY</a></span><span class="symbol">;</span>
10671
11016
  <span class="normal"> </span><span class="cbracket">}</span>
10672
11017
 
10673
- <span class="normal"> </span><span class="function"><a href="gtk3-Drag-and-Drop.html#gtk-drag-finish">gtk_drag_finish</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> TRUE</span><span class="symbol">,</span><span class="normal"> action </span><span class="symbol">==</span><span class="normal"> <a href="../gdk3/gdk3-Drag-and-Drop.html#GDK-ACTION-MOVE:CAPS">GDK_ACTION_MOVE</a></span><span class="symbol">,</span><span class="normal"> time</span><span class="symbol">);</span>
11018
+ <span class="normal"> </span><span class="function"><a href="gtk3-Drag-and-Drop.html#gtk-drag-finish">gtk_drag_finish</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> TRUE</span><span class="symbol">,</span><span class="normal"> action </span><span class="symbol">==</span><span class="normal"> <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GDK-ACTION-MOVE:CAPS">GDK_ACTION_MOVE</a></span><span class="symbol">,</span><span class="normal"> time</span><span class="symbol">);</span>
10674
11019
  <span class="normal"> </span><span class="cbracket">}</span>
10675
11020
  <span class="normal"> </span><span class="keyword">else</span>
10676
11021
  <span class="normal"> </span><span class="function"><a href="gtk3-Drag-and-Drop.html#gtk-drag-finish">gtk_drag_finish</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> FALSE</span><span class="symbol">,</span><span class="normal"> FALSE</span><span class="symbol">,</span><span class="normal"> time</span><span class="symbol">);</span>
@@ -10729,7 +11074,7 @@ shown in the following example:
10729
11074
  <div class="refsect2">
10730
11075
  <a name="GtkWidget-drag-drop"></a><h3>The <code class="literal">"drag-drop"</code> signal</h3>
10731
11076
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10732
- <a href="../gdk3/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
11077
+ <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
10733
11078
  <span class="type">gint</span> x,
10734
11079
  <span class="type">gint</span> y,
10735
11080
  <span class="type">guint</span> time,
@@ -10787,7 +11132,7 @@ or more of the supported targets.
10787
11132
  <div class="refsect2">
10788
11133
  <a name="GtkWidget-drag-end"></a><h3>The <code class="literal">"drag-end"</code> signal</h3>
10789
11134
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10790
- <a href="../gdk3/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
11135
+ <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
10791
11136
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
10792
11137
  <p>
10793
11138
  The ::drag-end signal is emitted on the drag source when a drag is
@@ -10819,7 +11164,7 @@ things done in <a class="link" href="GtkWidget.html#GtkWidget-drag-begin" title=
10819
11164
  <div class="refsect2">
10820
11165
  <a name="GtkWidget-drag-failed"></a><h3>The <code class="literal">"drag-failed"</code> signal</h3>
10821
11166
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10822
- <a href="../gdk3/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
11167
+ <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
10823
11168
  <a class="link" href="gtk3-Standard-Enumerations.html#GtkDragResult" title="enum GtkDragResult"><span class="type">GtkDragResult</span></a> result,
10824
11169
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
10825
11170
  <p>
@@ -10864,7 +11209,7 @@ animation), otherwise it returns <code class="literal">FALSE</code>.
10864
11209
  <div class="refsect2">
10865
11210
  <a name="GtkWidget-drag-leave"></a><h3>The <code class="literal">"drag-leave"</code> signal</h3>
10866
11211
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10867
- <a href="../gdk3/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
11212
+ <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
10868
11213
  <span class="type">guint</span> time,
10869
11214
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
10870
11215
  <p>
@@ -10902,7 +11247,7 @@ with <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-unhighlight" title="
10902
11247
  <div class="refsect2">
10903
11248
  <a name="GtkWidget-drag-motion"></a><h3>The <code class="literal">"drag-motion"</code> signal</h3>
10904
11249
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
10905
- <a href="../gdk3/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
11250
+ <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragContext"><span class="type">GdkDragContext</span></a> *context,
10906
11251
  <span class="type">gint</span> x,
10907
11252
  <span class="type">gint</span> y,
10908
11253
  <span class="type">guint</span> time,
@@ -10914,13 +11259,13 @@ must determine whether the cursor position is in a drop zone or not.
10914
11259
  If it is not in a drop zone, it returns <code class="literal">FALSE</code> and no further processing
10915
11260
  is necessary. Otherwise, the handler returns <code class="literal">TRUE</code>. In this case, the
10916
11261
  handler is responsible for providing the necessary information for
10917
- displaying feedback to the user, by calling <a href="../gdk3/gdk3-Drag-and-Drop.html#gdk-drag-status"><code class="function">gdk_drag_status()</code></a>.
11262
+ displaying feedback to the user, by calling <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#gdk-drag-status"><code class="function">gdk_drag_status()</code></a>.
10918
11263
  </p>
10919
11264
  <p>
10920
11265
  If the decision whether the drop will be accepted or rejected can't be
10921
11266
  made based solely on the cursor position and the type of the data, the
10922
11267
  handler may inspect the dragged data by calling <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-get-data" title="gtk_drag_get_data ()"><code class="function">gtk_drag_get_data()</code></a> and
10923
- defer the <a href="../gdk3/gdk3-Drag-and-Drop.html#gdk-drag-status"><code class="function">gdk_drag_status()</code></a> call to the <a class="link" href="GtkWidget.html#GtkWidget-drag-data-received" title='The "drag-data-received" signal'><span class="type">"drag-data-received"</span></a>
11268
+ defer the <a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#gdk-drag-status"><code class="function">gdk_drag_status()</code></a> call to the <a class="link" href="GtkWidget.html#GtkWidget-drag-data-received" title='The "drag-data-received" signal'><span class="type">"drag-data-received"</span></a>
10924
11269
  handler. Note that you cannot not pass <a class="link" href="gtk3-Drag-and-Drop.html#GTK-DEST-DEFAULT-DROP:CAPS"><span class="type">GTK_DEST_DEFAULT_DROP</span></a>,
10925
11270
  <a class="link" href="gtk3-Drag-and-Drop.html#GTK-DEST-DEFAULT-MOTION:CAPS"><span class="type">GTK_DEST_DEFAULT_MOTION</span></a> or <a class="link" href="gtk3-Drag-and-Drop.html#GTK-DEST-DEFAULT-ALL:CAPS"><span class="type">GTK_DEST_DEFAULT_ALL</span></a> to <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-dest-set" title="gtk_drag_dest_set ()"><code class="function">gtk_drag_dest_set()</code></a>
10926
11271
  when using the drag-motion signal that way.
@@ -11013,12 +11358,12 @@ the drop site with <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-highli
11013
11358
  <span class="normal"> </span><span class="function"><a href="gtk3-Drag-and-Drop.html#gtk-drag-highlight">gtk_drag_highlight</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">widget</span><span class="symbol">);</span>
11014
11359
  <span class="normal"> </span><span class="cbracket">}</span>
11015
11360
 
11016
- <span class="normal"> target </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="gtk3-Drag-and-Drop.html#gtk-drag-dest-find-target">gtk_drag_dest_find_target</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">widget</span><span class="symbol">,</span><span class="normal"> context</span><span class="symbol">,</span><span class="normal"> <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS">NULL</a></span><span class="symbol">);</span>
11017
- <span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">target </span><span class="symbol">==</span><span class="normal"> <a href="../gdk3/gdk3-Properties-and-Atoms.html#GDK-NONE:CAPS">GDK_NONE</a></span><span class="symbol">)</span>
11018
- <span class="normal"> </span><span class="function"><a href="../gdk3/gdk3-Drag-and-Drop.html#gdk-drag-status">gdk_drag_status</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> time</span><span class="symbol">);</span>
11361
+ <span class="normal"> target </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="gtk3-Drag-and-Drop.html#gtk-drag-dest-find-target">gtk_drag_dest_find_target</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">widget</span><span class="symbol">,</span><span class="normal"> context</span><span class="symbol">,</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span>
11362
+ <span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">target </span><span class="symbol">==</span><span class="normal"> <a href="http://developer.gnome.org/gdk2/gdk3-Properties-and-Atoms.html#GDK-NONE:CAPS">GDK_NONE</a></span><span class="symbol">)</span>
11363
+ <span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#gdk-drag-status">gdk_drag_status</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> time</span><span class="symbol">);</span>
11019
11364
  <span class="normal"> </span><span class="keyword">else</span>
11020
11365
  <span class="normal"> </span><span class="cbracket">{</span>
11021
- <span class="normal"> private_data</span><span class="symbol">-&gt;</span><span class="normal">pending_status </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="../gdk3/gdk3-Drag-and-Drop.html#gdk-drag-context-get-suggested-action">gdk_drag_context_get_suggested_action</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">);</span>
11366
+ <span class="normal"> private_data</span><span class="symbol">-&gt;</span><span class="normal">pending_status </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#gdk-drag-context-get-suggested-action">gdk_drag_context_get_suggested_action</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">);</span>
11022
11367
  <span class="normal"> </span><span class="function"><a href="gtk3-Drag-and-Drop.html#gtk-drag-get-data">gtk_drag_get_data</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">widget</span><span class="symbol">,</span><span class="normal"> context</span><span class="symbol">,</span><span class="normal"> target</span><span class="symbol">,</span><span class="normal"> time</span><span class="symbol">);</span>
11023
11368
  <span class="normal"> </span><span class="cbracket">}</span>
11024
11369
 
@@ -11047,9 +11392,9 @@ the drop site with <a class="link" href="gtk3-Drag-and-Drop.html#gtk-drag-highli
11047
11392
  <span class="comment"> */</span>
11048
11393
  <span class="normal"> str </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="gtk3-Selections.html#gtk-selection-data-get-text">gtk_selection_data_get_text</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">selection_data</span><span class="symbol">);</span>
11049
11394
  <span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(!</span><span class="function">data_is_acceptable</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">str</span><span class="symbol">))</span>
11050
- <span class="normal"> </span><span class="function"><a href="../gdk3/gdk3-Drag-and-Drop.html#gdk-drag-status">gdk_drag_status</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> time</span><span class="symbol">);</span>
11395
+ <span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#gdk-drag-status">gdk_drag_status</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0</span><span class="symbol">,</span><span class="normal"> time</span><span class="symbol">);</span>
11051
11396
  <span class="normal"> </span><span class="keyword">else</span>
11052
- <span class="normal"> </span><span class="function"><a href="../gdk3/gdk3-Drag-and-Drop.html#gdk-drag-status">gdk_drag_status</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> private_data</span><span class="symbol">-&gt;</span><span class="normal">suggested_action</span><span class="symbol">,</span><span class="normal"> time</span><span class="symbol">);</span>
11397
+ <span class="normal"> </span><span class="function"><a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#gdk-drag-status">gdk_drag_status</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">context</span><span class="symbol">,</span><span class="normal"> private_data</span><span class="symbol">-&gt;</span><span class="normal">suggested_action</span><span class="symbol">,</span><span class="normal"> time</span><span class="symbol">);</span>
11053
11398
  <span class="normal"> </span><span class="cbracket">}</span>
11054
11399
  <span class="normal"> </span><span class="keyword">else</span>
11055
11400
  <span class="normal"> </span><span class="cbracket">{</span>
@@ -11116,8 +11461,16 @@ the passed in context and be sized to the values returned by
11116
11461
  <p>
11117
11462
  Signal handlers connected to this signal can modify the cairo
11118
11463
  context passed as <em class="parameter"><code>cr</code></em> in any way they like and don't need to
11119
- restore it. The signal emission takes care of calling <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-save"><code class="function">cairo_save()</code></a>
11120
- before and <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-restore"><code class="function">cairo_restore()</code></a> after invoking the handler.
11464
+ restore it. The signal emission takes care of calling <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-save"><code class="function">cairo_save()</code></a>
11465
+ before and <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-restore"><code class="function">cairo_restore()</code></a> after invoking the handler.
11466
+ </p>
11467
+ <p>
11468
+ The signal handler will get a <em class="parameter"><code>cr</code></em> with a clip region already set to the
11469
+ widget's dirty region, i.e. to the area that needs repainting. Complicated
11470
+ widgets that want to avoid redrawing themselves completely can get the full
11471
+ extents of the clip region with <a href="http://developer.gnome.org/gdk2/gdk3-Cairo-Interaction.html#gdk-cairo-get-clip-rectangle"><code class="function">gdk_cairo_get_clip_rectangle()</code></a>, or they can
11472
+ get a finer-grained representation of the dirty region with
11473
+ <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-copy-clip-rectangle-list"><code class="function">cairo_copy_clip_rectangle_list()</code></a>.
11121
11474
  </p>
11122
11475
  <div class="variablelist"><table border="0" class="variablelist">
11123
11476
  <colgroup>
@@ -11151,15 +11504,15 @@ before and <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-t.h
11151
11504
  <div class="refsect2">
11152
11505
  <a name="GtkWidget-enter-notify-event"></a><h3>The <code class="literal">"enter-notify-event"</code> signal</h3>
11153
11506
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
11154
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11507
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11155
11508
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
11156
11509
  <p>
11157
11510
  The ::enter-notify-event will be emitted when the pointer enters
11158
11511
  the <em class="parameter"><code>widget</code></em>'s window.
11159
11512
  </p>
11160
11513
  <p>
11161
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
11162
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-ENTER-NOTIFY-MASK:CAPS"><span class="type">GDK_ENTER_NOTIFY_MASK</span></a> mask.
11514
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
11515
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-ENTER-NOTIFY-MASK:CAPS"><span class="type">GDK_ENTER_NOTIFY_MASK</span></a> mask.
11163
11516
  </p>
11164
11517
  <p>
11165
11518
  This signal will be sent to the grab widget if there is one.
@@ -11176,8 +11529,8 @@ This signal will be sent to the grab widget if there is one.
11176
11529
  </tr>
11177
11530
  <tr>
11178
11531
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
11179
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventCrossing"><span class="type">GdkEventCrossing</span></a> which triggered
11180
- this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventCrossing]</span>
11532
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventCrossing"><span class="type">GdkEventCrossing</span></a> which triggered
11533
+ this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventCrossing]</span>
11181
11534
  </td>
11182
11535
  </tr>
11183
11536
  <tr>
@@ -11197,7 +11550,7 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
11197
11550
  <div class="refsect2">
11198
11551
  <a name="GtkWidget-event"></a><h3>The <code class="literal">"event"</code> signal</h3>
11199
11552
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
11200
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11553
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11201
11554
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
11202
11555
  <p>
11203
11556
  The GTK+ main loop will emit three signals for each GDK event delivered
@@ -11218,7 +11571,7 @@ signal that matches the type of event delivered (e.g.
11218
11571
  </tr>
11219
11572
  <tr>
11220
11573
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
11221
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> which triggered this signal</td>
11574
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> which triggered this signal</td>
11222
11575
  </tr>
11223
11576
  <tr>
11224
11577
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -11240,7 +11593,7 @@ the return value.</td>
11240
11593
  <div class="refsect2">
11241
11594
  <a name="GtkWidget-event-after"></a><h3>The <code class="literal">"event-after"</code> signal</h3>
11242
11595
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
11243
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11596
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11244
11597
  <span class="type">gpointer</span> user_data)</pre>
11245
11598
  <p>
11246
11599
  After the emission of the <a class="link" href="GtkWidget.html#GtkWidget-event" title='The "event" signal'><span class="type">"event"</span></a> signal and (optionally)
@@ -11259,7 +11612,7 @@ regardless of the previous two signals handlers return values.
11259
11612
  </tr>
11260
11613
  <tr>
11261
11614
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
11262
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> which triggered this signal</td>
11615
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> which triggered this signal</td>
11263
11616
  </tr>
11264
11617
  <tr>
11265
11618
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -11300,15 +11653,15 @@ regardless of the previous two signals handlers return values.
11300
11653
  <div class="refsect2">
11301
11654
  <a name="GtkWidget-focus-in-event"></a><h3>The <code class="literal">"focus-in-event"</code> signal</h3>
11302
11655
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
11303
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11656
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11304
11657
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
11305
11658
  <p>
11306
11659
  The ::focus-in-event signal will be emitted when the keyboard focus
11307
11660
  enters the <em class="parameter"><code>widget</code></em>'s window.
11308
11661
  </p>
11309
11662
  <p>
11310
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
11311
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-FOCUS-CHANGE-MASK:CAPS"><span class="type">GDK_FOCUS_CHANGE_MASK</span></a> mask.
11663
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
11664
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-FOCUS-CHANGE-MASK:CAPS"><span class="type">GDK_FOCUS_CHANGE_MASK</span></a> mask.
11312
11665
  </p>
11313
11666
  <div class="variablelist"><table border="0" class="variablelist">
11314
11667
  <colgroup>
@@ -11322,8 +11675,8 @@ to enable the <a href="../gdk3/gdk3-Events.html#GDK-FOCUS-CHANGE-MASK:CAPS"><spa
11322
11675
  </tr>
11323
11676
  <tr>
11324
11677
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
11325
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventFocus"><span class="type">GdkEventFocus</span></a> which triggered
11326
- this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventFocus]</span>
11678
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventFocus"><span class="type">GdkEventFocus</span></a> which triggered
11679
+ this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventFocus]</span>
11327
11680
  </td>
11328
11681
  </tr>
11329
11682
  <tr>
@@ -11343,15 +11696,15 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
11343
11696
  <div class="refsect2">
11344
11697
  <a name="GtkWidget-focus-out-event"></a><h3>The <code class="literal">"focus-out-event"</code> signal</h3>
11345
11698
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
11346
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11699
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11347
11700
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
11348
11701
  <p>
11349
11702
  The ::focus-out-event signal will be emitted when the keyboard focus
11350
11703
  leaves the <em class="parameter"><code>widget</code></em>'s window.
11351
11704
  </p>
11352
11705
  <p>
11353
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
11354
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-FOCUS-CHANGE-MASK:CAPS"><span class="type">GDK_FOCUS_CHANGE_MASK</span></a> mask.
11706
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
11707
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-FOCUS-CHANGE-MASK:CAPS"><span class="type">GDK_FOCUS_CHANGE_MASK</span></a> mask.
11355
11708
  </p>
11356
11709
  <div class="variablelist"><table border="0" class="variablelist">
11357
11710
  <colgroup>
@@ -11365,8 +11718,8 @@ to enable the <a href="../gdk3/gdk3-Events.html#GDK-FOCUS-CHANGE-MASK:CAPS"><spa
11365
11718
  </tr>
11366
11719
  <tr>
11367
11720
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
11368
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventFocus"><span class="type">GdkEventFocus</span></a> which triggered this
11369
- signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventFocus]</span>
11721
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventFocus"><span class="type">GdkEventFocus</span></a> which triggered this
11722
+ signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventFocus]</span>
11370
11723
  </td>
11371
11724
  </tr>
11372
11725
  <tr>
@@ -11386,7 +11739,7 @@ signal. <span class="annotation">[<acronym title="Override the parsed C type wit
11386
11739
  <div class="refsect2">
11387
11740
  <a name="GtkWidget-grab-broken-event"></a><h3>The <code class="literal">"grab-broken-event"</code> signal</h3>
11388
11741
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
11389
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11742
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11390
11743
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
11391
11744
  <p>
11392
11745
  Emitted when a pointer or keyboard grab on a window belonging
@@ -11409,7 +11762,7 @@ application grabs the pointer or keyboard again.
11409
11762
  </tr>
11410
11763
  <tr>
11411
11764
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
11412
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventGrabBroken"><span class="type">GdkEventGrabBroken</span></a> event. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventGrabBroken]</span>
11765
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventGrabBroken"><span class="type">GdkEventGrabBroken</span></a> event. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventGrabBroken]</span>
11413
11766
  </td>
11414
11767
  </tr>
11415
11768
  <tr>
@@ -11535,7 +11888,7 @@ a widget changes from un-anchored to anchored or vice-versa.
11535
11888
  </tr>
11536
11889
  <tr>
11537
11890
  <td><p><span class="term"><em class="parameter"><code>previous_toplevel</code></em> :</span></p></td>
11538
- <td>the previous toplevel ancestor, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
11891
+ <td>the previous toplevel ancestor, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
11539
11892
  if the widget was previously unanchored. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
11540
11893
  </td>
11541
11894
  </tr>
@@ -11550,15 +11903,15 @@ if the widget was previously unanchored. <span class="annotation">[<acronym titl
11550
11903
  <div class="refsect2">
11551
11904
  <a name="GtkWidget-key-press-event"></a><h3>The <code class="literal">"key-press-event"</code> signal</h3>
11552
11905
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
11553
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11906
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11554
11907
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
11555
11908
  <p>
11556
11909
  The ::key-press-event signal is emitted when a key is pressed. The signal
11557
11910
  emission will reoccur at the key-repeat rate when the key is kept pressed.
11558
11911
  </p>
11559
11912
  <p>
11560
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
11561
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-KEY-PRESS-MASK:CAPS"><span class="type">GDK_KEY_PRESS_MASK</span></a> mask.
11913
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
11914
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-KEY-PRESS-MASK:CAPS"><span class="type">GDK_KEY_PRESS_MASK</span></a> mask.
11562
11915
  </p>
11563
11916
  <p>
11564
11917
  This signal will be sent to the grab widget if there is one.
@@ -11575,7 +11928,7 @@ This signal will be sent to the grab widget if there is one.
11575
11928
  </tr>
11576
11929
  <tr>
11577
11930
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
11578
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> which triggered this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventKey]</span>
11931
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> which triggered this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventKey]</span>
11579
11932
  </td>
11580
11933
  </tr>
11581
11934
  <tr>
@@ -11595,14 +11948,14 @@ This signal will be sent to the grab widget if there is one.
11595
11948
  <div class="refsect2">
11596
11949
  <a name="GtkWidget-key-release-event"></a><h3>The <code class="literal">"key-release-event"</code> signal</h3>
11597
11950
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
11598
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11951
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11599
11952
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
11600
11953
  <p>
11601
11954
  The ::key-release-event signal is emitted when a key is released.
11602
11955
  </p>
11603
11956
  <p>
11604
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
11605
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-KEY-RELEASE-MASK:CAPS"><span class="type">GDK_KEY_RELEASE_MASK</span></a> mask.
11957
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
11958
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-KEY-RELEASE-MASK:CAPS"><span class="type">GDK_KEY_RELEASE_MASK</span></a> mask.
11606
11959
  </p>
11607
11960
  <p>
11608
11961
  This signal will be sent to the grab widget if there is one.
@@ -11619,7 +11972,7 @@ This signal will be sent to the grab widget if there is one.
11619
11972
  </tr>
11620
11973
  <tr>
11621
11974
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
11622
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> which triggered this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventKey]</span>
11975
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> which triggered this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventKey]</span>
11623
11976
  </td>
11624
11977
  </tr>
11625
11978
  <tr>
@@ -11678,15 +12031,15 @@ navigation attempt in its parent container(s).</td>
11678
12031
  <div class="refsect2">
11679
12032
  <a name="GtkWidget-leave-notify-event"></a><h3>The <code class="literal">"leave-notify-event"</code> signal</h3>
11680
12033
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
11681
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12034
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11682
12035
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
11683
12036
  <p>
11684
12037
  The ::leave-notify-event will be emitted when the pointer leaves
11685
12038
  the <em class="parameter"><code>widget</code></em>'s window.
11686
12039
  </p>
11687
12040
  <p>
11688
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
11689
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-LEAVE-NOTIFY-MASK:CAPS"><span class="type">GDK_LEAVE_NOTIFY_MASK</span></a> mask.
12041
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
12042
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-LEAVE-NOTIFY-MASK:CAPS"><span class="type">GDK_LEAVE_NOTIFY_MASK</span></a> mask.
11690
12043
  </p>
11691
12044
  <p>
11692
12045
  This signal will be sent to the grab widget if there is one.
@@ -11703,8 +12056,8 @@ This signal will be sent to the grab widget if there is one.
11703
12056
  </tr>
11704
12057
  <tr>
11705
12058
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
11706
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventCrossing"><span class="type">GdkEventCrossing</span></a> which triggered
11707
- this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventCrossing]</span>
12059
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventCrossing"><span class="type">GdkEventCrossing</span></a> which triggered
12060
+ this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventCrossing]</span>
11708
12061
  </td>
11709
12062
  </tr>
11710
12063
  <tr>
@@ -11746,15 +12099,15 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
11746
12099
  <div class="refsect2">
11747
12100
  <a name="GtkWidget-map-event"></a><h3>The <code class="literal">"map-event"</code> signal</h3>
11748
12101
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
11749
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12102
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11750
12103
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
11751
12104
  <p>
11752
12105
  The ::map-event signal will be emitted when the <em class="parameter"><code>widget</code></em>'s window is
11753
12106
  mapped. A window is mapped when it becomes visible on the screen.
11754
12107
  </p>
11755
12108
  <p>
11756
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
11757
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable this mask
12109
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
12110
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable this mask
11758
12111
  automatically for all new windows.
11759
12112
  </p>
11760
12113
  <div class="variablelist"><table border="0" class="variablelist">
@@ -11769,7 +12122,7 @@ automatically for all new windows.
11769
12122
  </tr>
11770
12123
  <tr>
11771
12124
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
11772
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventAny"><span class="type">GdkEventAny</span></a> which triggered this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventAny]</span>
12125
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventAny"><span class="type">GdkEventAny</span></a> which triggered this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventAny]</span>
11773
12126
  </td>
11774
12127
  </tr>
11775
12128
  <tr>
@@ -11818,15 +12171,15 @@ automatically for all new windows.
11818
12171
  <div class="refsect2">
11819
12172
  <a name="GtkWidget-motion-notify-event"></a><h3>The <code class="literal">"motion-notify-event"</code> signal</h3>
11820
12173
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
11821
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12174
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11822
12175
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
11823
12176
  <p>
11824
12177
  The ::motion-notify-event signal is emitted when the pointer moves
11825
- over the widget's <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.
12178
+ over the widget's <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.
11826
12179
  </p>
11827
12180
  <p>
11828
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget
11829
- needs to enable the <a href="../gdk3/gdk3-Events.html#GDK-POINTER-MOTION-MASK:CAPS"><span class="type">GDK_POINTER_MOTION_MASK</span></a> mask.
12181
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget
12182
+ needs to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-POINTER-MOTION-MASK:CAPS"><span class="type">GDK_POINTER_MOTION_MASK</span></a> mask.
11830
12183
  </p>
11831
12184
  <p>
11832
12185
  This signal will be sent to the grab widget if there is one.
@@ -11843,8 +12196,8 @@ This signal will be sent to the grab widget if there is one.
11843
12196
  </tr>
11844
12197
  <tr>
11845
12198
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
11846
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventMotion"><span class="type">GdkEventMotion</span></a> which triggered
11847
- this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventMotion]</span>
12199
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventMotion"><span class="type">GdkEventMotion</span></a> which triggered
12200
+ this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventMotion]</span>
11848
12201
  </td>
11849
12202
  </tr>
11850
12203
  <tr>
@@ -11905,7 +12258,7 @@ has been set on a widget.
11905
12258
  </tr>
11906
12259
  <tr>
11907
12260
  <td><p><span class="term"><em class="parameter"><code>old_parent</code></em> :</span></p></td>
11908
- <td>the previous parent, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the widget
12261
+ <td>the previous parent, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the widget
11909
12262
  just got its initial parent. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
11910
12263
  </td>
11911
12264
  </tr>
@@ -11955,15 +12308,15 @@ for an example of how to use this signal.
11955
12308
  <div class="refsect2">
11956
12309
  <a name="GtkWidget-property-notify-event"></a><h3>The <code class="literal">"property-notify-event"</code> signal</h3>
11957
12310
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
11958
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12311
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
11959
12312
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
11960
12313
  <p>
11961
12314
  The ::property-notify-event signal will be emitted when a property on
11962
12315
  the <em class="parameter"><code>widget</code></em>'s window has been changed or deleted.
11963
12316
  </p>
11964
12317
  <p>
11965
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
11966
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-PROPERTY-CHANGE-MASK:CAPS"><span class="type">GDK_PROPERTY_CHANGE_MASK</span></a> mask.
12318
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
12319
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-PROPERTY-CHANGE-MASK:CAPS"><span class="type">GDK_PROPERTY_CHANGE_MASK</span></a> mask.
11967
12320
  </p>
11968
12321
  <div class="variablelist"><table border="0" class="variablelist">
11969
12322
  <colgroup>
@@ -11977,8 +12330,8 @@ to enable the <a href="../gdk3/gdk3-Events.html#GDK-PROPERTY-CHANGE-MASK:CAPS"><
11977
12330
  </tr>
11978
12331
  <tr>
11979
12332
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
11980
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventProperty"><span class="type">GdkEventProperty</span></a> which triggered
11981
- this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventProperty]</span>
12333
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventProperty"><span class="type">GdkEventProperty</span></a> which triggered
12334
+ this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventProperty]</span>
11982
12335
  </td>
11983
12336
  </tr>
11984
12337
  <tr>
@@ -11998,11 +12351,11 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
11998
12351
  <div class="refsect2">
11999
12352
  <a name="GtkWidget-proximity-in-event"></a><h3>The <code class="literal">"proximity-in-event"</code> signal</h3>
12000
12353
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
12001
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12354
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12002
12355
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
12003
12356
  <p>
12004
- To receive this signal the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
12005
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-PROXIMITY-IN-MASK:CAPS"><span class="type">GDK_PROXIMITY_IN_MASK</span></a> mask.
12357
+ To receive this signal the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
12358
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-PROXIMITY-IN-MASK:CAPS"><span class="type">GDK_PROXIMITY_IN_MASK</span></a> mask.
12006
12359
  </p>
12007
12360
  <p>
12008
12361
  This signal will be sent to the grab widget if there is one.
@@ -12019,8 +12372,8 @@ This signal will be sent to the grab widget if there is one.
12019
12372
  </tr>
12020
12373
  <tr>
12021
12374
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
12022
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventProximity"><span class="type">GdkEventProximity</span></a> which triggered
12023
- this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventProximity]</span>
12375
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventProximity"><span class="type">GdkEventProximity</span></a> which triggered
12376
+ this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventProximity]</span>
12024
12377
  </td>
12025
12378
  </tr>
12026
12379
  <tr>
@@ -12040,11 +12393,11 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
12040
12393
  <div class="refsect2">
12041
12394
  <a name="GtkWidget-proximity-out-event"></a><h3>The <code class="literal">"proximity-out-event"</code> signal</h3>
12042
12395
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
12043
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12396
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12044
12397
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
12045
12398
  <p>
12046
- To receive this signal the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
12047
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-PROXIMITY-OUT-MASK:CAPS"><span class="type">GDK_PROXIMITY_OUT_MASK</span></a> mask.
12399
+ To receive this signal the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
12400
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-PROXIMITY-OUT-MASK:CAPS"><span class="type">GDK_PROXIMITY_OUT_MASK</span></a> mask.
12048
12401
  </p>
12049
12402
  <p>
12050
12403
  This signal will be sent to the grab widget if there is one.
@@ -12061,8 +12414,8 @@ This signal will be sent to the grab widget if there is one.
12061
12414
  </tr>
12062
12415
  <tr>
12063
12416
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
12064
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventProximity"><span class="type">GdkEventProximity</span></a> which triggered
12065
- this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventProximity]</span>
12417
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventProximity"><span class="type">GdkEventProximity</span></a> which triggered
12418
+ this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventProximity]</span>
12066
12419
  </td>
12067
12420
  </tr>
12068
12421
  <tr>
@@ -12172,7 +12525,7 @@ been emitted, relative to <em class="parameter"><code>widget</code></em>'s top</
12172
12525
  <div class="refsect2">
12173
12526
  <a name="GtkWidget-screen-changed"></a><h3>The <code class="literal">"screen-changed"</code> signal</h3>
12174
12527
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
12175
- <a href="../gdk3/GdkScreen.html"><span class="type">GdkScreen</span></a> *previous_screen,
12528
+ <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *previous_screen,
12176
12529
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
12177
12530
  <p>
12178
12531
  The ::screen-changed signal gets emitted when the
@@ -12190,7 +12543,7 @@ screen of a widget has changed.
12190
12543
  </tr>
12191
12544
  <tr>
12192
12545
  <td><p><span class="term"><em class="parameter"><code>previous_screen</code></em> :</span></p></td>
12193
- <td>the previous screen, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the
12546
+ <td>the previous screen, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
12194
12547
  widget was not associated with a screen before. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
12195
12548
  </td>
12196
12549
  </tr>
@@ -12205,7 +12558,7 @@ widget was not associated with a screen before. <span class="annotation">[<acron
12205
12558
  <div class="refsect2">
12206
12559
  <a name="GtkWidget-scroll-event"></a><h3>The <code class="literal">"scroll-event"</code> signal</h3>
12207
12560
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
12208
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12561
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12209
12562
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
12210
12563
  <p>
12211
12564
  The ::scroll-event signal is emitted when a button in the 4 to 7
@@ -12213,8 +12566,8 @@ range is pressed. Wheel mice are usually configured to generate
12213
12566
  button press events for buttons 4 and 5 when the wheel is turned.
12214
12567
  </p>
12215
12568
  <p>
12216
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
12217
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-SCROLL-MASK:CAPS"><span class="type">GDK_SCROLL_MASK</span></a> mask.
12569
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
12570
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-SCROLL-MASK:CAPS"><span class="type">GDK_SCROLL_MASK</span></a> mask.
12218
12571
  </p>
12219
12572
  <p>
12220
12573
  This signal will be sent to the grab widget if there is one.
@@ -12231,8 +12584,8 @@ This signal will be sent to the grab widget if there is one.
12231
12584
  </tr>
12232
12585
  <tr>
12233
12586
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
12234
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventScroll"><span class="type">GdkEventScroll</span></a> which triggered
12235
- this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventScroll]</span>
12587
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventScroll"><span class="type">GdkEventScroll</span></a> which triggered
12588
+ this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventScroll]</span>
12236
12589
  </td>
12237
12590
  </tr>
12238
12591
  <tr>
@@ -12252,7 +12605,7 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
12252
12605
  <div class="refsect2">
12253
12606
  <a name="GtkWidget-selection-clear-event"></a><h3>The <code class="literal">"selection-clear-event"</code> signal</h3>
12254
12607
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
12255
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12608
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12256
12609
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
12257
12610
  <p>
12258
12611
  The ::selection-clear-event signal will be emitted when the
@@ -12270,8 +12623,8 @@ the <em class="parameter"><code>widget</code></em>'s window has lost ownership o
12270
12623
  </tr>
12271
12624
  <tr>
12272
12625
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
12273
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventSelection"><span class="type">GdkEventSelection</span></a> which triggered
12274
- this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventSelection]</span>
12626
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventSelection"><span class="type">GdkEventSelection</span></a> which triggered
12627
+ this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventSelection]</span>
12275
12628
  </td>
12276
12629
  </tr>
12277
12630
  <tr>
@@ -12316,7 +12669,7 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
12316
12669
  <div class="refsect2">
12317
12670
  <a name="GtkWidget-selection-notify-event"></a><h3>The <code class="literal">"selection-notify-event"</code> signal</h3>
12318
12671
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
12319
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12672
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12320
12673
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
12321
12674
  <div class="variablelist"><table border="0" class="variablelist">
12322
12675
  <colgroup>
@@ -12330,7 +12683,7 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
12330
12683
  </tr>
12331
12684
  <tr>
12332
12685
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
12333
- <td>. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventSelection]</span>
12686
+ <td>. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventSelection]</span>
12334
12687
  </td>
12335
12688
  </tr>
12336
12689
  <tr>
@@ -12373,7 +12726,7 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
12373
12726
  <div class="refsect2">
12374
12727
  <a name="GtkWidget-selection-request-event"></a><h3>The <code class="literal">"selection-request-event"</code> signal</h3>
12375
12728
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
12376
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12729
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12377
12730
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
12378
12731
  <p>
12379
12732
  The ::selection-request-event signal will be emitted when
@@ -12392,8 +12745,8 @@ the <em class="parameter"><code>widget</code></em>'s window.
12392
12745
  </tr>
12393
12746
  <tr>
12394
12747
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
12395
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventSelection"><span class="type">GdkEventSelection</span></a> which triggered
12396
- this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventSelection]</span>
12748
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventSelection"><span class="type">GdkEventSelection</span></a> which triggered
12749
+ this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventSelection]</span>
12397
12750
  </td>
12398
12751
  </tr>
12399
12752
  <tr>
@@ -12464,7 +12817,7 @@ this signal. <span class="annotation">[<acronym title="Override the parsed C typ
12464
12817
  <div class="refsect2">
12465
12818
  <a name="GtkWidget-size-allocate"></a><h3>The <code class="literal">"size-allocate"</code> signal</h3>
12466
12819
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
12467
- <a href="../gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *allocation,
12820
+ <a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *allocation,
12468
12821
  <span class="type">gpointer</span> user_data) : <code class="literal">Run First</code></pre>
12469
12822
  <div class="variablelist"><table border="0" class="variablelist">
12470
12823
  <colgroup>
@@ -12582,7 +12935,7 @@ with a widget, use the <a class="link" href="GtkWidget.html#GtkWidget-style-upda
12582
12935
  </tr>
12583
12936
  <tr>
12584
12937
  <td><p><span class="term"><em class="parameter"><code>previous_style</code></em> :</span></p></td>
12585
- <td>the previous style, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the widget
12938
+ <td>the previous style, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the widget
12586
12939
  just got its initial style. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
12587
12940
  </td>
12588
12941
  </tr>
@@ -12625,7 +12978,7 @@ of a widget is changed. Note that style-modifying functions like
12625
12978
  <div class="refsect2">
12626
12979
  <a name="GtkWidget-touch-event"></a><h3>The <code class="literal">"touch-event"</code> signal</h3>
12627
12980
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
12628
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *arg1,
12981
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *arg1,
12629
12982
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
12630
12983
  </div>
12631
12984
  <hr>
@@ -12654,15 +13007,15 @@ of a widget is changed. Note that style-modifying functions like
12654
13007
  <div class="refsect2">
12655
13008
  <a name="GtkWidget-unmap-event"></a><h3>The <code class="literal">"unmap-event"</code> signal</h3>
12656
13009
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
12657
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
13010
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12658
13011
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
12659
13012
  <p>
12660
13013
  The ::unmap-event signal will be emitted when the <em class="parameter"><code>widget</code></em>'s window is
12661
13014
  unmapped. A window is unmapped when it becomes invisible on the screen.
12662
13015
  </p>
12663
13016
  <p>
12664
- To receive this signal, the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
12665
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable this mask
13017
+ To receive this signal, the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
13018
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable this mask
12666
13019
  automatically for all new windows.
12667
13020
  </p>
12668
13021
  <div class="variablelist"><table border="0" class="variablelist">
@@ -12677,7 +13030,7 @@ automatically for all new windows.
12677
13030
  </tr>
12678
13031
  <tr>
12679
13032
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
12680
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventAny"><span class="type">GdkEventAny</span></a> which triggered this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventAny]</span>
13033
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventAny"><span class="type">GdkEventAny</span></a> which triggered this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventAny]</span>
12681
13034
  </td>
12682
13035
  </tr>
12683
13036
  <tr>
@@ -12719,15 +13072,15 @@ automatically for all new windows.
12719
13072
  <div class="refsect2">
12720
13073
  <a name="GtkWidget-visibility-notify-event"></a><h3>The <code class="literal">"visibility-notify-event"</code> signal</h3>
12721
13074
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
12722
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
13075
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12723
13076
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
12724
13077
  <p>
12725
13078
  The ::visibility-notify-event will be emitted when the <em class="parameter"><code>widget</code></em>'s window
12726
13079
  is obscured or unobscured.
12727
13080
  </p>
12728
13081
  <p>
12729
- To receive this signal the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
12730
- to enable the <a href="../gdk3/gdk3-Events.html#GDK-VISIBILITY-NOTIFY-MASK:CAPS"><span class="type">GDK_VISIBILITY_NOTIFY_MASK</span></a> mask.
13082
+ To receive this signal the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget needs
13083
+ to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-VISIBILITY-NOTIFY-MASK:CAPS"><span class="type">GDK_VISIBILITY_NOTIFY_MASK</span></a> mask.
12731
13084
  </p>
12732
13085
  <div class="variablelist"><table border="0" class="variablelist">
12733
13086
  <colgroup>
@@ -12741,8 +13094,8 @@ to enable the <a href="../gdk3/gdk3-Events.html#GDK-VISIBILITY-NOTIFY-MASK:CAPS"
12741
13094
  </tr>
12742
13095
  <tr>
12743
13096
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
12744
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventVisibility"><span class="type">GdkEventVisibility</span></a> which
12745
- triggered this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventVisibility]</span>
13097
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventVisibility"><span class="type">GdkEventVisibility</span></a> which
13098
+ triggered this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventVisibility]</span>
12746
13099
  </td>
12747
13100
  </tr>
12748
13101
  <tr>
@@ -12762,15 +13115,15 @@ triggered this signal. <span class="annotation">[<acronym title="Override the pa
12762
13115
  <div class="refsect2">
12763
13116
  <a name="GtkWidget-window-state-event"></a><h3>The <code class="literal">"window-state-event"</code> signal</h3>
12764
13117
  <pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
12765
- <a href="../gdk3/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
13118
+ <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event,
12766
13119
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
12767
13120
  <p>
12768
13121
  The ::window-state-event will be emitted when the state of the
12769
13122
  toplevel window associated to the <em class="parameter"><code>widget</code></em> changes.
12770
13123
  </p>
12771
13124
  <p>
12772
- To receive this signal the <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget
12773
- needs to enable the <a href="../gdk3/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable
13125
+ To receive this signal the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> associated to the widget
13126
+ needs to enable the <a href="http://developer.gnome.org/gdk2/gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"><span class="type">GDK_STRUCTURE_MASK</span></a> mask. GDK will enable
12774
13127
  this mask automatically for all new windows.
12775
13128
  </p>
12776
13129
  <div class="variablelist"><table border="0" class="variablelist">
@@ -12785,8 +13138,8 @@ this mask automatically for all new windows.
12785
13138
  </tr>
12786
13139
  <tr>
12787
13140
  <td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
12788
- <td>the <a href="../gdk3/gdk3-Event-Structures.html#GdkEventWindowState"><span class="type">GdkEventWindowState</span></a> which
12789
- triggered this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventWindowState]</span>
13141
+ <td>the <a href="http://developer.gnome.org/gdk2/gdk3-Event-Structures.html#GdkEventWindowState"><span class="type">GdkEventWindowState</span></a> which
13142
+ triggered this signal. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> Gdk.EventWindowState]</span>
12790
13143
  </td>
12791
13144
  </tr>
12792
13145
  <tr>
@@ -12806,6 +13159,6 @@ event. <code class="literal">FALSE</code> to propagate the event further.</td>
12806
13159
  </div>
12807
13160
  <div class="footer">
12808
13161
  <hr>
12809
- Generated by GTK-Doc V1.18.1</div>
13162
+ Generated by GTK-Doc V1.18</div>
12810
13163
  </body>
12811
13164
  </html>