gtk2 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (555) hide show
  1. checksums.yaml +7 -0
  2. data/README +2 -2
  3. data/Rakefile +5 -3
  4. data/ext/gtk2/extconf.rb +5 -2
  5. data/ext/gtk2/global.h +1 -8
  6. data/ext/gtk2/rbgdk.c +1 -16
  7. data/ext/gtk2/rbgdkcairo.c +0 -8
  8. data/ext/gtk2/rbgdkcolormap.c +0 -4
  9. data/ext/gtk2/rbgdkcursor.c +0 -18
  10. data/ext/gtk2/rbgdkdisplay.c +7 -45
  11. data/ext/gtk2/rbgdkdisplaymanager.c +0 -5
  12. data/ext/gtk2/rbgdkdragcontext.c +0 -13
  13. data/ext/gtk2/rbgdkdraw.c +2 -26
  14. data/ext/gtk2/rbgdkevent.c +631 -324
  15. data/ext/gtk2/rbgdkgc.c +0 -5
  16. data/ext/gtk2/rbgdkkeymap.c +2 -4
  17. data/ext/gtk2/rbgdkpango.c +0 -5
  18. data/ext/gtk2/rbgdkpangorenderer.c +0 -6
  19. data/ext/gtk2/rbgdkpixbuf.c +0 -3
  20. data/ext/gtk2/rbgdkpixmap.c +3 -18
  21. data/ext/gtk2/rbgdkproperty.c +0 -41
  22. data/ext/gtk2/rbgdkscreen.c +0 -22
  23. data/ext/gtk2/rbgdkselection.c +0 -13
  24. data/ext/gtk2/rbgdkvisual.c +0 -4
  25. data/ext/gtk2/rbgdkwindow.c +2 -71
  26. data/ext/gtk2/rbgdkx11.c +1 -6
  27. data/ext/gtk2/rbgtkaboutdialog.c +0 -5
  28. data/ext/gtk2/rbgtkaccelerator.c +0 -4
  29. data/ext/gtk2/rbgtkaccelgroup.c +0 -8
  30. data/ext/gtk2/rbgtkaccelmap.c +0 -15
  31. data/ext/gtk2/rbgtkaction.c +0 -14
  32. data/ext/gtk2/rbgtkactiongroup.c +0 -9
  33. data/ext/gtk2/rbgtkalignment.c +0 -4
  34. data/ext/gtk2/rbgtkassistant.c +0 -6
  35. data/ext/gtk2/rbgtkbbox.c +0 -4
  36. data/ext/gtk2/rbgtkbutton.c +0 -4
  37. data/ext/gtk2/rbgtkcalendar.c +0 -8
  38. data/ext/gtk2/rbgtkcelllayout.c +0 -5
  39. data/ext/gtk2/rbgtkcellrenderer.c +0 -8
  40. data/ext/gtk2/rbgtkcellrendereraccel.c +0 -6
  41. data/ext/gtk2/rbgtkcellrenderercombo.c +0 -6
  42. data/ext/gtk2/rbgtkcellrendererprogress.c +0 -6
  43. data/ext/gtk2/rbgtkcellrendererspin.c +0 -6
  44. data/ext/gtk2/rbgtkcellview.c +0 -5
  45. data/ext/gtk2/rbgtkclipboard.c +0 -48
  46. data/ext/gtk2/rbgtkcolorbutton.c +0 -6
  47. data/ext/gtk2/rbgtkcolorsel.c +0 -4
  48. data/ext/gtk2/rbgtkcombobox.c +0 -12
  49. data/ext/gtk2/rbgtkcomboboxentry.c +0 -6
  50. data/ext/gtk2/rbgtkconst.c +0 -2
  51. data/ext/gtk2/rbgtkdialog.c +0 -10
  52. data/ext/gtk2/rbgtkdrag.c +0 -24
  53. data/ext/gtk2/rbgtkentry.c +0 -4
  54. data/ext/gtk2/rbgtkentrycompletion.c +0 -10
  55. data/ext/gtk2/rbgtkexpander.c +0 -6
  56. data/ext/gtk2/rbgtkfilechooser.c +0 -10
  57. data/ext/gtk2/rbgtkfilechooserbutton.c +0 -6
  58. data/ext/gtk2/rbgtkfilechooserdialog.c +0 -8
  59. data/ext/gtk2/rbgtkfilechooserwidget.c +0 -6
  60. data/ext/gtk2/rbgtkfilefilter.c +0 -11
  61. data/ext/gtk2/rbgtkfilesystemerror.c +0 -2
  62. data/ext/gtk2/rbgtkfontbutton.c +0 -6
  63. data/ext/gtk2/rbgtkiconinfo.c +0 -5
  64. data/ext/gtk2/rbgtkiconsize.c +0 -4
  65. data/ext/gtk2/rbgtkicontheme.c +0 -11
  66. data/ext/gtk2/rbgtkiconview.c +0 -9
  67. data/ext/gtk2/rbgtkimage.c +0 -8
  68. data/ext/gtk2/rbgtkinvisible.c +0 -4
  69. data/ext/gtk2/rbgtklinkbutton.c +0 -5
  70. data/ext/gtk2/rbgtkliststore.c +0 -14
  71. data/ext/gtk2/rbgtkmenu.c +0 -12
  72. data/ext/gtk2/rbgtkmenubar.c +0 -2
  73. data/ext/gtk2/rbgtkmenushell.c +0 -4
  74. data/ext/gtk2/rbgtkmenutoolbutton.c +0 -5
  75. data/ext/gtk2/rbgtkmessagedialog.c +0 -4
  76. data/ext/gtk2/rbgtknotebook.c +0 -9
  77. data/ext/gtk2/rbgtkpagesetup.c +0 -5
  78. data/ext/gtk2/rbgtkpapersize.c +0 -6
  79. data/ext/gtk2/rbgtkprintcontext.c +0 -5
  80. data/ext/gtk2/rbgtkprintoperation.c +0 -5
  81. data/ext/gtk2/rbgtkprintoperationpreview.c +0 -5
  82. data/ext/gtk2/rbgtkprintsettings.c +0 -5
  83. data/ext/gtk2/rbgtkradioaction.c +0 -18
  84. data/ext/gtk2/rbgtkradiotoolbutton.c +0 -6
  85. data/ext/gtk2/rbgtkrange.c +0 -2
  86. data/ext/gtk2/rbgtkrc.c +0 -4
  87. data/ext/gtk2/rbgtkrecentchooser.c +0 -6
  88. data/ext/gtk2/rbgtkrecentchooserdialog.c +0 -5
  89. data/ext/gtk2/rbgtkrecentchoosermenu.c +0 -6
  90. data/ext/gtk2/rbgtkrecentchooserwidget.c +0 -5
  91. data/ext/gtk2/rbgtkrecentdata.c +0 -6
  92. data/ext/gtk2/rbgtkrecentfilter.c +0 -5
  93. data/ext/gtk2/rbgtkrecentfilterinfo.c +0 -6
  94. data/ext/gtk2/rbgtkrecentinfo.c +0 -5
  95. data/ext/gtk2/rbgtkrecentmanager.c +0 -5
  96. data/ext/gtk2/rbgtkscale.c +0 -6
  97. data/ext/gtk2/rbgtkscrolledwindow.c +0 -9
  98. data/ext/gtk2/rbgtkselection.c +0 -8
  99. data/ext/gtk2/rbgtkselectiondata.c +2 -14
  100. data/ext/gtk2/rbgtkseparatortoolitem.c +0 -6
  101. data/ext/gtk2/rbgtksettings.c +0 -4
  102. data/ext/gtk2/rbgtksizegroup.c +0 -5
  103. data/ext/gtk2/rbgtkstatusicon.c +0 -5
  104. data/ext/gtk2/rbgtkstock.c +0 -38
  105. data/ext/gtk2/rbgtkstyle.c +0 -8
  106. data/ext/gtk2/rbgtktargetlist.c +0 -34
  107. data/ext/gtk2/rbgtktextbuffer.c +0 -12
  108. data/ext/gtk2/rbgtktextiter.c +0 -8
  109. data/ext/gtk2/rbgtktextview.c +0 -4
  110. data/ext/gtk2/rbgtktoggleaction.c +0 -7
  111. data/ext/gtk2/rbgtktoggletoolbutton.c +0 -6
  112. data/ext/gtk2/rbgtktoolbar.c +0 -6
  113. data/ext/gtk2/rbgtktoolbutton.c +0 -6
  114. data/ext/gtk2/rbgtktoolitem.c +0 -9
  115. data/ext/gtk2/rbgtktooltips.c +0 -4
  116. data/ext/gtk2/rbgtktreeiter.c +0 -4
  117. data/ext/gtk2/rbgtktreemodelfilter.c +0 -5
  118. data/ext/gtk2/rbgtktreemodelsort.c +0 -4
  119. data/ext/gtk2/rbgtktreerowreference.c +0 -4
  120. data/ext/gtk2/rbgtktreeselection.c +0 -4
  121. data/ext/gtk2/rbgtktreestore.c +0 -19
  122. data/ext/gtk2/rbgtktreeview.c +0 -24
  123. data/ext/gtk2/rbgtktreeviewcolumn.c +0 -10
  124. data/ext/gtk2/rbgtkuimanager.c +0 -6
  125. data/ext/gtk2/rbgtkwidget.c +1 -31
  126. data/ext/gtk2/rbgtkwindow.c +2 -47
  127. data/lib/1.9/gtk2.so +0 -0
  128. data/lib/2.0/gtk2.so +0 -0
  129. data/sample/gtk-demo/common.rb +6 -1
  130. data/sample/gtk-demo/main.rb +89 -85
  131. data/test/test_gtk_icon_theme.rb +11 -6
  132. data/vendor/local/bin/gtk-demo.exe +0 -0
  133. data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
  134. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  135. data/vendor/local/bin/libgailutil-18.dll +0 -0
  136. data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
  137. data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
  138. data/vendor/local/include/gtk-2.0/gtk/gtksignal.h +3 -1
  139. data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +3 -3
  140. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
  141. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll.a +0 -0
  142. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.la +2 -2
  143. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
  144. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll.a +0 -0
  145. data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.la +2 -2
  146. data/vendor/local/lib/gtk-2.0/2.10.0/immodules.cache +40 -0
  147. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll +0 -0
  148. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll.a +0 -0
  149. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.la +2 -2
  150. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll +0 -0
  151. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll.a +0 -0
  152. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.la +2 -2
  153. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll +0 -0
  154. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll.a +0 -0
  155. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.la +2 -2
  156. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.dll +0 -0
  157. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.dll.a +0 -0
  158. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.la +2 -2
  159. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll +0 -0
  160. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll.a +0 -0
  161. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.la +2 -2
  162. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll +0 -0
  163. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll.a +0 -0
  164. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.la +2 -2
  165. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll +0 -0
  166. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll.a +0 -0
  167. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.la +2 -2
  168. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.dll +0 -0
  169. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.dll.a +0 -0
  170. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.la +2 -2
  171. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll +0 -0
  172. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll.a +0 -0
  173. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.la +2 -2
  174. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll +0 -0
  175. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll.a +0 -0
  176. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.la +2 -2
  177. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll +0 -0
  178. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll.a +0 -0
  179. data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.la +2 -2
  180. data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
  181. data/vendor/local/lib/gtk-2.0/modules/libgail.dll.a +0 -0
  182. data/vendor/local/lib/gtk-2.0/modules/libgail.la +2 -2
  183. data/vendor/local/lib/libgailutil.dll.a +0 -0
  184. data/vendor/local/lib/libgailutil.la +2 -2
  185. data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
  186. data/vendor/local/lib/libgdk-win32-2.0.la +3 -3
  187. data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
  188. data/vendor/local/lib/libgtk-win32-2.0.la +3 -3
  189. data/vendor/local/lib/pkgconfig/gail.pc +1 -1
  190. data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
  191. data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
  192. data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
  193. data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
  194. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +111 -111
  195. data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +33 -33
  196. data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +2 -2
  197. data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +2 -2
  198. data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplay.html +101 -99
  199. data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplayManager.html +9 -9
  200. data/vendor/local/share/gtk-doc/html/gdk2/GdkScreen.html +167 -167
  201. data/vendor/local/share/gtk-doc/html/gdk2/annotation-glossary.html +31 -22
  202. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-10.html +2 -2
  203. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-12.html +2 -2
  204. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-14.html +2 -2
  205. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-16.html +2 -2
  206. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-18.html +2 -2
  207. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-2.html +2 -2
  208. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-20.html +2 -2
  209. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-22.html +2 -2
  210. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-4.html +2 -2
  211. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-6.html +2 -2
  212. data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-8.html +2 -2
  213. data/vendor/local/share/gtk-doc/html/gdk2/api-index-deprecated.html +2 -2
  214. data/vendor/local/share/gtk-doc/html/gdk2/api-index-full.html +8 -8
  215. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Application-launching.html +15 -15
  216. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Bitmaps-and-Pixmaps.html +68 -68
  217. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cairo-Interaction.html +36 -36
  218. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Colormaps-and-Colors.html +89 -89
  219. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cursors.html +25 -25
  220. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drag-and-Drop.html +47 -47
  221. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drawing-Primitives.html +268 -268
  222. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Event-Structures.html +106 -106
  223. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Events.html +66 -66
  224. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Fonts.html +125 -125
  225. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-GdkRGB.html +125 -125
  226. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-General.html +85 -85
  227. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Graphics-Contexts.html +54 -54
  228. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Images.html +54 -54
  229. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input-Devices.html +59 -59
  230. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input.html +25 -25
  231. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Keyboard-Handling.html +121 -104
  232. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pango-Interaction.html +111 -111
  233. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pixbufs.html +41 -41
  234. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Points-Rectangles-and-Regions.html +49 -49
  235. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Properties-and-Atoms.html +133 -132
  236. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Selections.html +39 -39
  237. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Testing.html +20 -20
  238. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Threads.html +105 -105
  239. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Visuals.html +59 -59
  240. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Windows.html +478 -478
  241. data/vendor/local/share/gtk-doc/html/gdk2/gdk2-X-Window-System-Interaction.html +76 -76
  242. data/vendor/local/share/gtk-doc/html/gdk2/index.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/gdk2/index.sgml +6 -6
  244. data/vendor/local/share/gtk-doc/html/gdk2/multihead.html +8 -8
  245. data/vendor/local/share/gtk-doc/html/gdk2/reference.html +2 -2
  246. data/vendor/local/share/gtk-doc/html/gtk2/AbstractObjects.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/gtk2/Actions.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/gtk2/Builder.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/gtk2/ButtonWidgets.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/gtk2/DeprecatedObjects.html +2 -2
  251. data/vendor/local/share/gtk-doc/html/gtk2/DisplayWidgets.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/gtk2/GtkAboutDialog.html +144 -144
  253. data/vendor/local/share/gtk-doc/html/gtk2/GtkAccelLabel.html +17 -17
  254. data/vendor/local/share/gtk-doc/html/gtk2/GtkAccessible.html +5 -5
  255. data/vendor/local/share/gtk-doc/html/gtk2/GtkAction.html +135 -135
  256. data/vendor/local/share/gtk-doc/html/gtk2/GtkActionGroup.html +112 -112
  257. data/vendor/local/share/gtk-doc/html/gtk2/GtkActivatable.html +25 -25
  258. data/vendor/local/share/gtk-doc/html/gtk2/GtkAdjustment.html +80 -80
  259. data/vendor/local/share/gtk-doc/html/gtk2/GtkAlignment.html +56 -56
  260. data/vendor/local/share/gtk-doc/html/gtk2/GtkArrow.html +6 -6
  261. data/vendor/local/share/gtk-doc/html/gtk2/GtkAspectFrame.html +32 -32
  262. data/vendor/local/share/gtk-doc/html/gtk2/GtkAssistant.html +73 -73
  263. data/vendor/local/share/gtk-doc/html/gtk2/GtkBin.html +5 -5
  264. data/vendor/local/share/gtk-doc/html/gtk2/GtkBox.html +70 -70
  265. data/vendor/local/share/gtk-doc/html/gtk2/GtkBuildable.html +54 -54
  266. data/vendor/local/share/gtk-doc/html/gtk2/GtkBuilder.html +129 -129
  267. data/vendor/local/share/gtk-doc/html/gtk2/GtkButton.html +75 -75
  268. data/vendor/local/share/gtk-doc/html/gtk2/GtkButtonBox.html +36 -36
  269. data/vendor/local/share/gtk-doc/html/gtk2/GtkCList.html +296 -296
  270. data/vendor/local/share/gtk-doc/html/gtk2/GtkCTree.html +214 -214
  271. data/vendor/local/share/gtk-doc/html/gtk2/GtkCalendar.html +99 -99
  272. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellEditable.html +10 -10
  273. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellLayout.html +29 -29
  274. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRenderer.html +104 -104
  275. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererAccel.html +16 -16
  276. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererCombo.html +14 -14
  277. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererPixbuf.html +27 -27
  278. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererProgress.html +17 -17
  279. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpin.html +9 -9
  280. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpinner.html +9 -9
  281. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererText.html +98 -98
  282. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererToggle.html +36 -36
  283. data/vendor/local/share/gtk-doc/html/gtk2/GtkCellView.html +26 -26
  284. data/vendor/local/share/gtk-doc/html/gtk2/GtkCheckButton.html +12 -12
  285. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorButton.html +27 -27
  286. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelection.html +55 -55
  287. data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelectionDialog.html +6 -6
  288. data/vendor/local/share/gtk-doc/html/gtk2/GtkCombo.html +43 -43
  289. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBox.html +116 -114
  290. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxEntry.html +13 -13
  291. data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxText.html +18 -18
  292. data/vendor/local/share/gtk-doc/html/gtk2/GtkContainer.html +95 -95
  293. data/vendor/local/share/gtk-doc/html/gtk2/GtkCurve.html +28 -28
  294. data/vendor/local/share/gtk-doc/html/gtk2/GtkDialog.html +77 -77
  295. data/vendor/local/share/gtk-doc/html/gtk2/GtkDrawingArea.html +14 -14
  296. data/vendor/local/share/gtk-doc/html/gtk2/GtkEditable.html +62 -62
  297. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntry.html +299 -299
  298. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryBuffer.html +61 -61
  299. data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryCompletion.html +106 -106
  300. data/vendor/local/share/gtk-doc/html/gtk2/GtkEventBox.html +19 -19
  301. data/vendor/local/share/gtk-doc/html/gtk2/GtkExpander.html +61 -61
  302. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooser.html +219 -219
  303. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserButton.html +34 -34
  304. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserDialog.html +20 -20
  305. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserWidget.html +6 -6
  306. data/vendor/local/share/gtk-doc/html/gtk2/GtkFileSelection.html +34 -34
  307. data/vendor/local/share/gtk-doc/html/gtk2/GtkFixed.html +23 -23
  308. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontButton.html +61 -61
  309. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelection.html +32 -32
  310. data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelectionDialog.html +22 -22
  311. data/vendor/local/share/gtk-doc/html/gtk2/GtkFrame.html +31 -31
  312. data/vendor/local/share/gtk-doc/html/gtk2/GtkGammaCurve.html +4 -4
  313. data/vendor/local/share/gtk-doc/html/gtk2/GtkHBox.html +9 -9
  314. data/vendor/local/share/gtk-doc/html/gtk2/GtkHButtonBox.html +8 -8
  315. data/vendor/local/share/gtk-doc/html/gtk2/GtkHPaned.html +4 -4
  316. data/vendor/local/share/gtk-doc/html/gtk2/GtkHRuler.html +4 -4
  317. data/vendor/local/share/gtk-doc/html/gtk2/GtkHSV.html +50 -50
  318. data/vendor/local/share/gtk-doc/html/gtk2/GtkHScale.html +10 -10
  319. data/vendor/local/share/gtk-doc/html/gtk2/GtkHScrollbar.html +6 -6
  320. data/vendor/local/share/gtk-doc/html/gtk2/GtkHSeparator.html +4 -4
  321. data/vendor/local/share/gtk-doc/html/gtk2/GtkHandleBox.html +16 -16
  322. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContext.html +71 -71
  323. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContextSimple.html +10 -10
  324. data/vendor/local/share/gtk-doc/html/gtk2/GtkIMMulticontext.html +3 -3
  325. data/vendor/local/share/gtk-doc/html/gtk2/GtkIconTheme.html +115 -115
  326. data/vendor/local/share/gtk-doc/html/gtk2/GtkIconView.html +222 -222
  327. data/vendor/local/share/gtk-doc/html/gtk2/GtkImage.html +105 -105
  328. data/vendor/local/share/gtk-doc/html/gtk2/GtkImageMenuItem.html +32 -32
  329. data/vendor/local/share/gtk-doc/html/gtk2/GtkInfoBar.html +43 -43
  330. data/vendor/local/share/gtk-doc/html/gtk2/GtkInputDialog.html +8 -8
  331. data/vendor/local/share/gtk-doc/html/gtk2/GtkInvisible.html +4 -4
  332. data/vendor/local/share/gtk-doc/html/gtk2/GtkItem.html +10 -10
  333. data/vendor/local/share/gtk-doc/html/gtk2/GtkItemFactory.html +109 -109
  334. data/vendor/local/share/gtk-doc/html/gtk2/GtkLabel.html +205 -205
  335. data/vendor/local/share/gtk-doc/html/gtk2/GtkLayout.html +35 -35
  336. data/vendor/local/share/gtk-doc/html/gtk2/GtkLinkButton.html +34 -34
  337. data/vendor/local/share/gtk-doc/html/gtk2/GtkList.html +42 -42
  338. data/vendor/local/share/gtk-doc/html/gtk2/GtkListItem.html +30 -30
  339. data/vendor/local/share/gtk-doc/html/gtk2/GtkListStore.html +68 -68
  340. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenu.html +115 -115
  341. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuBar.html +6 -6
  342. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuItem.html +68 -68
  343. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuShell.html +47 -47
  344. data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuToolButton.html +20 -20
  345. data/vendor/local/share/gtk-doc/html/gtk2/GtkMessageDialog.html +48 -48
  346. data/vendor/local/share/gtk-doc/html/gtk2/GtkMisc.html +36 -36
  347. data/vendor/local/share/gtk-doc/html/gtk2/GtkNotebook.html +230 -230
  348. data/vendor/local/share/gtk-doc/html/gtk2/GtkObject.html +119 -119
  349. data/vendor/local/share/gtk-doc/html/gtk2/GtkOffscreenWindow.html +10 -10
  350. data/vendor/local/share/gtk-doc/html/gtk2/GtkOldEditable.html +52 -52
  351. data/vendor/local/share/gtk-doc/html/gtk2/GtkOptionMenu.html +10 -10
  352. data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetup.html +77 -77
  353. data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetupUnixDialog.html +8 -8
  354. data/vendor/local/share/gtk-doc/html/gtk2/GtkPaned.html +57 -57
  355. data/vendor/local/share/gtk-doc/html/gtk2/GtkPaperSize.html +70 -70
  356. data/vendor/local/share/gtk-doc/html/gtk2/GtkPixmap.html +8 -8
  357. data/vendor/local/share/gtk-doc/html/gtk2/GtkPlug.html +13 -13
  358. data/vendor/local/share/gtk-doc/html/gtk2/GtkPreview.html +47 -47
  359. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintContext.html +60 -60
  360. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintJob.html +42 -42
  361. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintSettings.html +212 -212
  362. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintUnixDialog.html +38 -38
  363. data/vendor/local/share/gtk-doc/html/gtk2/GtkPrinter.html +98 -98
  364. data/vendor/local/share/gtk-doc/html/gtk2/GtkProgress.html +48 -48
  365. data/vendor/local/share/gtk-doc/html/gtk2/GtkProgressBar.html +60 -60
  366. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioAction.html +31 -31
  367. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioButton.html +32 -32
  368. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioMenuItem.html +28 -28
  369. data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioToolButton.html +18 -18
  370. data/vendor/local/share/gtk-doc/html/gtk2/GtkRange.html +113 -113
  371. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentAction.html +34 -34
  372. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooser.html +117 -117
  373. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserDialog.html +18 -18
  374. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserMenu.html +11 -11
  375. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserWidget.html +4 -4
  376. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentFilter.html +38 -38
  377. data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentManager.html +154 -154
  378. data/vendor/local/share/gtk-doc/html/gtk2/GtkRuler.html +32 -32
  379. data/vendor/local/share/gtk-doc/html/gtk2/GtkScale.html +49 -49
  380. data/vendor/local/share/gtk-doc/html/gtk2/GtkScaleButton.html +32 -32
  381. data/vendor/local/share/gtk-doc/html/gtk2/GtkScrollbar.html +16 -16
  382. data/vendor/local/share/gtk-doc/html/gtk2/GtkScrolledWindow.html +45 -24
  383. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparator.html +4 -4
  384. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorMenuItem.html +4 -4
  385. data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorToolItem.html +13 -13
  386. data/vendor/local/share/gtk-doc/html/gtk2/GtkSettings.html +236 -220
  387. data/vendor/local/share/gtk-doc/html/gtk2/GtkSizeGroup.html +15 -15
  388. data/vendor/local/share/gtk-doc/html/gtk2/GtkSocket.html +14 -14
  389. data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinButton.html +95 -95
  390. data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinner.html +10 -10
  391. data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusIcon.html +177 -177
  392. data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusbar.html +39 -39
  393. data/vendor/local/share/gtk-doc/html/gtk2/GtkStyle.html +476 -476
  394. data/vendor/local/share/gtk-doc/html/gtk2/GtkTable.html +95 -95
  395. data/vendor/local/share/gtk-doc/html/gtk2/GtkTearoffMenuItem.html +4 -4
  396. data/vendor/local/share/gtk-doc/html/gtk2/GtkText.html +38 -38
  397. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextBuffer.html +241 -241
  398. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextIter.html +319 -319
  399. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextMark.html +29 -29
  400. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTag.html +153 -153
  401. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTagTable.html +19 -19
  402. data/vendor/local/share/gtk-doc/html/gtk2/GtkTextView.html +248 -248
  403. data/vendor/local/share/gtk-doc/html/gtk2/GtkTipsQuery.html +29 -29
  404. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleAction.html +29 -29
  405. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleButton.html +48 -48
  406. data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleToolButton.html +18 -18
  407. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolButton.html +64 -64
  408. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItem.html +75 -75
  409. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItemGroup.html +56 -56
  410. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolPalette.html +41 -41
  411. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolShell.html +6 -6
  412. data/vendor/local/share/gtk-doc/html/gtk2/GtkToolbar.html +129 -129
  413. data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltip.html +33 -33
  414. data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltips.html +19 -19
  415. data/vendor/local/share/gtk-doc/html/gtk2/GtkTree.html +36 -36
  416. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeItem.html +10 -10
  417. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModel.html +158 -158
  418. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelFilter.html +50 -50
  419. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelSort.html +18 -18
  420. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSelection.html +45 -45
  421. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSortable.html +36 -36
  422. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeStore.html +77 -77
  423. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeView.html +482 -482
  424. data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeViewColumn.html +180 -180
  425. data/vendor/local/share/gtk-doc/html/gtk2/GtkUIManager.html +66 -66
  426. data/vendor/local/share/gtk-doc/html/gtk2/GtkVBox.html +9 -9
  427. data/vendor/local/share/gtk-doc/html/gtk2/GtkVButtonBox.html +8 -8
  428. data/vendor/local/share/gtk-doc/html/gtk2/GtkVPaned.html +4 -4
  429. data/vendor/local/share/gtk-doc/html/gtk2/GtkVRuler.html +4 -4
  430. data/vendor/local/share/gtk-doc/html/gtk2/GtkVScale.html +10 -10
  431. data/vendor/local/share/gtk-doc/html/gtk2/GtkVScrollbar.html +6 -6
  432. data/vendor/local/share/gtk-doc/html/gtk2/GtkVSeparator.html +4 -4
  433. data/vendor/local/share/gtk-doc/html/gtk2/GtkViewport.html +6 -6
  434. data/vendor/local/share/gtk-doc/html/gtk2/GtkVolumeButton.html +4 -4
  435. data/vendor/local/share/gtk-doc/html/gtk2/GtkWidget.html +803 -803
  436. data/vendor/local/share/gtk-doc/html/gtk2/GtkWindow.html +324 -324
  437. data/vendor/local/share/gtk-doc/html/gtk2/GtkWindowGroup.html +5 -5
  438. data/vendor/local/share/gtk-doc/html/gtk2/LayoutContainers.html +2 -2
  439. data/vendor/local/share/gtk-doc/html/gtk2/MenusAndCombos.html +2 -2
  440. data/vendor/local/share/gtk-doc/html/gtk2/MiscObjects.html +2 -2
  441. data/vendor/local/share/gtk-doc/html/gtk2/NumericEntry.html +2 -2
  442. data/vendor/local/share/gtk-doc/html/gtk2/Ornaments.html +2 -2
  443. data/vendor/local/share/gtk-doc/html/gtk2/PlugSocket.html +2 -2
  444. data/vendor/local/share/gtk-doc/html/gtk2/Printing.html +2 -2
  445. data/vendor/local/share/gtk-doc/html/gtk2/RecentDocuments.html +2 -2
  446. data/vendor/local/share/gtk-doc/html/gtk2/ScrollingWidgets.html +2 -2
  447. data/vendor/local/share/gtk-doc/html/gtk2/SelectorWidgets.html +2 -2
  448. data/vendor/local/share/gtk-doc/html/gtk2/SpecialObjects.html +2 -2
  449. data/vendor/local/share/gtk-doc/html/gtk2/TextWidget.html +5 -5
  450. data/vendor/local/share/gtk-doc/html/gtk2/TextWidgetObjects.html +2 -2
  451. data/vendor/local/share/gtk-doc/html/gtk2/TreeWidget.html +25 -25
  452. data/vendor/local/share/gtk-doc/html/gtk2/TreeWidgetObjects.html +2 -2
  453. data/vendor/local/share/gtk-doc/html/gtk2/WindowWidgets.html +2 -2
  454. data/vendor/local/share/gtk-doc/html/gtk2/annotation-glossary.html +34 -31
  455. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-10.html +2 -2
  456. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-12.html +2 -2
  457. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-14.html +2 -2
  458. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-16.html +2 -2
  459. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-18.html +2 -2
  460. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-2.html +2 -2
  461. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-20.html +2 -2
  462. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-22.html +2 -2
  463. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-24.html +10 -2
  464. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-4.html +2 -2
  465. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-6.html +2 -2
  466. data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-8.html +2 -2
  467. data/vendor/local/share/gtk-doc/html/gtk2/api-index-deprecated.html +2 -2
  468. data/vendor/local/share/gtk-doc/html/gtk2/api-index-full.html +26 -18
  469. data/vendor/local/share/gtk-doc/html/gtk2/ch01.html +6 -6
  470. data/vendor/local/share/gtk-doc/html/gtk2/ch02.html +2 -2
  471. data/vendor/local/share/gtk-doc/html/gtk2/chap-drawing-model.html +3 -3
  472. data/vendor/local/share/gtk-doc/html/gtk2/checklist-gdkeventexpose-region.html +2 -2
  473. data/vendor/local/share/gtk-doc/html/gtk2/checklist-modifiers.html +2 -2
  474. data/vendor/local/share/gtk-doc/html/gtk2/checklist-named-icons.html +2 -2
  475. data/vendor/local/share/gtk-doc/html/gtk2/decorating-the-assistant-pages.html +2 -2
  476. data/vendor/local/share/gtk-doc/html/gtk2/glossary.html +2 -2
  477. data/vendor/local/share/gtk-doc/html/gtk2/gtk-builder-convert.html +2 -2
  478. data/vendor/local/share/gtk-doc/html/gtk2/gtk-building.html +2 -2
  479. data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-1-2.html +2 -2
  480. data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-2-0.html +7 -7
  481. data/vendor/local/share/gtk-doc/html/gtk2/gtk-compiling.html +2 -2
  482. data/vendor/local/share/gtk-doc/html/gtk2/gtk-directfb.html +2 -2
  483. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-ClientSideWindows.html +4 -4
  484. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAboutDialog.html +9 -9
  485. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAction.html +2 -2
  486. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAssistant.html +2 -2
  487. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkBuilder.html +2 -2
  488. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkColorButton.html +5 -5
  489. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkComboBox.html +10 -10
  490. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkFileChooser.html +2 -2
  491. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkIconView.html +9 -9
  492. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkLinkButton.html +5 -5
  493. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkRecentChooser.html +13 -13
  494. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-checklist.html +3 -3
  495. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-entry-icons.html +9 -9
  496. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-label-links.html +2 -2
  497. data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-tooltips.html +4 -4
  498. data/vendor/local/share/gtk-doc/html/gtk2/gtk-osx.html +2 -2
  499. data/vendor/local/share/gtk-doc/html/gtk2/gtk-query-immodules-2.0.html +28 -7
  500. data/vendor/local/share/gtk-doc/html/gtk2/gtk-question-index.html +61 -61
  501. data/vendor/local/share/gtk-doc/html/gtk2/gtk-resources.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/gtk2/gtk-running.html +7 -8
  503. data/vendor/local/share/gtk-doc/html/gtk2/gtk-update-icon-cache.html +2 -2
  504. data/vendor/local/share/gtk-doc/html/gtk2/gtk-windows.html +2 -2
  505. data/vendor/local/share/gtk-doc/html/gtk2/gtk-x11.html +2 -2
  506. data/vendor/local/share/gtk-doc/html/gtk2/gtk.html +2 -2
  507. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Accelerator-Maps.html +54 -54
  508. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Bindings.html +57 -57
  509. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Clipboards.html +128 -128
  510. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Drag-and-Drop.html +89 -89
  511. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Feature-Test-Macros.html +13 -13
  512. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Filesystem-utilities.html +27 -27
  513. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-General.html +180 -180
  514. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Graphics-Contexts.html +4 -4
  515. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-GtkTreeView-drag-and-drop.html +26 -26
  516. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-High-level-Printing-API.html +184 -184
  517. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Keyboard-Accelerators.html +102 -102
  518. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Orientable.html +3 -3
  519. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Resource-Files.html +73 -73
  520. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Selections.html +161 -161
  521. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Signals.html +97 -97
  522. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Standard-Enumerations.html +2 -2
  523. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Stock-Items.html +28 -28
  524. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Testing.html +54 -54
  525. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Themeable-Stock-Images.html +84 -84
  526. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Types.html +40 -40
  527. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkcheckmenuitem.html +36 -36
  528. data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkfilefilter.html +31 -31
  529. data/vendor/local/share/gtk-doc/html/gtk2/gtk2.devhelp2 +4 -2
  530. data/vendor/local/share/gtk-doc/html/gtk2/gtkbase.html +2 -2
  531. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-installing-extra-widgets.html +2 -2
  532. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-installing-preview.html +2 -2
  533. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-new-features.html +2 -2
  534. data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-selection-modes.html +3 -3
  535. data/vendor/local/share/gtk-doc/html/gtk2/gtkobjects.html +2 -2
  536. data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-advanced.html +6 -6
  537. data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-chooser.html +3 -3
  538. data/vendor/local/share/gtk-doc/html/gtk2/index.html +2 -2
  539. data/vendor/local/share/gtk-doc/html/gtk2/index.sgml +10 -8
  540. data/vendor/local/share/gtk-doc/html/gtk2/migrating-GtkCombo.html +9 -9
  541. data/vendor/local/share/gtk-doc/html/gtk2/migrating-gnomeuiinfo.html +2 -2
  542. data/vendor/local/share/gtk-doc/html/gtk2/migrating.html +2 -2
  543. data/vendor/local/share/gtk-doc/html/gtk2/new-features-GtkComboBox.html +2 -2
  544. data/vendor/local/share/gtk-doc/html/gtk2/pt05.html +2 -2
  545. data/vendor/local/share/gtk-doc/html/gtk2/setting-the-page-flow.html +2 -2
  546. data/vendor/local/share/gtk-doc/html/gtk2/ui-manager.html +2 -2
  547. data/vendor/local/share/icons/hicolor/index.theme +179 -11
  548. data/vendor/local/share/locale/de/LC_MESSAGES/gtk20-properties.mo +0 -0
  549. data/vendor/local/share/locale/de/LC_MESSAGES/gtk20.mo +0 -0
  550. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
  551. data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
  552. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
  553. data/vendor/local/share/locale/th/LC_MESSAGES/gtk20.mo +0 -0
  554. metadata +15 -23
  555. data/vendor/local/etc/gtk-2.0/gtk.immodules +0 -39
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6ed5b03e1726abb8327654af5cf4504b90c00e86
4
+ data.tar.gz: 1e33701d3a3590d1a0bd11219071f5f2a0ea510c
5
+ SHA512:
6
+ metadata.gz: e33affc7670decd05e55164a895f6a0421a37dc5455f4b92e9609497f45429e32dd501ff25e30a10ff6e2eaad74d48aa409859e3404335c255b19ed096021a92
7
+ data.tar.gz: 6087a02c584cabba8b8766fb84cf4907a73ac4b28e66dccbc5268c3df0944c4e4f71214b40af8dd691416cae44d5d3cb0af7de66b9c0a050c193b9fac2ed8961
data/README CHANGED
@@ -1,6 +1,6 @@
1
1
  Ruby/GTK2
