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="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkMenuItem.html" title="GtkMenuItem">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem">
         | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 13 | 
             
            </head>
         | 
| 14 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| @@ -32,7 +32,7 @@ | |
| 32 32 | 
             
                              <a href="#GtkImageMenuItem.properties" class="shortcut">Properties</a>
         | 
| 33 33 | 
             
            </td></tr>
         | 
| 34 34 | 
             
            </table>
         | 
| 35 | 
            -
            <div class="refentry" | 
| 35 | 
            +
            <div class="refentry">
         | 
| 36 36 | 
             
            <a name="GtkImageMenuItem"></a><div class="titlepage"></div>
         | 
| 37 37 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 38 38 | 
             
            <td valign="top">
         | 
| @@ -41,20 +41,20 @@ | |
| 41 41 | 
             
            </td>
         | 
| 42 42 | 
             
            <td valign="top" align="right"></td>
         | 
| 43 43 | 
             
            </tr></table></div>
         | 
| 44 | 
            -
            <div class="refsynopsisdiv" | 
| 44 | 
            +
            <div class="refsynopsisdiv">
         | 
| 45 45 | 
             
            <a name="GtkImageMenuItem.synopsis"></a><h2>Synopsis</h2>
         | 
| 46 46 | 
             
            <pre class="synopsis">
         | 
| 47 47 | 
             
            #include <gtk/gtk.h>
         | 
| 48 48 |  | 
| 49 | 
            -
             | 
| 49 | 
            +
            struct              <a class="link" href="GtkImageMenuItem.html#GtkImageMenuItem-struct" title="struct GtkImageMenuItem">GtkImageMenuItem</a>;
         | 
| 50 50 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkImageMenuItem.html#gtk-image-menu-item-set-image" title="gtk_image_menu_item_set_image ()">gtk_image_menu_item_set_image</a>       (<em class="parameter"><code><a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> *image_menu_item</code></em>,
         | 
| 51 51 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *image</code></em>);
         | 
| 52 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 53 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 54 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 52 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkImageMenuItem.html#gtk-image-menu-item-get-image" title="gtk_image_menu_item_get_image ()">gtk_image_menu_item_get_image</a>       (<em class="parameter"><code><a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> *image_menu_item</code></em>);
         | 
| 53 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkImageMenuItem.html#gtk-image-menu-item-new" title="gtk_image_menu_item_new ()">gtk_image_menu_item_new</a>             (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 54 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkImageMenuItem.html#gtk-image-menu-item-new-from-stock" title="gtk_image_menu_item_new_from_stock ()">gtk_image_menu_item_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>,
         | 
| 55 55 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);
         | 
| 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 | 
| 56 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkImageMenuItem.html#gtk-image-menu-item-new-with-label" title="gtk_image_menu_item_new_with_label ()">gtk_image_menu_item_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>);
         | 
| 57 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkImageMenuItem.html#gtk-image-menu-item-new-with-mnemonic" title="gtk_image_menu_item_new_with_mnemonic ()">gtk_image_menu_item_new_with_mnemonic</a>
         | 
| 58 58 | 
             
                                                                    (<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>);
         | 
| 59 59 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkImageMenuItem.html#gtk-image-menu-item-get-use-stock" title="gtk_image_menu_item_get_use_stock ()">gtk_image_menu_item_get_use_stock</a>   (<em class="parameter"><code><a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> *image_menu_item</code></em>);
         | 
| 60 60 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkImageMenuItem.html#gtk-image-menu-item-set-use-stock" title="gtk_image_menu_item_set_use_stock ()">gtk_image_menu_item_set_use_stock</a>   (<em class="parameter"><code><a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> *image_menu_item</code></em>,
         | 
| @@ -68,7 +68,7 @@ | |
| 68 68 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);
         | 
| 69 69 | 
             
            </pre>
         | 
| 70 70 | 
             
            </div>
         | 
| 71 | 
            -
            <div class="refsect1" | 
| 71 | 
            +
            <div class="refsect1">
         | 
| 72 72 | 
             
            <a name="GtkImageMenuItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 73 73 | 
             
            <pre class="synopsis">
         | 
| 74 74 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| @@ -82,13 +82,13 @@ | |
| 82 82 | 
             
                                                         +----GtkImageMenuItem
         | 
| 83 83 | 
             
            </pre>
         | 
| 84 84 | 
             
            </div>
         | 
| 85 | 
            -
            <div class="refsect1" | 
| 85 | 
            +
            <div class="refsect1">
         | 
| 86 86 | 
             
            <a name="GtkImageMenuItem.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 87 87 | 
             
            <p>
         | 
| 88 88 | 
             
            GtkImageMenuItem implements
         | 
| 89 89 | 
             
             AtkImplementorIface,  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and  <a class="link" href="GtkActivatable.html" title="GtkActivatable">GtkActivatable</a>.</p>
         | 
| 90 90 | 
             
            </div>
         | 
| 91 | 
            -
            <div class="refsect1" | 
| 91 | 
            +
            <div class="refsect1">
         | 
| 92 92 | 
             
            <a name="GtkImageMenuItem.properties"></a><h2>Properties</h2>
         | 
| 93 93 | 
             
            <pre class="synopsis">
         | 
| 94 94 | 
             
              "<a class="link" href="GtkImageMenuItem.html#GtkImageMenuItem--accel-group" title='The "accel-group" property'>accel-group</a>"              <a class="link" href="gtk-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a>*        : Write
         | 
| @@ -97,7 +97,7 @@ GtkImageMenuItem implements | |
| 97 97 | 
             
              "<a class="link" href="GtkImageMenuItem.html#GtkImageMenuItem--use-stock" title='The "use-stock" property'>use-stock</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
         | 
| 98 98 | 
             
            </pre>
         | 
| 99 99 | 
             
            </div>
         | 
| 100 | 
            -
            <div class="refsect1" | 
| 100 | 
            +
            <div class="refsect1">
         | 
| 101 101 | 
             
            <a name="GtkImageMenuItem.description"></a><h2>Description</h2>
         | 
| 102 102 | 
             
            <p>
         | 
| 103 103 | 
             
            A GtkImageMenuItem is a menu item which has an icon next to the text label.
         | 
| @@ -107,16 +107,16 @@ Note that the user can disable display of menu icons, so make sure to still | |
| 107 107 | 
             
            fill in the text label.
         | 
| 108 108 | 
             
            </p>
         | 
| 109 109 | 
             
            </div>
         | 
| 110 | 
            -
            <div class="refsect1" | 
| 110 | 
            +
            <div class="refsect1">
         | 
| 111 111 | 
             
            <a name="GtkImageMenuItem.details"></a><h2>Details</h2>
         | 
| 112 | 
            -
            <div class="refsect2" | 
| 113 | 
            -
            <a name="GtkImageMenuItem-struct"></a><h3>GtkImageMenuItem</h3>
         | 
| 114 | 
            -
            <pre class="programlisting"> | 
| 112 | 
            +
            <div class="refsect2">
         | 
| 113 | 
            +
            <a name="GtkImageMenuItem-struct"></a><h3>struct GtkImageMenuItem</h3>
         | 
| 114 | 
            +
            <pre class="programlisting">struct GtkImageMenuItem;</pre>
         | 
| 115 115 | 
             
            <p>
         | 
| 116 116 | 
             
            </p>
         | 
| 117 117 | 
             
            </div>
         | 
| 118 118 | 
             
            <hr>
         | 
| 119 | 
            -
            <div class="refsect2" | 
