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="GtkMenu.html" title="GtkMenu">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkMenuItem.html" title="GtkMenuItem">
         | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 13 | 
             
            </head>
         | 
| 14 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| @@ -34,7 +34,7 @@ | |
| 34 34 | 
             
                              <a href="#GtkMenuBar.style-properties" class="shortcut">Style Properties</a>
         | 
| 35 35 | 
             
            </td></tr>
         | 
| 36 36 | 
             
            </table>
         | 
| 37 | 
            -
            <div class="refentry" | 
| 37 | 
            +
            <div class="refentry">
         | 
| 38 38 | 
             
            <a name="GtkMenuBar"></a><div class="titlepage"></div>
         | 
| 39 39 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 40 40 | 
             
            <td valign="top">
         | 
| @@ -43,13 +43,13 @@ | |
| 43 43 | 
             
            </td>
         | 
| 44 44 | 
             
            <td valign="top" align="right"><img src="menubar.png"></td>
         | 
| 45 45 | 
             
            </tr></table></div>
         | 
| 46 | 
            -
            <div class="refsynopsisdiv" | 
| 46 | 
            +
            <div class="refsynopsisdiv">
         | 
| 47 47 | 
             
            <a name="GtkMenuBar.synopsis"></a><h2>Synopsis</h2>
         | 
| 48 48 | 
             
            <pre class="synopsis">
         | 
| 49 49 | 
             
            #include <gtk/gtk.h>
         | 
| 50 50 |  | 
| 51 | 
            -
             | 
| 52 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 51 | 
            +
            struct              <a class="link" href="GtkMenuBar.html#GtkMenuBar-struct" title="struct GtkMenuBar">GtkMenuBar</a>;
         | 
| 52 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkMenuBar.html#gtk-menu-bar-new" title="gtk_menu_bar_new ()">gtk_menu_bar_new</a>                    (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 53 53 | 
             
            #define             <a class="link" href="GtkMenuBar.html#gtk-menu-bar-append" title="gtk_menu_bar_append()">gtk_menu_bar_append</a>                 (menu,
         | 
| 54 54 | 
             
                                                                     child)
         | 
| 55 55 | 
             
            #define             <a class="link" href="GtkMenuBar.html#gtk-menu-bar-prepend" title="gtk_menu_bar_prepend()">gtk_menu_bar_prepend</a>                (menu,
         | 
| @@ -68,7 +68,7 @@ enum                <a class="link" href="GtkMenuBar.html#GtkPackDirection" titl | |
| 68 68 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> *menubar</code></em>);
         | 
| 69 69 | 
             
            </pre>
         | 
| 70 70 | 
             
            </div>
         | 
| 71 | 
            -
            <div class="refsect1" | 
| 71 | 
            +
            <div class="refsect1">
         | 
| 72 72 | 
             
            <a name="GtkMenuBar.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>
         | 
| @@ -80,45 +80,45 @@ enum                <a class="link" href="GtkMenuBar.html#GtkPackDirection" titl | |
| 80 80 | 
             
                                             +----GtkMenuBar
         | 
| 81 81 | 
             
            </pre>
         | 
| 82 82 | 
             
            </div>
         | 
| 83 | 
            -
            <div class="refsect1" | 
| 83 | 
            +
            <div class="refsect1">
         | 
| 84 84 | 
             
            <a name="GtkMenuBar.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 85 85 | 
             
            <p>
         | 
| 86 86 | 
             
            GtkMenuBar implements
         | 
| 87 87 | 
             
             AtkImplementorIface and  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
         | 
| 88 88 | 
             
            </div>
         | 
| 89 | 
            -
            <div class="refsect1" | 
| 89 | 
            +
            <div class="refsect1">
         | 
| 90 90 | 
             
            <a name="GtkMenuBar.properties"></a><h2>Properties</h2>
         | 
| 91 91 | 
             
            <pre class="synopsis">
         | 
| 92 92 | 
             
              "<a class="link" href="GtkMenuBar.html#GtkMenuBar--child-pack-direction" title='The "child-pack-direction" property'>child-pack-direction</a>"     <a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection"><span class="type">GtkPackDirection</span></a>      : Read / Write
         | 
| 93 93 | 
             
              "<a class="link" href="GtkMenuBar.html#GtkMenuBar--pack-direction" title='The "pack-direction" property'>pack-direction</a>"           <a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection"><span class="type">GtkPackDirection</span></a>      : Read / Write
         | 
| 94 94 | 
             
            </pre>
         | 
| 95 95 | 
             
            </div>
         | 
| 96 | 
            -
            <div class="refsect1" | 
| 96 | 
            +
            <div class="refsect1">
         | 
| 97 97 | 
             
            <a name="GtkMenuBar.style-properties"></a><h2>Style Properties</h2>
         | 
| 98 98 | 
             
            <pre class="synopsis">
         | 
| 99 99 | 
             
              "<a class="link" href="GtkMenuBar.html#GtkMenuBar--s-internal-padding" title='The "internal-padding" style property'>internal-padding</a>"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
         | 
| 100 100 | 
             
              "<a class="link" href="GtkMenuBar.html#GtkMenuBar--s-shadow-type" title='The "shadow-type" style property'>shadow-type</a>"              <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a>         : Read
         | 
| 101 101 | 
             
            </pre>
         | 
| 102 102 | 
             
            </div>
         | 
| 103 | 
            -
            <div class="refsect1" | 
| 103 | 
            +
            <div class="refsect1">
         | 
| 104 104 | 
             
            <a name="GtkMenuBar.description"></a><h2>Description</h2>
         | 
| 105 105 | 
             
            <p>
         | 
| 106 106 | 
             
            The <a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> is a subclass of <a class="link" href="GtkMenuShell.html" title="GtkMenuShell"><span class="type">GtkMenuShell</span></a> which contains one to many <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a>. The result is a standard menu bar which can hold many menu items. <a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> allows for a shadow type to be set for aesthetic purposes. The shadow types are defined in the <span class="type">gtk_menu_bar_set_shadow_type</span> function.
         | 
| 107 107 | 
             
            </p>
         | 
| 108 108 | 
             
            </div>
         | 
| 109 | 
            -
            <div class="refsect1" | 
| 109 | 
            +
            <div class="refsect1">
         | 
| 110 110 | 
             
            <a name="GtkMenuBar.details"></a><h2>Details</h2>
         | 
| 111 | 
            -
            <div class="refsect2" | 
| 112 | 
            -
            <a name="GtkMenuBar-struct"></a><h3>GtkMenuBar</h3>
         | 
| 113 | 
            -
            <pre class="programlisting"> | 
| 111 | 
            +
            <div class="refsect2">
         | 
| 112 | 
            +
            <a name="GtkMenuBar-struct"></a><h3>struct GtkMenuBar</h3>
         | 
| 113 | 
            +
            <pre class="programlisting">struct GtkMenuBar;</pre>
         | 
| 114 114 | 
             
            <p>
         | 
| 115 115 | 
             
            The <a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> struct contains the following fields. (These fields should be considered read-only.  They should never be set by an application.)
         | 
| 116 116 | 
             
            </p>
         | 
| 117 117 | 
             
            </div>
         | 
| 118 118 | 
             
            <hr>
         | 
| 119 | 
            -
            <div class="refsect2" | 
| 119 | 
            +
            <div class="refsect2">
         | 
| 120 120 | 
             
            <a name="gtk-menu-bar-new"></a><h3>gtk_menu_bar_new ()</h3>
         | 
| 121 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 121 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_menu_bar_new                    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 122 122 | 
             
            <p>
         | 
| 123 123 | 
             
            Creates the new <a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a>
         | 
| 124 124 | 
             
            </p>
         | 
| @@ -132,11 +132,11 @@ Creates the new <a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span | |
| 132 132 | 
             
            </table></div>
         | 
| 133 133 | 
             
            </div>
         | 
| 134 134 | 
             
            <hr>
         | 
| 135 | 
            -
            <div class="refsect2" | 
| 135 | 
            +
            <div class="refsect2">
         | 
| 136 136 | 
             
            <a name="gtk-menu-bar-append"></a><h3>gtk_menu_bar_append()</h3>
         | 
| 137 137 | 
             
            <pre class="programlisting">#define gtk_menu_bar_append(menu,child)	    gtk_menu_shell_append  ((GtkMenuShell *)(menu),(child))
         | 
| 138 138 | 
             
            </pre>
         | 
| 139 | 
            -
            <div class="warning"  | 
| 139 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 140 140 | 
             
            <h3 class="title">Warning</h3>
         | 
| 141 141 | 
             
            <p><code class="literal">gtk_menu_bar_append</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkMenuShell.html#gtk-menu-shell-append" title="gtk_menu_shell_append ()"><code class="function">gtk_menu_shell_append()</code></a> instead.</p>
         | 
| 142 142 | 
             
            </div>
         | 
| @@ -153,18 +153,17 @@ Adds a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span cla | |
| 153 153 | 
             
            </tr>
         | 
| 154 154 | 
             
            <tr>
         | 
| 155 155 | 
             
            <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
         | 
| 156 | 
            -
            <td>the <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to add
         | 
| 157 | 
            -
            </td>
         | 
| 156 | 
            +
            <td>the <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to add</td>
         | 
| 158 157 | 
             
            </tr>
         | 
| 159 158 | 
             
            </tbody>
         | 
| 160 159 | 
             
            </table></div>
         | 
| 161 160 | 
             
            </div>
         | 
| 162 161 | 
             
            <hr>
         | 
