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
@@ -216,7 +216,6 @@ rg_operator_treeiter_eql(VALUE self, VALUE other)
216
216
  return Qtrue;
217
217
  }
218
218
 
219
- #if GTK_CHECK_VERSION(2,2,0)
220
219
  static VALUE
221
220
  rg_to_str(VALUE self)
222
221
  {
@@ -228,7 +227,6 @@ rg_to_str(VALUE self)
228
227
  g_free(s);
229
228
  return result;
230
229
  }
231
- #endif
232
230
 
233
231
  void
234
232
  Init_gtk_treeiter(VALUE mGtk)
@@ -248,8 +246,6 @@ Init_gtk_treeiter(VALUE mGtk)
248
246
  RG_DEF_METHOD(set_value, 2);
249
247
  RG_DEF_METHOD_OPERATOR("[]=", treeiter_set_value_eql, 2);
250
248
  RG_DEF_METHOD_OPERATOR("==", treeiter_eql, 1);
251
- #if GTK_CHECK_VERSION(2,2,0)
252
249
  RG_DEF_METHOD(to_str, 0);
253
250
  RG_DEF_ALIAS("to_s", "to_str");
254
- #endif
255
251
  }
@@ -21,8 +21,6 @@
21
21
 
22
22
  #include "global.h"
23
23
 
24
- #if GTK_CHECK_VERSION(2,4,0)
25
-
26
24
  #define RG_TARGET_NAMESPACE cTreeModelFilter
27
25
  #define _SELF(s) (GTK_TREE_MODEL_FILTER(RVAL2GOBJ(s)))
28
26
 
@@ -176,12 +174,10 @@ rg_clear_cache(VALUE self)
176
174
  gtk_tree_model_filter_clear_cache(_SELF(self));
177
175
  return self;
178
176
  }
179
- #endif
180
177
 
181
178
  void
182
179
  Init_gtk_treemodelfilter(VALUE mGtk)
183
180
  {
184
- #if GTK_CHECK_VERSION(2,4,0)
185
181
  VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GTK_TYPE_TREE_MODEL_FILTER, "TreeModelFilter", mGtk);
186
182
 
187
183
  id_child_model = rb_intern("child_model");
@@ -199,5 +195,4 @@ Init_gtk_treemodelfilter(VALUE mGtk)
199
195
  RG_DEF_METHOD(refilter, 0);
200
196
  RG_DEF_METHOD(clear_cache, 0);
201
197
  G_DEF_SETTERS(RG_TARGET_NAMESPACE);
202
- #endif
203
198
  }
@@ -87,13 +87,11 @@ rg_clear_cache(VALUE self)
87
87
  return self;
88
88
  }
89
89
 
90
- #if GTK_CHECK_VERSION(2,2,0)
91
90
  static VALUE
92
91
  rg_iter_is_valid_p(VALUE self, VALUE iter)
93
92
  {
94
93
  return CBOOL2RVAL(gtk_tree_model_sort_iter_is_valid(_SELF(self), RVAL2GTKTREEITER(iter)));
95
94
  }
96
- #endif
97
95
 
98
96
  void
99
97
  Init_gtk_tmodelsort(VALUE mGtk)
@@ -109,8 +107,6 @@ Init_gtk_tmodelsort(VALUE mGtk)
109
107
  RG_DEF_METHOD(convert_iter_to_child_iter, 1);
110
108
  RG_DEF_METHOD(reset_default_sort_func, 0);
111
109
  RG_DEF_METHOD(clear_cache, 0);
112
- #if GTK_CHECK_VERSION(2,2,0)
113
110
  RG_DEF_METHOD_P(iter_is_valid, 1);
114
- #endif
115
111
 
116
112
  }
@@ -94,7 +94,6 @@ rg_path(VALUE self)
94
94
  return ret;
95
95
  }
96
96
 
97
- #if GTK_CHECK_VERSION(2,8,0)
98
97
  static VALUE
99
98
  rg_model(VALUE self)
100
99
  {
@@ -102,7 +101,6 @@ rg_model(VALUE self)
102
101
  G_CHILD_SET(self, id_model, ret);
103
102
  return ret;
104
103
  }
105
- #endif
106
104
 
107
105
  static VALUE
108
106
  rg_valid_p(VALUE self)
