gtk2 0.90.8-x86-mingw32 → 0.90.9-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 +22 -0
- data/ext/gtk2/rbgtkwindow.c +3 -1
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/sample/gtk-demo/cairo-operator.rb +1 -1
- data/sample/misc/bindings.rb +1 -1
- data/sample/misc/cairo-pong.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +29 -2
- 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 +2 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- 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.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
- data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
- data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
- 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 +60 -94
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
- 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 +2 -1
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
- 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 +135 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
- 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 +81 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
- 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 +2 -1
- 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 +193 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
- 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 +17 -11
- 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-24.html +117 -0
- 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 +236 -45
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
- 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 +69 -124
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
- 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 +152 -158
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
- 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 +63 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
- 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 +5 -10
- 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 +39 -31
- 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 +445 -412
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
- 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 +8 -5
- 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 +10 -6
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
- 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 +2 -1
- 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/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.24.0-1_win32.log +4934 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
- metadata +26 -33
- data/ext/gtk2/Makefile +0 -169
- data/ext/gtk2/rbgdkkeysyms.h +0 -2174
- data/ext/gtk2/rbgtkinits.c +0 -473
- data/ext/gtk2/ruby-gtk2.pc +0 -3
- 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/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="ButtonWidgets.html" title="Buttons and Toggles">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkLinkButton.html" title="GtkLinkButton">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkVolumeButton.html" title="GtkVolumeButton">
         | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 13 | 
             
            </head>
         | 
| 14 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| @@ -34,7 +34,7 @@ | |
| 34 34 | 
             
                              <a href="#GtkScaleButton.signals" class="shortcut">Signals</a>
         | 
| 35 35 | 
             
            </td></tr>
         | 
| 36 36 | 
             
            </table>
         | 
| 37 | 
            -
            <div class="refentry" | 
| 37 | 
            +
            <div class="refentry">
         | 
| 38 38 | 
             
            <a name="GtkScaleButton"></a><div class="titlepage"></div>
         | 
| 39 39 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 40 40 | 
             
            <td valign="top">
         | 
| @@ -43,12 +43,12 @@ | |
| 43 43 | 
             
            </td>
         | 
| 44 44 | 
             
            <td valign="top" align="right"></td>
         | 
| 45 45 | 
             
            </tr></table></div>
         | 
| 46 | 
            -
            <div class="refsynopsisdiv" | 
| 46 | 
            +
            <div class="refsynopsisdiv">
         | 
| 47 47 | 
             
            <a name="GtkScaleButton.synopsis"></a><h2>Synopsis</h2>
         | 
| 48 48 | 
             
            <pre class="synopsis">
         | 
| 49 49 | 
             
            #include <gtk/gtk.h>
         | 
| 50 50 |  | 
| 51 | 
            -
             | 
| 51 | 
            +
            struct              <a class="link" href="GtkScaleButton.html#GtkScaleButton-struct" title="struct GtkScaleButton">GtkScaleButton</a>;
         | 
| 52 52 | 
             
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkScaleButton.html#gtk-scale-button-new" title="gtk_scale_button_new ()">gtk_scale_button_new</a>                (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>,
         | 
| 53 53 | 
             
                                                                     <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>,
         | 
| 54 54 | 
             
                                                                     <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>,
         | 
| @@ -70,7 +70,7 @@ | |
| 70 70 | 
             
            <a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="returnvalue">GtkOrientation</span></a>      <a class="link" href="GtkScaleButton.html#gtk-scale-button-get-orientation" title="gtk_scale_button_get_orientation ()">gtk_scale_button_get_orientation</a>    (<em class="parameter"><code><a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button</code></em>);
         | 
| 71 71 | 
             
            </pre>
         | 
| 72 72 | 
             
            </div>
         | 
| 73 | 
            -
            <div class="refsect1" | 
| 73 | 
            +
            <div class="refsect1">
         | 
| 74 74 | 
             
            <a name="GtkScaleButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 75 75 | 
             
            <pre class="synopsis">
         | 
| 76 76 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| @@ -84,30 +84,30 @@ | |
| 84 84 | 
             
                                                         +----<a class="link" href="GtkVolumeButton.html" title="GtkVolumeButton">GtkVolumeButton</a>
         | 
| 85 85 | 
             
            </pre>
         | 
| 86 86 | 
             
            </div>
         | 
| 87 | 
            -
            <div class="refsect1" | 
| 87 | 
            +
            <div class="refsect1">
         | 
| 88 88 | 
             
            <a name="GtkScaleButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 89 89 | 
             
            <p>
         | 
| 90 90 | 
             
            GtkScaleButton implements
         | 
| 91 91 | 
             
             AtkImplementorIface,  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>,  <a class="link" href="GtkActivatable.html" title="GtkActivatable">GtkActivatable</a> and  <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
         | 
| 92 92 | 
             
            </div>
         | 
| 93 | 
            -
            <div class="refsect1" | 
| 93 | 
            +
            <div class="refsect1">
         | 
| 94 94 | 
             
            <a name="GtkScaleButton.properties"></a><h2>Properties</h2>
         | 
| 95 95 | 
             
            <pre class="synopsis">
         | 
| 96 96 | 
             
              "<a class="link" href="GtkScaleButton.html#GtkScaleButton--adjustment" title='The "adjustment" property'>adjustment</a>"               <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>*        : Read / Write
         | 
| 97 | 
            -
              "<a class="link" href="GtkScaleButton.html#GtkScaleButton--icons" title='The "icons" property'>icons</a>"                    <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a | 
| 97 | 
            +
              "<a class="link" href="GtkScaleButton.html#GtkScaleButton--icons" title='The "icons" property'>icons</a>"                    <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a>                 : Read / Write
         | 
