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="GtkImageMenuItem.html" title="GtkImageMenuItem">
         | 
| 10 10 | 
             
            <link rel="next" href="gtk-gtkcheckmenuitem.html" title="GtkCheckMenuItem">
         | 
| 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="#GtkRadioMenuItem.signals" class="shortcut">Signals</a>
         | 
| 35 35 | 
             
            </td></tr>
         | 
| 36 36 | 
             
            </table>
         | 
| 37 | 
            -
            <div class="refentry" | 
| 37 | 
            +
            <div class="refentry">
         | 
| 38 38 | 
             
            <a name="GtkRadioMenuItem"></a><div class="titlepage"></div>
         | 
| 39 39 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 40 40 | 
             
            <td valign="top">
         | 
| @@ -43,19 +43,19 @@ | |
| 43 43 | 
             
            </td>
         | 
| 44 44 | 
             
            <td valign="top" align="right"></td>
         | 
| 45 45 | 
             
            </tr></table></div>
         | 
| 46 | 
            -
            <div class="refsynopsisdiv" | 
| 46 | 
            +
            <div class="refsynopsisdiv">
         | 
| 47 47 | 
             
            <a name="GtkRadioMenuItem.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 | 
| 53 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 51 | 
            +
            struct              <a class="link" href="GtkRadioMenuItem.html#GtkRadioMenuItem-struct" title="struct GtkRadioMenuItem">GtkRadioMenuItem</a>;
         | 
| 52 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-new" title="gtk_radio_menu_item_new ()">gtk_radio_menu_item_new</a>             (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);
         | 
| 53 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-new-with-label" title="gtk_radio_menu_item_new_with_label ()">gtk_radio_menu_item_new_with_label</a>  (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
         | 
| 54 54 | 
             
                                                                     <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>);
         | 
| 55 | 
            -
            <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> *         <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-new-with-mnemonic" title="gtk_radio_menu_item_new_with_mnemonic ()">gtk_radio_menu_item_new_with_mnemonic</a>
         | 
| 56 56 | 
             
                                                                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
         | 
| 57 57 | 
             
                                                                     <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>);
         | 
| 58 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 58 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-new-from-widget" title="gtk_radio_menu_item_new_from_widget ()">gtk_radio_menu_item_new_from_widget</a> (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *group</code></em>);
         | 
| 59 59 | 
             
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-new-with-label-from-widget" title="gtk_radio_menu_item_new_with_label_from_widget ()">gtk_radio_menu_item_new_with_label_from_widget</a>
         | 
| 60 60 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *group</code></em>,
         | 
| 61 61 | 
             
                                                                     <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>);
         | 
| @@ -65,10 +65,10 @@ | |
| 65 65 | 
             
            #define             <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-group" title="gtk_radio_menu_item_group">gtk_radio_menu_item_group</a>
         | 
| 66 66 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-set-group" title="gtk_radio_menu_item_set_group ()">gtk_radio_menu_item_set_group</a>       (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *radio_menu_item</code></em>,
         | 
| 67 67 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);
         | 
| 68 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a | 
| 68 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            <a class="link" href="GtkRadioMenuItem.html#gtk-radio-menu-item-get-group" title="gtk_radio_menu_item_get_group ()">gtk_radio_menu_item_get_group</a>       (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *radio_menu_item</code></em>);
         | 
| 69 69 | 
             
            </pre>
         | 
| 70 70 | 
             
            </div>
         | 
| 71 | 
            -
            <div class="refsect1" | 
| 71 | 
            +
            <div class="refsect1">
         | 
| 72 72 | 
             
            <a name="GtkRadioMenuItem.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>
         | 
| @@ -83,25 +83,25 @@ | |
| 83 83 | 
             
                                                               +----GtkRadioMenuItem
         | 
| 84 84 | 
             
            </pre>
         | 
| 85 85 | 
             
            </div>
         | 
| 86 | 
            -
            <div class="refsect1" | 
| 86 | 
            +
            <div class="refsect1">
         | 
| 87 87 | 
             
            <a name="GtkRadioMenuItem.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 88 88 | 
             
            <p>
         | 
| 89 89 | 
             
            GtkRadioMenuItem implements
         | 
| 90 90 | 
             
             AtkImplementorIface,  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and  <a class="link" href="GtkActivatable.html" title="GtkActivatable">GtkActivatable</a>.</p>
         | 
| 91 91 | 
             
            </div>
         | 
| 92 | 
            -
            <div class="refsect1" | 
| 92 | 
            +
            <div class="refsect1">
         | 
| 93 93 | 
             
            <a name="GtkRadioMenuItem.properties"></a><h2>Properties</h2>
         | 
| 94 94 | 
             
            <pre class="synopsis">
         | 
| 95 95 | 
             
              "<a class="link" href="GtkRadioMenuItem.html#GtkRadioMenuItem--group" title='The "group" property'>group</a>"                    <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>*     : Write
         | 
| 96 96 | 
             
            </pre>
         | 
| 97 97 | 
             
            </div>
         | 
| 98 | 
            -
            <div class="refsect1" | 
| 98 | 
            +
            <div class="refsect1">
         | 
| 99 99 | 
             
            <a name="GtkRadioMenuItem.signals"></a><h2>Signals</h2>
         | 
| 100 100 | 
             
            <pre class="synopsis">
         | 
| 101 | 
            -
              "<a class="link" href="GtkRadioMenuItem.html#GtkRadioMenuItem-group-changed" title='The "group-changed" signal'>group-changed</a>"                                  : Run First
         | 