@@ -160,9 +158,7 @@ Init_gtk_treerowreference(VALUE mGtk)
160
158
 
161
159
  RG_DEF_METHOD(initialize, -1);
162
160
  RG_DEF_METHOD(path, 0);
163
- #if GTK_CHECK_VERSION(2,8,0)
164
161
  RG_DEF_METHOD(model, 0);
165
- #endif
166
162
  RG_DEF_METHOD_P(valid, 0);
167
163
 
168
164
  RG_DEF_SMETHOD(inserted, 2);
@@ -160,7 +160,6 @@ rg_select_range(VALUE self, VALUE start_path, VALUE end_path)
160
160
  return self;
161
161
  }
162
162
 
163
- #if GTK_CHECK_VERSION(2,2,0)
164
163
  static VALUE
165
164
  rg_selected_rows(VALUE self)
166
165
  {
@@ -185,7 +184,6 @@ rg_unselect_range(VALUE self, VALUE start_path, VALUE end_path)
185
184
  RVAL2GTKTREEPATH(end_path));
186
185
  return self;
187
186
  }
188
- #endif
189
187
 
190
188
  void
191
189
  Init_gtk_treeselection(VALUE mGtk)
@@ -207,11 +205,9 @@ Init_gtk_treeselection(VALUE mGtk)
207
205
  RG_DEF_METHOD(select_all, 0);
208
206
  RG_DEF_METHOD(unselect_all, 0);
209
207
  RG_DEF_METHOD(select_range, 2);
210
- #if GTK_CHECK_VERSION(2,2,0)
211
208
  RG_DEF_METHOD(selected_rows, 0);
212
209
  RG_DEF_METHOD(count_selected_rows, 0);
213
210
  RG_DEF_METHOD(unselect_range, 2);
214
- #endif
215
211
 
216
212
  G_DEF_SETTERS(RG_TARGET_NAMESPACE);
217
213
  }
@@ -94,12 +94,7 @@ static VALUE
94
94
  rg_remove(VALUE self, VALUE iter)
95
95
  {
96
96
  G_CHILD_REMOVE(self, iter);
97
- #if GTK_CHECK_VERSION(2,2,0)
98
97
  return CBOOL2RVAL(gtk_tree_store_remove(_SELF(self), RVAL2GTKTREEITER(iter)));
99
- #else
100
- gtk_tree_store_remove(_SELF(self), RVAL2GTKTREEITER(iter));
101
- return Qtrue;
102
- #endif
103
98
  }
104
99
 
105
100
  static VALUE
@@ -119,7 +114,6 @@ rg_insert(int argc, VALUE *argv, VALUE self)
119
114
  ret = GTKTREEITER2RVAL(&iter);
120
115
  G_CHILD_ADD(self, ret);
121
116
  } else {
122
- #if GTK_CHECK_VERSION(2,10,0)
123
117
  gint *c_columns;
124
118
  GValue *c_values;
125
119
  long size, i;
@@ -176,15 +170,6 @@ rg_insert(int argc, VALUE *argv, VALUE self)
176
170
  G_CHILD_ADD(ret, rbgobj_gvalue_to_rvalue(&(c_values[i])));
177
171
  g_value_unset(&(c_values[i]));
178
172
  }
179
- #else
180
- rb_warn("Gtk::TreeStore#insert(parent, position, values) requires GTK+-2.10.0 or later");
181
- gtk_tree_store_insert(model, &iter,
182
- NIL_P(parent) ? NULL : RVAL2GTKTREEITER(parent),
183
- NUM2INT(position));
184
- iter.user_data3 = model;
185
- ret = GTKTREEITER2RVAL(&iter);
186
- G_CHILD_ADD(self, ret);
187
- #endif
188
173
  }
189
174
 
190
175
  return ret;
@@ -293,7 +278,6 @@ rg_clear(VALUE self)
293
278
  return self;
294
279
  }
295
280
 
296
- #if GTK_CHECK_VERSION(2,2,0)
297
281
  static VALUE
298
282
  rg_iter_is_valid_p(VALUE self, VALUE iter)
299
283
  {
@@ -348,7 +332,6 @@ rg_move_after(VALUE self, VALUE iter, VALUE position)
348
332
  NIL_P(position) ? NULL : RVAL2GTKTREEITER(position));
