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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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>GtkTreeView</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="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
9
9
  <link rel="prev" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn">
10
10
  <link rel="next" href="gtk3-GtkTreeView-drag-and-drop.html" title="GtkTreeView drag-and-drop">
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">
@@ -94,6 +94,11 @@ enum <a class="link" href="GtkTreeView.html#GtkTreeViewDropPositi
94
94
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-set-rules-hint" title="gtk_tree_view_set_rules_hint ()">gtk_tree_view_set_rules_hint</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
95
95
  <em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);
96
96
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-get-rules-hint" title="gtk_tree_view_get_rules_hint ()">gtk_tree_view_get_rules_hint</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
97
+ <span class="returnvalue">void</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-set-activate-on-single-click" title="gtk_tree_view_set_activate_on_single_click ()">gtk_tree_view_set_activate_on_single_click</a>
98
+ (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
99
+ <em class="parameter"><code><span class="type">gboolean</span> single</code></em>);
100
+ <span class="returnvalue">gboolean</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-get-activate-on-single-click" title="gtk_tree_view_get_activate_on_single_click ()">gtk_tree_view_get_activate_on_single_click</a>
101
+ (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
97
102
  <span class="returnvalue">gint</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-append-column" title="gtk_tree_view_append_column ()">gtk_tree_view_append_column</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
98
103
  <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>);
99
104
  <span class="returnvalue">gint</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-remove-column" title="gtk_tree_view_remove_column ()">gtk_tree_view_remove_column</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
@@ -188,17 +193,17 @@ enum <a class="link" href="GtkTreeView.html#GtkTreeViewDropPositi
188
193
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-get-cell-area" title="gtk_tree_view_get_cell_area ()">gtk_tree_view_get_cell_area</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
189
194
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
190
195
  <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
191
- <em class="parameter"><code><a href="../gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);
196
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);
192
197
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-get-background-area" title="gtk_tree_view_get_background_area ()">gtk_tree_view_get_background_area</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
193
198
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
194
199
  <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
195
- <em class="parameter"><code><a href="../gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);
200
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);
196
201
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-get-visible-rect" title="gtk_tree_view_get_visible_rect ()">gtk_tree_view_get_visible_rect</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
197
- <em class="parameter"><code><a href="../gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *visible_rect</code></em>);
202
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *visible_rect</code></em>);
198
203
  <span class="returnvalue">gboolean</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-get-visible-range" title="gtk_tree_view_get_visible_range ()">gtk_tree_view_get_visible_range</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