| 119 | 
            +
            <div class="refsect2">
         | 
| 120 120 | 
             
            <a name="gtk-image-menu-item-set-image"></a><h3>gtk_image_menu_item_set_image ()</h3>
         | 
| 121 121 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_image_menu_item_set_image       (<em class="parameter"><code><a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> *image_menu_item</code></em>,
         | 
| 122 122 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *image</code></em>);</pre>
         | 
| @@ -130,21 +130,20 @@ the image will be displayed or not. | |
| 130 130 | 
             
            <tbody>
         | 
| 131 131 | 
             
            <tr>
         | 
| 132 132 | 
             
            <td><p><span class="term"><em class="parameter"><code>image_menu_item</code></em> :</span></p></td>
         | 
| 133 | 
            -
            <td>a <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a | 
| 134 | 
            -
            </td>
         | 
| 133 | 
            +
            <td>a <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a>.</td>
         | 
| 135 134 | 
             
            </tr>
         | 
| 136 135 | 
             
            <tr>
         | 
| 137 136 | 
             
            <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
         | 
| 138 | 
            -
            <td> | 
| 137 | 
            +
            <td>a widget to set as the image for the menu item. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 139 138 | 
             
            </td>
         | 
| 140 139 | 
             
            </tr>
         | 
| 141 140 | 
             
            </tbody>
         | 
| 142 141 | 
             
            </table></div>
         | 
| 143 142 | 
             
            </div>
         | 
| 144 143 | 
             
            <hr>
         | 
| 145 | 
            -
            <div class="refsect2" | 
| 144 | 
            +
            <div class="refsect2">
         | 
| 146 145 | 
             
            <a name="gtk-image-menu-item-get-image"></a><h3>gtk_image_menu_item_get_image ()</h3>
         | 
| 147 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 146 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_image_menu_item_get_image       (<em class="parameter"><code><a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> *image_menu_item</code></em>);</pre>
         | 
| 148 147 | 
             
            <p>
         | 
| 149 148 | 
             
            Gets the widget that is currently set as the image of <em class="parameter"><code>image_menu_item</code></em>.
         | 
| 150 149 | 
             
            See <a class="link" href="GtkImageMenuItem.html#gtk-image-menu-item-set-image" title="gtk_image_menu_item_set_image ()"><code class="function">gtk_image_menu_item_set_image()</code></a>.
         | 
| @@ -154,21 +153,21 @@ See <a class="link" href="GtkImageMenuItem.html#gtk-image-menu-item-set-image" t | |
| 154 153 | 
             
            <tbody>
         | 
| 155 154 | 
             
            <tr>
         | 
| 156 155 | 
             
            <td><p><span class="term"><em class="parameter"><code>image_menu_item</code></em> :</span></p></td>
         | 
| 157 | 
            -
            <td>a <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a | 
| 156 | 
            +
            <td>a <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a>
         | 
| 158 157 | 
             
            </td>
         | 
| 159 158 | 
             
            </tr>
         | 
| 160 159 | 
             
            <tr>
         | 
| 161 160 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 162 | 
            -
            <td>the widget set as image of <em class="parameter"><code>image_menu_item</code></em>.
         | 
| 161 | 
            +
            <td>the widget set as image of <em class="parameter"><code>image_menu_item</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 163 162 | 
             
            </td>
         | 
| 164 163 | 
             
            </tr>
         | 
| 165 164 | 
             
            </tbody>
         | 
| 166 165 | 
             
            </table></div>
         | 
| 167 166 | 
             
            </div>
         | 
| 168 167 | 
             
            <hr>
         | 
| 169 | 
            -
            <div class="refsect2" | 
| 168 | 
            +
            <div class="refsect2">
         | 
| 170 169 | 
             
            <a name="gtk-image-menu-item-new"></a><h3>gtk_image_menu_item_new ()</h3>
         | 
| 171 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 170 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_image_menu_item_new             (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 172 171 | 
             
            <p>
         | 
| 173 172 | 
             
            Creates a new <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> with an empty label.
         | 
| 174 173 | 
             
            </p>
         | 
| @@ -176,15 +175,14 @@ Creates a new <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuIt | |
| 176 175 | 
             
            <col align="left" valign="top">
         | 
| 177 176 | 
             
            <tbody><tr>
         | 
| 178 177 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 179 | 
            -
            <td>a new <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a | 
| 180 | 
            -
            </td>
         | 
| 178 | 
            +
            <td>a new <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a>.</td>
         | 
| 181 179 | 
             
            </tr></tbody>
         | 
| 182 180 | 
             
            </table></div>
         | 
| 183 181 | 
             
            </div>
         | 
| 184 182 | 
             
            <hr>
         | 
| 185 | 
            -
            <div class="refsect2" | 
| 183 | 
            +
            <div class="refsect2">
         | 
| 186 184 | 
             
            <a name="gtk-image-menu-item-new-from-stock"></a><h3>gtk_image_menu_item_new_from_stock ()</h3>
         | 
| 187 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 185 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_image_menu_item_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>,
         | 
| 188 186 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);</pre>
         | 
| 189 187 | 
             
            <p>
         | 
| 190 188 | 
             
            Creates a new <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> containing the image and text from a 
         | 
| @@ -203,27 +201,25 @@ standard accelerator for the stock item, and if one is found, call | |
| 203 201 | 
             
            <tbody>
         | 
| 204 202 | 
             
            <tr>
         | 
| 205 203 | 
             
            <td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
         | 
| 206 | 
            -
            <td>the name of the stock item | 
| 207 | 
            -
            </td>
         | 
| 204 | 
            +
            <td>the name of the stock item.</td>
         | 
| 208 205 | 
             
            </tr>
         | 
| 209 206 | 
             
            <tr>
         | 
| 210 207 | 
             
            <td><p><span class="term"><em class="parameter"><code>accel_group</code></em> :</span></p></td>
         | 
| 211 | 
            -
            <td> | 
| 212 | 
            -
             | 
| 208 | 
            +
            <td>the <a class="link" href="gtk-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> to add the menu items
         | 
| 209 | 
            +
            accelerator to, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 213 210 | 
             
            </td>
         | 
| 214 211 | 
             
            </tr>
         | 
| 215 212 | 
             
            <tr>
         | 
| 216 213 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 217 | 
            -
            <td>a new <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a | 
| 218 | 
            -
            </td>
         | 
| 214 | 
            +
            <td>a new <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a>.</td>
         | 
| 219 215 | 
             
            </tr>
         | 
| 220 216 | 
             
            </tbody>
         | 
| 221 217 | 
             
            </table></div>
         | 
| 222 218 | 
             
            </div>
         | 
| 223 219 | 
             
            <hr>
         | 
| 224 | 
            -
            <div class="refsect2" | 
| 220 | 
            +
            <div class="refsect2">
         | 
| 225 221 | 
             
            <a name="gtk-image-menu-item-new-with-label"></a><h3>gtk_image_menu_item_new_with_label ()</h3>
         | 
| 226 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 222 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_image_menu_item_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>
         | 
| 227 223 | 
             
            <p>
         | 
| 228 224 | 
             
            Creates a new <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> containing a label.
         | 
| 229 225 | 
             
            </p>
         | 
| @@ -232,21 +228,19 @@ Creates a new <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuIt | |
| 232 228 | 
             
            <tbody>
         | 
| 233 229 | 
             
            <tr>
         | 
| 234 230 | 
             
            <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
         | 
| 235 | 
            -
            <td>the text of the menu item | 
| 236 | 
            -
            </td>
         | 
