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/rbgdkx11.c
CHANGED
@@ -103,12 +103,7 @@ rg_m_xid_table_lookup(int argc, VALUE *argv, VALUE self)
|
|
103
103
|
win = gdk_xid_table_lookup(NUM2UINT(arg[0]));
|
104
104
|
break;
|
105
105
|
case 2:
|
106
|
-
|
107
|
-
win = gdk_xid_table_lookup_for_display(RVAL2GOBJ(arg[0]), NUM2UINT(arg[1]));
|
108
|
-
#else
|
109
|
-
win = gdk_xid_table_lookup(NUM2UINT(arg[1]));
|
110
|
-
rb_warn("Not supported in GTK+-2.0.x.");
|
111
|
-
#endif
|
106
|
+
win = gdk_xid_table_lookup_for_display(RVAL2GOBJ(arg[0]), NUM2UINT(arg[1]));
|
112
107
|
break;
|
113
108
|
}
|
114
109
|
if (win == NULL)
|
data/ext/gtk2/rbgtkaboutdialog.c
CHANGED
@@ -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 cAboutDialog
|
27
25
|
#define _SELF(self) (GTK_ABOUT_DIALOG(RVAL2GOBJ(self)))
|
28
26
|
|
@@ -125,17 +123,14 @@ rg_s_show(VALUE self, VALUE parent, VALUE props)
|
|
125
123
|
NULL);
|
126
124
|
return self;
|
127
125
|
}
|
128
|
-
#endif
|
129
126
|
|
130
127
|
void
|
131
128
|
Init_gtk_aboutdialog(VALUE mGtk)
|
132
129
|
{
|
133
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
134
130
|
VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GTK_TYPE_ABOUT_DIALOG, "AboutDialog", mGtk);
|
135
131
|
RG_DEF_METHOD(initialize, 0);
|
136
132
|
|
137
133
|
RG_DEF_SMETHOD(set_email_hook, 0);
|
138
134
|
RG_DEF_SMETHOD(set_url_hook, 0);
|
139
135
|
RG_DEF_SMETHOD(show, 2);
|
140
|
-
#endif
|
141
136
|
}
|
data/ext/gtk2/rbgtkaccelerator.c
CHANGED
@@ -46,13 +46,11 @@ rg_s_to_name(G_GNUC_UNUSED VALUE self, VALUE key, VALUE mods)
|
|
46
46
|
return CSTR2RVAL(gtk_accelerator_name(NUM2UINT(key), RVAL2MOD(mods)));
|
47
47
|
}
|
48
48
|
|
49
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
50
49
|
static VALUE
|
51
50
|
rg_s_get_label(G_GNUC_UNUSED VALUE self, VALUE key, VALUE mods)
|
52
51
|
{
|
53
52
|
return CSTR2RVAL(gtk_accelerator_get_label(NUM2UINT(key), RVAL2MOD(mods)));
|
54
53
|
}
|
55
|
-
#endif
|
56
54
|
|
57
55
|
static VALUE
|
58
56
|
rg_s_set_default_mod_mask(VALUE self, VALUE default_mod_mask)
|
@@ -76,9 +74,7 @@ Init_gtk_accelerator(VALUE mGtk)
|
|
76
74
|
RG_DEF_SMETHOD(parse, 1);
|
77
75
|
/* name is reserved by Ruby */
|
78
76
|
RG_DEF_SMETHOD(to_name, 2);
|
79
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
80
77
|
RG_DEF_SMETHOD(get_label, 2);
|
81
|
-
#endif
|
82
78
|
RG_DEF_SMETHOD(set_default_mod_mask, 1);
|
83
79
|
RG_DEF_SMETHOD(default_mod_mask, 0);
|
84
80
|
G_DEF_SETTERS(RG_TARGET_NAMESPACE);
|
data/ext/gtk2/rbgtkaccelgroup.c
CHANGED
@@ -108,7 +108,6 @@ rg_s_from_accel_closure(G_GNUC_UNUSED VALUE self, VALUE closure)
|
|
108
108
|
(GClosure*)RVAL2BOXED(closure, G_TYPE_CLOSURE)));
|
109
109
|
}
|
110
110
|
|
111
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
112
111
|
static gboolean
|
113
112
|
gaccelgrp_find_func(GtkAccelKey *key, GClosure *closure, gpointer func)
|
114
113
|
{
|
@@ -128,9 +127,7 @@ rg_find(VALUE self)
|
|
128
127
|
(gpointer)func);
|
129
128
|
return BOXED2RVAL(result, GTK_TYPE_ACCEL_KEY);
|
130
129
|
}
|
131
|
-
#endif
|
132
130
|
|
133
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
134
131
|
static VALUE
|
135
132
|
rg_activate(VALUE self, VALUE accel_quark, VALUE acceleratable, VALUE accel_key, VALUE accel_mods)
|
136
133
|
{
|
@@ -143,7 +140,6 @@ rg_activate(VALUE self, VALUE accel_quark, VALUE acceleratable, VALUE accel_key,
|
|
143
140
|
return CBOOL2RVAL(gtk_accel_group_activate(_SELF(self), quark, RVAL2GOBJ(acceleratable),
|
144
141
|
NUM2UINT(accel_key), RVAL2MOD(accel_mods)));
|
145
142
|
}
|
146
|
-
#endif
|
147
143
|
|
148
144
|
static VALUE
|
149
145
|
_gaccelgrp_lock_ensure(VALUE self)
|
@@ -193,16 +189,12 @@ Init_gtk_accel_group(VALUE mGtk)
|
|
193
189
|
RG_DEF_SMETHOD(from_object, 1);
|
194
190
|
RG_DEF_SMETHOD(from_accel_closure, 1);
|
195
191
|
RG_DEF_METHOD(initialize, 0);
|
196
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
197
192
|
RG_DEF_METHOD(activate, 4);
|
198
|
-
#endif
|
199
193
|
RG_DEF_METHOD(lock, 0);
|
200
194
|
RG_DEF_METHOD(unlock, 0);
|
201
195
|
RG_DEF_METHOD(connect, -1);
|
202
196
|
RG_DEF_METHOD(disconnect, 1);
|
203
197
|
RG_DEF_METHOD(disconnect_key, 2);
|
204
198
|
RG_DEF_METHOD(query, 2);
|
205
|
-
#if GTK_CHECK_VERSION(2,2,0)
|
206
199
|
RG_DEF_METHOD(find, 0);
|
207
|
-
#endif
|
208
200
|
}
|
data/ext/gtk2/rbgtkaccelmap.c
CHANGED
@@ -105,7 +105,6 @@ void gtk_accel_map_load_fd (gint fd);
|
|
105
105
|
void gtk_accel_map_save_fd (gint fd);
|
106
106
|
*/
|
107
107
|
|
108
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
109
108
|
static VALUE
|
110
109
|
rg_s_get(G_GNUC_UNUSED VALUE self)
|
111
110
|
{
|
@@ -125,12 +124,10 @@ rg_s_unlock_path(VALUE self, VALUE accel_path)
|
|
125
124
|
gtk_accel_map_unlock_path(RVAL2CSTR(accel_path));
|
126
125
|
return self;
|
127
126
|
}
|
128
|
-
#endif
|
129
127
|
|
130
128
|
void
|
131
129
|
Init_gtk_accel_map(VALUE mGtk)
|
132
130
|
{
|
133
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
134
131
|
VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GTK_TYPE_ACCEL_MAP, "AccelMap", mGtk);
|
135
132
|
|
136
133
|
RG_DEF_SMETHOD(add_entry, 3);
|
@@ -144,16 +141,4 @@ Init_gtk_accel_map(VALUE mGtk)
|
|
144
141
|
RG_DEF_SMETHOD(get, 0);
|
145
142
|
RG_DEF_SMETHOD(lock_path, 1);
|
146
143
|
RG_DEF_SMETHOD(unlock_path, 1);
|
147
|
-
#else
|
148
|
-
VALUE mAccelMap = rb_define_module_under(mGtk, "AccelMap");
|
149
|
-
|
150
|
-
rb_define_module_function(mAccelMap, "add_entry", rg_s_add_entry, 3);
|
151
|
-
rb_define_module_function(mAccelMap, "lookup_entry", rg_s_lookup_entry, 1);
|
152
|
-
rb_define_module_function(mAccelMap, "change_entry", rg_s_change_entry, 4);
|
153
|
-
rb_define_module_function(mAccelMap, "load", rg_s_load, 1);
|
154
|
-
rb_define_module_function(mAccelMap, "save", rg_s_save, 1);
|
155
|
-
rb_define_module_function(mAccelMap, "add_filter", rg_s_add_filter, 1);
|
156
|
-
rb_define_module_function(mAccelMap, "each", rg_s_each, 0);
|
157
|
-
rb_define_module_function(mAccelMap, "each_unfilterd", rg_s_each_unfilterd, 0);
|
158
|
-
#endif
|
159
144
|
}
|
data/ext/gtk2/rbgtkaction.c
CHANGED
@@ -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 cAction
|
27
25
|
#define _SELF(self) (GTK_ACTION(RVAL2GOBJ(self)))
|
28
26
|
#define RVAL2WIDGET(w) (GTK_WIDGET(RVAL2GOBJ(w)))
|
@@ -156,21 +154,17 @@ rg_set_accel_group(VALUE self, VALUE accel_group)
|
|
156
154
|
return self;
|
157
155
|
}
|
158
156
|
|
159
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
160
157
|
static VALUE
|
161
158
|
rg_accel_path(VALUE self)
|
162
159
|
{
|
163
160
|
return CSTR2RVAL(gtk_action_get_accel_path(_SELF(self)));
|
164
161
|
}
|
165
|
-
#endif
|
166
162
|
|
167
|
-
#if GTK_CHECK_VERSION(2,8,0)
|
168
163
|
static VALUE
|
169
164
|
rg_accel_closure(VALUE self)
|
170
165
|
{
|
171
166
|
return BOXED2RVAL(gtk_action_get_accel_closure(_SELF(self)), G_TYPE_CLOSURE);
|
172
167
|
}
|
173
|
-
#endif
|
174
168
|
|
175
169
|
static void
|
176
170
|
action_mark(void *p)
|
@@ -186,12 +180,10 @@ action_mark(void *p)
|
|
186
180
|
rbgobj_gc_mark_instance(proxy);
|
187
181
|
}
|
188
182
|
}
|
189
|
-
#endif
|
190
183
|
|
191
184
|
void
|
192
185
|
Init_gtk_action(VALUE mGtk)
|
193
186
|
{
|
194
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
195
187
|
VALUE RG_TARGET_NAMESPACE;
|
196
188
|
|
197
189
|
RG_TARGET_NAMESPACE = G_DEF_CLASS_WITH_GC_FUNC(GTK_TYPE_ACTION, "Action", mGtk,
|
@@ -226,12 +218,6 @@ Init_gtk_action(VALUE mGtk)
|
|
226
218
|
RG_DEF_METHOD(set_accel_group, 1);
|
227
219
|
G_DEF_SETTER(RG_TARGET_NAMESPACE, "accel_group");
|
228
220
|
|
229
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
230
221
|
RG_DEF_METHOD(accel_path, 0);
|
231
|
-
#endif
|
232
|
-
|
233
|
-
#if GTK_CHECK_VERSION(2,8,0)
|
234
222
|
RG_DEF_METHOD(accel_closure, 0);
|
235
|
-
#endif
|
236
|
-
#endif
|
237
223
|
}
|
data/ext/gtk2/rbgtkactiongroup.c
CHANGED
@@ -21,8 +21,6 @@
|
|
21
21
|
|
22
22
|
#include "global.h"
|
23
23
|
|
24
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
25
|
-
|
26
24
|
static ID id_action_procs;
|
27
25
|
static ID id_toggle_action_procs;
|
28
26
|
|
@@ -423,13 +421,11 @@ rg_set_translation_domain(VALUE self, VALUE domain)
|
|
423
421
|
return self;
|
424
422
|
}
|
425
423
|
|
426
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
427
424
|
static VALUE
|
428
425
|
rg_translate_string(VALUE self, VALUE str)
|
429
426
|
{
|
430
427
|
return CSTR2RVAL(gtk_action_group_translate_string(_SELF(self), RVAL2CSTR(str)));
|
431
428
|
}
|
432
|
-
#endif
|
433
429
|
|
434
430
|
static void
|
435
431
|
action_group_mark(void *p)
|
@@ -445,12 +441,10 @@ action_group_mark(void *p)
|
|
445
441
|
}
|
446
442
|
g_list_free(actions);
|
447
443
|
}
|
448
|
-
#endif
|
449
444
|
|
450
445
|
void
|
451
446
|
Init_gtk_actiongroup(VALUE mGtk)
|
452
447
|
{
|
453
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
454
448
|
VALUE RG_TARGET_NAMESPACE;
|
455
449
|
|
456
450
|
RG_TARGET_NAMESPACE = G_DEF_CLASS_WITH_GC_FUNC(GTK_TYPE_ACTION_GROUP, "ActionGroup",
|
@@ -470,8 +464,5 @@ Init_gtk_actiongroup(VALUE mGtk)
|
|
470
464
|
RG_DEF_METHOD(set_translate_func, 0);
|
471
465
|
RG_DEF_METHOD(set_translation_domain, 1);
|
472
466
|
G_DEF_SETTER(RG_TARGET_NAMESPACE, "translation_domain");
|
473
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
474
467
|
RG_DEF_METHOD(translate_string, 1);
|
475
|
-
#endif
|
476
|
-
#endif
|
477
468
|
}
|
data/ext/gtk2/rbgtkalignment.c
CHANGED
@@ -44,7 +44,6 @@ rg_set(VALUE self, VALUE xalign, VALUE yalign, VALUE xscale, VALUE yscale)
|
|
44
44
|
NUM2DBL(xscale), NUM2DBL(yscale));
|
45
45
|
return self;
|
46
46
|
}
|
47
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
48
47
|
static VALUE
|
49
48
|
rg_padding(VALUE self)
|
50
49
|
{
|
@@ -62,7 +61,6 @@ rg_set_padding(VALUE self, VALUE top, VALUE bottom, VALUE left, VALUE right)
|
|
62
61
|
NUM2UINT(left), NUM2UINT(right));
|
63
62
|
return self;
|
64
63
|
}
|
65
|
-
#endif
|
66
64
|
|
67
65
|
void
|
68
66
|
Init_gtk_alignment(VALUE mGtk)
|
@@ -71,9 +69,7 @@ Init_gtk_alignment(VALUE mGtk)
|
|
71
69
|
|
72
70
|
RG_DEF_METHOD(initialize, 4);
|
73
71
|
RG_DEF_METHOD(set, 4);
|
74
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
75
72
|
RG_DEF_METHOD(padding, 0);
|
76
73
|
RG_DEF_METHOD(set_padding, 4);
|
77
|
-
#endif
|
78
74
|
|
79
75
|
}
|
data/ext/gtk2/rbgtkassistant.c
CHANGED
@@ -21,8 +21,6 @@
|
|
21
21
|
|
22
22
|
#include "global.h"
|
23
23
|
|
24
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
25
|
-
|
26
24
|
#define RG_TARGET_NAMESPACE cAssistant
|
27
25
|
#define _SELF(s) (GTK_ASSISTANT(RVAL2GOBJ(s)))
|
28
26
|
|
@@ -185,12 +183,9 @@ rg_commit(VALUE self)
|
|
185
183
|
return self;
|
186
184
|
}
|
187
185
|
|
188
|
-
#endif
|
189
|
-
|
190
186
|
void
|
191
187
|
Init_gtk_assistant(VALUE mGtk)
|
192
188
|
{
|
193
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
194
189
|
VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GTK_TYPE_ASSISTANT, "Assistant", mGtk);
|
195
190
|
RG_DEF_METHOD(initialize, 0);
|
196
191
|
|
@@ -222,5 +217,4 @@ Init_gtk_assistant(VALUE mGtk)
|
|
222
217
|
/* GtkAssistantPageType */
|
223
218
|
G_DEF_CLASS(GTK_TYPE_ASSISTANT_PAGE_TYPE, "PageType", RG_TARGET_NAMESPACE);
|
224
219
|
G_DEF_CONSTANTS(RG_TARGET_NAMESPACE, GTK_TYPE_ASSISTANT_PAGE_TYPE, "GTK_ASSISTANT_");
|
225
|
-
#endif
|
226
220
|
}
|
data/ext/gtk2/rbgtkbbox.c
CHANGED
@@ -34,23 +34,19 @@ rg_set_child_secondary(VALUE self, VALUE child, VALUE is_secondary)
|
|
34
34
|
RVAL2CBOOL(is_secondary));
|
35
35
|
return self;
|
36
36
|
}
|
37
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
38
37
|
static VALUE
|
39
38
|
rg_get_child_secondary(VALUE self, VALUE child)
|
40
39
|
{
|
41
40
|
return CBOOL2RVAL(gtk_button_box_get_child_secondary(GTK_BUTTON_BOX(RVAL2GOBJ(self)),
|
42
41
|
GTK_WIDGET(RVAL2GOBJ(child))));
|
43
42
|
}
|
44
|
-
#endif
|
45
43
|
|
46
44
|
void
|
47
45
|
Init_gtk_button_box(VALUE mGtk)
|
48
46
|
{
|
49
47
|
VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GTK_TYPE_BUTTON_BOX, "ButtonBox", mGtk);
|
50
48
|
RG_DEF_METHOD(set_child_secondary, 2);
|
51
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
52
49
|
RG_DEF_METHOD(get_child_secondary, 1);
|
53
|
-
#endif
|
54
50
|
/* GtkButtonBoxStyle(General constants) */
|
55
51
|
G_DEF_CLASS(GTK_TYPE_BUTTON_BOX_STYLE, "Style", RG_TARGET_NAMESPACE);
|
56
52
|
G_DEF_CONSTANTS(RG_TARGET_NAMESPACE, GTK_TYPE_BUTTON_BOX_STYLE, "GTK_BUTTONBOX_");
|
data/ext/gtk2/rbgtkbutton.c
CHANGED
@@ -82,7 +82,6 @@ rg_leave(VALUE self)
|
|
82
82
|
return self;
|
83
83
|
}
|
84
84
|
|
85
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
86
85
|
static VALUE
|
87
86
|
rg_set_alignment(VALUE self, VALUE xalign, VALUE yalign)
|
88
87
|
{
|
@@ -98,7 +97,6 @@ rg_alignment(VALUE self)
|
|
98
97
|
|
99
98
|
return rb_assoc_new(rb_float_new(xalign), rb_float_new(yalign));
|
100
99
|
}
|
101
|
-
#endif
|
102
100
|
|
103
101
|
void
|
104
102
|
Init_gtk_button(VALUE mGtk)
|
@@ -111,9 +109,7 @@ Init_gtk_button(VALUE mGtk)
|
|
111
109
|
RG_DEF_METHOD(enter, 0);
|
112
110
|
RG_DEF_METHOD(leave, 0);
|
113
111
|
|
114
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
115
112
|
RG_DEF_METHOD(set_alignment, 2);
|
116
113
|
G_DEF_SETTER(RG_TARGET_NAMESPACE, "alignment");
|
117
114
|
RG_DEF_METHOD(alignment, 0);
|
118
|
-
#endif
|
119
115
|
}
|
data/ext/gtk2/rbgtkcalendar.c
CHANGED
@@ -106,12 +106,8 @@ rg_display_options(int argc, VALUE *argv, VALUE self)
|
|
106
106
|
rb_scan_args(argc, argv, "01", &flags);
|
107
107
|
|
108
108
|
if (NIL_P(flags)){
|
109
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
110
109
|
return GFLAGS2RVAL(gtk_calendar_get_display_options(_SELF(self)),
|
111
110
|
GTK_TYPE_CALENDAR_DISPLAY_OPTIONS);
|
112
|
-
#else
|
113
|
-
rb_warn("Gtk::Calendar#display_options has supported since GTK+-2.4.");
|
114
|
-
#endif
|
115
111
|
} else {
|
116
112
|
/* This is for backward compatibility. */
|
117
113
|
rb_warning("Gtk::Calendar#display_options(flags) has been deprecated. Use Gtk::Calendar#set_display_options(flags).");
|
@@ -121,7 +117,6 @@ rg_display_options(int argc, VALUE *argv, VALUE self)
|
|
121
117
|
return self;
|
122
118
|
}
|
123
119
|
|
124
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
125
120
|
static VALUE
|
126
121
|
rg_set_display_options(VALUE self, VALUE flags)
|
127
122
|
{
|
@@ -130,7 +125,6 @@ rg_set_display_options(VALUE self, VALUE flags)
|
|
130
125
|
GTK_TYPE_CALENDAR_DISPLAY_OPTIONS));
|
131
126
|
return self;
|
132
127
|
}
|
133
|
-
#endif
|
134
128
|
|
135
129
|
void
|
136
130
|
Init_gtk_calendar(VALUE mGtk)
|
@@ -147,10 +141,8 @@ Init_gtk_calendar(VALUE mGtk)
|
|
147
141
|
RG_DEF_METHOD(freeze, 0);
|
148
142
|
RG_DEF_METHOD(thaw, 0);
|
149
143
|
RG_DEF_METHOD(display_options, -1);
|
150
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
151
144
|
RG_DEF_METHOD(set_display_options, 1);
|
152
145
|
G_DEF_SETTER(RG_TARGET_NAMESPACE, "display_options");
|
153
|
-
#endif
|
154
146
|
|
155
147
|
G_DEF_CLASS(GTK_TYPE_CALENDAR_DISPLAY_OPTIONS, "DisplayOptions", RG_TARGET_NAMESPACE);
|
156
148
|
G_DEF_CONSTANTS(RG_TARGET_NAMESPACE, GTK_TYPE_CALENDAR_DISPLAY_OPTIONS, "GTK_CALENDAR_");
|
data/ext/gtk2/rbgtkcelllayout.c
CHANGED
@@ -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 mCellLayout
|
27
25
|
#define _SELF(s) (GTK_CELL_LAYOUT(RVAL2GOBJ(s)))
|
28
26
|
#define RVAL2RENDERER(s) (GTK_CELL_RENDERER(RVAL2GOBJ(s)))
|
@@ -122,12 +120,10 @@ rg_set_attributes(VALUE self, VALUE cell, VALUE attrs)
|
|
122
120
|
}
|
123
121
|
return self;
|
124
122
|
}
|
125
|
-
#endif
|
126
123
|
|
127
124
|
void
|
128
125
|
Init_gtk_celllayout(VALUE mGtk)
|
129
126
|
{
|
130
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
131
127
|
VALUE RG_TARGET_NAMESPACE = G_DEF_INTERFACE(GTK_TYPE_CELL_LAYOUT, "CellLayout", mGtk);
|
132
128
|
|
133
129
|
RG_DEF_METHOD(pack_start, 2);
|
@@ -138,5 +134,4 @@ Init_gtk_celllayout(VALUE mGtk)
|
|
138
134
|
RG_DEF_METHOD(set_cell_data_func, 1);
|
139
135
|
RG_DEF_METHOD(clear_attributes, 1);
|
140
136
|
RG_DEF_METHOD(set_attributes, 2);
|
141
|
-
#endif
|
142
137
|
}
|
@@ -73,7 +73,6 @@ rg_start_editing(VALUE self, VALUE event, VALUE widget, VALUE path, VALUE backgr
|
|
73
73
|
return edit ? GOBJ2RVAL(edit) : Qnil;
|
74
74
|
}
|
75
75
|
|
76
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
77
76
|
#ifndef GTK_DISABLE_DEPRECATED
|
78
77
|
static VALUE
|
79
78
|
rg_editing_canceled(VALUE self)
|
@@ -82,16 +81,13 @@ rg_editing_canceled(VALUE self)
|
|
82
81
|
return self;
|
83
82
|
}
|
84
83
|
#endif
|
85
|
-
#endif
|
86
84
|
|
87
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
88
85
|
static VALUE
|
89
86
|
rg_stop_editing(VALUE self, VALUE canceled)
|
90
87
|
{
|
91
88
|
gtk_cell_renderer_stop_editing(_SELF(self), RVAL2CBOOL(canceled));
|
92
89
|
return self;
|
93
90
|
}
|
94
|
-
#endif
|
95
91
|
|
96
92
|
static VALUE
|
97
93
|
rg_fixed_size(VALUE self)
|
@@ -118,14 +114,10 @@ Init_gtk_cellrenderer(VALUE mGtk)
|
|
118
114
|
RG_DEF_METHOD(render, 6);
|
119
115
|
RG_DEF_METHOD(activate, 6);
|
120
116
|
RG_DEF_METHOD(start_editing, 6);
|
121
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
122
117
|
#ifndef GTK_DISABLE_DEPRECATED
|
123
118
|
RG_DEF_METHOD(editing_canceled, 0);
|
124
119
|
#endif
|
125
|
-
#endif
|
126
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
127
120
|
RG_DEF_METHOD(stop_editing, 1);
|
128
|
-
#endif
|
129
121
|
RG_DEF_METHOD(fixed_size, 0);
|
130
122
|
RG_DEF_METHOD(set_fixed_size, 2);
|
131
123
|
|