| 101 | 
            +
              "<a class="link" href="GtkRadioMenuItem.html#GtkRadioMenuItem-group-changed" title='The "group-changed" signal'>group-changed</a>"                                  : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
         | 
| 102 102 | 
             
            </pre>
         | 
| 103 103 | 
             
            </div>
         | 
| 104 | 
            -
            <div class="refsect1" | 
| 104 | 
            +
            <div class="refsect1">
         | 
| 105 105 | 
             
            <a name="GtkRadioMenuItem.description"></a><h2>Description</h2>
         | 
| 106 106 | 
             
            <p>
         | 
| 107 107 | 
             
            A radio menu item is a check menu item that belongs to a group. At each
         | 
| @@ -116,7 +116,7 @@ The correct way to create a group of radio menu items is approximatively | |
| 116 116 | 
             
            this:
         | 
| 117 117 | 
             
            </p>
         | 
| 118 118 | 
             
            <div class="example">
         | 
| 119 | 
            -
            <a name=" | 
| 119 | 
            +
            <a name="id972297"></a><p class="title"><b>Example 34. How to create a group of radio menu items.</b></p>
         | 
| 120 120 | 
             
            <div class="example-contents">
         | 
| 121 121 | 
             
              <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
         | 
| 122 122 | 
             
                <tbody>
         | 
| @@ -149,20 +149,20 @@ this: | |
| 149 149 | 
             
            </div>
         | 
| 150 150 | 
             
            <br class="example-break">
         | 
| 151 151 | 
             
            </div>
         | 
| 152 | 
            -
            <div class="refsect1" | 
| 152 | 
            +
            <div class="refsect1">
         | 
| 153 153 | 
             
            <a name="GtkRadioMenuItem.details"></a><h2>Details</h2>
         | 
| 154 | 
            -
            <div class="refsect2" | 
| 155 | 
            -
            <a name="GtkRadioMenuItem-struct"></a><h3>GtkRadioMenuItem</h3>
         | 
| 156 | 
            -
            <pre class="programlisting"> | 
| 154 | 
            +
            <div class="refsect2">
         | 
| 155 | 
            +
            <a name="GtkRadioMenuItem-struct"></a><h3>struct GtkRadioMenuItem</h3>
         | 
| 156 | 
            +
            <pre class="programlisting">struct GtkRadioMenuItem;</pre>
         | 
| 157 157 | 
             
            <p>
         | 
| 158 158 | 
             
            The structure contains only private data that must be accessed through
         | 
| 159 159 | 
             
            the interface functions.
         | 
| 160 160 | 
             
            </p>
         | 
| 161 161 | 
             
            </div>
         | 
| 162 162 | 
             
            <hr>
         | 
| 163 | 
            -
            <div class="refsect2" | 
| 163 | 
            +
            <div class="refsect2">
         | 
| 164 164 | 
             
            <a name="gtk-radio-menu-item-new"></a><h3>gtk_radio_menu_item_new ()</h3>
         | 
| 165 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 165 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_radio_menu_item_new             (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);</pre>
         | 
| 166 166 | 
             
            <p>
         | 
| 167 167 | 
             
            Creates a new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>.
         | 
| 168 168 | 
             
            </p>
         | 
| @@ -171,8 +171,7 @@ Creates a new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuIt | |
| 171 171 | 
             
            <tbody>
         | 
| 172 172 | 
             
            <tr>
         | 
| 173 173 | 
             
            <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
         | 
| 174 | 
            -
            <td>the group to which the radio menu item is to be attached
         | 
| 175 | 
            -
            </td>
         | 
| 174 | 
            +
            <td>the group to which the radio menu item is to be attached</td>
         | 
| 176 175 | 
             
            </tr>
         | 
| 177 176 | 
             
            <tr>
         | 
| 178 177 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| @@ -183,9 +182,9 @@ Creates a new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuIt | |
| 183 182 | 
             
            </table></div>
         | 
| 184 183 | 
             
            </div>
         | 
| 185 184 | 
             
            <hr>
         | 
| 186 | 
            -
            <div class="refsect2" | 
| 185 | 
            +
            <div class="refsect2">
         | 
| 187 186 | 
             
            <a name="gtk-radio-menu-item-new-with-label"></a><h3>gtk_radio_menu_item_new_with_label ()</h3>
         | 