2
2
  =========
3
- Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
3
+ Ruby/GTK2 is a Ruby binding of GTK+-2.10.x.
4
4
 
5
5
  Requirements
6
6
  ------------
@@ -12,7 +12,7 @@ Requirements
12
12
 
13
13
  Install
14
14
  -------
15
- 0. install ruby-1.6.x or later, GTK+-2.0.x, Ruby/GLib2, Ruby/Pango
15
+ 0. install ruby-1.9.x or later, GTK+-2.10.x, Ruby/GLib2, Ruby/Pango
16
16
  (and cairo/rcairo).
17
17
  1. ruby extconf.rb
18
18
  (To use rcairo on Win32, set CAIRO_PATH as a environment variable first)
data/Rakefile CHANGED
@@ -17,24 +17,26 @@ package = GNOME2Package.new do |_package|
17
17
  :name => "gtk+",
18
18
  :download_site => :gnome,
19
19
  :label => "gtk+",
20
- :version => "2.24.18",
20
+ :version => "2.24.22",
21
21
  :compression_method => "xz",
22
22
  :windows => {
23
23
  :configure_args => [],
24
24
  :need_autoreconf => true,
25
25
  :patches => [
26
- "gtk+-2.24.14-add-missing-exeext.diff",
26
+ "gtk+-2.24.22-add-missing-exeext.diff",
27
27
  ],
28
+ :built_file => "bin/libgtk-win32-2.0-0.dll",
28
29
  },