| 231 | 
            +
            <td>the text of the menu item.</td>
         | 
| 237 232 | 
             
            </tr>
         | 
| 238 233 | 
             
            <tr>
         | 
| 239 234 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 240 | 
            -
            <td>a new <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a | 
| 241 | 
            -
            </td>
         | 
| 235 | 
            +
            <td>a new <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a>.</td>
         | 
| 242 236 | 
             
            </tr>
         | 
| 243 237 | 
             
            </tbody>
         | 
| 244 238 | 
             
            </table></div>
         | 
| 245 239 | 
             
            </div>
         | 
| 246 240 | 
             
            <hr>
         | 
| 247 | 
            -
            <div class="refsect2" | 
| 241 | 
            +
            <div class="refsect2">
         | 
| 248 242 | 
             
            <a name="gtk-image-menu-item-new-with-mnemonic"></a><h3>gtk_image_menu_item_new_with_mnemonic ()</h3>
         | 
| 249 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 243 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_image_menu_item_new_with_mnemonic
         | 
| 250 244 | 
             
                                                                    (<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>
         | 
| 251 245 | 
             
            <p>
         | 
| 252 246 | 
             
            Creates a new <a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> containing a label. The label
         | 
| @@ -259,8 +253,7 @@ in <em class="parameter"><code>label</code></em> indicate the mnemonic for the m | |
| 259 253 | 
             
            <tr>
         | 
| 260 254 | 
             
            <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
         | 
| 261 255 | 
             
            <td>the text of the menu item, with an underscore in front of the
         | 
| 262 | 
            -
             | 
| 263 | 
            -
            </td>
         | 
| 256 | 
            +
            mnemonic character</td>
         | 
| 264 257 | 
             
            </tr>
         | 
| 265 258 | 
             
            <tr>
         | 
| 266 259 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| @@ -271,7 +264,7 @@ in <em class="parameter"><code>label</code></em> indicate the mnemonic for the m | |
| 271 264 | 
             
            </table></div>
         | 
| 272 265 | 
             
            </div>
         | 
| 273 266 | 
             
            <hr>
         | 
| 274 | 
            -
            <div class="refsect2" | 
| 267 | 
            +
            <div class="refsect2">
         | 
| 275 268 | 
             
            <a name="gtk-image-menu-item-get-use-stock"></a><h3>gtk_image_menu_item_get_use_stock ()</h3>
         | 
| 276 269 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_image_menu_item_get_use_stock   (<em class="parameter"><code><a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> *image_menu_item</code></em>);</pre>
         | 
| 277 270 | 
             
            <p>
         | 
| @@ -288,17 +281,16 @@ stock id to select the stock item for the item. | |
| 288 281 | 
             
            </tr>
         | 
| 289 282 | 
             
            <tr>
         | 
| 290 283 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 291 | 
            -
            <td> | 
| 292 | 
            -
             | 
| 293 | 
            -
             | 
| 294 | 
            -
            </td>
         | 
| 284 | 
            +
            <td>
         | 
| 285 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label set in the menuitem is used as a
         | 
| 286 | 
            +
            stock id to select the stock item for the item</td>
         | 
| 295 287 | 
             
            </tr>
         | 
| 296 288 | 
             
            </tbody>
         | 
| 297 289 | 
             
            </table></div>
         | 
| 298 290 | 
             
            <p class="since">Since 2.16</p>
         | 
| 299 291 | 
             
            </div>
         | 
| 300 292 | 
             
            <hr>
         | 
| 301 | 
            -
            <div class="refsect2" | 
| 293 | 
            +
            <div class="refsect2">
         | 
| 302 294 | 
             
            <a name="gtk-image-menu-item-set-use-stock"></a><h3>gtk_image_menu_item_set_use_stock ()</h3>
         | 
| 303 295 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_image_menu_item_set_use_stock   (<em class="parameter"><code><a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> *image_menu_item</code></em>,
         | 
| 304 296 | 
             
                                                                     <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>
         | 
| @@ -317,15 +309,14 @@ stock id to select the stock item for the item. | |
| 317 309 | 
             
            <tr>
         | 
| 318 310 | 
             
            <td><p><span class="term"><em class="parameter"><code>use_stock</code></em> :</span></p></td>
         | 
| 319 311 | 
             
            <td>
         | 
| 320 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the menuitem should use a stock item
         | 
| 321 | 
            -
            </td>
         | 
| 312 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the menuitem should use a stock item</td>
         | 
| 322 313 | 
             
            </tr>
         | 
| 323 314 | 
             
            </tbody>
         | 
| 324 315 | 
             
            </table></div>
         | 
| 325 316 | 
             
            <p class="since">Since 2.16</p>
         | 
| 326 317 | 
             
            </div>
         | 
| 327 318 | 
             
            <hr>
         | 
| 328 | 
            -
            <div class="refsect2" | 
| 319 | 
            +
            <div class="refsect2">
         | 
| 329 320 | 
             
            <a name="gtk-image-menu-item-get-always-show-image"></a><h3>gtk_image_menu_item_get_always_show_image ()</h3>
         | 
| 330 321 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_image_menu_item_get_always_show_image
         | 
| 331 322 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> *image_menu_item</code></em>);</pre>
         | 
| @@ -343,16 +334,15 @@ setting and always show the image, if available. | |
| 343 334 | 
             
            </tr>
         | 
| 344 335 | 
             
            <tr>
         | 
| 345 336 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 346 | 
            -
            <td> | 
| 347 | 
            -
             | 
| 348 | 
            -
            </td>
         | 
| 337 | 
            +
            <td>
         | 
| 338 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the menu item will always show the image</td>
         | 
| 349 339 | 
             
            </tr>
         | 
| 350 340 | 
             
            </tbody>
         | 
| 351 341 | 
             
            </table></div>
         | 
| 352 342 | 
             
            <p class="since">Since 2.16</p>
         | 
| 353 343 | 
             
            </div>
         | 
| 354 344 | 
             
            <hr>
         | 
| 355 | 
            -
            <div class="refsect2" | 
| 345 | 
            +
            <div class="refsect2">
         | 
| 356 346 | 
             
            <a name="gtk-image-menu-item-set-always-show-image"></a><h3>gtk_image_menu_item_set_always_show_image ()</h3>
         | 
| 357 347 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_image_menu_item_set_always_show_image
         | 
| 358 348 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> *image_menu_item</code></em>,
         | 
| @@ -376,15 +366,14 @@ without the image. | |
| 376 366 | 
             
            <tr>
         | 
| 377 367 | 
             
            <td><p><span class="term"><em class="parameter"><code>always_show</code></em> :</span></p></td>
         | 
| 378 368 | 
             
            <td>
         | 
| 379 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the menuitem should always show the image
         | 
| 380 | 
            -
            </td>
         | 
| 369 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the menuitem should always show the image</td>
         | 
| 381 370 | 
             
            </tr>
         | 
| 382 371 | 
             
            </tbody>
         | 
| 383 372 | 
             
            </table></div>
         | 
| 384 373 | 
             
            <p class="since">Since 2.16</p>
         | 
| 385 374 | 
             
            </div>
         | 
| 386 375 | 
             
            <hr>
         | 
| 387 | 
            -
            <div class="refsect2" | 
| 376 | 
            +
            <div class="refsect2">
         | 
| 388 377 | 
             
            <a name="gtk-image-menu-item-set-accel-group"></a><h3>gtk_image_menu_item_set_accel_group ()</h3>
         | 
| 389 378 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_image_menu_item_set_accel_group (<em class="parameter"><code><a class="link" href="GtkImageMenuItem.html" title="GtkImageMenuItem"><span class="type">GtkImageMenuItem</span></a> *image_menu_item</code></em>,
         | 
| 390 379 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gtk-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);</pre>
         | 
| @@ -416,9 +405,9 @@ you shouldnt need this (see <a class="link" href="GtkImageMenuItem.html#gtk-imag | |
| 416 405 | 
             
            <p class="since">Since 2.16</p>
         | 
| 417 406 | 
             
            </div>
         | 
| 418 407 | 
             
            </div>
         | 
| 419 | 
            -
            <div class="refsect1" | 
| 408 | 
            +
            <div class="refsect1">
         | 
| 420 409 | 
             
            <a name="GtkImageMenuItem.property-details"></a><h2>Property Details</h2>
         | 
| 421 | 
            -
            <div class="refsect2" | 
| 410 | 
            +
            <div class="refsect2">
         | 
| 422 411 | 
             
            <a name="GtkImageMenuItem--accel-group"></a><h3>The <code class="literal">"accel-group"</code> property</h3>
         | 
| 423 412 | 
             
            <pre class="programlisting">  "accel-group"              <a class="link" href="gtk-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a>*        : Write</pre>
         | 
| 424 413 | 
             
            <p>
         | 
| @@ -427,7 +416,7 @@ The Accel Group to use for stock accelerator keys | |
| 427 416 | 
             
            <p class="since">Since 2.16</p>
         | 
| 428 417 | 
             
            </div>
         | 
| 429 418 | 
             
            <hr>
         | 
| 430 | 
            -
            <div class="refsect2" | 
| 419 | 
            +
            <div class="refsect2">
         | 
| 431 420 | 
             
            <a name="GtkImageMenuItem--always-show-image"></a><h3>The <code class="literal">"always-show-image"</code> property</h3>
         | 
| 432 421 | 
             
            <pre class="programlisting">  "always-show-image"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
         | 
| 433 422 | 
             
            <p>
         | 
| @@ -442,13 +431,13 @@ without the image. | |
| 442 431 | 
             
            <p class="since">Since 2.16</p>
         | 
| 443 432 | 
             
            </div>
         | 
| 444 433 | 
             
            <hr>
         | 
| 445 | 
            -
            <div class="refsect2" | 
| 434 | 
            +
            <div class="refsect2">
         | 
| 446 435 | 
             
            <a name="GtkImageMenuItem--image"></a><h3>The <code class="literal">"image"</code> property</h3>
         | 
| 447 436 | 
             
            <pre class="programlisting">  "image"                    <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>*            : Read / Write</pre>
         | 
| 448 437 | 
             
            <p>Child widget to appear next to the menu text.</p>
         | 
| 449 438 | 
             
            </div>
         | 
| 450 439 | 
             
            <hr>
         | 
| 451 | 
            -
            <div class="refsect2" | 
| 440 | 
            +
            <div class="refsect2">
         | 
| 452 441 | 
             
            <a name="GtkImageMenuItem--use-stock"></a><h3>The <code class="literal">"use-stock"</code> property</h3>
         | 
| 453 442 | 
             
            <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>
         | 
| 454 443 | 
             
            <p>
         | 
| @@ -462,6 +451,6 @@ stock id to select the stock item for the item. | |
| 462 451 | 
             
            </div>
         | 
| 463 452 | 
             
            <div class="footer">
         | 
| 464 453 | 
             
            <hr>
         | 
| 465 | 
            -
                      Generated by GTK-Doc V1. | 
| 454 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 466 455 | 
             
            </body>
         | 
| 467 456 | 
             
            </html>
         | 
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="DisplayWidgets.html" title="Display Widgets">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkStatusbar.html" title="GtkStatusbar">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkStatusIcon.html" title="GtkStatusIcon">
         | 
| 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="#GtkInfoBar.signals" class="shortcut">Signals</a>
         | 
| 37 37 | 
             
            </td></tr>
         | 
| 38 38 | 
             
            </table>
         | 
| 39 | 
            -
            <div class="refentry" | 
| 39 | 
            +
            <div class="refentry">
         | 
| 40 40 | 
             
            <a name="GtkInfoBar"></a><div class="titlepage"></div>
         | 
| 41 41 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 42 42 | 
             
            <td valign="top">
         | 
| @@ -45,12 +45,12 @@ | |
| 45 45 | 
             
            </td>
         | 
| 46 46 | 
             
            <td valign="top" align="right"></td>
         | 
| 47 47 | 
             
            </tr></table></div>
         | 
| 48 | 
            -
            <div class="refsynopsisdiv" | 
| 48 | 
            +
            <div class="refsynopsisdiv">
         | 
| 49 49 | 
             
            <a name="GtkInfoBar.synopsis"></a><h2>Synopsis</h2>
         | 
| 50 50 | 
             
            <pre class="synopsis">
         | 
| 51 51 | 
             
            #include <gtk/gtk.h>
         | 
| 52 52 |  | 
| 53 | 
            -
             | 
| 53 | 
            +
            struct              <a class="link" href="GtkInfoBar.html#GtkInfoBar-struct" title="struct GtkInfoBar">GtkInfoBar</a>;
         | 
| 54 54 | 
             
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkInfoBar.html#gtk-info-bar-new" title="gtk_info_bar_new ()">gtk_info_bar_new</a>                    (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 55 55 | 
             
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkInfoBar.html#gtk-info-bar-new-with-buttons" title="gtk_info_bar_new_with_buttons ()">gtk_info_bar_new_with_buttons</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> *first_button_text</code></em>,
         | 
| 56 56 | 
             
                                                                     <em class="parameter"><code>...</code></em>);
         | 
| @@ -77,7 +77,7 @@ | |
| 77 77 | 
             
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkInfoBar.html#gtk-info-bar-get-content-area" title="gtk_info_bar_get_content_area ()">gtk_info_bar_get_content_area</a>       (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>);
         | 
| 78 78 | 
             
            </pre>
         | 
| 79 79 | 
             
            </div>
         | 
| 80 | 
            -
            <div class="refsect1" | 
| 80 | 
            +
            <div class="refsect1">
         | 
| 81 81 | 
             
            <a name="GtkInfoBar.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 82 82 | 
             
            <pre class="synopsis">
         | 
| 83 83 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| @@ -90,19 +90,19 @@ | |
| 90 90 | 
             
                                                   +----GtkInfoBar
         | 
| 91 91 | 
             
            </pre>
         | 
| 92 92 | 
             
            </div>
         | 
| 93 | 
            -
            <div class="refsect1" | 
| 93 | 
            +
            <div class="refsect1">
         | 
| 94 94 | 
             
            <a name="GtkInfoBar.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 95 95 | 
             
            <p>
         | 
| 96 96 | 
             
            GtkInfoBar implements
         | 
| 97 97 | 
             
             AtkImplementorIface,  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and  <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
         | 
| 98 98 | 
             
            </div>
         | 
| 99 | 
            -
            <div class="refsect1" | 
| 99 | 
            +
            <div class="refsect1">
         | 
| 100 100 | 
             
            <a name="GtkInfoBar.properties"></a><h2>Properties</h2>
         | 
| 101 101 | 
             
            <pre class="synopsis">
         | 
| 102 102 | 
             
              "<a class="link" href="GtkInfoBar.html#GtkInfoBar--message-type" title='The "message-type" property'>message-type</a>"             <a class="link" href="GtkMessageDialog.html#GtkMessageType" title="enum GtkMessageType"><span class="type">GtkMessageType</span></a>        : Read / Write / Construct
         | 
| 103 103 | 
             
            </pre>
         | 
| 104 104 | 
             
            </div>
         | 
| 105 | 
            -
            <div class="refsect1" | 
| 105 | 
            +
            <div class="refsect1">
         | 
| 106 106 | 
             
            <a name="GtkInfoBar.style-properties"></a><h2>Style Properties</h2>
         | 
| 107 107 | 
             
            <pre class="synopsis">
         | 
| 108 108 | 
             
              "<a class="link" href="GtkInfoBar.html#GtkInfoBar--s-action-area-border" title='The "action-area-border" style property'>action-area-border</a>"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
         | 
| @@ -111,14 +111,14 @@ GtkInfoBar implements | |
| 111 111 | 
             
              "<a class="link" href="GtkInfoBar.html#GtkInfoBar--s-content-area-spacing" title='The "content-area-spacing" style property'>content-area-spacing</a>"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
         | 
| 112 112 | 
             
            </pre>
         | 
| 113 113 | 
             
            </div>
         | 
| 114 | 
            -
            <div class="refsect1" | 
| 114 | 
            +
            <div class="refsect1">
         | 
| 115 115 | 
             
            <a name="GtkInfoBar.signals"></a><h2>Signals</h2>
         | 
| 116 116 | 
             
            <pre class="synopsis">
         | 
| 117 | 
            -
              "<a class="link" href="GtkInfoBar.html#GtkInfoBar-close" title='The "close" signal'>close</a>"                                          :  | 
| 118 | 
            -
              "<a class="link" href="GtkInfoBar.html#GtkInfoBar-response" title='The "response" signal'>response</a>"                                       : Run Last
         | 
| 117 | 
            +
              "<a class="link" href="GtkInfoBar.html#GtkInfoBar-close" title='The "close" signal'>close</a>"                                          : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 118 | 
            +
              "<a class="link" href="GtkInfoBar.html#GtkInfoBar-response" title='The "response" signal'>response</a>"                                       : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
         | 
| 119 119 | 
             
            </pre>
         | 
| 120 120 | 
             
            </div>
         | 
| 121 | 
            -
            <div class="refsect1" | 
| 121 | 
            +
            <div class="refsect1">
         | 
| 122 122 | 
             
            <a name="GtkInfoBar.description"></a><h2>Description</h2>
         | 
| 123 123 | 
             
            <p>
         | 
| 124 124 | 
             
            <a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> is a widget that can be used to show messages to
         | 
| @@ -144,7 +144,7 @@ to determine the background color of the message area. | |
| 144 144 | 
             
            <p>
         | 
| 145 145 | 
             
            </p>
         | 
| 146 146 | 
             
            <div class="example">
         | 
| 147 | 
            -
            <a name=" | 
| 147 | 
            +
            <a name="id641282"></a><p class="title"><b>Example 14. Simple GtkInfoBar usage.</b></p>
         | 
| 148 148 | 
             
            <div class="example-contents">
         | 
| 149 149 | 
             
              <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
         | 
| 150 150 | 
             
                <tbody>
         | 
| @@ -205,7 +205,9 @@ to determine the background color of the message area. | |
| 205 205 | 
             
            </div>
         | 
| 206 206 | 
             
            <p><br class="example-break">
         | 
| 207 207 | 
             
            </p>
         | 
| 208 | 
            -
            < | 
| 208 | 
            +
            <p>
         | 
| 209 | 
            +
            </p>
         | 
| 210 | 
            +
            <div class="refsect2">
         | 
| 209 211 | 
             
            <a name="GtkInfoBar-BUILDER-UI"></a><h3>GtkInfoBar as GtkBuildable</h3>
         | 
| 210 212 | 
             
            <p>
         | 
| 211 213 | 
             
            The GtkInfoBar implementation of the GtkBuildable interface exposes
         | 
| @@ -219,17 +221,19 @@ attribute specifies a numeric response, and the content of the element | |
| 219 221 | 
             
            is the id of widget (which should be a child of the dialogs <em class="parameter"><code>action_area</code></em>).
         | 
| 220 222 | 
             
            </p>
         | 
| 221 223 | 
             
            </div>
         | 
| 224 | 
            +
            <p>
         | 
| 225 | 
            +
            </p>
         | 
| 222 226 | 
             
            </div>
         | 
| 223 | 
            -
            <div class="refsect1" | 
| 227 | 
            +
            <div class="refsect1">
         | 
| 224 228 | 
             
            <a name="GtkInfoBar.details"></a><h2>Details</h2>
         | 
| 225 | 
            -
            <div class="refsect2" | 
| 226 | 
            -
            <a name="GtkInfoBar-struct"></a><h3>GtkInfoBar</h3>
         | 
| 227 | 
            -
            <pre class="programlisting"> | 
| 229 | 
            +
            <div class="refsect2">
         | 
| 230 | 
            +
            <a name="GtkInfoBar-struct"></a><h3>struct GtkInfoBar</h3>
         | 
| 231 | 
            +
            <pre class="programlisting">struct GtkInfoBar;</pre>
         | 
| 228 232 | 
             
            <p>
         | 
| 229 233 | 
             
            </p>
         | 
| 230 234 | 
             
            </div>
         | 
| 231 235 | 
             
            <hr>
         | 
| 232 | 
            -
            <div class="refsect2" | 
| 236 | 
            +
            <div class="refsect2">
         | 
| 233 237 | 
             
            <a name="gtk-info-bar-new"></a><h3>gtk_info_bar_new ()</h3>
         | 
| 234 238 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_info_bar_new                    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 235 239 | 
             
            <p>
         | 
| @@ -239,15 +243,13 @@ Creates a new <a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span cl | |
| 239 243 | 
             
            <col align="left" valign="top">
         | 
| 240 244 | 
             
            <tbody><tr>
         | 
| 241 245 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 242 | 
            -
            <td> | 
| 243 | 
            -
             | 
| 244 | 
            -
            </td>
         | 
| 246 | 
            +
            <td>a new <a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> object</td>
         | 
| 245 247 | 
             
            </tr></tbody>
         | 
| 246 248 | 
             
            </table></div>
         | 
| 247 249 | 
             
            <p class="since">Since 2.18</p>
         | 
| 248 250 | 
             
            </div>
         | 
| 249 251 | 
             
            <hr>
         | 
| 250 | 
            -
            <div class="refsect2" | 
| 252 | 
            +
            <div class="refsect2">
         | 
| 251 253 | 
             
            <a name="gtk-info-bar-new-with-buttons"></a><h3>gtk_info_bar_new_with_buttons ()</h3>
         | 
| 252 254 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_info_bar_new_with_buttons       (<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> *first_button_text</code></em>,
         | 
| 253 255 | 
             
                                                                     <em class="parameter"><code>...</code></em>);</pre>
         | 
| @@ -265,25 +267,25 @@ the "response" signal with the corresponding response ID. | |
| 265 267 | 
             
            <tbody>
         | 
| 266 268 | 
             
            <tr>
         | 
| 267 269 | 
             
            <td><p><span class="term"><em class="parameter"><code>first_button_text</code></em> :</span></p></td>
         | 
| 268 | 
            -
            <td> | 
| 270 | 
            +
            <td>stock ID or text to go in first button, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 269 271 | 
             
            </td>
         | 
| 270 272 | 
             
            </tr>
         | 
| 271 273 | 
             
            <tr>
         | 
| 272 274 | 
             
            <td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
         | 
| 273 275 | 
             
            <td>response ID for first button, then additional buttons, ending
         | 
| 274 | 
            -
             | 
| 276 | 
            +
            with <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 275 277 | 
             
            </td>
         | 
| 276 278 | 
             
            </tr>
         | 
| 277 279 | 
             
            <tr>
         | 
| 278 280 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 279 | 
            -
            <td> | 
| 281 | 
            +
            <td>a new <a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a>
         | 
| 280 282 | 
             
            </td>
         | 
| 281 283 | 
             
            </tr>
         | 
| 282 284 | 
             
            </tbody>
         | 
| 283 285 | 
             
            </table></div>
         | 
| 284 286 | 
             
            </div>
         | 
| 285 287 | 
             
            <hr>
         | 
| 286 | 
            -
            <div class="refsect2" | 
| 288 | 
            +
            <div class="refsect2">
         | 
| 287 289 | 
             
            <a name="gtk-info-bar-add-action-widget"></a><h3>gtk_info_bar_add_action_widget ()</h3>
         | 
| 288 290 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_info_bar_add_action_widget      (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>,
         | 
| 289 291 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
         | 
| @@ -304,8 +306,7 @@ is appended to the end of the message areas action area. | |
| 304 306 | 
             
            </tr>
         | 
| 305 307 | 
             
            <tr>
         | 
| 306 308 | 
             
            <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
         | 
| 307 | 
            -
            <td>an activatable widget
         | 
| 308 | 
            -
            </td>
         | 
| 309 | 
            +
            <td>an activatable widget</td>
         | 
| 309 310 | 
             
            </tr>
         | 
| 310 311 | 
             
            <tr>
         | 
| 311 312 | 
             
            <td><p><span class="term"><em class="parameter"><code>response_id</code></em> :</span></p></td>
         | 
| @@ -317,7 +318,7 @@ is appended to the end of the message areas action area. | |
| 317 318 | 
             
            <p class="since">Since 2.18</p>
         | 
| 318 319 | 
             
            </div>
         | 
| 319 320 | 
             
            <hr>
         | 
| 320 | 
            -
            <div class="refsect2" | 
| 321 | 
            +
            <div class="refsect2">
         | 
| 321 322 | 
             
            <a name="gtk-info-bar-add-button"></a><h3>gtk_info_bar_add_button ()</h3>
         | 
| 322 323 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_info_bar_add_button             (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>,
         | 
| 323 324 | 
             
                                                                     <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> *button_text</code></em>,
         | 
| @@ -339,18 +340,15 @@ returned, but usually you don't need it. | |
| 339 340 | 
             
            </tr>
         | 
| 340 341 | 
             
            <tr>
         | 
| 341 342 | 
             
            <td><p><span class="term"><em class="parameter"><code>button_text</code></em> :</span></p></td>
         | 
| 342 | 
            -
            <td>text of button, or stock ID
         | 
| 343 | 
            -
            </td>
         | 
| 343 | 
            +
            <td>text of button, or stock ID</td>
         | 
| 344 344 | 
             
            </tr>
         | 
| 345 345 | 
             
            <tr>
         | 
| 346 346 | 
             
            <td><p><span class="term"><em class="parameter"><code>response_id</code></em> :</span></p></td>
         | 
| 347 | 
            -
            <td>response ID for the button
         | 
| 348 | 
            -
            </td>
         | 
| 347 | 
            +
            <td>response ID for the button</td>
         | 
| 349 348 | 
             
            </tr>
         | 
| 350 349 | 
             
            <tr>
         | 
| 351 350 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 352 | 
            -
            <td> | 
| 353 | 
            -
             | 
| 351 | 
            +
            <td>the button widget that was added. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 354 352 | 
             
            </td>
         | 
| 355 353 | 
             
            </tr>
         | 
| 356 354 | 
             
            </tbody>
         | 
| @@ -358,7 +356,7 @@ returned, but usually you don't need it. | |
| 358 356 | 
             
            <p class="since">Since 2.18</p>
         | 
| 359 357 | 
             
            </div>
         | 
| 360 358 | 
             
            <hr>
         | 
| 361 | 
            -
            <div class="refsect2" | 
| 359 | 
            +
            <div class="refsect2">
         | 
| 362 360 | 
             
            <a name="gtk-info-bar-add-buttons"></a><h3>gtk_info_bar_add_buttons ()</h3>
         | 
| 363 361 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_info_bar_add_buttons            (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>,
         | 
| 364 362 | 
             
                                                                     <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> *first_button_text</code></em>,
         | 
| @@ -379,13 +377,12 @@ text and response ID. | |
| 379 377 | 
             
            </tr>
         | 
| 380 378 | 
             
            <tr>
         | 
| 381 379 | 
             
            <td><p><span class="term"><em class="parameter"><code>first_button_text</code></em> :</span></p></td>
         | 
| 382 | 
            -
            <td>button text or stock ID
         | 
| 383 | 
            -
            </td>
         | 
| 380 | 
            +
            <td>button text or stock ID</td>
         | 
| 384 381 | 
             
            </tr>
         | 
| 385 382 | 
             
            <tr>
         | 
| 386 383 | 
             
            <td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
         | 
| 387 384 | 
             
            <td>response ID for first button, then more text-response_id pairs,
         | 
| 388 | 
            -
             | 
| 385 | 
            +
            ending with <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 389 386 | 
             
            </td>
         | 
| 390 387 | 
             
            </tr>
         | 
| 391 388 | 
             
            </tbody>
         | 
| @@ -393,7 +390,7 @@ text and response ID. | |
| 393 390 | 
             
            <p class="since">Since 2.18</p>
         | 
| 394 391 | 
             
            </div>
         | 
| 395 392 | 
             
            <hr>
         | 
| 396 | 
            -
            <div class="refsect2" | 
| 393 | 
            +
            <div class="refsect2">
         | 
| 397 394 | 
             
            <a name="gtk-info-bar-set-response-sensitive"></a><h3>gtk_info_bar_set_response_sensitive ()</h3>
         | 
| 398 395 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_info_bar_set_response_sensitive (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>,
         | 
| 399 396 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> response_id</code></em>,
         | 
| @@ -413,20 +410,18 @@ A convenient way to sensitize/desensitize dialog buttons. | |
| 413 410 | 
             
            </tr>
         | 
| 414 411 | 
             
            <tr>
         | 
| 415 412 | 
             
            <td><p><span class="term"><em class="parameter"><code>response_id</code></em> :</span></p></td>
         | 
| 416 | 
            -
            <td>a response ID
         | 
| 417 | 
            -
            </td>
         | 
| 413 | 
            +
            <td>a response ID</td>
         | 
| 418 414 | 
             
            </tr>
         | 
| 419 415 | 
             
            <tr>
         | 
| 420 416 | 
             
            <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
         | 
| 421 | 
            -
            <td>TRUE for sensitive
         | 
| 422 | 
            -
            </td>
         | 
| 417 | 
            +
            <td>TRUE for sensitive</td>
         | 
| 423 418 | 
             
            </tr>
         | 
| 424 419 | 
             
            </tbody>
         | 
| 425 420 | 
             
            </table></div>
         | 
| 426 421 | 
             
            <p class="since">Since 2.18</p>
         | 
| 427 422 | 
             
            </div>
         | 
| 428 423 | 
             
            <hr>
         | 
| 429 | 
            -
            <div class="refsect2" | 
| 424 | 
            +
            <div class="refsect2">
         | 
| 430 425 | 
             
            <a name="gtk-info-bar-set-default-response"></a><h3>gtk_info_bar_set_default_response ()</h3>
         | 
| 431 426 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_info_bar_set_default_response   (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>,
         | 
| 432 427 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> response_id</code></em>);</pre>
         | 
| @@ -449,15 +444,14 @@ be added to a widget hierarchy. | |
| 449 444 | 
             
            </tr>
         | 
| 450 445 | 
             
            <tr>
         | 
| 451 446 | 
             
            <td><p><span class="term"><em class="parameter"><code>response_id</code></em> :</span></p></td>
         | 
| 452 | 
            -
            <td>a response ID
         | 
| 453 | 
            -
            </td>
         | 
| 447 | 
            +
            <td>a response ID</td>
         | 
| 454 448 | 
             
            </tr>
         | 
| 455 449 | 
             
            </tbody>
         | 
| 456 450 | 
             
            </table></div>
         | 
| 457 451 | 
             
            <p class="since">Since 2.18</p>
         | 
| 458 452 | 
             
            </div>
         | 
| 459 453 | 
             
            <hr>
         | 
| 460 | 
            -
            <div class="refsect2" | 
| 454 | 
            +
            <div class="refsect2">
         | 
| 461 455 | 
             
            <a name="gtk-info-bar-response"></a><h3>gtk_info_bar_response ()</h3>
         | 
| 462 456 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_info_bar_response               (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>,
         | 
| 463 457 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> response_id</code></em>);</pre>
         | 
| @@ -474,15 +468,14 @@ Emits the 'response' signal with the given <em class="parameter"><code>response_ | |
| 474 468 | 
             
            </tr>
         | 
| 475 469 | 
             
            <tr>
         | 
| 476 470 | 
             
            <td><p><span class="term"><em class="parameter"><code>response_id</code></em> :</span></p></td>
         | 
| 477 | 
            -
            <td>a response ID
         | 
| 478 | 
            -
            </td>
         | 
| 471 | 
            +
            <td>a response ID</td>
         | 
| 479 472 | 
             
            </tr>
         | 
| 480 473 | 
             
            </tbody>
         | 
| 481 474 | 
             
            </table></div>
         | 
| 482 475 | 
             
            <p class="since">Since 2.18</p>
         | 
| 483 476 | 
             
            </div>
         | 
| 484 477 | 
             
            <hr>
         | 
| 485 | 
            -
            <div class="refsect2" | 
| 478 | 
            +
            <div class="refsect2">
         | 
| 486 479 | 
             
            <a name="gtk-info-bar-set-message-type"></a><h3>gtk_info_bar_set_message_type ()</h3>
         | 
| 487 480 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_info_bar_set_message_type       (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>,
         | 
| 488 481 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkMessageDialog.html#GtkMessageType" title="enum GtkMessageType"><span class="type">GtkMessageType</span></a> message_type</code></em>);</pre>
         | 
| @@ -509,7 +502,7 @@ when drawing the message area. | |
| 509 502 | 
             
            <p class="since">Since 2.18</p>
         | 
| 510 503 | 
             
            </div>
         | 
| 511 504 | 
             
            <hr>
         | 
| 512 | 
            -
            <div class="refsect2" | 
| 505 | 
            +
            <div class="refsect2">
         | 
| 513 506 | 
             
            <a name="gtk-info-bar-get-message-type"></a><h3>gtk_info_bar_get_message_type ()</h3>
         | 
| 514 507 | 
             
            <pre class="programlisting"><a class="link" href="GtkMessageDialog.html#GtkMessageType" title="enum GtkMessageType"><span class="returnvalue">GtkMessageType</span></a>      gtk_info_bar_get_message_type       (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>);</pre>
         | 
| 515 508 | 
             
            <p>
         | 
| @@ -525,16 +518,14 @@ Returns the message type of the message area. | |
| 525 518 | 
             
            </tr>
         | 
| 526 519 | 
             
            <tr>
         | 
| 527 520 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 528 | 
            -
            <td> | 
| 529 | 
            -
             | 
| 530 | 
            -
            </td>
         | 
| 521 | 
            +
            <td>the message type of the message area.</td>
         | 
| 531 522 | 
             
            </tr>
         | 
| 532 523 | 
             
            </tbody>
         | 
| 533 524 | 
             
            </table></div>
         | 
| 534 525 | 
             
            <p class="since">Since 2.18</p>
         | 
| 535 526 | 
             
            </div>
         | 
| 536 527 | 
             
            <hr>
         | 
| 537 | 
            -
            <div class="refsect2" | 
| 528 | 
            +
            <div class="refsect2">
         | 
| 538 529 | 
             
            <a name="gtk-info-bar-get-action-area"></a><h3>gtk_info_bar_get_action_area ()</h3>
         | 
| 539 530 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_info_bar_get_action_area        (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>);</pre>
         | 
| 540 531 | 
             
            <p>
         | 
| @@ -550,8 +541,7 @@ Returns the action area of <em class="parameter"><code>info_bar</code></em>. | |
| 550 541 | 
             
            </tr>
         | 
| 551 542 | 
             
            <tr>
         | 
| 552 543 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 553 | 
            -
            <td> | 
| 554 | 
            -
             | 
| 544 | 
            +
            <td>the action area. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 555 545 | 
             
            </td>
         | 
| 556 546 | 
             
            </tr>
         | 
| 557 547 | 
             
            </tbody>
         | 
| @@ -559,7 +549,7 @@ Returns the action area of <em class="parameter"><code>info_bar</code></em>. | |
| 559 549 | 
             
            <p class="since">Since 2.18</p>
         | 
| 560 550 | 
             
            </div>
         | 
| 561 551 | 
             
            <hr>
         | 
| 562 | 
            -
            <div class="refsect2" | 
| 552 | 
            +
            <div class="refsect2">
         | 
| 563 553 | 
             
            <a name="gtk-info-bar-get-content-area"></a><h3>gtk_info_bar_get_content_area ()</h3>
         | 
| 564 554 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_info_bar_get_content_area       (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>);</pre>
         | 
| 565 555 | 
             
            <p>
         | 
| @@ -575,8 +565,7 @@ Returns the content area of <em class="parameter"><code>info_bar</code></em>. | |
| 575 565 | 
             
            </tr>
         | 
| 576 566 | 
             
            <tr>
         | 
| 577 567 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 578 | 
            -
            <td> | 
| 579 | 
            -
             | 
| 568 | 
            +
            <td>the content area. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 580 569 | 
             
            </td>
         | 
| 581 570 | 
             
            </tr>
         | 
| 582 571 | 
             
            </tbody>
         | 
| @@ -584,9 +573,9 @@ Returns the content area of <em class="parameter"><code>info_bar</code></em>. | |
| 584 573 | 
             
            <p class="since">Since 2.18</p>
         | 
| 585 574 | 
             
            </div>
         | 
| 586 575 | 
             
            </div>
         | 
| 587 | 
            -
            <div class="refsect1" | 
| 576 | 
            +
            <div class="refsect1">
         | 
| 588 577 | 
             
            <a name="GtkInfoBar.property-details"></a><h2>Property Details</h2>
         | 
| 589 | 
            -
            <div class="refsect2" | 
| 578 | 
            +
            <div class="refsect2">
         | 
| 590 579 | 
             
            <a name="GtkInfoBar--message-type"></a><h3>The <code class="literal">"message-type"</code> property</h3>
         | 
| 591 580 | 
             
            <pre class="programlisting">  "message-type"             <a class="link" href="GtkMessageDialog.html#GtkMessageType" title="enum GtkMessageType"><span class="type">GtkMessageType</span></a>        : Read / Write / Construct</pre>
         | 
| 592 581 | 
             
            <p>
         | 
| @@ -610,9 +599,9 @@ colors are still set. | |
| 610 599 | 
             
            <p class="since">Since 2.18</p>
         | 
| 611 600 | 
             
            </div>
         | 
| 612 601 | 
             
            </div>
         | 
| 613 | 
            -
            <div class="refsect1" | 
| 602 | 
            +
            <div class="refsect1">
         | 
| 614 603 | 
             
            <a name="GtkInfoBar.style-property-details"></a><h2>Style Property Details</h2>
         | 
| 615 | 
            -
            <div class="refsect2" | 
| 604 | 
            +
            <div class="refsect2">
         | 
| 616 605 | 
             
            <a name="GtkInfoBar--s-action-area-border"></a><h3>The <code class="literal">"action-area-border"</code> style property</h3>
         | 
| 617 606 | 
             
            <pre class="programlisting">  "action-area-border"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 618 607 | 
             
            <p>
         | 
| @@ -623,7 +612,7 @@ Width of the border around the action area of the info bar. | |
| 623 612 | 
             
            <p class="since">Since 2.18</p>
         | 
| 624 613 | 
             
            </div>
         | 
| 625 614 | 
             
            <hr>
         | 
| 626 | 
            -
            <div class="refsect2" | 
| 615 | 
            +
            <div class="refsect2">
         | 
| 627 616 | 
             
            <a name="GtkInfoBar--s-button-spacing"></a><h3>The <code class="literal">"button-spacing"</code> style property</h3>
         | 
| 628 617 | 
             
            <pre class="programlisting">  "button-spacing"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 629 618 | 
             
            <p>
         | 
| @@ -634,7 +623,7 @@ Spacing between buttons in the action area of the info bar. | |
| 634 623 | 
             
            <p class="since">Since 2.18</p>
         | 
| 635 624 | 
             
            </div>
         | 
| 636 625 | 
             
            <hr>
         | 
| 637 | 
            -
            <div class="refsect2" | 
| 626 | 
            +
            <div class="refsect2">
         | 
| 638 627 | 
             
            <a name="GtkInfoBar--s-content-area-border"></a><h3>The <code class="literal">"content-area-border"</code> style property</h3>
         | 
| 639 628 | 
             
            <pre class="programlisting">  "content-area-border"      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 640 629 | 
             
            <p>
         | 
| @@ -646,7 +635,7 @@ content area of the info bar. | |
| 646 635 | 
             
            <p class="since">Since 2.18</p>
         | 
| 647 636 | 
             
            </div>
         | 
| 648 637 | 
             
            <hr>
         | 
| 649 | 
            -
            <div class="refsect2" | 
| 638 | 
            +
            <div class="refsect2">
         | 
| 650 639 | 
             
            <a name="GtkInfoBar--s-content-area-spacing"></a><h3>The <code class="literal">"content-area-spacing"</code> style property</h3>
         | 
| 651 640 | 
             
            <pre class="programlisting">  "content-area-spacing"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 652 641 | 
             
            <p>
         | 
| @@ -658,12 +647,12 @@ content area of the info bar. | |
| 658 647 | 
             
            <p class="since">Since 2.18</p>
         | 
| 659 648 | 
             
            </div>
         | 
| 660 649 | 
             
            </div>
         | 
| 661 | 
            -
            <div class="refsect1" | 
| 650 | 
            +
            <div class="refsect1">
         | 
| 662 651 | 
             
            <a name="GtkInfoBar.signal-details"></a><h2>Signal Details</h2>
         | 
| 663 | 
            -
            <div class="refsect2" | 
| 652 | 
            +
            <div class="refsect2">
         | 
| 664 653 | 
             
            <a name="GtkInfoBar-close"></a><h3>The <code class="literal">"close"</code> signal</h3>
         | 
| 665 654 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *arg0,
         | 
| 666 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>    user_data)      :  | 
| 655 | 
            +
                                                                    <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>
         | 
| 667 656 | 
             
            <p>
         | 
| 668 657 | 
             
            The ::close signal is a
         | 
| 669 658 | 
             
            <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
         | 
| @@ -683,11 +672,11 @@ The default binding for this signal is the Escape key. | |
| 683 672 | 
             
            <p class="since">Since 2.18</p>
         | 
| 684 673 | 
             
            </div>
         | 
| 685 674 | 
             
            <hr>
         | 
| 686 | 
            -
            <div class="refsect2" | 
| 675 | 
            +
            <div class="refsect2">
         | 
| 687 676 | 
             
            <a name="GtkInfoBar-response"></a><h3>The <code class="literal">"response"</code> signal</h3>
         | 
| 688 677 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar,
         | 
| 689 678 | 
             
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>        response_id,
         | 
| 690 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>    user_data)        : Run Last</pre>
         | 
| 679 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>    user_data)        : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
         | 
| 691 680 | 
             
            <p>
         | 
| 692 681 | 
             
            Emitted when an action widget is clicked or the application programmer
         | 
| 693 682 | 
             
            calls <a class="link" href="GtkDialog.html#gtk-dialog-response" title="gtk_dialog_response ()"><code class="function">gtk_dialog_response()</code></a>. The <em class="parameter"><code>response_id</code></em> depends on which action
         | 
| @@ -698,13 +687,11 @@ widget was clicked. | |
| 698 687 | 
             
            <tbody>
         | 
| 699 688 | 
             
            <tr>
         | 
| 700 689 | 
             
            <td><p><span class="term"><em class="parameter"><code>info_bar</code></em> :</span></p></td>
         | 
| 701 | 
            -
            <td>the object on which the signal is emitted
         | 
| 702 | 
            -
            </td>
         | 
| 690 | 
            +
            <td>the object on which the signal is emitted</td>
         | 
| 703 691 | 
             
            </tr>
         | 
| 704 692 | 
             
            <tr>
         | 
| 705 693 | 
             
            <td><p><span class="term"><em class="parameter"><code>response_id</code></em> :</span></p></td>
         | 
| 706 | 
            -
            <td>the response ID
         | 
| 707 | 
            -
            </td>
         | 
| 694 | 
            +
            <td>the response ID</td>
         | 
| 708 695 | 
             
            </tr>
         | 
| 709 696 | 
             
            <tr>
         | 
| 710 697 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -715,13 +702,13 @@ widget was clicked. | |
| 715 702 | 
             
            <p class="since">Since 2.18</p>
         | 
| 716 703 | 
             
            </div>
         | 
| 717 704 | 
             
            </div>
         | 
| 718 | 
            -
            <div class="refsect1" | 
| 705 | 
            +
            <div class="refsect1">
         | 
| 719 706 | 
             
            <a name="GtkInfoBar.see-also"></a><h2>See Also</h2>
         | 
| 720 707 | 
             
            <a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a>, <a class="link" href="GtkMessageDialog.html" title="GtkMessageDialog"><span class="type">GtkMessageDialog</span></a>
         | 
| 721 708 | 
             
            </div>
         | 
| 722 709 | 
             
            </div>
         | 
| 723 710 | 
             
            <div class="footer">
         | 
| 724 711 | 
             
            <hr>
         | 
| 725 | 
            -
                      Generated by GTK-Doc V1. | 
| 712 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 726 713 | 
             
            </body>
         | 
| 727 714 | 
             
            </html>
         |