| 188 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 187 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_radio_menu_item_new_with_label  (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
         | 
| 189 188 | 
             
                                                                     <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>
         | 
| 190 189 | 
             
            <p>
         | 
| 191 190 | 
             
            Creates a new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> whose child is a simple <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>.
         | 
| @@ -195,26 +194,25 @@ Creates a new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuIt | |
| 195 194 | 
             
            <tbody>
         | 
| 196 195 | 
             
            <tr>
         | 
| 197 196 | 
             
            <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
         | 
| 198 | 
            -
            <td>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRadioMenuItem][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym> | 
| 197 | 
            +
            <td>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRadioMenuItem][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
         | 
| 199 198 | 
             
            </td>
         | 
| 200 199 | 
             
            </tr>
         | 
| 201 200 | 
             
            <tr>
         | 
| 202 201 | 
             
            <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
         | 
| 203 | 
            -
            <td>the text for the label
         | 
| 204 | 
            -
            </td>
         | 
| 202 | 
            +
            <td>the text for the label</td>
         | 
| 205 203 | 
             
            </tr>
         | 
| 206 204 | 
             
            <tr>
         | 
| 207 205 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 208 | 
            -
            <td> | 
| 206 | 
            +
            <td>A new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 209 207 | 
             
            </td>
         | 
| 210 208 | 
             
            </tr>
         | 
| 211 209 | 
             
            </tbody>
         | 
| 212 210 | 
             
            </table></div>
         | 
| 213 211 | 
             
            </div>
         | 
| 214 212 | 
             
            <hr>
         | 
| 215 | 
            -
            <div class="refsect2" | 
| 213 | 
            +
            <div class="refsect2">
         | 
| 216 214 | 
             
            <a name="gtk-radio-menu-item-new-with-mnemonic"></a><h3>gtk_radio_menu_item_new_with_mnemonic ()</h3>
         | 
| 217 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 215 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_radio_menu_item_new_with_mnemonic
         | 
| 218 216 | 
             
                                                                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
         | 
| 219 217 | 
             
                                                                     <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>
         | 
| 220 218 | 
             
            <p>
         | 
| @@ -227,14 +225,12 @@ in <em class="parameter"><code>label</code></em> indicate the mnemonic for the m | |
| 227 225 | 
             
            <tbody>
         | 
| 228 226 | 
             
            <tr>
         | 
| 229 227 | 
             
            <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
         | 
| 230 | 
            -
            <td>group the radio menu item is inside
         | 
| 231 | 
            -
            </td>
         | 
| 228 | 
            +
            <td>group the radio menu item is inside</td>
         | 
| 232 229 | 
             
            </tr>
         | 
| 233 230 | 
             
            <tr>
         | 
| 234 231 | 
             
            <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
         | 
| 235 232 | 
             
            <td>the text of the button, with an underscore in front of the
         | 
| 236 | 
            -
             | 
| 237 | 
            -
            </td>
         | 
| 233 | 
            +
            mnemonic character</td>
         | 
| 238 234 | 
             
            </tr>
         | 
| 239 235 | 
             
            <tr>
         | 
| 240 236 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| @@ -245,9 +241,9 @@ in <em class="parameter"><code>label</code></em> indicate the mnemonic for the m | |
| 245 241 | 
             
            </table></div>
         | 
| 246 242 | 
             
            </div>
         | 
| 247 243 | 
             
            <hr>
         | 
| 248 | 
            -
            <div class="refsect2" | 
| 244 | 
            +
            <div class="refsect2">
         | 
| 249 245 | 
             
            <a name="gtk-radio-menu-item-new-from-widget"></a><h3>gtk_radio_menu_item_new_from_widget ()</h3>
         | 
| 250 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 246 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_radio_menu_item_new_from_widget (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *group</code></em>);</pre>
         | 
| 251 247 | 
             
            <p>
         | 
| 252 248 | 
             
            Creates a new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> adding it to the same group as <em class="parameter"><code>group</code></em>.
         | 
| 253 249 | 
             
            </p>
         | 
| @@ -261,8 +257,7 @@ Creates a new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuIt | |
| 261 257 | 
             
            </tr>
         | 
| 262 258 | 
             
            <tr>
         | 
| 263 259 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 264 | 
            -
            <td> | 
| 265 | 
            -
             | 
| 260 | 
            +
            <td>The new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 266 261 | 
             
            </td>
         | 
| 267 262 | 
             
            </tr>
         | 
| 268 263 | 
             
            </tbody>
         | 
| @@ -270,7 +265,7 @@ Creates a new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuIt | |
| 270 265 | 
             
            <p class="since">Since 2.4</p>
         | 
| 271 266 | 
             
            </div>
         | 
| 272 267 | 
             
            <hr>
         | 
| 273 | 
            -
            <div class="refsect2" | 
| 268 | 
            +
            <div class="refsect2">
         | 
| 274 269 | 
             
            <a name="gtk-radio-menu-item-new-with-label-from-widget"></a><h3>gtk_radio_menu_item_new_with_label_from_widget ()</h3>
         | 
| 275 270 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_radio_menu_item_new_with_label_from_widget
         | 
| 276 271 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *group</code></em>,
         | 
| @@ -284,18 +279,16 @@ The new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><s | |
| 284 279 | 
             
            <tbody>
         | 
| 285 280 | 
             
            <tr>
         | 
| 286 281 | 
             
            <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
         | 
| 287 | 
            -
            <td>an existing <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> | 
| 282 | 
            +
            <td>an existing <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>
         | 
| 288 283 | 
             
            </td>
         | 
| 289 284 | 
             
            </tr>
         | 
| 290 285 | 
             
            <tr>
         | 
| 291 286 | 
             
            <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
         | 
| 292 | 
            -
            <td>the text for the label
         | 
| 293 | 
            -
            </td>
         | 
| 287 | 
            +
            <td>the text for the label</td>
         | 
| 294 288 | 
             
            </tr>
         | 
| 295 289 | 
             
            <tr>
         | 
| 296 290 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 297 | 
            -
            <td> | 
| 298 | 
            -
             | 
| 291 | 
            +
            <td>The new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 299 292 | 
             
            </td>
         | 
| 300 293 | 
             
            </tr>
         | 
| 301 294 | 
             
            </tbody>
         | 
| @@ -303,7 +296,7 @@ The new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><s | |
| 303 296 | 
             
            <p class="since">Since 2.4</p>
         | 
| 304 297 | 
             
            </div>
         | 
| 305 298 | 
             
            <hr>
         | 
| 306 | 
            -
            <div class="refsect2" | 
| 299 | 
            +
            <div class="refsect2">
         | 
| 307 300 | 
             
            <a name="gtk-radio-menu-item-new-with-mnemonic-from-widget"></a><h3>gtk_radio_menu_item_new_with_mnemonic_from_widget ()</h3>
         | 
| 308 301 | 
             
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_radio_menu_item_new_with_mnemonic_from_widget
         | 
| 309 302 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *group</code></em>,
         | 
| @@ -327,13 +320,11 @@ The new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><s | |
| 327 320 | 
             
            <tr>
         | 
| 328 321 | 
             
            <td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
         | 
| 329 322 | 
             
            <td>the text of the button, with an underscore in front of the
         | 
| 330 | 
            -
             | 
| 331 | 
            -
            </td>
         | 
| 323 | 
            +
            mnemonic character</td>
         | 
| 332 324 | 
             
            </tr>
         | 
| 333 325 | 
             
            <tr>
         | 
| 334 326 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 335 | 
            -
            <td> | 
| 336 | 
            -
             | 
| 327 | 
            +
            <td>The new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 337 328 | 
             
            </td>
         | 
| 338 329 | 
             
            </tr>
         | 
| 339 330 | 
             
            </tbody>
         | 
| @@ -341,11 +332,11 @@ The new <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><s | |
| 341 332 | 
             
            <p class="since">Since 2.4</p>
         | 
| 342 333 | 
             
            </div>
         | 
| 343 334 | 
             
            <hr>
         | 
| 344 | 
            -
            <div class="refsect2" | 
| 335 | 
            +
            <div class="refsect2">
         | 
| 345 336 | 
             
            <a name="gtk-radio-menu-item-group"></a><h3>gtk_radio_menu_item_group</h3>
         | 
| 346 337 | 
             
            <pre class="programlisting">#define gtk_radio_menu_item_group gtk_radio_menu_item_get_group
         | 
| 347 338 | 
             
            </pre>
         | 
| 348 | 
            -
            <div class="warning"  | 
| 339 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 349 340 | 
             
            <h3 class="title">Warning</h3>
         | 
| 350 341 | 
             
            <p><code class="literal">gtk_radio_menu_item_group</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 351 342 | 
             
            </div>
         | 
| @@ -354,7 +345,7 @@ Deprecated compatibility macro. Use <a class="link" href="GtkRadioMenuItem.html# | |
| 354 345 | 
             
            </p>
         | 
| 355 346 | 
             
            </div>
         | 
| 356 347 | 
             
            <hr>
         | 
| 357 | 
            -
            <div class="refsect2" | 
| 348 | 
            +
            <div class="refsect2">
         | 
| 358 349 | 
             
            <a name="gtk-radio-menu-item-set-group"></a><h3>gtk_radio_menu_item_set_group ()</h3>
         | 
| 359 350 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_radio_menu_item_set_group       (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *radio_menu_item</code></em>,
         | 
| 360 351 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);</pre>
         | 
| @@ -366,21 +357,23 @@ Sets the group of a radio menu item, or changes it. | |
| 366 357 | 
             
            <tbody>
         | 
| 367 358 | 
             
            <tr>
         | 
| 368 359 | 
             
            <td><p><span class="term"><em class="parameter"><code>radio_menu_item</code></em> :</span></p></td>
         | 
| 369 | 
            -
            <td>a <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a | 
| 370 | 
            -
            </td>
         | 
| 360 | 
            +
            <td>a <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>.</td>
         | 
| 371 361 | 
             
            </tr>
         | 
| 372 362 | 
             
            <tr>
         | 
| 373 363 | 
             
            <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
         | 
| 374 | 
            -
            <td>the new group | 
| 375 | 
            -
            </td>
         | 
| 364 | 
            +
            <td>the new group.</td>
         | 
| 376 365 | 
             
            </tr>
         | 
| 377 366 | 
             
            </tbody>
         | 
| 378 367 | 
             
            </table></div>
         | 
| 379 368 | 
             
            </div>
         | 
| 380 369 | 
             
            <hr>
         | 
| 381 | 
            -
            <div class="refsect2" | 
| 370 | 
            +
            <div class="refsect2">
         | 
| 382 371 | 
             
            <a name="gtk-radio-menu-item-get-group"></a><h3>gtk_radio_menu_item_get_group ()</h3>
         | 
| 383 | 
            -
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a | 
| 372 | 
            +
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            gtk_radio_menu_item_get_group       (<em class="parameter"><code><a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *radio_menu_item</code></em>);</pre>
         | 
| 373 | 
            +
            <p>
         | 
| 374 | 
            +
            Returns the group to which the radio menu item belongs, as a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
         | 
| 375 | 
            +
            <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>. The list belongs to GTK+ and should not be freed.
         | 
| 376 | 
            +
            </p>
         | 
| 384 377 | 
             
            <p>
         | 
| 385 378 | 
             
            Returns the group to which the radio menu item belongs, as a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
         | 
| 386 379 | 
             
            <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>. The list belongs to GTK+ and should not be freed.
         | 
| @@ -390,21 +383,21 @@ Returns the group to which the radio menu item belongs, as a <a href="http://lib | |
| 390 383 | 
             
            <tbody>
         | 
| 391 384 | 
             
            <tr>
         | 
| 392 385 | 
             
            <td><p><span class="term"><em class="parameter"><code>radio_menu_item</code></em> :</span></p></td>
         | 
| 393 | 
            -
            <td>a <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a | 
| 386 | 
            +
            <td>a <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>
         | 
| 394 387 | 
             
            </td>
         | 
| 395 388 | 
             
            </tr>
         | 
| 396 389 | 
             
            <tr>
         | 
| 397 390 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 398 | 
            -
            <td>the group of <em class="parameter"><code>radio_menu_item</code></em>.
         | 
| 391 | 
            +
            <td>the group of <em class="parameter"><code>radio_menu_item</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 399 392 | 
             
            </td>
         | 
| 400 393 | 
             
            </tr>
         | 
| 401 394 | 
             
            </tbody>
         | 
| 402 395 | 
             
            </table></div>
         | 
| 403 396 | 
             
            </div>
         | 
| 404 397 | 
             
            </div>
         | 
| 405 | 
            -
            <div class="refsect1" | 
| 398 | 
            +
            <div class="refsect1">
         | 
| 406 399 | 
             
            <a name="GtkRadioMenuItem.property-details"></a><h2>Property Details</h2>
         | 
| 407 | 
            -
            <div class="refsect2" | 
| 400 | 
            +
            <div class="refsect2">
         | 
| 408 401 | 
             
            <a name="GtkRadioMenuItem--group"></a><h3>The <code class="literal">"group"</code> property</h3>
         | 
| 409 402 | 
             
            <pre class="programlisting">  "group"                    <a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a>*     : Write</pre>
         | 
| 410 403 | 
             
            <p>
         | 
| @@ -413,12 +406,12 @@ The radio menu item whose group this widget belongs to. | |
| 413 406 | 
             
            <p class="since">Since 2.8</p>
         | 
| 414 407 | 
             
            </div>
         | 
| 415 408 | 
             
            </div>
         | 
| 416 | 
            -
            <div class="refsect1" | 
| 409 | 
            +
            <div class="refsect1">
         | 
| 417 410 | 
             
            <a name="GtkRadioMenuItem.signal-details"></a><h2>Signal Details</h2>
         | 
| 418 | 
            -
            <div class="refsect2" | 
| 411 | 
            +
            <div class="refsect2">
         | 
| 419 412 | 
             
            <a name="GtkRadioMenuItem-group-changed"></a><h3>The <code class="literal">"group-changed"</code> signal</h3>
         | 
| 420 413 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkRadioMenuItem.html" title="GtkRadioMenuItem"><span class="type">GtkRadioMenuItem</span></a> *radiomenuitem,
         | 
| 421 | 
            -
                                                                    <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>
         | 
| 414 | 
            +
                                                                    <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>
         | 
| 422 415 | 
             
            <p>
         | 
| 423 416 | 
             
            </p>
         | 
| 424 417 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -426,8 +419,7 @@ The radio menu item whose group this widget belongs to. | |
| 426 419 | 
             
            <tbody>
         | 
| 427 420 | 
             
            <tr>
         | 
| 428 421 | 
             
            <td><p><span class="term"><em class="parameter"><code>radiomenuitem</code></em> :</span></p></td>
         | 
| 429 | 
            -
            <td>the object which received the signal | 
| 430 | 
            -
            </td>
         | 
| 422 | 
            +
            <td>the object which received the signal.</td>
         | 
| 431 423 | 
             
            </tr>
         | 
| 432 424 | 
             
            <tr>
         | 
| 433 425 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -437,7 +429,7 @@ The radio menu item whose group this widget belongs to. | |
| 437 429 | 
             
            </table></div>
         | 
| 438 430 | 
             
            </div>
         | 
| 439 431 | 
             
            </div>
         | 
| 440 | 
            -
            <div class="refsect1" | 
| 432 | 
            +
            <div class="refsect1">
         | 
| 441 433 | 
             
            <a name="GtkRadioMenuItem.see-also"></a><h2>See Also</h2>
         | 
| 442 434 | 
             
            <p>
         | 
| 443 435 | 
             
            </p>
         | 
| @@ -460,6 +452,6 @@ The radio menu item whose group this widget belongs to. | |
| 460 452 | 
             
            </div>
         | 
| 461 453 | 
             
            <div class="footer">
         | 
| 462 454 | 
             
            <hr>
         | 
| 463 | 
            -
                      Generated by GTK-Doc V1. | 
| 455 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 464 456 | 
             
            </body>
         | 
| 465 457 | 
             
            </html>
         | 
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkToggleToolButton.html" title="GtkToggleToolButton">
         | 
| 10 10 | 
             
            <link rel="next" href="Actions.html" title="Action-based menus and toolbars">
         | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 13 | 
             
            </head>
         | 
| 14 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| @@ -32,7 +32,7 @@ | |
| 32 32 | 
             
                              <a href="#GtkRadioToolButton.properties" class="shortcut">Properties</a>
         | 
| 33 33 | 
             
            </td></tr>
         | 
| 34 34 | 
             
            </table>
         | 
| 35 | 
            -
            <div class="refentry" | 
| 35 | 
            +
            <div class="refentry">
         | 
| 36 36 | 
             
            <a name="GtkRadioToolButton"></a><div class="titlepage"></div>
         | 
| 37 37 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 38 38 | 
             
            <td valign="top">
         | 
| @@ -41,12 +41,12 @@ | |
| 41 41 | 
             
            </td>
         | 
| 42 42 | 
             
            <td valign="top" align="right"></td>
         | 
| 43 43 | 
             
            </tr></table></div>
         | 
| 44 | 
            -
            <div class="refsynopsisdiv" | 
| 44 | 
            +
            <div class="refsynopsisdiv">
         | 
| 45 45 | 
             
            <a name="GtkRadioToolButton.synopsis"></a><h2>Synopsis</h2>
         | 
| 46 46 | 
             
            <pre class="synopsis">
         | 
| 47 47 | 
             
            #include <gtk/gtk.h>
         | 
| 48 48 |  | 
| 49 | 
            -
             | 
| 49 | 
            +
            struct              <a class="link" href="GtkRadioToolButton.html#GtkRadioToolButton-struct" title="struct GtkRadioToolButton">GtkRadioToolButton</a>;
         | 
| 50 50 | 
             
            <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> *       <a class="link" href="GtkRadioToolButton.html#gtk-radio-tool-button-new" title="gtk_radio_tool_button_new ()">gtk_radio_tool_button_new</a>           (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);
         | 
| 51 51 | 
             
            <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> *       <a class="link" href="GtkRadioToolButton.html#gtk-radio-tool-button-new-from-stock" title="gtk_radio_tool_button_new_from_stock ()">gtk_radio_tool_button_new_from_stock</a>
         | 
| 52 52 | 
             
                                                                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
         | 
| @@ -61,7 +61,7 @@ | |
| 61 61 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);
         | 