| 163 | 
            -
            <div class="refsect2" | 
| 162 | 
            +
            <div class="refsect2">
         | 
| 164 163 | 
             
            <a name="gtk-menu-bar-prepend"></a><h3>gtk_menu_bar_prepend()</h3>
         | 
| 165 164 | 
             
            <pre class="programlisting">#define gtk_menu_bar_prepend(menu,child)    gtk_menu_shell_prepend ((GtkMenuShell *)(menu),(child))
         | 
| 166 165 | 
             
            </pre>
         | 
| 167 | 
            -
            <div class="warning"  | 
| 166 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 168 167 | 
             
            <h3 class="title">Warning</h3>
         | 
| 169 168 | 
             
            <p><code class="literal">gtk_menu_bar_prepend</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkMenuShell.html#gtk-menu-shell-prepend" title="gtk_menu_shell_prepend ()"><code class="function">gtk_menu_shell_prepend()</code></a> instead.</p>
         | 
| 170 169 | 
             
            </div>
         | 
| @@ -181,18 +180,17 @@ Adds a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span cla | |
| 181 180 | 
             
            </tr>
         | 
| 182 181 | 
             
            <tr>
         | 
| 183 182 | 
             
            <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
         | 
| 184 | 
            -
            <td>the <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to add
         | 
| 185 | 
            -
            </td>
         | 
| 183 | 
            +
            <td>the <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to add</td>
         | 
| 186 184 | 
             
            </tr>
         | 
| 187 185 | 
             
            </tbody>
         | 
| 188 186 | 
             
            </table></div>
         | 
| 189 187 | 
             
            </div>
         | 
| 190 188 | 
             
            <hr>
         | 
| 191 | 
            -
            <div class="refsect2" | 
| 189 | 
            +
            <div class="refsect2">
         | 
| 192 190 | 
             
            <a name="gtk-menu-bar-insert"></a><h3>gtk_menu_bar_insert()</h3>
         | 
| 193 191 | 
             
            <pre class="programlisting">#define gtk_menu_bar_insert(menu,child,pos) gtk_menu_shell_insert ((GtkMenuShell *)(menu),(child),(pos))
         | 
| 194 192 | 
             
            </pre>
         | 
| 195 | 
            -
            <div class="warning"  | 
| 193 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 196 194 | 
             
            <h3 class="title">Warning</h3>
         | 
| 197 195 | 
             
            <p><code class="literal">gtk_menu_bar_insert</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkMenuShell.html#gtk-menu-shell-insert" title="gtk_menu_shell_insert ()"><code class="function">gtk_menu_shell_insert()</code></a> instead.</p>
         | 
| 198 196 | 
             
            </div>
         | 
| @@ -209,19 +207,17 @@ Adds a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span cla | |
| 209 207 | 
             
            </tr>
         | 
| 210 208 | 
             
            <tr>
         | 
| 211 209 | 
             
            <td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
         | 
| 212 | 
            -
            <td>the <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to add
         | 
| 213 | 
            -
            </td>
         | 
| 210 | 
            +
            <td>the <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to add</td>
         | 
| 214 211 | 
             
            </tr>
         | 
| 215 212 | 
             
            <tr>
         | 
| 216 213 | 
             
            <td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
         | 
| 217 | 
            -
            <td>the position in the item list where the <em class="parameter"><code>child</code></em> is added | 
| 218 | 
            -
            </td>
         | 
| 214 | 
            +
            <td>the position in the item list where the <em class="parameter"><code>child</code></em> is added.</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="GtkPackDirection"></a><h3>enum GtkPackDirection</h3>
         | 
| 226 222 | 
             
            <pre class="programlisting">typedef enum
         | 
| 227 223 | 
             
            {
         | 
| @@ -262,7 +258,7 @@ menuitems contained in menubars. | |
| 262 258 | 
             
            </table></div>
         | 
| 263 259 | 
             
            </div>
         | 
| 264 260 | 
             
            <hr>
         | 
| 265 | 
            -
            <div class="refsect2" | 
| 261 | 
            +
            <div class="refsect2">
         | 
| 266 262 | 
             
            <a name="gtk-menu-bar-set-pack-direction"></a><h3>gtk_menu_bar_set_pack_direction ()</h3>
         | 
| 267 263 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_bar_set_pack_direction     (<em class="parameter"><code><a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> *menubar</code></em>,
         | 
| 268 264 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection"><span class="type">GtkPackDirection</span></a> pack_dir</code></em>);</pre>
         | 
| @@ -287,7 +283,7 @@ Sets how items should be packed inside a menubar. | |
| 287 283 | 
             
            <p class="since">Since 2.8</p>
         | 
| 288 284 | 
             
            </div>
         | 
| 289 285 | 
             
            <hr>
         | 
| 290 | 
            -
            <div class="refsect2" | 
| 286 | 
            +
            <div class="refsect2">
         | 
| 291 287 | 
             
            <a name="gtk-menu-bar-get-pack-direction"></a><h3>gtk_menu_bar_get_pack_direction ()</h3>
         | 
| 292 288 | 
             
            <pre class="programlisting"><a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection"><span class="returnvalue">GtkPackDirection</span></a>    gtk_menu_bar_get_pack_direction     (<em class="parameter"><code><a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> *menubar</code></em>);</pre>
         | 
| 293 289 | 
             
            <p>
         | 
| @@ -304,16 +300,14 @@ See <a class="link" href="GtkMenuBar.html#gtk-menu-bar-set-pack-direction" title | |
| 304 300 | 
             
            </tr>
         | 
| 305 301 | 
             
            <tr>
         | 
| 306 302 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 307 | 
            -
            <td> | 
| 308 | 
            -
             | 
| 309 | 
            -
            </td>
         | 
| 303 | 
            +
            <td>the pack direction</td>
         | 
| 310 304 | 
             
            </tr>
         | 
| 311 305 | 
             
            </tbody>
         | 
| 312 306 | 
             
            </table></div>
         | 
| 313 307 | 
             
            <p class="since">Since 2.8</p>
         | 
| 314 308 | 
             
            </div>
         | 
| 315 309 | 
             
            <hr>
         | 
| 316 | 
            -
            <div class="refsect2" | 
| 310 | 
            +
            <div class="refsect2">
         | 
| 317 311 | 
             
            <a name="gtk-menu-bar-set-child-pack-direction"></a><h3>gtk_menu_bar_set_child_pack_direction ()</h3>
         | 
| 318 312 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_bar_set_child_pack_direction
         | 
| 319 313 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> *menubar</code></em>,
         | 
| @@ -339,7 +333,7 @@ Sets how widgets should be packed inside the children of a menubar. | |
| 339 333 | 
             
            <p class="since">Since 2.8</p>
         | 
| 340 334 | 
             
            </div>
         | 
| 341 335 | 
             
            <hr>
         | 
| 342 | 
            -
            <div class="refsect2" | 
| 336 | 
            +
            <div class="refsect2">
         | 
| 343 337 | 
             
            <a name="gtk-menu-bar-get-child-pack-direction"></a><h3>gtk_menu_bar_get_child_pack_direction ()</h3>
         | 
| 344 338 | 
             
            <pre class="programlisting"><a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection"><span class="returnvalue">GtkPackDirection</span></a>    gtk_menu_bar_get_child_pack_direction
         | 
| 345 339 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> *menubar</code></em>);</pre>
         | 
| @@ -357,18 +351,16 @@ See <a class="link" href="GtkMenuBar.html#gtk-menu-bar-set-child-pack-direction" | |
| 357 351 | 
             
            </tr>
         | 
| 358 352 | 
             
            <tr>
         | 
| 359 353 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 360 | 
            -
            <td> | 
| 361 | 
            -
             | 
| 362 | 
            -
            </td>
         | 
| 354 | 
            +
            <td>the child pack direction</td>
         | 
| 363 355 | 
             
            </tr>
         | 
| 364 356 | 
             
            </tbody>
         | 
| 365 357 | 
             
            </table></div>
         | 
| 366 358 | 
             
            <p class="since">Since 2.8</p>
         | 
| 367 359 | 
             
            </div>
         | 
| 368 360 | 
             
            </div>
         | 
| 369 | 
            -
            <div class="refsect1" | 
| 361 | 
            +
            <div class="refsect1">
         | 
| 370 362 | 
             
            <a name="GtkMenuBar.property-details"></a><h2>Property Details</h2>
         | 
| 371 | 
            -
            <div class="refsect2" | 
| 363 | 
            +
            <div class="refsect2">
         | 
| 372 364 | 
             
            <a name="GtkMenuBar--child-pack-direction"></a><h3>The <code class="literal">"child-pack-direction"</code> property</h3>
         | 
| 373 365 | 
             
            <pre class="programlisting">  "child-pack-direction"     <a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection"><span class="type">GtkPackDirection</span></a>      : Read / Write</pre>
         | 
| 374 366 | 
             
            <p>
         | 
| @@ -379,7 +371,7 @@ the widgets contained in child menuitems are arranged. | |
| 379 371 | 
             
            <p class="since">Since 2.8</p>
         | 
| 380 372 | 
             
            </div>
         | 
| 381 373 | 
             
            <hr>
         | 
| 382 | 
            -
            <div class="refsect2" | 
| 374 | 
            +
            <div class="refsect2">
         | 
| 383 375 | 
             
            <a name="GtkMenuBar--pack-direction"></a><h3>The <code class="literal">"pack-direction"</code> property</h3>
         | 
| 384 376 | 
             
            <pre class="programlisting">  "pack-direction"           <a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection"><span class="type">GtkPackDirection</span></a>      : Read / Write</pre>
         | 
| 385 377 | 
             
            <p>
         | 
| @@ -390,9 +382,9 @@ menuitems are arranged in the menubar. | |
| 390 382 | 
             
            <p class="since">Since 2.8</p>
         | 
| 391 383 | 
             
            </div>
         | 
| 392 384 | 
             
            </div>
         | 
| 393 | 
            -
            <div class="refsect1" | 
| 385 | 
            +
            <div class="refsect1">
         | 
| 394 386 | 
             
            <a name="GtkMenuBar.style-property-details"></a><h2>Style Property Details</h2>
         | 
| 395 | 
            -
            <div class="refsect2" | 
| 387 | 
            +
            <div class="refsect2">
         | 
| 396 388 | 
             
            <a name="GtkMenuBar--s-internal-padding"></a><h3>The <code class="literal">"internal-padding"</code> style property</h3>
         | 
| 397 389 | 
             
            <pre class="programlisting">  "internal-padding"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 398 390 | 
             
            <p>Amount of border space between the menubar shadow and the menu items.</p>
         | 
| @@ -400,14 +392,14 @@ menuitems are arranged in the menubar. | |
| 400 392 | 
             
            <p>Default value: 1</p>
         | 
| 401 393 | 
             
            </div>
         | 
| 402 394 | 
             
            <hr>
         | 
| 403 | 
            -
            <div class="refsect2" | 
| 395 | 
            +
            <div class="refsect2">
         | 
| 404 396 | 
             
            <a name="GtkMenuBar--s-shadow-type"></a><h3>The <code class="literal">"shadow-type"</code> style property</h3>
         | 
| 405 397 | 
             
            <pre class="programlisting">  "shadow-type"              <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a>         : Read</pre>
         | 
| 406 398 | 
             
            <p>Style of bevel around the menubar.</p>
         | 
| 407 399 | 
             
            <p>Default value: GTK_SHADOW_OUT</p>
         | 
| 408 400 | 
             
            </div>
         | 
| 409 401 | 
             
            </div>
         | 
| 410 | 
            -
            <div class="refsect1" | 
| 402 | 
            +
            <div class="refsect1">
         | 
| 411 403 | 
             
            <a name="GtkMenuBar.see-also"></a><h2>See Also</h2>
         | 
| 412 404 | 
             
            <p>
         | 
| 413 405 | 
             
            <a class="link" href="GtkMenuShell.html" title="GtkMenuShell"><span class="type">GtkMenuShell</span></a>, <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a>, <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a>
         | 
| @@ -416,6 +408,6 @@ menuitems are arranged in the menubar. | |
| 416 408 | 
             
            </div>
         | 
| 417 409 | 
             
            <div class="footer">
         | 
| 418 410 | 
             
            <hr>
         | 
| 419 | 
            -
                      Generated by GTK-Doc V1. | 
| 411 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 420 412 | 
             
            </body>
         | 
| 421 413 | 
             
            </html>
         | 
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkMenuBar.html" title="GtkMenuBar">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkImageMenuItem.html" title="GtkImageMenuItem">
         | 
| 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="#GtkMenuItem.signals" class="shortcut">Signals</a>
         | 
| 37 37 | 
             
            </td></tr>
         | 
| 38 38 | 
             
            </table>
         | 
| 39 | 
            -
            <div class="refentry" | 
| 39 | 
            +
            <div class="refentry">
         | 
| 40 40 | 
             
            <a name="GtkMenuItem"></a><div class="titlepage"></div>
         | 
| 41 41 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 42 42 | 
             
            <td valign="top">
         | 
| @@ -45,15 +45,15 @@ | |
| 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="GtkMenuItem.synopsis"></a><h2>Synopsis</h2>
         | 
| 50 50 | 
             
            <pre class="synopsis">
         | 
| 51 51 | 
             
            #include <gtk/gtk.h>
         | 
| 52 52 |  | 
| 53 | 
            -
             | 
| 54 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 55 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 56 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 53 | 
            +
            struct              <a class="link" href="GtkMenuItem.html#GtkMenuItem-struct" title="struct GtkMenuItem">GtkMenuItem</a>;
         | 
| 54 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkMenuItem.html#gtk-menu-item-new" title="gtk_menu_item_new ()">gtk_menu_item_new</a>                   (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 55 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkMenuItem.html#gtk-menu-item-new-with-label" title="gtk_menu_item_new_with_label ()">gtk_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>);
         | 
| 56 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkMenuItem.html#gtk-menu-item-new-with-mnemonic" title="gtk_menu_item_new_with_mnemonic ()">gtk_menu_item_new_with_mnemonic</a>     (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
         | 
| 57 57 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-right-justified" title="gtk_menu_item_set_right_justified ()">gtk_menu_item_set_right_justified</a>   (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
         | 
| 58 58 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> right_justified</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="GtkMenuItem.html#gtk-menu-item-get-right-justified" title="gtk_menu_item_get_right_justified ()">gtk_menu_item_get_right_justified</a>   (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
         | 
| @@ -65,11 +65,11 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm | |
| 65 65 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
         | 
| 66 66 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-submenu" title="gtk_menu_item_set_submenu ()">gtk_menu_item_set_submenu</a>           (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
         | 
| 67 67 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *submenu</code></em>);
         | 
| 68 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 68 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkMenuItem.html#gtk-menu-item-get-submenu" title="gtk_menu_item_get_submenu ()">gtk_menu_item_get_submenu</a>           (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
         | 
| 69 69 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-remove-submenu" title="gtk_menu_item_remove_submenu ()">gtk_menu_item_remove_submenu</a>        (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
         | 
| 70 70 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-accel-path" title="gtk_menu_item_set_accel_path ()">gtk_menu_item_set_accel_path</a>        (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
         | 
| 71 71 | 
             
                                                                     <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> *accel_path</code></em>);
         | 