349
333
  return self;
350
334
  }
351
- #endif
352
335
 
353
336
  void
354
337
  Init_gtk_tree_store(VALUE mGtk)
@@ -370,12 +353,10 @@ Init_gtk_tree_store(VALUE mGtk)
370
353
  RG_DEF_METHOD_P(ancestor, 2);
371
354
  RG_DEF_METHOD(iter_depth, 1);
372
355
  RG_DEF_METHOD(clear, 0);
373
- #if GTK_CHECK_VERSION(2,2,0)
374
356
  RG_DEF_METHOD_P(iter_is_valid, 1);
375
357
  RG_DEF_METHOD(reorder, 2);
376
358
  RG_DEF_METHOD(swap, 2);
377
359
  RG_DEF_METHOD(move_before, 2);
378
360
  RG_DEF_METHOD(move_after, 2);
379
- #endif
380
361
 
381
362
  }
@@ -257,14 +257,12 @@ rg_expand_row(VALUE self, VALUE path, VALUE open_all)
257
257
  RVAL2CBOOL(open_all)));
258
258
  }
259
259
 
260
- #if GTK_CHECK_VERSION(2,2,0)
261
260
  static VALUE
262
261
  rg_expand_to_path(VALUE self, VALUE path)
263
262
  {
264
263
  gtk_tree_view_expand_to_path(_SELF(self), RVAL2GTKTREEPATH(path));
265
264
  return self;
266
265
  }
267
- #endif
268
266
 
269
267
  static VALUE
270
268
  rg_collapse_row(VALUE self, VALUE path)
@@ -345,7 +343,6 @@ rg_visible_rect(VALUE self)
345
343
  return BOXED2RVAL(&rect, GDK_TYPE_RECTANGLE);
346
344
  }
347
345
 
348
- #if GTK_CHECK_VERSION(2,8,0)
349
346
  static VALUE
350
347
  rg_visible_range(VALUE self)
351
348
  {
@@ -357,7 +354,6 @@ rg_visible_range(VALUE self)
357
354
  return valid_paths ? rb_assoc_new(GTKTREEPATH2RVAL(start_path),
358
355
  GTKTREEPATH2RVAL(end_path)) : Qnil;
359
356
  }
360
- #endif
361
357
 
362
358
  static VALUE
363
359
  rg_bin_window(VALUE self)
@@ -571,7 +567,6 @@ treeview_signal_func(G_GNUC_UNUSED guint num, const GValue *values)
571
567
  return rb_ary_new3(3, GOBJ2RVAL(view), GTKTREEITER2RVAL(iter), GVAL2RVAL(&values[2]));
572
568
  }
573
569
 
574
- #if GTK_CHECK_VERSION(2,2,0)
575
570
  static VALUE
576
571
  rg_set_cursor_on_cell(VALUE self, VALUE path, VALUE focus_column, VALUE focus_cell, VALUE start_editing)
577
572
  {
@@ -581,14 +576,12 @@ rg_set_cursor_on_cell(VALUE self, VALUE path, VALUE focus_column, VALUE focus_ce
581
576
  RVAL2CBOOL(start_editing));
582
577
  return self;
583
578
  }
584
- #endif
585
579
 
586
580
  /* How can I implement this?
587
581
  GtkTreeViewRowSeparatorFunc gtk_tree_view_get_row_separator_func
588
582
  (GtkTreeView *tree_view);
589
583
  */
590
584
 
591
- #if GTK_CHECK_VERSION(2,6,0)
592
585
  static gboolean
593
586
  row_separator_func(GtkTreeModel *model, GtkTreeIter *iter, gpointer func)
594
587
  {
@@ -611,9 +604,7 @@ rg_set_row_separator_func(VALUE self)
611
604
  (GtkDestroyNotify)NULL);
612
605
  return self;
613
606
  }
614
- #endif
615
607
 
616
- #if GTK_CHECK_VERSION(2,10,0)
617
608
  static VALUE
618
609
  rg_search_entry(VALUE self)
619
610
  {
@@ -676,8 +667,6 @@ rg_set_search_position_func(VALUE self)
676
667
  return self;
677
668
  }
678
669
 
679
- #endif
680
-
681
670
  void
682
671
  Init_gtk_treeview(VALUE mGtk)