| 62 62 | 
             
            </pre>
         | 
| 63 63 | 
             
            </div>
         | 
| 64 | 
            -
            <div class="refsect1" | 
| 64 | 
            +
            <div class="refsect1">
         | 
| 65 65 | 
             
            <a name="GtkRadioToolButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 66 66 | 
             
            <pre class="synopsis">
         | 
| 67 67 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| @@ -76,19 +76,19 @@ | |
| 76 76 | 
             
                                                               +----GtkRadioToolButton
         | 
| 77 77 | 
             
            </pre>
         | 
| 78 78 | 
             
            </div>
         | 
| 79 | 
            -
            <div class="refsect1" | 
| 79 | 
            +
            <div class="refsect1">
         | 
| 80 80 | 
             
            <a name="GtkRadioToolButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 81 81 | 
             
            <p>
         | 
| 82 82 | 
             
            GtkRadioToolButton implements
         | 
| 83 83 | 
             
             AtkImplementorIface,  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and  <a class="link" href="GtkActivatable.html" title="GtkActivatable">GtkActivatable</a>.</p>
         | 
| 84 84 | 
             
            </div>
         | 
| 85 | 
            -
            <div class="refsect1" | 
| 85 | 
            +
            <div class="refsect1">
         | 
| 86 86 | 
             
            <a name="GtkRadioToolButton.properties"></a><h2>Properties</h2>
         | 
