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="LayoutContainers.html" title="Layout Containers">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkVBox.html" title="GtkVBox">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkVButtonBox.html" title="GtkVButtonBox">
         | 
| 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">
         | 
| @@ -30,7 +30,7 @@ | |
| 30 30 | 
             
                              <a href="#GtkHButtonBox.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
         | 
| 31 31 | 
             
            </td></tr>
         | 
| 32 32 | 
             
            </table>
         | 
| 33 | 
            -
            <div class="refentry" | 
| 33 | 
            +
            <div class="refentry">
         | 
| 34 34 | 
             
            <a name="GtkHButtonBox"></a><div class="titlepage"></div>
         | 
| 35 35 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 36 36 | 
             
            <td valign="top">
         | 
| @@ -39,20 +39,20 @@ | |
| 39 39 | 
             
            </td>
         | 
| 40 40 | 
             
            <td valign="top" align="right"></td>
         | 
| 41 41 | 
             
            </tr></table></div>
         | 
| 42 | 
            -
            <div class="refsynopsisdiv" | 
| 42 | 
            +
            <div class="refsynopsisdiv">
         | 
| 43 43 | 
             
            <a name="GtkHButtonBox.synopsis"></a><h2>Synopsis</h2>
         | 
| 44 44 | 
             
            <pre class="synopsis">
         | 
| 45 45 | 
             
            #include <gtk/gtk.h>
         | 
| 46 46 |  | 
| 47 | 
            -
             | 
| 48 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 47 | 
            +
            struct              <a class="link" href="GtkHButtonBox.html#GtkHButtonBox-struct" title="struct GtkHButtonBox">GtkHButtonBox</a>;
         | 
| 48 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkHButtonBox.html#gtk-hbutton-box-new" title="gtk_hbutton_box_new ()">gtk_hbutton_box_new</a>                 (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 49 49 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkHButtonBox.html#gtk-hbutton-box-get-spacing-default" title="gtk_hbutton_box_get_spacing_default ()">gtk_hbutton_box_get_spacing_default</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 50 50 | 
             
            <a class="link" href="gtk-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="returnvalue">GtkButtonBoxStyle</span></a>   <a class="link" href="GtkHButtonBox.html#gtk-hbutton-box-get-layout-default" title="gtk_hbutton_box_get_layout_default ()">gtk_hbutton_box_get_layout_default</a>  (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 51 51 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkHButtonBox.html#gtk-hbutton-box-set-spacing-default" title="gtk_hbutton_box_set_spacing_default ()">gtk_hbutton_box_set_spacing_default</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>);
         | 
| 52 52 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkHButtonBox.html#gtk-hbutton-box-set-layout-default" title="gtk_hbutton_box_set_layout_default ()">gtk_hbutton_box_set_layout_default</a>  (<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="type">GtkButtonBoxStyle</span></a> layout</code></em>);
         | 
| 53 53 | 
             
            </pre>
         | 
| 54 54 | 
             
            </div>
         | 
| 55 | 
            -
            <div class="refsect1" | 
| 55 | 
            +
            <div class="refsect1">
         | 
| 56 56 | 
             
            <a name="GtkHButtonBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 57 57 | 
             
            <pre class="synopsis">
         | 
| 58 58 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| @@ -65,13 +65,13 @@ | |
| 65 65 | 
             
                                                   +----GtkHButtonBox
         | 
| 66 66 | 
             
            </pre>
         | 
| 67 67 | 
             
            </div>
         | 
| 68 | 
            -
            <div class="refsect1" | 
| 68 | 
            +
            <div class="refsect1">
         | 
| 69 69 | 
             
            <a name="GtkHButtonBox.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 70 70 | 
             
            <p>
         | 
| 71 71 | 
             
            GtkHButtonBox implements
         | 
| 72 72 | 
             
             AtkImplementorIface,  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and  <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
         | 
| 73 73 | 
             
            </div>
         | 
| 74 | 
            -
            <div class="refsect1" | 
| 74 | 
            +
            <div class="refsect1">
         | 
| 75 75 | 
             
            <a name="GtkHButtonBox.description"></a><h2>Description</h2>
         | 
| 76 76 | 
             
            <p>
         | 
| 77 77 | 
             
            A button box should be used to provide a consistent layout of buttons
         | 
| @@ -95,19 +95,19 @@ arrangement and layout of the buttons can be changed with | |
| 95 95 | 
             
            <a class="link" href="GtkButtonBox.html#gtk-button-box-set-layout" title="gtk_button_box_set_layout ()"><code class="function">gtk_button_box_set_layout()</code></a>.
         | 
| 96 96 | 
             
            </p>
         | 
| 97 97 | 
             
            </div>
         | 
| 98 | 
            -
            <div class="refsect1" | 
| 98 | 
            +
            <div class="refsect1">
         | 
| 99 99 | 
             
            <a name="GtkHButtonBox.details"></a><h2>Details</h2>
         | 
| 100 | 
            -
            <div class="refsect2" | 
| 101 | 
            -
            <a name="GtkHButtonBox-struct"></a><h3>GtkHButtonBox</h3>
         | 
| 102 | 
            -
            <pre class="programlisting"> | 
| 100 | 
            +
            <div class="refsect2">
         | 
| 101 | 
            +
            <a name="GtkHButtonBox-struct"></a><h3>struct GtkHButtonBox</h3>
         | 
| 102 | 
            +
            <pre class="programlisting">struct GtkHButtonBox;</pre>
         | 
| 103 103 | 
             
            <p>
         | 
| 104 104 | 
             
            GtkHButtonBox does not contain any public fields.
         | 
| 105 105 | 
             
            </p>
         | 
| 106 106 | 
             
            </div>
         | 
| 107 107 | 
             
            <hr>
         | 
| 108 | 
            -
            <div class="refsect2" | 
| 108 | 
            +
            <div class="refsect2">
         | 
| 109 109 | 
             
            <a name="gtk-hbutton-box-new"></a><h3>gtk_hbutton_box_new ()</h3>
         | 
