gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- 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/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- 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/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- 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/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/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-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -7,7 +7,7 @@
|
|
7
7
|
<link rel="home" href="index.html" title="GDK Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GDK Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-22.html" title="Index of new symbols in 2.22">
|
10
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
11
11
|
<link rel="stylesheet" href="style.css" type="text/css">
|
12
12
|
</head>
|
13
13
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -31,7 +31,7 @@
|
|
31
31
|
<a class="shortcut" href="#glsT">T</a>
|
32
32
|
</td></tr>
|
33
33
|
</table>
|
34
|
-
<div class="glossary">
|
34
|
+
<div class="glossary" title="Annotation Glossary">
|
35
35
|
<div class="titlepage"><div><div><h2 class="title">
|
36
36
|
<a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
|
37
37
|
<a name="glsO"></a><h3 class="title">O</h3>
|
@@ -66,6 +66,6 @@
|
|
66
66
|
</div>
|
67
67
|
<div class="footer">
|
68
68
|
<hr>
|
69
|
-
Generated by GTK-Doc V1.
|
69
|
+
Generated by GTK-Doc V1.15</div>
|
70
70
|
</body>
|
71
71
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-8.html" title="Index of new symbols in 2.8">
|
10
10
|
<link rel="next" href="api-index-2-12.html" title="Index of new symbols in 2.12">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
<a class="shortcut" href="#idxW">W</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="index">
|
37
|
+
<div class="index" title="Index of new symbols in 2.10">
|
38
38
|
<div class="titlepage"><div><div><h2 class="title">
|
39
39
|
<a name="api-index-2-10"></a>Index of new symbols in 2.10</h2></div></div></div>
|
40
40
|
<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
|
@@ -118,6 +118,6 @@
|
|
118
118
|
</div>
|
119
119
|
<div class="footer">
|
120
120
|
<hr>
|
121
|
-
Generated by GTK-Doc V1.
|
121
|
+
Generated by GTK-Doc V1.15</div>
|
122
122
|
</body>
|
123
123
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-10.html" title="Index of new symbols in 2.10">
|
10
10
|
<link rel="next" href="api-index-2-14.html" title="Index of new symbols in 2.14">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<a class="shortcut" href="#idxX">X</a>
|
41
41
|
</td></tr>
|
42
42
|
</table>
|
43
|
-
<div class="index">
|
43
|
+
<div class="index" title="Index of new symbols in 2.12">
|
44
44
|
<div class="titlepage"><div><div><h2 class="title">
|
45
45
|
<a name="api-index-2-12"></a>Index of new symbols in 2.12</h2></div></div></div>
|
46
46
|
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
|
@@ -119,6 +119,6 @@
|
|
119
119
|
</div>
|
120
120
|
<div class="footer">
|
121
121
|
<hr>
|
122
|
-
Generated by GTK-Doc V1.
|
122
|
+
Generated by GTK-Doc V1.15</div>
|
123
123
|
</body>
|
124
124
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-12.html" title="Index of new symbols in 2.12">
|
10
10
|
<link rel="next" href="api-index-2-16.html" title="Index of new symbols in 2.16">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a class="shortcut" href="#idxX">X</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="index">
|
35
|
+
<div class="index" title="Index of new symbols in 2.14">
|
36
36
|
<div class="titlepage"><div><div><h2 class="title">
|
37
37
|
<a name="api-index-2-14"></a>Index of new symbols in 2.14</h2></div></div></div>
|
38
38
|
<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
|
@@ -119,6 +119,6 @@
|
|
119
119
|
</div>
|
120
120
|
<div class="footer">
|
121
121
|
<hr>
|
122
|
-
Generated by GTK-Doc V1.
|
122
|
+
Generated by GTK-Doc V1.15</div>
|
123
123
|
</body>
|
124
124
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-14.html" title="Index of new symbols in 2.14">
|
10
10
|
<link rel="next" href="api-index-2-18.html" title="Index of new symbols in 2.18">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -22,7 +22,7 @@
|
|
22
22
|
</tr>
|
23
23
|
<tr><td colspan="5" class="shortcuts"><a class="shortcut" href="#idxK">K</a></td></tr>
|
24
24
|
</table>
|
25
|
-
<div class="index">
|
25
|
+
<div class="index" title="Index of new symbols in 2.16">
|
26
26
|
<div class="titlepage"><div><div><h2 class="title">
|
27
27
|
<a name="api-index-2-16"></a>Index of new symbols in 2.16</h2></div></div></div>
|
28
28
|
<a name="idx"></a><a name="idxK"></a><h3 class="title">K</h3>
|
@@ -37,6 +37,6 @@
|
|
37
37
|
</div>
|
38
38
|
<div class="footer">
|
39
39
|
<hr>
|
40
|
-
Generated by GTK-Doc V1.
|
40
|
+
Generated by GTK-Doc V1.15</div>
|
41
41
|
</body>
|
42
42
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-16.html" title="Index of new symbols in 2.16">
|
10
10
|
<link rel="next" href="api-index-2-20.html" title="Index of new symbols in 2.20">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<a class="shortcut" href="#idxW">W</a>
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
|
-
<div class="index">
|
33
|
+
<div class="index" title="Index of new symbols in 2.18">
|
34
34
|
<div class="titlepage"><div><div><h2 class="title">
|
35
35
|
<a name="api-index-2-18"></a>Index of new symbols in 2.18</h2></div></div></div>
|
36
36
|
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
|
@@ -104,6 +104,6 @@
|
|
104
104
|
</div>
|
105
105
|
<div class="footer">
|
106
106
|
<hr>
|
107
|
-
Generated by GTK-Doc V1.
|
107
|
+
Generated by GTK-Doc V1.15</div>
|
108
108
|
</body>
|
109
109
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-deprecated.html" title="Index of deprecated symbols">
|
10
10
|
<link rel="next" href="api-index-2-4.html" title="Index of new symbols in 2.4">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -50,7 +50,7 @@
|
|
50
50
|
<a class="shortcut" href="#idxX">X</a>
|
51
51
|
</td></tr>
|
52
52
|
</table>
|
53
|
-
<div class="index">
|
53
|
+
<div class="index" title="Index of new symbols in 2.2">
|
54
54
|
<div class="titlepage"><div><div><h2 class="title">
|
55
55
|
<a name="api-index-2-2"></a>Index of new symbols in 2.2</h2></div></div></div>
|
56
56
|
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
|
@@ -84,7 +84,7 @@
|
|
84
84
|
</dt>
|
85
85
|
<dd></dd>
|
86
86
|
<dt>
|
87
|
-
<a class="link" href="GdkDisplay.html#GdkDisplayPointerHooks" title="
|
87
|
+
<a class="link" href="GdkDisplay.html#GdkDisplayPointerHooks" title="GdkDisplayPointerHooks">GdkDisplayPointerHooks</a>, struct in <a class="link" href="GdkDisplay.html" title="GdkDisplay">GdkDisplay</a>
|
88
88
|
</dt>
|
89
89
|
<dd></dd>
|
90
90
|
<dt>
|
@@ -510,6 +510,6 @@
|
|
510
510
|
</div>
|
511
511
|
<div class="footer">
|
512
512
|
<hr>
|
513
|
-
Generated by GTK-Doc V1.
|
513
|
+
Generated by GTK-Doc V1.15</div>
|
514
514
|
</body>
|
515
515
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-18.html" title="Index of new symbols in 2.18">
|
10
10
|
<link rel="next" href="api-index-2-22.html" title="Index of new symbols in 2.22">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a class="shortcut" href="#idxS">S</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="index">
|
29
|
+
<div class="index" title="Index of new symbols in 2.20">
|
30
30
|
<div class="titlepage"><div><div><h2 class="title">
|
31
31
|
<a name="api-index-2-20"></a>Index of new symbols in 2.20</h2></div></div></div>
|
32
32
|
<a name="idx"></a><a name="idxK"></a><h3 class="title">K</h3>
|
@@ -46,6 +46,6 @@
|
|
46
46
|
</div>
|
47
47
|
<div class="footer">
|
48
48
|
<hr>
|
49
|
-
Generated by GTK-Doc V1.
|
49
|
+
Generated by GTK-Doc V1.15</div>
|
50
50
|
</body>
|
51
51
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-20.html" title="Index of new symbols in 2.20">
|
10
10
|
<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a class="shortcut" href="#idxW">W</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="index">
|
35
|
+
<div class="index" title="Index of new symbols in 2.22">
|
36
36
|
<div class="titlepage"><div><div><h2 class="title">
|
37
37
|
<a name="api-index-2-22"></a>Index of new symbols in 2.22</h2></div></div></div>
|
38
38
|
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
|
@@ -219,6 +219,6 @@
|
|
219
219
|
</div>
|
220
220
|
<div class="footer">
|
221
221
|
<hr>
|
222
|
-
Generated by GTK-Doc V1.
|
222
|
+
Generated by GTK-Doc V1.15</div>
|
223
223
|
</body>
|
224
224
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-2.html" title="Index of new symbols in 2.2">
|
10
10
|
<link rel="next" href="api-index-2-6.html" title="Index of new symbols in 2.6">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
<a class="shortcut" href="#idxX">X</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="index">
|
37
|
+
<div class="index" title="Index of new symbols in 2.4">
|
38
38
|
<div class="titlepage"><div><div><h2 class="title">
|
39
39
|
<a name="api-index-2-4"></a>Index of new symbols in 2.4</h2></div></div></div>
|
40
40
|
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
|
@@ -118,6 +118,6 @@
|
|
118
118
|
</div>
|
119
119
|
<div class="footer">
|
120
120
|
<hr>
|
121
|
-
Generated by GTK-Doc V1.
|
121
|
+
Generated by GTK-Doc V1.15</div>
|
122
122
|
</body>
|
123
123
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-4.html" title="Index of new symbols in 2.4">
|
10
10
|
<link rel="next" href="api-index-2-8.html" title="Index of new symbols in 2.8">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a class="shortcut" href="#idxX">X</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="index">
|
35
|
+
<div class="index" title="Index of new symbols in 2.6">
|
36
36
|
<div class="titlepage"><div><div><h2 class="title">
|
37
37
|
<a name="api-index-2-6"></a>Index of new symbols in 2.6</h2></div></div></div>
|
38
38
|
<a name="idx"></a><a name="idxD"></a><h3 class="title">D</h3>
|
@@ -66,16 +66,16 @@
|
|
66
66
|
<dd></dd>
|
67
67
|
<a name="idxE"></a><h3 class="title">E</h3>
|
68
68
|
<dt>
|
69
|
-
<a class="link" href="gdk-Event-Structures.html#GdkEventOwnerChange" title="
|
69
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventOwnerChange" title="GdkEventOwnerChange">GdkEventOwnerChange</a>, struct in <a class="link" href="gdk-Event-Structures.html" title="Event Structures">Event Structures</a>
|
70
70
|
</dt>
|
71
71
|
<dd></dd>
|
72
72
|
<a name="idxP"></a><h3 class="title">P</h3>
|
73
73
|
<dt>
|
74
|
-
<a class="link" href="gdk-Pango-Interaction.html#GdkPangoRenderer-struct" title="
|
74
|
+
<a class="link" href="gdk-Pango-Interaction.html#GdkPangoRenderer-struct" title="GdkPangoRenderer">GdkPangoRenderer</a>, struct in <a class="link" href="gdk-Pango-Interaction.html" title="Pango Interaction">Pango Interaction</a>
|
75
75
|
</dt>
|
76
76
|
<dd></dd>
|
77
77
|
<dt>
|
78
|
-
<a class="link" href="gdk-Pango-Interaction.html#GdkPangoRendererClass" title="
|
78
|
+
<a class="link" href="gdk-Pango-Interaction.html#GdkPangoRendererClass" title="GdkPangoRendererClass">GdkPangoRendererClass</a>, struct in <a class="link" href="gdk-Pango-Interaction.html" title="Pango Interaction">Pango Interaction</a>
|
79
79
|
</dt>
|
80
80
|
<dd></dd>
|
81
81
|
<dt>
|
@@ -123,6 +123,6 @@
|
|
123
123
|
</div>
|
124
124
|
<div class="footer">
|
125
125
|
<hr>
|
126
|
-
Generated by GTK-Doc V1.
|
126
|
+
Generated by GTK-Doc V1.15</div>
|
127
127
|
</body>
|
128
128
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-2-6.html" title="Index of new symbols in 2.6">
|
10
10
|
<link rel="next" href="api-index-2-10.html" title="Index of new symbols in 2.10">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
<a class="shortcut" href="#idxX">X</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="index">
|
37
|
+
<div class="index" title="Index of new symbols in 2.8">
|
38
38
|
<div class="titlepage"><div><div><h2 class="title">
|
39
39
|
<a name="api-index-2-8"></a>Index of new symbols in 2.8</h2></div></div></div>
|
40
40
|
<a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
|
@@ -73,7 +73,7 @@
|
|
73
73
|
<dd></dd>
|
74
74
|
<a name="idxE"></a><h3 class="title">E</h3>
|
75
75
|
<dt>
|
76
|
-
<a class="link" href="gdk-Event-Structures.html#GdkEventGrabBroken" title="
|
76
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventGrabBroken" title="GdkEventGrabBroken">GdkEventGrabBroken</a>, struct in <a class="link" href="gdk-Event-Structures.html" title="Event Structures">Event Structures</a>
|
77
77
|
</dt>
|
78
78
|
<dd></dd>
|
79
79
|
<a name="idxS"></a><h3 class="title">S</h3>
|
@@ -110,6 +110,6 @@
|
|
110
110
|
</div>
|
111
111
|
<div class="footer">
|
112
112
|
<hr>
|
113
|
-
Generated by GTK-Doc V1.
|
113
|
+
Generated by GTK-Doc V1.15</div>
|
114
114
|
</body>
|
115
115
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="GDK Reference Manual">
|
9
9
|
<link rel="prev" href="api-index-full.html" title="Index of all symbols">
|
10
10
|
<link rel="next" href="api-index-2-2.html" title="Index of new symbols in 2.2">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -37,8 +37,6 @@
|
|
37
37
|
|
|
38
38
|
<a class="shortcut" href="#idxM">M</a>
|
39
39
|
|
|
40
|
-
<a class="shortcut" href="#idxN">N</a>
|
41
|
-
|
|
42
40
|
<a class="shortcut" href="#idxP">P</a>
|
43
41
|
|
|
44
42
|
<a class="shortcut" href="#idxR">R</a>
|
@@ -47,8 +45,6 @@
|
|
47
45
|
|
|
48
46
|
<a class="shortcut" href="#idxT">T</a>
|
49
47
|
|
|
50
|
-
<a class="shortcut" href="#idxU">U</a>
|
51
|
-
|
|
52
48
|
<a class="shortcut" href="#idxV">V</a>
|
53
49
|
|
|
54
50
|
<a class="shortcut" href="#idxW">W</a>
|
@@ -56,7 +52,7 @@
|
|
56
52
|
<a class="shortcut" href="#idxX">X</a>
|
57
53
|
</td></tr>
|
58
54
|
</table>
|
59
|
-
<div class="index">
|
55
|
+
<div class="index" title="Index of deprecated symbols">
|
60
56
|
<div class="titlepage"><div><div><h2 class="title">
|
61
57
|
<a name="api-index-deprecated"></a>Index of deprecated symbols</h2></div></div></div>
|
62
58
|
<a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
|
@@ -74,10 +70,6 @@
|
|
74
70
|
<dd></dd>
|
75
71
|
<a name="idxC"></a><h3 class="title">C</h3>
|
76
72
|
<dt>
|
77
|
-
<a class="link" href="gdk-Cairo-Interaction.html#gdk-cairo-set-source-pixmap" title="gdk_cairo_set_source_pixmap ()">gdk_cairo_set_source_pixmap</a>, function in <a class="link" href="gdk-Cairo-Interaction.html" title="Cairo Interaction">Cairo Interaction</a>
|
78
|
-
</dt>
|
79
|
-
<dd></dd>
|
80
|
-
<dt>
|
81
73
|
<a class="link" href="gdk-Fonts.html#gdk-char-height" title="gdk_char_height ()">gdk_char_height</a>, function in <a class="link" href="gdk-Fonts.html" title="Fonts">Fonts</a>
|
82
74
|
</dt>
|
83
75
|
<dd></dd>
|
@@ -151,14 +143,6 @@
|
|
151
143
|
</dt>
|
152
144
|
<dd></dd>
|
153
145
|
<dt>
|
154
|
-
<a class="link" href="GdkDisplay.html#gdk-display-set-pointer-hooks" title="gdk_display_set_pointer_hooks ()">gdk_display_set_pointer_hooks</a>, function in <a class="link" href="GdkDisplay.html" title="GdkDisplay">GdkDisplay</a>
|
155
|
-
</dt>
|
156
|
-
<dd></dd>
|
157
|
-
<dt>
|
158
|
-
<a class="link" href="gdk-Drag-and-Drop.html#gdk-drag-context-new" title="gdk_drag_context_new ()">gdk_drag_context_new</a>, function in <a class="link" href="gdk-Drag-and-Drop.html" title="Drag and Drop">Drag and Drop</a>
|
159
|
-
</dt>
|
160
|
-
<dd></dd>
|
161
|
-
<dt>
|
162
146
|
<a class="link" href="gdk-Drag-and-Drop.html#gdk-drag-context-ref" title="gdk_drag_context_ref ()">gdk_drag_context_ref</a>, function in <a class="link" href="gdk-Drag-and-Drop.html" title="Drag and Drop">Drag and Drop</a>
|
163
147
|
</dt>
|
164
148
|
<dd></dd>
|
@@ -167,14 +151,6 @@
|
|
167
151
|
</dt>
|
168
152
|
<dd></dd>
|
169
153
|
<dt>
|
170
|
-
<a class="link" href="gdk-Drag-and-Drop.html#gdk-drag-find-window" title="gdk_drag_find_window ()">gdk_drag_find_window</a>, function in <a class="link" href="gdk-Drag-and-Drop.html" title="Drag and Drop">Drag and Drop</a>
|
171
|
-
</dt>
|
172
|
-
<dd></dd>
|
173
|
-
<dt>
|
174
|
-
<a class="link" href="gdk-Drag-and-Drop.html#gdk-drag-get-protocol" title="gdk_drag_get_protocol ()">gdk_drag_get_protocol</a>, function in <a class="link" href="gdk-Drag-and-Drop.html" title="Drag and Drop">Drag and Drop</a>
|
175
|
-
</dt>
|
176
|
-
<dd></dd>
|
177
|
-
<dt>
|
178
154
|
<a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-copy-to-image" title="gdk_drawable_copy_to_image ()">gdk_drawable_copy_to_image</a>, function in <a class="link" href="gdk-Drawing-Primitives.html" title="Drawing Primitives">Drawing Primitives</a>
|
179
155
|
</dt>
|
180
156
|
<dd></dd>
|
@@ -183,26 +159,10 @@
|
|
183
159
|
</dt>
|
184
160
|
<dd></dd>
|
185
161
|
<dt>
|
186
|
-
<a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-display" title="gdk_drawable_get_display ()">gdk_drawable_get_display</a>, function in <a class="link" href="gdk-Drawing-Primitives.html" title="Drawing Primitives">Drawing Primitives</a>
|
187
|
-
</dt>
|
188
|
-
<dd></dd>
|
189
|
-
<dt>
|
190
162
|
<a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-image" title="gdk_drawable_get_image ()">gdk_drawable_get_image</a>, function in <a class="link" href="gdk-Drawing-Primitives.html" title="Drawing Primitives">Drawing Primitives</a>
|
191
163
|
</dt>
|
192
164
|
<dd></dd>
|
193
165
|
<dt>
|
194
|
-
<a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-screen" title="gdk_drawable_get_screen ()">gdk_drawable_get_screen</a>, function in <a class="link" href="gdk-Drawing-Primitives.html" title="Drawing Primitives">Drawing Primitives</a>
|
195
|
-
</dt>
|
196
|
-
<dd></dd>
|
197
|
-
<dt>
|
198
|
-
<a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-size" title="gdk_drawable_get_size ()">gdk_drawable_get_size</a>, function in <a class="link" href="gdk-Drawing-Primitives.html" title="Drawing Primitives">Drawing Primitives</a>
|
199
|
-
</dt>
|
200
|
-
<dd></dd>
|
201
|
-
<dt>
|
202
|
-
<a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-get-visual" title="gdk_drawable_get_visual ()">gdk_drawable_get_visual</a>, function in <a class="link" href="gdk-Drawing-Primitives.html" title="Drawing Primitives">Drawing Primitives</a>
|
203
|
-
</dt>
|
204
|
-
<dd></dd>
|
205
|
-
<dt>
|
206
166
|
<a class="link" href="gdk-Drawing-Primitives.html#gdk-drawable-ref" title="gdk_drawable_ref ()">gdk_drawable_ref</a>, function in <a class="link" href="gdk-Drawing-Primitives.html" title="Drawing Primitives">Drawing Primitives</a>
|
207
167
|
</dt>
|
208
168
|
<dd></dd>
|
@@ -408,14 +368,6 @@
|
|
408
368
|
<a class="link" href="gdk-X-Window-System-Interaction.html#GDK-FONT-XFONT:CAPS" title="GDK_FONT_XFONT()">GDK_FONT_XFONT</a>, macro in <a class="link" href="gdk-X-Window-System-Interaction.html" title="X Window System Interaction">X Window System Interaction</a>
|
409
369
|
</dt>
|
410
370
|
<dd></dd>
|
411
|
-
<dt>
|
412
|
-
<a class="link" href="gdk-Properties-and-Atoms.html#gdk-free-compound-text" title="gdk_free_compound_text ()">gdk_free_compound_text</a>, function in <a class="link" href="gdk-Properties-and-Atoms.html" title="Properties and Atoms">Properties and Atoms</a>
|
413
|
-
</dt>
|
414
|
-
<dd></dd>
|
415
|
-
<dt>
|
416
|
-
<a class="link" href="gdk-Properties-and-Atoms.html#gdk-free-text-list" title="gdk_free_text_list ()">gdk_free_text_list</a>, function in <a class="link" href="gdk-Properties-and-Atoms.html" title="Properties and Atoms">Properties and Atoms</a>
|
417
|
-
</dt>
|
418
|
-
<dd></dd>
|
419
371
|
<a name="idxG"></a><h3 class="title">G</h3>
|
420
372
|
<dt>
|
421
373
|
<a class="link" href="gdk-Graphics-Contexts.html#gdk-gc-copy" title="gdk_gc_copy ()">gdk_gc_copy</a>, function in <a class="link" href="gdk-Graphics-Contexts.html" title="Graphics Contexts">Graphics Contexts</a>
|
@@ -639,11 +591,6 @@
|
|
639
591
|
<a class="link" href="gdk-Fonts.html#gdk-mbstowcs" title="gdk_mbstowcs ()">gdk_mbstowcs</a>, function in <a class="link" href="gdk-Fonts.html" title="Fonts">Fonts</a>
|
640
592
|
</dt>
|
641
593
|
<dd></dd>
|
642
|
-
<a name="idxN"></a><h3 class="title">N</h3>
|
643
|
-
<dt>
|
644
|
-
<a class="link" href="gdk-X-Window-System-Interaction.html#gdk-net-wm-supports" title="gdk_net_wm_supports ()">gdk_net_wm_supports</a>, function in <a class="link" href="gdk-X-Window-System-Interaction.html" title="X Window System Interaction">X Window System Interaction</a>
|
645
|
-
</dt>
|
646
|
-
<dd></dd>
|
647
594
|
<a name="idxP"></a><h3 class="title">P</h3>
|
648
595
|
<dt>
|
649
596
|
<a class="link" href="gdk-Pango-Interaction.html#gdk-pango-context-set-colormap" title="gdk_pango_context_set_colormap ()">gdk_pango_context_set_colormap</a>, function in <a class="link" href="gdk-Pango-Interaction.html" title="Pango Interaction">Pango Interaction</a>
|
@@ -703,7 +650,7 @@
|
|
703
650
|
</dt>
|
704
651
|
<dd></dd>
|
705
652
|
<dt>
|
706
|
-
<a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="
|
653
|
+
<a class="link" href="gdk-GdkRGB.html#GdkRgbCmap" title="GdkRgbCmap">GdkRgbCmap</a>, struct in <a class="link" href="gdk-GdkRGB.html" title="GdkRGB">GdkRGB</a>
|
707
654
|
</dt>
|
708
655
|
<dd></dd>
|
709
656
|
<dt>
|
@@ -788,18 +735,6 @@
|
|
788
735
|
</dt>
|
789
736
|
<dd></dd>
|
790
737
|
<dt>
|
791
|
-
<a class="link" href="gdk-General.html#gdk-set-locale" title="gdk_set_locale ()">gdk_set_locale</a>, function in <a class="link" href="gdk-General.html" title="General">General</a>
|
792
|
-
</dt>
|
793
|
-
<dd></dd>
|
794
|
-
<dt>
|
795
|
-
<a class="link" href="gdk-Windows.html#gdk-set-pointer-hooks" title="gdk_set_pointer_hooks ()">gdk_set_pointer_hooks</a>, function in <a class="link" href="gdk-Windows.html" title="Windows">Windows</a>
|
796
|
-
</dt>
|
797
|
-
<dd></dd>
|
798
|
-
<dt>
|
799
|
-
<a class="link" href="gdk-General.html#gdk-set-sm-client-id" title="gdk_set_sm_client_id ()">gdk_set_sm_client_id</a>, function in <a class="link" href="gdk-General.html" title="General">General</a>
|
800
|
-
</dt>
|
801
|
-
<dd></dd>
|
802
|
-
<dt>
|
803
738
|
<a class="link" href="gdk-General.html#gdk-set-use-xshm" title="gdk_set_use_xshm ()">gdk_set_use_xshm</a>, function in <a class="link" href="gdk-General.html" title="General">General</a>
|
804
739
|
</dt>
|
805
740
|
<dd></dd>
|
@@ -808,18 +743,6 @@
|
|
808
743
|
</dt>
|
809
744
|
<dd></dd>
|
810
745
|
<dt>
|
811
|
-
<a class="link" href="GdkScreen.html#gdk-spawn-command-line-on-screen" title="gdk_spawn_command_line_on_screen ()">gdk_spawn_command_line_on_screen</a>, function in <a class="link" href="GdkScreen.html" title="GdkScreen">GdkScreen</a>
|
812
|
-
</dt>
|
813
|
-
<dd></dd>
|
814
|
-
<dt>
|
815
|
-
<a class="link" href="GdkScreen.html#gdk-spawn-on-screen" title="gdk_spawn_on_screen ()">gdk_spawn_on_screen</a>, function in <a class="link" href="GdkScreen.html" title="GdkScreen">GdkScreen</a>
|
816
|
-
</dt>
|
817
|
-
<dd></dd>
|
818
|
-
<dt>
|
819
|
-
<a class="link" href="GdkScreen.html#gdk-spawn-on-screen-with-pipes" title="gdk_spawn_on_screen_with_pipes ()">gdk_spawn_on_screen_with_pipes</a>, function in <a class="link" href="GdkScreen.html" title="GdkScreen">GdkScreen</a>
|
820
|
-
</dt>
|
821
|
-
<dd></dd>
|
822
|
-
<dt>
|
823
746
|
<a class="link" href="gdk-Fonts.html#gdk-string-extents" title="gdk_string_extents ()">gdk_string_extents</a>, function in <a class="link" href="gdk-Fonts.html" title="Fonts">Fonts</a>
|
824
747
|
</dt>
|
825
748
|
<dd></dd>
|
@@ -832,14 +755,6 @@
|
|
832
755
|
</dt>
|
833
756
|
<dd></dd>
|
834
757
|
<dt>
|
835
|
-
<a class="link" href="gdk-Properties-and-Atoms.html#gdk-string-to-compound-text" title="gdk_string_to_compound_text ()">gdk_string_to_compound_text</a>, function in <a class="link" href="gdk-Properties-and-Atoms.html" title="Properties and Atoms">Properties and Atoms</a>
|
836
|
-
</dt>
|
837
|
-
<dd></dd>
|
838
|
-
<dt>
|
839
|
-
<a class="link" href="gdk-Properties-and-Atoms.html#gdk-string-to-compound-text-for-display" title="gdk_string_to_compound_text_for_display ()">gdk_string_to_compound_text_for_display</a>, function in <a class="link" href="gdk-Properties-and-Atoms.html" title="Properties and Atoms">Properties and Atoms</a>
|
840
|
-
</dt>
|
841
|
-
<dd></dd>
|
842
|
-
<dt>
|
843
758
|
<a class="link" href="gdk-Fonts.html#gdk-string-width" title="gdk_string_width ()">gdk_string_width</a>, function in <a class="link" href="gdk-Fonts.html" title="Fonts">Fonts</a>
|
844
759
|
</dt>
|
845
760
|
<dd></dd>
|
@@ -865,18 +780,6 @@
|
|
865
780
|
</dt>
|
866
781
|
<dd></dd>
|
867
782
|
<dt>
|
868
|
-
<a class="link" href="gdk-Properties-and-Atoms.html#gdk-text-property-to-text-list" title="gdk_text_property_to_text_list ()">gdk_text_property_to_text_list</a>, function in <a class="link" href="gdk-Properties-and-Atoms.html" title="Properties and Atoms">Properties and Atoms</a>
|
869
|
-
</dt>
|
870
|
-
<dd></dd>
|
871
|
-
<dt>
|
872
|
-
<a class="link" href="gdk-Properties-and-Atoms.html#gdk-text-property-to-text-list-for-display" title="gdk_text_property_to_text_list_for_display ()">gdk_text_property_to_text_list_for_display</a>, function in <a class="link" href="gdk-Properties-and-Atoms.html" title="Properties and Atoms">Properties and Atoms</a>
|
873
|
-
</dt>
|
874
|
-
<dd></dd>
|
875
|
-
<dt>
|
876
|
-
<a class="link" href="gdk-Properties-and-Atoms.html#gdk-text-property-to-utf8-list" title="gdk_text_property_to_utf8_list ()">gdk_text_property_to_utf8_list</a>, function in <a class="link" href="gdk-Properties-and-Atoms.html" title="Properties and Atoms">Properties and Atoms</a>
|
877
|
-
</dt>
|
878
|
-
<dd></dd>
|
879
|
-
<dt>
|
880
783
|
<a class="link" href="gdk-Fonts.html#gdk-text-width" title="gdk_text_width ()">gdk_text_width</a>, function in <a class="link" href="gdk-Fonts.html" title="Fonts">Fonts</a>
|
881
784
|
</dt>
|
882
785
|
<dd></dd>
|
@@ -888,15 +791,6 @@
|
|
888
791
|
<a class="link" href="gdk-Threads.html#gdk-threads-mutex" title="gdk_threads_mutex">gdk_threads_mutex</a>, variable in <a class="link" href="gdk-Threads.html" title="Threads">Threads</a>
|
889
792
|
</dt>
|
890
793
|
<dd></dd>
|
891
|
-
<a name="idxU"></a><h3 class="title">U</h3>
|
892
|
-
<dt>
|
893
|
-
<a class="link" href="gdk-Properties-and-Atoms.html#gdk-utf8-to-compound-text" title="gdk_utf8_to_compound_text ()">gdk_utf8_to_compound_text</a>, function in <a class="link" href="gdk-Properties-and-Atoms.html" title="Properties and Atoms">Properties and Atoms</a>
|
894
|
-
</dt>
|
895
|
-
<dd></dd>
|
896
|
-
<dt>
|
897
|
-
<a class="link" href="gdk-Properties-and-Atoms.html#gdk-utf8-to-compound-text-for-display" title="gdk_utf8_to_compound_text_for_display ()">gdk_utf8_to_compound_text_for_display</a>, function in <a class="link" href="gdk-Properties-and-Atoms.html" title="Properties and Atoms">Properties and Atoms</a>
|
898
|
-
</dt>
|
899
|
-
<dd></dd>
|
900
794
|
<a name="idxV"></a><h3 class="title">V</h3>
|
901
795
|
<dt>
|
902
796
|
<a class="link" href="gdk-Visuals.html#gdk-visual-ref" title="gdk_visual_ref()">gdk_visual_ref</a>, macro in <a class="link" href="gdk-Visuals.html" title="Visuals">Visuals</a>
|
@@ -916,14 +810,6 @@
|
|
916
810
|
</dt>
|
917
811
|
<dd></dd>
|
918
812
|
<dt>
|
919
|
-
<a class="link" href="gdk-X-Window-System-Interaction.html#gdk-window-foreign-new" title="gdk_window_foreign_new ()">gdk_window_foreign_new</a>, function in <a class="link" href="gdk-X-Window-System-Interaction.html" title="X Window System Interaction">X Window System Interaction</a>
|
920
|
-
</dt>
|
921
|
-
<dd></dd>
|
922
|
-
<dt>
|
923
|
-
<a class="link" href="gdk-X-Window-System-Interaction.html#gdk-window-foreign-new-for-display" title="gdk_window_foreign_new_for_display ()">gdk_window_foreign_new_for_display</a>, function in <a class="link" href="gdk-X-Window-System-Interaction.html" title="X Window System Interaction">X Window System Interaction</a>
|
924
|
-
</dt>
|
925
|
-
<dd></dd>
|
926
|
-
<dt>
|
927
813
|
<a class="link" href="gdk-Windows.html#gdk-window-get-colormap" title="gdk_window_get_colormap">gdk_window_get_colormap</a>, macro in <a class="link" href="gdk-Windows.html" title="Windows">Windows</a>
|
928
814
|
</dt>
|
929
815
|
<dd></dd>
|
@@ -944,11 +830,7 @@
|
|
944
830
|
</dt>
|
945
831
|
<dd></dd>
|
946
832
|
<dt>
|
947
|
-
<a class="link" href="gdk-
|
948
|
-
</dt>
|
949
|
-
<dd></dd>
|
950
|
-
<dt>
|
951
|
-
<a class="link" href="gdk-X-Window-System-Interaction.html#gdk-window-lookup-for-display" title="gdk_window_lookup_for_display ()">gdk_window_lookup_for_display</a>, function in <a class="link" href="gdk-X-Window-System-Interaction.html" title="X Window System Interaction">X Window System Interaction</a>
|
833
|
+
<a class="link" href="gdk-Windows.html#gdk-window-get-visual" title="gdk_window_get_visual">gdk_window_get_visual</a>, macro in <a class="link" href="gdk-Windows.html" title="Windows">Windows</a>
|
952
834
|
</dt>
|
953
835
|
<dd></dd>
|
954
836
|
<dt>
|
@@ -989,24 +871,12 @@
|
|
989
871
|
</dt>
|
990
872
|
<dd></dd>
|
991
873
|
<dt>
|
992
|
-
<a class="link" href="gdk-X-Window-System-Interaction.html#gdk-xid-table-lookup" title="gdk_xid_table_lookup ()">gdk_xid_table_lookup</a>, function in <a class="link" href="gdk-X-Window-System-Interaction.html" title="X Window System Interaction">X Window System Interaction</a>
|
993
|
-
</dt>
|
994
|
-
<dd></dd>
|
995
|
-
<dt>
|
996
|
-
<a class="link" href="gdk-X-Window-System-Interaction.html#gdk-xid-table-lookup-for-display" title="gdk_xid_table_lookup_for_display ()">gdk_xid_table_lookup_for_display</a>, function in <a class="link" href="gdk-X-Window-System-Interaction.html" title="X Window System Interaction">X Window System Interaction</a>
|
997
|
-
</dt>
|
998
|
-
<dd></dd>
|
999
|
-
<dt>
|
1000
874
|
<a class="link" href="gdk-X-Window-System-Interaction.html#gdkx-colormap-get" title="gdkx_colormap_get ()">gdkx_colormap_get</a>, function in <a class="link" href="gdk-X-Window-System-Interaction.html" title="X Window System Interaction">X Window System Interaction</a>
|
1001
875
|
</dt>
|
1002
876
|
<dd></dd>
|
1003
|
-
<dt>
|
1004
|
-
<a class="link" href="gdk-X-Window-System-Interaction.html#gdkx-visual-get" title="gdkx_visual_get ()">gdkx_visual_get</a>, function in <a class="link" href="gdk-X-Window-System-Interaction.html" title="X Window System Interaction">X Window System Interaction</a>
|
1005
|
-
</dt>
|
1006
|
-
<dd></dd>
|
1007
877
|
</div>
|
1008
878
|
<div class="footer">
|
1009
879
|
<hr>
|
1010
|
-
Generated by GTK-Doc V1.
|
880
|
+
Generated by GTK-Doc V1.15</div>
|
1011
881
|
</body>
|
1012
882
|
</html>
|