| 87 87 | 
             
            <pre class="synopsis">
         | 
| 88 88 | 
             
              "<a class="link" href="GtkRadioToolButton.html#GtkRadioToolButton--group" title='The "group" property'>group</a>"                    <a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a>*   : Write
         | 
| 89 89 | 
             
            </pre>
         | 
| 90 90 | 
             
            </div>
         | 
| 91 | 
            -
            <div class="refsect1" | 
| 91 | 
            +
            <div class="refsect1">
         | 
| 92 92 | 
             
            <a name="GtkRadioToolButton.description"></a><h2>Description</h2>
         | 
| 93 93 | 
             
            <p>
         | 
| 94 94 | 
             
            A <a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a> is a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> that contains a radio button,
         | 
| @@ -105,18 +105,18 @@ existing <a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButto | |
| 105 105 | 
             
            <span class="type">GtkRAdioToolButton</span> containing a stock item.
         | 
| 106 106 | 
             
            </p>
         | 
| 107 107 | 
             
            </div>
         | 
| 108 | 
            -
            <div class="refsect1" | 
| 108 | 
            +
            <div class="refsect1">
         | 
| 109 109 | 
             
            <a name="GtkRadioToolButton.details"></a><h2>Details</h2>
         | 
| 110 | 
            -
            <div class="refsect2" | 