29
30
  },
30
31
  {
31
32
  :name => "hicolor-icon-theme",
32
33
  :download_base_url => "http://icon-theme.freedesktop.org/releases",
33
34
  :label => "gtk-hi-color-icon-theme",
34
- :version => "0.12",
35
+ :version => "0.13",
35
36
  :windows => {
36
37
  :configure_args => [],
37
38
  :build_concurrently => false,
39
+ :built_file => "share/icons/hicolor/index.theme",
38
40
  }
39
41
  },
40
42
  ]
@@ -54,11 +54,14 @@ rcairo_source_dir_names.each do |rcairo_source_dir_name|
54
54
  break
55
55
  end
56
56
  end
57
- check_cairo(rcairo_options)
57
+
58
+ unless check_cairo(rcairo_options)
59
+ exit(false)
60
+ end
58
61
 
59
62
  setup_win32(module_name, base_dir)
60
63
 
61
- unless required_pkg_config_package(package_id,
64
+ unless required_pkg_config_package([package_id, 2, 10, 0],
62
65
  :debian => "libgtk2.0-dev",
63
66
  :redhat => "gtk2-devel",
64
67
  :homebrew => "gtk+",
@@ -1,7 +1,6 @@
1
1
  /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
2
2
  /*
3
- * Copyright (C) 2011 Ruby-GNOME2 Project Team
4
- * Copyright (C) 2002,2003 Ruby-GNOME2 Project Team
3
+ * Copyright (C) 2002-2013 Ruby-GNOME2 Project Team
5
4
  * Copyright (C) 1998-2000 Yukihiro Matsumoto,
6
5
  * Daisuke Kanda,
7
6
  * Hiroshi Igarashi
@@ -47,12 +46,6 @@
47
46
  # define G_VALUE_INIT { 0, { { 0 } } }
48
47
  #endif
49
48
 
50
- #if GTK_CHECK_VERSION(2,8,0) && defined(HAVE_RB_CAIRO_H)
51
- # define CAIRO_AVAILABLE 1
52
- #else
53
- # define CAIRO_AVAILABLE 0
54
- #endif
55
-
56
49
  extern ID id_relative_callbacks;
57
50
  extern ID id_call;
58
51
  extern VALUE treeiter_set_value_table;
@@ -171,13 +171,11 @@ rbgdk_rval2gdkpixbufglist(VALUE value)
171
171
  return args.result;
172
172
  }
173
173
 
174
- #if GTK_CHECK_VERSION(2,2,0)
175
174
  static VALUE
176
175
  rg_m_display_arg_name(G_GNUC_UNUSED VALUE self)
177
176
  {
178
177
  return CSTR2RVAL(gdk_get_display_arg_name());
179
178
  }
180
- #endif
181
179
 
182
180
  static VALUE
183
181
  rg_m_set_locale(G_GNUC_UNUSED VALUE self)
@@ -192,7 +190,6 @@ rg_m_set_sm_client_id(VALUE self, VALUE id)
192
190
  return self;
193
191
  }
194
192
 
195
- #if GTK_CHECK_VERSION(2,2,0)
196
193
  static VALUE
197
194
  rg_m_notify_startup_complete(int argc, VALUE *argv, VALUE self)
198
195
  {
@@ -213,7 +210,6 @@ rg_m_notify_startup_complete(int argc, VALUE *argv, VALUE self)
213
210
  }
214
211
  return self;
215
212
  }
216
- #endif
217
213
 
218
214
  static VALUE
219
215
  rg_m_program_class(G_GNUC_UNUSED VALUE self)
@@ -262,11 +258,8 @@ rbgdk_x_io_error(Display *display)
262
258
  const gchar* disp;
263
259
  const gchar* error;
264
260
 
265
- #if GTK_CHECK_VERSION(2,2,0)
266
261
  disp = display ? DisplayString(display) : gdk_get_display_arg_name();
267
- #else
268
- disp = DisplayString(display);
269
- #endif
262
+
270
263
  if (! disp)
271
264
  disp = "(none)";
272
265
 
@@ -462,11 +455,7 @@ rg_m_target(G_GNUC_UNUSED VALUE self)
462
455
  static VALUE
463
456
  rg_m_cairo_available_p(G_GNUC_UNUSED VALUE self)
464
457
  {
465
- #if CAIRO_AVAILABLE
466
458
  return Qtrue;
467
- #else
468
- return Qfalse;
469
- #endif
470
459
  }
471
460
 
472
461
  void
@@ -474,14 +463,10 @@ Init_gtk_gdk(void)
474
463
  {
475
464
  RG_TARGET_NAMESPACE = rb_define_module("Gdk");
476
465
 
477
- #if GTK_CHECK_VERSION(2,2,0)
478
466
  RG_DEF_MODFUNC(display_arg_name, 0);
479
- #endif
480
467
  RG_DEF_MODFUNC(set_locale, 0);
481
468
  RG_DEF_MODFUNC(set_sm_client_id, 1);
482
- #if GTK_CHECK_VERSION(2, 2, 0)
483
469
  RG_DEF_MODFUNC(notify_startup_complete, -1);
484
- #endif
485
470
  RG_DEF_MODFUNC(program_class, 0);
486
471
  RG_DEF_MODFUNC(set_program_class, 1);
487
472
  RG_DEF_MODFUNC(display, 0);
@@ -21,7 +21,6 @@
21
21
 
22
22
  #include "global.h"
23
23
 
24
- #if CAIRO_AVAILABLE
25
24
  #include <gdk/gdkcairo.h>
26
25
  #include <rb_cairo.h>
27
26
 
@@ -51,7 +50,6 @@ rg_set_source_pixbuf(int argc, VALUE *argv, VALUE self)
51
50
  return self;
52
51
  }
53
52
 
54
- #if GTK_CHECK_VERSION(2,10,0)
55
53
  static VALUE
56
54
  rg_set_source_pixmap(VALUE self, VALUE pixmap, VALUE pixmap_x, VALUE pixmap_y)
57
55
  {
@@ -60,7 +58,6 @@ rg_set_source_pixmap(VALUE self, VALUE pixmap, VALUE pixmap_x, VALUE pixmap_y)
60
58
  rb_cairo_check_status(cairo_status(_SELF(self)));
61
59
  return self;
62
60
  }
63
- #endif
64
61
 
65
62
  static VALUE
66
63
  rg_gdk_rectangle(VALUE self, VALUE rectangle)
@@ -78,20 +75,15 @@ rg_gdk_region(VALUE self, VALUE region)
78
75
  rb_cairo_check_status(cairo_status(_SELF(self)));
79
76
  return self;
80
77
  }
81
- #endif
82
78
 
83
79
  void
84
80
  Init_gtk_gdk_cairo(void)
85
81
  {
86
- #if CAIRO_AVAILABLE
87
82
  RG_DEF_METHOD(set_source_gdk_color, 1);
88
83
  RG_DEF_METHOD(set_source_pixbuf, -1);
89
- #if GTK_CHECK_VERSION(2,10,0)
90
84
  RG_DEF_METHOD(set_source_pixmap, 3);
91
- #endif
92
85
  RG_DEF_METHOD(gdk_rectangle, 1);
93
86
  RG_DEF_METHOD(gdk_region, 1);
94
87
 
95
88
  G_DEF_SETTERS(RG_TARGET_NAMESPACE);
96
- #endif
97
89
  }
@@ -86,13 +86,11 @@ rg_visual(VALUE self)
86
86
  return GOBJ2RVAL(gdk_colormap_get_visual(_SELF(self)));
87
87
  }
88
88
 
89
- #if GTK_CHECK_VERSION(2,2,0)
90
89
  static VALUE
91
90
  rg_screen(VALUE self)
92
91
  {
93
92
  return GOBJ2RVAL(gdk_colormap_get_screen(_SELF(self)));
94
93
  }
95
- #endif
96
94
 
97
95
  static VALUE
98
96
  rg_colors(VALUE self)
@@ -132,8 +130,6 @@ Init_gtk_gdk_colormap(VALUE mGdk)
132
130
  RG_DEF_METHOD(free_color, 1);
133
131
  RG_DEF_METHOD(query_color, 1);
134
132
  RG_DEF_METHOD(visual, 0);
135
- #if GTK_CHECK_VERSION(2,2,0)
136
133
  RG_DEF_METHOD(screen, 0);
137
- #endif
138
134
  RG_DEF_METHOD(colors, 0);
139
135
  }
@@ -33,30 +33,20 @@ rg_initialize(int argc, VALUE *argv, VALUE self)
33
33
  rb_scan_args(argc, argv, "10", &type);
34
34
  cursor = gdk_cursor_new(RVAL2GENUM(type, GDK_TYPE_CURSOR_TYPE));
35
35
  } else if (argc == 2) {
36
- #if GTK_CHECK_VERSION(2,2,0)
37
36
  VALUE display, type_or_name;
38
37
  rb_scan_args(argc, argv, "20", &display, &type_or_name);
39
- #if GTK_CHECK_VERSION(2,8,0)
40
38
  if (TYPE(type_or_name) == T_STRING)
41
39
  cursor = gdk_cursor_new_from_name(GDK_DISPLAY_OBJECT(RVAL2GOBJ(display)),
42
40
  RVAL2CSTR(type_or_name));
43
41
  else
44
- #endif
45
42
  cursor = gdk_cursor_new_for_display(GDK_DISPLAY_OBJECT(RVAL2GOBJ(display)),
46
43
  RVAL2GENUM(type_or_name, GDK_TYPE_CURSOR_TYPE));
47
- #else
48
- rb_raise(rb_eRuntimeError, "Gdk::Cursor.new(display, cursor_type) has been supported since GTK+-2.2.");
49
- #endif
50
44
  } else if (argc == 4) {
51
- #if GTK_CHECK_VERSION(2,4,0)
52
45
  VALUE display, pixbuf, x, y;
53
46
  rb_scan_args(argc, argv, "40", &display, &pixbuf, &x, &y);
54
47
  cursor = gdk_cursor_new_from_pixbuf(GDK_DISPLAY_OBJECT(RVAL2GOBJ(display)),
55
48
  GDK_PIXBUF(RVAL2GOBJ(pixbuf)),
56
49
  NUM2INT(x), NUM2INT(y));
57
- #else
58
- rb_raise(rb_eRuntimeError, "Gdk::Cursor.new(pixbuf) has been supported since GTK+-2.4.");
59
- #endif
60
50
  } else if (argc == 6) {
61
51
  VALUE pixmap, mask, fg, bg, x, y;
62
52
  rb_scan_args(argc, argv, "60", &pixmap, &mask, &fg, &bg, &x, &y);
@@ -71,13 +61,11 @@ rg_initialize(int argc, VALUE *argv, VALUE self)
71
61
  return Qnil;
72
62
  }
73
63
 
74
- #if GTK_CHECK_VERSION(2,2,0)
75
64
  static VALUE
76
65
  rg_display(VALUE self)
77
66
  {
78
67
  return GOBJ2RVAL(gdk_cursor_get_display((GdkCursor*)RVAL2BOXED(self, GDK_TYPE_CURSOR)));
79
68
  }
80
- #endif
81
69
 
82
70
  static VALUE
83
71
  rg_pixmap_p(VALUE self)
@@ -92,13 +80,11 @@ rg_cursor_type(VALUE self)
92
80
  return GENUM2RVAL(((GdkCursor*)RVAL2BOXED(self, GDK_TYPE_CURSOR))->type, GDK_TYPE_CURSOR_TYPE);
93
81
  }
94
82
 
95
- #if GTK_CHECK_VERSION(2,8,0)
96
83
  static VALUE
97
84
  rg_image(VALUE self)
98
85
  {
99
86
  return GOBJ2RVAL(gdk_cursor_get_image((GdkCursor*)RVAL2BOXED(self, GDK_TYPE_CURSOR)));
100
87
  }
101
- #endif
102
88
 
103
89
  void
104
90
  Init_gtk_gdk_cursor(VALUE mGdk)
@@ -106,14 +92,10 @@ Init_gtk_gdk_cursor(VALUE mGdk)
106
92
  VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GDK_TYPE_CURSOR, "Cursor", mGdk);
107
93
 
108
94
  RG_DEF_METHOD(initialize, -1);
109
- #if GTK_CHECK_VERSION(2,2,0)
110
95
  RG_DEF_METHOD(display, 0);
111
- #endif
112
96
  RG_DEF_METHOD_P(pixmap, 0);
113
97
  RG_DEF_METHOD(cursor_type, 0);
114
- #if GTK_CHECK_VERSION(2,8,0)
115
98
  RG_DEF_METHOD(image, 0);
116
- #endif
117
99
 
118
100
  G_DEF_CLASS(GDK_TYPE_CURSOR_TYPE, "Type", RG_TARGET_NAMESPACE);
119
101
  G_DEF_CONSTANTS(RG_TARGET_NAMESPACE, GDK_TYPE_CURSOR_TYPE, "GDK_");
@@ -1,7 +1,6 @@
1
1
  /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
2
2
  /*
3
- * Copyright (C) 2011 Ruby-GNOME2 Project Team
4
- * Copyright (C) 2002-2005 Ruby-GNOME2 Project Team
3
+ * Copyright (C) 2002-2013 Ruby-GNOME2 Project Team
5
4
  *
6
5
  * This library is free software; you can redistribute it and/or
7
6
  * modify it under the terms of the GNU Lesser General Public
@@ -21,8 +20,6 @@
21
20
 
22
21
  #include "global.h"
23
22
 
24
- #if GTK_CHECK_VERSION(2,2,0)
25
-
26
23
  #define RG_TARGET_NAMESPACE cDisplay
27
24
  #define _SELF(i) GDK_DISPLAY_OBJECT(RVAL2GOBJ(i))
28
25
 
@@ -38,7 +35,7 @@ rg_s_open(G_GNUC_UNUSED VALUE self, VALUE display_name)
38
35
  {
39
36
  GdkDisplay* gdisplay = gdk_display_open(RVAL2CSTR(display_name));
40
37
  if (! gdisplay) {
41
- rb_raise(rb_eRuntimeError, "The display `%s' could not be opened.",
38
+ rb_raise(rb_eRuntimeError, "The display `%s' could not be opened.",
42
39
  RVAL2CSTR(display_name));
43
40
  } else {
44
41
  VALUE display;
@@ -122,14 +119,12 @@ rg_sync(VALUE self)
122
119
  return self;
123
120
  }
124
121
 
125
- #if GTK_CHECK_VERSION(2,4,0)
126
122
  static VALUE
127
123
  rg_flush(VALUE self)
128
124
  {
129
125
  gdk_display_flush(_SELF(self));
130
126
  return self;
131
127
  }
132
- #endif
133
128
 
134
129
  static VALUE
135
130
  rg_devices(VALUE self)
@@ -160,8 +155,8 @@ rg_put_event(VALUE self, VALUE event)
160
155
  static GdkFilterReturn
161
156
  filter_func(GdkXEvent xevent, GdkEvent event, gpointer func)
162
157
  {
163
- return GENUM2RVAL(rb_funcall((VALUE)func, id_call, 2,
164
- ????, GEV2RVAL(event)),
158
+ return GENUM2RVAL(rb_funcall((VALUE)func, id_call, 2,
159
+ ????, GEV2RVAL(event)),
165
160
  GDK_TYPE_FILTER_RETURN);
166
161
  }
167
162
 
@@ -219,7 +214,6 @@ rg_closed_p(VALUE self)
219
214
  return CBOOL2RVAL(_SELF(self)->closed);
220
215
  }
221
216
 
222
- #if GTK_CHECK_VERSION(2,4,0)
223
217
  static VALUE
224
218
  rg_button_x(VALUE self)
225
219
  {
@@ -248,7 +242,6 @@ rg_double_click_distance(VALUE self)
248
242
  {
249
243
  return UINT2NUM(_SELF(self)->double_click_distance);
250
244
  }
251
- #endif
252
245
 
253
246
  static VALUE
254
247
  rg_pointer(VALUE self)
@@ -278,7 +271,6 @@ GdkDisplayPointerHooks* gdk_display_set_pointer_hooks
278
271
  const GdkDisplayPointerHooks *new_hooks);
279
272
  */
280
273
 
281
- #if GTK_CHECK_VERSION(2,4,0)
282
274
  static VALUE
283
275
  rg_supports_cursor_color_p(VALUE self)
284
276
  {
@@ -310,9 +302,7 @@ rg_default_group(VALUE self)
310
302
  {
311
303
  return GOBJ2RVAL(gdk_display_get_default_group(_SELF(self)));
312
304
  }
313
- #endif
314
305
 
315
- #if GTK_CHECK_VERSION(2,6,0)
316
306
  static VALUE
317
307
  rg_supports_selection_notification_p(VALUE self)
318
308
  {
@@ -322,7 +312,7 @@ rg_supports_selection_notification_p(VALUE self)
322
312
  static VALUE
323
313
  rg_request_selection_notification_p(VALUE self, VALUE selection)
324
314
  {
325
- return CBOOL2RVAL(gdk_display_request_selection_notification(_SELF(self),
315
+ return CBOOL2RVAL(gdk_display_request_selection_notification(_SELF(self),
326
316
  RVAL2ATOM(selection)));
327
317
  }
328
318
 
@@ -347,7 +337,6 @@ rg_store_clipboard(VALUE self, VALUE rbclipboard_window, VALUE rbtime_, VALUE rb
347
337
 
348
338
  return self;
349
339
  }
350
- #endif
351
340
 
352
341
  static VALUE
353
342
  rg_core_pointer(VALUE self)
@@ -355,14 +344,12 @@ rg_core_pointer(VALUE self)
355
344
  return GOBJ2RVAL(gdk_display_get_core_pointer(_SELF(self)));
356
345
  }
357
346
 
358
- #if GTK_CHECK_VERSION(2,8,0)
359
347
  static VALUE
360
348
  rg_warp_pointer(VALUE self, VALUE screen, VALUE x, VALUE y)
361
349
  {
362
350
  gdk_display_warp_pointer(_SELF(self), RVAL2GOBJ(screen), NUM2INT(x), NUM2INT(y));
363
351
  return self;
364
352
  }
365
- #endif
366
353
 
367
354
  #ifdef GDK_WINDOWING_X11
368
355
  static VALUE
@@ -377,7 +364,6 @@ rg_ungrab(VALUE self)
377
364
  gdk_x11_display_ungrab(_SELF(self));
378
365
  return self;
379
366
  }
380
- #if GTK_CHECK_VERSION(2,4,0)
381
367
  static VALUE
382
368
  rg_register_standard_event_type(VALUE self, VALUE event_base, VALUE n_events)
383
369
  {
@@ -385,8 +371,7 @@ rg_register_standard_event_type(VALUE self, VALUE event_base, VALUE n_events)
385
371
  NUM2INT(event_base), NUM2INT(n_events));
386
372
  return self;
387
373
  }
388
- #endif
389
- #if GTK_CHECK_VERSION(2,8,0)
374
+
390
375
  static VALUE
391
376
  rg_user_time(VALUE self)
392
377
  {
@@ -466,10 +451,6 @@ rg_startup_notification_id(VALUE self)
466
451
  }
467
452
  # endif
468
453
 
469
- #endif
470
- #endif
471
-
472
- #if GTK_CHECK_VERSION(2,10,0)
473
454
  static VALUE
474
455
  rg_supports_shapes_p(VALUE self)
475
456
  {
@@ -481,7 +462,6 @@ rg_supports_input_shapes_p(VALUE self)
481
462
  {
482
463
  return CBOOL2RVAL(gdk_display_supports_input_shapes(_SELF(self)));
483
464
  }
484
- #endif
485
465
 
486
466
  #if GTK_CHECK_VERSION(2, 12, 0)
487
467
  static VALUE
@@ -498,10 +478,9 @@ rg_trigger_tooltip_query(VALUE self)
498
478
  }
499
479
  #endif
500
480
 
501
- void
481
+ void
502
482
  Init_gtk_gdk_display(VALUE mGdk)
503
483
  {
504
- #if GTK_CHECK_VERSION(2,2,0)
505
484
  VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GDK_TYPE_DISPLAY, "Display", mGdk);
506
485
 
507
486
  RG_DEF_SMETHOD(open, 1);
@@ -518,9 +497,7 @@ Init_gtk_gdk_display(VALUE mGdk)
518
497
 
519
498
  RG_DEF_METHOD(beep, 0);
520
499
  RG_DEF_METHOD(sync, 0);
521
- #if GTK_CHECK_VERSION(2,4,0)
522
500
  RG_DEF_METHOD(flush, 0);
523
- #endif
524
501
  RG_DEF_METHOD(close, 0);
525
502
 
526
503
  RG_DEF_METHOD(devices, 0);
@@ -533,43 +510,31 @@ Init_gtk_gdk_display(VALUE mGdk)
533
510
  RG_DEF_METHOD(button_window, 0);
534
511
  RG_DEF_METHOD(button_number, 0);
535
512
  RG_DEF_METHOD_P(closed, 0);
536
- #if GTK_CHECK_VERSION(2,4,0)
537
513
  RG_DEF_METHOD(button_x, 0);
538
514
  RG_DEF_METHOD(button_y, 0);
539
515
  RG_DEF_METHOD(set_double_click_distance, 1);
540
516
  RG_DEF_METHOD(double_click_distance, 0);
541
- #endif
542
517
  RG_DEF_METHOD(pointer, 0);
543
518
  RG_DEF_METHOD(window_at_pointer, 0);
544
- #if GTK_CHECK_VERSION(2,4,0)
545
519
  RG_DEF_METHOD_P(supports_cursor_color, 0);
546
520
  RG_DEF_METHOD_P(supports_cursor_alpha, 0);
547
521
  RG_DEF_METHOD(default_cursor_size, 0);
548
522
  RG_DEF_METHOD(maximal_cursor_size, 0);
549
523
  RG_DEF_METHOD(default_group, 0);
550
- #endif
551
- #if GTK_CHECK_VERSION(2,6,0)
552
524
  RG_DEF_METHOD_P(supports_selection_notification, 0);
553
525
  RG_DEF_METHOD_P(request_selection_notification, 1);
554
526
  RG_DEF_METHOD_P(supports_clipboard_persistence, 0);
555
527
  RG_DEF_METHOD(store_clipboard, 3);
556
- #endif
557
528
  RG_DEF_METHOD(core_pointer, 0);
558
- #if GTK_CHECK_VERSION(2,8,0)
559
529
  RG_DEF_METHOD(warp_pointer, 3);
560
- #endif
561
530
 
562
531
  G_DEF_SETTERS(RG_TARGET_NAMESPACE);
563
532
  #ifdef GDK_WINDOWING_X11
564
533
  RG_DEF_METHOD(grab, 0);
565
534
  RG_DEF_METHOD(ungrab, 0);
566
- #if GTK_CHECK_VERSION(2,4,0)
567
535
  RG_DEF_METHOD(register_standard_event_type, 2);
568
- #endif
569
- #if GTK_CHECK_VERSION(2,8,0)
570
536
  RG_DEF_METHOD(user_time, 0);
571
537
  RG_DEF_METHOD(set_cursor_theme, 2);
572
- #endif
573
538
  # if GTK_CHECK_VERSION(2, 12, 0)
574
539
  /*
575
540
  RG_DEF_METHOD(broadcast_startup_message, -1);
@@ -578,12 +543,9 @@ Init_gtk_gdk_display(VALUE mGdk)
578
543
  # endif
579
544
  G_DEF_CLASS3("GdkDisplayX11", "DisplayX11", mGdk);
580
545
  #endif
581
- #endif
582
546
 
583
- #if GTK_CHECK_VERSION(2,10,0)
584
547
  RG_DEF_METHOD_P(supports_shapes, 0);
585
548
  RG_DEF_METHOD_P(supports_input_shapes, 0);
586
- #endif
587
549
  #if GTK_CHECK_VERSION(2, 12, 0)
588
550
  RG_DEF_METHOD_P(supports_composite, 0);
589
551
  RG_DEF_METHOD(trigger_tooltip_query, 0);