| 110 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 110 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_hbutton_box_new                 (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 111 111 | 
             
            <p>
         | 
| 112 112 | 
             
            Creates a new horizontal button box.
         | 
| 113 113 | 
             
            </p>
         | 
| @@ -115,16 +115,15 @@ Creates a new horizontal button box. | |
| 115 115 | 
             
            <col align="left" valign="top">
         | 
| 116 116 | 
             
            <tbody><tr>
         | 
| 117 117 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 118 | 
            -
            <td>a new button box <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a | 
| 119 | 
            -
            </td>
         | 
| 118 | 
            +
            <td>a new button box <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>.</td>
         | 
| 120 119 | 
             
            </tr></tbody>
         | 
| 121 120 | 
             
            </table></div>
         | 
| 122 121 | 
             
            </div>
         | 
| 123 122 | 
             
            <hr>
         | 
| 124 | 
            -
            <div class="refsect2" | 
| 123 | 
            +
            <div class="refsect2">
         | 
| 125 124 | 
             
            <a name="gtk-hbutton-box-get-spacing-default"></a><h3>gtk_hbutton_box_get_spacing_default ()</h3>
         | 
| 126 125 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_hbutton_box_get_spacing_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 127 | 
            -
            <div class="warning"  | 
| 126 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 128 127 | 
             
            <h3 class="title">Warning</h3>
         | 
| 129 128 | 
             
            <p><code class="literal">gtk_hbutton_box_get_spacing_default</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 130 129 | 
             
            </div>
         | 
| @@ -136,16 +135,15 @@ to be placed between the buttons when they are arranged. | |
| 136 135 | 
             
            <col align="left" valign="top">
         | 
| 137 136 | 
             
            <tbody><tr>
         | 
| 138 137 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 139 | 
            -
            <td>the default number of pixels between buttons | 
| 140 | 
            -
            </td>
         | 
| 138 | 
            +
            <td>the default number of pixels between buttons.</td>
         | 
| 141 139 | 
             
            </tr></tbody>
         | 
| 142 140 | 
             
            </table></div>
         | 
| 143 141 | 
             
            </div>
         | 
| 144 142 | 
             
            <hr>
         | 
| 145 | 
            -
            <div class="refsect2" | 
| 143 | 
            +
            <div class="refsect2">
         | 
| 146 144 | 
             
            <a name="gtk-hbutton-box-get-layout-default"></a><h3>gtk_hbutton_box_get_layout_default ()</h3>
         | 
| 147 145 | 
             
            <pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="returnvalue">GtkButtonBoxStyle</span></a>   gtk_hbutton_box_get_layout_default  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 148 | 
            -
            <div class="warning"  | 
| 146 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 149 147 | 
             
            <h3 class="title">Warning</h3>
         | 
| 150 148 | 
             
            <p><code class="literal">gtk_hbutton_box_get_layout_default</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 151 149 | 
             
            </div>
         | 
| @@ -156,16 +154,15 @@ Retrieves the current layout used to arrange buttons in button box widgets. | |
| 156 154 | 
             
            <col align="left" valign="top">
         | 
| 157 155 | 
             
            <tbody><tr>
         | 
| 158 156 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 159 | 
            -
            <td>the current <a class="link" href="gtk-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="type">GtkButtonBoxStyle</span></a | 
| 160 | 
            -
            </td>
         | 
| 157 | 
            +
            <td>the current <a class="link" href="gtk-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="type">GtkButtonBoxStyle</span></a>.</td>
         | 
| 161 158 | 
             
            </tr></tbody>
         | 
| 162 159 | 
             
            </table></div>
         | 
| 163 160 | 
             
            </div>
         | 
| 164 161 | 
             
            <hr>
         | 
| 165 | 
            -
            <div class="refsect2" | 
| 162 | 
            +
            <div class="refsect2">
         | 
| 166 163 | 
             
            <a name="gtk-hbutton-box-set-spacing-default"></a><h3>gtk_hbutton_box_set_spacing_default ()</h3>
         | 
| 167 164 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_hbutton_box_set_spacing_default (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>);</pre>
         | 
| 168 | 
            -
            <div class="warning"  | 
| 165 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 169 166 | 
             
            <h3 class="title">Warning</h3>
         | 
| 170 167 | 
             
            <p><code class="literal">gtk_hbutton_box_set_spacing_default</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 171 168 | 
             
            </div>
         | 
| @@ -177,16 +174,15 @@ horizontal button box. | |
| 177 174 | 
             
            <col align="left" valign="top">
         | 
| 178 175 | 
             
            <tbody><tr>
         | 
| 179 176 | 
             
            <td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
         | 
| 180 | 
            -
            <td>an integer value | 
| 181 | 
            -
            </td>
         | 
| 177 | 
            +
            <td>an integer value.</td>
         | 
| 182 178 | 
             
            </tr></tbody>
         | 
| 183 179 | 
             
            </table></div>
         | 
| 184 180 | 
             
            </div>
         | 
| 185 181 | 
             
            <hr>
         | 
| 186 | 
            -
            <div class="refsect2" | 
| 182 | 
            +
            <div class="refsect2">
         | 
| 187 183 | 
             
            <a name="gtk-hbutton-box-set-layout-default"></a><h3>gtk_hbutton_box_set_layout_default ()</h3>
         | 
| 188 184 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_hbutton_box_set_layout_default  (<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="type">GtkButtonBoxStyle</span></a> layout</code></em>);</pre>
         | 
| 189 | 
            -
            <div class="warning"  | 
| 185 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 190 186 | 
             
            <h3 class="title">Warning</h3>
         | 
| 191 187 | 
             
            <p><code class="literal">gtk_hbutton_box_set_layout_default</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 192 188 | 
             
            </div>
         | 
| @@ -197,13 +193,12 @@ Sets a new layout mode that will be used by all button boxes. | |
| 197 193 | 
             
            <col align="left" valign="top">
         | 
| 198 194 | 
             
            <tbody><tr>
         | 
| 199 195 | 
             
            <td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
         | 
| 200 | 
            -
            <td>a new <a class="link" href="gtk-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="type">GtkButtonBoxStyle</span></a | 
| 201 | 
            -
            </td>
         | 
| 196 | 
            +
            <td>a new <a class="link" href="gtk-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="type">GtkButtonBoxStyle</span></a>.</td>
         | 
| 202 197 | 
             
            </tr></tbody>
         | 
| 203 198 | 
             
            </table></div>
         | 
| 204 199 | 
             
            </div>
         | 
| 205 200 | 
             
            </div>
         | 
| 206 | 
            -
            <div class="refsect1" | 
| 201 | 
            +
            <div class="refsect1">
         | 
| 207 202 | 
             
            <a name="GtkHButtonBox.see-also"></a><h2>See Also</h2>
         | 
| 208 203 | 
             
            <p>
         | 
| 209 204 | 
             
            </p>
         | 
| @@ -230,6 +225,6 @@ Sets a new layout mode that will be used by all button boxes. | |
| 230 225 | 
             
            </div>
         | 
| 231 226 | 
             
            <div class="footer">
         | 
| 232 227 | 
             
            <hr>
         | 
| 233 | 
            -
                      Generated by GTK-Doc V1. | 
| 228 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 234 229 | 
             
            </body>
         | 
| 235 230 | 
             
            </html>
         | 
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="LayoutContainers.html" title="Layout Containers">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkFixed.html" title="GtkFixed">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkVPaned.html" title="GtkVPaned">
         | 
| 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">
         | 
| @@ -30,7 +30,7 @@ | |
| 30 30 | 
             
                              <a href="#GtkHPaned.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
         | 
| 31 31 | 
             
            </td></tr>
         | 
| 32 32 | 
             
            </table>
         | 
| 33 | 
            -
            <div class="refentry" | 
| 33 | 
            +
            <div class="refentry">
         | 
| 34 34 | 
             
            <a name="GtkHPaned"></a><div class="titlepage"></div>
         | 
| 35 35 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 36 36 | 
             
            <td valign="top">
         | 
| @@ -39,16 +39,16 @@ | |
| 39 39 | 
             
            </td>
         | 
| 40 40 | 
             
            <td valign="top" align="right"></td>
         | 
| 41 41 | 
             
            </tr></table></div>
         | 
| 42 | 
            -
            <div class="refsynopsisdiv" | 
| 42 | 
            +
            <div class="refsynopsisdiv">
         | 
| 43 43 | 
             
            <a name="GtkHPaned.synopsis"></a><h2>Synopsis</h2>
         | 
| 44 44 | 
             
            <pre class="synopsis">
         | 
| 45 45 | 
             
            #include <gtk/gtk.h>
         | 
| 46 46 |  | 
| 47 | 
            -
             | 
| 47 | 
            +
            struct              <a class="link" href="GtkHPaned.html#GtkHPaned-struct" title="struct GtkHPaned">GtkHPaned</a>;
         | 
| 48 48 | 
             
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkHPaned.html#gtk-hpaned-new" title="gtk_hpaned_new ()">gtk_hpaned_new</a>                      (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 49 49 | 
             
            </pre>
         | 
| 50 50 | 
             
            </div>
         | 
| 51 | 
            -
            <div class="refsect1" | 
| 51 | 
            +
            <div class="refsect1">
         | 
| 52 52 | 
             
            <a name="GtkHPaned.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 53 53 | 
             
            <pre class="synopsis">
         | 
| 54 54 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| @@ -60,13 +60,13 @@ | |
| 60 60 | 
             
                                             +----GtkHPaned
         | 
| 61 61 | 
             
            </pre>
         | 
| 62 62 | 
             
            </div>
         | 
| 63 | 
            -
            <div class="refsect1" | 
| 63 | 
            +
            <div class="refsect1">
         | 
| 64 64 | 
             
            <a name="GtkHPaned.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 65 65 | 
             
            <p>
         | 
| 66 66 | 
             
            GtkHPaned implements
         | 
| 67 67 | 
             
             AtkImplementorIface,  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and  <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
         | 
| 68 68 | 
             
            </div>
         | 
| 69 | 
            -
            <div class="refsect1" | 
| 69 | 
            +
            <div class="refsect1">
         | 
| 70 70 | 
             
            <a name="GtkHPaned.description"></a><h2>Description</h2>
         | 
| 71 71 | 
             
            <p>
         | 
| 72 72 | 
             
            The HPaned widget is a container widget with two
         | 
| @@ -75,16 +75,16 @@ the two panes is adjustable by the user by dragging | |
| 75 75 | 
             
            a handle. See <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a> for details.
         | 
| 76 76 | 
             
            </p>
         | 
| 77 77 | 
             
            </div>
         | 
| 78 | 
            -
            <div class="refsect1" | 
| 78 | 
            +
            <div class="refsect1">
         | 
| 79 79 | 
             
            <a name="GtkHPaned.details"></a><h2>Details</h2>
         | 
| 80 | 
            -
            <div class="refsect2" | 
| 81 | 
            -
            <a name="GtkHPaned-struct"></a><h3>GtkHPaned</h3>
         | 
| 82 | 
            -
            <pre class="programlisting"> | 
| 80 | 
            +
            <div class="refsect2">
         | 
| 81 | 
            +
            <a name="GtkHPaned-struct"></a><h3>struct GtkHPaned</h3>
         | 
| 82 | 
            +
            <pre class="programlisting">struct GtkHPaned;</pre>
         | 
| 83 83 | 
             
            <p>
         | 
| 84 84 | 
             
            </p>
         | 
| 85 85 | 
             
            </div>
         | 
| 86 86 | 
             
            <hr>
         | 
| 87 | 
            -
            <div class="refsect2" | 
| 87 | 
            +
            <div class="refsect2">
         | 
| 88 88 | 
             
            <a name="gtk-hpaned-new"></a><h3>gtk_hpaned_new ()</h3>
         | 
| 89 89 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_hpaned_new                      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 90 90 | 
             
            <p>
         | 
| @@ -103,6 +103,6 @@ Create a new <a class="link" href="GtkHPaned.html" title="GtkHPaned"><span class | |
| 103 103 | 
             
            </div>
         | 
| 104 104 | 
             
            <div class="footer">
         | 
| 105 105 | 
             
            <hr>
         | 
| 106 | 
            -
                      Generated by GTK-Doc V1. | 
| 106 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 107 107 | 
             
            </body>
         | 
| 108 108 | 
             
            </html>
         | 
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="SpecialObjects.html" title="Special-purpose features">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkRuler.html" title="GtkRuler">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkVRuler.html" title="GtkVRuler">
         | 
| 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">
         | 
| @@ -30,7 +30,7 @@ | |
| 30 30 | 
             
                              <a href="#GtkHRuler.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
         | 
| 31 31 | 
             
            </td></tr>
         | 
| 32 32 | 
             
            </table>
         | 
| 33 | 
            -
            <div class="refentry" | 
| 33 | 
            +
            <div class="refentry">
         | 
| 34 34 | 
             
            <a name="GtkHRuler"></a><div class="titlepage"></div>
         | 
| 35 35 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 36 36 | 
             
            <td valign="top">
         | 
| @@ -39,16 +39,16 @@ | |
| 39 39 | 
             
            </td>
         | 
| 40 40 | 
             
            <td valign="top" align="right"></td>
         | 
| 41 41 | 
             
            </tr></table></div>
         | 
| 42 | 
            -
            <div class="refsynopsisdiv" | 
| 42 | 
            +
            <div class="refsynopsisdiv">
         | 
| 43 43 | 
             
            <a name="GtkHRuler.synopsis"></a><h2>Synopsis</h2>
         | 
| 44 44 | 
             
            <pre class="synopsis">
         | 
| 45 45 | 
             
            #include <gtk/gtk.h>
         | 
| 46 46 |  | 
| 47 | 
            -
             | 
| 48 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 47 | 
            +
            struct              <a class="link" href="GtkHRuler.html#GtkHRuler-struct" title="struct GtkHRuler">GtkHRuler</a>;
         | 
| 48 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkHRuler.html#gtk-hruler-new" title="gtk_hruler_new ()">gtk_hruler_new</a>                      (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 49 49 | 
             
            </pre>
         | 
| 50 50 | 
             
            </div>
         | 
| 51 | 
            -
            <div class="refsect1" | 
| 51 | 
            +
            <div class="refsect1">
         | 
| 52 52 | 
             
            <a name="GtkHRuler.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 53 53 | 
             
            <pre class="synopsis">
         | 
| 54 54 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| @@ -59,24 +59,22 @@ | |
| 59 59 | 
             
                                       +----GtkHRuler
         | 
| 60 60 | 
             
            </pre>
         | 
| 61 61 | 
             
            </div>
         | 
| 62 | 
            -
            <div class="refsect1" | 
| 62 | 
            +
            <div class="refsect1">
         | 
| 63 63 | 
             
            <a name="GtkHRuler.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 64 64 | 
             
            <p>
         | 
| 65 65 | 
             
            GtkHRuler implements
         | 
| 66 66 | 
             
             AtkImplementorIface,  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and  <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
         | 
| 67 67 | 
             
            </div>
         | 
| 68 | 
            -
            <div class="refsect1" | 
| 68 | 
            +
            <div class="refsect1">
         | 
| 69 69 | 
             
            <a name="GtkHRuler.description"></a><h2>Description</h2>
         | 
| 70 | 
            -
            <div class="note"  | 
| 70 | 
            +
            <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 71 71 | 
             
            <h3 class="title">Note</h3>
         | 
| 72 72 | 
             
            <p>
         | 
| 73 73 | 
             
             This widget is considered too specialized/little-used for
         | 
| 74 | 
            -
             GTK+, and will in  | 
| 75 | 
            -
              | 
| 76 | 
            -
              | 
| 77 | 
            -
              | 
| 78 | 
            -
             the widget, and it will eventually move out of the GTK+
         | 
| 79 | 
            -
             distribution.
         | 
| 74 | 
            +
             GTK+, and will be removed in GTK 3.  If your application needs this widget,
         | 
| 75 | 
            +
             feel free to use it, as the widget is useful in some applications; it's just
         | 
| 76 | 
            +
             not of general interest. However, we are not accepting new features for the
         | 
| 77 | 
            +
             widget, and it will move out of the GTK+ distribution.
         | 
| 80 78 | 
             
            </p>
         | 
| 81 79 | 
             
            </div>
         | 
| 82 80 | 
             
            <p>
         | 
| @@ -88,20 +86,29 @@ and GTK_CENTIMETERS. GTK_PIXELS is the default. | |
| 88 86 | 
             
            rulers.
         | 
| 89 87 | 
             
            </p>
         | 
| 90 88 | 
             
            </div>
         | 
| 91 | 
            -
            <div class="refsect1" | 
| 89 | 
            +
            <div class="refsect1">
         | 
| 92 90 | 
             
            <a name="GtkHRuler.details"></a><h2>Details</h2>
         | 
| 93 | 
            -
            <div class="refsect2" | 
| 94 | 
            -
            <a name="GtkHRuler-struct"></a><h3>GtkHRuler</h3>
         | 
| 95 | 
            -
            <pre class="programlisting"> | 
| 91 | 
            +
            <div class="refsect2">
         | 
| 92 | 
            +
            <a name="GtkHRuler-struct"></a><h3>struct GtkHRuler</h3>
         | 
| 93 | 
            +
            <pre class="programlisting">struct GtkHRuler;</pre>
         | 
| 94 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 95 | 
            +
            <h3 class="title">Warning</h3>
         | 
| 96 | 
            +
            <p><code class="literal">GtkHRuler</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 97 | 
            +
            </div>
         | 
| 96 98 | 
             
            <p>
         | 
| 97 99 | 
             
            The <a class="link" href="GtkHRuler.html" title="GtkHRuler"><span class="type">GtkHRuler</span></a> struct contains private data and should be accessed
         | 
| 98 100 | 
             
            with the functions below.
         | 
| 99 101 | 
             
            </p>
         | 
| 100 102 | 
             
            </div>
         | 
| 101 103 | 
             
            <hr>
         | 
| 102 | 
            -
            <div class="refsect2" | 
| 104 | 
            +
            <div class="refsect2">
         | 
| 103 105 | 
             
            <a name="gtk-hruler-new"></a><h3>gtk_hruler_new ()</h3>
         | 
| 104 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 106 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_hruler_new                      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 107 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 108 | 
            +
            <h3 class="title">Warning</h3>
         | 
| 109 | 
            +
            <p><code class="literal">gtk_hruler_new</code> has been deprecated since version 2.24 and should not be used in newly-written code. <a class="link" href="GtkRuler.html" title="GtkRuler"><span class="type">GtkRuler</span></a> has been removed from GTK 3 for being
         | 
| 110 | 
            +
                unmaintained and too specialized. There is no replacement.</p>
         | 
| 111 | 
            +
            </div>
         | 
| 105 112 | 
             
            <p>
         | 
| 106 113 | 
             
            Creates a new horizontal ruler.
         | 
| 107 114 | 
             
            </p>
         | 
| @@ -109,8 +116,7 @@ Creates a new horizontal ruler. | |
| 109 116 | 
             
            <col align="left" valign="top">
         | 
| 110 117 | 
             
            <tbody><tr>
         | 
| 111 118 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 112 | 
            -
            <td>a new <a class="link" href="GtkHRuler.html" title="GtkHRuler"><span class="type">GtkHRuler</span></a | 
| 113 | 
            -
            </td>
         | 
| 119 | 
            +
            <td>a new <a class="link" href="GtkHRuler.html" title="GtkHRuler"><span class="type">GtkHRuler</span></a>.</td>
         | 
| 114 120 | 
             
            </tr></tbody>
         | 
| 115 121 | 
             
            </table></div>
         | 
| 116 122 | 
             
            </div>
         | 
| @@ -118,6 +124,6 @@ Creates a new horizontal ruler. | |
| 118 124 | 
             
            </div>
         | 
| 119 125 | 
             
            <div class="footer">
         | 
| 120 126 | 
             
            <hr>
         | 
| 121 | 
            -
                      Generated by GTK-Doc V1. | 
| 127 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 122 128 | 
             
            </body>
         | 
| 123 129 | 
             
            </html>
         | 
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="SelectorWidgets.html" title="Selectors (File/Font/Color/Input Devices)">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkColorSelection.html" title="GtkColorSelection">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkFileChooser.html" title="GtkFileChooser">
         | 
| 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="#GtkHSV.signals" class="shortcut">Signals</a>
         | 
| 33 33 | 
             
            </td></tr>
         | 
| 34 34 | 
             
            </table>
         | 
| 35 | 
            -
            <div class="refentry" | 
| 35 | 
            +
            <div class="refentry">
         | 
| 36 36 | 
             
            <a name="GtkHSV"></a><div class="titlepage"></div>
         | 
| 37 37 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 38 38 | 
             
            <td valign="top">
         | 
| @@ -41,13 +41,13 @@ | |
| 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="GtkHSV.synopsis"></a><h2>Synopsis</h2>
         | 
| 46 46 | 
             
            <pre class="synopsis">
         | 
| 47 47 | 
             
            #include <gtk/gtk.h>
         | 
| 48 48 |  | 
| 49 | 
            -
             | 
| 50 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 49 | 
            +
            struct              <a class="link" href="GtkHSV.html#GtkHSV-struct" title="struct GtkHSV">GtkHSV</a>;
         | 
| 50 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkHSV.html#gtk-hsv-new" title="gtk_hsv_new ()">gtk_hsv_new</a>                         (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 51 51 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkHSV.html#gtk-hsv-set-color" title="gtk_hsv_set_color ()">gtk_hsv_set_color</a>                   (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
         | 
| 52 52 | 
             
                                                                     <em class="parameter"><code><span class="type">double</span> h</code></em>,
         | 
| 53 53 | 
             
                                                                     <em class="parameter"><code><span class="type">double</span> s</code></em>,
         | 
| @@ -77,7 +77,7 @@ | |
| 77 77 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *v</code></em>);
         | 
