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.
- checksums.yaml +7 -0
- data/README +2 -2
- data/Rakefile +5 -3
- data/ext/gtk2/extconf.rb +5 -2
- data/ext/gtk2/global.h +1 -8
- data/ext/gtk2/rbgdk.c +1 -16
- data/ext/gtk2/rbgdkcairo.c +0 -8
- data/ext/gtk2/rbgdkcolormap.c +0 -4
- data/ext/gtk2/rbgdkcursor.c +0 -18
- data/ext/gtk2/rbgdkdisplay.c +7 -45
- data/ext/gtk2/rbgdkdisplaymanager.c +0 -5
- data/ext/gtk2/rbgdkdragcontext.c +0 -13
- data/ext/gtk2/rbgdkdraw.c +2 -26
- data/ext/gtk2/rbgdkevent.c +631 -324
- data/ext/gtk2/rbgdkgc.c +0 -5
- data/ext/gtk2/rbgdkkeymap.c +2 -4
- data/ext/gtk2/rbgdkpango.c +0 -5
- data/ext/gtk2/rbgdkpangorenderer.c +0 -6
- data/ext/gtk2/rbgdkpixbuf.c +0 -3
- data/ext/gtk2/rbgdkpixmap.c +3 -18
- data/ext/gtk2/rbgdkproperty.c +0 -41
- data/ext/gtk2/rbgdkscreen.c +0 -22
- data/ext/gtk2/rbgdkselection.c +0 -13
- data/ext/gtk2/rbgdkvisual.c +0 -4
- data/ext/gtk2/rbgdkwindow.c +2 -71
- data/ext/gtk2/rbgdkx11.c +1 -6
- data/ext/gtk2/rbgtkaboutdialog.c +0 -5
- data/ext/gtk2/rbgtkaccelerator.c +0 -4
- data/ext/gtk2/rbgtkaccelgroup.c +0 -8
- data/ext/gtk2/rbgtkaccelmap.c +0 -15
- data/ext/gtk2/rbgtkaction.c +0 -14
- data/ext/gtk2/rbgtkactiongroup.c +0 -9
- data/ext/gtk2/rbgtkalignment.c +0 -4
- data/ext/gtk2/rbgtkassistant.c +0 -6
- data/ext/gtk2/rbgtkbbox.c +0 -4
- data/ext/gtk2/rbgtkbutton.c +0 -4
- data/ext/gtk2/rbgtkcalendar.c +0 -8
- data/ext/gtk2/rbgtkcelllayout.c +0 -5
- data/ext/gtk2/rbgtkcellrenderer.c +0 -8
- data/ext/gtk2/rbgtkcellrendereraccel.c +0 -6
- data/ext/gtk2/rbgtkcellrenderercombo.c +0 -6
- data/ext/gtk2/rbgtkcellrendererprogress.c +0 -6
- data/ext/gtk2/rbgtkcellrendererspin.c +0 -6
- data/ext/gtk2/rbgtkcellview.c +0 -5
- data/ext/gtk2/rbgtkclipboard.c +0 -48
- data/ext/gtk2/rbgtkcolorbutton.c +0 -6
- data/ext/gtk2/rbgtkcolorsel.c +0 -4
- data/ext/gtk2/rbgtkcombobox.c +0 -12
- data/ext/gtk2/rbgtkcomboboxentry.c +0 -6
- data/ext/gtk2/rbgtkconst.c +0 -2
- data/ext/gtk2/rbgtkdialog.c +0 -10
- data/ext/gtk2/rbgtkdrag.c +0 -24
- data/ext/gtk2/rbgtkentry.c +0 -4
- data/ext/gtk2/rbgtkentrycompletion.c +0 -10
- data/ext/gtk2/rbgtkexpander.c +0 -6
- data/ext/gtk2/rbgtkfilechooser.c +0 -10
- data/ext/gtk2/rbgtkfilechooserbutton.c +0 -6
- data/ext/gtk2/rbgtkfilechooserdialog.c +0 -8
- data/ext/gtk2/rbgtkfilechooserwidget.c +0 -6
- data/ext/gtk2/rbgtkfilefilter.c +0 -11
- data/ext/gtk2/rbgtkfilesystemerror.c +0 -2
- data/ext/gtk2/rbgtkfontbutton.c +0 -6
- data/ext/gtk2/rbgtkiconinfo.c +0 -5
- data/ext/gtk2/rbgtkiconsize.c +0 -4
- data/ext/gtk2/rbgtkicontheme.c +0 -11
- data/ext/gtk2/rbgtkiconview.c +0 -9
- data/ext/gtk2/rbgtkimage.c +0 -8
- data/ext/gtk2/rbgtkinvisible.c +0 -4
- data/ext/gtk2/rbgtklinkbutton.c +0 -5
- data/ext/gtk2/rbgtkliststore.c +0 -14
- data/ext/gtk2/rbgtkmenu.c +0 -12
- data/ext/gtk2/rbgtkmenubar.c +0 -2
- data/ext/gtk2/rbgtkmenushell.c +0 -4
- data/ext/gtk2/rbgtkmenutoolbutton.c +0 -5
- data/ext/gtk2/rbgtkmessagedialog.c +0 -4
- data/ext/gtk2/rbgtknotebook.c +0 -9
- data/ext/gtk2/rbgtkpagesetup.c +0 -5
- data/ext/gtk2/rbgtkpapersize.c +0 -6
- data/ext/gtk2/rbgtkprintcontext.c +0 -5
- data/ext/gtk2/rbgtkprintoperation.c +0 -5
- data/ext/gtk2/rbgtkprintoperationpreview.c +0 -5
- data/ext/gtk2/rbgtkprintsettings.c +0 -5
- data/ext/gtk2/rbgtkradioaction.c +0 -18
- data/ext/gtk2/rbgtkradiotoolbutton.c +0 -6
- data/ext/gtk2/rbgtkrange.c +0 -2
- data/ext/gtk2/rbgtkrc.c +0 -4
- data/ext/gtk2/rbgtkrecentchooser.c +0 -6
- data/ext/gtk2/rbgtkrecentchooserdialog.c +0 -5
- data/ext/gtk2/rbgtkrecentchoosermenu.c +0 -6
- data/ext/gtk2/rbgtkrecentchooserwidget.c +0 -5
- data/ext/gtk2/rbgtkrecentdata.c +0 -6
- data/ext/gtk2/rbgtkrecentfilter.c +0 -5
- data/ext/gtk2/rbgtkrecentfilterinfo.c +0 -6
- data/ext/gtk2/rbgtkrecentinfo.c +0 -5
- data/ext/gtk2/rbgtkrecentmanager.c +0 -5
- data/ext/gtk2/rbgtkscale.c +0 -6
- data/ext/gtk2/rbgtkscrolledwindow.c +0 -9
- data/ext/gtk2/rbgtkselection.c +0 -8
- data/ext/gtk2/rbgtkselectiondata.c +2 -14
- data/ext/gtk2/rbgtkseparatortoolitem.c +0 -6
- data/ext/gtk2/rbgtksettings.c +0 -4
- data/ext/gtk2/rbgtksizegroup.c +0 -5
- data/ext/gtk2/rbgtkstatusicon.c +0 -5
- data/ext/gtk2/rbgtkstock.c +0 -38
- data/ext/gtk2/rbgtkstyle.c +0 -8
- data/ext/gtk2/rbgtktargetlist.c +0 -34
- data/ext/gtk2/rbgtktextbuffer.c +0 -12
- data/ext/gtk2/rbgtktextiter.c +0 -8
- data/ext/gtk2/rbgtktextview.c +0 -4
- data/ext/gtk2/rbgtktoggleaction.c +0 -7
- data/ext/gtk2/rbgtktoggletoolbutton.c +0 -6
- data/ext/gtk2/rbgtktoolbar.c +0 -6
- data/ext/gtk2/rbgtktoolbutton.c +0 -6
- data/ext/gtk2/rbgtktoolitem.c +0 -9
- data/ext/gtk2/rbgtktooltips.c +0 -4
- data/ext/gtk2/rbgtktreeiter.c +0 -4
- data/ext/gtk2/rbgtktreemodelfilter.c +0 -5
- data/ext/gtk2/rbgtktreemodelsort.c +0 -4
- data/ext/gtk2/rbgtktreerowreference.c +0 -4
- data/ext/gtk2/rbgtktreeselection.c +0 -4
- data/ext/gtk2/rbgtktreestore.c +0 -19
- data/ext/gtk2/rbgtktreeview.c +0 -24
- data/ext/gtk2/rbgtktreeviewcolumn.c +0 -10
- data/ext/gtk2/rbgtkuimanager.c +0 -6
- data/ext/gtk2/rbgtkwidget.c +1 -31
- data/ext/gtk2/rbgtkwindow.c +2 -47
- data/lib/1.9/gtk2.so +0 -0
- data/lib/2.0/gtk2.so +0 -0
- data/sample/gtk-demo/common.rb +6 -1
- data/sample/gtk-demo/main.rb +89 -85
- data/test/test_gtk_icon_theme.rb +11 -6
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/include/gtk-2.0/gtk/gtksignal.h +3 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +3 -3
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules.cache +40 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.la +2 -2
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.la +2 -2
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgailutil.la +2 -2
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.la +3 -3
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.la +3 -3
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +111 -111
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +33 -33
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +2 -2
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplay.html +101 -99
- data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplayManager.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk2/GdkScreen.html +167 -167
- data/vendor/local/share/gtk-doc/html/gdk2/annotation-glossary.html +31 -22
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-10.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-16.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-full.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Application-launching.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Bitmaps-and-Pixmaps.html +68 -68
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cairo-Interaction.html +36 -36
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Colormaps-and-Colors.html +89 -89
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cursors.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drag-and-Drop.html +47 -47
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drawing-Primitives.html +268 -268
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Event-Structures.html +106 -106
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Events.html +66 -66
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Fonts.html +125 -125
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-GdkRGB.html +125 -125
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-General.html +85 -85
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Graphics-Contexts.html +54 -54
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Images.html +54 -54
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input-Devices.html +59 -59
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Keyboard-Handling.html +121 -104
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pango-Interaction.html +111 -111
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pixbufs.html +41 -41
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Points-Rectangles-and-Regions.html +49 -49
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Properties-and-Atoms.html +133 -132
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Selections.html +39 -39
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Testing.html +20 -20
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Threads.html +105 -105
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Visuals.html +59 -59
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Windows.html +478 -478
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-X-Window-System-Interaction.html +76 -76
- data/vendor/local/share/gtk-doc/html/gdk2/index.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/index.sgml +6 -6
- data/vendor/local/share/gtk-doc/html/gdk2/multihead.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk2/reference.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/AbstractObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/Actions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/Builder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/ButtonWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/DeprecatedObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/DisplayWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAboutDialog.html +144 -144
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAccelLabel.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAccessible.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAction.html +135 -135
- data/vendor/local/share/gtk-doc/html/gtk2/GtkActionGroup.html +112 -112
- data/vendor/local/share/gtk-doc/html/gtk2/GtkActivatable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAdjustment.html +80 -80
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAlignment.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk2/GtkArrow.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAspectFrame.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAssistant.html +73 -73
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBin.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBox.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBuildable.html +54 -54
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBuilder.html +129 -129
- data/vendor/local/share/gtk-doc/html/gtk2/GtkButton.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkButtonBox.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCList.html +296 -296
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCTree.html +214 -214
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCalendar.html +99 -99
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellEditable.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellLayout.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRenderer.html +104 -104
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererAccel.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererCombo.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererPixbuf.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererProgress.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpin.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpinner.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererText.html +98 -98
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererToggle.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellView.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCheckButton.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorButton.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelection.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelectionDialog.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCombo.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBox.html +116 -114
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxEntry.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxText.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkContainer.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCurve.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/GtkDialog.html +77 -77
- data/vendor/local/share/gtk-doc/html/gtk2/GtkDrawingArea.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEditable.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntry.html +299 -299
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryBuffer.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryCompletion.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEventBox.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkExpander.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooser.html +219 -219
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserButton.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserDialog.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserWidget.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileSelection.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFixed.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelection.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelectionDialog.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFrame.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk2/GtkGammaCurve.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHBox.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHButtonBox.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHRuler.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHSV.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHScale.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHScrollbar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHandleBox.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContext.html +71 -71
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContextSimple.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMMulticontext.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIconTheme.html +115 -115
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIconView.html +222 -222
- data/vendor/local/share/gtk-doc/html/gtk2/GtkImage.html +105 -105
- data/vendor/local/share/gtk-doc/html/gtk2/GtkImageMenuItem.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInfoBar.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInputDialog.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInvisible.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkItemFactory.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLabel.html +205 -205
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLayout.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLinkButton.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkList.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk2/GtkListItem.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkListStore.html +68 -68
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenu.html +115 -115
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuBar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuItem.html +68 -68
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuShell.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuToolButton.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMessageDialog.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMisc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkNotebook.html +230 -230
- data/vendor/local/share/gtk-doc/html/gtk2/GtkObject.html +119 -119
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOffscreenWindow.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOldEditable.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOptionMenu.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetup.html +77 -77
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetupUnixDialog.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPaned.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPaperSize.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPixmap.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPlug.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPreview.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintContext.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintJob.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintSettings.html +212 -212
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintUnixDialog.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrinter.html +98 -98
- data/vendor/local/share/gtk-doc/html/gtk2/GtkProgress.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkProgressBar.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioAction.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioButton.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioMenuItem.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioToolButton.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRange.html +113 -113
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentAction.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooser.html +117 -117
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserDialog.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserMenu.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserWidget.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentFilter.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentManager.html +154 -154
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRuler.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScale.html +49 -49
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScaleButton.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScrollbar.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScrolledWindow.html +45 -24
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorMenuItem.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorToolItem.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSettings.html +236 -220
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSizeGroup.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSocket.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinButton.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinner.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusIcon.html +177 -177
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusbar.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStyle.html +476 -476
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTable.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTearoffMenuItem.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkText.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextBuffer.html +241 -241
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextIter.html +319 -319
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextMark.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTag.html +153 -153
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTagTable.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextView.html +248 -248
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTipsQuery.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleAction.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleButton.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleToolButton.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolButton.html +64 -64
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItem.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItemGroup.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolPalette.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolShell.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolbar.html +129 -129
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltip.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltips.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTree.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModel.html +158 -158
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelFilter.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelSort.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSelection.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSortable.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeStore.html +77 -77
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeView.html +482 -482
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeViewColumn.html +180 -180
- data/vendor/local/share/gtk-doc/html/gtk2/GtkUIManager.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVBox.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVButtonBox.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVRuler.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVScale.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVScrollbar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkViewport.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWidget.html +803 -803
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWindow.html +324 -324
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWindowGroup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/LayoutContainers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/MenusAndCombos.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/MiscObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/NumericEntry.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/Ornaments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/PlugSocket.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/Printing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/RecentDocuments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/ScrollingWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/SelectorWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/SpecialObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/TextWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/TextWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/TreeWidget.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk2/TreeWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/WindowWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/annotation-glossary.html +34 -31
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-10.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-16.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-24.html +10 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-full.html +26 -18
- data/vendor/local/share/gtk-doc/html/gtk2/ch01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/chap-drawing-model.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/checklist-gdkeventexpose-region.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/checklist-modifiers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/decorating-the-assistant-pages.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-builder-convert.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-building.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-1-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-2-0.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-directfb.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-ClientSideWindows.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAboutDialog.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAction.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAssistant.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkBuilder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkColorButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkComboBox.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkFileChooser.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkIconView.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkLinkButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkRecentChooser.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-checklist.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-entry-icons.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-label-links.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-tooltips.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-osx.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-query-immodules-2.0.html +28 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-question-index.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-running.html +7 -8
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-update-icon-cache.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-windows.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-x11.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Accelerator-Maps.html +54 -54
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Bindings.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Clipboards.html +128 -128
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Drag-and-Drop.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Feature-Test-Macros.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Filesystem-utilities.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-General.html +180 -180
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Graphics-Contexts.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-GtkTreeView-drag-and-drop.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-High-level-Printing-API.html +184 -184
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Keyboard-Accelerators.html +102 -102
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Orientable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Resource-Files.html +73 -73
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Selections.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Signals.html +97 -97
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Standard-Enumerations.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Stock-Items.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Testing.html +54 -54
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Themeable-Stock-Images.html +84 -84
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Types.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkcheckmenuitem.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkfilefilter.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2.devhelp2 +4 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkbase.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-installing-extra-widgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-installing-preview.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-new-features.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-selection-modes.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtkobjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-advanced.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/index.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/index.sgml +10 -8
- data/vendor/local/share/gtk-doc/html/gtk2/migrating-GtkCombo.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/migrating-gnomeuiinfo.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/migrating.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/new-features-GtkComboBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/pt05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/setting-the-page-flow.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/ui-manager.html +2 -2
- data/vendor/local/share/icons/hicolor/index.theme +179 -11
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk20.mo +0 -0
- metadata +15 -23
- data/vendor/local/etc/gtk-2.0/gtk.immodules +0 -39
data/ext/gtk2/rbgdkgc.c
CHANGED
@@ -329,13 +329,11 @@ rg_offset(VALUE self, VALUE x, VALUE y)
|
|
329
329
|
return self;
|
330
330
|
}
|
331
331
|
|
332
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
333
332
|
static VALUE
|
334
333
|
rg_screen(VALUE self)
|
335
334
|
{
|
336
335
|
return GOBJ2RVAL(gdk_gc_get_screen(_SELF(self)));
|
337
336
|
}
|
338
|
-
#endif
|
339
337
|
|
340
338
|
void
|
341
339
|
Init_gtk_gdk_gc(VALUE mGdk)
|
@@ -381,10 +379,7 @@ Init_gtk_gdk_gc(VALUE mGdk)
|
|
381
379
|
|
382
380
|
RG_DEF_METHOD(colormap, 0);
|
383
381
|
RG_DEF_METHOD(offset, 2);
|
384
|
-
|
385
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
386
382
|
RG_DEF_METHOD(screen, 0);
|
387
|
-
#endif
|
388
383
|
|
389
384
|
G_DEF_SETTERS(RG_TARGET_NAMESPACE);
|
390
385
|
|
data/ext/gtk2/rbgdkkeymap.c
CHANGED
@@ -29,13 +29,13 @@ rg_s_default(G_GNUC_UNUSED VALUE self)
|
|
29
29
|
{
|
30
30
|
return GOBJ2RVAL(gdk_keymap_get_default());
|
31
31
|
}
|
32
|
-
|
32
|
+
|
33
33
|
static VALUE
|
34
34
|
rg_s_for_display(G_GNUC_UNUSED VALUE self, VALUE display)
|
35
35
|
{
|
36
36
|
return GOBJ2RVAL(gdk_keymap_get_for_display(GDK_DISPLAY_OBJECT(RVAL2GOBJ(display))));
|
37
37
|
}
|
38
|
-
|
38
|
+
|
39
39
|
static VALUE
|
40
40
|
rg_lookup_key(VALUE self, VALUE keycode, VALUE group, VALUE level)
|
41
41
|
{
|
@@ -138,9 +138,7 @@ Init_gtk_gdk_keymap(VALUE mGdk)
|
|
138
138
|
VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GDK_TYPE_KEYMAP, "Keymap", mGdk);
|
139
139
|
|
140
140
|
RG_DEF_SMETHOD(default, 0);
|
141
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
142
141
|
RG_DEF_SMETHOD(for_display, 0);
|
143
|
-
#endif
|
144
142
|
RG_DEF_METHOD(lookup_key, 3);
|
145
143
|
RG_DEF_METHOD(translate_keyboard_state, 3);
|
146
144
|
RG_DEF_METHOD(get_entries_for_keyval, 1);
|
data/ext/gtk2/rbgdkpango.c
CHANGED
@@ -32,12 +32,7 @@ rg_m_context(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
32
32
|
if (NIL_P(screen)){
|
33
33
|
ret = GOBJ2RVAL(gdk_pango_context_get());
|
34
34
|
} else {
|
35
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
36
35
|
ret = GOBJ2RVAL(gdk_pango_context_get_for_screen(GDK_SCREEN(RVAL2GOBJ(screen))));
|
37
|
-
#else
|
38
|
-
rb_warn("Gdk::Pango.context_get: Not supported arguments in GTK+-2.0.x.");
|
39
|
-
ret = GOBJ2RVAL(gdk_pango_context_get());
|
40
|
-
#endif
|
41
36
|
}
|
42
37
|
return ret;
|
43
38
|
}
|
@@ -21,8 +21,6 @@
|
|
21
21
|
|
22
22
|
#include "global.h"
|
23
23
|
|
24
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
25
|
-
|
26
24
|
#define RG_TARGET_NAMESPACE cPangoRenderer
|
27
25
|
#define _SELF(s) (GDK_PANGO_RENDERER(RVAL2GOBJ(s)))
|
28
26
|
|
@@ -127,12 +125,9 @@ rg_set_override_color(G_GNUC_UNUSED VALUE self,
|
|
127
125
|
}
|
128
126
|
#endif
|
129
127
|
|
130
|
-
#endif
|
131
|
-
|
132
128
|
void
|
133
129
|
Init_gtk_gdk_pangorenderer(VALUE mGdk)
|
134
130
|
{
|
135
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
136
131
|
VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GDK_TYPE_PANGO_RENDERER, "PangoRenderer", mGdk);
|
137
132
|
|
138
133
|
RG_DEF_METHOD(initialize, -1);
|
@@ -145,5 +140,4 @@ Init_gtk_gdk_pangorenderer(VALUE mGdk)
|
|
145
140
|
RG_DEF_SMETHOD(default, 0);
|
146
141
|
|
147
142
|
G_DEF_SETTERS(RG_TARGET_NAMESPACE);
|
148
|
-
#endif
|
149
143
|
}
|
data/ext/gtk2/rbgdkpixbuf.c
CHANGED
@@ -40,10 +40,7 @@ rg_render_to_drawable(int argc, VALUE *argv, VALUE self)
|
|
40
40
|
{
|
41
41
|
VALUE gc, src_x, src_y, dest_x, dest_y, width, height,
|
42
42
|
dither, x_dither, y_dither;
|
43
|
-
|
44
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
45
43
|
rb_warn("Gdk::Pixbuf#render_to_drawable is obsolete. Use Gdk::Drawable#draw_pixbuf instead.");
|
46
|
-
#endif
|
47
44
|
|
48
45
|
rb_scan_args(argc, argv, "73", &gc, &src_x, &src_y, &dest_x, &dest_y,
|
49
46
|
&width, &height, &dither, &x_dither, &y_dither);
|
data/ext/gtk2/rbgdkpixmap.c
CHANGED
@@ -166,25 +166,15 @@ rg_s_foreign_new(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
166
166
|
win = gdk_pixmap_foreign_new(RVAL2GDKNATIVEWINDOW(arg[0]));
|
167
167
|
break;
|
168
168
|
case 2:
|
169
|
-
|
170
|
-
|
171
|
-
RVAL2GDKNATIVEWINDOW(arg[1]));
|
172
|
-
#else
|
173
|
-
win = gdk_pixmap_foreign_new(RVAL2GDKNATIVEWINDOW(arg[1]));
|
174
|
-
rb_warn("Not supported. Use GTK+-2.2.0 or later.");
|
175
|
-
#endif
|
169
|
+
win = gdk_pixmap_foreign_new_for_display(GDK_DISPLAY_OBJECT(RVAL2GOBJ(arg[0])),
|
170
|
+
RVAL2GDKNATIVEWINDOW(arg[1]));
|
176
171
|
break;
|
177
172
|
case 5:
|
178
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
179
173
|
win = gdk_pixmap_foreign_new_for_screen(GDK_SCREEN(RVAL2GOBJ(arg[0])),
|
180
174
|
RVAL2GDKNATIVEWINDOW(arg[1]), /* anid */
|
181
175
|
NUM2INT(arg[2]), /* width */
|
182
176
|
NUM2INT(arg[3]), /* height */
|
183
177
|
NUM2INT(arg[4])); /* depth */
|
184
|
-
#else
|
185
|
-
win = gdk_pixmap_foreign_new(NUM2UINT(arg[1]));
|
186
|
-
rb_warn("Not supported. GTK+-2.10.0 or later.");
|
187
|
-
#endif
|
188
178
|
break;
|
189
179
|
default:
|
190
180
|
break;
|
@@ -206,12 +196,7 @@ rg_s_lookup(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
206
196
|
win = gdk_pixmap_lookup(RVAL2GDKNATIVEWINDOW(arg[0]));
|
207
197
|
break;
|
208
198
|
case 2:
|
209
|
-
|
210
|
-
win = gdk_pixmap_lookup_for_display(RVAL2GOBJ(arg[0]), RVAL2GDKNATIVEWINDOW(arg[1]));
|
211
|
-
#else
|
212
|
-
win = gdk_pixmap_lookup(RVAL2GDKNATIVEWINDOW(arg[1]));
|
213
|
-
rb_warn("Not supported in GTK+-2.0.x.");
|
214
|
-
#endif
|
199
|
+
win = gdk_pixmap_lookup_for_display(RVAL2GOBJ(arg[0]), RVAL2GDKNATIVEWINDOW(arg[1]));
|
215
200
|
break;
|
216
201
|
default:
|
217
202
|
break;
|
data/ext/gtk2/rbgdkproperty.c
CHANGED
@@ -43,7 +43,6 @@ rg_m_text_property_to_text_list(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
43
43
|
(const guchar*)RVAL2CSTR(text),
|
44
44
|
RSTRING_LEN(text), &list);
|
45
45
|
} else {
|
46
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
47
46
|
VALUE display, encoding, format, text;
|
48
47
|
rb_scan_args(argc, argv, "40", &display, &encoding, &format, &text);
|
49
48
|
StringValue(text);
|
@@ -54,15 +53,6 @@ rg_m_text_property_to_text_list(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
54
53
|
(const guchar*)RVAL2CSTR(text),
|
55
54
|
RSTRING_LEN(text),
|
56
55
|
&list);
|
57
|
-
#else
|
58
|
-
VALUE encoding, format, text;
|
59
|
-
rb_scan_args(argc, argv, "30", &encoding, &format, &text);
|
60
|
-
rb_warn("Gdk::Property.text_property_to_text_list: Not supported arguments in GTK+-2.0.x.");
|
61
|
-
num = gdk_text_property_to_text_list(RVAL2ATOM(encoding),
|
62
|
-
NUM2INT(format),
|
63
|
-
(const guchar*)RVAL2CSTR(text),
|
64
|
-
RSTRING_LEN(text), &list);
|
65
|
-
#endif
|
66
56
|
}
|
67
57
|
|
68
58
|
ret = rb_ary_new2(num);
|
@@ -90,7 +80,6 @@ rg_m_text_property_to_utf8_list(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
90
80
|
(const guchar*)RVAL2CSTR(text),
|
91
81
|
RSTRING_LEN(text), &list);
|
92
82
|
} else {
|
93
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
94
83
|
VALUE display, encoding, format, text;
|
95
84
|
rb_scan_args(argc, argv, "40", &display, &encoding, &format, &text);
|
96
85
|
StringValue(text);
|
@@ -101,17 +90,6 @@ rg_m_text_property_to_utf8_list(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
101
90
|
(const guchar*)RVAL2CSTR(text),
|
102
91
|
RSTRING_LEN(text),
|
103
92
|
&list);
|
104
|
-
#else
|
105
|
-
VALUE encoding, format, text;
|
106
|
-
rb_scan_args(argc, argv, "30", &encoding, &format, &text);
|
107
|
-
StringValue(text);
|
108
|
-
|
109
|
-
rb_warn("Gdk::Property.text_property_to_utf8_list: Not supported arguments in GTK+-2.0.x.");
|
110
|
-
num = gdk_text_property_to_utf8_list(RVAL2ATOM(encoding),
|
111
|
-
NUM2INT(format),
|
112
|
-
(const guchar*)RVAL2CSTR(text),
|
113
|
-
RSTRING_LEN(text), &list);
|
114
|
-
#endif
|
115
93
|
}
|
116
94
|
|
117
95
|
ret = rb_ary_new2(num);
|
@@ -138,7 +116,6 @@ rg_m_string_to_compound_text(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
138
116
|
&encoding, &format,
|
139
117
|
&ctext, &length);
|
140
118
|
} else {
|
141
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
142
119
|
VALUE display, str;
|
143
120
|
|
144
121
|
rb_scan_args(argc, argv, "20", &display, &str);
|
@@ -146,14 +123,6 @@ rg_m_string_to_compound_text(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
146
123
|
RVAL2CSTR(str),
|
147
124
|
&encoding, &format,
|
148
125
|
&ctext, &length);
|
149
|
-
#else
|
150
|
-
VALUE str;
|
151
|
-
rb_scan_args(argc, argv, "10", &str);
|
152
|
-
rb_warn("Gdk::Property.string_to_compound_text: Not supported arguments in GTK+-2.0.x.");
|
153
|
-
num = gdk_string_to_compound_text(RVAL2CSTR(str),
|
154
|
-
&encoding, &format,
|
155
|
-
&ctext, &length);
|
156
|
-
#endif
|
157
126
|
}
|
158
127
|
|
159
128
|
if (num == 0){
|
@@ -190,7 +159,6 @@ rg_m_utf8_to_compound_text(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
190
159
|
&encoding, &format,
|
191
160
|
&ctext, &length);
|
192
161
|
} else {
|
193
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
194
162
|
VALUE display, str;
|
195
163
|
|
196
164
|
rb_scan_args(argc, argv, "20", &display, &str);
|
@@ -198,15 +166,6 @@ rg_m_utf8_to_compound_text(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
198
166
|
RVAL2CSTR(str),
|
199
167
|
&encoding, &format,
|
200
168
|
&ctext, &length);
|
201
|
-
#else
|
202
|
-
VALUE str;
|
203
|
-
rb_scan_args(argc, argv, "10", &str);
|
204
|
-
|
205
|
-
rb_warn("Gdk::Property.utf8_to_compound_text: Not supported arguments in GTK+-2.0.x.");
|
206
|
-
ret = gdk_utf8_to_compound_text(RVAL2CSTR(str),
|
207
|
-
&encoding, &format,
|
208
|
-
&ctext, &length);
|
209
|
-
#endif
|
210
169
|
}
|
211
170
|
|
212
171
|
if (ret){
|
data/ext/gtk2/rbgdkscreen.c
CHANGED
@@ -25,8 +25,6 @@
|
|
25
25
|
#include <rb_cairo.h>
|
26
26
|
#endif
|
27
27
|
|
28
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
29
|
-
|
30
28
|
#define RG_TARGET_NAMESPACE cScreen
|
31
29
|
#define _SELF(i) GDK_SCREEN(RVAL2GOBJ(i))
|
32
30
|
|
@@ -76,7 +74,6 @@ rg_rgb_visual(VALUE self)
|
|
76
74
|
return GOBJ2RVAL(gdk_screen_get_rgb_visual(_SELF(self)));
|
77
75
|
}
|
78
76
|
|
79
|
-
#if GTK_CHECK_VERSION(2,8,0)
|
80
77
|
static VALUE
|
81
78
|
rg_rgba_colormap(VALUE self)
|
82
79
|
{
|
@@ -88,15 +85,12 @@ rg_rgba_visual(VALUE self)
|
|
88
85
|
{
|
89
86
|
return GOBJ2RVAL(gdk_screen_get_rgba_visual(_SELF(self)));
|
90
87
|
}
|
91
|
-
#endif
|
92
88
|
|
93
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
94
89
|
static VALUE
|
95
90
|
rg_composited_p(VALUE self)
|
96
91
|
{
|
97
92
|
return CBOOL2RVAL(gdk_screen_is_composited(_SELF(self)));
|
98
93
|
}
|
99
|
-
#endif
|
100
94
|
|
101
95
|
static VALUE
|
102
96
|
rg_root_window(VALUE self)
|
@@ -222,7 +216,6 @@ rg_get_setting(int argc, VALUE *argv, VALUE self)
|
|
222
216
|
return value;
|
223
217
|
}
|
224
218
|
|
225
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
226
219
|
#ifdef HAVE_RB_CAIRO_H
|
227
220
|
static VALUE
|
228
221
|
gdkscreen_get_font_options(VALUE self)
|
@@ -258,9 +251,7 @@ rg_window_stack(VALUE self)
|
|
258
251
|
g_list_free(list);
|
259
252
|
return ary;
|
260
253
|
}
|
261
|
-
#endif
|
262
254
|
|
263
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
264
255
|
static void
|
265
256
|
child_setup(gpointer func)
|
266
257
|
{
|
@@ -346,7 +337,6 @@ rg_spawn_command_line_on_screen(G_GNUC_UNUSED VALUE self, VALUE command_line)
|
|
346
337
|
|
347
338
|
return ret;
|
348
339
|
}
|
349
|
-
#endif
|
350
340
|
|
351
341
|
/* From X Window System Interaction */
|
352
342
|
#ifdef GDK_WINDOWING_X11
|
@@ -375,12 +365,9 @@ rg_screen_number(VALUE self)
|
|
375
365
|
}
|
376
366
|
#endif
|
377
367
|
|
378
|
-
#endif
|
379
|
-
|
380
368
|
void
|
381
369
|
Init_gtk_gdk_screen(VALUE mGdk)
|
382
370
|
{
|
383
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
384
371
|
VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GDK_TYPE_SCREEN, "Screen", mGdk);
|
385
372
|
|
386
373
|
id_new = rb_intern("new");
|
@@ -393,13 +380,9 @@ Init_gtk_gdk_screen(VALUE mGdk)
|
|
393
380
|
RG_DEF_METHOD(system_visual, 0);
|
394
381
|
RG_DEF_METHOD(rgb_colormap, 0);
|
395
382
|
RG_DEF_METHOD(rgb_visual, 0);
|
396
|
-
#if GTK_CHECK_VERSION(2,8,0)
|
397
383
|
RG_DEF_METHOD(rgba_colormap, 0);
|
398
384
|
RG_DEF_METHOD(rgba_visual, 0);
|
399
|
-
#endif
|
400
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
401
385
|
RG_DEF_METHOD_P(composited, 0);
|
402
|
-
#endif
|
403
386
|
RG_DEF_METHOD(root_window, 0);
|
404
387
|
RG_DEF_METHOD(display, 0);
|
405
388
|
RG_DEF_METHOD(number, 0);
|
@@ -415,20 +398,16 @@ Init_gtk_gdk_screen(VALUE mGdk)
|
|
415
398
|
RG_DEF_METHOD(get_monitor, -1);
|
416
399
|
RG_DEF_METHOD(broadcast_client_message, 1);
|
417
400
|
RG_DEF_METHOD(get_setting, -1);
|
418
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
419
401
|
#ifdef HAVE_RB_CAIRO_H
|
420
402
|
G_REPLACE_GET_PROPERTY(RG_TARGET_NAMESPACE, "font_options", gdkscreen_get_font_options, 0);
|
421
403
|
G_REPLACE_SET_PROPERTY(RG_TARGET_NAMESPACE, "font_options", gdkscreen_set_font_options, 1);
|
422
404
|
#endif
|
423
405
|
RG_DEF_METHOD(active_window, 0);
|
424
406
|
RG_DEF_METHOD(window_stack, 0);
|
425
|
-
#endif
|
426
407
|
|
427
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
428
408
|
RG_DEF_METHOD(spawn_on_screen, 4);
|
429
409
|
RG_DEF_METHOD(spawn_on_screen_with_pipes, 4);
|
430
410
|
RG_DEF_METHOD(spawn_command_line_on_screen, 1);
|
431
|
-
#endif
|
432
411
|
|
433
412
|
#ifdef GDK_WINDOWING_X11
|
434
413
|
RG_DEF_METHOD(xnumber, 0);
|
@@ -440,5 +419,4 @@ Init_gtk_gdk_screen(VALUE mGdk)
|
|
440
419
|
#ifdef GDK_WINDOWING_X11
|
441
420
|
G_DEF_CLASS3("GdkScreenX11", "ScreenX11", mGdk);
|
442
421
|
#endif
|
443
|
-
#endif
|
444
422
|
}
|
data/ext/gtk2/rbgdkselection.c
CHANGED
@@ -36,17 +36,12 @@ rg_m_owner_set(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
36
36
|
RVAL2ATOM(selection),
|
37
37
|
NUM2UINT(time), RVAL2CBOOL(send_event));
|
38
38
|
} else {
|
39
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
40
39
|
VALUE display = Qnil;
|
41
40
|
rb_scan_args(argc, argv, "50", &display, &owner, &selection, &time, &send_event);
|
42
41
|
ret = gdk_selection_owner_set_for_display(GDK_DISPLAY_OBJECT(RVAL2GOBJ(display)),
|
43
42
|
GDK_WINDOW(RVAL2GOBJ(owner)),
|
44
43
|
RVAL2ATOM(selection),
|
45
44
|
NUM2UINT(time), RVAL2CBOOL(send_event));
|
46
|
-
#else
|
47
|
-
rb_raise(rb_eArgError, "Wrong number of arguments: %d", argc);
|
48
|
-
#endif
|
49
|
-
|
50
45
|
}
|
51
46
|
return CBOOL2RVAL(ret);
|
52
47
|
}
|
@@ -60,14 +55,10 @@ rg_m_owner_get(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
60
55
|
rb_scan_args(argc, argv, "10", &selection);
|
61
56
|
return GOBJ2RVAL(gdk_selection_owner_get(RVAL2ATOM(selection)));
|
62
57
|
} else {
|
63
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
64
58
|
VALUE display = Qnil;
|
65
59
|
rb_scan_args(argc, argv, "20", &display, &selection);
|
66
60
|
return GOBJ2RVAL(gdk_selection_owner_get_for_display(GDK_DISPLAY_OBJECT(RVAL2GOBJ(display)),
|
67
61
|
RVAL2ATOM(selection)));
|
68
|
-
#else
|
69
|
-
rb_raise(rb_eArgError, "Wrong number of arguments: %d", argc);
|
70
|
-
#endif
|
71
62
|
}
|
72
63
|
}
|
73
64
|
|
@@ -109,7 +100,6 @@ rg_m_send_notify(int argc, VALUE *argv, VALUE self)
|
|
109
100
|
NIL_P(property) ? GDK_NONE : RVAL2ATOM(property),
|
110
101
|
NUM2INT(time));
|
111
102
|
} else {
|
112
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
113
103
|
VALUE display = Qnil;
|
114
104
|
rb_scan_args(argc, argv, "60", &display, &requestor, &selection, &target, &property, &time);
|
115
105
|
gdk_selection_send_notify_for_display(GDK_DISPLAY_OBJECT(RVAL2GOBJ(display)),
|
@@ -117,9 +107,6 @@ rg_m_send_notify(int argc, VALUE *argv, VALUE self)
|
|
117
107
|
RVAL2ATOM(target),
|
118
108
|
NIL_P(property) ? GDK_NONE : RVAL2ATOM(property),
|
119
109
|
NUM2INT(time));
|
120
|
-
#else
|
121
|
-
rb_raise(rb_eArgError, "Wrong number of arguments: %d", argc);
|
122
|
-
#endif
|
123
110
|
}
|
124
111
|
return self;
|
125
112
|
}
|
data/ext/gtk2/rbgdkvisual.c
CHANGED
@@ -117,13 +117,11 @@ rg_s_best_with_both(G_GNUC_UNUSED VALUE self, VALUE depth, VALUE type)
|
|
117
117
|
(GdkVisualType)RVAL2GENUM(type, GDK_TYPE_VISUAL_TYPE)));
|
118
118
|
}
|
119
119
|
|
120
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
121
120
|
static VALUE
|
122
121
|
rg_screen(VALUE self)
|
123
122
|
{
|
124
123
|
return GOBJ2RVAL(gdk_visual_get_screen(_SELF(self)));
|
125
124
|
}
|
126
|
-
#endif
|
127
125
|
|
128
126
|
/* Structure accessors */
|
129
127
|
static VALUE
|
@@ -228,9 +226,7 @@ Init_gtk_gdk_visual(VALUE mGdk)
|
|
228
226
|
RG_DEF_SMETHOD(best_with_both, 2);
|
229
227
|
|
230
228
|
/* instance methods */
|
231
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
232
229
|
RG_DEF_METHOD(screen, 0);
|
233
|
-
#endif
|
234
230
|
RG_DEF_METHOD(visual_type, 0);
|
235
231
|
RG_DEF_METHOD(depth, 0);
|
236
232
|
RG_DEF_METHOD(byte_order, 0);
|
data/ext/gtk2/rbgdkwindow.c
CHANGED
@@ -149,7 +149,6 @@ rg_unmaximize(VALUE self)
|
|
149
149
|
gdk_window_unmaximize(_SELF(self));
|
150
150
|
return self;
|
151
151
|
}
|
152
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
153
152
|
static VALUE
|
154
153
|
rg_fullscreen(VALUE self)
|
155
154
|
{
|
@@ -163,8 +162,6 @@ rg_unfullscreen(VALUE self)
|
|
163
162
|
gdk_window_unfullscreen(_SELF(self));
|
164
163
|
return self;
|
165
164
|
}
|
166
|
-
#endif
|
167
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
168
165
|
static VALUE
|
169
166
|
rg_set_keep_above(VALUE self, VALUE setting)
|
170
167
|
{
|
@@ -178,7 +175,6 @@ rg_set_keep_below(VALUE self, VALUE setting)
|
|
178
175
|
gdk_window_set_keep_below(_SELF(self), RVAL2CBOOL(setting));
|
179
176
|
return self;
|
180
177
|
}
|
181
|
-
#endif
|
182
178
|
|
183
179
|
static VALUE
|
184
180
|
rg_move(VALUE self, VALUE x, VALUE y)
|
@@ -208,7 +204,6 @@ rg_scroll(VALUE self, VALUE dx, VALUE dy)
|
|
208
204
|
return self;
|
209
205
|
}
|
210
206
|
|
211
|
-
#if GTK_CHECK_VERSION(2,8,0)
|
212
207
|
static VALUE
|
213
208
|
rg_move_region(VALUE self, VALUE region, VALUE dx, VALUE dy)
|
214
209
|
{
|
@@ -218,7 +213,6 @@ rg_move_region(VALUE self, VALUE region, VALUE dx, VALUE dy)
|
|
218
213
|
NUM2INT(dy));
|
219
214
|
return self;
|
220
215
|
}
|
221
|
-
#endif
|
222
216
|
|
223
217
|
static VALUE
|
224
218
|
rg_reparent(VALUE self, VALUE new_parent, VALUE x, VALUE y)
|
@@ -430,7 +424,6 @@ rg_internal_paint_info(VALUE self)
|
|
430
424
|
INT2NUM(x_offset), INT2NUM(y_offset));
|
431
425
|
}
|
432
426
|
|
433
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
434
427
|
static VALUE
|
435
428
|
rg_configure_finished(VALUE self)
|
436
429
|
{
|
@@ -448,7 +441,6 @@ rg_enable_synchronized_configure(VALUE self)
|
|
448
441
|
}
|
449
442
|
return self;
|
450
443
|
}
|
451
|
-
#endif
|
452
444
|
|
453
445
|
static VALUE
|
454
446
|
rg_set_user_data(VALUE self, VALUE user_data)
|
@@ -465,23 +457,19 @@ rg_set_override_redirect(VALUE self, VALUE override_redirect)
|
|
465
457
|
return self;
|
466
458
|
}
|
467
459
|
|
468
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
469
460
|
static VALUE
|
470
461
|
rg_set_accept_focus(VALUE self, VALUE accept_focus)
|
471
462
|
{
|
472
463
|
gdk_window_set_accept_focus(_SELF(self), RVAL2CBOOL(accept_focus));
|
473
464
|
return self;
|
474
465
|
}
|
475
|
-
#endif
|
476
466
|
|
477
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
478
467
|
static VALUE
|
479
468
|
rg_set_focus_on_map(VALUE self, VALUE focus_on_map)
|
480
469
|
{
|
481
470
|
gdk_window_set_focus_on_map(_SELF(self), RVAL2CBOOL(focus_on_map));
|
482
471
|
return self;
|
483
472
|
}
|
484
|
-
#endif
|
485
473
|
|
486
474
|
/* GdkXEvent is not implemented.
|
487
475
|
void gdk_window_add_filter (GdkWindow *window,
|
@@ -527,7 +515,6 @@ rg_merge_child_shapes(VALUE self)
|
|
527
515
|
return self;
|
528
516
|
}
|
529
517
|
|
530
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
531
518
|
static VALUE
|
532
519
|
rg_input_shape_combine_mask(VALUE self, VALUE mask, VALUE x, VALUE y)
|
533
520
|
{
|
@@ -561,8 +548,6 @@ rg_merge_child_input_shapes(VALUE self)
|
|
561
548
|
return self;
|
562
549
|
}
|
563
550
|
|
564
|
-
#endif
|
565
|
-
|
566
551
|
static VALUE
|
567
552
|
rg_set_static_gravities(VALUE self, VALUE use_static)
|
568
553
|
{
|
@@ -597,7 +582,6 @@ rg_set_back_pixmap(VALUE self, VALUE pixmap, VALUE parent_relative)
|
|
597
582
|
return self;
|
598
583
|
}
|
599
584
|
|
600
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
601
585
|
static VALUE
|
602
586
|
rg_set_cursor(VALUE self, VALUE cursor)
|
603
587
|
{
|
@@ -605,7 +589,6 @@ rg_set_cursor(VALUE self, VALUE cursor)
|
|
605
589
|
RVAL2BOXED(cursor, GDK_TYPE_CURSOR));
|
606
590
|
return self;
|
607
591
|
}
|
608
|
-
#endif
|
609
592
|
|
610
593
|
static VALUE
|
611
594
|
rg_user_data(VALUE self)
|
@@ -660,15 +643,12 @@ rg_set_type_hint(VALUE self, VALUE hint)
|
|
660
643
|
return self;
|
661
644
|
}
|
662
645
|
|
663
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
664
646
|
static VALUE
|
665
647
|
rg_type_hint(VALUE self)
|
666
648
|
{
|
667
649
|
return GENUM2RVAL(gdk_window_get_type_hint(_SELF(self)), GDK_TYPE_WINDOW_TYPE_HINT);
|
668
650
|
}
|
669
|
-
#endif
|
670
651
|
|
671
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
672
652
|
static VALUE
|
673
653
|
rg_set_skip_taskbar_hint(VALUE self, VALUE hint)
|
674
654
|
{
|
@@ -682,16 +662,13 @@ rg_set_skip_pager_hint(VALUE self, VALUE hint)
|
|
682
662
|
gdk_window_set_skip_pager_hint(_SELF(self), RVAL2CBOOL(hint));
|
683
663
|
return self;
|
684
664
|
}
|
685
|
-
#endif
|
686
665
|
|
687
|
-
#if GTK_CHECK_VERSION(2,8,0)
|
688
666
|
static VALUE
|
689
667
|
rg_set_urgency_hint(VALUE self, VALUE hint)
|
690
668
|
{
|
691
669
|
gdk_window_set_urgency_hint(_SELF(self), RVAL2CBOOL(hint));
|
692
670
|
return self;
|
693
671
|
}
|
694
|
-
#endif
|
695
672
|
|
696
673
|
static VALUE
|
697
674
|
rg_position(VALUE self)
|
@@ -809,13 +786,11 @@ rg_set_group(VALUE self, VALUE leader)
|
|
809
786
|
return self;
|
810
787
|
}
|
811
788
|
|
812
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
813
789
|
static VALUE
|
814
790
|
rg_group(VALUE self)
|
815
791
|
{
|
816
792
|
return GOBJ2RVAL(gdk_window_get_group(_SELF(self)));
|
817
793
|
}
|
818
|
-
#endif
|
819
794
|
|
820
795
|
static VALUE
|
821
796
|
rg_set_decorations(VALUE self, VALUE decor)
|
@@ -893,13 +868,8 @@ rg_s_foreign_new(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
893
868
|
win = gdk_window_foreign_new(RVAL2GDKNATIVEWINDOW(arg[0]));
|
894
869
|
break;
|
895
870
|
case 2:
|
896
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
897
871
|
win = gdk_window_foreign_new_for_display(RVAL2GOBJ(arg[0]),
|
898
|
-
RVAL2GDKNATIVEWINDOW(arg[1]));
|
899
|
-
#else
|
900
|
-
win = gdk_window_foreign_new(NUM2UINT(arg[1]));
|
901
|
-
rb_warn("Not supported in GTK+-2.0.x.");
|
902
|
-
#endif
|
872
|
+
RVAL2GDKNATIVEWINDOW(arg[1]));
|
903
873
|
break;
|
904
874
|
default:
|
905
875
|
break;
|
@@ -925,12 +895,7 @@ rg_s_lookup(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self)
|
|
925
895
|
win = gdk_window_lookup(RVAL2GDKNATIVEWINDOW(arg[0]));
|
926
896
|
break;
|
927
897
|
case 2:
|
928
|
-
|
929
|
-
win = gdk_window_lookup_for_display(RVAL2GOBJ(arg[0]), RVAL2GDKNATIVEWINDOW(arg[1]));
|
930
|
-
#else
|
931
|
-
win = gdk_window_lookup(NUM2UINT(arg[1]));
|
932
|
-
rb_warn("Not supported in GTK+-2.0.x.");
|
933
|
-
#endif
|
898
|
+
win = gdk_window_lookup_for_display(RVAL2GOBJ(arg[0]), RVAL2GDKNATIVEWINDOW(arg[1]));
|
934
899
|
break;
|
935
900
|
default:
|
936
901
|
break;
|
@@ -949,16 +914,13 @@ rg_server_time(VALUE self)
|
|
949
914
|
return UINT2NUM(gdk_x11_get_server_time(_SELF(self)));
|
950
915
|
}
|
951
916
|
|
952
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
953
917
|
static VALUE
|
954
918
|
rg_set_user_time(VALUE self, VALUE time)
|
955
919
|
{
|
956
920
|
gdk_x11_window_set_user_time(_SELF(self), NUM2UINT(time));
|
957
921
|
return Qnil;
|
958
922
|
}
|
959
|
-
#endif
|
960
923
|
|
961
|
-
#if GTK_CHECK_VERSION(2,8,0)
|
962
924
|
static VALUE
|
963
925
|
rg_move_to_current_desktop(VALUE self)
|
964
926
|
{
|
@@ -967,8 +929,6 @@ rg_move_to_current_desktop(VALUE self)
|
|
967
929
|
}
|
968
930
|
#endif
|
969
931
|
|
970
|
-
#endif
|
971
|
-
|
972
932
|
void
|
973
933
|
Init_gtk_gdk_window(VALUE mGdk)
|
974
934
|
{
|
@@ -997,21 +957,15 @@ Init_gtk_gdk_window(VALUE mGdk)
|
|
997
957
|
RG_DEF_METHOD(unstick, 0);
|
998
958
|
RG_DEF_METHOD(maximize, 0);
|
999
959
|
RG_DEF_METHOD(unmaximize, 0);
|
1000
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
1001
960
|
RG_DEF_METHOD(fullscreen, 0);
|
1002
961
|
RG_DEF_METHOD(unfullscreen, 0);
|
1003
|
-
#endif
|
1004
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
1005
962
|
RG_DEF_METHOD(set_keep_above, 1);
|
1006
963
|
RG_DEF_METHOD(set_keep_below, 1);
|
1007
|
-
#endif
|
1008
964
|
RG_DEF_METHOD(move, 2);
|
1009
965
|
RG_DEF_METHOD(resize, 2);
|
1010
966
|
RG_DEF_METHOD(move_resize, 4);
|
1011
967
|
RG_DEF_METHOD(scroll, 2);
|
1012
|
-
#if GTK_CHECK_VERSION(2,8,0)
|
1013
968
|
RG_DEF_METHOD(move_region, 3);
|
1014
|
-
#endif
|
1015
969
|
RG_DEF_METHOD(reparent, 3);
|
1016
970
|
RG_DEF_METHOD(clear, 0);
|
1017
971
|
RG_DEF_METHOD(clear_area, -1);
|
@@ -1033,52 +987,35 @@ Init_gtk_gdk_window(VALUE mGdk)
|
|
1033
987
|
RG_DEF_METHOD(thaw_updates, 0);
|
1034
988
|
RG_DEF_METHOD(process_updates, 1);
|
1035
989
|
RG_DEF_METHOD(internal_paint_info, 0);
|
1036
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
1037
990
|
RG_DEF_METHOD(configure_finished, 0);
|
1038
991
|
RG_DEF_METHOD(enable_synchronized_configure, 0);
|
1039
|
-
#endif
|
1040
992
|
RG_DEF_METHOD(set_user_data, 1);
|
1041
993
|
RG_DEF_METHOD(set_override_redirect, 1);
|
1042
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
1043
994
|
RG_DEF_METHOD(set_accept_focus, 1);
|
1044
|
-
#endif
|
1045
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
1046
995
|
RG_DEF_METHOD(set_focus_on_map, 1);
|
1047
|
-
#endif
|
1048
996
|
RG_DEF_METHOD(shape_combine_mask, 3);
|
1049
997
|
RG_DEF_METHOD(shape_combine_region, 3);
|
1050
998
|
RG_DEF_METHOD(set_child_shapes, 0);
|
1051
999
|
RG_DEF_METHOD(merge_child_shapes, 0);
|
1052
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
1053
1000
|
RG_DEF_METHOD(input_shape_combine_mask, 3);
|
1054
1001
|
RG_DEF_METHOD(input_shape_combine_region, 3);
|
1055
1002
|
RG_DEF_METHOD(set_child_input_shapes, 0);
|
1056
1003
|
RG_DEF_METHOD(merge_child_input_shapes, 0);
|
1057
|
-
#endif
|
1058
1004
|
RG_DEF_METHOD(set_static_gravities, 1);
|
1059
1005
|
RG_DEF_METHOD(set_title, 1);
|
1060
1006
|
RG_DEF_METHOD(set_background, 1);
|
1061
1007
|
RG_DEF_METHOD(set_back_pixmap, 2);
|
1062
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
1063
1008
|
RG_DEF_METHOD(set_cursor, 1);
|
1064
|
-
#endif
|
1065
1009
|
RG_DEF_METHOD(user_data, 0);
|
1066
1010
|
RG_DEF_METHOD(geometry, 0);
|
1067
1011
|
RG_DEF_METHOD(set_geometry_hints, 2);
|
1068
1012
|
RG_DEF_METHOD(set_icon_list, 1);
|
1069
1013
|
RG_DEF_METHOD(set_modal_hint, 1);
|
1070
1014
|
RG_DEF_METHOD(set_type_hint, 1);
|
1071
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
1072
1015
|
RG_DEF_METHOD(type_hint, 0);
|
1073
|
-
#endif
|
1074
|
-
|
1075
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
1076
1016
|
RG_DEF_METHOD(set_skip_taskbar_hint, 1);
|
1077
1017
|
RG_DEF_METHOD(set_skip_pager_hint, 1);
|
1078
|
-
#endif
|
1079
|
-
#if GTK_CHECK_VERSION(2,8,0)
|
1080
1018
|
RG_DEF_METHOD(set_urgency_hint, 1);
|
1081
|
-
#endif
|
1082
1019
|
RG_DEF_METHOD(position, 0);
|
1083
1020
|
RG_DEF_METHOD(root_origin, 0);
|
1084
1021
|
RG_DEF_METHOD(frame_extents, 0);
|
@@ -1095,9 +1032,7 @@ Init_gtk_gdk_window(VALUE mGdk)
|
|
1095
1032
|
RG_DEF_METHOD(set_transient_for, 1);
|
1096
1033
|
RG_DEF_METHOD(set_role, 1);
|
1097
1034
|
RG_DEF_METHOD(set_group, 1);
|
1098
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
1099
1035
|
RG_DEF_METHOD(group, 0);
|
1100
|
-
#endif
|
1101
1036
|
RG_DEF_METHOD(set_decorations, 1);
|
1102
1037
|
RG_DEF_METHOD(decorations, 0);
|
1103
1038
|
RG_DEF_METHOD(set_functions, 1);
|
@@ -1162,12 +1097,8 @@ Init_gtk_gdk_window(VALUE mGdk)
|
|
1162
1097
|
#ifdef GDK_WINDOWING_X11
|
1163
1098
|
RG_DEF_METHOD(server_time, 0);
|
1164
1099
|
|
1165
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
1166
1100
|
RG_DEF_METHOD(set_user_time, 1);
|
1167
|
-
#endif
|
1168
|
-
#if GTK_CHECK_VERSION(2,8,0)
|
1169
1101
|
RG_DEF_METHOD(move_to_current_desktop, 0);
|
1170
|
-
#endif
|
1171
1102
|
|
1172
1103
|
G_DEF_CLASS3("GdkWindowImplX11", "WindowImplX11", mGdk);
|
1173
1104
|
#elif defined(GDK_WINDOWING_WIN32)
|