199
204
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **start_path</code></em>,
200
205
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **end_path</code></em>);
201
- <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkTreeView.html#gtk-tree-view-get-bin-window" title="gtk_tree_view_get_bin_window ()">gtk_tree_view_get_bin_window</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
206
+ <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * <a class="link" href="GtkTreeView.html#gtk-tree-view-get-bin-window" title="gtk_tree_view_get_bin_window ()">gtk_tree_view_get_bin_window</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
202
207
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-convert-bin-window-to-tree-coords" title="gtk_tree_view_convert_bin_window_to_tree_coords ()">gtk_tree_view_convert_bin_window_to_tree_coords</a>
203
208
  (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
204
209
  <em class="parameter"><code><span class="type">gint</span> bx</code></em>,
@@ -239,13 +244,13 @@ enum <a class="link" href="GtkTreeView.html#GtkTreeViewDropPositi
239
244
  (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
240
245
  <em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
241
246
  <em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
242
- <em class="parameter"><code><a href="../gdk3/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);
247
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);
243
248
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-enable-model-drag-source" title="gtk_tree_view_enable_model_drag_source ()">gtk_tree_view_enable_model_drag_source</a>
244
249
  (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
245
- <em class="parameter"><code><a href="../gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> start_button_mask</code></em>,
250
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> start_button_mask</code></em>,
246
251
  <em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
247
252
  <em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
248
- <em class="parameter"><code><a href="../gdk3/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);
253
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);
249
254
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-unset-rows-drag-source" title="gtk_tree_view_unset_rows_drag_source ()">gtk_tree_view_unset_rows_drag_source</a>
250
255
  (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
251
256
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-unset-rows-drag-dest" title="gtk_tree_view_unset_rows_drag_dest ()">gtk_tree_view_unset_rows_drag_dest</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);
@@ -260,7 +265,7 @@ enum <a class="link" href="GtkTreeView.html#GtkTreeViewDropPositi
260
265
  <em class="parameter"><code><span class="type">gint</span> drag_y</code></em>,
261
266
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
262
267
  <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewDropPosition" title="enum GtkTreeViewDropPosition"><span class="type">GtkTreeViewDropPosition</span></a> *pos</code></em>);
263
- <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="returnvalue">cairo_surface_t</span></a> * <a class="link" href="GtkTreeView.html#gtk-tree-view-create-row-drag-icon" title="gtk_tree_view_create_row_drag_icon ()">gtk_tree_view_create_row_drag_icon</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
268
+ <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="returnvalue">cairo_surface_t</span></a> * <a class="link" href="GtkTreeView.html#gtk-tree-view-create-row-drag-icon" title="gtk_tree_view_create_row_drag_icon ()">gtk_tree_view_create_row_drag_icon</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
264
269
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
265
270
  <span class="returnvalue">void</span> <a class="link" href="GtkTreeView.html#gtk-tree-view-set-enable-search" title="gtk_tree_view_set_enable_search ()">gtk_tree_view_set_enable_search</a> (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
266
271
  <em class="parameter"><code><span class="type">gboolean</span> enable_search</code></em>);
@@ -366,6 +371,7 @@ GtkTreeView implements
366
371
  <div class="refsect1">
367
372
  <a name="GtkTreeView.properties"></a><h2>Properties</h2>
368
373
  <pre class="synopsis">
374
+ "<a class="link" href="GtkTreeView.html#GtkTreeView--activate-on-single-click" title='The "activate-on-single-click" property'>activate-on-single-click</a>" <span class="type">gboolean</span> : Read / Write
369
375
  "<a class="link" href="GtkTreeView.html#GtkTreeView--enable-grid-lines" title='The "enable-grid-lines" property'>enable-grid-lines</a>" <a class="link" href="GtkTreeView.html#GtkTreeViewGridLines" title="enum GtkTreeViewGridLines"><span class="type">GtkTreeViewGridLines</span></a> : Read / Write
370
376
  "<a class="link" href="GtkTreeView.html#GtkTreeView--enable-search" title='The "enable-search" property'>enable-search</a>" <span class="type">gboolean</span> : Read / Write
371
377
  "<a class="link" href="GtkTreeView.html#GtkTreeView--enable-tree-lines" title='The "enable-tree-lines" property'>enable-tree-lines</a>" <span class="type">gboolean</span> : Read / Write
@@ -389,13 +395,13 @@ GtkTreeView implements
389
395
  <a name="GtkTreeView.style-properties"></a><h2>Style Properties</h2>
390
396
  <pre class="synopsis">
391
397
  "<a class="link" href="GtkTreeView.html#GtkTreeView--s-allow-rules" title='The "allow-rules" style property'>allow-rules</a>" <span class="type">gboolean</span> : Read
392
- "<a class="link" href="GtkTreeView.html#GtkTreeView--s-even-row-color" title='The "even-row-color" style property'>even-row-color</a>" <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read
398
+ "<a class="link" href="GtkTreeView.html#GtkTreeView--s-even-row-color" title='The "even-row-color" style property'>even-row-color</a>" <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read
393
399
  "<a class="link" href="GtkTreeView.html#GtkTreeView--s-expander-size" title='The "expander-size" style property'>expander-size</a>" <span class="type">gint</span> : Read
394
400
  "<a class="link" href="GtkTreeView.html#GtkTreeView--s-grid-line-pattern" title='The "grid-line-pattern" style property'>grid-line-pattern</a>" <span class="type">gchar</span>* : Read
395
401
  "<a class="link" href="GtkTreeView.html#GtkTreeView--s-grid-line-width" title='The "grid-line-width" style property'>grid-line-width</a>" <span class="type">gint</span> : Read
396
402
  "<a class="link" href="GtkTreeView.html#GtkTreeView--s-horizontal-separator" title='The "horizontal-separator" style property'>horizontal-separator</a>" <span class="type">gint</span> : Read
397
403
  "<a class="link" href="GtkTreeView.html#GtkTreeView--s-indent-expanders" title='The "indent-expanders" style property'>indent-expanders</a>" <span class="type">gboolean</span> : Read
398
- "<a class="link" href="GtkTreeView.html#GtkTreeView--s-odd-row-color" title='The "odd-row-color" style property'>odd-row-color</a>" <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read
404
+ "<a class="link" href="GtkTreeView.html#GtkTreeView--s-odd-row-color" title='The "odd-row-color" style property'>odd-row-color</a>" <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read
399
405
  "<a class="link" href="GtkTreeView.html#GtkTreeView--s-tree-line-pattern" title='The "tree-line-pattern" style property'>tree-line-pattern</a>" <span class="type">gchar</span>* : Read
400
406
  "<a class="link" href="GtkTreeView.html#GtkTreeView--s-tree-line-width" title='The "tree-line-width" style property'>tree-line-width</a>" <span class="type">gint</span> : Read
401
407
  "<a class="link" href="GtkTreeView.html#GtkTreeView--s-vertical-separator" title='The "vertical-separator" style property'>vertical-separator</a>" <span class="type">gint</span> : Read
@@ -486,7 +492,7 @@ The GtkTreeView implementation of the GtkBuildable interface accepts
486
492
  <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> objects as &lt;child&gt; elements and exposes the
487
493
  internal <a class="link" href="GtkTreeSelection.html" title="GtkTreeSelection"><span class="type">GtkTreeSelection</span></a> in UI definitions.
488
494
  <div class="example">
489
- <a name="idm140520357975440"></a><p class="title"><b>Example 62. A UI definition fragment with GtkTreeView</b></p>
495
+ <a name="idm140617727107280"></a><p class="title"><b>Example 62. A UI definition fragment with GtkTreeView</b></p>
490
496
  <div class="example-contents">
491
497
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
492
498
  <tbody>
@@ -901,7 +907,7 @@ Creates a new <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span
901
907
  <a name="gtk-tree-view-get-model"></a><h3>gtk_tree_view_get_model ()</h3>
902
908
  <pre class="programlisting"><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="returnvalue">GtkTreeModel</span></a> * gtk_tree_view_get_model (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
903
909
  <p>
904
- Returns the model the <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> is based on. Returns <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the
910
+ Returns the model the <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> is based on. Returns <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
905
911
  model is unset.
906
912
  </p>
907
913
  <div class="variablelist"><table border="0" class="variablelist">
@@ -917,7 +923,7 @@ model is unset.
917
923
  </tr>
918
924
  <tr>
919
925
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
920
- <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if none is currently being used. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
926
+ <td>A <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is currently being used. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
921
927
  </td>
922
928
  </tr>
923
929
  </tbody>
@@ -930,7 +936,7 @@ model is unset.
930
936
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *model</code></em>);</pre>
931
937
  <p>
932
938
  Sets the model for a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>. If the <em class="parameter"><code>tree_view</code></em> already has a model
933
- set, it will remove it before setting the new model. If <em class="parameter"><code>model</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>,
939
+ set, it will remove it before setting the new model. If <em class="parameter"><code>model</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>,
934
940
  then it will unset the old model.
935
941
  </p>
936
942
  <div class="variablelist"><table border="0" class="variablelist">
@@ -1000,7 +1006,7 @@ Gets the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span c
1000
1006
  </tr>
1001
1007
  <tr>
1002
1008
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1003
- <td>A <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1009
+ <td>A <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
1004
1010
  if none is currently being used. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1005
1011
  </td>
1006
1012
  </tr>
@@ -1032,7 +1038,7 @@ Sets the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span c
1032
1038
  </tr>
1033
1039
  <tr>
1034
1040
  <td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
1035
- <td>The <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to set, 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>
1041
+ <td>The <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to set, 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>
1036
1042
  </td>
1037
1043
  </tr>
1038
1044
  </tbody>
@@ -1062,7 +1068,7 @@ Gets the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span c
1062
1068
  </tr>
1063
1069
  <tr>
1064
1070
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1065
- <td>A <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1071
+ <td>A <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
1066
1072
  if none is currently being used. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1067
1073
  </td>
1068
1074
  </tr>
@@ -1094,7 +1100,7 @@ Sets the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span c
1094
1100
  </tr>
1095
1101
  <tr>
1096
1102
  <td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
1097
- <td>The <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to set, 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>
1103
+ <td>The <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to set, 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>
1098
1104
  </td>
1099
1105
  </tr>
1100
1106
  </tbody>
@@ -1288,6 +1294,64 @@ Gets the setting set by <a class="link" href="GtkTreeView.html#gtk-tree-view-set
1288
1294
  </div>
1289
1295
  <hr>
1290
1296
  <div class="refsect2">
1297
+ <a name="gtk-tree-view-set-activate-on-single-click"></a><h3>gtk_tree_view_set_activate_on_single_click ()</h3>
1298
+ <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_view_set_activate_on_single_click
1299
+ (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
1300
+ <em class="parameter"><code><span class="type">gboolean</span> single</code></em>);</pre>
1301
+ <p>
1302
+ Cause the <a class="link" href="GtkTreeView.html#GtkTreeView-row-activated" title='The "row-activated" signal'><span class="type">"row-activated"</span></a> signal to be emitted
1303
+ on a single click instead of a double click.
1304
+ </p>
1305
+ <div class="variablelist"><table border="0" class="variablelist">
1306
+ <colgroup>
1307
+ <col align="left" valign="top">
1308
+ <col>
1309
+ </colgroup>
1310
+ <tbody>
1311
+ <tr>
1312
+ <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
1313
+ <td>a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>
1314
+ </td>
1315
+ </tr>
1316
+ <tr>
1317
+ <td><p><span class="term"><em class="parameter"><code>single</code></em> :</span></p></td>
1318
+ <td>
1319
+ <code class="literal">TRUE</code> to emit row-activated on a single click</td>
1320
+ </tr>
1321
+ </tbody>
1322
+ </table></div>
1323
+ <p class="since">Since 3.8</p>
1324
+ </div>
1325
+ <hr>
1326
+ <div class="refsect2">
1327
+ <a name="gtk-tree-view-get-activate-on-single-click"></a><h3>gtk_tree_view_get_activate_on_single_click ()</h3>
1328
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_tree_view_get_activate_on_single_click
1329
+ (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
1330
+ <p>
1331
+ Gets the setting set by <a class="link" href="GtkTreeView.html#gtk-tree-view-set-activate-on-single-click" title="gtk_tree_view_set_activate_on_single_click ()"><code class="function">gtk_tree_view_set_activate_on_single_click()</code></a>.
1332
+ </p>
1333
+ <div class="variablelist"><table border="0" class="variablelist">
1334
+ <colgroup>
1335
+ <col align="left" valign="top">
1336
+ <col>
1337
+ </colgroup>
1338
+ <tbody>
1339
+ <tr>
1340
+ <td><p><span class="term"><em class="parameter"><code>tree_view</code></em> :</span></p></td>
1341
+ <td>a <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>
1342
+ </td>
1343
+ </tr>
1344
+ <tr>
1345
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1346
+ <td>
1347
+ <code class="literal">TRUE</code> if row-activated will be emitted on a single click</td>
1348
+ </tr>
1349
+ </tbody>
1350
+ </table></div>
1351
+ <p class="since">Since 3.8</p>
1352
+ </div>
1353
+ <hr>
1354
+ <div class="refsect2">
1291
1355
  <a name="gtk-tree-view-append-column"></a><h3>gtk_tree_view_append_column ()</h3>
1292
1356
  <pre class="programlisting"><span class="returnvalue">gint</span> gtk_tree_view_append_column (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
1293
1357
  <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>);</pre>
@@ -1425,7 +1489,7 @@ property set to be GTK_TREE_VIEW_COLUMN_FIXED.
1425
1489
  </tr>
1426
1490
  <tr>
1427
1491
  <td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
1428
- <td>A <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>-terminated list of attributes</td>
1492
+ <td>A <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated list of attributes</td>
1429
1493
  </tr>
1430
1494
  <tr>
1431
1495
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
@@ -1548,7 +1612,7 @@ Gets the <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"
1548
1612
  </tr>
1549
1613
  <tr>
1550
1614
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1551
- <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the
1615
+ <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
1552
1616
  position is outside the range of columns. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
1553
1617
  </td>
1554
1618
  </tr>
@@ -1589,7 +1653,7 @@ The returned list must be freed with <code class="function">g_list_free()</code>
1589
1653
  <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
1590
1654
  <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *base_column</code></em>);</pre>
1591
1655
  <p>
1592
- Moves <em class="parameter"><code>column</code></em> to be after to <em class="parameter"><code>base_column</code></em>. If <em class="parameter"><code>base_column</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then
1656
+ Moves <em class="parameter"><code>column</code></em> to be after to <em class="parameter"><code>base_column</code></em>. If <em class="parameter"><code>base_column</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, then
1593
1657
  <em class="parameter"><code>column</code></em> is placed in the first position.
1594
1658
  </p>
1595
1659
  <div class="variablelist"><table border="0" class="variablelist">
@@ -1609,7 +1673,7 @@ Moves <em class="parameter"><code>column</code></em> to be after to <em class="p
1609
1673
  </tr>
1610
1674
  <tr>
1611
1675
  <td><p><span class="term"><em class="parameter"><code>base_column</code></em> :</span></p></td>
1612
- <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to be moved relative to, 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>
1676
+ <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to be moved relative to, 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>
1613
1677
  </td>
1614
1678
  </tr>
1615
1679
  </tbody>
@@ -1622,7 +1686,7 @@ Moves <em class="parameter"><code>column</code></em> to be after to <em class="p
1622
1686
  <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>);</pre>
1623
1687
  <p>
1624
1688
  Sets the column to draw the expander arrow at. It must be in <em class="parameter"><code>tree_view</code></em>.
1625
- If <em class="parameter"><code>column</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then the expander arrow is always at the first
1689
+ If <em class="parameter"><code>column</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the expander arrow is always at the first
1626
1690
  visible column.
1627
1691
  </p>
1628
1692
  <p>
@@ -1643,7 +1707,7 @@ expander column to a hidden column.
1643
1707
  <tr>
1644
1708
  <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
1645
1709
  <td>
1646
- <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, or the column to draw the expander arrow at.</td>
1710
+ <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, or the column to draw the expander arrow at.</td>
1647
1711
  </tr>
1648
1712
  </tbody>
1649
1713
  </table></div>
@@ -1690,7 +1754,7 @@ beginning of a column drag to determine where a drop can take place. The
1690
1754
  arguments passed to <em class="parameter"><code>func</code></em> are: the <em class="parameter"><code>tree_view</code></em>, the <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> being
1691
1755
  dragged, the two <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> s determining the drop spot, and
1692
1756
  <em class="parameter"><code>user_data</code></em>. If either of the <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> arguments for the drop spot
1693
- are <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then they indicate an edge. If <em class="parameter"><code>func</code></em> is set to be <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then
1757
+ are <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, then they indicate an edge. If <em class="parameter"><code>func</code></em> is set to be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, then
1694
1758
  <em class="parameter"><code>tree_view</code></em> reverts to the default behavior of allowing all columns to be
1695
1759
  dropped everywhere.
1696
1760
  </p>
@@ -1706,17 +1770,17 @@ dropped everywhere.
1706
1770
  </tr>
1707
1771
  <tr>
1708
1772
  <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
1709
- <td>A function to determine which columns are reorderable, 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>
1773
+ <td>A function to determine which columns are reorderable, 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>
1710
1774
  </td>
1711
1775
  </tr>
1712
1776
  <tr>
1713
1777
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1714
- <td>User data to be passed to <em class="parameter"><code>func</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>
1778
+ <td>User data to be passed to <em class="parameter"><code>func</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>
1715
1779
  </td>
1716
1780
  </tr>
1717
1781
  <tr>
1718
1782
  <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
1719
- <td>Destroy notifier for <em class="parameter"><code>user_data</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>
1783
+ <td>Destroy notifier for <em class="parameter"><code>user_data</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>
1720
1784
  </td>
1721
1785
  </tr>
1722
1786
  </tbody>
@@ -1771,9 +1835,9 @@ If either <em class="parameter"><code>tree_x</code></em> or <em class="parameter
1771
1835
  <em class="parameter"><code><span class="type">gfloat</span> col_align</code></em>);</pre>