| 98 98 | 
             
              "<a class="link" href="GtkScaleButton.html#GtkScaleButton--size" title='The "size" property'>size</a>"                     <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>           : Read / Write
         | 
| 99 99 | 
             
              "<a class="link" href="GtkScaleButton.html#GtkScaleButton--value" title='The "value" property'>value</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>               : Read / Write
         | 
| 100 100 | 
             
            </pre>
         | 
| 101 101 | 
             
            </div>
         | 
| 102 | 
            -
            <div class="refsect1" | 
| 102 | 
            +
            <div class="refsect1">
         | 
| 103 103 | 
             
            <a name="GtkScaleButton.signals"></a><h2>Signals</h2>
         | 
| 104 104 | 
             
            <pre class="synopsis">
         | 
| 105 | 
            -
              "<a class="link" href="GtkScaleButton.html#GtkScaleButton-popdown" title='The "popdown" signal'>popdown</a>"                                        :  | 
| 106 | 
            -
              "<a class="link" href="GtkScaleButton.html#GtkScaleButton-popup" title='The "popup" signal'>popup</a>"                                          :  | 
| 107 | 
            -
              "<a class="link" href="GtkScaleButton.html#GtkScaleButton-value-changed" title='The "value-changed" signal'>value-changed</a>"                                  : Run Last
         | 
| 105 | 
            +
              "<a class="link" href="GtkScaleButton.html#GtkScaleButton-popdown" title='The "popdown" signal'>popdown</a>"                                        : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 106 | 
            +
              "<a class="link" href="GtkScaleButton.html#GtkScaleButton-popup" title='The "popup" signal'>popup</a>"                                          : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 107 | 
            +
              "<a class="link" href="GtkScaleButton.html#GtkScaleButton-value-changed" title='The "value-changed" signal'>value-changed</a>"                                  : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
         | 
| 108 108 | 
             
            </pre>
         | 
| 109 109 | 
             
            </div>
         | 
| 110 | 
            -
            <div class="refsect1" | 
| 110 | 
            +
            <div class="refsect1">
         | 
| 111 111 | 
             
            <a name="GtkScaleButton.description"></a><h2>Description</h2>
         | 
| 112 112 | 
             
            <p>
         | 
| 113 113 | 
             
            <a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> provides a button which pops up a scale widget.
         | 
| @@ -116,16 +116,16 @@ applications, and GTK+ provides a <a class="link" href="GtkVolumeButton.html" ti | |
| 116 116 | 
             
            is tailored for this use case.
         | 
| 117 117 | 
             
            </p>
         | 
| 118 118 | 
             
            </div>
         | 
| 119 | 
            -
            <div class="refsect1" | 
| 119 | 
            +
            <div class="refsect1">
         | 
| 120 120 | 
             
            <a name="GtkScaleButton.details"></a><h2>Details</h2>
         | 
| 121 | 
            -
            <div class="refsect2" | 
| 122 | 
            -
            <a name="GtkScaleButton-struct"></a><h3>GtkScaleButton</h3>
         | 
| 123 | 
            -
            <pre class="programlisting"> | 
| 121 | 
            +
            <div class="refsect2">
         | 
| 122 | 
            +
            <a name="GtkScaleButton-struct"></a><h3>struct GtkScaleButton</h3>
         | 
| 123 | 
            +
            <pre class="programlisting">struct GtkScaleButton;</pre>
         | 
| 124 124 | 
             
            <p>
         | 
| 125 125 | 
             
            </p>
         | 
| 126 126 | 
             
            </div>
         | 
| 127 127 | 
             
            <hr>
         | 
| 128 | 
            -
            <div class="refsect2" | 
| 128 | 
            +
            <div class="refsect2">
         | 
| 129 129 | 
             
            <a name="gtk-scale-button-new"></a><h3>gtk_scale_button_new ()</h3>
         | 