683
672
  {
@@ -704,9 +693,7 @@ Init_gtk_treeview(VALUE mGtk)
704
693
  RG_DEF_METHOD(collapse_all, 0);
705
694
  RG_DEF_METHOD(expand_row, 2);
706
695
  RG_DEF_METHOD(collapse_row, 1);
707
- #if GTK_CHECK_VERSION(2,2,0)
708
696
  RG_DEF_METHOD(expand_to_path, 1);
709
- #endif
710
697
  RG_DEF_METHOD(map_expanded_rows, 0);
711
698
  RG_DEF_METHOD_P(row_expanded, 1);
712
699
  RG_DEF_METHOD(get_path_at_pos, 2);
@@ -714,10 +701,7 @@ Init_gtk_treeview(VALUE mGtk)
714
701
  RG_DEF_METHOD(get_cell_area, 2);
715
702
  RG_DEF_METHOD(get_background_area, 2);
716
703
  RG_DEF_METHOD(visible_rect, 0);
717
- #if GTK_CHECK_VERSION(2,8,0)
718
704
  RG_DEF_METHOD(visible_range, 0);
719
- #endif
720
-
721
705
  RG_DEF_METHOD(bin_window, 0);
722
706
  RG_DEF_METHOD(widget_to_tree_coords, 2);
723
707
  RG_DEF_METHOD(tree_to_widget_coords, 2);
@@ -739,28 +723,20 @@ Init_gtk_treeview(VALUE mGtk)
739
723
  RG_DEF_ALIAS("get_dest_row", "get_dest_row_at_pos");
740
724
  RG_DEF_METHOD(create_row_drag_icon, 1);
741
725
  RG_DEF_METHOD(set_search_equal_func, 0);
742
- #if GTK_CHECK_VERSION(2,2,0)
743
726
  RG_DEF_METHOD(set_cursor_on_cell, 4);
744
- #endif
745
727
 
746
- #if GTK_CHECK_VERSION(2,6,0)
747
728
  RG_DEF_METHOD(set_row_separator_func, 0);
748
- #endif
749
- #if GTK_CHECK_VERSION(2,10,0)
750
729
  RG_DEF_METHOD(search_entry, 0);
751
730
  RG_DEF_METHOD(set_search_entry, 1);
752
731
  RG_DEF_METHOD(set_search_position_func, 0);
753
- #endif
754
732
 
755
733
  /* Constants */
756
734
  G_DEF_CLASS(GTK_TYPE_TREE_VIEW_DROP_POSITION, "DropPosition", RG_TARGET_NAMESPACE);
757
735
  G_DEF_CONSTANTS(RG_TARGET_NAMESPACE, GTK_TYPE_TREE_VIEW_DROP_POSITION, "GTK_TREE_VIEW_");
758
736
 
759
- #if GTK_CHECK_VERSION(2,10,0)
760
737
  /* GtkTreeViewGridLines */
761
738
  G_DEF_CLASS(GTK_TYPE_TREE_VIEW_GRID_LINES, "GridLines", RG_TARGET_NAMESPACE);
762
739
  G_DEF_CONSTANTS(RG_TARGET_NAMESPACE, GTK_TYPE_TREE_VIEW_GRID_LINES, "GTK_TREE_VIEW_");
763
- #endif
764
740
 
765
741
  /* Option Signals */
766
742
  G_DEF_SIGNAL_FUNC(RG_TARGET_NAMESPACE, "row-collapsed", (GValToRValSignalFunc)treeview_signal_func);
@@ -217,8 +217,6 @@ rg_cell_is_visible_p(VALUE self)
217
217
  return CBOOL2RVAL(gtk_tree_view_column_cell_is_visible(_SELF(self)));
218
218
  }
219
219
 
220
- #if GTK_CHECK_VERSION(2,2,0)
221
-
222
220
  static VALUE
223
221
  rg_focus_cell(VALUE self, VALUE renderer)
224
222
  {
@@ -227,16 +225,12 @@ rg_focus_cell(VALUE self, VALUE renderer)
227
225
  return self;
228
226
  }
229
227
 
230
- #endif
231
-
232
- #if GTK_CHECK_VERSION(2,8,0)
233
228
  static VALUE
234
229
  rg_queue_resize(VALUE self)