1772
1836
  <p>
1773
1837
  Moves the alignments of <em class="parameter"><code>tree_view</code></em> to the position specified by <em class="parameter"><code>column</code></em> and
1774
- <em class="parameter"><code>path</code></em>. If <em class="parameter"><code>column</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then no horizontal scrolling occurs. Likewise,
1775
- if <em class="parameter"><code>path</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> no vertical scrolling occurs. At a minimum, one of <em class="parameter"><code>column</code></em>
1776
- or <em class="parameter"><code>path</code></em> need to be non-<a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <em class="parameter"><code>row_align</code></em> determines where the row is
1838
+ <em class="parameter"><code>path</code></em>. If <em class="parameter"><code>column</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, then no horizontal scrolling occurs. Likewise,
1839
+ if <em class="parameter"><code>path</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> no vertical scrolling occurs. At a minimum, one of <em class="parameter"><code>column</code></em>
1840
+ or <em class="parameter"><code>path</code></em> need to be non-<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <em class="parameter"><code>row_align</code></em> determines where the row is
1777
1841
  placed, and <em class="parameter"><code>col_align</code></em> determines where <em class="parameter"><code>column</code></em> is placed. Both are expected
1778
1842
  to be between 0.0 and 1.0. 0.0 means left/top alignment, 1.0 means