| 130 130 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_scale_button_new                (<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>,
         | 
| 131 131 | 
             
                                                                     <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>,
         | 
| @@ -141,35 +141,31 @@ a stepping of <em class="parameter"><code>step</code></em>. | |
| 141 141 | 
             
            <tbody>
         | 
| 142 142 | 
             
            <tr>
         | 
| 143 143 | 
             
            <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
         | 
| 144 | 
            -
            <td> | 
| 144 | 
            +
            <td>a stock icon size. <span class="annotation">[<acronym title="Parameter for input. Default is transfer none."><span class="acronym">in</span></acronym>]</span>
         | 
| 145 145 | 
             
            </td>
         | 
| 146 146 | 
             
            </tr>
         | 
| 147 147 | 
             
            <tr>
         | 
| 148 148 | 
             
            <td><p><span class="term"><em class="parameter"><code>min</code></em> :</span></p></td>
         | 
| 149 | 
            -
            <td>the minimum value of the scale (usually 0)
         | 
| 150 | 
            -
            </td>
         | 
| 149 | 
            +
            <td>the minimum value of the scale (usually 0)</td>
         | 
| 151 150 | 
             
            </tr>
         | 
| 152 151 | 
             
            <tr>
         | 
| 153 152 | 
             
            <td><p><span class="term"><em class="parameter"><code>max</code></em> :</span></p></td>
         | 
| 154 | 
            -
            <td>the maximum value of the scale (usually 100)
         | 
| 155 | 
            -
            </td>
         | 
| 153 | 
            +
            <td>the maximum value of the scale (usually 100)</td>
         | 
| 156 154 | 
             
            </tr>
         | 
| 157 155 | 
             
            <tr>
         | 
| 158 156 | 
             
            <td><p><span class="term"><em class="parameter"><code>step</code></em> :</span></p></td>
         | 
| 159 157 | 
             
            <td>the stepping of value when a scroll-wheel event,
         | 
| 160 | 
            -
             | 
| 161 | 
            -
            </td>
         | 
| 158 | 
            +
            or up/down arrow event occurs (usually 2)</td>
         | 
| 162 159 | 
             
            </tr>
         | 
| 163 160 | 
             
            <tr>
         | 
| 164 161 | 
             
            <td><p><span class="term"><em class="parameter"><code>icons</code></em> :</span></p></td>
         | 
| 165 | 
            -
            <td> | 
| 166 | 
            -
             | 
| 162 | 
            +
            <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of icon names, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
         | 
| 163 | 
            +
            you want to set the list later with <a class="link" href="GtkScaleButton.html#gtk-scale-button-set-icons" title="gtk_scale_button_set_icons ()"><code class="function">gtk_scale_button_set_icons()</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 167 164 | 
             
            </td>
         | 
| 168 165 | 
             
            </tr>
         | 
| 169 166 | 
             
            <tr>
         | 
| 170 167 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 171 | 
            -
            <td> | 
| 172 | 
            -
             | 
| 168 | 
            +
            <td>a new <a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a>
         | 
| 173 169 | 
             
            </td>
         | 
| 174 170 | 
             
            </tr>
         | 
| 175 171 | 
             
            </tbody>
         | 
| @@ -177,7 +173,7 @@ a stepping of <em class="parameter"><code>step</code></em>. | |
| 177 173 | 
             
            <p class="since">Since 2.12</p>
         | 
| 178 174 | 
             
            </div>
         | 
| 179 175 | 
             
            <hr>
         | 
| 180 | 
            -
            <div class="refsect2" | 
| 176 | 
            +
            <div class="refsect2">
         | 
| 181 177 | 
             
            <a name="gtk-scale-button-set-adjustment"></a><h3>gtk_scale_button_set_adjustment ()</h3>
         | 
| 182 178 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_scale_button_set_adjustment     (<em class="parameter"><code><a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button</code></em>,
         | 
| 183 179 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *adjustment</code></em>);</pre>
         | 
| @@ -204,7 +200,7 @@ See <a class="link" href="GtkRange.html#gtk-range-set-adjustment" title="gtk_ran | |
| 204 200 | 
             
            <p class="since">Since 2.12</p>
         | 
| 205 201 | 
             
            </div>
         | 
| 206 202 | 
             
            <hr>
         | 
| 207 | 
            -
            <div class="refsect2" | 
| 203 | 
            +
            <div class="refsect2">
         | 
| 208 204 | 
             
            <a name="gtk-scale-button-set-icons"></a><h3>gtk_scale_button_set_icons ()</h3>
         | 
| 209 205 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_scale_button_set_icons          (<em class="parameter"><code><a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button</code></em>,
         | 
| 210 206 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **icons</code></em>);</pre>
         | 
| @@ -222,15 +218,14 @@ For details, see the <a class="link" href="GtkScaleButton.html#GtkScaleButton--i | |
| 222 218 | 
             
            </tr>
         | 
| 223 219 | 
             
            <tr>
         | 
| 224 220 | 
             
            <td><p><span class="term"><em class="parameter"><code>icons</code></em> :</span></p></td>
         | 
| 225 | 
            -
            <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of icon names
         | 
| 226 | 
            -
            </td>
         | 
| 221 | 
            +
            <td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of icon names</td>
         | 
| 227 222 | 
             
            </tr>
         | 
| 228 223 | 
             
            </tbody>
         | 
| 229 224 | 
             
            </table></div>
         | 
| 230 225 | 
             
            <p class="since">Since 2.12</p>
         | 
| 231 226 | 
             
            </div>
         | 
| 232 227 | 
             
            <hr>
         | 
| 233 | 
            -
            <div class="refsect2" | 
| 228 | 
            +
            <div class="refsect2">
         | 
| 234 229 | 
             
            <a name="gtk-scale-button-set-value"></a><h3>gtk_scale_button_set_value ()</h3>
         | 
| 235 230 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_scale_button_set_value          (<em class="parameter"><code><a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button</code></em>,
         | 
| 236 231 | 
             
                                                                     <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>
         | 
| @@ -250,15 +245,14 @@ signal if the value changes. | |
| 250 245 | 
             
            </tr>
         | 
| 251 246 | 
             
            <tr>
         | 
| 252 247 | 
             
            <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
         | 
| 253 | 
            -
            <td>new value of the scale button
         | 
| 254 | 
            -
            </td>
         | 
| 248 | 
            +
            <td>new value of the scale button</td>
         | 
| 255 249 | 
             
            </tr>
         | 
| 256 250 | 
             
            </tbody>
         | 
| 257 251 | 
             
            </table></div>
         | 
| 258 252 | 
             
            <p class="since">Since 2.12</p>
         | 
| 259 253 | 
             
            </div>
         | 
| 260 254 | 
             
            <hr>
         | 
| 261 | 
            -
            <div class="refsect2" | 
| 255 | 
            +
            <div class="refsect2">
         | 
| 262 256 | 
             
            <a name="gtk-scale-button-get-adjustment"></a><h3>gtk_scale_button_get_adjustment ()</h3>
         | 
| 263 257 | 
             
            <pre class="programlisting"><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="returnvalue">GtkAdjustment</span></a> *     gtk_scale_button_get_adjustment     (<em class="parameter"><code><a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button</code></em>);</pre>
         | 
| 264 258 | 
             
            <p>
         | 
| @@ -275,8 +269,7 @@ See <a class="link" href="GtkRange.html#gtk-range-get-adjustment" title="gtk_ran | |
| 275 269 | 
             
            </tr>
         | 
| 276 270 | 
             
            <tr>
         | 
| 277 271 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 278 | 
            -
            <td> | 
| 279 | 
            -
             | 
| 272 | 
            +
            <td>the adjustment associated with the scale. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 280 273 | 
             
            </td>
         | 
| 281 274 | 
             
            </tr>
         | 
| 282 275 | 
             
            </tbody>
         | 
| @@ -284,7 +277,7 @@ See <a class="link" href="GtkRange.html#gtk-range-get-adjustment" title="gtk_ran | |
| 284 277 | 
             
            <p class="since">Since 2.12</p>
         | 
| 285 278 | 
             
            </div>
         | 
| 286 279 | 
             
            <hr>
         | 
| 287 | 
            -
            <div class="refsect2" | 
| 280 | 
            +
            <div class="refsect2">
         | 
| 288 281 | 
             
            <a name="gtk-scale-button-get-value"></a><h3>gtk_scale_button_get_value ()</h3>
         | 
| 289 282 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_scale_button_get_value          (<em class="parameter"><code><a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button</code></em>);</pre>
         | 
| 290 283 | 
             
            <p>
         | 
| @@ -300,16 +293,14 @@ Gets the current value of the scale button. | |
| 300 293 | 
             
            </tr>
         | 
| 301 294 | 
             
            <tr>
         | 
| 302 295 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 303 | 
            -
            <td> | 
| 304 | 
            -
             | 
| 305 | 
            -
            </td>
         | 
| 296 | 
            +
            <td>current value of the scale button</td>
         | 
| 306 297 | 
             
            </tr>
         | 
| 307 298 | 
             
            </tbody>
         | 
| 308 299 | 
             
            </table></div>
         | 
| 309 300 | 
             
            <p class="since">Since 2.12</p>
         | 
| 310 301 | 
             
            </div>
         | 
| 311 302 | 
             
            <hr>
         | 
| 312 | 
            -
            <div class="refsect2" | 
| 303 | 
            +
            <div class="refsect2">
         | 
| 313 304 | 
             
            <a name="gtk-scale-button-get-popup"></a><h3>gtk_scale_button_get_popup ()</h3>
         | 
| 314 305 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_scale_button_get_popup          (<em class="parameter"><code><a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button</code></em>);</pre>
         | 
| 315 306 | 
             
            <p>
         | 
| @@ -325,8 +316,7 @@ Retrieves the popup of the <a class="link" href="GtkScaleButton.html" title="Gtk | |
| 325 316 | 
             
            </tr>
         | 
| 326 317 | 
             
            <tr>
         | 
| 327 318 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 328 | 
            -
            <td> | 
| 329 | 
            -
             | 
| 319 | 
            +
            <td>the popup of the <a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 330 320 | 
             
            </td>
         | 
| 331 321 | 
             
            </tr>
         | 
| 332 322 | 
             
            </tbody>
         | 
| @@ -334,7 +324,7 @@ Retrieves the popup of the <a class="link" href="GtkScaleButton.html" title="Gtk | |
| 334 324 | 
             
            <p class="since">Since 2.14</p>
         | 
| 335 325 | 
             
            </div>
         | 
| 336 326 | 
             
            <hr>
         | 
| 337 | 
            -
            <div class="refsect2" | 
| 327 | 
            +
            <div class="refsect2">
         | 
| 338 328 | 
             
            <a name="gtk-scale-button-get-plus-button"></a><h3>gtk_scale_button_get_plus_button ()</h3>
         | 
| 339 329 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_scale_button_get_plus_button    (<em class="parameter"><code><a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button</code></em>);</pre>
         | 
| 340 330 | 
             
            <p>
         | 
| @@ -350,8 +340,7 @@ Retrieves the plus button of the <a class="link" href="GtkScaleButton.html" titl | |
| 350 340 | 
             
            </tr>
         | 
| 351 341 | 
             
            <tr>
         | 
| 352 342 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 353 | 
            -
            <td> | 
| 354 | 
            -
             | 
| 343 | 
            +
            <td>the plus button of the <a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 355 344 | 
             
            </td>
         | 
| 356 345 | 
             
            </tr>
         | 
| 357 346 | 
             
            </tbody>
         | 
| @@ -359,7 +348,7 @@ Retrieves the plus button of the <a class="link" href="GtkScaleButton.html" titl | |
| 359 348 | 
             
            <p class="since">Since 2.14</p>
         | 
| 360 349 | 
             
            </div>
         | 
| 361 350 | 
             
            <hr>
         | 
| 362 | 
            -
            <div class="refsect2" | 
| 351 | 
            +
            <div class="refsect2">
         | 
| 363 352 | 
             
            <a name="gtk-scale-button-get-minus-button"></a><h3>gtk_scale_button_get_minus_button ()</h3>
         | 
| 364 353 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_scale_button_get_minus_button   (<em class="parameter"><code><a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button</code></em>);</pre>
         | 
| 365 354 | 
             
            <p>
         | 
| @@ -375,8 +364,7 @@ Retrieves the minus button of the <a class="link" href="GtkScaleButton.html" tit | |
| 375 364 | 
             
            </tr>
         | 
| 376 365 | 
             
            <tr>
         | 
| 377 366 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 378 | 
            -
            <td> | 
| 379 | 
            -
             | 
| 367 | 
            +
            <td>the minus button of the <a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 380 368 | 
             
            </td>
         | 
| 381 369 | 
             
            </tr>
         | 
| 382 370 | 
             
            </tbody>
         | 
| @@ -384,11 +372,11 @@ Retrieves the minus button of the <a class="link" href="GtkScaleButton.html" tit | |
| 384 372 | 
             
            <p class="since">Since 2.14</p>
         | 
| 385 373 | 
             
            </div>
         | 
| 386 374 | 
             
            <hr>
         | 
| 387 | 
            -
            <div class="refsect2" | 
| 375 | 
            +
            <div class="refsect2">
         | 
| 388 376 | 
             
            <a name="gtk-scale-button-set-orientation"></a><h3>gtk_scale_button_set_orientation ()</h3>
         | 
| 389 377 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_scale_button_set_orientation    (<em class="parameter"><code><a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button</code></em>,
         | 
| 390 378 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>);</pre>
         | 
| 391 | 
            -
            <div class="warning"  | 
| 379 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 392 380 | 
             
            <h3 class="title">Warning</h3>
         | 
| 393 381 | 
             
            <p><code class="literal">gtk_scale_button_set_orientation</code> has been deprecated since version 2.16 and should not be used in newly-written code. Use <a class="link" href="gtk-Orientable.html#gtk-orientable-set-orientation" title="gtk_orientable_set_orientation ()"><code class="function">gtk_orientable_set_orientation()</code></a> instead.</p>
         | 
| 394 382 | 
             
            </div>
         | 
| @@ -405,18 +393,17 @@ Sets the orientation of the <a class="link" href="GtkScaleButton.html" title="Gt | |
| 405 393 | 
             
            </tr>
         | 
| 406 394 | 
             
            <tr>
         | 
| 407 395 | 
             
            <td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
         | 
| 408 | 
            -
            <td>the new orientation
         | 
| 409 | 
            -
            </td>
         | 
| 396 | 
            +
            <td>the new orientation</td>
         | 
| 410 397 | 
             
            </tr>
         | 
| 411 398 | 
             
            </tbody>
         | 
| 412 399 | 
             
            </table></div>
         | 
| 413 400 | 
             
            <p class="since">Since 2.14</p>
         | 
| 414 401 | 
             
            </div>
         | 
| 415 402 | 
             
            <hr>
         | 
| 416 | 
            -
            <div class="refsect2" | 
| 403 | 
            +
            <div class="refsect2">
         | 
| 417 404 | 
             
            <a name="gtk-scale-button-get-orientation"></a><h3>gtk_scale_button_get_orientation ()</h3>
         | 
| 418 405 | 
             
            <pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="returnvalue">GtkOrientation</span></a>      gtk_scale_button_get_orientation    (<em class="parameter"><code><a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button</code></em>);</pre>
         | 
| 419 | 
            -
            <div class="warning"  | 
| 406 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 420 407 | 
             
            <h3 class="title">Warning</h3>
         | 
| 421 408 | 
             
            <p><code class="literal">gtk_scale_button_get_orientation</code> has been deprecated since version 2.16 and should not be used in newly-written code. Use <a class="link" href="gtk-Orientable.html#gtk-orientable-get-orientation" title="gtk_orientable_get_orientation ()"><code class="function">gtk_orientable_get_orientation()</code></a> instead.</p>
         | 
| 422 409 | 
             
            </div>
         | 
| @@ -433,26 +420,24 @@ Gets the orientation of the <a class="link" href="GtkScaleButton.html" title="Gt | |
| 433 420 | 
             
            </tr>
         | 
| 434 421 | 
             
            <tr>
         | 
| 435 422 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 436 | 
            -
            <td> | 
| 437 | 
            -
             | 
| 438 | 
            -
            </td>
         | 
| 423 | 
            +
            <td>the <a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a>'s orientation.</td>
         | 
| 439 424 | 
             
            </tr>
         | 
| 440 425 | 
             
            </tbody>
         | 
| 441 426 | 
             
            </table></div>
         | 
| 442 427 | 
             
            <p class="since">Since 2.14</p>
         | 
| 443 428 | 
             
            </div>
         | 
| 444 429 | 
             
            </div>
         | 
| 445 | 
            -
            <div class="refsect1" | 
| 430 | 
            +
            <div class="refsect1">
         | 
| 446 431 | 
             
            <a name="GtkScaleButton.property-details"></a><h2>Property Details</h2>
         | 
| 447 | 
            -
            <div class="refsect2" | 
| 432 | 
            +
            <div class="refsect2">
         | 
| 448 433 | 
             
            <a name="GtkScaleButton--adjustment"></a><h3>The <code class="literal">"adjustment"</code> property</h3>
         | 
| 449 434 | 
             
            <pre class="programlisting">  "adjustment"               <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>*        : Read / Write</pre>
         | 
| 450 435 | 
             
            <p>The GtkAdjustment that contains the current value of this scale button object.</p>
         | 
| 451 436 | 
             
            </div>
         | 
| 452 437 | 
             
            <hr>
         | 
| 453 | 
            -
            <div class="refsect2" | 
| 438 | 
            +
            <div class="refsect2">
         | 
| 454 439 | 
             
            <a name="GtkScaleButton--icons"></a><h3>The <code class="literal">"icons"</code> property</h3>
         | 
| 455 | 
            -
            <pre class="programlisting">  "icons"                    <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a | 
| 440 | 
            +
            <pre class="programlisting">  "icons"                    <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a>                 : Read / Write</pre>
         | 
| 456 441 | 
             
            <p>
         | 
| 457 442 | 
             
            The names of the icons to be used by the scale button.
         | 
| 458 443 | 
             
            The first item in the array will be used in the button
         | 
| @@ -475,26 +460,26 @@ better for the users. | |
| 475 460 | 
             
            <p class="since">Since 2.12</p>
         | 
| 476 461 | 
             
            </div>
         | 
| 477 462 | 
             
            <hr>
         | 
| 478 | 
            -
            <div class="refsect2" | 
| 463 | 
            +
            <div class="refsect2">
         | 
| 479 464 | 
             
            <a name="GtkScaleButton--size"></a><h3>The <code class="literal">"size"</code> property</h3>
         | 
| 480 465 | 
             
            <pre class="programlisting">  "size"                     <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>           : Read / Write</pre>
         | 
| 481 466 | 
             
            <p>The icon size.</p>
         | 
| 482 467 | 
             
            <p>Default value: GTK_ICON_SIZE_SMALL_TOOLBAR</p>
         | 
| 483 468 | 
             
            </div>
         | 
| 484 469 | 
             
            <hr>
         | 
| 485 | 
            -
            <div class="refsect2" | 
| 470 | 
            +
            <div class="refsect2">
         | 
| 486 471 | 
             
            <a name="GtkScaleButton--value"></a><h3>The <code class="literal">"value"</code> property</h3>
         | 
| 487 472 | 
             
            <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>
         | 
| 488 473 | 
             
            <p>The value of the scale.</p>
         | 
| 489 474 | 
             
            <p>Default value: 0</p>
         | 
| 490 475 | 
             
            </div>
         | 
| 491 476 | 
             
            </div>
         | 
| 492 | 
            -
            <div class="refsect1" | 
| 477 | 
            +
            <div class="refsect1">
         | 
| 493 478 | 
             
            <a name="GtkScaleButton.signal-details"></a><h2>Signal Details</h2>
         | 
| 494 | 
            -
            <div class="refsect2" | 
| 479 | 
            +
            <div class="refsect2">
         | 
| 495 480 | 
             
            <a name="GtkScaleButton-popdown"></a><h3>The <code class="literal">"popdown"</code> signal</h3>
         | 
| 496 481 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button,
         | 
| 497 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      :  | 
| 482 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
         | 
| 498 483 | 
             
            <p>
         | 
| 499 484 | 
             
            The ::popdown signal is a
         | 
| 500 485 | 
             
            <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
         | 
| @@ -508,8 +493,7 @@ The default binding for this signal is Escape. | |
| 508 493 | 
             
            <tbody>
         | 
| 509 494 | 
             
            <tr>
         | 
| 510 495 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 511 | 
            -
            <td>the object which received the signal
         | 
| 512 | 
            -
            </td>
         | 
| 496 | 
            +
            <td>the object which received the signal</td>
         | 
| 513 497 | 
             
            </tr>
         | 
| 514 498 | 
             
            <tr>
         | 
| 515 499 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -520,10 +504,10 @@ The default binding for this signal is Escape. | |
| 520 504 | 
             
            <p class="since">Since 2.12</p>
         | 
| 521 505 | 
             
            </div>
         | 
| 522 506 | 
             
            <hr>
         | 
| 523 | 
            -
            <div class="refsect2" | 
| 507 | 
            +
            <div class="refsect2">
         | 
| 524 508 | 
             
            <a name="GtkScaleButton-popup"></a><h3>The <code class="literal">"popup"</code> signal</h3>
         | 
| 525 509 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button,
         | 
| 526 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      :  | 
| 510 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a></pre>
         | 
| 527 511 | 
             
            <p>
         | 
| 528 512 | 
             
            The ::popup signal is a
         | 
| 529 513 | 
             
            <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
         | 
| @@ -537,8 +521,7 @@ The default bindings for this signal are Space, Enter and Return. | |
| 537 521 | 
             
            <tbody>
         | 
| 538 522 | 
             
            <tr>
         | 
| 539 523 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 540 | 
            -
            <td>the object which received the signal
         | 
| 541 | 
            -
            </td>
         | 
| 524 | 
            +
            <td>the object which received the signal</td>
         | 
| 542 525 | 
             
            </tr>
         | 
| 543 526 | 
             
            <tr>
         | 
| 544 527 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -549,11 +532,11 @@ The default bindings for this signal are Space, Enter and Return. | |
| 549 532 | 
             
            <p class="since">Since 2.12</p>
         | 
| 550 533 | 
             
            </div>
         | 
| 551 534 | 
             
            <hr>
         | 
| 552 | 
            -
            <div class="refsect2" | 
| 535 | 
            +
            <div class="refsect2">
         | 
| 553 536 | 
             
            <a name="GtkScaleButton-value-changed"></a><h3>The <code class="literal">"value-changed"</code> signal</h3>
         | 
| 554 537 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button,
         | 
| 555 538 | 
             
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>         value,
         | 
| 556 | 
            -
                                                                    <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>
         | 
| 539 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
         | 
| 557 540 | 
             
            <p>
         | 
| 558 541 | 
             
            The ::value-changed signal is emitted when the value field has
         | 
| 559 542 | 
             
            changed.
         | 
| @@ -563,13 +546,11 @@ changed. | |
| 563 546 | 
             
            <tbody>
         | 
| 564 547 | 
             
            <tr>
         | 
| 565 548 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 566 | 
            -
            <td>the object which received the signal
         | 
| 567 | 
            -
            </td>
         | 
| 549 | 
            +
            <td>the object which received the signal</td>
         | 
| 568 550 | 
             
            </tr>
         | 
| 569 551 | 
             
            <tr>
         | 
| 570 552 | 
             
            <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
         | 
| 571 | 
            -
            <td>the new value
         | 
| 572 | 
            -
            </td>
         | 
| 553 | 
            +
            <td>the new value</td>
         | 
| 573 554 | 
             
            </tr>
         | 
| 574 555 | 
             
            <tr>
         | 
| 575 556 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -583,6 +564,6 @@ changed. | |
| 583 564 | 
             
            </div>
         | 
| 584 565 | 
             
            <div class="footer">
         | 
| 585 566 | 
             
            <hr>
         | 
| 586 | 
            -
                      Generated by GTK-Doc V1. | 
| 567 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 587 568 | 
             
            </body>
         | 
| 588 569 | 
             
            </html>
         | 
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="AbstractObjects.html" title="Abstract Base Classes">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkScale.html" title="GtkScale">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkSeparator.html" title="GtkSeparator">
         | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 13 | 
             
            </head>
         | 
| 14 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| @@ -32,7 +32,7 @@ | |
| 32 32 | 
             
                              <a href="#GtkScrollbar.style-properties" class="shortcut">Style Properties</a>
         | 
| 33 33 | 
             
            </td></tr>
         | 
| 34 34 | 
             
            </table>
         | 
| 35 | 
            -
            <div class="refentry" | 
| 35 | 
            +
            <div class="refentry">
         | 
| 36 36 | 
             
            <a name="GtkScrollbar"></a><div class="titlepage"></div>
         | 
| 37 37 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 38 38 | 
             
            <td valign="top">
         | 
| @@ -41,15 +41,15 @@ | |
| 41 41 | 
             
            </td>
         | 
| 42 42 | 
             
            <td valign="top" align="right"></td>
         | 
| 43 43 | 
             
            </tr></table></div>
         | 
| 44 | 
            -
            <div class="refsynopsisdiv" | 
| 44 | 
            +
            <div class="refsynopsisdiv">
         | 
| 45 45 | 
             
            <a name="GtkScrollbar.synopsis"></a><h2>Synopsis</h2>
         | 
| 46 46 | 
             
            <pre class="synopsis">
         | 
| 47 47 | 
             
            #include <gtk/gtk.h>
         | 
| 48 48 |  | 
| 49 | 
            -
             | 
| 49 | 
            +
            struct              <a class="link" href="GtkScrollbar.html#GtkScrollbar-struct" title="struct GtkScrollbar">GtkScrollbar</a>;
         | 
| 50 50 | 
             
            </pre>
         | 
| 51 51 | 
             
            </div>
         | 
| 52 | 
            -
            <div class="refsect1" | 
| 52 | 
            +
            <div class="refsect1">
         | 
| 53 53 | 
             
            <a name="GtkScrollbar.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 54 54 | 
             
            <pre class="synopsis">
         | 
| 55 55 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| @@ -62,13 +62,13 @@ | |
| 62 62 | 
             
                                             +----<a class="link" href="GtkVScrollbar.html" title="GtkVScrollbar">GtkVScrollbar</a>
         | 
| 63 63 | 
             
            </pre>
         | 
| 64 64 | 
             
            </div>
         | 
| 65 | 
            -
            <div class="refsect1" | 
| 65 | 
            +
            <div class="refsect1">
         | 
| 66 66 | 
             
            <a name="GtkScrollbar.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 67 67 | 
             
            <p>
         | 
| 68 68 | 
             
            GtkScrollbar implements
         | 
| 69 69 | 
             
             AtkImplementorIface,  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and  <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
         | 
| 70 70 | 
             
            </div>
         | 
| 71 | 
            -
            <div class="refsect1" | 
| 71 | 
            +
            <div class="refsect1">
         | 
| 72 72 | 
             
            <a name="GtkScrollbar.style-properties"></a><h2>Style Properties</h2>
         | 
| 73 73 | 
             
            <pre class="synopsis">
         | 
| 74 74 | 
             
              "<a class="link" href="GtkScrollbar.html#GtkScrollbar--s-fixed-slider-length" title='The "fixed-slider-length" style property'>fixed-slider-length</a>"      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
         | 
| @@ -79,7 +79,7 @@ GtkScrollbar implements | |
| 79 79 | 
             
              "<a class="link" href="GtkScrollbar.html#GtkScrollbar--s-min-slider-length" title='The "min-slider-length" style property'>min-slider-length</a>"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
         | 
| 80 80 | 
             
            </pre>
         | 
| 81 81 | 
             
            </div>
         | 
| 82 | 
            -
            <div class="refsect1" | 
| 82 | 
            +
            <div class="refsect1">
         | 
| 83 83 | 
             
            <a name="GtkScrollbar.description"></a><h2>Description</h2>
         | 
| 84 84 | 
             
            <p>
         | 
| 85 85 | 
             
            The <a class="link" href="GtkScrollbar.html" title="GtkScrollbar"><span class="type">GtkScrollbar</span></a> widget is an abstract base class for <a class="link" href="GtkHScrollbar.html" title="GtkHScrollbar"><span class="type">GtkHScrollbar</span></a> and
         | 
| @@ -96,54 +96,54 @@ used when the user asks to step down (using the small stepper arrows) | |
| 96 96 | 
             
            or page down (using for example the PageDown key).
         | 
| 97 97 | 
             
            </p>
         | 
| 98 98 | 
             
            </div>
         | 
| 99 | 
            -
            <div class="refsect1" | 
| 99 | 
            +
            <div class="refsect1">
         | 
| 100 100 | 
             
            <a name="GtkScrollbar.details"></a><h2>Details</h2>
         | 
| 101 | 
            -
            <div class="refsect2" | 
| 102 | 
            -
            <a name="GtkScrollbar-struct"></a><h3>GtkScrollbar</h3>
         | 
| 103 | 
            -
            <pre class="programlisting"> | 
| 101 | 
            +
            <div class="refsect2">
         | 
| 102 | 
            +
            <a name="GtkScrollbar-struct"></a><h3>struct GtkScrollbar</h3>
         | 
| 103 | 
            +
            <pre class="programlisting">struct GtkScrollbar;</pre>
         | 
| 104 104 | 
             
            <p>
         | 
| 105 105 | 
             
            The <a class="link" href="GtkScrollbar.html" title="GtkScrollbar"><span class="type">GtkScrollbar</span></a> struct does not contain any public data.
         | 
| 106 106 | 
             
            </p>
         | 
| 107 107 | 
             
            </div>
         | 
| 108 108 | 
             
            </div>
         | 
| 109 | 
            -
            <div class="refsect1" | 
| 109 | 
            +
            <div class="refsect1">
         | 
| 110 110 | 
             
            <a name="GtkScrollbar.style-property-details"></a><h2>Style Property Details</h2>
         | 
| 111 | 
            -
            <div class="refsect2" | 
| 111 | 
            +
            <div class="refsect2">
         | 
| 112 112 | 
             
            <a name="GtkScrollbar--s-fixed-slider-length"></a><h3>The <code class="literal">"fixed-slider-length"</code> style property</h3>
         | 
| 113 113 | 
             
            <pre class="programlisting">  "fixed-slider-length"      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
         | 
| 114 114 | 
             
            <p>Don't change slider size, just lock it to the minimum length.</p>
         | 
| 115 115 | 
             
            <p>Default value: FALSE</p>
         | 
| 116 116 | 
             
            </div>
         | 
| 117 117 | 
             
            <hr>
         | 
| 118 | 
            -
            <div class="refsect2" | 
| 118 | 
            +
            <div class="refsect2">
         | 
| 119 119 | 
             
            <a name="GtkScrollbar--s-has-backward-stepper"></a><h3>The <code class="literal">"has-backward-stepper"</code> style property</h3>
         | 
| 120 120 | 
             
            <pre class="programlisting">  "has-backward-stepper"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
         | 
| 121 121 | 
             
            <p>Display the standard backward arrow button.</p>
         | 
| 122 122 | 
             
            <p>Default value: TRUE</p>
         | 
| 123 123 | 
             
            </div>
         | 
| 124 124 | 
             
            <hr>
         | 
| 125 | 
            -
            <div class="refsect2" | 
| 125 | 
            +
            <div class="refsect2">
         | 
| 126 126 | 
             
            <a name="GtkScrollbar--s-has-forward-stepper"></a><h3>The <code class="literal">"has-forward-stepper"</code> style property</h3>
         | 
| 127 127 | 
             
            <pre class="programlisting">  "has-forward-stepper"      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
         | 
| 128 128 | 
             
            <p>Display the standard forward arrow button.</p>
         | 
| 129 129 | 
             
            <p>Default value: TRUE</p>
         | 
| 130 130 | 
             
            </div>
         | 
| 131 131 | 
             
            <hr>
         | 
| 132 | 
            -
            <div class="refsect2" | 
| 132 | 
            +
            <div class="refsect2">
         | 
| 133 133 | 
             
            <a name="GtkScrollbar--s-has-secondary-backward-stepper"></a><h3>The <code class="literal">"has-secondary-backward-stepper"</code> style property</h3>
         | 
| 134 134 | 
             
            <pre class="programlisting">  "has-secondary-backward-stepper" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
         | 
| 135 135 | 
             
            <p>Display a second backward arrow button on the opposite end of the scrollbar.</p>
         | 
| 136 136 | 
             
            <p>Default value: FALSE</p>
         | 
| 137 137 | 
             
            </div>
         | 
| 138 138 | 
             
            <hr>
         | 
| 139 | 
            -
            <div class="refsect2" | 
| 139 | 
            +
            <div class="refsect2">
         | 
| 140 140 | 
             
            <a name="GtkScrollbar--s-has-secondary-forward-stepper"></a><h3>The <code class="literal">"has-secondary-forward-stepper"</code> style property</h3>
         | 
| 141 141 | 
             
            <pre class="programlisting">  "has-secondary-forward-stepper" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
         | 
| 142 142 | 
             
            <p>Display a second forward arrow button on the opposite end of the scrollbar.</p>
         | 
| 143 143 | 
             
            <p>Default value: FALSE</p>
         | 
| 144 144 | 
             
            </div>
         | 
| 145 145 | 
             
            <hr>
         | 
| 146 | 
            -
            <div class="refsect2" | 
| 146 | 
            +
            <div class="refsect2">
         | 
| 147 147 | 
             
            <a name="GtkScrollbar--s-min-slider-length"></a><h3>The <code class="literal">"min-slider-length"</code> style property</h3>
         | 
| 148 148 | 
             
            <pre class="programlisting">  "min-slider-length"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 149 149 | 
             
            <p>Minimum length of scrollbar slider.</p>
         | 
| @@ -151,7 +151,7 @@ The <a class="link" href="GtkScrollbar.html" title="GtkScrollbar"><span class="t | |
| 151 151 | 
             
            <p>Default value: 21</p>
         | 
| 152 152 | 
             
            </div>
         | 
| 153 153 | 
             
            </div>
         | 
| 154 | 
            -
            <div class="refsect1" | 
| 154 | 
            +
            <div class="refsect1">
         | 
| 155 155 | 
             
            <a name="GtkScrollbar.see-also"></a><h2>See Also</h2>
         | 
| 156 156 | 
             
            <p>
         | 
| 157 157 | 
             
            </p>
         | 
| @@ -182,6 +182,6 @@ The <a class="link" href="GtkScrollbar.html" title="GtkScrollbar"><span class="t | |
| 182 182 | 
             
            </div>
         | 
| 183 183 | 
             
            <div class="footer">
         | 
| 184 184 | 
             
            <hr>
         | 
| 185 | 
            -
                      Generated by GTK-Doc V1. | 
| 185 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 186 186 | 
             
            </body>
         | 
| 187 187 | 
             
            </html>
         |