gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +22 -0
- data/ext/gtk2/rbgtkwindow.c +3 -1
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/sample/gtk-demo/cairo-operator.rb +1 -1
- data/sample/misc/bindings.rb +1 -1
- data/sample/misc/cairo-pong.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +29 -2
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +2 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
- data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
- data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +60 -94
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +135 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +81 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +193 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +17 -11
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +117 -0
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +236 -45
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +69 -124
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +152 -158
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +63 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +5 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +39 -31
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +445 -412
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +8 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +4934 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
- metadata +26 -33
- data/ext/gtk2/Makefile +0 -169
- data/ext/gtk2/rbgdkkeysyms.h +0 -2174
- data/ext/gtk2/rbgtkinits.c +0 -473
- data/ext/gtk2/ruby-gtk2.pc +0 -3
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="ButtonWidgets.html" title="Buttons and Toggles">
         | 
| 9 9 | 
             
            <link rel="prev" href="ButtonWidgets.html" title="Buttons and Toggles">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkCheckButton.html" title="GtkCheckButton">
         | 
| 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">
         | 
| @@ -36,7 +36,7 @@ | |
| 36 36 | 
             
                              <a href="#GtkButton.signals" class="shortcut">Signals</a>
         | 
| 37 37 | 
             
            </td></tr>
         | 
| 38 38 | 
             
            </table>
         | 
| 39 | 
            -
            <div class="refentry" | 
| 39 | 
            +
            <div class="refentry">
         | 
| 40 40 | 
             
            <a name="GtkButton"></a><div class="titlepage"></div>
         | 
| 41 41 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 42 42 | 
             
            <td valign="top">
         | 
| @@ -45,16 +45,16 @@ | |
| 45 45 | 
             
            </td>
         | 
| 46 46 | 
             
            <td valign="top" align="right"><img src="button.png"></td>
         | 
| 47 47 | 
             
            </tr></table></div>
         | 
| 48 | 
            -
            <div class="refsynopsisdiv" | 
| 48 | 
            +
            <div class="refsynopsisdiv">
         | 
| 49 49 | 
             
            <a name="GtkButton.synopsis"></a><h2>Synopsis</h2>
         | 
| 50 50 | 
             
            <pre class="synopsis">
         | 
| 51 51 | 
             
            #include <gtk/gtk.h>
         | 
| 52 52 |  | 
| 53 | 
            -
             | 
| 54 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 55 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 56 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 57 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 53 | 
            +
            struct              <a class="link" href="GtkButton.html#GtkButton-struct" title="struct GtkButton">GtkButton</a>;
         | 
| 54 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkButton.html#gtk-button-new" title="gtk_button_new ()">gtk_button_new</a>                      (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 55 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkButton.html#gtk-button-new-with-label" title="gtk_button_new_with_label ()">gtk_button_new_with_label</a>           (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
         | 
| 56 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkButton.html#gtk-button-new-with-mnemonic" title="gtk_button_new_with_mnemonic ()">gtk_button_new_with_mnemonic</a>        (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
         | 
| 57 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkButton.html#gtk-button-new-from-stock" title="gtk_button_new_from_stock ()">gtk_button_new_from_stock</a>           (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);
         | 
| 58 58 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkButton.html#gtk-button-pressed" title="gtk_button_pressed ()">gtk_button_pressed</a>                  (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);
         | 
| 59 59 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkButton.html#gtk-button-released" title="gtk_button_released ()">gtk_button_released</a>                 (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);
         | 
| 60 60 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkButton.html#gtk-button-clicked" title="gtk_button_clicked ()">gtk_button_clicked</a>                  (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);
         | 
| @@ -83,14 +83,14 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm | |
| 83 83 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> *yalign</code></em>);
         | 
| 84 84 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkButton.html#gtk-button-set-image" title="gtk_button_set_image ()">gtk_button_set_image</a>                (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>,
         | 
| 85 85 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *image</code></em>);
         | 
| 86 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 86 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *             <a class="link" href="GtkButton.html#gtk-button-get-image" title="gtk_button_get_image ()">gtk_button_get_image</a>            (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);
         | 
| 87 87 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkButton.html#gtk-button-set-image-position" title="gtk_button_set_image_position ()">gtk_button_set_image_position</a>       (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>,
         | 
| 88 88 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a> position</code></em>);
         | 
| 89 89 | 
             
            <a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="returnvalue">GtkPositionType</span></a>     <a class="link" href="GtkButton.html#gtk-button-get-image-position" title="gtk_button_get_image_position ()">gtk_button_get_image_position</a>       (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);
         | 
| 90 | 
            -
            <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a | 
| 90 | 
            +
            <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *             <a class="link" href="GtkButton.html#gtk-button-get-event-window" title="gtk_button_get_event_window ()">gtk_button_get_event_window</a>     (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);
         | 
| 91 91 | 
             
            </pre>
         | 
| 92 92 | 
             
            </div>
         | 
| 93 | 
            -
            <div class="refsect1" | 
| 93 | 
            +
            <div class="refsect1">
         | 
| 94 94 | 
             
            <a name="GtkButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 95 95 | 
             
            <pre class="synopsis">
         | 
| 96 96 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| @@ -108,13 +108,13 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm | |
| 108 108 | 
             
                                                   +----<a class="link" href="GtkScaleButton.html" title="GtkScaleButton">GtkScaleButton</a>
         | 
| 109 109 | 
             
            </pre>
         | 
| 110 110 | 
             
            </div>
         | 
| 111 | 
            -
            <div class="refsect1" | 
| 111 | 
            +
            <div class="refsect1">
         | 
| 112 112 | 
             
            <a name="GtkButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 113 113 | 
             
            <p>
         | 
| 114 114 | 
             
            GtkButton implements
         | 
| 115 115 | 
             
             AtkImplementorIface,  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and  <a class="link" href="GtkActivatable.html" title="GtkActivatable">GtkActivatable</a>.</p>
         | 
| 116 116 | 
             
            </div>
         | 
| 117 | 
            -
            <div class="refsect1" | 
| 117 | 
            +
            <div class="refsect1">
         | 
| 118 118 | 
             
            <a name="GtkButton.properties"></a><h2>Properties</h2>
         | 
| 119 119 | 
             
            <pre class="synopsis">
         | 
| 120 120 | 
             
              "<a class="link" href="GtkButton.html#GtkButton--focus-on-click" title='The "focus-on-click" property'>focus-on-click</a>"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| @@ -128,30 +128,30 @@ GtkButton implements | |
| 128 128 | 
             
              "<a class="link" href="GtkButton.html#GtkButton--yalign" title='The "yalign" property'>yalign</a>"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>                : Read / Write
         | 
| 129 129 | 
             
            </pre>
         | 
| 130 130 | 
             
            </div>
         | 
| 131 | 
            -
            <div class="refsect1" | 
| 131 | 
            +
            <div class="refsect1">
         | 
| 132 132 | 
             
            <a name="GtkButton.style-properties"></a><h2>Style Properties</h2>
         | 
| 133 133 | 
             
            <pre class="synopsis">
         | 
| 134 134 | 
             
              "<a class="link" href="GtkButton.html#GtkButton--s-child-displacement-x" title='The "child-displacement-x" style property'>child-displacement-x</a>"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
         | 
| 135 135 | 
             
              "<a class="link" href="GtkButton.html#GtkButton--s-child-displacement-y" title='The "child-displacement-y" style property'>child-displacement-y</a>"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
         | 
| 136 | 
            -
              "<a class="link" href="GtkButton.html#GtkButton--s-default-border" title='The "default-border" style property'>default-border</a>"           <a class="link" href="GtkStyle.html#GtkBorder" | 
| 137 | 
            -
              "<a class="link" href="GtkButton.html#GtkButton--s-default-outside-border" title='The "default-outside-border" style property'>default-outside-border</a>"   <a class="link" href="GtkStyle.html#GtkBorder" | 
| 136 | 
            +
              "<a class="link" href="GtkButton.html#GtkButton--s-default-border" title='The "default-border" style property'>default-border</a>"           <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>*            : Read
         | 
| 137 | 
            +
              "<a class="link" href="GtkButton.html#GtkButton--s-default-outside-border" title='The "default-outside-border" style property'>default-outside-border</a>"   <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>*            : Read
         | 
| 138 138 | 
             
              "<a class="link" href="GtkButton.html#GtkButton--s-displace-focus" title='The "displace-focus" style property'>displace-focus</a>"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
         | 
| 139 139 | 
             
              "<a class="link" href="GtkButton.html#GtkButton--s-image-spacing" title='The "image-spacing" style property'>image-spacing</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
         | 
| 140 | 
            -
              "<a class="link" href="GtkButton.html#GtkButton--s-inner-border" title='The "inner-border" style property'>inner-border</a>"             <a class="link" href="GtkStyle.html#GtkBorder" | 