| 78 78 | 
             
            </pre>
         | 
| 79 79 | 
             
            </div>
         | 
| 80 | 
            -
            <div class="refsect1" | 
| 80 | 
            +
            <div class="refsect1">
         | 
| 81 81 | 
             
            <a name="GtkHSV.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 82 82 | 
             
            <pre class="synopsis">
         | 
| 83 83 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| @@ -87,20 +87,20 @@ | |
| 87 87 | 
             
                                 +----GtkHSV
         | 
| 88 88 | 
             
            </pre>
         | 
| 89 89 | 
             
            </div>
         | 
| 90 | 
            -
            <div class="refsect1" | 
| 90 | 
            +
            <div class="refsect1">
         | 
| 91 91 | 
             
            <a name="GtkHSV.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 92 92 | 
             
            <p>
         | 
| 93 93 | 
             
            GtkHSV implements
         | 
| 94 94 | 
             
             AtkImplementorIface and  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
         | 
| 95 95 | 
             
            </div>
         | 
| 96 | 
            -
            <div class="refsect1" | 
| 96 | 
            +
            <div class="refsect1">
         | 
| 97 97 | 
             
            <a name="GtkHSV.signals"></a><h2>Signals</h2>
         | 
| 98 98 | 
             
            <pre class="synopsis">
         | 