| 111 | 
            -
            <a name="GtkRadioToolButton-struct"></a><h3>GtkRadioToolButton</h3>
         | 
| 112 | 
            -
            <pre class="programlisting"> | 
| 110 | 
            +
            <div class="refsect2">
         | 
| 111 | 
            +
            <a name="GtkRadioToolButton-struct"></a><h3>struct GtkRadioToolButton</h3>
         | 
| 112 | 
            +
            <pre class="programlisting">struct GtkRadioToolButton;</pre>
         | 
| 113 113 | 
             
            <p>
         | 
| 114 114 | 
             
              The <a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a> contains only private data and should only
         | 
| 115 115 | 
             
              be accessed through the functions described below.
         | 
| 116 116 | 
             
            </p>
         | 
| 117 117 | 
             
            </div>
         | 
| 118 118 | 
             
            <hr>
         | 
| 119 | 
            -
            <div class="refsect2" | 
| 119 | 
            +
            <div class="refsect2">
         | 
| 120 120 | 
             
            <a name="gtk-radio-tool-button-new"></a><h3>gtk_radio_tool_button_new ()</h3>
         | 
| 121 121 | 
             
            <pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> *       gtk_radio_tool_button_new           (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);</pre>
         | 
| 122 122 | 
             
            <p>
         | 