235
230
  {
236
231
  gtk_tree_view_column_queue_resize(_SELF(self));
237
232
  return self;
238
233
  }
239
- #endif
240
234
 
241
235
  #if GTK_CHECK_VERSION(2,12,0)
242
236
  static VALUE
@@ -279,12 +273,8 @@ Init_gtk_treeviewcolumn(VALUE mGtk)
279
273
  RG_DEF_METHOD(cell_set_cell_data, 4);
280
274
  RG_DEF_METHOD(cell_size, 0);
281
275
  RG_DEF_METHOD_P(cell_is_visible, 0);
282
- #if GTK_CHECK_VERSION(2,2,0)
283
276
  RG_DEF_METHOD(focus_cell, 1);
284
- #endif
285
- #if GTK_CHECK_VERSION(2,8,0)
286
277
  RG_DEF_METHOD(queue_resize, 0);
287
- #endif
288
278
  #if GTK_CHECK_VERSION(2,12,0)
289
279
  RG_DEF_METHOD(tree_view, 0);
290
280
  #endif
@@ -21,8 +21,6 @@
21
21
 
22
22
  #include "global.h"
23
23
 
24
- #if GTK_CHECK_VERSION(2,4,0)
25
-
26
24
  #define RG_TARGET_NAMESPACE cUIManager
27
25
  #define _SELF(self) (GTK_UI_MANAGER(RVAL2GOBJ(self)))
28
26
 
@@ -162,12 +160,10 @@ rbuimanager_mark(void *p)
162
160
 
163
161
  rbgobj_gc_mark_instance(gtk_ui_manager_get_accel_group(manager));
164
162
  }
165
- #endif
166
163
 
167
164
  void
168
165
  Init_gtk_uimanager(VALUE mGtk)
169
166
  {
170
- #if GTK_CHECK_VERSION(2,4,0)
171
167
  VALUE RG_TARGET_NAMESPACE;
172
168
 
173
169
  RG_TARGET_NAMESPACE = G_DEF_CLASS_WITH_GC_FUNC(GTK_TYPE_UI_MANAGER, "UIManager", mGtk,
@@ -190,6 +186,4 @@ Init_gtk_uimanager(VALUE mGtk)
190
186
  /* GtkUIManagerItemType */
191
187
  G_DEF_CLASS(GTK_TYPE_UI_MANAGER_ITEM_TYPE, "ItemType", RG_TARGET_NAMESPACE);
192
188
  G_DEF_CONSTANTS(RG_TARGET_NAMESPACE, GTK_TYPE_UI_MANAGER_ITEM_TYPE, "GTK_UI_MANAGER_");
193
-
194
- #endif
195
189
  }
@@ -133,14 +133,12 @@ rg_queue_resize(VALUE self)
133
133
  return self;
134
134
  }
135
135
 
136
- #if GTK_CHECK_VERSION(2,4,0)
137
136
  static VALUE
138
137
  rg_queue_resize_no_redraw(VALUE self)
139
138
  {
140
139
  gtk_widget_queue_resize_no_redraw(_SELF(self));
141
140
  return self;
142
141
  }
143
- #endif
144
142
 
145
143
  /* Note this method is not
146
144
  gtk_widget_get_size_request */
@@ -203,13 +201,11 @@ rg_accel_closures(VALUE self)
203
201
  return GLIST2ARY2F(gtk_widget_list_accel_closures(_SELF(self)), G_TYPE_CLOSURE);
204
202
  }
205
203
 
206
- #if GTK_CHECK_VERSION(2,4,0)
207
204
  static VALUE
208
205
  rg_can_activate_accel_p(VALUE self, VALUE signal_id)
209
206
  {
210
207
  return CBOOL2RVAL(gtk_widget_can_activate_accel(_SELF(self), NUM2UINT(signal_id)));
211
208
  }
212
- #endif
213
209
 
214
210
  static VALUE
215
211
  rg_event(VALUE self, VALUE event)
@@ -431,7 +427,6 @@ rg_shape_combine_mask(VALUE self, VALUE shape_mask, VALUE offset_x, VALUE offset
431
427
  return self;
432
428
  }
433
429
 
434
- #if GTK_CHECK_VERSION(2,10,0)
435
430
  static VALUE
436
431
  rg_input_shape_combine_mask(VALUE self, VALUE shape_mask, VALUE offset_x, VALUE offset_y)
