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
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="GtkItemFactory.html" title="GtkItemFactory">
|
10
10
|
<link rel="next" href="GtkListItem.html" title="GtkListItem">
|
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 href="#GtkList.signals" class="shortcut">Signals</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="refentry">
|
37
|
+
<div class="refentry" title="GtkList">
|
38
38
|
<a name="GtkList"></a><div class="titlepage"></div>
|
39
39
|
<div class="refnamediv"><table width="100%"><tr>
|
40
40
|
<td valign="top">
|
@@ -43,13 +43,13 @@
|
|
43
43
|
</td>
|
44
44
|
<td valign="top" align="right"></td>
|
45
45
|
</tr></table></div>
|
46
|
-
<div class="refsynopsisdiv">
|
46
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
47
47
|
<a name="GtkList.synopsis"></a><h2>Synopsis</h2>
|
48
48
|
<pre class="synopsis">
|
49
49
|
#include <gtk/gtk.h>
|
50
50
|
|
51
|
-
|
52
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
51
|
+
<a class="link" href="GtkList.html#GtkList-struct" title="GtkList">GtkList</a>;
|
52
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkList.html#gtk-list-new" title="gtk_list_new ()">gtk_list_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="GtkList.html#gtk-list-insert-items" title="gtk_list_insert_items ()">gtk_list_insert_items</a> (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
54
54
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>,
|
55
55
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);
|
@@ -98,7 +98,7 @@ struct <a class="link" href="GtkList.html#GtkList-struct" title="st
|
|
98
98
|
<span class="returnvalue">void</span> <a class="link" href="GtkList.html#gtk-list-end-drag-selection" title="gtk_list_end_drag_selection ()">gtk_list_end_drag_selection</a> (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);
|
99
99
|
</pre>
|
100
100
|
</div>
|
101
|
-
<div class="refsect1">
|
101
|
+
<div class="refsect1" title="Object Hierarchy">
|
102
102
|
<a name="GtkList.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
103
103
|
<pre class="synopsis">
|
104
104
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -109,27 +109,27 @@ struct <a class="link" href="GtkList.html#GtkList-struct" title="st
|
|
109
109
|
+----GtkList
|
110
110
|
</pre>
|
111
111
|
</div>
|
112
|
-
<div class="refsect1">
|
112
|
+
<div class="refsect1" title="Implemented Interfaces">
|
113
113
|
<a name="GtkList.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
114
114
|
<p>
|
115
115
|
GtkList implements
|
116
116
|
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
117
117
|
</div>
|
118
|
-
<div class="refsect1">
|
118
|
+
<div class="refsect1" title="Properties">
|
119
119
|
<a name="GtkList.properties"></a><h2>Properties</h2>
|
120
120
|
<pre class="synopsis">
|
121
121
|
"<a class="link" href="GtkList.html#GtkList--selection-mode" title='The "selection-mode" property'>selection-mode</a>" <a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> : Read / Write
|
122
122
|
</pre>
|
123
123
|
</div>
|
124
|
-
<div class="refsect1">
|
124
|
+
<div class="refsect1" title="Signals">
|
125
125
|
<a name="GtkList.signals"></a><h2>Signals</h2>
|
126
126
|
<pre class="synopsis">
|
127
|
-
"<a class="link" href="GtkList.html#GtkList-select-child" title='The "select-child" signal'>select-child</a>" :
|
128
|
-
"<a class="link" href="GtkList.html#GtkList-selection-changed" title='The "selection-changed" signal'>selection-changed</a>" :
|
129
|
-
"<a class="link" href="GtkList.html#GtkList-unselect-child" title='The "unselect-child" signal'>unselect-child</a>" :
|
127
|
+
"<a class="link" href="GtkList.html#GtkList-select-child" title='The "select-child" signal'>select-child</a>" : Run First
|
128
|
+
"<a class="link" href="GtkList.html#GtkList-selection-changed" title='The "selection-changed" signal'>selection-changed</a>" : Run First
|
129
|
+
"<a class="link" href="GtkList.html#GtkList-unselect-child" title='The "unselect-child" signal'>unselect-child</a>" : Run First
|
130
130
|
</pre>
|
131
131
|
</div>
|
132
|
-
<div class="refsect1">
|
132
|
+
<div class="refsect1" title="Description">
|
133
133
|
<a name="GtkList.description"></a><h2>Description</h2>
|
134
134
|
<p>
|
135
135
|
The <a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> widget is a container whose children are displayed
|
@@ -142,12 +142,12 @@ GtkList has been deprecated since GTK+ 2.0 and should not be used
|
|
142
142
|
in newly written code. Use <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> instead.
|
143
143
|
</p>
|
144
144
|
</div>
|
145
|
-
<div class="refsect1">
|
145
|
+
<div class="refsect1" title="Details">
|
146
146
|
<a name="GtkList.details"></a><h2>Details</h2>
|
147
|
-
<div class="refsect2">
|
148
|
-
<a name="GtkList-struct"></a><h3>
|
149
|
-
<pre class="programlisting">struct GtkList;</pre>
|
150
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
147
|
+
<div class="refsect2" title="GtkList">
|
148
|
+
<a name="GtkList-struct"></a><h3>GtkList</h3>
|
149
|
+
<pre class="programlisting">typedef struct _GtkList GtkList;</pre>
|
150
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
151
151
|
<h3 class="title">Warning</h3>
|
152
152
|
<p><code class="literal">GtkList</code> is deprecated and should not be used in newly-written code.</p>
|
153
153
|
</div>
|
@@ -155,10 +155,10 @@ in newly written code. Use <a class="link" href="GtkTreeView.html" title="GtkTre
|
|
155
155
|
</p>
|
156
156
|
</div>
|
157
157
|
<hr>
|
158
|
-
<div class="refsect2">
|
158
|
+
<div class="refsect2" title="gtk_list_new ()">
|
159
159
|
<a name="gtk-list-new"></a><h3>gtk_list_new ()</h3>
|
160
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
161
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
160
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_list_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
161
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
162
162
|
<h3 class="title">Warning</h3>
|
163
163
|
<p><code class="literal">gtk_list_new</code> is deprecated and should not be used in newly-written code.</p>
|
164
164
|
</div>
|
@@ -175,12 +175,12 @@ Creates a new <a class="link" href="GtkList.html" title="GtkList"><span class="t
|
|
175
175
|
</table></div>
|
176
176
|
</div>
|
177
177
|
<hr>
|
178
|
-
<div class="refsect2">
|
178
|
+
<div class="refsect2" title="gtk_list_insert_items ()">
|
179
179
|
<a name="gtk-list-insert-items"></a><h3>gtk_list_insert_items ()</h3>
|
180
180
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_insert_items (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
181
181
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>,
|
182
182
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
|
183
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
183
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
184
184
|
<h3 class="title">Warning</h3>
|
185
185
|
<p><code class="literal">gtk_list_insert_items</code> is deprecated and should not be used in newly-written code.</p>
|
186
186
|
</div>
|
@@ -193,25 +193,28 @@ must not be freed after.
|
|
193
193
|
<tbody>
|
194
194
|
<tr>
|
195
195
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
196
|
-
<td>the list widget
|
196
|
+
<td>the list widget.
|
197
|
+
</td>
|
197
198
|
</tr>
|
198
199
|
<tr>
|
199
200
|
<td><p><span class="term"><em class="parameter"><code>items</code></em> :</span></p></td>
|
200
|
-
<td>the items
|
201
|
+
<td>the items.
|
202
|
+
</td>
|
201
203
|
</tr>
|
202
204
|
<tr>
|
203
205
|
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
204
|
-
<td>the position to insert <em class="parameter"><code>items</code></em>, starting at 0
|
206
|
+
<td>the position to insert <em class="parameter"><code>items</code></em>, starting at 0.
|
207
|
+
</td>
|
205
208
|
</tr>
|
206
209
|
</tbody>
|
207
210
|
</table></div>
|
208
211
|
</div>
|
209
212
|
<hr>
|
210
|
-
<div class="refsect2">
|
213
|
+
<div class="refsect2" title="gtk_list_append_items ()">
|
211
214
|
<a name="gtk-list-append-items"></a><h3>gtk_list_append_items ()</h3>
|
212
215
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_append_items (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
213
216
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);</pre>
|
214
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
217
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
215
218
|
<h3 class="title">Warning</h3>
|
216
219
|
<p><code class="literal">gtk_list_append_items</code> is deprecated and should not be used in newly-written code.</p>
|
217
220
|
</div>
|
@@ -223,21 +226,23 @@ Adds <em class="parameter"><code>items</code></em> to the end of the <em class="
|
|
223
226
|
<tbody>
|
224
227
|
<tr>
|
225
228
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
226
|
-
<td>the list widget
|
229
|
+
<td>the list widget.
|
230
|
+
</td>
|
227
231
|
</tr>
|
228
232
|
<tr>
|
229
233
|
<td><p><span class="term"><em class="parameter"><code>items</code></em> :</span></p></td>
|
230
|
-
<td>the items
|
234
|
+
<td>the items.
|
235
|
+
</td>
|
231
236
|
</tr>
|
232
237
|
</tbody>
|
233
238
|
</table></div>
|
234
239
|
</div>
|
235
240
|
<hr>
|
236
|
-
<div class="refsect2">
|
241
|
+
<div class="refsect2" title="gtk_list_prepend_items ()">
|
237
242
|
<a name="gtk-list-prepend-items"></a><h3>gtk_list_prepend_items ()</h3>
|
238
243
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_prepend_items (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
239
244
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);</pre>
|
240
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
245
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
241
246
|
<h3 class="title">Warning</h3>
|
242
247
|
<p><code class="literal">gtk_list_prepend_items</code> is deprecated and should not be used in newly-written code.</p>
|
243
248
|
</div>
|
@@ -249,21 +254,23 @@ Inserts <em class="parameter"><code>items</code></em> at the beginning of the <e
|
|
249
254
|
<tbody>
|
250
255
|
<tr>
|
251
256
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
252
|
-
<td>the list widget
|
257
|
+
<td>the list widget.
|
258
|
+
</td>
|
253
259
|
</tr>
|
254
260
|
<tr>
|
255
261
|
<td><p><span class="term"><em class="parameter"><code>items</code></em> :</span></p></td>
|
256
|
-
<td>the items
|
262
|
+
<td>the items.
|
263
|
+
</td>
|
257
264
|
</tr>
|
258
265
|
</tbody>
|
259
266
|
</table></div>
|
260
267
|
</div>
|
261
268
|
<hr>
|
262
|
-
<div class="refsect2">
|
269
|
+
<div class="refsect2" title="gtk_list_remove_items ()">
|
263
270
|
<a name="gtk-list-remove-items"></a><h3>gtk_list_remove_items ()</h3>
|
264
271
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_remove_items (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
265
272
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);</pre>
|
266
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
273
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
267
274
|
<h3 class="title">Warning</h3>
|
268
275
|
<p><code class="literal">gtk_list_remove_items</code> is deprecated and should not be used in newly-written code.</p>
|
269
276
|
</div>
|
@@ -275,21 +282,23 @@ Removes the <em class="parameter"><code>items</code></em> from the <em class="pa
|
|
275
282
|
<tbody>
|
276
283
|
<tr>
|
277
284
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
278
|
-
<td>the list widget
|
285
|
+
<td>the list widget.
|
286
|
+
</td>
|
279
287
|
</tr>
|
280
288
|
<tr>
|
281
289
|
<td><p><span class="term"><em class="parameter"><code>items</code></em> :</span></p></td>
|
282
|
-
<td>the items to remove
|
290
|
+
<td>the items to remove.
|
291
|
+
</td>
|
283
292
|
</tr>
|
284
293
|
</tbody>
|
285
294
|
</table></div>
|
286
295
|
</div>
|
287
296
|
<hr>
|
288
|
-
<div class="refsect2">
|
297
|
+
<div class="refsect2" title="gtk_list_remove_items_no_unref ()">
|
289
298
|
<a name="gtk-list-remove-items-no-unref"></a><h3>gtk_list_remove_items_no_unref ()</h3>
|
290
299
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_remove_items_no_unref (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
291
300
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *items</code></em>);</pre>
|
292
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
301
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
293
302
|
<h3 class="title">Warning</h3>
|
294
303
|
<p><code class="literal">gtk_list_remove_items_no_unref</code> is deprecated and should not be used in newly-written code.</p>
|
295
304
|
</div>
|
@@ -302,22 +311,24 @@ may be useful if you want to move the items from one list to another.
|
|
302
311
|
<tbody>
|
303
312
|
<tr>
|
304
313
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
305
|
-
<td>the list widget
|
314
|
+
<td>the list widget.
|
315
|
+
</td>
|
306
316
|
</tr>
|
307
317
|
<tr>
|
308
318
|
<td><p><span class="term"><em class="parameter"><code>items</code></em> :</span></p></td>
|
309
|
-
<td>the items
|
319
|
+
<td>the items.
|
320
|
+
</td>
|
310
321
|
</tr>
|
311
322
|
</tbody>
|
312
323
|
</table></div>
|
313
324
|
</div>
|
314
325
|
<hr>
|
315
|
-
<div class="refsect2">
|
326
|
+
<div class="refsect2" title="gtk_list_clear_items ()">
|
316
327
|
<a name="gtk-list-clear-items"></a><h3>gtk_list_clear_items ()</h3>
|
317
328
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_clear_items (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
318
329
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start</code></em>,
|
319
330
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end</code></em>);</pre>
|
320
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
331
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
321
332
|
<h3 class="title">Warning</h3>
|
322
333
|
<p><code class="literal">gtk_list_clear_items</code> is deprecated and should not be used in newly-written code.</p>
|
323
334
|
</div>
|
@@ -333,25 +344,28 @@ done.
|
|
333
344
|
<tbody>
|
334
345
|
<tr>
|
335
346
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
336
|
-
<td>the list widget
|
347
|
+
<td>the list widget.
|
348
|
+
</td>
|
337
349
|
</tr>
|
338
350
|
<tr>
|
339
351
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
340
|
-
<td>the index of the first item to remove
|
352
|
+
<td>the index of the first item to remove.
|
353
|
+
</td>
|
341
354
|
</tr>
|
342
355
|
<tr>
|
343
356
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
344
|
-
<td>the index of the lest item to remove plus one
|
357
|
+
<td>the index of the lest item to remove plus one.
|
358
|
+
</td>
|
345
359
|
</tr>
|
346
360
|
</tbody>
|
347
361
|
</table></div>
|
348
362
|
</div>
|
349
363
|
<hr>
|
350
|
-
<div class="refsect2">
|
364
|
+
<div class="refsect2" title="gtk_list_select_item ()">
|
351
365
|
<a name="gtk-list-select-item"></a><h3>gtk_list_select_item ()</h3>
|
352
366
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_select_item (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
353
367
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item</code></em>);</pre>
|
354
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
368
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
355
369
|
<h3 class="title">Warning</h3>
|
356
370
|
<p><code class="literal">gtk_list_select_item</code> is deprecated and should not be used in newly-written code.</p>
|
357
371
|
</div>
|
@@ -364,21 +378,23 @@ is out of bounds. The signal GtkList::select-child will be emitted.
|
|
364
378
|
<tbody>
|
365
379
|
<tr>
|
366
380
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
367
|
-
<td>the list widget
|
381
|
+
<td>the list widget.
|
382
|
+
</td>
|
368
383
|
</tr>
|
369
384
|
<tr>
|
370
385
|
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
|
371
|
-
<td>the index of the child to select
|
386
|
+
<td>the index of the child to select.
|
387
|
+
</td>
|
372
388
|
</tr>
|
373
389
|
</tbody>
|
374
390
|
</table></div>
|
375
391
|
</div>
|
376
392
|
<hr>
|
377
|
-
<div class="refsect2">
|
393
|
+
<div class="refsect2" title="gtk_list_unselect_item ()">
|
378
394
|
<a name="gtk-list-unselect-item"></a><h3>gtk_list_unselect_item ()</h3>
|
379
395
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_unselect_item (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
380
396
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> item</code></em>);</pre>
|
381
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
397
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
382
398
|
<h3 class="title">Warning</h3>
|
383
399
|
<p><code class="literal">gtk_list_unselect_item</code> is deprecated and should not be used in newly-written code.</p>
|
384
400
|
</div>
|
@@ -392,21 +408,23 @@ emitted.
|
|
392
408
|
<tbody>
|
393
409
|
<tr>
|
394
410
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
395
|
-
<td>the list widget
|
411
|
+
<td>the list widget.
|
412
|
+
</td>
|
396
413
|
</tr>
|
397
414
|
<tr>
|
398
415
|
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
|
399
|
-
<td>the index of the child to unselect
|
416
|
+
<td>the index of the child to unselect.
|
417
|
+
</td>
|
400
418
|
</tr>
|
401
419
|
</tbody>
|
402
420
|
</table></div>
|
403
421
|
</div>
|
404
422
|
<hr>
|
405
|
-
<div class="refsect2">
|
423
|
+
<div class="refsect2" title="gtk_list_select_child ()">
|
406
424
|
<a name="gtk-list-select-child"></a><h3>gtk_list_select_child ()</h3>
|
407
425
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_select_child (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
408
426
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
409
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
427
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
410
428
|
<h3 class="title">Warning</h3>
|
411
429
|
<p><code class="literal">gtk_list_select_child</code> is deprecated and should not be used in newly-written code.</p>
|
412
430
|
</div>
|
@@ -419,21 +437,23 @@ emitted.
|
|
419
437
|
<tbody>
|
420
438
|
<tr>
|
421
439
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
422
|
-
<td>the list widget
|
440
|
+
<td>the list widget
|
441
|
+
</td>
|
423
442
|
</tr>
|
424
443
|
<tr>
|
425
444
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
426
|
-
<td>the child to select
|
445
|
+
<td>the child to select.
|
446
|
+
</td>
|
427
447
|
</tr>
|
428
448
|
</tbody>
|
429
449
|
</table></div>
|
430
450
|
</div>
|
431
451
|
<hr>
|
432
|
-
<div class="refsect2">
|
452
|
+
<div class="refsect2" title="gtk_list_unselect_child ()">
|
433
453
|
<a name="gtk-list-unselect-child"></a><h3>gtk_list_unselect_child ()</h3>
|
434
454
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_unselect_child (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
435
455
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
436
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
456
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
437
457
|
<h3 class="title">Warning</h3>
|
438
458
|
<p><code class="literal">gtk_list_unselect_child</code> is deprecated and should not be used in newly-written code.</p>
|
439
459
|
</div>
|
@@ -446,21 +466,23 @@ emitted.
|
|
446
466
|
<tbody>
|
447
467
|
<tr>
|
448
468
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
449
|
-
<td>the list widget
|
469
|
+
<td>the list widget.
|
470
|
+
</td>
|
450
471
|
</tr>
|
451
472
|
<tr>
|
452
473
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
453
|
-
<td>the child to unselect
|
474
|
+
<td>the child to unselect.
|
475
|
+
</td>
|
454
476
|
</tr>
|
455
477
|
</tbody>
|
456
478
|
</table></div>
|
457
479
|
</div>
|
458
480
|
<hr>
|
459
|
-
<div class="refsect2">
|
481
|
+
<div class="refsect2" title="gtk_list_child_position ()">
|
460
482
|
<a name="gtk-list-child-position"></a><h3>gtk_list_child_position ()</h3>
|
461
483
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_list_child_position (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
462
484
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
463
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
485
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
464
486
|
<h3 class="title">Warning</h3>
|
465
487
|
<p><code class="literal">gtk_list_child_position</code> is deprecated and should not be used in newly-written code.</p>
|
466
488
|
</div>
|
@@ -472,25 +494,28 @@ Searches the children of <em class="parameter"><code>list</code></em> for the in
|
|
472
494
|
<tbody>
|
473
495
|
<tr>
|
474
496
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
475
|
-
<td>the list widget
|
497
|
+
<td>the list widget.
|
498
|
+
</td>
|
476
499
|
</tr>
|
477
500
|
<tr>
|
478
501
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
479
|
-
<td>the child to look for
|
502
|
+
<td>the child to look for.
|
503
|
+
</td>
|
480
504
|
</tr>
|
481
505
|
<tr>
|
482
506
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
483
|
-
<td>the index of the child, -1 if not found
|
507
|
+
<td>the index of the child, -1 if not found.
|
508
|
+
</td>
|
484
509
|
</tr>
|
485
510
|
</tbody>
|
486
511
|
</table></div>
|
487
512
|
</div>
|
488
513
|
<hr>
|
489
|
-
<div class="refsect2">
|
514
|
+
<div class="refsect2" title="gtk_list_set_selection_mode ()">
|
490
515
|
<a name="gtk-list-set-selection-mode"></a><h3>gtk_list_set_selection_mode ()</h3>
|
491
516
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_set_selection_mode (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
492
517
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> mode</code></em>);</pre>
|
493
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
518
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
494
519
|
<h3 class="title">Warning</h3>
|
495
520
|
<p><code class="literal">gtk_list_set_selection_mode</code> is deprecated and should not be used in newly-written code.</p>
|
496
521
|
</div>
|
@@ -538,23 +563,25 @@ Shift key to select between the focus and the child pointed to.
|
|
538
563
|
<tbody>
|
539
564
|
<tr>
|
540
565
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
541
|
-
<td>the list widget
|
566
|
+
<td>the list widget.
|
567
|
+
</td>
|
542
568
|
</tr>
|
543
569
|
<tr>
|
544
570
|
<td><p><span class="term"><em class="parameter"><code>mode</code></em> :</span></p></td>
|
545
|
-
<td>the new selection mode
|
571
|
+
<td>the new selection mode.
|
572
|
+
</td>
|
546
573
|
</tr>
|
547
574
|
</tbody>
|
548
575
|
</table></div>
|
549
576
|
</div>
|
550
577
|
<hr>
|
551
|
-
<div class="refsect2">
|
578
|
+
<div class="refsect2" title="gtk_list_extend_selection ()">
|
552
579
|
<a name="gtk-list-extend-selection"></a><h3>gtk_list_extend_selection ()</h3>
|
553
580
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_extend_selection (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
554
581
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type</code></em>,
|
555
582
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>,
|
556
583
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> auto_start_selection</code></em>);</pre>
|
557
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
584
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
558
585
|
<h3 class="title">Warning</h3>
|
559
586
|
<p><code class="literal">gtk_list_extend_selection</code> is deprecated and should not be used in newly-written code.</p>
|
560
587
|
</div>
|
@@ -567,29 +594,33 @@ in <a class="link" href="gtk-Standard-Enumerations.html#GTK-SELECTION-EXTENDED:C
|
|
567
594
|
<tbody>
|
568
595
|
<tr>
|
569
596
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
570
|
-
<td>the list widget
|
597
|
+
<td>the list widget.
|
598
|
+
</td>
|
571
599
|
</tr>
|
572
600
|
<tr>
|
573
601
|
<td><p><span class="term"><em class="parameter"><code>scroll_type</code></em> :</span></p></td>
|
574
|
-
<td>the direction and length
|
602
|
+
<td>the direction and length.
|
603
|
+
</td>
|
575
604
|
</tr>
|
576
605
|
<tr>
|
577
606
|
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
578
|
-
<td>the position if <em class="parameter"><code>scroll_type</code></em> is <span class="type">GTK_SCROLL_JUMP</span
|
607
|
+
<td>the position if <em class="parameter"><code>scroll_type</code></em> is <span class="type">GTK_SCROLL_JUMP</span>.
|
608
|
+
</td>
|
579
609
|
</tr>
|
580
610
|
<tr>
|
581
611
|
<td><p><span class="term"><em class="parameter"><code>auto_start_selection</code></em> :</span></p></td>
|
582
612
|
<td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, <a class="link" href="GtkList.html#gtk-list-start-selection" title="gtk_list_start_selection ()"><code class="function">gtk_list_start_selection()</code></a> is automatically
|
583
|
-
carried out before extending the selection
|
613
|
+
carried out before extending the selection.
|
614
|
+
</td>
|
584
615
|
</tr>
|
585
616
|
</tbody>
|
586
617
|
</table></div>
|
587
618
|
</div>
|
588
619
|
<hr>
|
589
|
-
<div class="refsect2">
|
620
|
+
<div class="refsect2" title="gtk_list_start_selection ()">
|
590
621
|
<a name="gtk-list-start-selection"></a><h3>gtk_list_start_selection ()</h3>
|
591
622
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_start_selection (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);</pre>
|
592
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
623
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
593
624
|
<h3 class="title">Warning</h3>
|
594
625
|
<p><code class="literal">gtk_list_start_selection</code> is deprecated and should not be used in newly-written code.</p>
|
595
626
|
</div>
|
@@ -601,15 +632,16 @@ Starts a selection (or part of selection) at the focused child. Only in
|
|
601
632
|
<col align="left" valign="top">
|
602
633
|
<tbody><tr>
|
603
634
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
604
|
-
<td>the list widget
|
635
|
+
<td>the list widget.
|
636
|
+
</td>
|
605
637
|
</tr></tbody>
|
606
638
|
</table></div>
|
607
639
|
</div>
|
608
640
|
<hr>
|
609
|
-
<div class="refsect2">
|
641
|
+
<div class="refsect2" title="gtk_list_end_selection ()">
|
610
642
|
<a name="gtk-list-end-selection"></a><h3>gtk_list_end_selection ()</h3>
|
611
643
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_end_selection (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);</pre>
|
612
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
644
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
613
645
|
<h3 class="title">Warning</h3>
|
614
646
|
<p><code class="literal">gtk_list_end_selection</code> is deprecated and should not be used in newly-written code.</p>
|
615
647
|
</div>
|
@@ -621,15 +653,16 @@ Ends the selection. Used with <a class="link" href="GtkList.html#gtk-list-extend
|
|
621
653
|
<col align="left" valign="top">
|
622
654
|
<tbody><tr>
|
623
655
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
624
|
-
<td>the list widget
|
656
|
+
<td>the list widget.
|
657
|
+
</td>
|
625
658
|
</tr></tbody>
|
626
659
|
</table></div>
|
627
660
|
</div>
|
628
661
|
<hr>
|
629
|
-
<div class="refsect2">
|
662
|
+
<div class="refsect2" title="gtk_list_select_all ()">
|
630
663
|
<a name="gtk-list-select-all"></a><h3>gtk_list_select_all ()</h3>
|
631
664
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_select_all (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);</pre>
|
632
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
665
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
633
666
|
<h3 class="title">Warning</h3>
|
634
667
|
<p><code class="literal">gtk_list_select_all</code> is deprecated and should not be used in newly-written code.</p>
|
635
668
|
</div>
|
@@ -641,15 +674,16 @@ newly selected child.
|
|
641
674
|
<col align="left" valign="top">
|
642
675
|
<tbody><tr>
|
643
676
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
644
|
-
<td>the list widget
|
677
|
+
<td>the list widget.
|
678
|
+
</td>
|
645
679
|
</tr></tbody>
|
646
680
|
</table></div>
|
647
681
|
</div>
|
648
682
|
<hr>
|
649
|
-
<div class="refsect2">
|
683
|
+
<div class="refsect2" title="gtk_list_unselect_all ()">
|
650
684
|
<a name="gtk-list-unselect-all"></a><h3>gtk_list_unselect_all ()</h3>
|
651
685
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_unselect_all (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);</pre>
|
652
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
686
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
653
687
|
<h3 class="title">Warning</h3>
|
654
688
|
<p><code class="literal">gtk_list_unselect_all</code> is deprecated and should not be used in newly-written code.</p>
|
655
689
|
</div>
|
@@ -661,17 +695,18 @@ newly unselected child.
|
|
661
695
|
<col align="left" valign="top">
|
662
696
|
<tbody><tr>
|
663
697
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
664
|
-
<td>the list widget
|
698
|
+
<td>the list widget.
|
699
|
+
</td>
|
665
700
|
</tr></tbody>
|
666
701
|
</table></div>
|
667
702
|
</div>
|
668
703
|
<hr>
|
669
|
-
<div class="refsect2">
|
704
|
+
<div class="refsect2" title="gtk_list_scroll_horizontal ()">
|
670
705
|
<a name="gtk-list-scroll-horizontal"></a><h3>gtk_list_scroll_horizontal ()</h3>
|
671
706
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_scroll_horizontal (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
672
707
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type</code></em>,
|
673
708
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>);</pre>
|
674
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
709
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
675
710
|
<h3 class="title">Warning</h3>
|
676
711
|
<p><code class="literal">gtk_list_scroll_horizontal</code> is deprecated and should not be used in newly-written code.</p>
|
677
712
|
</div>
|
@@ -690,11 +725,13 @@ scrolls to the ratio <em class="parameter"><code>position</code></em>: 0 is full
|
|
690
725
|
<tbody>
|
691
726
|
<tr>
|
692
727
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
693
|
-
<td>the list widget
|
728
|
+
<td>the list widget.
|
729
|
+
</td>
|
694
730
|
</tr>
|
695
731
|
<tr>
|
696
732
|
<td><p><span class="term"><em class="parameter"><code>scroll_type</code></em> :</span></p></td>
|
697
|
-
<td>the scrolling type
|
733
|
+
<td>the scrolling type.
|
734
|
+
</td>
|
698
735
|
</tr>
|
699
736
|
<tr>
|
700
737
|
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
@@ -705,12 +742,12 @@ scrolls to the ratio <em class="parameter"><code>position</code></em>: 0 is full
|
|
705
742
|
</table></div>
|
706
743
|
</div>
|
707
744
|
<hr>
|
708
|
-
<div class="refsect2">
|
745
|
+
<div class="refsect2" title="gtk_list_scroll_vertical ()">
|
709
746
|
<a name="gtk-list-scroll-vertical"></a><h3>gtk_list_scroll_vertical ()</h3>
|
710
747
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_scroll_vertical (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
711
748
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> scroll_type</code></em>,
|
712
749
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> position</code></em>);</pre>
|
713
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
750
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
714
751
|
<h3 class="title">Warning</h3>
|
715
752
|
<p><code class="literal">gtk_list_scroll_vertical</code> is deprecated and should not be used in newly-written code.</p>
|
716
753
|
</div>
|
@@ -729,11 +766,13 @@ scrolls to the ratio <em class="parameter"><code>position</code></em>: 0 is top,
|
|
729
766
|
<tbody>
|
730
767
|
<tr>
|
731
768
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
732
|
-
<td>the list widget
|
769
|
+
<td>the list widget.
|
770
|
+
</td>
|
733
771
|
</tr>
|
734
772
|
<tr>
|
735
773
|
<td><p><span class="term"><em class="parameter"><code>scroll_type</code></em> :</span></p></td>
|
736
|
-
<td>the scrolling type
|
774
|
+
<td>the scrolling type.
|
775
|
+
</td>
|
737
776
|
</tr>
|
738
777
|
<tr>
|
739
778
|
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
@@ -744,10 +783,10 @@ scrolls to the ratio <em class="parameter"><code>position</code></em>: 0 is top,
|
|
744
783
|
</table></div>
|
745
784
|
</div>
|
746
785
|
<hr>
|
747
|
-
<div class="refsect2">
|
786
|
+
<div class="refsect2" title="gtk_list_toggle_add_mode ()">
|
748
787
|
<a name="gtk-list-toggle-add-mode"></a><h3>gtk_list_toggle_add_mode ()</h3>
|
749
788
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_toggle_add_mode (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);</pre>
|
750
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
789
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
751
790
|
<h3 class="title">Warning</h3>
|
752
791
|
<p><code class="literal">gtk_list_toggle_add_mode</code> is deprecated and should not be used in newly-written code.</p>
|
753
792
|
</div>
|
@@ -759,15 +798,16 @@ in <a class="link" href="gtk-Standard-Enumerations.html#GTK-SELECTION-EXTENDED:C
|
|
759
798
|
<col align="left" valign="top">
|
760
799
|
<tbody><tr>
|
761
800
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
762
|
-
<td>the list widget
|
801
|
+
<td>the list widget.
|
802
|
+
</td>
|
763
803
|
</tr></tbody>
|
764
804
|
</table></div>
|
765
805
|
</div>
|
766
806
|
<hr>
|
767
|
-
<div class="refsect2">
|
807
|
+
<div class="refsect2" title="gtk_list_toggle_focus_row ()">
|
768
808
|
<a name="gtk-list-toggle-focus-row"></a><h3>gtk_list_toggle_focus_row ()</h3>
|
769
809
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_toggle_focus_row (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);</pre>
|
770
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
810
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
771
811
|
<h3 class="title">Warning</h3>
|
772
812
|
<p><code class="literal">gtk_list_toggle_focus_row</code> is deprecated and should not be used in newly-written code.</p>
|
773
813
|
</div>
|
@@ -781,16 +821,17 @@ as the selection is always at the focus row.
|
|
781
821
|
<col align="left" valign="top">
|
782
822
|
<tbody><tr>
|
783
823
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
784
|
-
<td>the list widget
|
824
|
+
<td>the list widget.
|
825
|
+
</td>
|
785
826
|
</tr></tbody>
|
786
827
|
</table></div>
|
787
828
|
</div>
|
788
829
|
<hr>
|
789
|
-
<div class="refsect2">
|
830
|
+
<div class="refsect2" title="gtk_list_toggle_row ()">
|
790
831
|
<a name="gtk-list-toggle-row"></a><h3>gtk_list_toggle_row ()</h3>
|
791
832
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_toggle_row (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>,
|
792
833
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *item</code></em>);</pre>
|
793
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
834
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
794
835
|
<h3 class="title">Warning</h3>
|
795
836
|
<p><code class="literal">gtk_list_toggle_row</code> is deprecated and should not be used in newly-written code.</p>
|
796
837
|
</div>
|
@@ -804,20 +845,22 @@ unselected.
|
|
804
845
|
<tbody>
|
805
846
|
<tr>
|
806
847
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
807
|
-
<td>the list widget
|
848
|
+
<td>the list widget.
|
849
|
+
</td>
|
808
850
|
</tr>
|
809
851
|
<tr>
|
810
852
|
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
|
811
|
-
<td>the child to toggle
|
853
|
+
<td>the child to toggle.
|
854
|
+
</td>
|
812
855
|
</tr>
|
813
856
|
</tbody>
|
814
857
|
</table></div>
|
815
858
|
</div>
|
816
859
|
<hr>
|
817
|
-
<div class="refsect2">
|
860
|
+
<div class="refsect2" title="gtk_list_undo_selection ()">
|
818
861
|
<a name="gtk-list-undo-selection"></a><h3>gtk_list_undo_selection ()</h3>
|
819
862
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_undo_selection (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);</pre>
|
820
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
863
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
821
864
|
<h3 class="title">Warning</h3>
|
822
865
|
<p><code class="literal">gtk_list_undo_selection</code> is deprecated and should not be used in newly-written code.</p>
|
823
866
|
</div>
|
@@ -830,15 +873,16 @@ cleared. This function sometimes gives stranges "last states".
|
|
830
873
|
<col align="left" valign="top">
|
831
874
|
<tbody><tr>
|
832
875
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
833
|
-
<td>the list widget
|
876
|
+
<td>the list widget.
|
877
|
+
</td>
|
834
878
|
</tr></tbody>
|
835
879
|
</table></div>
|
836
880
|
</div>
|
837
881
|
<hr>
|
838
|
-
<div class="refsect2">
|
882
|
+
<div class="refsect2" title="gtk_list_end_drag_selection ()">
|
839
883
|
<a name="gtk-list-end-drag-selection"></a><h3>gtk_list_end_drag_selection ()</h3>
|
840
884
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_list_end_drag_selection (<em class="parameter"><code><a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list</code></em>);</pre>
|
841
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
885
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
842
886
|
<h3 class="title">Warning</h3>
|
843
887
|
<p><code class="literal">gtk_list_end_drag_selection</code> is deprecated and should not be used in newly-written code.</p>
|
844
888
|
</div>
|
@@ -850,27 +894,28 @@ effect if a drag selection is not active.
|
|
850
894
|
<col align="left" valign="top">
|
851
895
|
<tbody><tr>
|
852
896
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
853
|
-
<td>the list widget
|
897
|
+
<td>the list widget.
|
898
|
+
</td>
|
854
899
|
</tr></tbody>
|
855
900
|
</table></div>
|
856
901
|
</div>
|
857
902
|
</div>
|
858
|
-
<div class="refsect1">
|
903
|
+
<div class="refsect1" title="Property Details">
|
859
904
|
<a name="GtkList.property-details"></a><h2>Property Details</h2>
|
860
|
-
<div class="refsect2">
|
905
|
+
<div class="refsect2" title='The "selection-mode" property'>
|
861
906
|
<a name="GtkList--selection-mode"></a><h3>The <code class="literal">"selection-mode"</code> property</h3>
|
862
907
|
<pre class="programlisting"> "selection-mode" <a class="link" href="gtk-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> : Read / Write</pre>
|
863
908
|
<p></p>
|
864
909
|
<p>Default value: GTK_SELECTION_NONE</p>
|
865
910
|
</div>
|
866
911
|
</div>
|
867
|
-
<div class="refsect1">
|
912
|
+
<div class="refsect1" title="Signal Details">
|
868
913
|
<a name="GtkList.signal-details"></a><h2>Signal Details</h2>
|
869
|
-
<div class="refsect2">
|
914
|
+
<div class="refsect2" title='The "select-child" signal'>
|
870
915
|
<a name="GtkList-select-child"></a><h3>The <code class="literal">"select-child"</code> signal</h3>
|
871
916
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list,
|
872
917
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
873
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
918
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
874
919
|
<p>
|
875
920
|
The child <em class="parameter"><code>widget</code></em> has just been selected.
|
876
921
|
</p>
|
@@ -879,11 +924,13 @@ The child <em class="parameter"><code>widget</code></em> has just been selected.
|
|
879
924
|
<tbody>
|
880
925
|
<tr>
|
881
926
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
882
|
-
<td>the object which received the signal
|
927
|
+
<td>the object which received the signal.
|
928
|
+
</td>
|
883
929
|
</tr>
|
884
930
|
<tr>
|
885
931
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
886
|
-
<td>the newly selected child
|
932
|
+
<td>the newly selected child.
|
933
|
+
</td>
|
887
934
|
</tr>
|
888
935
|
<tr>
|
889
936
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -893,10 +940,10 @@ The child <em class="parameter"><code>widget</code></em> has just been selected.
|
|
893
940
|
</table></div>
|
894
941
|
</div>
|
895
942
|
<hr>
|
896
|
-
<div class="refsect2">
|
943
|
+
<div class="refsect2" title='The "selection-changed" signal'>
|
897
944
|
<a name="GtkList-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
|
898
945
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list,
|
899
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
946
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
900
947
|
<p>
|
901
948
|
The selection of the widget has just changed.
|
902
949
|
</p>
|
@@ -905,7 +952,8 @@ The selection of the widget has just changed.
|
|
905
952
|
<tbody>
|
906
953
|
<tr>
|
907
954
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
908
|
-
<td>the object which received the signal
|
955
|
+
<td>the object which received the signal.
|
956
|
+
</td>
|
909
957
|
</tr>
|
910
958
|
<tr>
|
911
959
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -915,11 +963,11 @@ The selection of the widget has just changed.
|
|
915
963
|
</table></div>
|
916
964
|
</div>
|
917
965
|
<hr>
|
918
|
-
<div class="refsect2">
|
966
|
+
<div class="refsect2" title='The "unselect-child" signal'>
|
919
967
|
<a name="GtkList-unselect-child"></a><h3>The <code class="literal">"unselect-child"</code> signal</h3>
|
920
968
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> *list,
|
921
969
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
922
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
970
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
923
971
|
<p>
|
924
972
|
The child <em class="parameter"><code>widget</code></em> has just been unselected.
|
925
973
|
</p>
|
@@ -928,11 +976,13 @@ The child <em class="parameter"><code>widget</code></em> has just been unselecte
|
|
928
976
|
<tbody>
|
929
977
|
<tr>
|
930
978
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
931
|
-
<td>the object which received the signal
|
979
|
+
<td>the object which received the signal.
|
980
|
+
</td>
|
932
981
|
</tr>
|
933
982
|
<tr>
|
934
983
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
935
|
-
<td>the newly unselected child
|
984
|
+
<td>the newly unselected child.
|
985
|
+
</td>
|
936
986
|
</tr>
|
937
987
|
<tr>
|
938
988
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -942,7 +992,7 @@ The child <em class="parameter"><code>widget</code></em> has just been unselecte
|
|
942
992
|
</table></div>
|
943
993
|
</div>
|
944
994
|
</div>
|
945
|
-
<div class="refsect1">
|
995
|
+
<div class="refsect1" title="See Also">
|
946
996
|
<a name="GtkList.see-also"></a><h2>See Also</h2>
|
947
997
|
<p>
|
948
998
|
</p>
|
@@ -967,6 +1017,6 @@ type.</p></td>
|
|
967
1017
|
</div>
|
968
1018
|
<div class="footer">
|
969
1019
|
<hr>
|
970
|
-
Generated by GTK-Doc V1.
|
1020
|
+
Generated by GTK-Doc V1.15</div>
|
971
1021
|
</body>
|
972
1022
|
</html>
|