1779
1843
  right/bottom alignment, 0.5 means center.
@@ -1801,12 +1865,12 @@ path will be modified to reflect this change.
1801
1865
  </tr>
1802
1866
  <tr>
1803
1867
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1804
- <td>The path of the row to move to, 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>
1868
+ <td>The path of the row to move to, 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>
1805
1869
  </td>
1806
1870
  </tr>
1807
1871
  <tr>
1808
1872
  <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
1809
- <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to move horizontally to, 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>
1873
+ <td>The <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> to move horizontally to, 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>
1810
1874
  </td>
1811
1875
  </tr>
1812
1876
  <tr>
@@ -1834,7 +1898,7 @@ path will be modified to reflect this change.
1834
1898
  <p>
1835
1899
  Sets the current keyboard focus to be at <em class="parameter"><code>path</code></em>, and selects it. This is
1836
1900
  useful when you want to focus the user's attention on a particular row. If
1837
- <em class="parameter"><code>focus_column</code></em> is not <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then focus is given to the column specified by
1901
+ <em class="parameter"><code>focus_column</code></em> is not <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, then focus is given to the column specified by
1838
1902
  it. Additionally, if <em class="parameter"><code>focus_column</code></em> is specified, and <em class="parameter"><code>start_editing</code></em> is
1839
1903
  <code class="literal">TRUE</code>, then editing should be started in the specified cell.
1840
1904
  This function is often followed by <em class="parameter"><code>gtk_widget_grab_focus</code></em> (<em class="parameter"><code>tree_view</code></em>)
@@ -1863,7 +1927,7 @@ and the function will return without failing.
1863
1927
  </tr>
1864
1928
  <tr>
1865
1929
  <td><p><span class="term"><em class="parameter"><code>focus_column</code></em> :</span></p></td>
1866
- <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</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>
1930
+ <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</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>
1867
1931
  </td>
1868
1932
  </tr>
1869
1933
  <tr>
@@ -1885,8 +1949,8 @@ and the function will return without failing.
1885
1949
  <p>
1886
1950
  Sets the current keyboard focus to be at <em class="parameter"><code>path</code></em>, and selects it. This is
1887
1951
  useful when you want to focus the user's attention on a particular row. If
1888
- <em class="parameter"><code>focus_column</code></em> is not <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then focus is given to the column specified by
1889
- it. If <em class="parameter"><code>focus_column</code></em> and <em class="parameter"><code>focus_cell</code></em> are not <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, and <em class="parameter"><code>focus_column</code></em>
1952
+ <em class="parameter"><code>focus_column</code></em> is not <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, then focus is given to the column specified by
1953
+ it. If <em class="parameter"><code>focus_column</code></em> and <em class="parameter"><code>focus_cell</code></em> are not <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, and <em class="parameter"><code>focus_column</code></em>
1890
1954
  contains 2 or more editable or activatable cells, then focus is given to
1891
1955
  the cell specified by <em class="parameter"><code>focus_cell</code></em>. Additionally, if <em class="parameter"><code>focus_column</code></em> is
1892
1956
  specified, and <em class="parameter"><code>start_editing</code></em> is <code class="literal">TRUE</code>, then editing should be started in
@@ -1917,12 +1981,12 @@ and the function will return without failing.
1917
1981
  </tr>
1918
1982
  <tr>
1919
1983
  <td><p><span class="term"><em class="parameter"><code>focus_column</code></em> :</span></p></td>
1920
- <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</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>
1984
+ <td>A <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</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>
1921
1985
  </td>
1922
1986
  </tr>
1923
1987
  <tr>
1924
1988
  <td><p><span class="term"><em class="parameter"><code>focus_cell</code></em> :</span></p></td>
1925
- <td>A <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</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>
1989
+ <td>A <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</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>
1926
1990
  </td>
1927
1991
  </tr>
1928
1992
  <tr>
@@ -1942,8 +2006,8 @@ and the function will return without failing.
1942
2006
  <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> **focus_column</code></em>);</pre>
1943
2007
  <p>
1944
2008
  Fills in <em class="parameter"><code>path</code></em> and <em class="parameter"><code>focus_column</code></em> with the current path and focus column. If
1945
- the cursor isn't currently set, then *<em class="parameter"><code>path</code></em> will be <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. If no column
1946
- currently has focus, then *<em class="parameter"><code>focus_column</code></em> will be <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.
2009
+ the cursor isn't currently set, then *<em class="parameter"><code>path</code></em> will be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. If no column
2010
+ currently has focus, then *<em class="parameter"><code>focus_column</code></em> will be <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
1947
2011
  </p>
1948
2012
  <p>
1949
2013
  The returned <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> must be freed with <a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title="gtk_tree_path_free ()"><code class="function">gtk_tree_path_free()</code></a> when
@@ -1962,12 +2026,12 @@ you are done with it.
1962
2026
  </tr>
1963
2027
  <tr>
1964
2028
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
1965
- <td>A pointer to be filled with the current cursor 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="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2029
+ <td>A pointer to be filled with the current cursor 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="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1966
2030
  </td>
1967
2031
  </tr>
1968
2032
  <tr>
1969
2033
  <td><p><span class="term"><em class="parameter"><code>focus_column</code></em> :</span></p></td>
1970
- <td>A pointer to be filled with the current focus column, 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="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2034
+ <td>A pointer to be filled with the current focus column, 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="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1971
2035
  </td>
1972
2036
  </tr>
1973
2037
  </tbody>
@@ -2279,9 +2343,9 @@ Finds the path at the point (<em class="parameter"><code>x</code></em>, <em clas
2279
2343
  That is, <em class="parameter"><code>x</code></em> and <em class="parameter"><code>y</code></em> are relative to an events coordinates. <em class="parameter"><code>x</code></em> and <em class="parameter"><code>y</code></em> must
2280
2344
  come from an event on the <em class="parameter"><code>tree_view</code></em> only where <code class="literal">event-&gt;window ==
2281
2345
  gtk_tree_view_get_bin_window ()</code>. It is primarily for
2282
- things like popup menus. If <em class="parameter"><code>path</code></em> is non-<a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then it will be filled
2346
+ things like popup menus. If <em class="parameter"><code>path</code></em> is non-<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, then it will be filled
2283
2347
  with the <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> at that point. This path should be freed with
2284
- <a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title="gtk_tree_path_free ()"><code class="function">gtk_tree_path_free()</code></a>. If <em class="parameter"><code>column</code></em> is non-<a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, then it will be filled
2348
+ <a class="link" href="GtkTreeModel.html#gtk-tree-path-free" title="gtk_tree_path_free ()"><code class="function">gtk_tree_path_free()</code></a>. If <em class="parameter"><code>column</code></em> is non-<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, then it will be filled
2285
2349
  with the column at that point. <em class="parameter"><code>cell_x</code></em> and <em class="parameter"><code>cell_y</code></em> return the coordinates
2286
2350
  relative to the cell background (i.e. the <em class="parameter"><code>background_area</code></em> passed to
2287
2351
  <a class="link" href="GtkCellRenderer.html#gtk-cell-renderer-render" title="gtk_cell_renderer_render ()"><code class="function">gtk_cell_renderer_render()</code></a>). This function is only meaningful if
@@ -2313,22 +2377,22 @@ GtkWidget::query-tooltip), please see
2313
2377
  </tr>