| 99 | 
            -
              "<a class="link" href="GtkHSV.html#GtkHSV-changed" title='The "changed" signal'>changed</a>"                                        : Run First
         | 
| 100 | 
            -
              "<a class="link" href="GtkHSV.html#GtkHSV-move" title='The "move" signal'>move</a>"                                           :  | 
| 99 | 
            +
              "<a class="link" href="GtkHSV.html#GtkHSV-changed" title='The "changed" signal'>changed</a>"                                        : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
         | 
| 100 | 
            +
              "<a class="link" href="GtkHSV.html#GtkHSV-move" title='The "move" signal'>move</a>"                                           : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 101 101 | 
             
            </pre>
         | 
| 102 102 | 
             
            </div>
         | 
| 103 | 
            -
            <div class="refsect1" | 
| 103 | 
            +
            <div class="refsect1">
         | 
| 104 104 | 
             
            <a name="GtkHSV.description"></a><h2>Description</h2>
         | 
| 105 105 | 
             
            <p>
         | 
| 106 106 | 
             
            <a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> is the 'color wheel' part of a complete color selector widget.
         | 
| @@ -110,18 +110,18 @@ and moving the selection point inside the inner triangle changes value and | |
| 110 110 | 
             
            saturation.
         | 
| 111 111 | 
             
            </p>
         | 