| 140 | 
            +
              "<a class="link" href="GtkButton.html#GtkButton--s-inner-border" title='The "inner-border" style property'>inner-border</a>"             <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>*            : Read
         | 
| 141 141 | 
             
            </pre>
         | 
| 142 142 | 
             
            </div>
         | 
| 143 | 
            -
            <div class="refsect1" | 
| 143 | 
            +
            <div class="refsect1">
         | 
| 144 144 | 
             
            <a name="GtkButton.signals"></a><h2>Signals</h2>
         | 
| 145 145 | 
             
            <pre class="synopsis">
         | 
| 146 | 
            -
              "<a class="link" href="GtkButton.html#GtkButton-activate" title='The "activate" signal'>activate</a>"                                       :  | 
| 147 | 
            -
              "<a class="link" href="GtkButton.html#GtkButton-clicked" title='The "clicked" signal'>clicked</a>"                                        :  | 
| 148 | 
            -
              "<a class="link" href="GtkButton.html#GtkButton-enter" title='The "enter" signal'>enter</a>"                                          : Run First
         | 
| 149 | 
            -
              "<a class="link" href="GtkButton.html#GtkButton-leave" title='The "leave" signal'>leave</a>"                                          : Run First
         | 
| 150 | 
            -
              "<a class="link" href="GtkButton.html#GtkButton-pressed" title='The "pressed" signal'>pressed</a>"                                        : Run First
         | 
| 151 | 
            -
              "<a class="link" href="GtkButton.html#GtkButton-released" title='The "released" signal'>released</a>"                                       : Run First
         | 
| 146 | 
            +
              "<a class="link" href="GtkButton.html#GtkButton-activate" title='The "activate" signal'>activate</a>"                                       : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 147 | 
            +
              "<a class="link" href="GtkButton.html#GtkButton-clicked" title='The "clicked" signal'>clicked</a>"                                        : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 148 | 
            +
              "<a class="link" href="GtkButton.html#GtkButton-enter" title='The "enter" signal'>enter</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>
         | 
| 149 | 
            +
              "<a class="link" href="GtkButton.html#GtkButton-leave" title='The "leave" signal'>leave</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>
         | 
| 150 | 
            +
              "<a class="link" href="GtkButton.html#GtkButton-pressed" title='The "pressed" signal'>pressed</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>
         | 
| 151 | 
            +
              "<a class="link" href="GtkButton.html#GtkButton-released" title='The "released" signal'>released</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>
         | 
| 152 152 | 
             
            </pre>
         | 
| 153 153 | 
             
            </div>
         | 
| 154 | 
            -
            <div class="refsect1" | 
| 154 | 
            +
            <div class="refsect1">
         | 
| 155 155 | 
             
            <a name="GtkButton.description"></a><h2>Description</h2>
         | 
| 156 156 | 
             
            <p>
         | 
| 157 157 | 
             
            The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> widget is generally used to attach a function to that
         | 
| @@ -164,19 +164,19 @@ hold most any other standard <a class="link" href="GtkWidget.html" title="GtkWid | |
| 164 164 | 
             
            the <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>.
         | 
| 165 165 | 
             
            </p>
         | 
| 166 166 | 
             
            </div>
         | 
| 167 | 
            -
            <div class="refsect1" | 
| 167 | 
            +
            <div class="refsect1">
         | 
| 168 168 | 
             
            <a name="GtkButton.details"></a><h2>Details</h2>
         | 
| 169 | 
            -
            <div class="refsect2" | 
| 170 | 
            -
            <a name="GtkButton-struct"></a><h3>GtkButton</h3>
         | 
| 171 | 
            -
            <pre class="programlisting"> | 
| 169 | 
            +
            <div class="refsect2">
         | 
| 170 | 
            +
            <a name="GtkButton-struct"></a><h3>struct GtkButton</h3>
         | 
| 171 | 
            +
            <pre class="programlisting">struct GtkButton;</pre>
         | 
| 172 172 | 
             
            <p>
         | 
| 173 173 | 
             
            This should not be accessed directly.  Use the accessor functions below.
         | 
| 174 174 | 
             
            </p>
         | 
| 175 175 | 
             
            </div>
         | 
| 176 176 | 
             
            <hr>
         | 
| 177 | 
            -
            <div class="refsect2" | 
| 177 | 
            +
            <div class="refsect2">
         | 
| 178 178 | 
             
            <a name="gtk-button-new"></a><h3>gtk_button_new ()</h3>
         | 