437
432
  {
@@ -441,7 +436,6 @@ rg_input_shape_combine_mask(VALUE self, VALUE shape_mask, VALUE offset_x, VALUE
441
436
  NUM2INT(offset_y));
442
437
  return self;
443
438
  }
444
- #endif
445
439
 
446
440
  static VALUE
447
441
  rg_path(VALUE self)
@@ -681,7 +675,6 @@ rg_s_install_style_property(VALUE self, VALUE spec)
681
675
  return self;
682
676
  }
683
677
 
684
- #if GTK_CHECK_VERSION(2,2,0)
685
678
  static VALUE
686
679
  rg_s_style_property(VALUE self, VALUE property_name)
687
680
  {
@@ -735,7 +728,6 @@ rg_s_style_properties(int argc, VALUE *argv, VALUE self)
735
728
  g_type_class_unref(oclass);
736
729
  return ary;
737
730
  }
738
- #endif
739
731
 
740
732
  static VALUE
741
733
  rg_region_intersect(VALUE self, VALUE region)
@@ -771,9 +763,8 @@ rg_style_get_property(VALUE self, VALUE prop_name)
771
763
  } else {
772
764
  name = RVAL2CSTR(prop_name);
773
765
  }
774
- #if GTK_CHECK_VERSION(2,2,0)
775
766
  pspec = gtk_widget_class_find_style_property((GtkWidgetClass*)g_type_class_ref(RVAL2GTYPE(self)), name);
776
- #endif
767
+
777
768
  if (!pspec)
778
769
  rb_raise(rb_eval_string("GLib::NoPropertyError"), "No such property: %s", name);
779
770
  else {
@@ -841,7 +832,6 @@ rg_settings(VALUE self)
841
832
  return GOBJ2RVAL(gtk_widget_get_settings(_SELF(self)));
842
833
  }
843
834
 
844
- #if GTK_CHECK_VERSION(2,2,0)
845
835
  static VALUE
846
836
  rg_get_clipboard(VALUE self, VALUE selection)