| 112 112 | 
             
            </div>
         | 
| 113 | 
            -
            <div class="refsect1" | 
| 113 | 
            +
            <div class="refsect1">
         | 
| 114 114 | 
             
            <a name="GtkHSV.details"></a><h2>Details</h2>
         | 
| 115 | 
            -
            <div class="refsect2" | 
| 116 | 
            -
            <a name="GtkHSV-struct"></a><h3>GtkHSV</h3>
         | 
| 117 | 
            -
            <pre class="programlisting"> | 
| 115 | 
            +
            <div class="refsect2">
         | 
| 116 | 
            +
            <a name="GtkHSV-struct"></a><h3>struct GtkHSV</h3>
         | 
| 117 | 
            +
            <pre class="programlisting">struct GtkHSV;</pre>
         | 
| 118 118 | 
             
            <p>
         | 
| 119 119 | 
             
            </p>
         | 
| 120 120 | 
             
            </div>
         | 
| 121 121 | 
             
            <hr>
         | 
| 122 | 
            -
            <div class="refsect2" | 
| 122 | 
            +
            <div class="refsect2">
         | 
| 123 123 | 
             
            <a name="gtk-hsv-new"></a><h3>gtk_hsv_new ()</h3>
         | 
| 124 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 124 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_hsv_new                         (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 125 125 | 
             
            <p>
         | 
| 126 126 | 
             
            Creates a new HSV color selector.
         | 
| 127 127 | 
             
            </p>
         | 
| @@ -129,15 +129,13 @@ Creates a new HSV color selector. | |
| 129 129 | 
             
            <col align="left" valign="top">
         | 
| 130 130 | 
             
            <tbody><tr>
         | 
| 131 131 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 132 | 
            -
            <td> | 
| 133 | 
            -
             | 
| 134 | 
            -
            </td>
         | 
| 132 | 
            +
            <td>A newly-created HSV color selector.</td>
         | 
| 135 133 | 
             
            </tr></tbody>
         | 
| 136 134 | 
             
            </table></div>
         | 
| 137 135 | 
             
            <p class="since">Since 2.14</p>
         | 
| 138 136 | 
             
            </div>
         | 
| 139 137 | 
             
            <hr>
         | 
| 140 | 
            -
            <div class="refsect2" | 
| 138 | 
            +
            <div class="refsect2">
         | 
| 141 139 | 
             
            <a name="gtk-hsv-set-color"></a><h3>gtk_hsv_set_color ()</h3>
         | 
| 142 140 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_hsv_set_color                   (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
         | 
| 143 141 | 
             
                                                                     <em class="parameter"><code><span class="type">double</span> h</code></em>,
         | 
| @@ -152,30 +150,26 @@ Color component values must be in the [0.0, 1.0] range. | |
| 152 150 | 
             
            <tbody>
         | 
| 153 151 | 
             
            <tr>
         | 
| 154 152 | 
             
            <td><p><span class="term"><em class="parameter"><code>hsv</code></em> :</span></p></td>
         | 
| 155 | 
            -
            <td>An HSV color selector
         | 
| 156 | 
            -
            </td>
         | 
| 153 | 
            +
            <td>An HSV color selector</td>
         | 
| 157 154 | 
             
            </tr>
         | 
| 158 155 | 
             
            <tr>
         | 
| 159 156 | 
             
            <td><p><span class="term"><em class="parameter"><code>h</code></em> :</span></p></td>
         | 
| 160 | 
            -
            <td>Hue
         | 
| 161 | 
            -
            </td>
         | 
| 157 | 
            +
            <td>Hue</td>
         | 
| 162 158 | 
             
            </tr>
         | 
| 163 159 | 
             
            <tr>
         | 
| 164 160 | 
             
            <td><p><span class="term"><em class="parameter"><code>s</code></em> :</span></p></td>
         | 
| 165 | 
            -
            <td>Saturation
         | 
| 166 | 
            -
            </td>
         | 
| 161 | 
            +
            <td>Saturation</td>
         | 
| 167 162 | 
             
            </tr>
         | 
| 168 163 | 
             
            <tr>
         | 
| 169 164 | 
             
            <td><p><span class="term"><em class="parameter"><code>v</code></em> :</span></p></td>
         | 
| 170 | 
            -
            <td>Value
         | 
| 171 | 
            -
            </td>
         | 
| 165 | 
            +
            <td>Value</td>
         | 
| 172 166 | 
             
            </tr>
         | 
| 173 167 | 
             
            </tbody>
         | 
| 174 168 | 
             
            </table></div>
         | 
| 175 169 | 
             
            <p class="since">Since 2.14</p>
         | 
| 176 170 | 
             
            </div>
         | 
| 177 171 | 
             
            <hr>
         | 
| 178 | 
            -
            <div class="refsect2" | 
| 172 | 
            +
            <div class="refsect2">
         | 
| 179 173 | 
             
            <a name="gtk-hsv-get-color"></a><h3>gtk_hsv_get_color ()</h3>
         | 
| 180 174 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_hsv_get_color                   (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
         | 
| 181 175 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *h</code></em>,
         | 
| @@ -190,30 +184,26 @@ Returned values will be in the [0.0, 1.0] range. | |
| 190 184 | 
             
            <tbody>
         | 
| 191 185 | 
             
            <tr>
         | 
| 192 186 | 
             
            <td><p><span class="term"><em class="parameter"><code>hsv</code></em> :</span></p></td>
         | 
| 193 | 
            -
            <td>An HSV color selector
         | 
| 194 | 
            -
            </td>
         | 
| 187 | 
            +
            <td>An HSV color selector</td>
         | 
| 195 188 | 
             
            </tr>
         | 
| 196 189 | 
             
            <tr>
         | 
| 197 190 | 
             
            <td><p><span class="term"><em class="parameter"><code>h</code></em> :</span></p></td>
         | 
| 198 | 
            -
            <td>Return value for the hue
         | 
| 199 | 
            -
            </td>
         | 
| 191 | 
            +
            <td>Return value for the hue</td>
         | 
| 200 192 | 
             
            </tr>
         | 
| 201 193 | 
             
            <tr>
         | 
| 202 194 | 
             
            <td><p><span class="term"><em class="parameter"><code>s</code></em> :</span></p></td>
         | 
| 203 | 
            -
            <td>Return value for the saturation
         | 
| 204 | 
            -
            </td>
         | 
| 195 | 
            +
            <td>Return value for the saturation</td>
         | 
| 205 196 | 
             
            </tr>
         | 
| 206 197 | 
             
            <tr>
         | 
| 207 198 | 
             
            <td><p><span class="term"><em class="parameter"><code>v</code></em> :</span></p></td>
         | 
| 208 | 
            -
            <td>Return value for the value
         | 
| 209 | 
            -
            </td>
         | 
| 199 | 
            +
            <td>Return value for the value</td>
         | 
| 210 200 | 
             
            </tr>
         | 
| 211 201 | 
             
            </tbody>
         | 
| 212 202 | 
             
            </table></div>
         | 
| 213 203 | 
             
            <p class="since">Since 2.14</p>
         | 
| 214 204 | 
             
            </div>
         | 
| 215 205 | 
             
            <hr>
         | 
| 216 | 
            -
            <div class="refsect2" | 
| 206 | 
            +
            <div class="refsect2">
         | 
| 217 207 | 
             
            <a name="gtk-hsv-set-metrics"></a><h3>gtk_hsv_set_metrics ()</h3>
         | 
| 218 208 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_hsv_set_metrics                 (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
         | 
| 219 209 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>,
         | 
| @@ -226,25 +216,22 @@ Sets the size and ring width of an HSV color selector. | |
| 226 216 | 
             
            <tbody>
         | 
| 227 217 | 
             
            <tr>
         | 
| 228 218 | 
             
            <td><p><span class="term"><em class="parameter"><code>hsv</code></em> :</span></p></td>
         | 
| 229 | 
            -
            <td>An HSV color selector
         | 
| 230 | 
            -
            </td>
         | 
| 219 | 
            +
            <td>An HSV color selector</td>
         | 
| 231 220 | 
             
            </tr>
         | 
| 232 221 | 
             
            <tr>
         | 
| 233 222 | 
             
            <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
         | 
| 234 | 
            -
            <td>Diameter for the hue ring
         | 
| 235 | 
            -
            </td>
         | 
| 223 | 
            +
            <td>Diameter for the hue ring</td>
         | 
| 236 224 | 
             
            </tr>
         | 
| 237 225 | 
             
            <tr>
         | 
| 238 226 | 
             
            <td><p><span class="term"><em class="parameter"><code>ring_width</code></em> :</span></p></td>
         | 
| 239 | 
            -
            <td>Width of the hue ring
         | 
| 240 | 
            -
            </td>
         | 
| 227 | 
            +
            <td>Width of the hue ring</td>
         | 
| 241 228 | 
             
            </tr>
         | 
| 242 229 | 
             
            </tbody>
         | 
| 243 230 | 
             
            </table></div>
         | 
| 244 231 | 
             
            <p class="since">Since 2.14</p>
         | 
| 245 232 | 
             
            </div>
         | 
| 246 233 | 
             
            <hr>
         | 
| 247 | 
            -
            <div class="refsect2" | 
| 234 | 
            +
            <div class="refsect2">
         | 
| 248 235 | 
             
            <a name="gtk-hsv-get-metrics"></a><h3>gtk_hsv_get_metrics ()</h3>
         | 
| 249 236 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_hsv_get_metrics                 (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
         | 
| 250 237 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *size</code></em>,
         | 
| @@ -257,25 +244,22 @@ Queries the size and ring width of an HSV color selector. | |
| 257 244 | 
             
            <tbody>
         | 
| 258 245 | 
             
            <tr>
         | 
| 259 246 | 
             
            <td><p><span class="term"><em class="parameter"><code>hsv</code></em> :</span></p></td>
         | 
| 260 | 
            -
            <td>An HSV color selector
         | 
| 261 | 
            -
            </td>
         | 
| 247 | 
            +
            <td>An HSV color selector</td>
         | 
| 262 248 | 
             
            </tr>
         | 
| 263 249 | 
             
            <tr>
         | 
| 264 250 | 
             
            <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
         | 
| 265 | 
            -
            <td>Return value for the diameter of the hue ring
         | 
| 266 | 
            -
            </td>
         | 
| 251 | 
            +
            <td>Return value for the diameter of the hue ring</td>
         | 
| 267 252 | 
             
            </tr>
         | 
| 268 253 | 
             
            <tr>
         | 
| 269 254 | 
             
            <td><p><span class="term"><em class="parameter"><code>ring_width</code></em> :</span></p></td>
         | 
| 270 | 
            -
            <td>Return value for the width of the hue ring
         | 
| 271 | 
            -
            </td>
         | 
| 255 | 
            +
            <td>Return value for the width of the hue ring</td>
         | 
| 272 256 | 
             
            </tr>
         | 
| 273 257 | 
             
            </tbody>
         | 
| 274 258 | 
             
            </table></div>
         | 
| 275 259 | 
             
            <p class="since">Since 2.14</p>
         | 
| 276 260 | 
             
            </div>
         | 
| 277 261 | 
             
            <hr>
         | 
| 278 | 
            -
            <div class="refsect2" | 
| 262 | 
            +
            <div class="refsect2">
         | 
| 279 263 | 
             
            <a name="gtk-hsv-is-adjusting"></a><h3>gtk_hsv_is_adjusting ()</h3>
         | 
| 280 264 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_hsv_is_adjusting                (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>);</pre>
         | 
| 281 265 | 
             
            <p>
         | 
| @@ -289,23 +273,22 @@ the HSV color selector is being adjusted or not. | |
| 289 273 | 
             
            <tbody>
         | 
| 290 274 | 
             
            <tr>
         | 
| 291 275 | 
             
            <td><p><span class="term"><em class="parameter"><code>hsv</code></em> :</span></p></td>
         | 
| 292 | 
            -
            <td>A <a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> | 
| 276 | 
            +
            <td>A <a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a>
         | 
| 293 277 | 
             
            </td>
         | 
| 294 278 | 
             
            </tr>
         | 
| 295 279 | 
             
            <tr>
         | 
| 296 280 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 297 | 
            -
            <td> | 
| 298 | 
            -
             | 
| 299 | 
            -
             | 
| 300 | 
            -
             | 
| 301 | 
            -
            </td>
         | 
| 281 | 
            +
            <td>
         | 
| 282 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if clients can ignore changes to the color value,
         | 
| 283 | 
            +
            since they may be transitory, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if they should consider
         | 
| 284 | 
            +
            the color value status to be final.</td>
         | 
| 302 285 | 
             
            </tr>
         | 
| 303 286 | 
             
            </tbody>
         | 
| 304 287 | 
             
            </table></div>
         | 
| 305 288 | 
             
            <p class="since">Since 2.14</p>
         | 
| 306 289 | 
             
            </div>
         | 
| 307 290 | 
             
            <hr>
         | 
| 308 | 
            -
            <div class="refsect2" | 
| 291 | 
            +
            <div class="refsect2">
         | 
| 309 292 | 
             
            <a name="gtk-hsv-to-rgb"></a><h3>gtk_hsv_to_rgb ()</h3>
         | 
| 310 293 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_hsv_to_rgb                      (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> h</code></em>,
         | 
| 311 294 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> s</code></em>,
         | 
| @@ -323,40 +306,34 @@ output values will be in the same range. | |
| 323 306 | 
             
            <tbody>
         | 
| 324 307 | 
             
            <tr>
         | 
| 325 308 | 
             
            <td><p><span class="term"><em class="parameter"><code>h</code></em> :</span></p></td>
         | 
| 326 | 
            -
            <td>Hue
         | 
| 327 | 
            -
            </td>
         | 
| 309 | 
            +
            <td>Hue</td>
         | 
| 328 310 | 
             
            </tr>
         | 
| 329 311 | 
             
            <tr>
         | 
| 330 312 | 
             
            <td><p><span class="term"><em class="parameter"><code>s</code></em> :</span></p></td>
         | 
| 331 | 
            -
            <td>Saturation
         | 
| 332 | 
            -
            </td>
         | 
| 313 | 
            +
            <td>Saturation</td>
         | 
| 333 314 | 
             
            </tr>
         | 
| 334 315 | 
             
            <tr>
         | 
| 335 316 | 
             
            <td><p><span class="term"><em class="parameter"><code>v</code></em> :</span></p></td>
         | 
| 336 | 
            -
            <td>Value
         | 
| 337 | 
            -
            </td>
         | 
| 317 | 
            +
            <td>Value</td>
         | 
| 338 318 | 
             
            </tr>
         | 
| 339 319 | 
             
            <tr>
         | 
| 340 320 | 
             
            <td><p><span class="term"><em class="parameter"><code>r</code></em> :</span></p></td>
         | 
| 341 | 
            -
            <td>Return value for the red component
         | 
| 342 | 
            -
            </td>
         | 
| 321 | 
            +
            <td>Return value for the red component</td>
         | 
| 343 322 | 
             
            </tr>
         | 
| 344 323 | 
             
            <tr>
         | 
| 345 324 | 
             
            <td><p><span class="term"><em class="parameter"><code>g</code></em> :</span></p></td>
         | 
| 346 | 
            -
            <td>Return value for the green component
         | 
| 347 | 
            -
            </td>
         | 
| 325 | 
            +
            <td>Return value for the green component</td>
         | 
| 348 326 | 
             
            </tr>
         | 
| 349 327 | 
             
            <tr>
         | 
| 350 328 | 
             
            <td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
         | 
| 351 | 
            -
            <td>Return value for the blue component
         | 
| 352 | 
            -
            </td>
         | 
| 329 | 
            +
            <td>Return value for the blue component</td>
         | 
| 353 330 | 
             
            </tr>
         | 
| 354 331 | 
             
            </tbody>
         | 
| 355 332 | 
             
            </table></div>
         | 
| 356 333 | 
             
            <p class="since">Since 2.14</p>
         | 
| 357 334 | 
             
            </div>
         | 
| 358 335 | 
             
            <hr>
         | 
| 359 | 
            -
            <div class="refsect2" | 
| 336 | 
            +
            <div class="refsect2">
         | 
| 360 337 | 
             
            <a name="gtk-rgb-to-hsv"></a><h3>gtk_rgb_to_hsv ()</h3>
         | 
| 361 338 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_rgb_to_hsv                      (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> r</code></em>,
         | 
| 362 339 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> g</code></em>,
         | 
| @@ -374,45 +351,39 @@ output values will be in the same range. | |
| 374 351 | 
             
            <tbody>
         | 
| 375 352 | 
             
            <tr>
         | 
| 376 353 | 
             
            <td><p><span class="term"><em class="parameter"><code>r</code></em> :</span></p></td>
         | 
| 377 | 
            -
            <td>Red
         | 
| 378 | 
            -
            </td>
         | 
| 354 | 
            +
            <td>Red</td>
         | 
| 379 355 | 
             
            </tr>
         | 
| 380 356 | 
             
            <tr>
         | 
| 381 357 | 
             
            <td><p><span class="term"><em class="parameter"><code>g</code></em> :</span></p></td>
         | 
| 382 | 
            -
            <td>Green
         | 
| 383 | 
            -
            </td>
         | 
| 358 | 
            +
            <td>Green</td>
         | 
| 384 359 | 
             
            </tr>
         | 
| 385 360 | 
             
            <tr>
         | 
| 386 361 | 
             
            <td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
         | 
| 387 | 
            -
            <td>Blue
         | 
| 388 | 
            -
            </td>
         | 
| 362 | 
            +
            <td>Blue</td>
         | 
| 389 363 | 
             
            </tr>
         | 
| 390 364 | 
             
            <tr>
         | 
| 391 365 | 
             
            <td><p><span class="term"><em class="parameter"><code>h</code></em> :</span></p></td>
         | 
| 392 | 
            -
            <td>Return value for the hue component
         | 
| 393 | 
            -
            </td>
         | 
| 366 | 
            +
            <td>Return value for the hue component</td>
         | 
| 394 367 | 
             
            </tr>
         | 
| 395 368 | 
             
            <tr>
         | 
| 396 369 | 
             
            <td><p><span class="term"><em class="parameter"><code>s</code></em> :</span></p></td>
         | 
| 397 | 
            -
            <td>Return value for the saturation component
         | 
| 398 | 
            -
            </td>
         | 
| 370 | 
            +
            <td>Return value for the saturation component</td>
         | 
| 399 371 | 
             
            </tr>
         | 
| 400 372 | 
             
            <tr>
         | 
| 401 373 | 
             
            <td><p><span class="term"><em class="parameter"><code>v</code></em> :</span></p></td>
         | 
| 402 | 
            -
            <td>Return value for the value component
         | 
| 403 | 
            -
            </td>
         | 
| 374 | 
            +
            <td>Return value for the value component</td>
         | 
| 404 375 | 
             
            </tr>
         | 
| 405 376 | 
             
            </tbody>
         | 
| 406 377 | 
             
            </table></div>
         | 
| 407 378 | 
             
            <p class="since">Since 2.14</p>
         | 
| 408 379 | 
             
            </div>
         | 
| 409 380 | 
             
            </div>
         | 
| 410 | 
            -
            <div class="refsect1" | 
| 381 | 
            +
            <div class="refsect1">
         | 
| 411 382 | 
             
            <a name="GtkHSV.signal-details"></a><h2>Signal Details</h2>
         | 
| 412 | 
            -
            <div class="refsect2" | 
| 383 | 
            +
            <div class="refsect2">
         | 
| 413 384 | 
             
            <a name="GtkHSV-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
         | 
| 414 385 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a>  *hsv,
         | 
| 415 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)      : Run First</pre>
         | 
| 386 | 
            +
                                                                    <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-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
         | 
| 416 387 | 
             
            <p>
         | 
| 417 388 | 
             
            </p>
         | 
| 418 389 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -420,8 +391,7 @@ output values will be in the same range. | |
| 420 391 | 
             
            <tbody>
         | 
| 421 392 | 
             
            <tr>
         | 
| 422 393 | 
             
            <td><p><span class="term"><em class="parameter"><code>hsv</code></em> :</span></p></td>
         | 
| 423 | 
            -
            <td>the object which received the signal | 
| 424 | 
            -
            </td>
         | 
| 394 | 
            +
            <td>the object which received the signal.</td>
         | 
| 425 395 | 
             
            </tr>
         | 
| 426 396 | 
             
            <tr>
         | 
| 427 397 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -431,11 +401,11 @@ output values will be in the same range. | |
| 431 401 | 
             
            </table></div>
         | 
| 432 402 | 
             
            </div>
         | 
| 433 403 | 
             
            <hr>
         | 
| 434 | 
            -
            <div class="refsect2" | 
| 404 | 
            +
            <div class="refsect2">
         | 
| 435 405 | 
             
            <a name="GtkHSV-move"></a><h3>The <code class="literal">"move"</code> signal</h3>
         | 
| 436 406 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a>          *hsv,
         | 
| 437 407 | 
             
                                                                    <a class="link" href="gtk-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1,
         | 
| 438 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>         user_data)      :  | 
| 408 | 
            +
                                                                    <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>
         | 
| 439 409 | 
             
            <p>
         | 
| 440 410 | 
             
            </p>
         | 
| 441 411 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -443,13 +413,7 @@ output values will be in the same range. | |
| 443 413 | 
             
            <tbody>
         | 
| 444 414 | 
             
            <tr>
         | 
| 445 415 | 
             
            <td><p><span class="term"><em class="parameter"><code>hsv</code></em> :</span></p></td>
         | 
| 446 | 
            -
            <td>the object which received the signal | 
| 447 | 
            -
            </td>
         | 
| 448 | 
            -
            </tr>
         | 
| 449 | 
            -
            <tr>
         | 
| 450 | 
            -
            <td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
         | 
| 451 | 
            -
            <td>
         | 
| 452 | 
            -
            </td>
         | 
| 416 | 
            +
            <td>the object which received the signal.</td>
         | 
| 453 417 | 
             
            </tr>
         | 
| 454 418 | 
             
            <tr>
         | 
| 455 419 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -459,7 +423,7 @@ output values will be in the same range. | |
| 459 423 | 
             
            </table></div>
         | 
| 460 424 | 
             
            </div>
         | 
| 461 425 | 
             
            </div>
         | 
| 462 | 
            -
            <div class="refsect1" | 
| 426 | 
            +
            <div class="refsect1">
         | 
| 463 427 | 
             
            <a name="GtkHSV.see-also"></a><h2>See Also</h2>
         | 
| 464 428 | 
             
            <p>
         | 
| 465 429 | 
             
            </p>
         | 
| @@ -482,6 +446,6 @@ output values will be in the same range. | |
| 482 446 | 
             
            </div>
         | 
| 483 447 | 
             
            <div class="footer">
         | 
| 484 448 | 
             
            <hr>
         | 
| 485 | 
            -
                      Generated by GTK-Doc V1. | 
| 449 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 486 450 | 
             
            </body>
         | 
| 487 451 | 
             
            </html>
         |