| @@ -127,13 +127,12 @@ Creates a new <a class="link" href="GtkRadioToolButton.html" title="GtkRadioTool | |
| 127 127 | 
             
            <tbody>
         | 
| 128 128 | 
             
            <tr>
         | 
| 129 129 | 
             
            <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
         | 
| 130 | 
            -
            <td> | 
| 130 | 
            +
            <td>An existing radio button group, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you are creating a new group. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 131 131 | 
             
            </td>
         | 
| 132 132 | 
             
            </tr>
         | 
| 133 133 | 
             
            <tr>
         | 
| 134 134 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 135 | 
            -
            <td> | 
| 136 | 
            -
             | 
| 135 | 
            +
            <td>The new <a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a>
         | 
| 137 136 | 
             
            </td>
         | 
| 138 137 | 
             
            </tr>
         | 
| 139 138 | 
             
            </tbody>
         | 
| @@ -141,7 +140,7 @@ Creates a new <a class="link" href="GtkRadioToolButton.html" title="GtkRadioTool | |
| 141 140 | 
             
            <p class="since">Since 2.4</p>
         | 
| 142 141 | 
             
            </div>
         | 
| 143 142 | 
             
            <hr>
         | 
| 144 | 
            -
            <div class="refsect2" | 
| 143 | 
            +
            <div class="refsect2">
         | 
| 145 144 | 
             
            <a name="gtk-radio-tool-button-new-from-stock"></a><h3>gtk_radio_tool_button_new_from_stock ()</h3>
         | 
| 146 145 | 
             
            <pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> *       gtk_radio_tool_button_new_from_stock
         | 
| 147 146 | 
             
                                                                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
         | 
| @@ -156,18 +155,16 @@ stock item indicated by <em class="parameter"><code>stock_id</code></em>. | |
| 156 155 | 
             
            <tbody>
         | 
| 157 156 | 
             
            <tr>
         | 
| 158 157 | 
             
            <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
         | 
| 159 | 
            -
            <td> | 
| 158 | 
            +
            <td>an existing radio button group, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you are creating a new group. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 160 159 | 
             
            </td>
         | 
| 161 160 | 
             
            </tr>
         | 
| 162 161 | 
             
            <tr>
         | 
| 163 162 | 
             
            <td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
         | 
| 164 | 
            -
            <td>the name of a stock item
         | 
| 165 | 
            -
            </td>
         | 
| 163 | 
            +
            <td>the name of a stock item</td>
         | 
| 166 164 | 
             
            </tr>
         | 
| 167 165 | 
             
            <tr>
         | 
| 168 166 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 169 | 
            -
            <td> | 
| 170 | 
            -
             | 
| 167 | 
            +
            <td>The new <span class="type">GtkRadioToolItem</span>
         | 
| 171 168 | 
             
            </td>
         | 
| 172 169 | 
             
            </tr>
         | 
| 173 170 | 
             
            </tbody>
         | 
| @@ -175,7 +172,7 @@ stock item indicated by <em class="parameter"><code>stock_id</code></em>. | |
| 175 172 | 
             
            <p class="since">Since 2.4</p>
         | 
| 176 173 | 
             
            </div>
         | 
| 177 174 | 
             
            <hr>
         | 
| 178 | 
            -
            <div class="refsect2" | 
| 175 | 
            +
            <div class="refsect2">
         | 
| 179 176 | 
             
            <a name="gtk-radio-tool-button-new-from-widget"></a><h3>gtk_radio_tool_button_new_from_widget ()</h3>
         | 
| 180 177 | 
             
            <pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> *       gtk_radio_tool_button_new_from_widget
         | 
| 181 178 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a> *group</code></em>);</pre>
         | 
| @@ -192,8 +189,7 @@ Creates a new <a class="link" href="GtkRadioToolButton.html" title="GtkRadioTool | |
| 192 189 | 
             
            </tr>
         | 
| 193 190 | 
             
            <tr>
         | 
| 194 191 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 195 | 
            -
            <td> | 
| 196 | 
            -
             | 
| 192 | 
            +
            <td>The new <a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 197 193 | 
             
            </td>
         | 
| 198 194 | 
             
            </tr>
         | 
| 199 195 | 
             
            </tbody>
         | 
| @@ -201,7 +197,7 @@ Creates a new <a class="link" href="GtkRadioToolButton.html" title="GtkRadioTool | |
| 201 197 | 
             
            <p class="since">Since 2.4</p>
         | 
| 202 198 | 
             
            </div>
         | 
| 203 199 | 
             
            <hr>
         | 
| 204 | 
            -
            <div class="refsect2" | 
| 200 | 
            +
            <div class="refsect2">
         | 
| 205 201 | 
             
            <a name="gtk-radio-tool-button-new-with-stock-from-widget"></a><h3>gtk_radio_tool_button_new_with_stock_from_widget ()</h3>
         | 
| 206 202 | 
             
            <pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> *       gtk_radio_tool_button_new_with_stock_from_widget
         | 
| 207 203 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a> *group</code></em>,
         | 
| @@ -216,18 +212,15 @@ stock item indicated by <em class="parameter"><code>stock_id</code></em>. | |
| 216 212 | 
             
            <tbody>
         | 
| 217 213 | 
             
            <tr>
         | 
| 218 214 | 
             
            <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
         | 
| 219 | 
            -
            <td>An existing <a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a | 
| 220 | 
            -
            </td>
         | 