847
837
  {
@@ -871,7 +861,6 @@ rg_has_screen_p(VALUE self)
871
861
  {
872
862
  return CBOOL2RVAL(gtk_widget_has_screen(_SELF(self)));
873
863
  }
874
- #endif
875
864
 
876
865
  /*
877
866
  Note this method is not gtk_widget_size_request()
@@ -905,8 +894,6 @@ rg_thaw_child_notify(VALUE self)
905
894
  return self;
906
895
  }
907
896
 
908
- #if GTK_CHECK_VERSION(2,4,0)
909
-
910
897
  static VALUE
911
898
  rg_mnemonic_labels(VALUE self)
912
899
  {
@@ -926,7 +913,6 @@ rg_remove_mnemonic_label(VALUE self, VALUE label)
926
913
  gtk_widget_remove_mnemonic_label(_SELF(self), GTK_WIDGET(RVAL2GOBJ(label)));
927
914
  return self;
928
915
  }
929
- #endif
930
916
 
931
917
  #if GTK_CHECK_VERSION(2,12,0)
932
918
  static VALUE
@@ -951,7 +937,6 @@ rg_trigger_tooltip_query(VALUE self)
951
937
 
952
938
  #endif
953
939
 
954
- #if GTK_CHECK_VERSION(2,10,0)
955
940
  static VALUE
956
941
  rg_action(VALUE self)
957
942
  {
@@ -969,7 +954,6 @@ rg_window(VALUE self)
969
954
  {
970
955
  return GOBJ2RVAL(_SELF(self)->window);
971
956
  }
972
- #endif
973
957
 
974
958
  static VALUE
975
959
  rg_set_window(VALUE self, VALUE window)
@@ -1084,9 +1068,7 @@ Init_gtk_widget(VALUE mGtk)
1084
1068
  RG_DEF_METHOD(unrealize, 0);
1085
1069
  RG_DEF_METHOD(queue_draw, 0);
1086
1070
  RG_DEF_METHOD(queue_resize, 0);
1087
- #if GTK_CHECK_VERSION(2,4,0)
1088
1071
  RG_DEF_METHOD(queue_resize_no_redraw, 0);
1089
- #endif
1090
1072
  RG_DEF_METHOD(size_request, 0);
1091
1073
  RG_DEF_METHOD(child_requisition, 0);
1092
1074
  RG_DEF_METHOD(size_allocate, 1);
@@ -1094,17 +1076,13 @@ Init_gtk_widget(VALUE mGtk)
1094
1076
  RG_DEF_METHOD(remove_accelerator, 3);
1095
1077
  RG_DEF_METHOD(set_accel_path, 2);
1096
1078
  RG_DEF_METHOD(accel_closures, 0);
1097
- #if GTK_CHECK_VERSION(2,4,0)
1098
1079
  RG_DEF_METHOD_P(can_activate_accel, 1);
1099
- #endif
1100
1080
  RG_DEF_METHOD(event, 1);
1101
1081
  RG_DEF_METHOD(activate, 0);
1102
1082
  RG_DEF_METHOD(reparent, 1);
1103
1083
  RG_DEF_SMETHOD(install_style_property, 1);
1104
- #if GTK_CHECK_VERSION(2,2,0)
1105
1084
  RG_DEF_SMETHOD(style_property, 1);
1106
1085
  RG_DEF_SMETHOD(style_properties, -1);
1107
- #endif
1108
1086
  RG_DEF_METHOD(intersect, 1);
1109
1087
  RG_DEF_METHOD(grab_default, 0);
1110
1088
  RG_DEF_METHOD(set_state, 1);
@@ -1125,9 +1103,7 @@ Init_gtk_widget(VALUE mGtk)
1125
1103
  RG_DEF_METHOD(set_direction, 1);
1126
1104
  RG_DEF_METHOD(direction, 0);
1127
1105
  RG_DEF_METHOD(shape_combine_mask, 3);
1128
- #if GTK_CHECK_VERSION(2,10,0)
1129
1106
  RG_DEF_METHOD(input_shape_combine_mask, 3);
1130
- #endif
1131
1107
  RG_DEF_METHOD(path, 0);
1132
1108
  RG_DEF_METHOD(class_path, 0);
1133
1109
  RG_DEF_METHOD(composite_name, 0);
@@ -1166,32 +1142,26 @@ Init_gtk_widget(VALUE mGtk)
1166
1142
  RG_DEF_METHOD(freeze_child_notify, 0);
1167
1143
  RG_DEF_METHOD_P(child_visible, 0);
1168
1144
  RG_DEF_METHOD(settings, 0);
1169
- #if GTK_CHECK_VERSION(2,2,0)
1170
1145
  RG_DEF_METHOD(get_clipboard, 1);
1171
1146
  RG_DEF_METHOD(display, 0);
1172
1147
  RG_DEF_METHOD(root_window, 0);
1173
1148
  RG_DEF_METHOD(screen, 0);
1174
1149
  RG_DEF_METHOD_P(has_screen, 0);
1175
- #endif
1176
1150
  RG_DEF_METHOD(set_child_visible, 1);
1177
1151
  RG_DEF_METHOD(get_size_request, 0);
1178
1152
  RG_DEF_METHOD(set_size_request, 2);
1179
1153
  RG_DEF_METHOD(thaw_child_notify, 0);
1180
- #if GTK_CHECK_VERSION(2,4,0)
1181
1154
  RG_DEF_METHOD(mnemonic_labels, 0);
1182
1155
  RG_DEF_METHOD(add_mnemonic_label, 1);
1183
1156
  RG_DEF_METHOD(remove_mnemonic_label, 1);
1184
- #endif
1185
1157
  #if GTK_CHECK_VERSION(2,12,0)
1186
1158
  RG_DEF_METHOD(set_tooltip_window, 1);
1187
1159
  RG_DEF_METHOD(tooltip_window, 0);
1188
1160
  RG_DEF_METHOD(trigger_tooltip_query, 0);
1189
1161
  #endif
1190
- #if GTK_CHECK_VERSION(2,10,0)
1191
1162
  RG_DEF_METHOD(action, 0);
1192
1163
  RG_DEF_METHOD_P(composited, 0);
1193
1164
  RG_DEF_METHOD(window, 0);
1194
- #endif
1195
1165
  RG_DEF_METHOD(set_window, 1);
1196
1166
  RG_DEF_METHOD(allocation, 0);
1197
1167
  RG_DEF_METHOD(set_allocation, 4);