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/rbgtkstyle.c
CHANGED
@@ -87,7 +87,6 @@ rg_apply_default_background(VALUE self, VALUE gdkwindow, VALUE set_bg, VALUE sta
|
|
87
87
|
return self;
|
88
88
|
}
|
89
89
|
|
90
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
91
90
|
static VALUE
|
92
91
|
rg_lookup_color(VALUE self, VALUE color_name)
|
93
92
|
{
|
@@ -98,7 +97,6 @@ rg_lookup_color(VALUE self, VALUE color_name)
|
|
98
97
|
return Qnil;
|
99
98
|
}
|
100
99
|
}
|
101
|
-
#endif
|
102
100
|
|
103
101
|
static VALUE
|
104
102
|
rg_lookup_icon_set(VALUE self, VALUE stock_id)
|
@@ -355,7 +353,6 @@ rg_paint_resize_grip(VALUE self, VALUE gdkwindow, VALUE state_type, VALUE area,
|
|
355
353
|
NUM2INT(width), NUM2INT(height));
|
356
354
|
return self;
|
357
355
|
}
|
358
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
359
356
|
static VALUE
|
360
357
|
rg_s_draw_insertion_cursor(VALUE self, VALUE widget, VALUE drawable, VALUE area, VALUE location, VALUE is_primary, VALUE direction, VALUE draw_arrow)
|
361
358
|
{
|
@@ -367,7 +364,6 @@ rg_s_draw_insertion_cursor(VALUE self, VALUE widget, VALUE drawable, VALUE area,
|
|
367
364
|
RVAL2CBOOL(draw_arrow));
|
368
365
|
return self;
|
369
366
|
}
|
370
|
-
#endif
|
371
367
|
|
372
368
|
#define DEFINE_STYLE_COLOR(type) \
|
373
369
|
static VALUE \
|
@@ -567,9 +563,7 @@ Init_gtk_style(VALUE mGtk)
|
|
567
563
|
RG_DEF_METHOD(detach, 0);
|
568
564
|
RG_DEF_METHOD(set_background, 2);
|
569
565
|
RG_DEF_METHOD(apply_default_background, 8);
|
570
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
571
566
|
RG_DEF_METHOD(lookup_color, 1);
|
572
|
-
#endif
|
573
567
|
RG_DEF_METHOD(lookup_icon_set, 1);
|
574
568
|
RG_DEF_METHOD(render_icon, 6);
|
575
569
|
RG_DEF_METHOD(paint_arrow, 12);
|
@@ -592,9 +586,7 @@ Init_gtk_style(VALUE mGtk)
|
|
592
586
|
RG_DEF_METHOD(paint_expander, 8);
|
593
587
|
RG_DEF_METHOD(paint_layout, 9);
|
594
588
|
RG_DEF_METHOD(paint_resize_grip, 10);
|
595
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
596
589
|
RG_DEF_SMETHOD(draw_insertion_cursor, 7);
|
597
|
-
#endif
|
598
590
|
rb_define_method(RG_TARGET_NAMESPACE, "fg", style_fg, 1);
|
599
591
|
rb_define_method(RG_TARGET_NAMESPACE, "bg", style_bg, 1);
|
600
592
|
rb_define_method(RG_TARGET_NAMESPACE, "light", style_light, 1);
|
data/ext/gtk2/rbgtktargetlist.c
CHANGED
@@ -24,32 +24,6 @@
|
|
24
24
|
#define RG_TARGET_NAMESPACE cTargetList
|
25
25
|
#define _SELF(r) ((GtkTargetList*)RVAL2BOXED(r, GTK_TYPE_TARGET_LIST))
|
26
26
|
|
27
|
-
/**********************************/
|
28
|
-
#if ! GTK_CHECK_VERSION(2,10,0)
|
29
|
-
static GtkTargetList*
|
30
|
-
rbgtk_target_list_copy(const GtkTargetList* list)
|
31
|
-
{
|
32
|
-
GtkTargetList* new_list;
|
33
|
-
g_return_val_if_fail (list != NULL, NULL);
|
34
|
-
new_list = g_new(GtkTargetList, 1);
|
35
|
-
*new_list = *list;
|
36
|
-
return new_list;
|
37
|
-
}
|
38
|
-
|
39
|
-
GType
|
40
|
-
gtk_target_list_get_type(void)
|
41
|
-
{
|
42
|
-
static GType our_type = 0;
|
43
|
-
|
44
|
-
if (our_type == 0)
|
45
|
-
our_type = g_boxed_type_register_static ("GtkTargetList",
|
46
|
-
(GBoxedCopyFunc)rbgtk_target_list_copy,
|
47
|
-
(GBoxedFreeFunc)gtk_target_list_unref);
|
48
|
-
return our_type;
|
49
|
-
}
|
50
|
-
#endif
|
51
|
-
/**********************************/
|
52
|
-
|
53
27
|
static VALUE
|
54
28
|
rg_initialize(VALUE self, VALUE rbtargets)
|
55
29
|
{
|
@@ -86,7 +60,6 @@ rg_add_table(VALUE self, VALUE rbtargets)
|
|
86
60
|
return self;
|
87
61
|
}
|
88
62
|
|
89
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
90
63
|
static VALUE
|
91
64
|
rg_add_text_targets(VALUE self, VALUE info)
|
92
65
|
{
|
@@ -107,9 +80,7 @@ rg_add_uri_targets(VALUE self, VALUE info)
|
|
107
80
|
gtk_target_list_add_uri_targets(_SELF(self), NUM2UINT(info));
|
108
81
|
return self;
|
109
82
|
}
|
110
|
-
#endif
|
111
83
|
|
112
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
113
84
|
static VALUE
|
114
85
|
rg_add_rich_text_targets(VALUE self, VALUE info, VALUE deserializable, VALUE buffer)
|
115
86
|
{
|
@@ -118,7 +89,6 @@ rg_add_rich_text_targets(VALUE self, VALUE info, VALUE deserializable, VALUE buf
|
|
118
89
|
GTK_TEXT_BUFFER(RVAL2GOBJ(buffer)));
|
119
90
|
return self;
|
120
91
|
}
|
121
|
-
#endif
|
122
92
|
|
123
93
|
static VALUE
|
124
94
|
rg_remove(VALUE self, VALUE target)
|
@@ -146,14 +116,10 @@ Init_gtk_target_list(VALUE mGtk)
|
|
146
116
|
RG_DEF_METHOD(initialize, 1);
|
147
117
|
RG_DEF_METHOD(add, 3);
|
148
118
|
RG_DEF_METHOD(add_table, 1);
|
149
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
150
119
|
RG_DEF_METHOD(add_text_targets, 1);
|
151
120
|
RG_DEF_METHOD(add_image_targets, 2);
|
152
121
|
RG_DEF_METHOD(add_uri_targets, 1);
|
153
|
-
#endif
|
154
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
155
122
|
RG_DEF_METHOD(add_rich_text_targets, 3);
|
156
|
-
#endif
|
157
123
|
RG_DEF_METHOD(remove, 1);
|
158
124
|
RG_DEF_METHOD(find, 1);
|
159
125
|
}
|
data/ext/gtk2/rbgtktextbuffer.c
CHANGED
@@ -68,7 +68,6 @@ txt_set_text(VALUE self, VALUE text)
|
|
68
68
|
return self;
|
69
69
|
}
|
70
70
|
|
71
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
72
71
|
static VALUE
|
73
72
|
rg_backspace(VALUE self, VALUE iter, VALUE interactive, VALUE default_editable)
|
74
73
|
{
|
@@ -76,7 +75,6 @@ rg_backspace(VALUE self, VALUE iter, VALUE interactive, VALUE default_editable)
|
|
76
75
|
RVAL2CBOOL(interactive),
|
77
76
|
RVAL2CBOOL(default_editable)));
|
78
77
|
}
|
79
|
-
#endif
|
80
78
|
|
81
79
|
static VALUE
|
82
80
|
rg_insert_at_cursor(VALUE self, VALUE text)
|
@@ -301,14 +299,12 @@ rg_place_cursor(VALUE self, VALUE where)
|
|
301
299
|
return self;
|
302
300
|
}
|
303
301
|
|
304
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
305
302
|
static VALUE
|
306
303
|
rg_select_range(VALUE self, VALUE ins, VALUE bound)
|
307
304
|
{
|
308
305
|
gtk_text_buffer_select_range(_SELF(self), RVAL2ITR(ins), RVAL2ITR(bound));
|
309
306
|
return self;
|
310
307
|
}
|
311
|
-
#endif
|
312
308
|
|
313
309
|
static VALUE
|
314
310
|
rg_get_iter_at_child_anchor(VALUE self, VALUE anchor)
|
@@ -347,7 +343,6 @@ rg_remove_selection_clipboard(VALUE self, VALUE clipboard)
|
|
347
343
|
return self;
|
348
344
|
}
|
349
345
|
|
350
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
351
346
|
static VALUE
|
352
347
|
rg_deserialize(VALUE self, VALUE content_buffer, VALUE format, VALUE iter, VALUE data)
|
353
348
|
{
|
@@ -548,7 +543,6 @@ rg_unregister_serialize_format(VALUE self, VALUE format)
|
|
548
543
|
gtk_text_buffer_unregister_serialize_format(_SELF(self), RVAL2ATOM(format));
|
549
544
|
return self;
|
550
545
|
}
|
551
|
-
#endif
|
552
546
|
|
553
547
|
static VALUE
|
554
548
|
rg_cut_clipboard(VALUE self, VALUE clipboard, VALUE default_editable)
|
@@ -813,9 +807,7 @@ Init_gtk_textbuffer(VALUE mGtk)
|
|
813
807
|
G_REPLACE_SET_PROPERTY(RG_TARGET_NAMESPACE, "text", txt_set_text, 1);
|
814
808
|
RG_DEF_METHOD(insert, -1);
|
815
809
|
RG_DEF_METHOD(insert_with_tags, -1);
|
816
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
817
810
|
RG_DEF_METHOD(backspace, 3);
|
818
|
-
#endif
|
819
811
|
RG_DEF_METHOD(insert_at_cursor, 1);
|
820
812
|
RG_DEF_METHOD(insert_interactive, 3);
|
821
813
|
RG_DEF_METHOD(insert_interactive_at_cursor, 2);
|
@@ -847,16 +839,13 @@ Init_gtk_textbuffer(VALUE mGtk)
|
|
847
839
|
*/
|
848
840
|
RG_DEF_METHOD(selection_bound, 0);
|
849
841
|
RG_DEF_METHOD(place_cursor, 1);
|
850
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
851
842
|
RG_DEF_METHOD(select_range, 2);
|
852
|
-
#endif
|
853
843
|
RG_DEF_METHOD_P(modified, 0);
|
854
844
|
RG_DEF_METHOD(set_modified, 1);
|
855
845
|
G_DEF_SETTER(RG_TARGET_NAMESPACE, "modified");
|
856
846
|
|
857
847
|
RG_DEF_METHOD(add_selection_clipboard, 1);
|
858
848
|
RG_DEF_METHOD(remove_selection_clipboard, 1);
|
859
|
-
#if GTK_CHECK_VERSION(2,10,0)
|
860
849
|
RG_DEF_METHOD(deserialize, 4);
|
861
850
|
RG_DEF_METHOD_P(deserialize_can_create_tags, 1);
|
862
851
|
RG_DEF_METHOD(deserialize_set_can_create_tags, 2);
|
@@ -869,7 +858,6 @@ Init_gtk_textbuffer(VALUE mGtk)
|
|
869
858
|
RG_DEF_METHOD(serialize, 4);
|
870
859
|
RG_DEF_METHOD(unregister_deserialize_format, 1);
|
871
860
|
RG_DEF_METHOD(unregister_serialize_format, 1);
|
872
|
-
#endif
|
873
861
|
RG_DEF_METHOD(cut_clipboard, 2);
|
874
862
|
RG_DEF_METHOD(copy_clipboard, 1);
|
875
863
|
RG_DEF_METHOD(paste_clipboard, 3);
|
data/ext/gtk2/rbgtktextiter.c
CHANGED
@@ -227,7 +227,6 @@ def_move(backward_sentence_start)
|
|
227
227
|
def_move_gint(forward_sentence_ends)
|
228
228
|
def_move_gint(backward_sentence_starts)
|
229
229
|
|
230
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
231
230
|
def_move_gint(forward_visible_word_ends)
|
232
231
|
def_move_gint(backward_visible_word_starts)
|
233
232
|
def_move(forward_visible_word_end)
|
@@ -236,13 +235,10 @@ def_move(forward_visible_cursor_position)
|
|
236
235
|
def_move(backward_visible_cursor_position)
|
237
236
|
def_move_gint(forward_visible_cursor_positions)
|
238
237
|
def_move_gint(backward_visible_cursor_positions)
|
239
|
-
#endif
|
240
|
-
#if GTK_CHECK_VERSION(2,8,0)
|
241
238
|
def_move(forward_visible_line)
|
242
239
|
def_move(backward_visible_line)
|
243
240
|
def_move_gint(forward_visible_lines)
|
244
241
|
def_move_gint(backward_visible_lines)
|
245
|
-
#endif
|
246
242
|
def_move(forward_cursor_position)
|
247
243
|
def_move(backward_cursor_position)
|
248
244
|
def_move_gint(forward_cursor_positions)
|
@@ -465,7 +461,6 @@ Init_gtk_textiter(VALUE mGtk)
|
|
465
461
|
rb_define_method(RG_TARGET_NAMESPACE, "forward_sentence_ends", forward_sentence_ends, 1);
|
466
462
|
rb_define_method(RG_TARGET_NAMESPACE, "backward_sentence_starts", backward_sentence_starts, 1);
|
467
463
|
|
468
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
469
464
|
rb_define_method(RG_TARGET_NAMESPACE, "forward_visible_word_ends", forward_visible_word_ends, 1);
|
470
465
|
rb_define_method(RG_TARGET_NAMESPACE, "backward_visible_word_starts", backward_visible_word_starts, 1);
|
471
466
|
rb_define_method(RG_TARGET_NAMESPACE, "forward_visible_word_end", forward_visible_word_end, 0);
|
@@ -474,13 +469,10 @@ Init_gtk_textiter(VALUE mGtk)
|
|
474
469
|
rb_define_method(RG_TARGET_NAMESPACE, "backward_visible_cursor_position", backward_visible_cursor_position, 0);
|
475
470
|
rb_define_method(RG_TARGET_NAMESPACE, "forward_visible_cursor_positions", forward_visible_cursor_positions, 1);
|
476
471
|
rb_define_method(RG_TARGET_NAMESPACE, "backward_visible_cursor_positions", backward_visible_cursor_positions, 1);
|
477
|
-
#endif
|
478
|
-
#if GTK_CHECK_VERSION(2,8,0)
|
479
472
|
rb_define_method(RG_TARGET_NAMESPACE, "forward_visible_line", forward_visible_line, 0);
|
480
473
|
rb_define_method(RG_TARGET_NAMESPACE, "backward_visible_line", backward_visible_line, 0);
|
481
474
|
rb_define_method(RG_TARGET_NAMESPACE, "forward_visible_lines", forward_visible_lines, 1);
|
482
475
|
rb_define_method(RG_TARGET_NAMESPACE, "backward_visible_lines", backward_visible_lines, 1);
|
483
|
-
#endif
|
484
476
|
rb_define_method(RG_TARGET_NAMESPACE, "forward_cursor_position", forward_cursor_position, 0);
|
485
477
|
rb_define_method(RG_TARGET_NAMESPACE, "backward_cursor_position", backward_cursor_position, 0);
|
486
478
|
rb_define_method(RG_TARGET_NAMESPACE, "forward_cursor_positions", forward_cursor_positions, 1);
|
data/ext/gtk2/rbgtktextview.c
CHANGED
@@ -144,7 +144,6 @@ rg_get_iter_at_location(VALUE self, VALUE x, VALUE y)
|
|
144
144
|
return ITR2RVAL(&iter);
|
145
145
|
}
|
146
146
|
|
147
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
148
147
|
static VALUE
|
149
148
|
rg_get_iter_at_position(VALUE self, VALUE x, VALUE y)
|
150
149
|
{
|
@@ -153,7 +152,6 @@ rg_get_iter_at_position(VALUE self, VALUE x, VALUE y)
|
|
153
152
|
gtk_text_view_get_iter_at_position(_SELF(self), &iter, &trailing, NUM2INT(x), NUM2INT(y));
|
154
153
|
return rb_assoc_new(ITR2RVAL(&iter), INT2NUM(trailing));
|
155
154
|
}
|
156
|
-
#endif
|
157
155
|
|
158
156
|
static VALUE
|
159
157
|
rg_buffer_to_window_coords(VALUE self, VALUE wintype, VALUE buffer_x, VALUE buffer_y)
|
@@ -301,9 +299,7 @@ Init_gtk_textview(VALUE mGtk)
|
|
301
299
|
RG_DEF_METHOD(get_line_at_y, 1);
|
302
300
|
RG_DEF_METHOD(get_line_yrange, 1);
|
303
301
|
RG_DEF_METHOD(get_iter_at_location, 2);
|
304
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
305
302
|
RG_DEF_METHOD(get_iter_at_position, 2);
|
306
|
-
#endif
|
307
303
|
RG_DEF_METHOD(buffer_to_window_coords, 3);
|
308
304
|
RG_DEF_METHOD(window_to_buffer_coords, 3);
|
309
305
|
RG_DEF_METHOD(get_window, 1);
|
@@ -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 cToggleAction
|
27
25
|
#define _SELF(self) (GTK_TOGGLE_ACTION(RVAL2GOBJ(self)))
|
28
26
|
|
@@ -51,16 +49,11 @@ rg_toggled(VALUE self)
|
|
51
49
|
return self;
|
52
50
|
}
|
53
51
|
|
54
|
-
#endif
|
55
|
-
|
56
52
|
void
|
57
53
|
Init_gtk_toggle_action(VALUE mGtk)
|
58
54
|
{
|
59
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
60
|
-
|
61
55
|
VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GTK_TYPE_TOGGLE_ACTION, "ToggleAction", mGtk);
|
62
56
|
|
63
57
|
RG_DEF_METHOD(initialize, 4);
|
64
58
|
RG_DEF_METHOD(toggled, 0);
|
65
|
-
#endif
|
66
59
|
}
|
@@ -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 cToggleToolButton
|
27
25
|
#define _SELF(self) (GTK_TOGGLE_TOOL_BUTTON(RVAL2GOBJ(self)))
|
28
26
|
|
@@ -47,14 +45,10 @@ rg_initialize(int argc, VALUE *argv, VALUE self)
|
|
47
45
|
return Qnil;
|
48
46
|
}
|
49
47
|
|
50
|
-
#endif
|
51
|
-
|
52
48
|
void
|
53
49
|
Init_gtk_toggletoolbutton(VALUE mGtk)
|
54
50
|
{
|
55
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
56
51
|
VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GTK_TYPE_TOGGLE_TOOL_BUTTON, "ToggleToolButton", mGtk);
|
57
52
|
|
58
53
|
RG_DEF_METHOD(initialize, -1);
|
59
|
-
#endif
|
60
54
|
}
|
data/ext/gtk2/rbgtktoolbar.c
CHANGED
@@ -182,13 +182,11 @@ rg_insert(int argc, VALUE *argv, VALUE self)
|
|
182
182
|
N_RVAL2CSTR(ttext), N_RVAL2CSTR(ptext),
|
183
183
|
GTK_SIGNAL_FUNC(exec_callback),
|
184
184
|
(gpointer)func, NUM2INT(pos));
|
185
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
186
185
|
} else if (rb_obj_is_kind_of(type, GTYPE2CLASS(GTK_TYPE_TOOL_ITEM))){
|
187
186
|
rb_scan_args(argc, argv, "20", &pos, &widget);
|
188
187
|
gtk_toolbar_insert(_SELF(self), GTK_TOOL_ITEM(RVAL2GOBJ(widget)),
|
189
188
|
NUM2INT(pos));
|
190
189
|
return widget;
|
191
|
-
#endif
|
192
190
|
} else {
|
193
191
|
rb_scan_args(argc, argv, "22", &pos, &widget, &ttext, &ptext);
|
194
192
|
gtk_toolbar_insert_widget(_SELF(self), GTK_WIDGET(RVAL2GOBJ(widget)),
|
@@ -200,7 +198,6 @@ rg_insert(int argc, VALUE *argv, VALUE self)
|
|
200
198
|
return ret ? GOBJ2RVAL(ret) : Qnil;
|
201
199
|
}
|
202
200
|
|
203
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
204
201
|
static VALUE
|
205
202
|
rg_item_index(VALUE self, VALUE item)
|
206
203
|
{
|
@@ -239,7 +236,6 @@ rg_relief_style(VALUE self)
|
|
239
236
|
{
|
240
237
|
return GENUM2RVAL(gtk_toolbar_get_relief_style(_SELF(self)), GTK_TYPE_RELIEF_STYLE);
|
241
238
|
}
|
242
|
-
#endif
|
243
239
|
|
244
240
|
static VALUE
|
245
241
|
rg_append_space(VALUE self)
|
@@ -289,14 +285,12 @@ Init_gtk_toolbar(VALUE mGtk)
|
|
289
285
|
VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GTK_TYPE_TOOLBAR, "Toolbar", mGtk);
|
290
286
|
|
291
287
|
RG_DEF_METHOD(initialize, 0);
|
292
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
293
288
|
RG_DEF_METHOD(item_index, 1);
|
294
289
|
RG_DEF_METHOD(n_items, 0);
|
295
290
|
RG_DEF_METHOD(nth_item, 1);
|
296
291
|
RG_DEF_METHOD(drop_index, 2);
|
297
292
|
RG_DEF_METHOD(set_drop_highlight_item, 2);
|
298
293
|
RG_DEF_METHOD(relief_style, 0);
|
299
|
-
#endif
|
300
294
|
RG_DEF_METHOD(append, -1);
|
301
295
|
RG_DEF_METHOD(prepend, -1);
|
302
296
|
RG_DEF_METHOD(insert, -1);
|
data/ext/gtk2/rbgtktoolbutton.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 cToolButton
|
27
25
|
#define _SELF(self) (GTK_TOOL_BUTTON(RVAL2GOBJ(self)))
|
28
26
|
|
@@ -46,14 +44,10 @@ rg_initialize(int argc, VALUE *argv, VALUE self)
|
|
46
44
|
return Qnil;
|
47
45
|
}
|
48
46
|
|
49
|
-
#endif
|
50
|
-
|
51
47
|
void
|
52
48
|
Init_gtk_toolbutton(VALUE mGtk)
|
53
49
|
{
|
54
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
55
50
|
VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GTK_TYPE_TOOL_BUTTON, "ToolButton", mGtk);
|
56
51
|
|
57
52
|
RG_DEF_METHOD(initialize, -1);
|
58
|
-
#endif
|
59
53
|
}
|
data/ext/gtk2/rbgtktoolitem.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 cToolItem
|
27
25
|
#define _SELF(self) (GTK_TOOL_ITEM(RVAL2GOBJ(self)))
|
28
26
|
|
@@ -126,20 +124,16 @@ rg_set_proxy_menu_item(VALUE self, VALUE menu_item_id, VALUE menu_item)
|
|
126
124
|
return self;
|
127
125
|
}
|
128
126
|
|
129
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
130
127
|
static VALUE
|
131
128
|
rg_rebuild_menu(VALUE self)
|
132
129
|
{
|
133
130
|
gtk_tool_item_rebuild_menu(_SELF(self));
|
134
131
|
return self;
|
135
132
|
}
|
136
|
-
#endif
|
137
|
-
#endif
|
138
133
|
|
139
134
|
void
|
140
135
|
Init_gtk_toolitem(VALUE mGtk)
|
141
136
|
{
|
142
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
143
137
|
VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(GTK_TYPE_TOOL_ITEM, "ToolItem", mGtk);
|
144
138
|
RG_DEF_METHOD(initialize, 0);
|
145
139
|
RG_DEF_METHOD(set_homogeneous, 1);
|
@@ -159,8 +153,5 @@ Init_gtk_toolitem(VALUE mGtk)
|
|
159
153
|
RG_DEF_METHOD(retrieve_proxy_menu_item, 0);
|
160
154
|
RG_DEF_METHOD(get_proxy_menu_item, 1);
|
161
155
|
RG_DEF_METHOD(set_proxy_menu_item, 2);
|
162
|
-
#if GTK_CHECK_VERSION(2,6,0)
|
163
156
|
RG_DEF_METHOD(rebuild_menu, 0);
|
164
|
-
#endif
|
165
|
-
#endif
|
166
157
|
}
|
data/ext/gtk2/rbgtktooltips.c
CHANGED
@@ -75,7 +75,6 @@ rg_force_window(VALUE self)
|
|
75
75
|
return self;
|
76
76
|
}
|
77
77
|
|
78
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
79
78
|
static VALUE
|
80
79
|
rg_s_get_info(G_GNUC_UNUSED VALUE self, VALUE window)
|
81
80
|
{
|
@@ -89,7 +88,6 @@ rg_s_get_info(G_GNUC_UNUSED VALUE self, VALUE window)
|
|
89
88
|
else
|
90
89
|
return Qnil;
|
91
90
|
}
|
92
|
-
#endif
|
93
91
|
|
94
92
|
void
|
95
93
|
Init_gtk_tooltips(VALUE mGtk)
|
@@ -101,8 +99,6 @@ Init_gtk_tooltips(VALUE mGtk)
|
|
101
99
|
RG_DEF_METHOD(enable, 0);
|
102
100
|
RG_DEF_METHOD(disable, 0);
|
103
101
|
RG_DEF_METHOD(force_window, 0);
|
104
|
-
#if GTK_CHECK_VERSION(2,4,0)
|
105
102
|
RG_DEF_SMETHOD(get_info, 1);
|
106
|
-
#endif
|
107
103
|
RG_DEF_SMETHOD(get_data, 1);
|
108
104
|
}
|