2314
2378
  <tr>
2315
2379
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2316
- <td>A pointer to a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointer to be filled in, 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>
2380
+ <td>A pointer to a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointer to be filled in, 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>
2317
2381
  </td>
2318
2382
  </tr>
2319
2383
  <tr>
2320
2384
  <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
2321
- <td>A pointer to a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> pointer to be filled in, 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="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2385
+ <td>A pointer to a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> pointer to be filled in, 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="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2322
2386
  </td>
2323
2387
  </tr>
2324
2388
  <tr>
2325
2389
  <td><p><span class="term"><em class="parameter"><code>cell_x</code></em> :</span></p></td>
2326
- <td>A pointer where the X coordinate relative to the cell can be placed, 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>
2390
+ <td>A pointer where the X coordinate relative to the cell can be placed, 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>
2327
2391
  </td>
2328
2392
  </tr>
2329
2393
  <tr>
2330
2394
  <td><p><span class="term"><em class="parameter"><code>cell_y</code></em> :</span></p></td>
2331
- <td>A pointer where the Y coordinate relative to the cell can be placed, 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>
2395
+ <td>A pointer where the Y coordinate relative to the cell can be placed, 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>
2332
2396
  </td>
2333
2397
  </tr>
2334
2398
  <tr>
@@ -2392,22 +2456,22 @@ likewise as for <a class="link" href="GtkTreeView.html#gtk-tree-view-get-path-at
2392
2456
  </tr>
2393
2457
  <tr>
2394
2458
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2395
- <td>A pointer to a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointer to be filled in, 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>
2459
+ <td>A pointer to a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> pointer to be filled in, 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>
2396
2460
  </td>
2397
2461
  </tr>
2398
2462
  <tr>
2399
2463
  <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
2400
- <td>A pointer to a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> pointer to be filled in, 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>
2464
+ <td>A pointer to a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> pointer to be filled in, 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>
2401
2465
  </td>
2402
2466
  </tr>
2403
2467
  <tr>
2404
2468
  <td><p><span class="term"><em class="parameter"><code>cell_x</code></em> :</span></p></td>
2405
- <td>A pointer where the X coordinate relative to the cell can be placed, 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>
2469
+ <td>A pointer where the X coordinate relative to the cell can be placed, 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>
2406
2470
  </td>
2407
2471
  </tr>
2408
2472
  <tr>
2409
2473
  <td><p><span class="term"><em class="parameter"><code>cell_y</code></em> :</span></p></td>
2410
- <td>A pointer where the Y coordinate relative to the cell can be placed, 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>
2474
+ <td>A pointer where the Y coordinate relative to the cell can be placed, 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>
2411
2475
  </td>
2412
2476
  </tr>
2413
2477
  <tr>