| 215 | 
            +
            <td>An existing <a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a>.</td>
         | 
| 221 216 | 
             
            </tr>
         | 
| 222 217 | 
             
            <tr>
         | 
| 223 218 | 
             
            <td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
         | 
| 224 | 
            -
            <td>the name of a stock item | 
| 225 | 
            -
            </td>
         | 
| 219 | 
            +
            <td>the name of a stock item</td>
         | 
| 226 220 | 
             
            </tr>
         | 
| 227 221 | 
             
            <tr>
         | 
| 228 222 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 229 | 
            -
            <td> | 
| 230 | 
            -
             | 
| 223 | 
            +
            <td>A new <a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 231 224 | 
             
            </td>
         | 
| 232 225 | 
             
            </tr>
         | 
| 233 226 | 
             
            </tbody>
         | 
| @@ -235,7 +228,7 @@ stock item indicated by <em class="parameter"><code>stock_id</code></em>. | |
| 235 228 | 
             
            <p class="since">Since 2.4</p>
         | 
| 236 229 | 
             
            </div>
         | 
| 237 230 | 
             
            <hr>
         | 
| 238 | 
            -
            <div class="refsect2" | 
| 231 | 
            +
            <div class="refsect2">
         | 
| 239 232 | 
             
            <a name="gtk-radio-tool-button-get-group"></a><h3>gtk_radio_tool_button_get_group ()</h3>
         | 
| 240 233 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            gtk_radio_tool_button_get_group     (<em class="parameter"><code><a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a> *button</code></em>);</pre>
         | 
| 241 234 | 
             
            <p>
         | 
| @@ -251,8 +244,7 @@ Returns the radio button group <em class="parameter"><code>button</code></em> be | |
| 251 244 | 
             
            </tr>
         | 
| 252 245 | 
             
            <tr>
         | 
| 253 246 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 254 | 
            -
            <td> | 
| 255 | 
            -
             | 
| 247 | 
            +
            <td>The group <em class="parameter"><code>button</code></em> belongs to. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 256 248 | 
             
            </td>
         | 
| 257 249 | 
             
            </tr>
         | 
| 258 250 | 
             
            </tbody>
         | 
| @@ -260,7 +252,7 @@ Returns the radio button group <em class="parameter"><code>button</code></em> be | |
| 260 252 | 
             
            <p class="since">Since 2.4</p>
         | 
| 261 253 | 
             
            </div>
         | 
| 262 254 | 
             
            <hr>
         | 
| 263 | 
            -
            <div class="refsect2" | 
| 255 | 
            +
            <div class="refsect2">
         | 
| 264 256 | 
             
            <a name="gtk-radio-tool-button-set-group"></a><h3>gtk_radio_tool_button_set_group ()</h3>
         | 
| 265 257 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_radio_tool_button_set_group     (<em class="parameter"><code><a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a> *button</code></em>,
         | 
| 266 258 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);</pre>
         | 
| @@ -277,17 +269,16 @@ Adds <em class="parameter"><code>button</code></em> to <em class="parameter"><co | |
| 277 269 | 
             
            </tr>
         | 
| 278 270 | 
             
            <tr>
         | 
| 279 271 | 
             
            <td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
         | 
| 280 | 
            -
            <td>an existing radio button group
         | 
| 281 | 
            -
            </td>
         | 
| 272 | 
            +
            <td>an existing radio button group</td>
         | 
| 282 273 | 
             
            </tr>
         | 
| 283 274 | 
             
            </tbody>
         | 
| 284 275 | 
             
            </table></div>
         | 
| 285 276 | 
             
            <p class="since">Since 2.4</p>
         | 
| 286 277 | 
             
            </div>
         | 
| 287 278 | 
             
            </div>
         | 
| 288 | 
            -
            <div class="refsect1" | 
| 279 | 
            +
            <div class="refsect1">
         | 
| 289 280 | 
             
            <a name="GtkRadioToolButton.property-details"></a><h2>Property Details</h2>
         | 
| 290 | 
            -
            <div class="refsect2" | 
| 281 | 
            +
            <div class="refsect2">
         | 
| 291 282 | 
             
            <a name="GtkRadioToolButton--group"></a><h3>The <code class="literal">"group"</code> property</h3>
         | 
| 292 283 | 
             
            <pre class="programlisting">  "group"                    <a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a>*   : Write</pre>
         | 
| 293 284 | 
             
            <p>
         | 
| @@ -296,7 +287,7 @@ Sets a new group for a radio tool button. | |
| 296 287 | 
             
            <p class="since">Since 2.4</p>
         | 
| 297 288 | 
             
            </div>
         | 
| 298 289 | 
             
            </div>
         | 
| 299 | 
            -
            <div class="refsect1" | 
| 290 | 
            +
            <div class="refsect1">
         | 
| 300 291 | 
             
            <a name="GtkRadioToolButton.see-also"></a><h2>See Also</h2>
         | 
| 301 292 | 
             
            <p>
         | 
| 302 293 | 
             
            </p>
         | 
| @@ -331,6 +322,6 @@ Sets a new group for a radio tool button. | |
| 331 322 | 
             
            </div>
         | 
| 332 323 | 
             
            <div class="footer">
         | 
| 333 324 | 
             
            <hr>
         | 
| 334 | 
            -
                      Generated by GTK-Doc V1. | 
| 325 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 335 326 | 
             
            </body>
         | 
| 336 327 | 
             
            </html>
         |