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="NumericEntry.html" title="Numeric/Text Data Entry">
|
9
9
|
<link rel="prev" href="GtkVScale.html" title="GtkVScale">
|
10
10
|
<link rel="next" href="GtkEditable.html" title="GtkEditable">
|
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">
|
@@ -36,7 +36,7 @@
|
|
36
36
|
<a href="#GtkSpinButton.signals" class="shortcut">Signals</a>
|
37
37
|
</td></tr>
|
38
38
|
</table>
|
39
|
-
<div class="refentry">
|
39
|
+
<div class="refentry" title="GtkSpinButton">
|
40
40
|
<a name="GtkSpinButton"></a><div class="titlepage"></div>
|
41
41
|
<div class="refnamediv"><table width="100%"><tr>
|
42
42
|
<td valign="top">
|
@@ -45,27 +45,27 @@
|
|
45
45
|
</td>
|
46
46
|
<td valign="top" align="right"><img src="spinbutton.png"></td>
|
47
47
|
</tr></table></div>
|
48
|
-
<div class="refsynopsisdiv">
|
48
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
49
49
|
<a name="GtkSpinButton.synopsis"></a><h2>Synopsis</h2>
|
50
50
|
<pre class="synopsis">
|
51
51
|
#include <gtk/gtk.h>
|
52
52
|
|
53
|
-
|
53
|
+
<a class="link" href="GtkSpinButton.html#GtkSpinButton-struct" title="GtkSpinButton">GtkSpinButton</a>;
|
54
54
|
enum <a class="link" href="GtkSpinButton.html#GtkSpinButtonUpdatePolicy" title="enum GtkSpinButtonUpdatePolicy">GtkSpinButtonUpdatePolicy</a>;
|
55
55
|
enum <a class="link" href="GtkSpinButton.html#GtkSpinType" title="enum GtkSpinType">GtkSpinType</a>;
|
56
56
|
<span class="returnvalue">void</span> <a class="link" href="GtkSpinButton.html#gtk-spin-button-configure" title="gtk_spin_button_configure ()">gtk_spin_button_configure</a> (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
57
57
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>,
|
58
58
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> climb_rate</code></em>,
|
59
59
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> digits</code></em>);
|
60
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
60
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkSpinButton.html#gtk-spin-button-new" title="gtk_spin_button_new ()">gtk_spin_button_new</a> (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>,
|
61
61
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> climb_rate</code></em>,
|
62
62
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> digits</code></em>);
|
63
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
63
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkSpinButton.html#gtk-spin-button-new-with-range" title="gtk_spin_button_new_with_range ()">gtk_spin_button_new_with_range</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> min</code></em>,
|
64
64
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> max</code></em>,
|
65
65
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> step</code></em>);
|
66
66
|
<span class="returnvalue">void</span> <a class="link" href="GtkSpinButton.html#gtk-spin-button-set-adjustment" title="gtk_spin_button_set_adjustment ()">gtk_spin_button_set_adjustment</a> (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
67
67
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);
|
68
|
-
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a
|
68
|
+
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a>* <a class="link" href="GtkSpinButton.html#gtk-spin-button-get-adjustment" title="gtk_spin_button_get_adjustment ()">gtk_spin_button_get_adjustment</a> (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>);
|
69
69
|
<span class="returnvalue">void</span> <a class="link" href="GtkSpinButton.html#gtk-spin-button-set-digits" title="gtk_spin_button_set_digits ()">gtk_spin_button_set_digits</a> (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
70
70
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> digits</code></em>);
|
71
71
|
<span class="returnvalue">void</span> <a class="link" href="GtkSpinButton.html#gtk-spin-button-set-increments" title="gtk_spin_button_set_increments ()">gtk_spin_button_set_increments</a> (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
@@ -106,7 +106,7 @@ enum <a class="link" href="GtkSpinButton.html#GtkSpinType" title=
|
|
106
106
|
#define <a class="link" href="GtkSpinButton.html#GTK-INPUT-ERROR:CAPS" title="GTK_INPUT_ERROR">GTK_INPUT_ERROR</a>
|
107
107
|
</pre>
|
108
108
|
</div>
|
109
|
-
<div class="refsect1">
|
109
|
+
<div class="refsect1" title="Object Hierarchy">
|
110
110
|
<a name="GtkSpinButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
111
111
|
<pre class="synopsis">
|
112
112
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -117,13 +117,13 @@ enum <a class="link" href="GtkSpinButton.html#GtkSpinType" title=
|
|
117
117
|
+----GtkSpinButton
|
118
118
|
</pre>
|
119
119
|
</div>
|
120
|
-
<div class="refsect1">
|
120
|
+
<div class="refsect1" title="Implemented Interfaces">
|
121
121
|
<a name="GtkSpinButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
122
122
|
<p>
|
123
123
|
GtkSpinButton implements
|
124
124
|
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>, <a class="link" href="GtkEditable.html" title="GtkEditable">GtkEditable</a> and <a class="link" href="GtkCellEditable.html" title="GtkCellEditable">GtkCellEditable</a>.</p>
|
125
125
|
</div>
|
126
|
-
<div class="refsect1">
|
126
|
+
<div class="refsect1" title="Properties">
|
127
127
|
<a name="GtkSpinButton.properties"></a><h2>Properties</h2>
|
128
128
|
<pre class="synopsis">
|
129
129
|
"<a class="link" href="GtkSpinButton.html#GtkSpinButton--adjustment" title='The "adjustment" property'>adjustment</a>" <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>* : Read / Write
|
@@ -136,23 +136,23 @@ GtkSpinButton implements
|
|
136
136
|
"<a class="link" href="GtkSpinButton.html#GtkSpinButton--wrap" title='The "wrap" property'>wrap</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
137
137
|
</pre>
|
138
138
|
</div>
|
139
|
-
<div class="refsect1">
|
139
|
+
<div class="refsect1" title="Style Properties">
|
140
140
|
<a name="GtkSpinButton.style-properties"></a><h2>Style Properties</h2>
|
141
141
|
<pre class="synopsis">
|
142
142
|
"<a class="link" href="GtkSpinButton.html#GtkSpinButton--s-shadow-type" title='The "shadow-type" style property'>shadow-type</a>" <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> : Read
|
143
143
|
</pre>
|
144
144
|
</div>
|
145
|
-
<div class="refsect1">
|
145
|
+
<div class="refsect1" title="Signals">
|
146
146
|
<a name="GtkSpinButton.signals"></a><h2>Signals</h2>
|
147
147
|
<pre class="synopsis">
|
148
|
-
"<a class="link" href="GtkSpinButton.html#GtkSpinButton-change-value" title='The "change-value" signal'>change-value</a>" :
|
149
|
-
"<a class="link" href="GtkSpinButton.html#GtkSpinButton-input" title='The "input" signal'>input</a>" :
|
150
|
-
"<a class="link" href="GtkSpinButton.html#GtkSpinButton-output" title='The "output" signal'>output</a>" :
|
151
|
-
"<a class="link" href="GtkSpinButton.html#GtkSpinButton-value-changed" title='The "value-changed" signal'>value-changed</a>" :
|
152
|
-
"<a class="link" href="GtkSpinButton.html#GtkSpinButton-wrapped" title='The "wrapped" signal'>wrapped</a>" :
|
148
|
+
"<a class="link" href="GtkSpinButton.html#GtkSpinButton-change-value" title='The "change-value" signal'>change-value</a>" : Run Last / Action
|
149
|
+
"<a class="link" href="GtkSpinButton.html#GtkSpinButton-input" title='The "input" signal'>input</a>" : Run Last
|
150
|
+
"<a class="link" href="GtkSpinButton.html#GtkSpinButton-output" title='The "output" signal'>output</a>" : Run Last
|
151
|
+
"<a class="link" href="GtkSpinButton.html#GtkSpinButton-value-changed" title='The "value-changed" signal'>value-changed</a>" : Run Last
|
152
|
+
"<a class="link" href="GtkSpinButton.html#GtkSpinButton-wrapped" title='The "wrapped" signal'>wrapped</a>" : Run Last
|
153
153
|
</pre>
|
154
154
|
</div>
|
155
|
-
<div class="refsect1">
|
155
|
+
<div class="refsect1" title="Description">
|
156
156
|
<a name="GtkSpinButton.description"></a><h2>Description</h2>
|
157
157
|
<p>
|
158
158
|
A <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> is an ideal way to allow the user to set the value of some
|
@@ -168,7 +168,7 @@ The main properties of a <a class="link" href="GtkSpinButton.html" title="GtkSpi
|
|
168
168
|
<p>
|
169
169
|
</p>
|
170
170
|
<div class="example">
|
171
|
-
<a name="
|
171
|
+
<a name="id739072"></a><p class="title"><b>Example 17. Using a <span class="structname">GtkSpinButton</span> to get an integer.</b></p>
|
172
172
|
<div class="example-contents">
|
173
173
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
174
174
|
<tbody>
|
@@ -220,7 +220,7 @@ The main properties of a <a class="link" href="GtkSpinButton.html" title="GtkSpi
|
|
220
220
|
<p>
|
221
221
|
</p>
|
222
222
|
<div class="example">
|
223
|
-
<a name="
|
223
|
+
<a name="id739100"></a><p class="title"><b>Example 18. Using a <span class="structname">GtkSpinButton</span> to get a floating point value.</b></p>
|
224
224
|
<div class="example-contents">
|
225
225
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
226
226
|
<tbody>
|
@@ -270,11 +270,11 @@ The main properties of a <a class="link" href="GtkSpinButton.html" title="GtkSpi
|
|
270
270
|
<p><br class="example-break">
|
271
271
|
</p>
|
272
272
|
</div>
|
273
|
-
<div class="refsect1">
|
273
|
+
<div class="refsect1" title="Details">
|
274
274
|
<a name="GtkSpinButton.details"></a><h2>Details</h2>
|
275
|
-
<div class="refsect2">
|
276
|
-
<a name="GtkSpinButton-struct"></a><h3>
|
277
|
-
<pre class="programlisting">struct GtkSpinButton;</pre>
|
275
|
+
<div class="refsect2" title="GtkSpinButton">
|
276
|
+
<a name="GtkSpinButton-struct"></a><h3>GtkSpinButton</h3>
|
277
|
+
<pre class="programlisting">typedef struct _GtkSpinButton GtkSpinButton;</pre>
|
278
278
|
<p>
|
279
279
|
<em class="structfield"><code>entry</code></em> is the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> part of the <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a>
|
280
280
|
widget, and can be used accordingly. All other fields contain private data
|
@@ -282,7 +282,7 @@ and should only be modified using the functions below.
|
|
282
282
|
</p>
|
283
283
|
</div>
|
284
284
|
<hr>
|
285
|
-
<div class="refsect2">
|
285
|
+
<div class="refsect2" title="enum GtkSpinButtonUpdatePolicy">
|
286
286
|
<a name="GtkSpinButtonUpdatePolicy"></a><h3>enum GtkSpinButtonUpdatePolicy</h3>
|
287
287
|
<pre class="programlisting">typedef enum
|
288
288
|
{
|
@@ -312,7 +312,7 @@ and should only be modified using the functions below.
|
|
312
312
|
</p>
|
313
313
|
</div>
|
314
314
|
<hr>
|
315
|
-
<div class="refsect2">
|
315
|
+
<div class="refsect2" title="enum GtkSpinType">
|
316
316
|
<a name="GtkSpinType"></a><h3>enum GtkSpinType</h3>
|
317
317
|
<pre class="programlisting">typedef enum
|
318
318
|
{
|
@@ -355,7 +355,7 @@ GTK_SPIN_END</td>
|
|
355
355
|
</p>
|
356
356
|
</div>
|
357
357
|
<hr>
|
358
|
-
<div class="refsect2">
|
358
|
+
<div class="refsect2" title="gtk_spin_button_configure ()">
|
359
359
|
<a name="gtk-spin-button-configure"></a><h3>gtk_spin_button_configure ()</h3>
|
360
360
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_spin_button_configure (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
361
361
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>,
|
@@ -375,24 +375,26 @@ and number of decimal places are all changed accordingly, after this function ca
|
|
375
375
|
</tr>
|
376
376
|
<tr>
|
377
377
|
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
378
|
-
<td>a <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
378
|
+
<td> a <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
379
379
|
</td>
|
380
380
|
</tr>
|
381
381
|
<tr>
|
382
382
|
<td><p><span class="term"><em class="parameter"><code>climb_rate</code></em> :</span></p></td>
|
383
|
-
<td>the new climb rate
|
383
|
+
<td>the new climb rate.
|
384
|
+
</td>
|
384
385
|
</tr>
|
385
386
|
<tr>
|
386
387
|
<td><p><span class="term"><em class="parameter"><code>digits</code></em> :</span></p></td>
|
387
|
-
<td>the number of decimal places to display in the spin button
|
388
|
+
<td>the number of decimal places to display in the spin button.
|
389
|
+
</td>
|
388
390
|
</tr>
|
389
391
|
</tbody>
|
390
392
|
</table></div>
|
391
393
|
</div>
|
392
394
|
<hr>
|
393
|
-
<div class="refsect2">
|
395
|
+
<div class="refsect2" title="gtk_spin_button_new ()">
|
394
396
|
<a name="gtk-spin-button-new"></a><h3>gtk_spin_button_new ()</h3>
|
395
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
397
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_spin_button_new (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>,
|
396
398
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> climb_rate</code></em>,
|
397
399
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> digits</code></em>);</pre>
|
398
400
|
<p>
|
@@ -403,27 +405,31 @@ Creates a new <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><s
|
|
403
405
|
<tbody>
|
404
406
|
<tr>
|
405
407
|
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
406
|
-
<td>the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object that this spin button should use
|
408
|
+
<td>the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> object that this spin button should use.
|
409
|
+
</td>
|
407
410
|
</tr>
|
408
411
|
<tr>
|
409
412
|
<td><p><span class="term"><em class="parameter"><code>climb_rate</code></em> :</span></p></td>
|
410
|
-
<td>specifies how much the spin button changes when an arrow is clicked on
|
413
|
+
<td>specifies how much the spin button changes when an arrow is clicked on.
|
414
|
+
</td>
|
411
415
|
</tr>
|
412
416
|
<tr>
|
413
417
|
<td><p><span class="term"><em class="parameter"><code>digits</code></em> :</span></p></td>
|
414
|
-
<td>the number of decimal places to display
|
418
|
+
<td>the number of decimal places to display.
|
419
|
+
</td>
|
415
420
|
</tr>
|
416
421
|
<tr>
|
417
422
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
418
|
-
<td>The new spin button as a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a
|
423
|
+
<td>The new spin button as a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>.
|
424
|
+
</td>
|
419
425
|
</tr>
|
420
426
|
</tbody>
|
421
427
|
</table></div>
|
422
428
|
</div>
|
423
429
|
<hr>
|
424
|
-
<div class="refsect2">
|
430
|
+
<div class="refsect2" title="gtk_spin_button_new_with_range ()">
|
425
431
|
<a name="gtk-spin-button-new-with-range"></a><h3>gtk_spin_button_new_with_range ()</h3>
|
426
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
432
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_spin_button_new_with_range (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> min</code></em>,
|
427
433
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> max</code></em>,
|
428
434
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> step</code></em>);</pre>
|
429
435
|
<p>
|
@@ -443,25 +449,29 @@ needs, use <a class="link" href="GtkSpinButton.html#gtk-spin-button-set-digits"
|
|
443
449
|
<tbody>
|
444
450
|
<tr>
|
445
451
|
<td><p><span class="term"><em class="parameter"><code>min</code></em> :</span></p></td>
|
446
|
-
<td>Minimum allowable value
|
452
|
+
<td>Minimum allowable value
|
453
|
+
</td>
|
447
454
|
</tr>
|
448
455
|
<tr>
|
449
456
|
<td><p><span class="term"><em class="parameter"><code>max</code></em> :</span></p></td>
|
450
|
-
<td>Maximum allowable value
|
457
|
+
<td>Maximum allowable value
|
458
|
+
</td>
|
451
459
|
</tr>
|
452
460
|
<tr>
|
453
461
|
<td><p><span class="term"><em class="parameter"><code>step</code></em> :</span></p></td>
|
454
|
-
<td>Increment added or subtracted by spinning the widget
|
462
|
+
<td>Increment added or subtracted by spinning the widget
|
463
|
+
</td>
|
455
464
|
</tr>
|
456
465
|
<tr>
|
457
466
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
458
|
-
<td>The new spin button as a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a
|
467
|
+
<td> The new spin button as a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>.
|
468
|
+
</td>
|
459
469
|
</tr>
|
460
470
|
</tbody>
|
461
471
|
</table></div>
|
462
472
|
</div>
|
463
473
|
<hr>
|
464
|
-
<div class="refsect2">
|
474
|
+
<div class="refsect2" title="gtk_spin_button_set_adjustment ()">
|
465
475
|
<a name="gtk-spin-button-set-adjustment"></a><h3>gtk_spin_button_set_adjustment ()</h3>
|
466
476
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_spin_button_set_adjustment (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
467
477
|
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
|
@@ -478,15 +488,16 @@ Replaces the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><sp
|
|
478
488
|
</tr>
|
479
489
|
<tr>
|
480
490
|
<td><p><span class="term"><em class="parameter"><code>adjustment</code></em> :</span></p></td>
|
481
|
-
<td>a <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to replace the existing adjustment
|
491
|
+
<td>a <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> to replace the existing adjustment
|
492
|
+
</td>
|
482
493
|
</tr>
|
483
494
|
</tbody>
|
484
495
|
</table></div>
|
485
496
|
</div>
|
486
497
|
<hr>
|
487
|
-
<div class="refsect2">
|
498
|
+
<div class="refsect2" title="gtk_spin_button_get_adjustment ()">
|
488
499
|
<a name="gtk-spin-button-get-adjustment"></a><h3>gtk_spin_button_get_adjustment ()</h3>
|
489
|
-
<pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a
|
500
|
+
<pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a>* gtk_spin_button_get_adjustment (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>);</pre>
|
490
501
|
<p>
|
491
502
|
Get the adjustment associated with a <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a>
|
492
503
|
</p>
|
@@ -500,14 +511,14 @@ Get the adjustment associated with a <a class="link" href="GtkSpinButton.html" t
|
|
500
511
|
</tr>
|
501
512
|
<tr>
|
502
513
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
503
|
-
<td>the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> of <em class="parameter"><code>spin_button</code></em
|
514
|
+
<td> the <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> of <em class="parameter"><code>spin_button</code></em>
|
504
515
|
</td>
|
505
516
|
</tr>
|
506
517
|
</tbody>
|
507
518
|
</table></div>
|
508
519
|
</div>
|
509
520
|
<hr>
|
510
|
-
<div class="refsect2">
|
521
|
+
<div class="refsect2" title="gtk_spin_button_set_digits ()">
|
511
522
|
<a name="gtk-spin-button-set-digits"></a><h3>gtk_spin_button_set_digits ()</h3>
|
512
523
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_spin_button_set_digits (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
513
524
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> digits</code></em>);</pre>
|
@@ -525,13 +536,14 @@ is allowed.
|
|
525
536
|
</tr>
|
526
537
|
<tr>
|
527
538
|
<td><p><span class="term"><em class="parameter"><code>digits</code></em> :</span></p></td>
|
528
|
-
<td>the number of digits after the decimal point to be displayed for the spin button's value
|
539
|
+
<td>the number of digits after the decimal point to be displayed for the spin button's value
|
540
|
+
</td>
|
529
541
|
</tr>
|
530
542
|
</tbody>
|
531
543
|
</table></div>
|
532
544
|
</div>
|
533
545
|
<hr>
|
534
|
-
<div class="refsect2">
|
546
|
+
<div class="refsect2" title="gtk_spin_button_set_increments ()">
|
535
547
|
<a name="gtk-spin-button-set-increments"></a><h3>gtk_spin_button_set_increments ()</h3>
|
536
548
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_spin_button_set_increments (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
537
549
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> step</code></em>,
|
@@ -550,17 +562,19 @@ quickly the value changes when the spin button's arrows are activated.
|
|
550
562
|
</tr>
|
551
563
|
<tr>
|
552
564
|
<td><p><span class="term"><em class="parameter"><code>step</code></em> :</span></p></td>
|
553
|
-
<td>increment applied for a button 1 press
|
565
|
+
<td>increment applied for a button 1 press.
|
566
|
+
</td>
|
554
567
|
</tr>
|
555
568
|
<tr>
|
556
569
|
<td><p><span class="term"><em class="parameter"><code>page</code></em> :</span></p></td>
|
557
|
-
<td>increment applied for a button 2 press
|
570
|
+
<td>increment applied for a button 2 press.
|
571
|
+
</td>
|
558
572
|
</tr>
|
559
573
|
</tbody>
|
560
574
|
</table></div>
|
561
575
|
</div>
|
562
576
|
<hr>
|
563
|
-
<div class="refsect2">
|
577
|
+
<div class="refsect2" title="gtk_spin_button_set_range ()">
|
564
578
|
<a name="gtk-spin-button-set-range"></a><h3>gtk_spin_button_set_range ()</h3>
|
565
579
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_spin_button_set_range (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
566
580
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> min</code></em>,
|
@@ -578,21 +592,23 @@ Sets the minimum and maximum allowable values for <em class="parameter"><code>sp
|
|
578
592
|
</tr>
|
579
593
|
<tr>
|
580
594
|
<td><p><span class="term"><em class="parameter"><code>min</code></em> :</span></p></td>
|
581
|
-
<td>minimum allowable value
|
595
|
+
<td>minimum allowable value
|
596
|
+
</td>
|
582
597
|
</tr>
|
583
598
|
<tr>
|
584
599
|
<td><p><span class="term"><em class="parameter"><code>max</code></em> :</span></p></td>
|
585
|
-
<td>maximum allowable value
|
600
|
+
<td>maximum allowable value
|
601
|
+
</td>
|
586
602
|
</tr>
|
587
603
|
</tbody>
|
588
604
|
</table></div>
|
589
605
|
</div>
|
590
606
|
<hr>
|
591
|
-
<div class="refsect2">
|
607
|
+
<div class="refsect2" title="gtk_spin_button_get_value_as_float">
|
592
608
|
<a name="gtk-spin-button-get-value-as-float"></a><h3>gtk_spin_button_get_value_as_float</h3>
|
593
609
|
<pre class="programlisting">#define gtk_spin_button_get_value_as_float gtk_spin_button_get_value
|
594
610
|
</pre>
|
595
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
611
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
596
612
|
<h3 class="title">Warning</h3>
|
597
613
|
<p><code class="literal">gtk_spin_button_get_value_as_float</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkSpinButton.html#gtk-spin-button-get-value" title="gtk_spin_button_get_value ()"><code class="function">gtk_spin_button_get_value()</code></a> instead.</p>
|
598
614
|
</div>
|
@@ -609,7 +625,7 @@ Gets the value in the <em class="parameter"><code>spin_button</code></em>.
|
|
609
625
|
</table></div>
|
610
626
|
</div>
|
611
627
|
<hr>
|
612
|
-
<div class="refsect2">
|
628
|
+
<div class="refsect2" title="gtk_spin_button_get_value_as_int ()">
|
613
629
|
<a name="gtk-spin-button-get-value-as-int"></a><h3>gtk_spin_button_get_value_as_int ()</h3>
|
614
630
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_spin_button_get_value_as_int (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>);</pre>
|
615
631
|
<p>
|
@@ -625,14 +641,14 @@ Get the value <em class="parameter"><code>spin_button</code></em> represented as
|
|
625
641
|
</tr>
|
626
642
|
<tr>
|
627
643
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
628
|
-
<td>the value of <em class="parameter"><code>spin_button</code></em>
|
644
|
+
<td> the value of <em class="parameter"><code>spin_button</code></em>
|
629
645
|
</td>
|
630
646
|
</tr>
|
631
647
|
</tbody>
|
632
648
|
</table></div>
|
633
649
|
</div>
|
634
650
|
<hr>
|
635
|
-
<div class="refsect2">
|
651
|
+
<div class="refsect2" title="gtk_spin_button_set_value ()">
|
636
652
|
<a name="gtk-spin-button-set-value"></a><h3>gtk_spin_button_set_value ()</h3>
|
637
653
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_spin_button_set_value (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
638
654
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> value</code></em>);</pre>
|
@@ -649,13 +665,14 @@ Set the value of <em class="parameter"><code>spin_button</code></em>.
|
|
649
665
|
</tr>
|
650
666
|
<tr>
|
651
667
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
652
|
-
<td>the new value
|
668
|
+
<td>the new value
|
669
|
+
</td>
|
653
670
|
</tr>
|
654
671
|
</tbody>
|
655
672
|
</table></div>
|
656
673
|
</div>
|
657
674
|
<hr>
|
658
|
-
<div class="refsect2">
|
675
|
+
<div class="refsect2" title="gtk_spin_button_set_update_policy ()">
|
659
676
|
<a name="gtk-spin-button-set-update-policy"></a><h3>gtk_spin_button_set_update_policy ()</h3>
|
660
677
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_spin_button_set_update_policy (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
661
678
|
<em class="parameter"><code><a class="link" href="GtkSpinButton.html#GtkSpinButtonUpdatePolicy" title="enum GtkSpinButtonUpdatePolicy"><span class="type">GtkSpinButtonUpdatePolicy</span></a> policy</code></em>);</pre>
|
@@ -668,18 +685,19 @@ spin button is always updated or only when a valid value is set.
|
|
668
685
|
<tbody>
|
669
686
|
<tr>
|
670
687
|
<td><p><span class="term"><em class="parameter"><code>spin_button</code></em> :</span></p></td>
|
671
|
-
<td>a <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a>
|
688
|
+
<td>a <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a>
|
672
689
|
</td>
|
673
690
|
</tr>
|
674
691
|
<tr>
|
675
692
|
<td><p><span class="term"><em class="parameter"><code>policy</code></em> :</span></p></td>
|
676
|
-
<td>a <a class="link" href="GtkSpinButton.html#GtkSpinButtonUpdatePolicy" title="enum GtkSpinButtonUpdatePolicy"><span class="type">GtkSpinButtonUpdatePolicy</span></a> value
|
693
|
+
<td>a <a class="link" href="GtkSpinButton.html#GtkSpinButtonUpdatePolicy" title="enum GtkSpinButtonUpdatePolicy"><span class="type">GtkSpinButtonUpdatePolicy</span></a> value
|
694
|
+
</td>
|
677
695
|
</tr>
|
678
696
|
</tbody>
|
679
697
|
</table></div>
|
680
698
|
</div>
|
681
699
|
<hr>
|
682
|
-
<div class="refsect2">
|
700
|
+
<div class="refsect2" title="gtk_spin_button_set_numeric ()">
|
683
701
|
<a name="gtk-spin-button-set-numeric"></a><h3>gtk_spin_button_set_numeric ()</h3>
|
684
702
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_spin_button_set_numeric (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
685
703
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> numeric</code></em>);</pre>
|
@@ -692,18 +710,19 @@ the spin button.
|
|
692
710
|
<tbody>
|
693
711
|
<tr>
|
694
712
|
<td><p><span class="term"><em class="parameter"><code>spin_button</code></em> :</span></p></td>
|
695
|
-
<td>a <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a>
|
713
|
+
<td>a <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a>
|
696
714
|
</td>
|
697
715
|
</tr>
|
698
716
|
<tr>
|
699
717
|
<td><p><span class="term"><em class="parameter"><code>numeric</code></em> :</span></p></td>
|
700
|
-
<td>flag indicating if only numeric entry is allowed
|
718
|
+
<td>flag indicating if only numeric entry is allowed.
|
719
|
+
</td>
|
701
720
|
</tr>
|
702
721
|
</tbody>
|
703
722
|
</table></div>
|
704
723
|
</div>
|
705
724
|
<hr>
|
706
|
-
<div class="refsect2">
|
725
|
+
<div class="refsect2" title="gtk_spin_button_spin ()">
|
707
726
|
<a name="gtk-spin-button-spin"></a><h3>gtk_spin_button_spin ()</h3>
|
708
727
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_spin_button_spin (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
709
728
|
<em class="parameter"><code><a class="link" href="GtkSpinButton.html#GtkSpinType" title="enum GtkSpinType"><span class="type">GtkSpinType</span></a> direction</code></em>,
|
@@ -717,22 +736,24 @@ by a specified amount.
|
|
717
736
|
<tbody>
|
718
737
|
<tr>
|
719
738
|
<td><p><span class="term"><em class="parameter"><code>spin_button</code></em> :</span></p></td>
|
720
|
-
<td>a <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a>
|
739
|
+
<td>a <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a>
|
721
740
|
</td>
|
722
741
|
</tr>
|
723
742
|
<tr>
|
724
743
|
<td><p><span class="term"><em class="parameter"><code>direction</code></em> :</span></p></td>
|
725
|
-
<td>a <a class="link" href="GtkSpinButton.html#GtkSpinType" title="enum GtkSpinType"><span class="type">GtkSpinType</span></a> indicating the direction to spin
|
744
|
+
<td>a <a class="link" href="GtkSpinButton.html#GtkSpinType" title="enum GtkSpinType"><span class="type">GtkSpinType</span></a> indicating the direction to spin.
|
745
|
+
</td>
|
726
746
|
</tr>
|
727
747
|
<tr>
|
728
748
|
<td><p><span class="term"><em class="parameter"><code>increment</code></em> :</span></p></td>
|
729
|
-
<td>step increment to apply in the specified direction
|
749
|
+
<td>step increment to apply in the specified direction.
|
750
|
+
</td>
|
730
751
|
</tr>
|
731
752
|
</tbody>
|
732
753
|
</table></div>
|
733
754
|
</div>
|
734
755
|
<hr>
|
735
|
-
<div class="refsect2">
|
756
|
+
<div class="refsect2" title="gtk_spin_button_set_wrap ()">
|
736
757
|
<a name="gtk-spin-button-set-wrap"></a><h3>gtk_spin_button_set_wrap ()</h3>
|
737
758
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_spin_button_set_wrap (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
738
759
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> wrap</code></em>);</pre>
|
@@ -745,18 +766,19 @@ opposite limit when the upper or lower limit of the range is exceeded.
|
|
745
766
|
<tbody>
|
746
767
|
<tr>
|
747
768
|
<td><p><span class="term"><em class="parameter"><code>spin_button</code></em> :</span></p></td>
|
748
|
-
<td>a <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a>
|
769
|
+
<td>a <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a>
|
749
770
|
</td>
|
750
771
|
</tr>
|
751
772
|
<tr>
|
752
773
|
<td><p><span class="term"><em class="parameter"><code>wrap</code></em> :</span></p></td>
|
753
|
-
<td>a flag indicating if wrapping behavior is performed
|
774
|
+
<td>a flag indicating if wrapping behavior is performed.
|
775
|
+
</td>
|
754
776
|
</tr>
|
755
777
|
</tbody>
|
756
778
|
</table></div>
|
757
779
|
</div>
|
758
780
|
<hr>
|
759
|
-
<div class="refsect2">
|
781
|
+
<div class="refsect2" title="gtk_spin_button_set_snap_to_ticks ()">
|
760
782
|
<a name="gtk-spin-button-set-snap-to-ticks"></a><h3>gtk_spin_button_set_snap_to_ticks ()</h3>
|
761
783
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_spin_button_set_snap_to_ticks (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
762
784
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> snap_to_ticks</code></em>);</pre>
|
@@ -769,18 +791,19 @@ increment when a spin button is activated after providing an invalid value.
|
|
769
791
|
<tbody>
|
770
792
|
<tr>
|
771
793
|
<td><p><span class="term"><em class="parameter"><code>spin_button</code></em> :</span></p></td>
|
772
|
-
<td>a <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a>
|
794
|
+
<td>a <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a>
|
773
795
|
</td>
|
774
796
|
</tr>
|
775
797
|
<tr>
|
776
798
|
<td><p><span class="term"><em class="parameter"><code>snap_to_ticks</code></em> :</span></p></td>
|
777
|
-
<td>a flag indicating if invalid values should be corrected
|
799
|
+
<td>a flag indicating if invalid values should be corrected.
|
800
|
+
</td>
|
778
801
|
</tr>
|
779
802
|
</tbody>
|
780
803
|
</table></div>
|
781
804
|
</div>
|
782
805
|
<hr>
|
783
|
-
<div class="refsect2">
|
806
|
+
<div class="refsect2" title="gtk_spin_button_update ()">
|
784
807
|
<a name="gtk-spin-button-update"></a><h3>gtk_spin_button_update ()</h3>
|
785
808
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_spin_button_update (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>);</pre>
|
786
809
|
<p>
|
@@ -790,13 +813,13 @@ Manually force an update of the spin button.
|
|
790
813
|
<col align="left" valign="top">
|
791
814
|
<tbody><tr>
|
792
815
|
<td><p><span class="term"><em class="parameter"><code>spin_button</code></em> :</span></p></td>
|
793
|
-
<td>a <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a>
|
816
|
+
<td>a <a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a>
|
794
817
|
</td>
|
795
818
|
</tr></tbody>
|
796
819
|
</table></div>
|
797
820
|
</div>
|
798
821
|
<hr>
|
799
|
-
<div class="refsect2">
|
822
|
+
<div class="refsect2" title="gtk_spin_button_get_digits ()">
|
800
823
|
<a name="gtk-spin-button-get-digits"></a><h3>gtk_spin_button_get_digits ()</h3>
|
801
824
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_spin_button_get_digits (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>);</pre>
|
802
825
|
<p>
|
@@ -812,13 +835,14 @@ Fetches the precision of <em class="parameter"><code>spin_button</code></em>. Se
|
|
812
835
|
</tr>
|
813
836
|
<tr>
|
814
837
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
815
|
-
<td>the current precision
|
838
|
+
<td> the current precision
|
839
|
+
</td>
|
816
840
|
</tr>
|
817
841
|
</tbody>
|
818
842
|
</table></div>
|
819
843
|
</div>
|
820
844
|
<hr>
|
821
|
-
<div class="refsect2">
|
845
|
+
<div class="refsect2" title="gtk_spin_button_get_increments ()">
|
822
846
|
<a name="gtk-spin-button-get-increments"></a><h3>gtk_spin_button_get_increments ()</h3>
|
823
847
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_spin_button_get_increments (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
824
848
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *step</code></em>,
|
@@ -837,19 +861,19 @@ Gets the current step and page the increments used by <em class="parameter"><cod
|
|
837
861
|
</tr>
|
838
862
|
<tr>
|
839
863
|
<td><p><span class="term"><em class="parameter"><code>step</code></em> :</span></p></td>
|
840
|
-
<td>location to store step increment, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
864
|
+
<td> location to store step increment, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
841
865
|
</td>
|
842
866
|
</tr>
|
843
867
|
<tr>
|
844
868
|
<td><p><span class="term"><em class="parameter"><code>page</code></em> :</span></p></td>
|
845
|
-
<td>location to store page increment, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
869
|
+
<td> location to store page increment, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
846
870
|
</td>
|
847
871
|
</tr>
|
848
872
|
</tbody>
|
849
873
|
</table></div>
|
850
874
|
</div>
|
851
875
|
<hr>
|
852
|
-
<div class="refsect2">
|
876
|
+
<div class="refsect2" title="gtk_spin_button_get_numeric ()">
|
853
877
|
<a name="gtk-spin-button-get-numeric"></a><h3>gtk_spin_button_get_numeric ()</h3>
|
854
878
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_spin_button_get_numeric (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>);</pre>
|
855
879
|
<p>
|
@@ -866,14 +890,14 @@ See <a class="link" href="GtkSpinButton.html#gtk-spin-button-set-numeric" title=
|
|
866
890
|
</tr>
|
867
891
|
<tr>
|
868
892
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
869
|
-
<td>
|
870
|
-
|
893
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if only numeric text can be entered
|
894
|
+
</td>
|
871
895
|
</tr>
|
872
896
|
</tbody>
|
873
897
|
</table></div>
|
874
898
|
</div>
|
875
899
|
<hr>
|
876
|
-
<div class="refsect2">
|
900
|
+
<div class="refsect2" title="gtk_spin_button_get_range ()">
|
877
901
|
<a name="gtk-spin-button-get-range"></a><h3>gtk_spin_button_get_range ()</h3>
|
878
902
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_spin_button_get_range (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>,
|
879
903
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *min</code></em>,
|
@@ -892,19 +916,19 @@ Gets the range allowed for <em class="parameter"><code>spin_button</code></em>.
|
|
892
916
|
</tr>
|
893
917
|
<tr>
|
894
918
|
<td><p><span class="term"><em class="parameter"><code>min</code></em> :</span></p></td>
|
895
|
-
<td>location to store minimum allowed value, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
919
|
+
<td> location to store minimum allowed value, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
896
920
|
</td>
|
897
921
|
</tr>
|
898
922
|
<tr>
|
899
923
|
<td><p><span class="term"><em class="parameter"><code>max</code></em> :</span></p></td>
|
900
|
-
<td>location to store maximum allowed value, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
924
|
+
<td> location to store maximum allowed value, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
901
925
|
</td>
|
902
926
|
</tr>
|
903
927
|
</tbody>
|
904
928
|
</table></div>
|
905
929
|
</div>
|
906
930
|
<hr>
|
907
|
-
<div class="refsect2">
|
931
|
+
<div class="refsect2" title="gtk_spin_button_get_snap_to_ticks ()">
|
908
932
|
<a name="gtk-spin-button-get-snap-to-ticks"></a><h3>gtk_spin_button_get_snap_to_ticks ()</h3>
|
909
933
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_spin_button_get_snap_to_ticks (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>);</pre>
|
910
934
|
<p>
|
@@ -921,14 +945,14 @@ Returns whether the values are corrected to the nearest step. See
|
|
921
945
|
</tr>
|
922
946
|
<tr>
|
923
947
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
924
|
-
<td>
|
925
|
-
|
948
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if values are snapped to the nearest step.
|
949
|
+
</td>
|
926
950
|
</tr>
|
927
951
|
</tbody>
|
928
952
|
</table></div>
|
929
953
|
</div>
|
930
954
|
<hr>
|
931
|
-
<div class="refsect2">
|
955
|
+
<div class="refsect2" title="gtk_spin_button_get_update_policy ()">
|
932
956
|
<a name="gtk-spin-button-get-update-policy"></a><h3>gtk_spin_button_get_update_policy ()</h3>
|
933
957
|
<pre class="programlisting"><a class="link" href="GtkSpinButton.html#GtkSpinButtonUpdatePolicy" title="enum GtkSpinButtonUpdatePolicy"><span class="returnvalue">GtkSpinButtonUpdatePolicy</span></a> gtk_spin_button_get_update_policy
|
934
958
|
(<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>);</pre>
|
@@ -946,13 +970,14 @@ Gets the update behavior of a spin button. See
|
|
946
970
|
</tr>
|
947
971
|
<tr>
|
948
972
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
949
|
-
<td>the current update policy
|
973
|
+
<td> the current update policy
|
974
|
+
</td>
|
950
975
|
</tr>
|
951
976
|
</tbody>
|
952
977
|
</table></div>
|
953
978
|
</div>
|
954
979
|
<hr>
|
955
|
-
<div class="refsect2">
|
980
|
+
<div class="refsect2" title="gtk_spin_button_get_value ()">
|
956
981
|
<a name="gtk-spin-button-get-value"></a><h3>gtk_spin_button_get_value ()</h3>
|
957
982
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> gtk_spin_button_get_value (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>);</pre>
|
958
983
|
<p>
|
@@ -968,14 +993,14 @@ Get the value in the <em class="parameter"><code>spin_button</code></em>.
|
|
968
993
|
</tr>
|
969
994
|
<tr>
|
970
995
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
971
|
-
<td>the value of <em class="parameter"><code>spin_button</code></em>
|
996
|
+
<td> the value of <em class="parameter"><code>spin_button</code></em>
|
972
997
|
</td>
|
973
998
|
</tr>
|
974
999
|
</tbody>
|
975
1000
|
</table></div>
|
976
1001
|
</div>
|
977
1002
|
<hr>
|
978
|
-
<div class="refsect2">
|
1003
|
+
<div class="refsect2" title="gtk_spin_button_get_wrap ()">
|
979
1004
|
<a name="gtk-spin-button-get-wrap"></a><h3>gtk_spin_button_get_wrap ()</h3>
|
980
1005
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_spin_button_get_wrap (<em class="parameter"><code><a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button</code></em>);</pre>
|
981
1006
|
<p>
|
@@ -993,14 +1018,14 @@ exceeded. See <a class="link" href="GtkSpinButton.html#gtk-spin-button-set-wrap"
|
|
993
1018
|
</tr>
|
994
1019
|
<tr>
|
995
1020
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
996
|
-
<td>
|
997
|
-
|
1021
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the spin button wraps around
|
1022
|
+
</td>
|
998
1023
|
</tr>
|
999
1024
|
</tbody>
|
1000
1025
|
</table></div>
|
1001
1026
|
</div>
|
1002
1027
|
<hr>
|
1003
|
-
<div class="refsect2">
|
1028
|
+
<div class="refsect2" title="GTK_INPUT_ERROR">
|
1004
1029
|
<a name="GTK-INPUT-ERROR:CAPS"></a><h3>GTK_INPUT_ERROR</h3>
|
1005
1030
|
<pre class="programlisting">#define GTK_INPUT_ERROR -1
|
1006
1031
|
</pre>
|
@@ -1008,15 +1033,15 @@ exceeded. See <a class="link" href="GtkSpinButton.html#gtk-spin-button-set-wrap"
|
|
1008
1033
|
</p>
|
1009
1034
|
</div>
|
1010
1035
|
</div>
|
1011
|
-
<div class="refsect1">
|
1036
|
+
<div class="refsect1" title="Property Details">
|
1012
1037
|
<a name="GtkSpinButton.property-details"></a><h2>Property Details</h2>
|
1013
|
-
<div class="refsect2">
|
1038
|
+
<div class="refsect2" title='The "adjustment" property'>
|
1014
1039
|
<a name="GtkSpinButton--adjustment"></a><h3>The <code class="literal">"adjustment"</code> property</h3>
|
1015
1040
|
<pre class="programlisting"> "adjustment" <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>* : Read / Write</pre>
|
1016
1041
|
<p>The adjustment that holds the value of the spinbutton.</p>
|
1017
1042
|
</div>
|
1018
1043
|
<hr>
|
1019
|
-
<div class="refsect2">
|
1044
|
+
<div class="refsect2" title='The "climb-rate" property'>
|
1020
1045
|
<a name="GtkSpinButton--climb-rate"></a><h3>The <code class="literal">"climb-rate"</code> property</h3>
|
1021
1046
|
<pre class="programlisting"> "climb-rate" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write</pre>
|
1022
1047
|
<p>The acceleration rate when you hold down a button.</p>
|
@@ -1024,7 +1049,7 @@ exceeded. See <a class="link" href="GtkSpinButton.html#gtk-spin-button-set-wrap"
|
|
1024
1049
|
<p>Default value: 0</p>
|
1025
1050
|
</div>
|
1026
1051
|
<hr>
|
1027
|
-
<div class="refsect2">
|
1052
|
+
<div class="refsect2" title='The "digits" property'>
|
1028
1053
|
<a name="GtkSpinButton--digits"></a><h3>The <code class="literal">"digits"</code> property</h3>
|
1029
1054
|
<pre class="programlisting"> "digits" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
1030
1055
|
<p>The number of decimal places to display.</p>
|
@@ -1032,44 +1057,44 @@ exceeded. See <a class="link" href="GtkSpinButton.html#gtk-spin-button-set-wrap"
|
|
1032
1057
|
<p>Default value: 0</p>
|
1033
1058
|
</div>
|
1034
1059
|
<hr>
|
1035
|
-
<div class="refsect2">
|
1060
|
+
<div class="refsect2" title='The "numeric" property'>
|
1036
1061
|
<a name="GtkSpinButton--numeric"></a><h3>The <code class="literal">"numeric"</code> property</h3>
|
1037
1062
|
<pre class="programlisting"> "numeric" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1038
1063
|
<p>Whether non-numeric characters should be ignored.</p>
|
1039
1064
|
<p>Default value: FALSE</p>
|
1040
1065
|
</div>
|
1041
1066
|
<hr>
|
1042
|
-
<div class="refsect2">
|
1067
|
+
<div class="refsect2" title='The "snap-to-ticks" property'>
|
1043
1068
|
<a name="GtkSpinButton--snap-to-ticks"></a><h3>The <code class="literal">"snap-to-ticks"</code> property</h3>
|
1044
1069
|
<pre class="programlisting"> "snap-to-ticks" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1045
1070
|
<p>Whether erroneous values are automatically changed to a spin button's nearest step increment.</p>
|
1046
1071
|
<p>Default value: FALSE</p>
|
1047
1072
|
</div>
|
1048
1073
|
<hr>
|
1049
|
-
<div class="refsect2">
|
1074
|
+
<div class="refsect2" title='The "update-policy" property'>
|
1050
1075
|
<a name="GtkSpinButton--update-policy"></a><h3>The <code class="literal">"update-policy"</code> property</h3>
|
1051
1076
|
<pre class="programlisting"> "update-policy" <a class="link" href="GtkSpinButton.html#GtkSpinButtonUpdatePolicy" title="enum GtkSpinButtonUpdatePolicy"><span class="type">GtkSpinButtonUpdatePolicy</span></a> : Read / Write</pre>
|
1052
1077
|
<p>Whether the spin button should update always, or only when the value is legal.</p>
|
1053
1078
|
<p>Default value: GTK_UPDATE_ALWAYS</p>
|
1054
1079
|
</div>
|
1055
1080
|
<hr>
|
1056
|
-
<div class="refsect2">
|
1081
|
+
<div class="refsect2" title='The "value" property'>
|
1057
1082
|
<a name="GtkSpinButton--value"></a><h3>The <code class="literal">"value"</code> property</h3>
|
1058
1083
|
<pre class="programlisting"> "value" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write</pre>
|
1059
1084
|
<p>Reads the current value, or sets a new value.</p>
|
1060
1085
|
<p>Default value: 0</p>
|
1061
1086
|
</div>
|
1062
1087
|
<hr>
|
1063
|
-
<div class="refsect2">
|
1088
|
+
<div class="refsect2" title='The "wrap" property'>
|
1064
1089
|
<a name="GtkSpinButton--wrap"></a><h3>The <code class="literal">"wrap"</code> property</h3>
|
1065
1090
|
<pre class="programlisting"> "wrap" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1066
1091
|
<p>Whether a spin button should wrap upon reaching its limits.</p>
|
1067
1092
|
<p>Default value: FALSE</p>
|
1068
1093
|
</div>
|
1069
1094
|
</div>
|
1070
|
-
<div class="refsect1">
|
1095
|
+
<div class="refsect1" title="Style Property Details">
|
1071
1096
|
<a name="GtkSpinButton.style-property-details"></a><h2>Style Property Details</h2>
|
1072
|
-
<div class="refsect2">
|
1097
|
+
<div class="refsect2" title='The "shadow-type" style property'>
|
1073
1098
|
<a name="GtkSpinButton--s-shadow-type"></a><h3>The <code class="literal">"shadow-type"</code> style property</h3>
|
1074
1099
|
<pre class="programlisting"> "shadow-type" <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> : Read</pre>
|
1075
1100
|
<p>
|
@@ -1078,13 +1103,13 @@ the type of border that surrounds the arrows of a spin button.
|
|
1078
1103
|
<p>Default value: GTK_SHADOW_IN</p>
|
1079
1104
|
</div>
|
1080
1105
|
</div>
|
1081
|
-
<div class="refsect1">
|
1106
|
+
<div class="refsect1" title="Signal Details">
|
1082
1107
|
<a name="GtkSpinButton.signal-details"></a><h2>Signal Details</h2>
|
1083
|
-
<div class="refsect2">
|
1108
|
+
<div class="refsect2" title='The "change-value" signal'>
|
1084
1109
|
<a name="GtkSpinButton-change-value"></a><h3>The <code class="literal">"change-value"</code> signal</h3>
|
1085
1110
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spinbutton,
|
1086
1111
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkScrollType" title="enum GtkScrollType"><span class="type">GtkScrollType</span></a> arg1,
|
1087
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1112
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last / Action</pre>
|
1088
1113
|
<p>
|
1089
1114
|
</p>
|
1090
1115
|
<div class="variablelist"><table border="0">
|
@@ -1092,7 +1117,13 @@ the type of border that surrounds the arrows of a spin button.
|
|
1092
1117
|
<tbody>
|
1093
1118
|
<tr>
|
1094
1119
|
<td><p><span class="term"><em class="parameter"><code>spinbutton</code></em> :</span></p></td>
|
1095
|
-
<td>the object which received the signal
|
1120
|
+
<td>the object which received the signal.
|
1121
|
+
</td>
|
1122
|
+
</tr>
|
1123
|
+
<tr>
|
1124
|
+
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
|
1125
|
+
<td>
|
1126
|
+
</td>
|
1096
1127
|
</tr>
|
1097
1128
|
<tr>
|
1098
1129
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1102,11 +1133,11 @@ the type of border that surrounds the arrows of a spin button.
|
|
1102
1133
|
</table></div>
|
1103
1134
|
</div>
|
1104
1135
|
<hr>
|
1105
|
-
<div class="refsect2">
|
1136
|
+
<div class="refsect2" title='The "input" signal'>
|
1106
1137
|
<a name="GtkSpinButton-input"></a><h3>The <code class="literal">"input"</code> signal</h3>
|
1107
1138
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> user_function (<a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spinbutton,
|
1108
1139
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> arg1,
|
1109
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1140
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
1110
1141
|
<p>
|
1111
1142
|
</p>
|
1112
1143
|
<div class="variablelist"><table border="0">
|
@@ -1114,20 +1145,31 @@ the type of border that surrounds the arrows of a spin button.
|
|
1114
1145
|
<tbody>
|
1115
1146
|
<tr>
|
1116
1147
|
<td><p><span class="term"><em class="parameter"><code>spinbutton</code></em> :</span></p></td>
|
1117
|
-
<td>the object which received the signal
|
1148
|
+
<td>the object which received the signal.
|
1149
|
+
</td>
|
1150
|
+
</tr>
|
1151
|
+
<tr>
|
1152
|
+
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
|
1153
|
+
<td>
|
1154
|
+
</td>
|
1118
1155
|
</tr>
|
1119
1156
|
<tr>
|
1120
1157
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
1121
1158
|
<td>user data set when the signal handler was connected.</td>
|
1122
1159
|
</tr>
|
1160
|
+
<tr>
|
1161
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1162
|
+
<td>
|
1163
|
+
</td>
|
1164
|
+
</tr>
|
1123
1165
|
</tbody>
|
1124
1166
|
</table></div>
|
1125
1167
|
</div>
|
1126
1168
|
<hr>
|
1127
|
-
<div class="refsect2">
|
1169
|
+
<div class="refsect2" title='The "output" signal'>
|
1128
1170
|
<a name="GtkSpinButton-output"></a><h3>The <code class="literal">"output"</code> signal</h3>
|
1129
1171
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spin_button,
|
1130
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1172
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
1131
1173
|
<p>
|
1132
1174
|
The ::output signal can be used to change to formatting
|
1133
1175
|
of the value that is displayed in the spin buttons entry.
|
@@ -1180,7 +1222,8 @@ of the value that is displayed in the spin buttons entry.
|
|
1180
1222
|
<tbody>
|
1181
1223
|
<tr>
|
1182
1224
|
<td><p><span class="term"><em class="parameter"><code>spin_button</code></em> :</span></p></td>
|
1183
|
-
<td>the object which received the signal
|
1225
|
+
<td>the object which received the signal
|
1226
|
+
</td>
|
1184
1227
|
</tr>
|
1185
1228
|
<tr>
|
1186
1229
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1188,17 +1231,17 @@ of the value that is displayed in the spin buttons entry.
|
|
1188
1231
|
</tr>
|
1189
1232
|
<tr>
|
1190
1233
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1191
|
-
<td>
|
1192
|
-
|
1234
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the value has been displayed.
|
1235
|
+
</td>
|
1193
1236
|
</tr>
|
1194
1237
|
</tbody>
|
1195
1238
|
</table></div>
|
1196
1239
|
</div>
|
1197
1240
|
<hr>
|
1198
|
-
<div class="refsect2">
|
1241
|
+
<div class="refsect2" title='The "value-changed" signal'>
|
1199
1242
|
<a name="GtkSpinButton-value-changed"></a><h3>The <code class="literal">"value-changed"</code> signal</h3>
|
1200
1243
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spinbutton,
|
1201
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1244
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
1202
1245
|
<p>
|
1203
1246
|
</p>
|
1204
1247
|
<div class="variablelist"><table border="0">
|
@@ -1206,7 +1249,8 @@ of the value that is displayed in the spin buttons entry.
|
|
1206
1249
|
<tbody>
|
1207
1250
|
<tr>
|
1208
1251
|
<td><p><span class="term"><em class="parameter"><code>spinbutton</code></em> :</span></p></td>
|
1209
|
-
<td>the object which received the signal
|
1252
|
+
<td>the object which received the signal.
|
1253
|
+
</td>
|
1210
1254
|
</tr>
|
1211
1255
|
<tr>
|
1212
1256
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1216,10 +1260,10 @@ of the value that is displayed in the spin buttons entry.
|
|
1216
1260
|
</table></div>
|
1217
1261
|
</div>
|
1218
1262
|
<hr>
|
1219
|
-
<div class="refsect2">
|
1263
|
+
<div class="refsect2" title='The "wrapped" signal'>
|
1220
1264
|
<a name="GtkSpinButton-wrapped"></a><h3>The <code class="literal">"wrapped"</code> signal</h3>
|
1221
1265
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkSpinButton.html" title="GtkSpinButton"><span class="type">GtkSpinButton</span></a> *spinbutton,
|
1222
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1266
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
1223
1267
|
<p>
|
1224
1268
|
The wrapped signal is emitted right after the spinbutton wraps
|
1225
1269
|
from its maximum to minimum value or vice-versa.
|
@@ -1229,7 +1273,8 @@ from its maximum to minimum value or vice-versa.
|
|
1229
1273
|
<tbody>
|
1230
1274
|
<tr>
|
1231
1275
|
<td><p><span class="term"><em class="parameter"><code>spinbutton</code></em> :</span></p></td>
|
1232
|
-
<td>the object which received the signal
|
1276
|
+
<td>the object which received the signal
|
1277
|
+
</td>
|
1233
1278
|
</tr>
|
1234
1279
|
<tr>
|
1235
1280
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1240,7 +1285,7 @@ from its maximum to minimum value or vice-versa.
|
|
1240
1285
|
<p class="since">Since 2.10</p>
|
1241
1286
|
</div>
|
1242
1287
|
</div>
|
1243
|
-
<div class="refsect1">
|
1288
|
+
<div class="refsect1" title="See Also">
|
1244
1289
|
<a name="GtkSpinButton.see-also"></a><h2>See Also</h2>
|
1245
1290
|
<p>
|
1246
1291
|
</p>
|
@@ -1257,6 +1302,6 @@ from its maximum to minimum value or vice-versa.
|
|
1257
1302
|
</div>
|
1258
1303
|
<div class="footer">
|
1259
1304
|
<hr>
|
1260
|
-
Generated by GTK-Doc V1.
|
1305
|
+
Generated by GTK-Doc V1.15</div>
|
1261
1306
|
</body>
|
1262
1307
|
</html>
|