@@ -2426,12 +2490,12 @@ likewise as for <a class="link" href="GtkTreeView.html#gtk-tree-view-get-path-at
2426
2490
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_view_get_cell_area (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
2427
2491
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2428
2492
  <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
2429
- <em class="parameter"><code><a href="../gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
2493
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
2430
2494
  <p>
2431
2495
  Fills the bounding rectangle in bin_window coordinates for the cell at the
2432
2496
  row specified by <em class="parameter"><code>path</code></em> and the column specified by <em class="parameter"><code>column</code></em>. If <em class="parameter"><code>path</code></em> is
2433
- <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, or points to a path not currently displayed, the <em class="parameter"><code>y</code></em> and <em class="parameter"><code>height</code></em> fields
2434
- of the rectangle will be filled with 0. If <em class="parameter"><code>column</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 <em class="parameter"><code>x</code></em> and <em class="parameter"><code>width</code></em>
2497
+ <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, or points to a path not currently displayed, the <em class="parameter"><code>y</code></em> and <em class="parameter"><code>height</code></em> fields
2498
+ of the rectangle will be filled with 0. If <em class="parameter"><code>column</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, the <em class="parameter"><code>x</code></em> and <em class="parameter"><code>width</code></em>
2435
2499
  fields will be filled with 0. The sum of all cell rects does not cover the
2436
2500
  entire tree; there are extra pixels in between rows, for example. The
2437
2501
  returned rectangle is equivalent to the <em class="parameter"><code>cell_area</code></em> passed to
@@ -2451,12 +2515,12 @@ realized.
2451
2515
  </tr>
2452
2516
  <tr>
2453
2517
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2454
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for the row, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to get only horizontal coordinates. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2518
+ <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for the row, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to get only horizontal coordinates. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2455
2519
  </td>
2456
2520
  </tr>
2457
2521
  <tr>
2458
2522
  <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
2459
- <td>a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> for the column, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to get only vertical coordinates. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2523
+ <td>a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> for the column, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to get only vertical coordinates. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2460
2524
  </td>
2461
2525
  </tr>
2462
2526
  <tr>
@@ -2473,12 +2537,12 @@ realized.
2473
2537
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_view_get_background_area (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
2474
2538
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
2475
2539
  <em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
2476
- <em class="parameter"><code><a href="../gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
2540
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rect</code></em>);</pre>
2477
2541
  <p>
2478
2542
  Fills the bounding rectangle in bin_window coordinates for the cell at the
2479
2543
  row specified by <em class="parameter"><code>path</code></em> and the column specified by <em class="parameter"><code>column</code></em>. If <em class="parameter"><code>path</code></em> is
2480
- <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, or points to a node not found in the tree, the <em class="parameter"><code>y</code></em> and <em class="parameter"><code>height</code></em> fields of
2481
- the rectangle will be filled with 0. If <em class="parameter"><code>column</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 <em class="parameter"><code>x</code></em> and <em class="parameter"><code>width</code></em>
2544
+ <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, or points to a node not found in the tree, the <em class="parameter"><code>y</code></em> and <em class="parameter"><code>height</code></em> fields of
2545
+ the rectangle will be filled with 0. If <em class="parameter"><code>column</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, the <em class="parameter"><code>x</code></em> and <em class="parameter"><code>width</code></em>
2482
2546
  fields will be filled with 0. The returned rectangle is equivalent to the
2483
2547
  <em class="parameter"><code>background_area</code></em> passed to <a class="link" href="GtkCellRenderer.html#gtk-cell-renderer-render" title="gtk_cell_renderer_render ()"><code class="function">gtk_cell_renderer_render()</code></a>. These background
2484
2548
  areas tile to cover the entire bin window. Contrast with the <em class="parameter"><code>cell_area</code></em>,
@@ -2498,12 +2562,12 @@ itself, excluding surrounding borders and the tree expander area.
2498
2562
  </tr>
2499
2563
  <tr>
2500
2564
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
2501
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for the row, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to get only horizontal coordinates. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2565
+ <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> for the row, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to get only horizontal coordinates. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2502
2566
  </td>
2503
2567
  </tr>
2504
2568
  <tr>
2505
2569
  <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
2506
- <td>a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> for the column, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to get only vertical coordiantes. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2570
+ <td>a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> for the column, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to get only vertical coordiantes. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2507
2571
  </td>
2508
2572
  </tr>
2509
2573
  <tr>
@@ -2518,7 +2582,7 @@ itself, excluding surrounding borders and the tree expander area.
2518
2582
  <div class="refsect2">
2519
2583
  <a name="gtk-tree-view-get-visible-rect"></a><h3>gtk_tree_view_get_visible_rect ()</h3>
2520
2584
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_view_get_visible_rect (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
2521
- <em class="parameter"><code><a href="../gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *visible_rect</code></em>);</pre>
2585
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *visible_rect</code></em>);</pre>
2522
2586
  <p>
2523
2587
  Fills <em class="parameter"><code>visible_rect</code></em> with the currently-visible region of the
2524
2588
  buffer, in tree coordinates. Convert to bin_window coordinates with
@@ -2572,12 +2636,12 @@ The paths should be freed with <a class="link" href="GtkTreeModel.html#gtk-tree-
2572
2636
  <tr>
2573
2637
  <td><p><span class="term"><em class="parameter"><code>start_path</code></em> :</span></p></td>
2574
2638
  <td>Return location for start of region,
2575
- 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>
2639
+ 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>
2576
2640
  </td>
2577
2641
  </tr>
2578
2642
  <tr>
2579
2643
  <td><p><span class="term"><em class="parameter"><code>end_path</code></em> :</span></p></td>
2580
- <td>Return location for end of region, 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>
2644
+ <td>Return location for end of region, 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>
2581
2645
  </td>
2582
2646
  </tr>
2583
2647
  <tr>
@@ -2592,7 +2656,7 @@ or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html
2592
2656
  <hr>
2593
2657
  <div class="refsect2">
2594
2658
  <a name="gtk-tree-view-get-bin-window"></a><h3>gtk_tree_view_get_bin_window ()</h3>
2595
- <pre class="programlisting"><a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_tree_view_get_bin_window (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
2659
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> * gtk_tree_view_get_bin_window (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
2596
2660
  <p>
2597
2661
  Returns the window that <em class="parameter"><code>tree_view</code></em> renders to.
2598
2662
  This is used primarily to compare to <code class="literal">event-&gt;window</code>
@@ -2611,7 +2675,7 @@ to confirm that the event on <em class="parameter"><code>tree_view</code></em> i
2611
2675
  </tr>
2612
2676
  <tr>
2613
2677
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2614
- <td>A <a href="../gdk3/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> when <em class="parameter"><code>tree_view</code></em>
2678
+ <td>A <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> when <em class="parameter"><code>tree_view</code></em>
2615
2679
  hasn't been realized yet. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
2616
2680
  </td>
2617
2681
  </tr>
@@ -2901,7 +2965,7 @@ tree (the full scrollable area of the tree).
2901
2965
  (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
2902
2966
  <em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
2903
2967
  <em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
2904
- <em class="parameter"><code><a href="../gdk3/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
2968
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
2905
2969
  <p>
2906
2970
  Turns <em class="parameter"><code>tree_view</code></em> into a drop destination for automatic DND. Calling
2907
2971
  this method sets <a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title='The "reorderable" property'><span class="type">"reorderable"</span></a> to <code class="literal">FALSE</code>.
@@ -2941,10 +3005,10 @@ widget</td>
2941
3005
  <a name="gtk-tree-view-enable-model-drag-source"></a><h3>gtk_tree_view_enable_model_drag_source ()</h3>
2942
3006
  <pre class="programlisting"><span class="returnvalue">void</span> gtk_tree_view_enable_model_drag_source
2943
3007
  (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
2944
- <em class="parameter"><code><a href="../gdk3/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> start_button_mask</code></em>,
3008
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> start_button_mask</code></em>,
2945
3009
  <em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
2946
3010
  <em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
2947
- <em class="parameter"><code><a href="../gdk3/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
3011
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a> actions</code></em>);</pre>
2948
3012
  <p>
2949
3013
  Turns <em class="parameter"><code>tree_view</code></em> into a drag source for automatic DND. Calling this
2950
3014
  method sets <a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title='The "reorderable" property'><span class="type">"reorderable"</span></a> to <code class="literal">FALSE</code>.
@@ -3033,7 +3097,7 @@ Undoes the effect of
3033
3097
  <em class="parameter"><code><a class="link" href="GtkTreeView.html#GtkTreeViewDropPosition" title="enum GtkTreeViewDropPosition"><span class="type">GtkTreeViewDropPosition</span></a> pos</code></em>);</pre>
3034
3098
  <p>
3035
3099
  Sets the row that is highlighted for feedback.
3036
- If <em class="parameter"><code>path</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, an existing highlight is removed.
3100
+ If <em class="parameter"><code>path</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, an existing highlight is removed.
3037
3101
  </p>
3038
3102
  <div class="variablelist"><table border="0" class="variablelist">
3039
3103
  <colgroup>
@@ -3048,7 +3112,7 @@ If <em class="parameter"><code>path</code></em> is <a href="/home/mclasen/gnome/
3048
3112
  </tr>
3049
3113
  <tr>
3050
3114
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
3051
- <td>The path of the row to highlight, 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>
3115
+ <td>The path of the row to highlight, 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>
3052
3116
  </td>
3053
3117
  </tr>
3054
3118
  <tr>
@@ -3080,12 +3144,12 @@ Gets information about the row that is highlighted for feedback.
3080
3144
  </tr>
3081
3145
  <tr>
3082
3146
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
3083
- <td>Return location for the path of the highlighted row, 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>
3147
+ <td>Return location for the path of the highlighted row, 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>
3084
3148
  </td>
3085
3149
  </tr>
3086
3150
  <tr>
3087
3151
  <td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
3088
- <td>Return location for the drop position, 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>
3152
+ <td>Return location for the drop position, 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>
3089
3153
  </td>
3090
3154
  </tr>
3091
3155
  </tbody>
@@ -3126,12 +3190,12 @@ return <code class="literal">FALSE</code> if <em class="parameter"><code>tree_vi
3126
3190
  </tr>
3127
3191
  <tr>
3128
3192
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
3129
- <td>Return location for the path of the highlighted row, 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>
3193
+ <td>Return location for the path of the highlighted row, 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>
3130
3194
  </td>
3131
3195
  </tr>
3132
3196
  <tr>
3133
3197
  <td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
3134
- <td>Return location for the drop position, 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>
3198
+ <td>Return location for the drop position, 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>
3135
3199
  </td>
3136
3200
  </tr>
3137
3201
  <tr>
@@ -3145,10 +3209,10 @@ is indeed the case.</td>
3145
3209
  <hr>
3146
3210
  <div class="refsect2">
3147
3211
  <a name="gtk-tree-view-create-row-drag-icon"></a><h3>gtk_tree_view_create_row_drag_icon ()</h3>
3148
- <pre class="programlisting"><a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="returnvalue">cairo_surface_t</span></a> * gtk_tree_view_create_row_drag_icon (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
3212
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="returnvalue">cairo_surface_t</span></a> * gtk_tree_view_create_row_drag_icon (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
3149
3213
  <em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
3150
3214
  <p>
3151
- Creates a <a href="/home/mclasen/gnome/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="type">cairo_surface_t</span></a> representation of the row at <em class="parameter"><code>path</code></em>.
3215
+ Creates a <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html#cairo-surface-t"><span class="type">cairo_surface_t</span></a> representation of the row at <em class="parameter"><code>path</code></em>.
3152
3216
  This image is used for a drag icon.
3153
3217
  </p>
3154
3218
  <div class="variablelist"><table border="0" class="variablelist">
@@ -3349,12 +3413,12 @@ that somewhat like <code class="function">strcmp()</code> returning 0 for equali
3349
3413
  </tr>
3350
3414
  <tr>
3351
3415
  <td><p><span class="term"><em class="parameter"><code>search_user_data</code></em> :</span></p></td>
3352
- <td>user data to pass to <em class="parameter"><code>search_equal_func</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>
3416
+ <td>user data to pass to <em class="parameter"><code>search_equal_func</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>
3353
3417
  </td>
3354
3418
  </tr>
3355
3419
  <tr>
3356
3420
  <td><p><span class="term"><em class="parameter"><code>search_destroy</code></em> :</span></p></td>
3357
- <td>Destroy notifier for <em class="parameter"><code>search_user_data</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>
3421
+ <td>Destroy notifier for <em class="parameter"><code>search_user_data</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>
3358
3422
  </td>
3359
3423
  </tr>
3360
3424
  </tbody>
@@ -3366,7 +3430,7 @@ that somewhat like <code class="function">strcmp()</code> returning 0 for equali
3366
3430
  <pre class="programlisting"><a class="link" href="GtkEntry.html" title="GtkEntry"><span class="returnvalue">GtkEntry</span></a> * gtk_tree_view_get_search_entry (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
3367
3431
  <p>
3368
3432
  Returns the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> which is currently in use as interactive search
3369
- entry for <em class="parameter"><code>tree_view</code></em>. In case the built-in entry is being used, <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
3433
+ entry for <em class="parameter"><code>tree_view</code></em>. In case the built-in entry is being used, <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
3370
3434
  will be returned.
3371
3435
  </p>
3372
3436
  <div class="variablelist"><table border="0" class="variablelist">
@@ -3397,7 +3461,7 @@ will be returned.
3397
3461
  <p>
3398
3462
  Sets the entry which the interactive search code will use for this
3399
3463
  <em class="parameter"><code>tree_view</code></em>. This is useful when you want to provide a search entry
3400
- in our interface at all time at a fixed position. Passing <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> for
3464
+ in our interface at all time at a fixed position. Passing <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> for
3401
3465
  <em class="parameter"><code>entry</code></em> will make the interactive search code use the built-in popup
3402
3466
  entry again.
3403
3467
  </p>
@@ -3414,7 +3478,7 @@ entry again.
3414
3478
  </tr>
3415
3479
  <tr>
3416
3480
  <td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
3417
- <td>the entry the interactive search code of <em class="parameter"><code>tree_view</code></em> should use or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
3481
+ <td>the entry the interactive search code of <em class="parameter"><code>tree_view</code></em> should use or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
3418
3482
  </td>
3419
3483
  </tr>
3420
3484
  </tbody>
@@ -3479,18 +3543,18 @@ Sets the function to use when positioning the search dialog.
3479
3543
  </tr>
3480
3544
  <tr>
3481
3545
  <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
3482
- <td>the function to use to position the search dialog, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
3546
+ <td>the function to use to position the search dialog, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
3483
3547
  to use the default search position function. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
3484
3548
  </td>
3485
3549
  </tr>
3486
3550
  <tr>
3487
3551
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
3488
- <td>user data to pass to <em class="parameter"><code>func</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>
3552
+ <td>user data to pass to <em class="parameter"><code>func</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>
3489
3553
  </td>
3490
3554
  </tr>
3491
3555
  <tr>
3492
3556
  <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
3493
- <td>Destroy notifier for <em class="parameter"><code>data</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>
3557
+ <td>Destroy notifier for <em class="parameter"><code>data</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>
3494
3558
  </td>
3495
3559
  </tr>
3496
3560
  </tbody>
@@ -3709,17 +3773,17 @@ user collapses a row, or a row is deleted.
3709
3773
  </tr>
3710
3774
  <tr>
3711
3775
  <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
3712
- <td>Function to be called when a view row is destroyed, 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>
3776
+ <td>Function to be called when a view row is destroyed, 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>
3713
3777
  </td>
3714
3778
  </tr>
3715
3779
  <tr>
3716
3780
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
3717
- <td>User data to be passed to <em class="parameter"><code>func</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>
3781
+ <td>User data to be passed to <em class="parameter"><code>func</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>
3718
3782
  </td>
3719
3783
  </tr>
3720
3784
  <tr>
3721
3785
  <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
3722
- <td>Destroy notifier for <em class="parameter"><code>data</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>
3786
+ <td>Destroy notifier for <em class="parameter"><code>data</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>
3723
3787
  </td>
3724
3788
  </tr>
3725
3789
  </tbody>
@@ -3804,7 +3868,7 @@ Returns the current row separator function.
3804
3868
  <p>
3805
3869
  Sets the row separator function, which is used to determine
3806
3870
  whether a row should be drawn as a separator. If the row separator
3807
- function is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, no separators are drawn. This is the default value.
3871
+ function is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, no separators are drawn. This is the default value.
3808
3872
  </p>
3809
3873
  <div class="variablelist"><table border="0" class="variablelist">
3810
3874
  <colgroup>
@@ -3824,12 +3888,12 @@ function is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboil
3824
3888
  </tr>
3825
3889
  <tr>
3826
3890
  <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
3827
- <td>user data to pass to <em class="parameter"><code>func</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>
3891
+ <td>user data to pass to <em class="parameter"><code>func</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>
3828
3892
  </td>
3829
3893
  </tr>
3830
3894
  <tr>
3831
3895
  <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
3832
- <td>destroy notifier for <em class="parameter"><code>data</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>
3896
+ <td>destroy notifier for <em class="parameter"><code>data</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>
3833
3897
  </td>
3834
3898
  </tr>
3835
3899
  </tbody>
@@ -4124,7 +4188,7 @@ See also <a class="link" href="GtkTooltip.html#gtk-tooltip-set-tip-area" title="
4124
4188
  <em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>);</pre>
4125
4189
  <p>
4126
4190
  Sets the tip area of <em class="parameter"><code>tooltip</code></em> to the area <em class="parameter"><code>path</code></em>, <em class="parameter"><code>column</code></em> and <em class="parameter"><code>cell</code></em> have
4127
- in common. For example if <em class="parameter"><code>path</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> and <em class="parameter"><code>column</code></em> is set, the tip
4191
+ in common. For example if <em class="parameter"><code>path</code></em> is <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> and <em class="parameter"><code>column</code></em> is set, the tip
4128
4192
  area will be set to the full area covered by <em class="parameter"><code>column</code></em>. See also
4129
4193
  <a class="link" href="GtkTooltip.html#gtk-tooltip-set-tip-area" title="gtk_tooltip_set_tip_area ()"><code class="function">gtk_tooltip_set_tip_area()</code></a>.
4130
4194
  </p>
@@ -4155,17 +4219,17 @@ See also <a class="link" href="GtkTreeView.html#gtk-tree-view-set-tooltip-column
4155
4219
  </tr>
4156
4220
  <tr>
4157
4221
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
4158
- <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</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>
4222
+ <td>a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</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>
4159
4223
  </td>
4160
4224
  </tr>
4161
4225
  <tr>
4162
4226
  <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
4163
- <td>a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</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>
4227
+ <td>a <a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</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>
4164
4228
  </td>
4165
4229
  </tr>
4166
4230
  <tr>
4167
4231
  <td><p><span class="term"><em class="parameter"><code>cell</code></em> :</span></p></td>
4168
- <td>a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</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>
4232
+ <td>a <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</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>
4169
4233
  </td>
4170
4234
  </tr>
4171
4235
  </tbody>
@@ -4224,17 +4288,17 @@ to be relative to <em class="parameter"><code>tree_view</code></em>'s bin_window
4224
4288
  <tr>
4225
4289
  <td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
4226
4290
  <td>a pointer to receive a
4227
- <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</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="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>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
4291
+ <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</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="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>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
4228
4292
  </td>
4229
4293
  </tr>
4230
4294
  <tr>
4231
4295
  <td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
4232
- <td>a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</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="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>
4296
+ <td>a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</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="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>
4233
4297
  </td>
4234
4298
  </tr>
4235
4299
  <tr>
4236
4300
  <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
4237
- <td>a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</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="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>
4301
+ <td>a pointer to receive a <a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</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="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>
4238
4302
  </td>
4239
4303
  </tr>
4240
4304
  <tr>
@@ -4315,6 +4379,17 @@ so &amp;, &lt;, etc have to be escaped in the text.
4315
4379
  <div class="refsect1">
4316
4380
  <a name="GtkTreeView.property-details"></a><h2>Property Details</h2>
4317
4381
  <div class="refsect2">
4382
+ <a name="GtkTreeView--activate-on-single-click"></a><h3>The <code class="literal">"activate-on-single-click"</code> property</h3>
4383
+ <pre class="programlisting"> "activate-on-single-click" <span class="type">gboolean</span> : Read / Write</pre>
4384
+ <p>
4385
+ The activate-on-single-click property specifies whether the "row-activated" signal
4386
+ will be emitted after a single click.
4387
+ </p>
4388
+ <p>Default value: FALSE</p>
4389
+ <p class="since">Since 3.8</p>
4390
+ </div>
4391
+ <hr>
4392
+ <div class="refsect2">
4318
4393
  <a name="GtkTreeView--enable-grid-lines"></a><h3>The <code class="literal">"enable-grid-lines"</code> property</h3>
4319
4394
  <pre class="programlisting"> "enable-grid-lines" <a class="link" href="GtkTreeView.html#GtkTreeViewGridLines" title="enum GtkTreeViewGridLines"><span class="type">GtkTreeViewGridLines</span></a> : Read / Write</pre>
4320
4395
  <p>Whether grid lines should be drawn in the tree view.</p>
@@ -4477,7 +4552,7 @@ Extra indentation for each level.
4477
4552
  <hr>
4478
4553
  <div class="refsect2">
4479
4554
  <a name="GtkTreeView--s-even-row-color"></a><h3>The <code class="literal">"even-row-color"</code> style property</h3>
4480
- <pre class="programlisting"> "even-row-color" <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read</pre>
4555
+ <pre class="programlisting"> "even-row-color" <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read</pre>
4481
4556
  <p>Color to use for even rows.</p>
4482
4557
  </div>
4483
4558
  <hr>
@@ -4521,7 +4596,7 @@ Extra indentation for each level.
4521
4596
  <hr>
4522
4597
  <div class="refsect2">
4523
4598
  <a name="GtkTreeView--s-odd-row-color"></a><h3>The <code class="literal">"odd-row-color"</code> style property</h3>
4524
- <pre class="programlisting"> "odd-row-color" <a href="../gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read</pre>
4599
+ <pre class="programlisting"> "odd-row-color" <a href="http://developer.gnome.org/gdk2/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>* : Read</pre>
4525
4600
  <p>Color to use for odd rows.</p>
4526
4601
  </div>
4527
4602
  <hr>
@@ -4625,13 +4700,15 @@ The position of the cursor (focused cell) has changed.
4625
4700
  <span class="type">gpointer</span> user_data) : <code class="literal">Action</code></pre>
4626
4701
  <p>
4627
4702
  The "row-activated" signal is emitted when the method
4628
- <a class="link" href="GtkTreeView.html#gtk-tree-view-row-activated" title="gtk_tree_view_row_activated ()"><code class="function">gtk_tree_view_row_activated()</code></a> is called or the user double clicks
4629
- a treeview row. It is also emitted when a non-editable row is
4630
- selected and one of the keys: Space, Shift+Space, Return or
4631
- Enter is pressed.
4703
+ <a class="link" href="GtkTreeView.html#gtk-tree-view-row-activated" title="gtk_tree_view_row_activated ()"><code class="function">gtk_tree_view_row_activated()</code></a> is called, when the user double
4704
+ clicks a treeview row with the "activate-on-single-click"
4705
+ property set to <code class="literal">FALSE</code>, or when the user single clicks a row when
4706
+ the "activate-on-single-click" property set to <code class="literal">TRUE</code>. It is also
4707
+ emitted when a non-editable row is selected and one of the keys:
4708
+ Space, Shift+Space, Return or Enter is pressed.
4632
4709
  </p>
4633
4710
  <p>
4634
- For selection handling refer to the <a class="link" href="TreeWidget.html" title="Tree and List Widget Overview">tree
4711
+ For selection handling refer to the <a class="link" href="TreeWidget.html" title="Tree and List Widget Overview">tree
4635
4712
  widget conceptual overview</a> as well as <a class="link" href="GtkTreeSelection.html" title="GtkTreeSelection"><span class="type">GtkTreeSelection</span></a>.
4636
4713
  </p>
4637
4714
  <div class="variablelist"><table border="0" class="variablelist">
@@ -4859,6 +4936,6 @@ signal if you need to control the expandability of individual rows.
4859
4936
  </div>
4860
4937
  <div class="footer">
4861
4938
  <hr>
4862
- Generated by GTK-Doc V1.18.1</div>
4939
+ Generated by GTK-Doc V1.18</div>
4863
4940
  </body>
4864
4941
  </html>