| 72 | 
            -
            const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a | 
| 72 | 
            +
            const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="GtkMenuItem.html#gtk-menu-item-get-accel-path" title="gtk_menu_item_get_accel_path ()">gtk_menu_item_get_accel_path</a>        (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
         | 
| 73 73 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-select" title="gtk_menu_item_select ()">gtk_menu_item_select</a>                (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
         | 
| 74 74 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-deselect" title="gtk_menu_item_deselect ()">gtk_menu_item_deselect</a>              (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
         | 
| 75 75 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkMenuItem.html#gtk-menu-item-activate" title="gtk_menu_item_activate ()">gtk_menu_item_activate</a>              (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
         | 
| @@ -80,7 +80,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm | |
| 80 80 | 
             
            #define             <a class="link" href="GtkMenuItem.html#gtk-menu-item-right-justify" title="gtk_menu_item_right_justify()">gtk_menu_item_right_justify</a>         (menu_item)
         | 
| 81 81 | 
             
            </pre>
         | 
| 82 82 | 
             
            </div>
         | 
| 83 | 
            -
            <div class="refsect1" | 
| 83 | 
            +
            <div class="refsect1">
         | 
| 84 84 | 
             
            <a name="GtkMenuItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 85 85 | 
             
            <pre class="synopsis">
         | 
| 86 86 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| @@ -97,13 +97,13 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm | |
| 97 97 | 
             
                                                         +----<a class="link" href="GtkTearoffMenuItem.html" title="GtkTearoffMenuItem">GtkTearoffMenuItem</a>
         | 
| 98 98 | 
             
            </pre>
         | 
| 99 99 | 
             
            </div>
         | 
| 100 | 
            -
            <div class="refsect1" | 
| 100 | 
            +
            <div class="refsect1">
         | 
| 101 101 | 
             
            <a name="GtkMenuItem.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 102 102 | 
             
            <p>
         | 
| 103 103 | 
             
            GtkMenuItem implements
         | 
| 104 104 | 
             
             AtkImplementorIface,  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and  <a class="link" href="GtkActivatable.html" title="GtkActivatable">GtkActivatable</a>.</p>
         | 
| 105 105 | 
             
            </div>
         | 
| 106 | 
            -
            <div class="refsect1" | 
| 106 | 
            +
            <div class="refsect1">
         | 
| 107 107 | 
             
            <a name="GtkMenuItem.properties"></a><h2>Properties</h2>
         | 
| 108 108 | 
             
            <pre class="synopsis">
         | 
| 109 109 | 
             
              "<a class="link" href="GtkMenuItem.html#GtkMenuItem--accel-path" title='The "accel-path" property'>accel-path</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
         | 
| @@ -113,7 +113,7 @@ GtkMenuItem implements | |
| 113 113 | 
             
              "<a class="link" href="GtkMenuItem.html#GtkMenuItem--use-underline" title='The "use-underline" property'>use-underline</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
         | 
| 114 114 | 
             
            </pre>
         | 
| 115 115 | 
             
            </div>
         | 
| 116 | 
            -
            <div class="refsect1" | 
| 116 | 
            +
            <div class="refsect1">
         | 
| 117 117 | 
             
            <a name="GtkMenuItem.style-properties"></a><h2>Style Properties</h2>
         | 
| 118 118 | 
             
            <pre class="synopsis">
         | 
| 119 119 | 
             
              "<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-arrow-scaling" title='The "arrow-scaling" style property'>arrow-scaling</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>                : Read
         | 
| @@ -124,16 +124,16 @@ GtkMenuItem implements | |
| 124 124 | 
             
              "<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-width-chars" title='The "width-chars" style property'>width-chars</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
         | 
| 125 125 | 
             
            </pre>
         | 
| 126 126 | 
             
            </div>
         | 
| 127 | 
            -
            <div class="refsect1" | 
| 127 | 
            +
            <div class="refsect1">
         | 
| 128 128 | 
             
            <a name="GtkMenuItem.signals"></a><h2>Signals</h2>
         | 
| 129 129 | 
             
            <pre class="synopsis">
         | 
| 130 | 
            -
              "<a class="link" href="GtkMenuItem.html#GtkMenuItem-activate" title='The "activate" signal'>activate</a>"                                       :  | 
| 131 | 
            -
              "<a class="link" href="GtkMenuItem.html#GtkMenuItem-activate-item" title='The "activate-item" signal'>activate-item</a>"                                  : Run First
         | 
| 132 | 
            -
              "<a class="link" href="GtkMenuItem.html#GtkMenuItem-toggle-size-allocate" title='The "toggle-size-allocate" signal'>toggle-size-allocate</a>"                           : Run First
         | 
| 133 | 
            -
              "<a class="link" href="GtkMenuItem.html#GtkMenuItem-toggle-size-request" title='The "toggle-size-request" signal'>toggle-size-request</a>"                            : Run First
         | 
| 130 | 
            +
              "<a class="link" href="GtkMenuItem.html#GtkMenuItem-activate" title='The "activate" signal'>activate</a>"                                       : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
         | 
| 131 | 
            +
              "<a class="link" href="GtkMenuItem.html#GtkMenuItem-activate-item" title='The "activate-item" signal'>activate-item</a>"                                  : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
         | 
| 132 | 
            +
              "<a class="link" href="GtkMenuItem.html#GtkMenuItem-toggle-size-allocate" title='The "toggle-size-allocate" signal'>toggle-size-allocate</a>"                           : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
         | 
| 133 | 
            +
              "<a class="link" href="GtkMenuItem.html#GtkMenuItem-toggle-size-request" title='The "toggle-size-request" signal'>toggle-size-request</a>"                            : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
         | 
| 134 134 | 
             
            </pre>
         | 
| 135 135 | 
             
            </div>
         | 
| 136 | 
            -
            <div class="refsect1" | 
| 136 | 
            +
            <div class="refsect1">
         | 
| 137 137 | 
             
            <a name="GtkMenuItem.description"></a><h2>Description</h2>
         | 
| 138 138 | 
             
            <p>
         | 
| 139 139 | 
             
            The <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> widget and the derived widgets are the only valid
         | 
| @@ -144,7 +144,7 @@ alignment, events and submenus. | |
| 144 144 | 
             
            As it derives from <a class="link" href="GtkBin.html" title="GtkBin"><span class="type">GtkBin</span></a> it can hold any valid child widget, altough
         | 
| 145 145 | 
             
            only a few are really useful.
         | 
| 146 146 | 
             
            </p>
         | 
| 147 | 
            -
            <div class="refsect2" | 
| 147 | 
            +
            <div class="refsect2">
         | 
| 148 148 | 
             
            <a name="GtkMenuItem-BUILDER-UI"></a><h3>GtkMenuItem as GtkBuildable</h3>
         | 
| 149 149 | 
             
            <p>
         | 
| 150 150 | 
             
            The GtkMenuItem implementation of the GtkBuildable interface
         | 
| @@ -152,7 +152,7 @@ supports adding a submenu by specifying "submenu" as the "type" | |
| 152 152 | 
             
            attribute of a <child> element.
         | 
| 153 153 | 
             
            </p>
         | 
| 154 154 | 
             
            <div class="example">
         | 
| 155 | 
            -
            <a name=" | 
| 155 | 
            +
            <a name="id971372"></a><p class="title"><b>Example 33. A UI definition fragment with submenus</b></p>
         | 
| 156 156 | 
             
            <div class="example-contents">
         | 
| 157 157 | 
             
              <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
         | 
| 158 158 | 
             
                <tbody>
         | 
| @@ -176,18 +176,18 @@ attribute of a <child> element. | |
| 176 176 | 
             
            <br class="example-break">
         | 
| 177 177 | 
             
            </div>
         | 
| 178 178 | 
             
            </div>
         | 
| 179 | 
            -
            <div class="refsect1" | 
| 179 | 
            +
            <div class="refsect1">
         | 
| 180 180 | 
             
            <a name="GtkMenuItem.details"></a><h2>Details</h2>
         | 
| 181 | 
            -
            <div class="refsect2" | 
| 182 | 
            -
            <a name="GtkMenuItem-struct"></a><h3>GtkMenuItem</h3>
         | 
| 183 | 
            -
            <pre class="programlisting"> | 
| 181 | 
            +
            <div class="refsect2">
         | 
| 182 | 
            +
            <a name="GtkMenuItem-struct"></a><h3>struct GtkMenuItem</h3>
         | 
| 183 | 
            +
            <pre class="programlisting">struct GtkMenuItem;</pre>
         | 
| 184 184 | 
             
            <p>
         | 
| 185 185 | 
             
            </p>
         | 
| 186 186 | 
             
            </div>
         | 
| 187 187 | 
             
            <hr>
         | 
| 188 | 
            -
            <div class="refsect2" | 
| 188 | 
            +
            <div class="refsect2">
         | 
| 189 189 | 
             
            <a name="gtk-menu-item-new"></a><h3>gtk_menu_item_new ()</h3>
         | 
| 190 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 190 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_menu_item_new                   (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 191 191 | 
             
            <p>
         | 
| 192 192 | 
             
            Creates a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a>.
         | 
| 193 193 | 
             
            </p>
         | 
| @@ -201,9 +201,9 @@ Creates a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span | |
| 201 201 | 
             
            </table></div>
         | 
| 202 202 | 
             
            </div>
         | 
| 203 203 | 
             
            <hr>
         | 
| 204 | 
            -
            <div class="refsect2" | 
| 204 | 
            +
            <div class="refsect2">
         | 
| 205 205 | 
             
            <a name="gtk-menu-item-new-with-label"></a><h3>gtk_menu_item_new_with_label ()</h3>
         | 
| 206 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 206 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_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>
         | 
| 207 207 | 
             
            <p>
         | 
| 208 208 | 
             
            Creates a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> whose child is a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>.
         | 
| 209 209 | 
             
            </p>
         | 
| @@ -212,8 +212,7 @@ Creates a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span | |
| 212 212 | 
             
            <tbody>
         | 
| 213 213 | 
             
            <tr>
         | 
| 214 214 | 
             
            <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
         | 
| 215 | 
            -
            <td>the text for the label
         | 
| 216 | 
            -
            </td>
         | 
| 215 | 
            +
            <td>the text for the label</td>
         | 
| 217 216 | 
             
            </tr>
         | 
| 218 217 | 
             
            <tr>
         | 
| 219 218 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| @@ -224,9 +223,9 @@ Creates a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span | |
| 224 223 | 
             
            </table></div>
         | 
| 225 224 | 
             
            </div>
         | 
| 226 225 | 
             
            <hr>
         | 
| 227 | 
            -
            <div class="refsect2" | 
| 226 | 
            +
            <div class="refsect2">
         | 
| 228 227 | 
             
            <a name="gtk-menu-item-new-with-mnemonic"></a><h3>gtk_menu_item_new_with_mnemonic ()</h3>
         | 
| 229 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 228 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_menu_item_new_with_mnemonic     (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
         | 
| 230 229 | 
             
            <p>
         | 
| 231 230 | 
             
            Creates a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> containing a label. The label
         | 
| 232 231 | 
             
            will be created using <a class="link" href="GtkLabel.html#gtk-label-new-with-mnemonic" title="gtk_label_new_with_mnemonic ()"><code class="function">gtk_label_new_with_mnemonic()</code></a>, so underscores
         | 
| @@ -238,8 +237,7 @@ in <em class="parameter"><code>label</code></em> indicate the mnemonic for the m | |
| 238 237 | 
             
            <tr>
         | 
| 239 238 | 
             
            <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
         | 
| 240 239 | 
             
            <td>The text of the button, with an underscore in front of the
         | 
| 241 | 
            -
             | 
| 242 | 
            -
            </td>
         | 
| 240 | 
            +
            mnemonic character</td>
         | 
| 243 241 | 
             
            </tr>
         | 
| 244 242 | 
             
            <tr>
         | 
| 245 243 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| @@ -250,7 +248,7 @@ in <em class="parameter"><code>label</code></em> indicate the mnemonic for the m | |
| 250 248 | 
             
            </table></div>
         | 
| 251 249 | 
             
            </div>
         | 
| 252 250 | 
             
            <hr>
         | 
| 253 | 
            -
            <div class="refsect2" | 
| 251 | 
            +
            <div class="refsect2">
         | 
| 254 252 | 
             
            <a name="gtk-menu-item-set-right-justified"></a><h3>gtk_menu_item_set_right_justified ()</h3>
         | 
| 255 253 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_set_right_justified   (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
         | 
| 256 254 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> right_justified</code></em>);</pre>
         | 
| @@ -266,20 +264,18 @@ or Arabic, right-justified-menu-items appear at the left.) | |
| 266 264 | 
             
            <tbody>
         | 
| 267 265 | 
             
            <tr>
         | 
| 268 266 | 
             
            <td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
         | 
| 269 | 
            -
            <td>a <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a | 
| 270 | 
            -
            </td>
         | 
| 267 | 
            +
            <td>a <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a>.</td>
         | 
| 271 268 | 
             
            </tr>
         | 
| 272 269 | 
             
            <tr>
         | 
| 273 270 | 
             
            <td><p><span class="term"><em class="parameter"><code>right_justified</code></em> :</span></p></td>
         | 
| 274 | 
            -
            <td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> the menu item will appear at the | 
| 275 | 
            -
             | 
| 276 | 
            -
            </td>
         | 
| 271 | 
            +
            <td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> the menu item will appear at the
         | 
| 272 | 
            +
            far right if added to a menu bar.</td>
         | 
| 277 273 | 
             
            </tr>
         | 
| 278 274 | 
             
            </tbody>
         | 
| 279 275 | 
             
            </table></div>
         | 
| 280 276 | 
             
            </div>
         | 
| 281 277 | 
             
            <hr>
         | 
| 282 | 
            -
            <div class="refsect2" | 
| 278 | 
            +
            <div class="refsect2">
         | 
| 283 279 | 
             
            <a name="gtk-menu-item-get-right-justified"></a><h3>gtk_menu_item_get_right_justified ()</h3>
         | 
| 284 280 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_menu_item_get_right_justified   (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
         | 
| 285 281 | 
             
            <p>
         | 
| @@ -296,15 +292,15 @@ side of the menu bar. | |
| 296 292 | 
             
            </tr>
         | 
| 297 293 | 
             
            <tr>
         | 
| 298 294 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 299 | 
            -
            <td> | 
| 300 | 
            -
             | 
| 301 | 
            -
             | 
| 295 | 
            +
            <td>
         | 
| 296 | 
            +
            <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 appear at the
         | 
| 297 | 
            +
            far right if added to a menu bar.</td>
         | 
| 302 298 | 
             
            </tr>
         | 
| 303 299 | 
             
            </tbody>
         | 
| 304 300 | 
             
            </table></div>
         | 
| 305 301 | 
             
            </div>
         | 
| 306 302 | 
             
            <hr>
         | 
| 307 | 
            -
            <div class="refsect2" | 
| 303 | 
            +
            <div class="refsect2">
         | 
| 308 304 | 
             
            <a name="gtk-menu-item-get-label"></a><h3>gtk_menu_item_get_label ()</h3>
         | 
| 309 305 | 
             
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_menu_item_get_label             (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
         | 
| 310 306 | 
             
            <p>
         | 
| @@ -320,17 +316,15 @@ Sets <em class="parameter"><code>text</code></em> on the <em class="parameter">< | |
| 320 316 | 
             
            </tr>
         | 
| 321 317 | 
             
            <tr>
         | 
| 322 318 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 323 | 
            -
            <td> | 
| 324 | 
            -
             | 
| 325 | 
            -
             | 
| 326 | 
            -
            </td>
         | 
| 319 | 
            +
            <td>The text in the <em class="parameter"><code>menu_item</code></em> label. This is the internal
         | 
| 320 | 
            +
            string used by the label, and must not be modified.</td>
         | 
| 327 321 | 
             
            </tr>
         | 
| 328 322 | 
             
            </tbody>
         | 
| 329 323 | 
             
            </table></div>
         | 
| 330 324 | 
             
            <p class="since">Since 2.16</p>
         | 
| 331 325 | 
             
            </div>
         | 
| 332 326 | 
             
            <hr>
         | 
| 333 | 
            -
            <div class="refsect2" | 
| 327 | 
            +
            <div class="refsect2">
         | 
| 334 328 | 
             
            <a name="gtk-menu-item-set-label"></a><h3>gtk_menu_item_set_label ()</h3>
         | 
| 335 329 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_set_label             (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
         | 
| 336 330 | 
             
                                                                     <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>
         | 
| @@ -347,15 +341,14 @@ Sets <em class="parameter"><code>text</code></em> on the <em class="parameter">< | |
| 347 341 | 
             
            </tr>
         | 
| 348 342 | 
             
            <tr>
         | 
| 349 343 | 
             
            <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
         | 
| 350 | 
            -
            <td>the text you want to set
         | 
| 351 | 
            -
            </td>
         | 
| 344 | 
            +
            <td>the text you want to set</td>
         | 
| 352 345 | 
             
            </tr>
         | 
| 353 346 | 
             
            </tbody>
         | 
| 354 347 | 
             
            </table></div>
         | 
| 355 348 | 
             
            <p class="since">Since 2.16</p>
         | 
| 356 349 | 
             
            </div>
         | 
| 357 350 | 
             
            <hr>
         | 
| 358 | 
            -
            <div class="refsect2" | 
| 351 | 
            +
            <div class="refsect2">
         | 
| 359 352 | 
             
            <a name="gtk-menu-item-get-use-underline"></a><h3>gtk_menu_item_get_use_underline ()</h3>
         | 
| 360 353 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_menu_item_get_use_underline     (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
         | 
| 361 354 | 
             
            <p>
         | 
| @@ -372,17 +365,16 @@ used for the mnemonic accelerator key. | |
| 372 365 | 
             
            </tr>
         | 
| 373 366 | 
             
            <tr>
         | 
| 374 367 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 375 | 
            -
            <td> | 
| 376 | 
            -
             | 
| 377 | 
            -
             | 
| 378 | 
            -
            </td>
         | 
| 368 | 
            +
            <td>
         | 
| 369 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an embedded underline in the label indicates
         | 
| 370 | 
            +
            the mnemonic accelerator key.</td>
         | 
| 379 371 | 
             
            </tr>
         | 
| 380 372 | 
             
            </tbody>
         | 
| 381 373 | 
             
            </table></div>
         | 
| 382 374 | 
             
            <p class="since">Since 2.16</p>
         | 
| 383 375 | 
             
            </div>
         | 
| 384 376 | 
             
            <hr>
         | 
| 385 | 
            -
            <div class="refsect2" | 
| 377 | 
            +
            <div class="refsect2">
         | 
| 386 378 | 
             
            <a name="gtk-menu-item-set-use-underline"></a><h3>gtk_menu_item_set_use_underline ()</h3>
         | 
| 387 379 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_set_use_underline     (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
         | 
| 388 380 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
         | 
| @@ -401,15 +393,14 @@ used for the mnemonic accelerator key. | |
| 401 393 | 
             
            <tr>
         | 
| 402 394 | 
             
            <td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
         | 
| 403 395 | 
             
            <td>
         | 
| 404 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if underlines in the text indicate mnemonics | 
| 405 | 
            -
            </td>
         | 
| 396 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if underlines in the text indicate mnemonics</td>
         | 
| 406 397 | 
             
            </tr>
         | 
| 407 398 | 
             
            </tbody>
         | 
| 408 399 | 
             
            </table></div>
         | 
| 409 400 | 
             
            <p class="since">Since 2.16</p>
         | 
| 410 401 | 
             
            </div>
         | 
| 411 402 | 
             
            <hr>
         | 
| 412 | 
            -
            <div class="refsect2" | 
| 403 | 
            +
            <div class="refsect2">
         | 
| 413 404 | 
             
            <a name="gtk-menu-item-set-submenu"></a><h3>gtk_menu_item_set_submenu ()</h3>
         | 
| 414 405 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_set_submenu           (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
         | 
| 415 406 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *submenu</code></em>);</pre>
         | 
| @@ -427,19 +418,19 @@ submenu is passed. | |
| 427 418 | 
             
            </tr>
         | 
| 428 419 | 
             
            <tr>
         | 
| 429 420 | 
             
            <td><p><span class="term"><em class="parameter"><code>submenu</code></em> :</span></p></td>
         | 
| 430 | 
            -
            <td> | 
| 421 | 
            +
            <td>the submenu, 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>
         | 
| 431 422 | 
             
            </td>
         | 
| 432 423 | 
             
            </tr>
         | 
| 433 424 | 
             
            </tbody>
         | 
| 434 425 | 
             
            </table></div>
         | 
| 435 426 | 
             
            </div>
         | 
| 436 427 | 
             
            <hr>
         | 
| 437 | 
            -
            <div class="refsect2" | 
| 428 | 
            +
            <div class="refsect2">
         | 
| 438 429 | 
             
            <a name="gtk-menu-item-get-submenu"></a><h3>gtk_menu_item_get_submenu ()</h3>
         | 
| 439 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 430 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_menu_item_get_submenu           (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
         | 
| 440 431 | 
             
            <p>
         | 
| 441 | 
            -
            Gets the submenu underneath this menu item, if any. | 
| 442 | 
            -
            <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-submenu" title="gtk_menu_item_set_submenu ()"><code class="function">gtk_menu_item_set_submenu()</code></a>.
         | 
| 432 | 
            +
            Gets the submenu underneath this menu item, if any.
         | 
| 433 | 
            +
            See <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-submenu" title="gtk_menu_item_set_submenu ()"><code class="function">gtk_menu_item_set_submenu()</code></a>.
         | 
| 443 434 | 
             
            </p>
         | 
| 444 435 | 
             
            <div class="variablelist"><table border="0">
         | 
| 445 436 | 
             
            <col align="left" valign="top">
         | 
| @@ -451,17 +442,17 @@ Gets the submenu underneath this menu item, if any. See | |
| 451 442 | 
             
            </tr>
         | 
| 452 443 | 
             
            <tr>
         | 
| 453 444 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 454 | 
            -
            <td> | 
| 445 | 
            +
            <td>submenu for this menu item, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 455 446 | 
             
            </td>
         | 
| 456 447 | 
             
            </tr>
         | 
| 457 448 | 
             
            </tbody>
         | 
| 458 449 | 
             
            </table></div>
         | 
| 459 450 | 
             
            </div>
         | 
| 460 451 | 
             
            <hr>
         | 
| 461 | 
            -
            <div class="refsect2" | 
| 452 | 
            +
            <div class="refsect2">
         | 
| 462 453 | 
             
            <a name="gtk-menu-item-remove-submenu"></a><h3>gtk_menu_item_remove_submenu ()</h3>
         | 
| 463 454 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_remove_submenu        (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
         | 
| 464 | 
            -
            <div class="warning"  | 
| 455 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 465 456 | 
             
            <h3 class="title">Warning</h3>
         | 
| 466 457 | 
             
            <p><code class="literal">gtk_menu_item_remove_submenu</code> has been deprecated since version 2.12 and should not be used in newly-written code. <a class="link" href="GtkMenuItem.html#gtk-menu-item-remove-submenu" title="gtk_menu_item_remove_submenu ()"><code class="function">gtk_menu_item_remove_submenu()</code></a> is deprecated and
         | 
| 467 458 | 
             
                              should not be used in newly written code. Use
         | 
| @@ -480,14 +471,14 @@ Removes the widget's submenu. | |
| 480 471 | 
             
            </table></div>
         | 
| 481 472 | 
             
            </div>
         | 
| 482 473 | 
             
            <hr>
         | 
| 483 | 
            -
            <div class="refsect2" | 
| 474 | 
            +
            <div class="refsect2">
         | 
| 484 475 | 
             
            <a name="gtk-menu-item-set-accel-path"></a><h3>gtk_menu_item_set_accel_path ()</h3>
         | 
| 485 476 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_set_accel_path        (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
         | 
| 486 477 | 
             
                                                                     <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> *accel_path</code></em>);</pre>
         | 
| 487 478 | 
             
            <p>
         | 
| 488 479 | 
             
            Set the accelerator path on <em class="parameter"><code>menu_item</code></em>, through which runtime changes of the
         | 
| 489 480 | 
             
            menu item's accelerator caused by the user can be identified and saved to
         | 
| 490 | 
            -
            persistant storage (see <a class="link" href="gtk-Accelerator-Maps.html#gtk-accel-map-save" title="gtk_accel_map_save | 
| 481 | 
            +
            persistant storage (see <a class="link" href="gtk-Accelerator-Maps.html#gtk-accel-map-save" title="gtk_accel_map_save"><code class="function">gtk_accel_map_save()</code></a> on this).
         | 
| 491 482 | 
             
            To setup a default accelerator for this menu item, call
         | 
| 492 483 | 
             
            <a class="link" href="gtk-Accelerator-Maps.html#gtk-accel-map-add-entry" title="gtk_accel_map_add_entry ()"><code class="function">gtk_accel_map_add_entry()</code></a> with the same <em class="parameter"><code>accel_path</code></em>.
         | 
| 493 484 | 
             
            See also <a class="link" href="gtk-Accelerator-Maps.html#gtk-accel-map-add-entry" title="gtk_accel_map_add_entry ()"><code class="function">gtk_accel_map_add_entry()</code></a> on the specifics of accelerator paths,
         | 
| @@ -517,17 +508,17 @@ pass a static string, you can save some memory by interning it first with | |
| 517 508 | 
             
            </tr>
         | 
| 518 509 | 
             
            <tr>
         | 
| 519 510 | 
             
            <td><p><span class="term"><em class="parameter"><code>accel_path</code></em> :</span></p></td>
         | 
| 520 | 
            -
            <td> | 
| 521 | 
            -
             | 
| 511 | 
            +
            <td>accelerator path, corresponding to this menu item's
         | 
| 512 | 
            +
            functionality, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset the current path. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 522 513 | 
             
            </td>
         | 
| 523 514 | 
             
            </tr>
         | 
| 524 515 | 
             
            </tbody>
         | 
| 525 516 | 
             
            </table></div>
         | 
| 526 517 | 
             
            </div>
         | 
| 527 518 | 
             
            <hr>
         | 
| 528 | 
            -
            <div class="refsect2" | 
| 519 | 
            +
            <div class="refsect2">
         | 
| 529 520 | 
             
            <a name="gtk-menu-item-get-accel-path"></a><h3>gtk_menu_item_get_accel_path ()</h3>
         | 
| 530 | 
            -
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a | 
| 521 | 
            +
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_menu_item_get_accel_path        (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
         | 
| 531 522 | 
             
            <p>
         | 
| 532 523 | 
             
            Retrieve the accelerator path that was previously set on <em class="parameter"><code>menu_item</code></em>.
         | 
| 533 524 | 
             
            </p>
         | 
| @@ -544,17 +535,15 @@ See <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-accel-path" title=" | |
| 544 535 | 
             
            </tr>
         | 
| 545 536 | 
             
            <tr>
         | 
| 546 537 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 547 | 
            -
            <td> | 
| 548 | 
            -
             | 
| 549 | 
            -
             | 
| 550 | 
            -
            </td>
         | 
| 538 | 
            +
            <td>the accelerator path corresponding to this menu item's
         | 
| 539 | 
            +
            functionality, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not set</td>
         | 
| 551 540 | 
             
            </tr>
         | 
| 552 541 | 
             
            </tbody>
         | 
| 553 542 | 
             
            </table></div>
         | 
| 554 543 | 
             
            <p class="since">Since 2.14</p>
         | 
| 555 544 | 
             
            </div>
         | 
| 556 545 | 
             
            <hr>
         | 
| 557 | 
            -
            <div class="refsect2" | 
| 546 | 
            +
            <div class="refsect2">
         | 
| 558 547 | 
             
            <a name="gtk-menu-item-select"></a><h3>gtk_menu_item_select ()</h3>
         | 
| 559 548 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_select                (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
         | 
| 560 549 | 
             
            <p>
         | 
| @@ -565,13 +554,12 @@ Emits the "select" signal on the given item. Behaves exactly like | |
| 565 554 | 
             
            <col align="left" valign="top">
         | 
| 566 555 | 
             
            <tbody><tr>
         | 
| 567 556 | 
             
            <td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
         | 
| 568 | 
            -
            <td>the menu item
         | 
| 569 | 
            -
            </td>
         | 
| 557 | 
            +
            <td>the menu item</td>
         | 
| 570 558 | 
             
            </tr></tbody>
         | 
| 571 559 | 
             
            </table></div>
         | 
| 572 560 | 
             
            </div>
         | 
| 573 561 | 
             
            <hr>
         | 
| 574 | 
            -
            <div class="refsect2" | 
| 562 | 
            +
            <div class="refsect2">
         | 
| 575 563 | 
             
            <a name="gtk-menu-item-deselect"></a><h3>gtk_menu_item_deselect ()</h3>
         | 
| 576 564 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_deselect              (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
         | 
| 577 565 | 
             
            <p>
         | 
| @@ -582,13 +570,12 @@ Emits the "deselect" signal on the given item. Behaves exactly like | |
| 582 570 | 
             
            <col align="left" valign="top">
         | 
| 583 571 | 
             
            <tbody><tr>
         | 
| 584 572 | 
             
            <td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
         | 
| 585 | 
            -
            <td>the menu item
         | 
| 586 | 
            -
            </td>
         | 
| 573 | 
            +
            <td>the menu item</td>
         | 
| 587 574 | 
             
            </tr></tbody>
         | 
| 588 575 | 
             
            </table></div>
         | 
| 589 576 | 
             
            </div>
         | 
| 590 577 | 
             
            <hr>
         | 
| 591 | 
            -
            <div class="refsect2" | 
| 578 | 
            +
            <div class="refsect2">
         | 
| 592 579 | 
             
            <a name="gtk-menu-item-activate"></a><h3>gtk_menu_item_activate ()</h3>
         | 
| 593 580 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_activate              (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
         | 
| 594 581 | 
             
            <p>
         | 
| @@ -598,13 +585,12 @@ Emits the "activate" signal on the given item | |
| 598 585 | 
             
            <col align="left" valign="top">
         | 
| 599 586 | 
             
            <tbody><tr>
         | 
| 600 587 | 
             
            <td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
         | 
| 601 | 
            -
            <td>the menu item
         | 
| 602 | 
            -
            </td>
         | 
| 588 | 
            +
            <td>the menu item</td>
         | 
| 603 589 | 
             
            </tr></tbody>
         | 
| 604 590 | 
             
            </table></div>
         | 
| 605 591 | 
             
            </div>
         | 
| 606 592 | 
             
            <hr>
         | 
| 607 | 
            -
            <div class="refsect2" | 
| 593 | 
            +
            <div class="refsect2">
         | 
| 608 594 | 
             
            <a name="gtk-menu-item-toggle-size-request"></a><h3>gtk_menu_item_toggle_size_request ()</h3>
         | 
| 609 595 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_toggle_size_request   (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
         | 
| 610 596 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *requisition</code></em>);</pre>
         | 
| @@ -616,19 +602,17 @@ Emits the "toggle_size_request" signal on the given item. | |
| 616 602 | 
             
            <tbody>
         | 
| 617 603 | 
             
            <tr>
         | 
| 618 604 | 
             
            <td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
         | 
| 619 | 
            -
            <td>the menu item
         | 
| 620 | 
            -
            </td>
         | 
| 605 | 
            +
            <td>the menu item</td>
         | 
| 621 606 | 
             
            </tr>
         | 
| 622 607 | 
             
            <tr>
         | 
| 623 608 | 
             
            <td><p><span class="term"><em class="parameter"><code>requisition</code></em> :</span></p></td>
         | 
| 624 | 
            -
            <td>the requisition to use as signal data | 
| 625 | 
            -
            </td>
         | 
| 609 | 
            +
            <td>the requisition to use as signal data.</td>
         | 
| 626 610 | 
             
            </tr>
         | 
| 627 611 | 
             
            </tbody>
         | 
| 628 612 | 
             
            </table></div>
         | 
| 629 613 | 
             
            </div>
         | 
| 630 614 | 
             
            <hr>
         | 
| 631 | 
            -
            <div class="refsect2" | 
| 615 | 
            +
            <div class="refsect2">
         | 
| 632 616 | 
             
            <a name="gtk-menu-item-toggle-size-allocate"></a><h3>gtk_menu_item_toggle_size_allocate ()</h3>
         | 
| 633 617 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_menu_item_toggle_size_allocate  (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
         | 
| 634 618 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> allocation</code></em>);</pre>
         | 
| @@ -640,23 +624,21 @@ Emits the "toggle_size_allocate" signal on the given item. | |
| 640 624 | 
             
            <tbody>
         | 
| 641 625 | 
             
            <tr>
         | 
| 642 626 | 
             
            <td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
         | 
| 643 | 
            -
            <td>the menu item | 
| 644 | 
            -
            </td>
         | 
| 627 | 
            +
            <td>the menu item.</td>
         | 
| 645 628 | 
             
            </tr>
         | 
| 646 629 | 
             
            <tr>
         | 
| 647 630 | 
             
            <td><p><span class="term"><em class="parameter"><code>allocation</code></em> :</span></p></td>
         | 
| 648 | 
            -
            <td>the allocation to use as signal data | 
| 649 | 
            -
            </td>
         | 
| 631 | 
            +
            <td>the allocation to use as signal data.</td>
         | 
| 650 632 | 
             
            </tr>
         | 
| 651 633 | 
             
            </tbody>
         | 
| 652 634 | 
             
            </table></div>
         | 
| 653 635 | 
             
            </div>
         | 
| 654 636 | 
             
            <hr>
         | 
| 655 | 
            -
            <div class="refsect2" | 
| 637 | 
            +
            <div class="refsect2">
         | 
| 656 638 | 
             
            <a name="gtk-menu-item-right-justify"></a><h3>gtk_menu_item_right_justify()</h3>
         | 
| 657 639 | 
             
            <pre class="programlisting">#define gtk_menu_item_right_justify(menu_item) gtk_menu_item_set_right_justified ((menu_item), TRUE)
         | 
| 658 640 | 
             
            </pre>
         | 
| 659 | 
            -
            <div class="warning"  | 
| 641 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 660 642 | 
             
            <h3 class="title">Warning</h3>
         | 
| 661 643 | 
             
            <p><code class="literal">gtk_menu_item_right_justify</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 662 644 | 
             
            </div>
         | 
| @@ -667,15 +649,14 @@ Sets the menu item to be right-justified. Only useful for menu bars. | |
| 667 649 | 
             
            <col align="left" valign="top">
         | 
| 668 650 | 
             
            <tbody><tr>
         | 
| 669 651 | 
             
            <td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
         | 
| 670 | 
            -
            <td>the menu item
         | 
| 671 | 
            -
            </td>
         | 
| 652 | 
            +
            <td>the menu item</td>
         | 
| 672 653 | 
             
            </tr></tbody>
         | 
| 673 654 | 
             
            </table></div>
         | 
| 674 655 | 
             
            </div>
         | 
| 675 656 | 
             
            </div>
         | 
| 676 | 
            -
            <div class="refsect1" | 
| 657 | 
            +
            <div class="refsect1">
         | 
| 677 658 | 
             
            <a name="GtkMenuItem.property-details"></a><h2>Property Details</h2>
         | 
| 678 | 
            -
            <div class="refsect2" | 
| 659 | 
            +
            <div class="refsect2">
         | 
| 679 660 | 
             
            <a name="GtkMenuItem--accel-path"></a><h3>The <code class="literal">"accel-path"</code> property</h3>
         | 
| 680 661 | 
             
            <pre class="programlisting">  "accel-path"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
         | 
| 681 662 | 
             
            <p>
         | 
| @@ -687,7 +668,7 @@ identified and saved to persistant storage. | |
| 687 668 | 
             
            <p class="since">Since 2.14</p>
         | 
| 688 669 | 
             
            </div>
         | 
| 689 670 | 
             
            <hr>
         | 
| 690 | 
            -
            <div class="refsect2" | 
| 671 | 
            +
            <div class="refsect2">
         | 
| 691 672 | 
             
            <a name="GtkMenuItem--label"></a><h3>The <code class="literal">"label"</code> property</h3>
         | 
| 692 673 | 
             
            <pre class="programlisting">  "label"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
         | 
| 693 674 | 
             
            <p>
         | 
| @@ -697,7 +678,7 @@ The text for the child label. | |
| 697 678 | 
             
            <p class="since">Since 2.16</p>
         | 
| 698 679 | 
             
            </div>
         | 
| 699 680 | 
             
            <hr>
         | 
| 700 | 
            -
            <div class="refsect2" | 
| 681 | 
            +
            <div class="refsect2">
         | 
| 701 682 | 
             
            <a name="GtkMenuItem--right-justified"></a><h3>The <code class="literal">"right-justified"</code> property</h3>
         | 
| 702 683 | 
             
            <pre class="programlisting">  "right-justified"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 703 684 | 
             
            <p>
         | 
| @@ -707,7 +688,7 @@ Sets whether the menu item appears justified at the right side of a menu bar. | |
| 707 688 | 
             
            <p class="since">Since 2.14</p>
         | 
| 708 689 | 
             
            </div>
         | 
| 709 690 | 
             
            <hr>
         | 
| 710 | 
            -
            <div class="refsect2" | 
| 691 | 
            +
            <div class="refsect2">
         | 
| 711 692 | 
             
            <a name="GtkMenuItem--submenu"></a><h3>The <code class="literal">"submenu"</code> property</h3>
         | 
| 712 693 | 
             
            <pre class="programlisting">  "submenu"                  <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a>*              : Read / Write</pre>
         | 
| 713 694 | 
             
            <p>
         | 
| @@ -716,7 +697,7 @@ The submenu attached to the menu item, or NULL if it has none. | |
| 716 697 | 
             
            <p class="since">Since 2.12</p>
         | 
| 717 698 | 
             
            </div>
         | 
| 718 699 | 
             
            <hr>
         | 
| 719 | 
            -
            <div class="refsect2" | 
| 700 | 
            +
            <div class="refsect2">
         | 
| 720 701 | 
             
            <a name="GtkMenuItem--use-underline"></a><h3>The <code class="literal">"use-underline"</code> property</h3>
         | 
| 721 702 | 
             
            <pre class="programlisting">  "use-underline"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
         | 
| 722 703 | 
             
            <p>
         | 
| @@ -726,9 +707,9 @@ The submenu attached to the menu item, or NULL if it has none. | |
| 726 707 | 
             
            <p class="since">Since 2.16</p>
         | 
| 727 708 | 
             
            </div>
         | 
| 728 709 | 
             
            </div>
         | 
| 729 | 
            -
            <div class="refsect1" | 
| 710 | 
            +
            <div class="refsect1">
         | 
| 730 711 | 
             
            <a name="GtkMenuItem.style-property-details"></a><h2>Style Property Details</h2>
         | 
| 731 | 
            -
            <div class="refsect2" | 
| 712 | 
            +
            <div class="refsect2">
         | 
| 732 713 | 
             
            <a name="GtkMenuItem--s-arrow-scaling"></a><h3>The <code class="literal">"arrow-scaling"</code> style property</h3>
         | 
| 733 714 | 
             
            <pre class="programlisting">  "arrow-scaling"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>                : Read</pre>
         | 
| 734 715 | 
             
            <p>Amount of space used up by arrow, relative to the menu item's font size.</p>
         | 
| @@ -736,7 +717,7 @@ The submenu attached to the menu item, or NULL if it has none. | |
| 736 717 | 
             
            <p>Default value: 0.8</p>
         | 
| 737 718 | 
             
            </div>
         | 
| 738 719 | 
             
            <hr>
         | 
| 739 | 
            -
            <div class="refsect2" | 
| 720 | 
            +
            <div class="refsect2">
         | 
| 740 721 | 
             
            <a name="GtkMenuItem--s-arrow-spacing"></a><h3>The <code class="literal">"arrow-spacing"</code> style property</h3>
         | 
| 741 722 | 
             
            <pre class="programlisting">  "arrow-spacing"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 742 723 | 
             
            <p>Space between label and arrow.</p>
         | 
| @@ -744,7 +725,7 @@ The submenu attached to the menu item, or NULL if it has none. | |
| 744 725 | 
             
            <p>Default value: 10</p>
         | 
| 745 726 | 
             
            </div>
         | 
| 746 727 | 
             
            <hr>
         | 
| 747 | 
            -
            <div class="refsect2" | 
| 728 | 
            +
            <div class="refsect2">
         | 
| 748 729 | 
             
            <a name="GtkMenuItem--s-horizontal-padding"></a><h3>The <code class="literal">"horizontal-padding"</code> style property</h3>
         | 
| 749 730 | 
             
            <pre class="programlisting">  "horizontal-padding"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 750 731 | 
             
            <p>Padding to left and right of the menu item.</p>
         | 
| @@ -752,14 +733,14 @@ The submenu attached to the menu item, or NULL if it has none. | |
| 752 733 | 
             
            <p>Default value: 3</p>
         | 
| 753 734 | 
             
            </div>
         | 
| 754 735 | 
             
            <hr>
         | 
| 755 | 
            -
            <div class="refsect2" | 
| 736 | 
            +
            <div class="refsect2">
         | 
| 756 737 | 
             
            <a name="GtkMenuItem--s-selected-shadow-type"></a><h3>The <code class="literal">"selected-shadow-type"</code> style property</h3>
         | 
| 757 738 | 
             
            <pre class="programlisting">  "selected-shadow-type"     <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a>         : Read</pre>
         | 
| 758 739 | 
             
            <p>Shadow type when item is selected.</p>
         | 
| 759 740 | 
             
            <p>Default value: GTK_SHADOW_NONE</p>
         | 
| 760 741 | 
             
            </div>
         | 
| 761 742 | 
             
            <hr>
         | 
| 762 | 
            -
            <div class="refsect2" | 
| 743 | 
            +
            <div class="refsect2">
         | 
| 763 744 | 
             
            <a name="GtkMenuItem--s-toggle-spacing"></a><h3>The <code class="literal">"toggle-spacing"</code> style property</h3>
         | 
| 764 745 | 
             
            <pre class="programlisting">  "toggle-spacing"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 765 746 | 
             
            <p>Space between icon and label.</p>
         | 
| @@ -767,7 +748,7 @@ The submenu attached to the menu item, or NULL if it has none. | |
| 767 748 | 
             
            <p>Default value: 5</p>
         | 
| 768 749 | 
             
            </div>
         | 
| 769 750 | 
             
            <hr>
         | 
| 770 | 
            -
            <div class="refsect2" | 
| 751 | 
            +
            <div class="refsect2">
         | 
| 771 752 | 
             
            <a name="GtkMenuItem--s-width-chars"></a><h3>The <code class="literal">"width-chars"</code> style property</h3>
         | 
| 772 753 | 
             
            <pre class="programlisting">  "width-chars"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
         | 
| 773 754 | 
             
            <p>
         | 
| @@ -778,12 +759,12 @@ The minimum desired width of the menu item in characters. | |
| 778 759 | 
             
            <p class="since">Since 2.14</p>
         | 
| 779 760 | 
             
            </div>
         | 
| 780 761 | 
             
            </div>
         | 
| 781 | 
            -
            <div class="refsect1" | 
| 762 | 
            +
            <div class="refsect1">
         | 
| 782 763 | 
             
            <a name="GtkMenuItem.signal-details"></a><h2>Signal Details</h2>
         | 
| 783 | 
            -
            <div class="refsect2" | 
| 764 | 
            +
            <div class="refsect2">
         | 
| 784 765 | 
             
            <a name="GtkMenuItem-activate"></a><h3>The <code class="literal">"activate"</code> signal</h3>
         | 
| 785 766 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menuitem,
         | 
| 786 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      :  | 
| 767 | 
            +
                                                                    <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>
         | 
| 787 768 | 
             
            <p>
         | 
| 788 769 | 
             
            Emitted when the item is activated.
         | 
| 789 770 | 
             
            </p>
         | 
| @@ -792,8 +773,7 @@ Emitted when the item is activated. | |
| 792 773 | 
             
            <tbody>
         | 
| 793 774 | 
             
            <tr>
         | 
| 794 775 | 
             
            <td><p><span class="term"><em class="parameter"><code>menuitem</code></em> :</span></p></td>
         | 
| 795 | 
            -
            <td>the object which received the signal | 
| 796 | 
            -
            </td>
         | 
| 776 | 
            +
            <td>the object which received the signal.</td>
         | 
| 797 777 | 
             
            </tr>
         | 
| 798 778 | 
             
            <tr>
         | 
| 799 779 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -803,10 +783,10 @@ Emitted when the item is activated. | |
| 803 783 | 
             
            </table></div>
         | 
| 804 784 | 
             
            </div>
         | 
| 805 785 | 
             
            <hr>
         | 
| 806 | 
            -
            <div class="refsect2" | 
| 786 | 
            +
            <div class="refsect2">
         | 
| 807 787 | 
             
            <a name="GtkMenuItem-activate-item"></a><h3>The <code class="literal">"activate-item"</code> signal</h3>
         | 
| 808 788 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menuitem,
         | 
| 809 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : Run First</pre>
         | 
| 789 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
         | 
| 810 790 | 
             
            <p>
         | 
| 811 791 | 
             
            Emitted when the item is activated, but also if the menu item has a
         | 
| 812 792 | 
             
            submenu. For normal applications, the relevant signal is "activate".
         | 
| @@ -816,8 +796,7 @@ submenu. For normal applications, the relevant signal is "activate". | |
| 816 796 | 
             
            <tbody>
         | 
| 817 797 | 
             
            <tr>
         | 
| 818 798 | 
             
            <td><p><span class="term"><em class="parameter"><code>menuitem</code></em> :</span></p></td>
         | 
| 819 | 
            -
            <td>the object which received the signal | 
| 820 | 
            -
            </td>
         | 
| 799 | 
            +
            <td>the object which received the signal.</td>
         | 
| 821 800 | 
             
            </tr>
         | 
| 822 801 | 
             
            <tr>
         | 
| 823 802 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -827,11 +806,11 @@ submenu. For normal applications, the relevant signal is "activate". | |
| 827 806 | 
             
            </table></div>
         | 
| 828 807 | 
             
            </div>
         | 
| 829 808 | 
             
            <hr>
         | 
| 830 | 
            -
            <div class="refsect2" | 
| 809 | 
            +
            <div class="refsect2">
         | 
| 831 810 | 
             
            <a name="GtkMenuItem-toggle-size-allocate"></a><h3>The <code class="literal">"toggle-size-allocate"</code> signal</h3>
         | 
| 832 811 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menuitem,
         | 
| 833 812 | 
             
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>         arg1,
         | 
| 834 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : Run First</pre>
         | 
| 813 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
         | 
| 835 814 | 
             
            <p>
         | 
| 836 815 | 
             
            </p>
         | 
| 837 816 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -839,13 +818,7 @@ submenu. For normal applications, the relevant signal is "activate". | |
| 839 818 | 
             
            <tbody>
         | 
| 840 819 | 
             
            <tr>
         | 
| 841 820 | 
             
            <td><p><span class="term"><em class="parameter"><code>menuitem</code></em> :</span></p></td>
         | 
| 842 | 
            -
            <td>the object which received the signal | 
| 843 | 
            -
            </td>
         | 
| 844 | 
            -
            </tr>
         | 
| 845 | 
            -
            <tr>
         | 
| 846 | 
            -
            <td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
         | 
| 847 | 
            -
            <td>
         | 
| 848 | 
            -
            </td>
         | 
| 821 | 
            +
            <td>the object which received the signal.</td>
         | 
| 849 822 | 
             
            </tr>
         | 
| 850 823 | 
             
            <tr>
         | 
| 851 824 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -855,11 +828,11 @@ submenu. For normal applications, the relevant signal is "activate". | |
| 855 828 | 
             
            </table></div>
         | 
| 856 829 | 
             
            </div>
         | 
| 857 830 | 
             
            <hr>
         | 
| 858 | 
            -
            <div class="refsect2" | 
| 831 | 
            +
            <div class="refsect2">
         | 
| 859 832 | 
             
            <a name="GtkMenuItem-toggle-size-request"></a><h3>The <code class="literal">"toggle-size-request"</code> signal</h3>
         | 
| 860 833 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menuitem,
         | 
| 861 834 | 
             
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     arg1,
         | 
| 862 | 
            -
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : Run First</pre>
         | 
| 835 | 
            +
                                                                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
         | 
| 863 836 | 
             
            <p>
         | 
| 864 837 | 
             
            </p>
         | 
| 865 838 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -867,13 +840,7 @@ submenu. For normal applications, the relevant signal is "activate". | |
| 867 840 | 
             
            <tbody>
         | 
| 868 841 | 
             
            <tr>
         | 
| 869 842 | 
             
            <td><p><span class="term"><em class="parameter"><code>menuitem</code></em> :</span></p></td>
         | 
| 870 | 
            -
            <td>the object which received the signal | 
| 871 | 
            -
            </td>
         | 
| 872 | 
            -
            </tr>
         | 
| 873 | 
            -
            <tr>
         | 
| 874 | 
            -
            <td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
         | 
| 875 | 
            -
            <td>
         | 
| 876 | 
            -
            </td>
         | 
| 843 | 
            +
            <td>the object which received the signal.</td>
         | 
| 877 844 | 
             
            </tr>
         | 
| 878 845 | 
             
            <tr>
         | 
| 879 846 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -883,7 +850,7 @@ submenu. For normal applications, the relevant signal is "activate". | |
| 883 850 | 
             
            </table></div>
         | 
| 884 851 | 
             
            </div>
         | 
| 885 852 | 
             
            </div>
         | 
| 886 | 
            -
            <div class="refsect1" | 
| 853 | 
            +
            <div class="refsect1">
         | 
| 887 854 | 
             
            <a name="GtkMenuItem.see-also"></a><h2>See Also</h2>
         | 
| 888 855 | 
             
            <p>
         | 
| 889 856 | 
             
            </p>
         | 
| @@ -910,6 +877,6 @@ submenu. For normal applications, the relevant signal is "activate". | |
| 910 877 | 
             
            </div>
         | 
| 911 878 | 
             
            <div class="footer">
         | 
| 912 879 | 
             
            <hr>
         | 
| 913 | 
            -
                      Generated by GTK-Doc V1. | 
| 880 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 914 881 | 
             
            </body>
         | 
| 915 882 | 
             
            </html>
         |