| 179 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 179 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_button_new                      (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 180 180 | 
             
            <p>
         | 
| 181 181 | 
             
            Creates a new <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> widget. To add a child widget to the button,
         | 
| 182 182 | 
             
            use <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a>.
         | 
| @@ -185,15 +185,14 @@ use <a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_contai | |
| 185 185 | 
             
            <col align="left" valign="top">
         | 
| 186 186 | 
             
            <tbody><tr>
         | 
| 187 187 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 188 | 
            -
            <td>The newly created <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> widget | 
| 189 | 
            -
            </td>
         | 
| 188 | 
            +
            <td>The newly created <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> widget.</td>
         | 
| 190 189 | 
             
            </tr></tbody>
         | 
| 191 190 | 
             
            </table></div>
         | 
| 192 191 | 
             
            </div>
         | 
| 193 192 | 
             
            <hr>
         | 
| 194 | 
            -
            <div class="refsect2" | 
| 193 | 
            +
            <div class="refsect2">
         | 
| 195 194 | 
             
            <a name="gtk-button-new-with-label"></a><h3>gtk_button_new_with_label ()</h3>
         | 
| 196 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 195 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_button_new_with_label           (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
         | 
| 197 196 | 
             
            <p>
         | 
| 198 197 | 
             
            Creates a <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> widget with a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> child containing the given
         | 
| 199 198 | 
             
            text.
         | 
| @@ -203,21 +202,19 @@ text. | |
| 203 202 | 
             
            <tbody>
         | 
| 204 203 | 
             
            <tr>
         | 
| 205 204 | 
             
            <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
         | 
| 206 | 
            -
            <td>The text you want the <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> to hold | 
| 207 | 
            -
            </td>
         | 
| 205 | 
            +
            <td>The text you want the <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> to hold.</td>
         | 
| 208 206 | 
             
            </tr>
         | 
| 209 207 | 
             
            <tr>
         | 
| 210 208 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 211 | 
            -
            <td>The newly created <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> widget | 
| 212 | 
            -
            </td>
         | 
| 209 | 
            +
            <td>The newly created <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> widget.</td>
         | 
| 213 210 | 
             
            </tr>
         | 
| 214 211 | 
             
            </tbody>
         | 
| 215 212 | 
             
            </table></div>
         | 
| 216 213 | 
             
            </div>
         | 
| 217 214 | 
             
            <hr>
         | 
| 218 | 
            -
            <div class="refsect2" | 
| 215 | 
            +
            <div class="refsect2">
         | 
| 219 216 | 
             
            <a name="gtk-button-new-with-mnemonic"></a><h3>gtk_button_new_with_mnemonic ()</h3>
         | 
| 220 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 217 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_button_new_with_mnemonic        (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
         | 
| 221 218 | 
             
            <p>
         | 
| 222 219 | 
             
            Creates a new <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> containing a label.
         | 
| 223 220 | 
             
            If characters in <em class="parameter"><code>label</code></em> are preceded by an underscore, they are underlined.
         | 
| @@ -232,8 +229,7 @@ Pressing Alt and that key activates the button. | |
| 232 229 | 
             
            <tr>
         | 
| 233 230 | 
             
            <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
         | 
| 234 231 | 
             
            <td>The text of the button, with an underscore in front of the
         | 
| 235 | 
            -
             | 
| 236 | 
            -
            </td>
         | 
| 232 | 
            +
            mnemonic character</td>
         | 
| 237 233 | 
             
            </tr>
         | 
| 238 234 | 
             
            <tr>
         | 
| 239 235 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| @@ -244,9 +240,9 @@ Pressing Alt and that key activates the button. | |
| 244 240 | 
             
            </table></div>
         | 
| 245 241 | 
             
            </div>
         | 
| 246 242 | 
             
            <hr>
         | 
| 247 | 
            -
            <div class="refsect2" | 
| 243 | 
            +
            <div class="refsect2">
         | 
| 248 244 | 
             
            <a name="gtk-button-new-from-stock"></a><h3>gtk_button_new_from_stock ()</h3>
         | 
| 249 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 245 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_button_new_from_stock           (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
         | 
| 250 246 | 
             
            <p>
         | 
| 251 247 | 
             
            Creates a new <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> containing the image and text from a stock item.
         | 
| 252 248 | 
             
            Some stock ids have preprocessor macros like <a class="link" href="gtk-Stock-Items.html#GTK-STOCK-OK:CAPS" title="GTK_STOCK_OK"><span class="type">GTK_STOCK_OK</span></a> and
         | 
| @@ -261,22 +257,21 @@ label (as for <a class="link" href="GtkButton.html#gtk-button-new-with-mnemonic" | |
| 261 257 | 
             
            <tbody>
         | 
| 262 258 | 
             
            <tr>
         | 
| 263 259 | 
             
            <td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
         | 
| 264 | 
            -
            <td>the name of the stock item | 
| 265 | 
            -
            </td>
         | 
| 260 | 
            +
            <td>the name of the stock item</td>
         | 
| 266 261 | 
             
            </tr>
         | 
| 267 262 | 
             
            <tr>
         | 
| 268 263 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 269 | 
            -
            <td> | 
| 264 | 
            +
            <td>a new <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a>
         | 
| 270 265 | 
             
            </td>
         | 
| 271 266 | 
             
            </tr>
         | 
| 272 267 | 
             
            </tbody>
         | 
| 273 268 | 
             
            </table></div>
         | 
| 274 269 | 
             
            </div>
         | 
| 275 270 | 
             
            <hr>
         | 
| 276 | 
            -
            <div class="refsect2" | 
| 271 | 
            +
            <div class="refsect2">
         | 
| 277 272 | 
             
            <a name="gtk-button-pressed"></a><h3>gtk_button_pressed ()</h3>
         | 
| 278 273 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_pressed                  (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);</pre>
         | 
| 279 | 
            -
            <div class="warning"  | 
| 274 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 280 275 | 
             
            <h3 class="title">Warning</h3>
         | 
| 281 276 | 
             
            <p><code class="literal">gtk_button_pressed</code> has been deprecated since version 2.20 and should not be used in newly-written code. Use the <a class="link" href="GtkWidget.html#GtkWidget-button-press-event" title='The "button-press-event" signal'><span class="type">"button-press-event"</span></a> signal.</p>
         | 
| 282 277 | 
             
            </div>
         | 
| @@ -287,16 +282,15 @@ Emits a <a class="link" href="GtkButton.html#GtkButton-pressed" title='The "pres | |
| 287 282 | 
             
            <col align="left" valign="top">
         | 
| 288 283 | 
             
            <tbody><tr>
         | 
| 289 284 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 290 | 
            -
            <td>The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> you want to send the signal to | 
| 291 | 
            -
            </td>
         | 
| 285 | 
            +
            <td>The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> you want to send the signal to.</td>
         | 
| 292 286 | 
             
            </tr></tbody>
         | 
| 293 287 | 
             
            </table></div>
         | 
| 294 288 | 
             
            </div>
         | 
| 295 289 | 
             
            <hr>
         | 
| 296 | 
            -
            <div class="refsect2" | 
| 290 | 
            +
            <div class="refsect2">
         | 
| 297 291 | 
             
            <a name="gtk-button-released"></a><h3>gtk_button_released ()</h3>
         | 
| 298 292 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_released                 (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);</pre>
         | 
| 299 | 
            -
            <div class="warning"  | 
| 293 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 300 294 | 
             
            <h3 class="title">Warning</h3>
         | 
| 301 295 | 
             
            <p><code class="literal">gtk_button_released</code> has been deprecated since version 2.20 and should not be used in newly-written code. Use the <a class="link" href="GtkWidget.html#GtkWidget-button-release-event" title='The "button-release-event" signal'><span class="type">"button-release-event"</span></a> signal.</p>
         | 
| 302 296 | 
             
            </div>
         | 
| @@ -307,13 +301,12 @@ Emits a <a class="link" href="GtkButton.html#GtkButton-released" title='The "rel | |
| 307 301 | 
             
            <col align="left" valign="top">
         | 
| 308 302 | 
             
            <tbody><tr>
         | 
| 309 303 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 310 | 
            -
            <td>The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> you want to send the signal to | 
| 311 | 
            -
            </td>
         | 
| 304 | 
            +
            <td>The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> you want to send the signal to.</td>
         | 
| 312 305 | 
             
            </tr></tbody>
         | 
| 313 306 | 
             
            </table></div>
         | 
| 314 307 | 
             
            </div>
         | 
| 315 308 | 
             
            <hr>
         | 
| 316 | 
            -
            <div class="refsect2" | 
| 309 | 
            +
            <div class="refsect2">
         | 
| 317 310 | 
             
            <a name="gtk-button-clicked"></a><h3>gtk_button_clicked ()</h3>
         | 
| 318 311 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_clicked                  (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);</pre>
         | 
| 319 312 | 
             
            <p>
         | 
| @@ -323,16 +316,15 @@ Emits a <a class="link" href="GtkButton.html#GtkButton-clicked" title='The "clic | |
| 323 316 | 
             
            <col align="left" valign="top">
         | 
| 324 317 | 
             
            <tbody><tr>
         | 
| 325 318 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 326 | 
            -
            <td>The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> you want to send the signal to | 
| 327 | 
            -
            </td>
         | 
| 319 | 
            +
            <td>The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> you want to send the signal to.</td>
         | 
| 328 320 | 
             
            </tr></tbody>
         | 
| 329 321 | 
             
            </table></div>
         | 
| 330 322 | 
             
            </div>
         | 
| 331 323 | 
             
            <hr>
         | 
| 332 | 
            -
            <div class="refsect2" | 
| 324 | 
            +
            <div class="refsect2">
         | 
| 333 325 | 
             
            <a name="gtk-button-enter"></a><h3>gtk_button_enter ()</h3>
         | 
| 334 326 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_enter                    (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);</pre>
         | 
| 335 | 
            -
            <div class="warning"  | 
| 327 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 336 328 | 
             
            <h3 class="title">Warning</h3>
         | 
| 337 329 | 
             
            <p><code class="literal">gtk_button_enter</code> has been deprecated since version 2.20 and should not be used in newly-written code. Use the <a class="link" href="GtkWidget.html#GtkWidget-enter-notify-event" title='The "enter-notify-event" signal'><span class="type">"enter-notify-event"</span></a> signal.</p>
         | 
| 338 330 | 
             
            </div>
         | 
| @@ -343,16 +335,15 @@ Emits a <a class="link" href="GtkButton.html#GtkButton-enter" title='The "enter" | |
| 343 335 | 
             
            <col align="left" valign="top">
         | 
| 344 336 | 
             
            <tbody><tr>
         | 
| 345 337 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 346 | 
            -
            <td>The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> you want to send the signal to | 
| 347 | 
            -
            </td>
         | 
| 338 | 
            +
            <td>The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> you want to send the signal to.</td>
         | 
| 348 339 | 
             
            </tr></tbody>
         | 
| 349 340 | 
             
            </table></div>
         | 
| 350 341 | 
             
            </div>
         | 
| 351 342 | 
             
            <hr>
         | 
| 352 | 
            -
            <div class="refsect2" | 
| 343 | 
            +
            <div class="refsect2">
         | 
| 353 344 | 
             
            <a name="gtk-button-leave"></a><h3>gtk_button_leave ()</h3>
         | 
| 354 345 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_leave                    (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);</pre>
         | 
| 355 | 
            -
            <div class="warning"  | 
| 346 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 356 347 | 
             
            <h3 class="title">Warning</h3>
         | 
| 357 348 | 
             
            <p><code class="literal">gtk_button_leave</code> has been deprecated since version 2.20 and should not be used in newly-written code. Use the <a class="link" href="GtkWidget.html#GtkWidget-leave-notify-event" title='The "leave-notify-event" signal'><span class="type">"leave-notify-event"</span></a> signal.</p>
         | 
| 358 349 | 
             
            </div>
         | 
| @@ -363,13 +354,12 @@ Emits a <a class="link" href="GtkButton.html#GtkButton-leave" title='The "leave" | |
| 363 354 | 
             
            <col align="left" valign="top">
         | 
| 364 355 | 
             
            <tbody><tr>
         | 
| 365 356 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 366 | 
            -
            <td>The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> you want to send the signal to | 
| 367 | 
            -
            </td>
         | 
| 357 | 
            +
            <td>The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> you want to send the signal to.</td>
         | 
| 368 358 | 
             
            </tr></tbody>
         | 
| 369 359 | 
             
            </table></div>
         | 
| 370 360 | 
             
            </div>
         | 
| 371 361 | 
             
            <hr>
         | 
| 372 | 
            -
            <div class="refsect2" | 
| 362 | 
            +
            <div class="refsect2">
         | 
| 373 363 | 
             
            <a name="gtk-button-set-relief"></a><h3>gtk_button_set_relief ()</h3>
         | 
| 374 364 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_set_relief               (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>,
         | 
| 375 365 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkReliefStyle" title="enum GtkReliefStyle"><span class="type">GtkReliefStyle</span></a> newstyle</code></em>);</pre>
         | 
| @@ -384,19 +374,17 @@ The default style is, as one can guess, GTK_RELIEF_NORMAL. | |
| 384 374 | 
             
            <tbody>
         | 
| 385 375 | 
             
            <tr>
         | 
| 386 376 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 387 | 
            -
            <td>The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> you want to set relief styles of | 
| 388 | 
            -
            </td>
         | 
| 377 | 
            +
            <td>The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> you want to set relief styles of.</td>
         | 
| 389 378 | 
             
            </tr>
         | 
| 390 379 | 
             
            <tr>
         | 
| 391 380 | 
             
            <td><p><span class="term"><em class="parameter"><code>newstyle</code></em> :</span></p></td>
         | 
| 392 | 
            -
            <td>The GtkReliefStyle as described above | 
| 393 | 
            -
            </td>
         | 
| 381 | 
            +
            <td>The GtkReliefStyle as described above.</td>
         | 
| 394 382 | 
             
            </tr>
         | 
| 395 383 | 
             
            </tbody>
         | 
| 396 384 | 
             
            </table></div>
         | 
| 397 385 | 
             
            </div>
         | 
| 398 386 | 
             
            <hr>
         | 
| 399 | 
            -
            <div class="refsect2" | 
| 387 | 
            +
            <div class="refsect2">
         | 
| 400 388 | 
             
            <a name="gtk-button-get-relief"></a><h3>gtk_button_get_relief ()</h3>
         | 
| 401 389 | 
             
            <pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkReliefStyle" title="enum GtkReliefStyle"><span class="returnvalue">GtkReliefStyle</span></a>      gtk_button_get_relief               (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);</pre>
         | 
| 402 390 | 
             
            <p>
         | 
| @@ -407,8 +395,7 @@ Returns the current relief style of the given <a class="link" href="GtkButton.ht | |
| 407 395 | 
             
            <tbody>
         | 
| 408 396 | 
             
            <tr>
         | 
| 409 397 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 410 | 
            -
            <td>The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> you want the <a class="link" href="gtk-Standard-Enumerations.html#GtkReliefStyle" title="enum GtkReliefStyle"><span class="type">GtkReliefStyle</span></a> from | 
| 411 | 
            -
            </td>
         | 
| 398 | 
            +
            <td>The <a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> you want the <a class="link" href="gtk-Standard-Enumerations.html#GtkReliefStyle" title="enum GtkReliefStyle"><span class="type">GtkReliefStyle</span></a> from.</td>
         | 
| 412 399 | 
             
            </tr>
         | 
| 413 400 | 
             
            <tr>
         | 
| 414 401 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| @@ -419,7 +406,7 @@ Returns the current relief style of the given <a class="link" href="GtkButton.ht | |
| 419 406 | 
             
            </table></div>
         | 
| 420 407 | 
             
            </div>
         | 
| 421 408 | 
             
            <hr>
         | 
| 422 | 
            -
            <div class="refsect2" | 
| 409 | 
            +
            <div class="refsect2">
         | 
| 423 410 | 
             
            <a name="gtk-button-get-label"></a><h3>gtk_button_get_label ()</h3>
         | 
| 424 411 | 
             
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_button_get_label                (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);</pre>
         | 
| 425 412 | 
             
            <p>
         | 
| @@ -439,15 +426,14 @@ use as a container. | |
| 439 426 | 
             
            </tr>
         | 
| 440 427 | 
             
            <tr>
         | 
| 441 428 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 442 | 
            -
            <td> | 
| 443 | 
            -
            by the widget and must not be modified or freed | 
| 444 | 
            -
            </td>
         | 
| 429 | 
            +
            <td>The text of the label widget. This string is owned
         | 
| 430 | 
            +
            by the widget and must not be modified or freed.</td>
         | 
| 445 431 | 
             
            </tr>
         | 
| 446 432 | 
             
            </tbody>
         | 
| 447 433 | 
             
            </table></div>
         | 
| 448 434 | 
             
            </div>
         | 
| 449 435 | 
             
            <hr>
         | 
| 450 | 
            -
            <div class="refsect2" | 
| 436 | 
            +
            <div class="refsect2">
         | 
| 451 437 | 
             
            <a name="gtk-button-set-label"></a><h3>gtk_button_set_label ()</h3>
         | 
| 452 438 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_set_label                (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>,
         | 
| 453 439 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
         | 
| @@ -469,14 +455,13 @@ This will also clear any previously set labels. | |
| 469 455 | 
             
            </tr>
         | 
| 470 456 | 
             
            <tr>
         | 
| 471 457 | 
             
            <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
         | 
| 472 | 
            -
            <td>a string
         | 
| 473 | 
            -
            </td>
         | 
| 458 | 
            +
            <td>a string</td>
         | 
| 474 459 | 
             
            </tr>
         | 
| 475 460 | 
             
            </tbody>
         | 
| 476 461 | 
             
            </table></div>
         | 
| 477 462 | 
             
            </div>
         | 
| 478 463 | 
             
            <hr>
         | 
| 479 | 
            -
            <div class="refsect2" | 
| 464 | 
            +
            <div class="refsect2">
         | 
| 480 465 | 
             
            <a name="gtk-button-get-use-stock"></a><h3>gtk_button_get_use_stock ()</h3>
         | 
| 481 466 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_button_get_use_stock            (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);</pre>
         | 
| 482 467 | 
             
            <p>
         | 
| @@ -492,16 +477,16 @@ Returns whether the button label is a stock item. | |
| 492 477 | 
             
            </tr>
         | 
| 493 478 | 
             
            <tr>
         | 
| 494 479 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 495 | 
            -
            <td> | 
| 496 | 
            -
             | 
| 497 | 
            -
             | 
| 498 | 
            -
             | 
| 480 | 
            +
            <td>
         | 
| 481 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the button label is used to
         | 
| 482 | 
            +
            select a stock item instead of being
         | 
| 483 | 
            +
            used directly as the label text.</td>
         | 
| 499 484 | 
             
            </tr>
         | 
| 500 485 | 
             
            </tbody>
         | 
| 501 486 | 
             
            </table></div>
         | 
| 502 487 | 
             
            </div>
         | 
| 503 488 | 
             
            <hr>
         | 
| 504 | 
            -
            <div class="refsect2" | 
| 489 | 
            +
            <div class="refsect2">
         | 
| 505 490 | 
             
            <a name="gtk-button-set-use-stock"></a><h3>gtk_button_set_use_stock ()</h3>
         | 
| 506 491 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_set_use_stock            (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>,
         | 
| 507 492 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_stock</code></em>);</pre>
         | 
| @@ -520,14 +505,13 @@ stock id to select the stock item for the button. | |
| 520 505 | 
             
            <tr>
         | 
| 521 506 | 
             
            <td><p><span class="term"><em class="parameter"><code>use_stock</code></em> :</span></p></td>
         | 
| 522 507 | 
             
            <td>
         | 
| 523 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the button should use a stock item
         | 
| 524 | 
            -
            </td>
         | 
| 508 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the button should use a stock item</td>
         | 
| 525 509 | 
             
            </tr>
         | 
| 526 510 | 
             
            </tbody>
         | 
| 527 511 | 
             
            </table></div>
         | 
| 528 512 | 
             
            </div>
         | 
| 529 513 | 
             
            <hr>
         | 
| 530 | 
            -
            <div class="refsect2" | 
| 514 | 
            +
            <div class="refsect2">
         | 
| 531 515 | 
             
            <a name="gtk-button-get-use-underline"></a><h3>gtk_button_get_use_underline ()</h3>
         | 
| 532 516 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_button_get_use_underline        (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);</pre>
         | 
| 533 517 | 
             
            <p>
         | 
| @@ -544,15 +528,15 @@ mnemonic. See <a class="link" href="GtkButton.html#gtk-button-set-use-underline" | |
| 544 528 | 
             
            </tr>
         | 
| 545 529 | 
             
            <tr>
         | 
| 546 530 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 547 | 
            -
            <td> | 
| 548 | 
            -
             | 
| 549 | 
            -
             | 
| 531 | 
            +
            <td>
         | 
| 532 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an embedded underline in the button label
         | 
| 533 | 
            +
            indicates the mnemonic accelerator keys.</td>
         | 
| 550 534 | 
             
            </tr>
         | 
| 551 535 | 
             
            </tbody>
         | 
| 552 536 | 
             
            </table></div>
         | 
| 553 537 | 
             
            </div>
         | 
| 554 538 | 
             
            <hr>
         | 
| 555 | 
            -
            <div class="refsect2" | 
| 539 | 
            +
            <div class="refsect2">
         | 
| 556 540 | 
             
            <a name="gtk-button-set-use-underline"></a><h3>gtk_button_set_use_underline ()</h3>
         | 
| 557 541 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_set_use_underline        (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>,
         | 
| 558 542 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_underline</code></em>);</pre>
         | 
| @@ -571,14 +555,13 @@ the next character should be used for the mnemonic accelerator key. | |
| 571 555 | 
             
            <tr>
         | 
| 572 556 | 
             
            <td><p><span class="term"><em class="parameter"><code>use_underline</code></em> :</span></p></td>
         | 
| 573 557 | 
             
            <td>
         | 
| 574 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if underlines in the text indicate mnemonics
         | 
| 575 | 
            -
            </td>
         | 
| 558 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if underlines in the text indicate mnemonics</td>
         | 
| 576 559 | 
             
            </tr>
         | 
| 577 560 | 
             
            </tbody>
         | 
| 578 561 | 
             
            </table></div>
         | 
| 579 562 | 
             
            </div>
         | 
| 580 563 | 
             
            <hr>
         | 
| 581 | 
            -
            <div class="refsect2" | 
| 564 | 
            +
            <div class="refsect2">
         | 
| 582 565 | 
             
            <a name="gtk-button-set-focus-on-click"></a><h3>gtk_button_set_focus_on_click ()</h3>
         | 
| 583 566 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_set_focus_on_click       (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>,
         | 
| 584 567 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> focus_on_click</code></em>);</pre>
         | 
| @@ -598,15 +581,14 @@ application. | |
| 598 581 | 
             
            </tr>
         | 
| 599 582 | 
             
            <tr>
         | 
| 600 583 | 
             
            <td><p><span class="term"><em class="parameter"><code>focus_on_click</code></em> :</span></p></td>
         | 
| 601 | 
            -
            <td>whether the button grabs focus when clicked with the mouse
         | 
| 602 | 
            -
            </td>
         | 
| 584 | 
            +
            <td>whether the button grabs focus when clicked with the mouse</td>
         | 
| 603 585 | 
             
            </tr>
         | 
| 604 586 | 
             
            </tbody>
         | 
| 605 587 | 
             
            </table></div>
         | 
| 606 588 | 
             
            <p class="since">Since 2.4</p>
         | 
| 607 589 | 
             
            </div>
         | 
| 608 590 | 
             
            <hr>
         | 
| 609 | 
            -
            <div class="refsect2" | 
| 591 | 
            +
            <div class="refsect2">
         | 
| 610 592 | 
             
            <a name="gtk-button-get-focus-on-click"></a><h3>gtk_button_get_focus_on_click ()</h3>
         | 
| 611 593 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_button_get_focus_on_click       (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);</pre>
         | 
| 612 594 | 
             
            <p>
         | 
| @@ -623,17 +605,16 @@ See <a class="link" href="GtkButton.html#gtk-button-set-focus-on-click" title="g | |
| 623 605 | 
             
            </tr>
         | 
| 624 606 | 
             
            <tr>
         | 
| 625 607 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 626 | 
            -
            <td> | 
| 627 | 
            -
             | 
| 628 | 
            -
             | 
| 629 | 
            -
            </td>
         | 
| 608 | 
            +
            <td>
         | 
| 609 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the button grabs focus when it is clicked with
         | 
| 610 | 
            +
            the mouse.</td>
         | 
| 630 611 | 
             
            </tr>
         | 
| 631 612 | 
             
            </tbody>
         | 
| 632 613 | 
             
            </table></div>
         | 
| 633 614 | 
             
            <p class="since">Since 2.4</p>
         | 
| 634 615 | 
             
            </div>
         | 
| 635 616 | 
             
            <hr>
         | 
| 636 | 
            -
            <div class="refsect2" | 
| 617 | 
            +
            <div class="refsect2">
         | 
| 637 618 | 
             
            <a name="gtk-button-set-alignment"></a><h3>gtk_button_set_alignment ()</h3>
         | 
| 638 619 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_set_alignment            (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>,
         | 
| 639 620 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> xalign</code></em>,
         | 
| @@ -652,22 +633,20 @@ the child is a <a class="link" href="GtkMisc.html" title="GtkMisc"><span class=" | |
| 652 633 | 
             
            </tr>
         | 
| 653 634 | 
             
            <tr>
         | 
| 654 635 | 
             
            <td><p><span class="term"><em class="parameter"><code>xalign</code></em> :</span></p></td>
         | 
| 655 | 
            -
            <td>the horizontal position of the child, 0.0 is left aligned, | 
| 656 | 
            -
             | 
| 657 | 
            -
            </td>
         | 
| 636 | 
            +
            <td>the horizontal position of the child, 0.0 is left aligned,
         | 
| 637 | 
            +
            1.0 is right aligned</td>
         | 
| 658 638 | 
             
            </tr>
         | 
| 659 639 | 
             
            <tr>
         | 
| 660 640 | 
             
            <td><p><span class="term"><em class="parameter"><code>yalign</code></em> :</span></p></td>
         | 
| 661 | 
            -
            <td>the vertical position of the child, 0.0 is top aligned, | 
| 662 | 
            -
             | 
| 663 | 
            -
            </td>
         | 
| 641 | 
            +
            <td>the vertical position of the child, 0.0 is top aligned,
         | 
| 642 | 
            +
            1.0 is bottom aligned</td>
         | 
| 664 643 | 
             
            </tr>
         | 
| 665 644 | 
             
            </tbody>
         | 
| 666 645 | 
             
            </table></div>
         | 
| 667 646 | 
             
            <p class="since">Since 2.4</p>
         | 
| 668 647 | 
             
            </div>
         | 
| 669 648 | 
             
            <hr>
         | 
| 670 | 
            -
            <div class="refsect2" | 
| 649 | 
            +
            <div class="refsect2">
         | 
| 671 650 | 
             
            <a name="gtk-button-get-alignment"></a><h3>gtk_button_get_alignment ()</h3>
         | 
| 672 651 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_get_alignment            (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>,
         | 
| 673 652 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> *xalign</code></em>,
         | 
| @@ -685,20 +664,18 @@ Gets the alignment of the child in the button. | |
| 685 664 | 
             
            </tr>
         | 
| 686 665 | 
             
            <tr>
         | 
| 687 666 | 
             
            <td><p><span class="term"><em class="parameter"><code>xalign</code></em> :</span></p></td>
         | 
| 688 | 
            -
            <td>return location for horizontal alignment
         | 
| 689 | 
            -
            </td>
         | 
| 667 | 
            +
            <td>return location for horizontal alignment</td>
         | 
| 690 668 | 
             
            </tr>
         | 
| 691 669 | 
             
            <tr>
         | 
| 692 670 | 
             
            <td><p><span class="term"><em class="parameter"><code>yalign</code></em> :</span></p></td>
         | 
| 693 | 
            -
            <td>return location for vertical alignment
         | 
| 694 | 
            -
            </td>
         | 
| 671 | 
            +
            <td>return location for vertical alignment</td>
         | 
| 695 672 | 
             
            </tr>
         | 
| 696 673 | 
             
            </tbody>
         | 
| 697 674 | 
             
            </table></div>
         | 
| 698 675 | 
             
            <p class="since">Since 2.4</p>
         | 
| 699 676 | 
             
            </div>
         | 
| 700 677 | 
             
            <hr>
         | 
| 701 | 
            -
            <div class="refsect2" | 
| 678 | 
            +
            <div class="refsect2">
         | 
| 702 679 | 
             
            <a name="gtk-button-set-image"></a><h3>gtk_button_set_image ()</h3>
         | 
| 703 680 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_set_image                (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>,
         | 
| 704 681 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *image</code></em>);</pre>
         | 
| @@ -718,17 +695,16 @@ image will be displayed or not, you don't have to call | |
| 718 695 | 
             
            </tr>
         | 
| 719 696 | 
             
            <tr>
         | 
| 720 697 | 
             
            <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
         | 
| 721 | 
            -
            <td>a widget to set as the image for the button
         | 
| 722 | 
            -
            </td>
         | 
| 698 | 
            +
            <td>a widget to set as the image for the button</td>
         | 
| 723 699 | 
             
            </tr>
         | 
| 724 700 | 
             
            </tbody>
         | 
| 725 701 | 
             
            </table></div>
         | 
| 726 702 | 
             
            <p class="since">Since 2.6</p>
         | 
| 727 703 | 
             
            </div>
         | 
| 728 704 | 
             
            <hr>
         | 
| 729 | 
            -
            <div class="refsect2" | 
| 705 | 
            +
            <div class="refsect2">
         | 
| 730 706 | 
             
            <a name="gtk-button-get-image"></a><h3>gtk_button_get_image ()</h3>
         | 
| 731 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 707 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *             gtk_button_get_image            (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);</pre>
         | 
| 732 708 | 
             
            <p>
         | 
| 733 709 | 
             
            Gets the widget that is currenty set as the image of <em class="parameter"><code>button</code></em>.
         | 
| 734 710 | 
             
            This may have been explicitly set by <a class="link" href="GtkButton.html#gtk-button-set-image" title="gtk_button_set_image ()"><code class="function">gtk_button_set_image()</code></a>
         | 
| @@ -744,8 +720,7 @@ or constructed by <a class="link" href="GtkButton.html#gtk-button-new-from-stock | |
| 744 720 | 
             
            </tr>
         | 
| 745 721 | 
             
            <tr>
         | 
| 746 722 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 747 | 
            -
            <td> | 
| 748 | 
            -
             | 
| 723 | 
            +
            <td>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in case there is no image. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 749 724 | 
             
            </td>
         | 
| 750 725 | 
             
            </tr>
         | 
| 751 726 | 
             
            </tbody>
         | 
| @@ -753,7 +728,7 @@ or constructed by <a class="link" href="GtkButton.html#gtk-button-new-from-stock | |
| 753 728 | 
             
            <p class="since">Since 2.6</p>
         | 
| 754 729 | 
             
            </div>
         | 
| 755 730 | 
             
            <hr>
         | 
| 756 | 
            -
            <div class="refsect2" | 
| 731 | 
            +
            <div class="refsect2">
         | 
| 757 732 | 
             
            <a name="gtk-button-set-image-position"></a><h3>gtk_button_set_image_position ()</h3>
         | 
| 758 733 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_set_image_position       (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>,
         | 
| 759 734 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a> position</code></em>);</pre>
         | 
| @@ -771,15 +746,14 @@ inside the button. | |
| 771 746 | 
             
            </tr>
         | 
| 772 747 | 
             
            <tr>
         | 
| 773 748 | 
             
            <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
         | 
| 774 | 
            -
            <td>the position
         | 
| 775 | 
            -
            </td>
         | 
| 749 | 
            +
            <td>the position</td>
         | 
| 776 750 | 
             
            </tr>
         | 
| 777 751 | 
             
            </tbody>
         | 
| 778 752 | 
             
            </table></div>
         | 
| 779 753 | 
             
            <p class="since">Since 2.10</p>
         | 
| 780 754 | 
             
            </div>
         | 
| 781 755 | 
             
            <hr>
         | 
| 782 | 
            -
            <div class="refsect2" | 
| 756 | 
            +
            <div class="refsect2">
         | 
| 783 757 | 
             
            <a name="gtk-button-get-image-position"></a><h3>gtk_button_get_image_position ()</h3>
         | 
| 784 758 | 
             
            <pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="returnvalue">GtkPositionType</span></a>     gtk_button_get_image_position       (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);</pre>
         | 
| 785 759 | 
             
            <p>
         | 
| @@ -796,18 +770,16 @@ inside the button. | |
| 796 770 | 
             
            </tr>
         | 
| 797 771 | 
             
            <tr>
         | 
| 798 772 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 799 | 
            -
            <td> | 
| 800 | 
            -
             | 
| 801 | 
            -
            </td>
         | 
| 773 | 
            +
            <td>the position</td>
         | 
| 802 774 | 
             
            </tr>
         | 
| 803 775 | 
             
            </tbody>
         | 
| 804 776 | 
             
            </table></div>
         | 
| 805 777 | 
             
            <p class="since">Since 2.10</p>
         | 
| 806 778 | 
             
            </div>
         | 
| 807 779 | 
             
            <hr>
         | 
| 808 | 
            -
            <div class="refsect2" | 
| 780 | 
            +
            <div class="refsect2">
         | 
| 809 781 | 
             
            <a name="gtk-button-get-event-window"></a><h3>gtk_button_get_event_window ()</h3>
         | 
| 810 | 
            -
            <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a | 
| 782 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *             gtk_button_get_event_window     (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);</pre>
         | 
| 811 783 | 
             
            <p>
         | 
| 812 784 | 
             
            Returns the button's event window if it is realized, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise.
         | 
| 813 785 | 
             
            This function should be rarely needed.
         | 
| @@ -822,7 +794,8 @@ This function should be rarely needed. | |
| 822 794 | 
             
            </tr>
         | 
| 823 795 | 
             
            <tr>
         | 
| 824 796 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 825 | 
            -
            <td> | 
| 797 | 
            +
            <td>
         | 
| 798 | 
            +
            <em class="parameter"><code>button</code></em>'s event window. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 826 799 | 
             
            </td>
         | 
| 827 800 | 
             
            </tr>
         | 
| 828 801 | 
             
            </tbody>
         | 
| @@ -830,22 +803,22 @@ This function should be rarely needed. | |
| 830 803 | 
             
            <p class="since">Since 2.22</p>
         | 
| 831 804 | 
             
            </div>
         | 
| 832 805 | 
             
            </div>
         | 
| 833 | 
            -
            <div class="refsect1" | 
| 806 | 
            +
            <div class="refsect1">
         | 
| 834 807 | 
             
            <a name="GtkButton.property-details"></a><h2>Property Details</h2>
         | 
| 835 | 
            -
            <div class="refsect2" | 
| 808 | 
            +
            <div class="refsect2">
         | 
| 836 809 | 
             
            <a name="GtkButton--focus-on-click"></a><h3>The <code class="literal">"focus-on-click"</code> property</h3>
         | 
| 837 810 | 
             
            <pre class="programlisting">  "focus-on-click"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 838 811 | 
             
            <p>Whether the button grabs focus when it is clicked with the mouse.</p>
         | 
| 839 812 | 
             
            <p>Default value: TRUE</p>
         | 
| 840 813 | 
             
            </div>
         | 
| 841 814 | 
             
            <hr>
         | 
| 842 | 
            -
            <div class="refsect2" | 
| 815 | 
            +
            <div class="refsect2">
         | 
| 843 816 | 
             
            <a name="GtkButton--image"></a><h3>The <code class="literal">"image"</code> property</h3>
         | 
| 844 817 | 
             
            <pre class="programlisting">  "image"                    <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>*            : Read / Write</pre>
         | 
| 845 818 | 
             
            <p>Child widget to appear next to the button text.</p>
         | 
| 846 819 | 
             
            </div>
         | 
| 847 820 | 
             
            <hr>
         | 
| 848 | 
            -
            <div class="refsect2" | 
| 821 | 
            +
            <div class="refsect2">
         | 
| 849 822 | 
             
            <a name="GtkButton--image-position"></a><h3>The <code class="literal">"image-position"</code> property</h3>
         | 
| 850 823 | 
             
            <pre class="programlisting">  "image-position"           <a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a>       : Read / Write</pre>
         | 
| 851 824 | 
             
            <p>
         | 
| @@ -855,35 +828,35 @@ The position of the image relative to the text inside the button. | |
| 855 828 | 
             
            <p class="since">Since 2.10</p>
         | 
| 856 829 | 
             
            </div>
         | 
| 857 830 | 
             
            <hr>
         | 
| 858 | 
            -
            <div class="refsect2" | 
| 831 | 
            +
            <div class="refsect2">
         | 
| 859 832 | 
             
            <a name="GtkButton--label"></a><h3>The <code class="literal">"label"</code> property</h3>
         | 
| 860 833 | 
             
            <pre class="programlisting">  "label"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct</pre>
         | 
| 861 834 | 
             
            <p>Text of the label widget inside the button, if the button contains a label widget.</p>
         | 
| 862 835 | 
             
            <p>Default value: NULL</p>
         | 
| 863 836 | 
             
            </div>
         | 
| 864 837 | 
             
            <hr>
         | 
| 865 | 
            -
            <div class="refsect2" | 
| 838 | 
            +
            <div class="refsect2">
         | 
| 866 839 | 
             
            <a name="GtkButton--relief"></a><h3>The <code class="literal">"relief"</code> property</h3>
         | 
| 867 840 | 
             
            <pre class="programlisting">  "relief"                   <a class="link" href="gtk-Standard-Enumerations.html#GtkReliefStyle" title="enum GtkReliefStyle"><span class="type">GtkReliefStyle</span></a>        : Read / Write</pre>
         | 
| 868 841 | 
             
            <p>The border relief style.</p>
         | 
| 869 842 | 
             
            <p>Default value: GTK_RELIEF_NORMAL</p>
         | 
| 870 843 | 
             
            </div>
         | 
| 871 844 | 
             
            <hr>
         | 
| 872 | 
            -
            <div class="refsect2" | 
| 845 | 
            +
            <div class="refsect2">
         | 
| 873 846 | 
             
            <a name="GtkButton--use-stock"></a><h3>The <code class="literal">"use-stock"</code> property</h3>
         | 
| 874 847 | 
             
            <pre class="programlisting">  "use-stock"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
         | 
| 875 848 | 
             
            <p>If set, the label is used to pick a stock item instead of being displayed.</p>
         | 
| 876 849 | 
             
            <p>Default value: FALSE</p>
         | 
| 877 850 | 
             
            </div>
         | 
| 878 851 | 
             
            <hr>
         | 
| 879 | 
            -
            <div class="refsect2" | 
| 852 | 
            +
            <div class="refsect2">
         | 
| 880 853 | 
             
            <a name="GtkButton--use-underline"></a><h3>The <code class="literal">"use-underline"</code> property</h3>
         | 
| 881 854 | 
             
            <pre class="programlisting">  "use-underline"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
         | 
| 882 855 | 
             
            <p>If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key.</p>
         | 
| 883 856 | 
             
            <p>Default value: FALSE</p>
         | 
| 884 857 | 
             
            </div>
         | 
| 885 858 | 
             
            <hr>
         | 
| 886 | 
            -
            <div class="refsect2" | 
| 859 | 
            +
            <div class="refsect2">
         | 
| 887 860 | 
             
            <a name="GtkButton--xalign"></a><h3>The <code class="literal">"xalign"</code> property</h3>
         | 
| 888 861 | 
             
            <pre class="programlisting">  "xalign"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>                : Read / Write</pre>
         | 
| 889 862 | 
             
            <p>
         | 
| @@ -896,7 +869,7 @@ can be used to control it's horizontal alignment. 0.0 is left aligned, | |
| 896 869 | 
             
            <p class="since">Since 2.4</p>
         | 
| 897 870 | 
             
            </div>
         | 
| 898 871 | 
             
            <hr>
         | 
| 899 | 
            -
            <div class="refsect2" | 
| 872 | 
            +
            <div class="refsect2">
         | 
| 900 873 | 
             
            <a name="GtkButton--yalign"></a><h3>The <code class="literal">"yalign"</code> property</h3>
         | 
| 901 874 | 
             
            <pre class="programlisting">  "yalign"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>                : Read / Write</pre>
         | 
| 902 875 | 
             
            <p>
         | 
| @@ -909,25 +882,25 @@ can be used to control it's vertical alignment. 0.0 is top aligned, | |
| 909 882 | 
             
            <p class="since">Since 2.4</p>
         | 
| 910 883 | 
             
            </div>
         | 
| 911 884 | 
             
            </div>
         | 
| 912 | 
            -
            <div class="refsect1" | 
| 885 | 
            +
            <div class="refsect1">
         | 
| 913 886 | 
             
            <a name="GtkButton.style-property-details"></a><h2>Style Property Details</h2>
         | 
| 914 | 
            -
            <div class="refsect2" | 
| 887 | 
            +
            <div class="refsect2">
         | 
| 915 888 | 
             
            <a name="GtkButton--s-child-displacement-x"></a><h3>The <code class="literal">"child-displacement-x"</code> style property</h3>
         | 
| 916 889 | 
             
            <pre class="programlisting">  "child-displacement-x"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 917 890 | 
             
            <p>How far in the x direction to move the child when the button is depressed.</p>
         | 
| 918 891 | 
             
            <p>Default value: 0</p>
         | 
| 919 892 | 
             
            </div>
         | 
| 920 893 | 
             
            <hr>
         | 
| 921 | 
            -
            <div class="refsect2" | 
| 894 | 
            +
            <div class="refsect2">
         | 
| 922 895 | 
             
            <a name="GtkButton--s-child-displacement-y"></a><h3>The <code class="literal">"child-displacement-y"</code> style property</h3>
         | 
| 923 896 | 
             
            <pre class="programlisting">  "child-displacement-y"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 924 897 | 
             
            <p>How far in the y direction to move the child when the button is depressed.</p>
         | 
| 925 898 | 
             
            <p>Default value: 0</p>
         | 
| 926 899 | 
             
            </div>
         | 
| 927 900 | 
             
            <hr>
         | 
| 928 | 
            -
            <div class="refsect2" | 
| 901 | 
            +
            <div class="refsect2">
         | 
| 929 902 | 
             
            <a name="GtkButton--s-default-border"></a><h3>The <code class="literal">"default-border"</code> style property</h3>
         | 
| 930 | 
            -
            <pre class="programlisting">  "default-border"           <a class="link" href="GtkStyle.html#GtkBorder" | 
| 903 | 
            +
            <pre class="programlisting">  "default-border"           <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>*            : Read</pre>
         | 
| 931 904 | 
             
            <p>
         | 
| 932 905 | 
             
            The "default-border" style property defines the extra space to add
         | 
| 933 906 | 
             
            around a button that can become the default widget of its window.
         | 
| @@ -935,9 +908,9 @@ For more information about default widgets, see <a class="link" href="GtkWidget. | |
| 935 908 | 
             
            </p>
         | 
| 936 909 | 
             
            </div>
         | 
| 937 910 | 
             
            <hr>
         | 
| 938 | 
            -
            <div class="refsect2" | 
| 911 | 
            +
            <div class="refsect2">
         | 
| 939 912 | 
             
            <a name="GtkButton--s-default-outside-border"></a><h3>The <code class="literal">"default-outside-border"</code> style property</h3>
         | 
| 940 | 
            -
            <pre class="programlisting">  "default-outside-border"   <a class="link" href="GtkStyle.html#GtkBorder" | 
| 913 | 
            +
            <pre class="programlisting">  "default-outside-border"   <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>*            : Read</pre>
         | 
| 941 914 | 
             
            <p>
         | 
| 942 915 | 
             
            The "default-outside-border" style property defines the extra outside
         | 
| 943 916 | 
             
            space to add around a button that can become the default widget of its
         | 
| @@ -946,7 +919,7 @@ For more information about default widgets, see <a class="link" href="GtkWidget. | |
| 946 919 | 
             
            </p>
         | 
| 947 920 | 
             
            </div>
         | 
| 948 921 | 
             
            <hr>
         | 
| 949 | 
            -
            <div class="refsect2" | 
| 922 | 
            +
            <div class="refsect2">
         | 
| 950 923 | 
             
            <a name="GtkButton--s-displace-focus"></a><h3>The <code class="literal">"displace-focus"</code> style property</h3>
         | 
| 951 924 | 
             
            <pre class="programlisting">  "displace-focus"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
         | 
| 952 925 | 
             
            <p>
         | 
| @@ -957,7 +930,7 @@ should also affect the focus rectangle. | |
| 957 930 | 
             
            <p class="since">Since 2.6</p>
         | 
| 958 931 | 
             
            </div>
         | 
| 959 932 | 
             
            <hr>
         | 
| 960 | 
            -
            <div class="refsect2" | 
| 933 | 
            +
            <div class="refsect2">
         | 
| 961 934 | 
             
            <a name="GtkButton--s-image-spacing"></a><h3>The <code class="literal">"image-spacing"</code> style property</h3>
         | 
| 962 935 | 
             
            <pre class="programlisting">  "image-spacing"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 963 936 | 
             
            <p>Spacing in pixels between the image and label.</p>
         | 
| @@ -965,21 +938,21 @@ should also affect the focus rectangle. | |
| 965 938 | 
             
            <p>Default value: 2</p>
         | 
| 966 939 | 
             
            </div>
         | 
| 967 940 | 
             
            <hr>
         | 
| 968 | 
            -
            <div class="refsect2" | 
| 941 | 
            +
            <div class="refsect2">
         | 
| 969 942 | 
             
            <a name="GtkButton--s-inner-border"></a><h3>The <code class="literal">"inner-border"</code> style property</h3>
         | 
| 970 | 
            -
            <pre class="programlisting">  "inner-border"             <a class="link" href="GtkStyle.html#GtkBorder" | 
| 943 | 
            +
            <pre class="programlisting">  "inner-border"             <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>*            : Read</pre>
         | 
| 971 944 | 
             
            <p>
         | 
| 972 945 | 
             
            Sets the border between the button edges and child.
         | 
| 973 946 | 
             
            </p>
         | 
| 974 947 | 
             
            <p class="since">Since 2.10</p>
         | 
| 975 948 | 
             
            </div>
         | 
| 976 949 | 
             
            </div>
         | 
| 977 | 
            -
            <div class="refsect1" | 
| 950 | 
            +
            <div class="refsect1">
         | 
| 978 951 | 
             
            <a name="GtkButton.signal-details"></a><h2>Signal Details</h2>
         | 
| 979 | 
            -
            <div class="refsect2" | 
| 952 | 
            +
            <div class="refsect2">
         | 
| 980 953 | 
             
            <a name="GtkButton-activate"></a><h3>The <code class="literal">"activate"</code> signal</h3>
         | 
| 981 954 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *widget,
         | 
| 982 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      :  | 
| 955 | 
            +
                                                                    <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>
         | 
| 983 956 | 
             
            <p>
         | 
| 984 957 | 
             
            The ::activate signal on GtkButton is an action signal and
         | 
| 985 958 | 
             
            emitting it causes the button to animate press then release.
         | 
| @@ -991,8 +964,7 @@ Applications should never connect to this signal, but use the | |
| 991 964 | 
             
            <tbody>
         | 
| 992 965 | 
             
            <tr>
         | 
| 993 966 | 
             
            <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
         | 
| 994 | 
            -
            <td>the object which received the signal | 
| 995 | 
            -
            </td>
         | 
| 967 | 
            +
            <td>the object which received the signal.</td>
         | 
| 996 968 | 
             
            </tr>
         | 
| 997 969 | 
             
            <tr>
         | 
| 998 970 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -1002,10 +974,10 @@ Applications should never connect to this signal, but use the | |
| 1002 974 | 
             
            </table></div>
         | 
| 1003 975 | 
             
            </div>
         | 
| 1004 976 | 
             
            <hr>
         | 
| 1005 | 
            -
            <div class="refsect2" | 
| 977 | 
            +
            <div class="refsect2">
         | 
| 1006 978 | 
             
            <a name="GtkButton-clicked"></a><h3>The <code class="literal">"clicked"</code> signal</h3>
         | 
| 1007 979 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button,
         | 
| 1008 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>   user_data)      :  | 
| 980 | 
            +
                                                                    <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>
         | 
| 1009 981 | 
             
            <p>
         | 
| 1010 982 | 
             
            Emitted when the button has been activated (pressed and released).
         | 
| 1011 983 | 
             
            </p>
         | 
| @@ -1014,8 +986,7 @@ Emitted when the button has been activated (pressed and released). | |
| 1014 986 | 
             
            <tbody>
         | 
| 1015 987 | 
             
            <tr>
         | 
| 1016 988 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 1017 | 
            -
            <td>the object that received the signal
         | 
| 1018 | 
            -
            </td>
         | 
| 989 | 
            +
            <td>the object that received the signal</td>
         | 
| 1019 990 | 
             
            </tr>
         | 
| 1020 991 | 
             
            <tr>
         | 
| 1021 992 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -1025,11 +996,11 @@ Emitted when the button has been activated (pressed and released). | |
| 1025 996 | 
             
            </table></div>
         | 
| 1026 997 | 
             
            </div>
         | 
| 1027 998 | 
             
            <hr>
         | 
| 1028 | 
            -
            <div class="refsect2" | 
| 999 | 
            +
            <div class="refsect2">
         | 
| 1029 1000 | 
             
            <a name="GtkButton-enter"></a><h3>The <code class="literal">"enter"</code> signal</h3>
         | 
| 1030 1001 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button,
         | 
| 1031 | 
            -
                                                                    <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>
         | 
| 1032 | 
            -
            <div class="warning"  | 
| 1002 | 
            +
                                                                    <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>
         | 
| 1003 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1033 1004 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1034 1005 | 
             
            <p><code class="literal">GtkButton::enter</code> has been deprecated since version 2.8 and should not be used in newly-written code. Use the <a class="link" href="GtkWidget.html#GtkWidget-enter-notify-event" title='The "enter-notify-event" signal'><span class="type">"enter-notify-event"</span></a> signal.</p>
         | 
| 1035 1006 | 
             
            </div>
         | 
| @@ -1041,8 +1012,7 @@ Emitted when the pointer enters the button. | |
| 1041 1012 | 
             
            <tbody>
         | 
| 1042 1013 | 
             
            <tr>
         | 
| 1043 1014 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 1044 | 
            -
            <td>the object that received the signal
         | 
| 1045 | 
            -
            </td>
         | 
| 1015 | 
            +
            <td>the object that received the signal</td>
         | 
| 1046 1016 | 
             
            </tr>
         | 
| 1047 1017 | 
             
            <tr>
         | 
| 1048 1018 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -1052,11 +1022,11 @@ Emitted when the pointer enters the button. | |
| 1052 1022 | 
             
            </table></div>
         | 
| 1053 1023 | 
             
            </div>
         | 
| 1054 1024 | 
             
            <hr>
         | 
| 1055 | 
            -
            <div class="refsect2" | 
| 1025 | 
            +
            <div class="refsect2">
         | 
| 1056 1026 | 
             
            <a name="GtkButton-leave"></a><h3>The <code class="literal">"leave"</code> signal</h3>
         | 
| 1057 1027 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button,
         | 
| 1058 | 
            -
                                                                    <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>
         | 
| 1059 | 
            -
            <div class="warning"  | 
| 1028 | 
            +
                                                                    <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>
         | 
| 1029 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1060 1030 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1061 1031 | 
             
            <p><code class="literal">GtkButton::leave</code> has been deprecated since version 2.8 and should not be used in newly-written code. Use the <a class="link" href="GtkWidget.html#GtkWidget-leave-notify-event" title='The "leave-notify-event" signal'><span class="type">"leave-notify-event"</span></a> signal.</p>
         | 
| 1062 1032 | 
             
            </div>
         | 
| @@ -1068,8 +1038,7 @@ Emitted when the pointer leaves the button. | |
| 1068 1038 | 
             
            <tbody>
         | 
| 1069 1039 | 
             
            <tr>
         | 
| 1070 1040 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 1071 | 
            -
            <td>the object that received the signal
         | 
| 1072 | 
            -
            </td>
         | 
| 1041 | 
            +
            <td>the object that received the signal</td>
         | 
| 1073 1042 | 
             
            </tr>
         | 
| 1074 1043 | 
             
            <tr>
         | 
| 1075 1044 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -1079,11 +1048,11 @@ Emitted when the pointer leaves the button. | |
| 1079 1048 | 
             
            </table></div>
         | 
| 1080 1049 | 
             
            </div>
         | 
| 1081 1050 | 
             
            <hr>
         | 
| 1082 | 
            -
            <div class="refsect2" | 
| 1051 | 
            +
            <div class="refsect2">
         | 
| 1083 1052 | 
             
            <a name="GtkButton-pressed"></a><h3>The <code class="literal">"pressed"</code> signal</h3>
         | 
| 1084 1053 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button,
         | 
| 1085 | 
            -
                                                                    <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>
         | 
| 1086 | 
            -
            <div class="warning"  | 
| 1054 | 
            +
                                                                    <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>
         | 
| 1055 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1087 1056 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1088 1057 | 
             
            <p><code class="literal">GtkButton::pressed</code> has been deprecated since version 2.8 and should not be used in newly-written code. Use the <a class="link" href="GtkWidget.html#GtkWidget-button-press-event" title='The "button-press-event" signal'><span class="type">"button-press-event"</span></a> signal.</p>
         | 
| 1089 1058 | 
             
            </div>
         | 
| @@ -1095,8 +1064,7 @@ Emitted when the button is pressed. | |
| 1095 1064 | 
             
            <tbody>
         | 
| 1096 1065 | 
             
            <tr>
         | 
| 1097 1066 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 1098 | 
            -
            <td>the object that received the signal
         | 
| 1099 | 
            -
            </td>
         | 
| 1067 | 
            +
            <td>the object that received the signal</td>
         | 
| 1100 1068 | 
             
            </tr>
         | 
| 1101 1069 | 
             
            <tr>
         | 
| 1102 1070 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -1106,11 +1074,11 @@ Emitted when the button is pressed. | |
| 1106 1074 | 
             
            </table></div>
         | 
| 1107 1075 | 
             
            </div>
         | 
| 1108 1076 | 
             
            <hr>
         | 
| 1109 | 
            -
            <div class="refsect2" | 
| 1077 | 
            +
            <div class="refsect2">
         | 
| 1110 1078 | 
             
            <a name="GtkButton-released"></a><h3>The <code class="literal">"released"</code> signal</h3>
         | 
| 1111 1079 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button,
         | 
| 1112 | 
            -
                                                                    <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>
         | 
| 1113 | 
            -
            <div class="warning"  | 
| 1080 | 
            +
                                                                    <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>
         | 
| 1081 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1114 1082 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1115 1083 | 
             
            <p><code class="literal">GtkButton::released</code> has been deprecated since version 2.8 and should not be used in newly-written code. Use the <a class="link" href="GtkWidget.html#GtkWidget-button-release-event" title='The "button-release-event" signal'><span class="type">"button-release-event"</span></a> signal.</p>
         | 
| 1116 1084 | 
             
            </div>
         | 
| @@ -1122,8 +1090,7 @@ Emitted when the button is released. | |
| 1122 1090 | 
             
            <tbody>
         | 
| 1123 1091 | 
             
            <tr>
         | 
| 1124 1092 | 
             
            <td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
         | 
| 1125 | 
            -
            <td>the object that received the signal
         | 
| 1126 | 
            -
            </td>
         | 
| 1093 | 
            +
            <td>the object that received the signal</td>
         | 
| 1127 1094 | 
             
            </tr>
         | 
| 1128 1095 | 
             
            <tr>
         | 
| 1129 1096 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -1136,6 +1103,6 @@ Emitted when the button is released. | |
| 1136 1103 | 
             
            </div>
         | 
| 1137 1104 | 
             
            <div class="footer">
         | 
| 1138 1105 | 
             
            <hr>
         | 
| 1139 | 
            -
                      Generated by GTK-Doc V1. | 
| 1106 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 1140 1107 | 
             
            </body>
         | 
| 1141 1108 | 
             
            </html>
         |