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="gtkbase.html" title="Part II. GTK+ Core Reference">
         | 
| 9 9 | 
             
            <link rel="prev" href="gtk-Signals.html" title="Signals">
         | 
| 10 10 | 
             
            <link rel="next" href="gtk-Testing.html" title="Testing">
         | 
| 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">
         | 
| @@ -26,7 +26,7 @@ | |
| 26 26 | 
             
                              <a href="#gtk-Types.description" class="shortcut">Description</a>
         | 
| 27 27 | 
             
            </td></tr>
         | 
| 28 28 | 
             
            </table>
         | 
| 29 | 
            -
            <div class="refentry" | 
| 29 | 
            +
            <div class="refentry">
         | 
| 30 30 | 
             
            <a name="gtk-Types"></a><div class="titlepage"></div>
         | 
| 31 31 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 32 32 | 
             
            <td valign="top">
         | 
| @@ -35,7 +35,7 @@ | |
| 35 35 | 
             
            </td>
         | 
| 36 36 | 
             
            <td valign="top" align="right"></td>
         | 
| 37 37 | 
             
            </tr></table></div>
         | 
| 38 | 
            -
            <div class="refsynopsisdiv" | 
| 38 | 
            +
            <div class="refsynopsisdiv">
         | 
| 39 39 | 
             
            <a name="gtk-Types.synopsis"></a><h2>Synopsis</h2>
         | 
| 40 40 | 
             
            <pre class="synopsis">
         | 
| 41 41 | 
             
            #include <gtk/gtk.h>
         | 
| @@ -63,10 +63,10 @@ typedef             <a class="link" href="gtk-Types.html#GtkObjectInitFunc" titl | |
| 63 63 | 
             
            <span class="returnvalue">void</span>                (<a class="link" href="gtk-Types.html#GtkCallbackMarshal" title="GtkCallbackMarshal ()">*GtkCallbackMarshal</a>)               (<em class="parameter"><code><a class="link" href="GtkObject.html" title="GtkObject"><span class="type">GtkObject</span></a> *object</code></em>,
         | 
| 64 64 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
         | 
| 65 65 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_args</code></em>,
         | 
| 66 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> *args</code></em>);
         | 
| 66 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> *args</code></em>);
         | 
| 67 67 | 
             
            typedef             <a class="link" href="gtk-Types.html#GtkSignalMarshaller" title="GtkSignalMarshaller">GtkSignalMarshaller</a>;
         | 
| 68 68 | 
             
            typedef             <a class="link" href="gtk-Types.html#GtkTypeObject" title="GtkTypeObject">GtkTypeObject</a>;
         | 
| 69 | 
            -
             | 
| 69 | 
            +
            struct              <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg">GtkArg</a>;
         | 
| 70 70 | 
             
            #define             <a class="link" href="gtk-Types.html#GTK-VALUE-CHAR:CAPS" title="GTK_VALUE_CHAR()">GTK_VALUE_CHAR</a>                      (a)
         | 
| 71 71 | 
             
            #define             <a class="link" href="gtk-Types.html#GTK-VALUE-UCHAR:CAPS" title="GTK_VALUE_UCHAR()">GTK_VALUE_UCHAR</a>                     (a)
         | 
| 72 72 | 
             
            #define             <a class="link" href="gtk-Types.html#GTK-VALUE-BOOL:CAPS" title="GTK_VALUE_BOOL()">GTK_VALUE_BOOL</a>                      (a)
         | 
| @@ -98,13 +98,13 @@ typedef             <a class="link" href="gtk-Types.html#GtkTypeObject" title="G | |
| 98 98 | 
             
            #define             <a class="link" href="gtk-Types.html#GTK-RETLOC-BOXED:CAPS" title="GTK_RETLOC_BOXED()">GTK_RETLOC_BOXED</a>                    (a)
         | 
| 99 99 | 
             
            #define             <a class="link" href="gtk-Types.html#GTK-RETLOC-POINTER:CAPS" title="GTK_RETLOC_POINTER()">GTK_RETLOC_POINTER</a>                  (a)
         | 
| 100 100 | 
             
            #define             <a class="link" href="gtk-Types.html#GTK-RETLOC-OBJECT:CAPS" title="GTK_RETLOC_OBJECT()">GTK_RETLOC_OBJECT</a>                   (a)
         | 
| 101 | 
            -
             | 
| 101 | 
            +
            struct              <a class="link" href="gtk-Types.html#GtkTypeInfo" title="struct GtkTypeInfo">GtkTypeInfo</a>;
         | 
| 102 102 | 
             
            typedef             <a class="link" href="gtk-Types.html#GtkTypeClass" title="GtkTypeClass">GtkTypeClass</a>;
         | 
| 103 103 | 
             
            typedef             <a class="link" href="gtk-Types.html#GtkEnumValue" title="GtkEnumValue">GtkEnumValue</a>;
         | 
| 104 104 | 
             
            typedef             <a class="link" href="gtk-Types.html#GtkFlagValue" title="GtkFlagValue">GtkFlagValue</a>;
         | 
| 105 105 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gtk-Types.html#gtk-type-init" title="gtk_type_init ()">gtk_type_init</a>                       (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GTypeDebugFlags"><span class="type">GTypeDebugFlags</span></a> debug_flags</code></em>);
         | 
| 106 106 | 
             
            <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="returnvalue">GtkType</span></a>             <a class="link" href="gtk-Types.html#gtk-type-unique" title="gtk_type_unique ()">gtk_type_unique</a>                     (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> parent_type</code></em>,
         | 
| 107 | 
            -
                                                                     <em class="parameter"><code>const <a class="link" href="gtk-Types.html#GtkTypeInfo" title="GtkTypeInfo"><span class="type">GtkTypeInfo</span></a> *gtkinfo</code></em>);
         | 
| 107 | 
            +
                                                                     <em class="parameter"><code>const <a class="link" href="gtk-Types.html#GtkTypeInfo" title="struct GtkTypeInfo"><span class="type">GtkTypeInfo</span></a> *gtkinfo</code></em>);
         | 
| 108 108 | 
             
            #define             <a class="link" href="gtk-Types.html#gtk-type-name" title="gtk_type_name()">gtk_type_name</a>                       (type)
         | 
| 109 109 | 
             
            #define             <a class="link" href="gtk-Types.html#gtk-type-from-name" title="gtk_type_from_name()">gtk_type_from_name</a>                  (name)
         | 
| 110 110 | 
             
            #define             <a class="link" href="gtk-Types.html#gtk-type-parent" title="gtk_type_parent()">gtk_type_parent</a>                     (type)
         | 
| @@ -112,28 +112,28 @@ typedef             <a class="link" href="gtk-Types.html#GtkFlagValue" title="Gt | |
| 112 112 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            <a class="link" href="gtk-Types.html#gtk-type-new" title="gtk_type_new ()">gtk_type_new</a>                        (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> type</code></em>);
         | 
| 113 113 | 
             
            #define             <a class="link" href="gtk-Types.html#gtk-type-is-a" title="gtk_type_is_a()">gtk_type_is_a</a>                       (type,
         | 
| 114 114 | 
             
                                                                     is_a_type)
         | 
| 115 | 
            -
            <a class="link" href="gtk-Types.html#GtkEnumValue" title="GtkEnumValue"><span class="returnvalue">GtkEnumValue</span></a | 
| 116 | 
            -
            <a class="link" href="gtk-Types.html#GtkFlagValue" title="GtkFlagValue"><span class="returnvalue">GtkFlagValue</span></a | 
| 117 | 
            -
            <a class="link" href="gtk-Types.html#GtkEnumValue" title="GtkEnumValue"><span class="returnvalue">GtkEnumValue</span></a | 
| 115 | 
            +
            <a class="link" href="gtk-Types.html#GtkEnumValue" title="GtkEnumValue"><span class="returnvalue">GtkEnumValue</span></a> *	     <a class="link" href="gtk-Types.html#gtk-type-enum-get-values" title="gtk_type_enum_get_values ()">gtk_type_enum_get_values</a>            (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> enum_type</code></em>);
         | 
| 116 | 
            +
            <a class="link" href="gtk-Types.html#GtkFlagValue" title="GtkFlagValue"><span class="returnvalue">GtkFlagValue</span></a> *	     <a class="link" href="gtk-Types.html#gtk-type-flags-get-values" title="gtk_type_flags_get_values ()">gtk_type_flags_get_values</a>           (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> flags_type</code></em>);
         | 
| 117 | 
            +
            <a class="link" href="gtk-Types.html#GtkEnumValue" title="GtkEnumValue"><span class="returnvalue">GtkEnumValue</span></a> *	     <a class="link" href="gtk-Types.html#gtk-type-enum-find-value" title="gtk_type_enum_find_value ()">gtk_type_enum_find_value</a>            (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> enum_type</code></em>,
         | 
| 118 118 | 
             
                                                                     <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> *value_name</code></em>);
         | 
| 119 | 
            -
            <a class="link" href="gtk-Types.html#GtkFlagValue" title="GtkFlagValue"><span class="returnvalue">GtkFlagValue</span></a | 
| 119 | 
            +
            <a class="link" href="gtk-Types.html#GtkFlagValue" title="GtkFlagValue"><span class="returnvalue">GtkFlagValue</span></a> *	     <a class="link" href="gtk-Types.html#gtk-type-flags-find-value" title="gtk_type_flags_find_value ()">gtk_type_flags_find_value</a>           (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> flags_type</code></em>,
         | 
| 120 120 | 
             
                                                                     <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> *value_name</code></em>);
         | 
| 121 121 | 
             
            </pre>
         | 
| 122 122 | 
             
            </div>
         | 
| 123 | 
            -
            <div class="refsect1" | 
| 123 | 
            +
            <div class="refsect1">
         | 
| 124 124 | 
             
            <a name="gtk-Types.description"></a><h2>Description</h2>
         | 
| 125 125 | 
             
            <p>
         | 
| 126 126 | 
             
            The GTK+ type system is extensible.  Because of that, types have to be
         | 
| 127 127 | 
             
            managed at runtime.
         | 
| 128 128 | 
             
            </p>
         | 
| 129 129 | 
             
            </div>
         | 
| 130 | 
            -
            <div class="refsect1" | 
| 130 | 
            +
            <div class="refsect1">
         | 
| 131 131 | 
             
            <a name="gtk-Types.details"></a><h2>Details</h2>
         | 
| 132 | 
            -
            <div class="refsect2" | 
| 132 | 
            +
            <div class="refsect2">
         | 
| 133 133 | 
             
            <a name="GtkType"></a><h3>GtkType</h3>
         | 
| 134 134 | 
             
            <pre class="programlisting">typedef GType                   GtkType;
         | 
| 135 135 | 
             
            </pre>
         | 
| 136 | 
            -
            <div class="warning"  | 
| 136 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 137 137 | 
             
            <h3 class="title">Warning</h3>
         | 
| 138 138 | 
             
            <p><code class="literal">GtkType</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 139 139 | 
             
            </div>
         | 
| @@ -144,11 +144,11 @@ information about the type is held in a private struct named | |
| 144 144 | 
             
            </p>
         | 
| 145 145 | 
             
            </div>
         | 
| 146 146 | 
             
            <hr>
         | 
| 147 | 
            -
            <div class="refsect2" | 
| 147 | 
            +
            <div class="refsect2">
         | 
| 148 148 | 
             
            <a name="GtkFundamentalType"></a><h3>GtkFundamentalType</h3>
         | 
| 149 149 | 
             
            <pre class="programlisting">typedef GType GtkFundamentalType;
         | 
| 150 150 | 
             
            </pre>
         | 
| 151 | 
            -
            <div class="warning"  | 
| 151 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 152 152 | 
             
            <h3 class="title">Warning</h3>
         | 
| 153 153 | 
             
            <p><code class="literal">GtkFundamentalType</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 154 154 | 
             
            </div>
         | 
| @@ -159,11 +159,11 @@ fundamental types (e.g. <span class="type">char</span>, <span class="type">uchar | |
| 159 159 | 
             
            </p>
         | 
| 160 160 | 
             
            </div>
         | 
| 161 161 | 
             
            <hr>
         | 
| 162 | 
            -
            <div class="refsect2" | 
| 162 | 
            +
            <div class="refsect2">
         | 
| 163 163 | 
             
            <a name="GTK-CLASS-NAME:CAPS"></a><h3>GTK_CLASS_NAME()</h3>
         | 
| 164 164 | 
             
            <pre class="programlisting">#define GTK_CLASS_NAME(class)		(g_type_name (G_TYPE_FROM_CLASS (class)))
         | 
| 165 165 | 
             
            </pre>
         | 
| 166 | 
            -
            <div class="warning"  | 
| 166 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 167 167 | 
             
            <h3 class="title">Warning</h3>
         | 
| 168 168 | 
             
            <p><code class="literal">GTK_CLASS_NAME</code> is deprecated and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#g-type-name"><code class="function">g_type_name()</code></a> and <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-FROM-CLASS:CAPS"><code class="function">G_TYPE_FROM_CLASS()</code></a> instead.</p>
         | 
| 169 169 | 
             
            </div>
         | 
| @@ -174,17 +174,16 @@ Returns the type name of <em class="parameter"><code>class</code></em>. | |
| 174 174 | 
             
            <col align="left" valign="top">
         | 
| 175 175 | 
             
            <tbody><tr>
         | 
| 176 176 | 
             
            <td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
         | 
| 177 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkTypeClass" title="GtkTypeClass"><span class="type">GtkTypeClass</span></a | 
| 178 | 
            -
            </td>
         | 
| 177 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkTypeClass" title="GtkTypeClass"><span class="type">GtkTypeClass</span></a>.</td>
         | 
| 179 178 | 
             
            </tr></tbody>
         | 
| 180 179 | 
             
            </table></div>
         | 
| 181 180 | 
             
            </div>
         | 
| 182 181 | 
             
            <hr>
         | 
| 183 | 
            -
            <div class="refsect2" | 
| 182 | 
            +
            <div class="refsect2">
         | 
| 184 183 | 
             
            <a name="GTK-CLASS-TYPE:CAPS"></a><h3>GTK_CLASS_TYPE()</h3>
         | 
| 185 184 | 
             
            <pre class="programlisting">#define GTK_CLASS_TYPE(class)		(G_TYPE_FROM_CLASS (class))
         | 
| 186 185 | 
             
            </pre>
         | 
| 187 | 
            -
            <div class="warning"  | 
| 186 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 188 187 | 
             
            <h3 class="title">Warning</h3>
         | 
| 189 188 | 
             
            <p><code class="literal">GTK_CLASS_TYPE</code> is deprecated and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-FROM-CLASS:CAPS"><code class="function">G_TYPE_FROM_CLASS()</code></a> instead.</p>
         | 
| 190 189 | 
             
            </div>
         | 
| @@ -195,17 +194,16 @@ Returns the type of <em class="parameter"><code>class</code></em>. | |
| 195 194 | 
             
            <col align="left" valign="top">
         | 
| 196 195 | 
             
            <tbody><tr>
         | 
| 197 196 | 
             
            <td><p><span class="term"><em class="parameter"><code>class</code></em> :</span></p></td>
         | 
| 198 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkTypeClass" title="GtkTypeClass"><span class="type">GtkTypeClass</span></a | 
| 199 | 
            -
            </td>
         | 
| 197 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkTypeClass" title="GtkTypeClass"><span class="type">GtkTypeClass</span></a>.</td>
         | 
| 200 198 | 
             
            </tr></tbody>
         | 
| 201 199 | 
             
            </table></div>
         | 
| 202 200 | 
             
            </div>
         | 
| 203 201 | 
             
            <hr>
         | 
| 204 | 
            -
            <div class="refsect2" | 
| 202 | 
            +
            <div class="refsect2">
         | 
| 205 203 | 
             
            <a name="GTK-TYPE-IS-OBJECT:CAPS"></a><h3>GTK_TYPE_IS_OBJECT()</h3>
         | 
| 206 204 | 
             
            <pre class="programlisting">#define GTK_TYPE_IS_OBJECT(type) (g_type_is_a ((type), GTK_TYPE_OBJECT))
         | 
| 207 205 | 
             
            </pre>
         | 
| 208 | 
            -
            <div class="warning"  | 
| 206 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 209 207 | 
             
            <h3 class="title">Warning</h3>
         | 
| 210 208 | 
             
            <p><code class="literal">GTK_TYPE_IS_OBJECT</code> is deprecated and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#G-TYPE-IS-OBJECT:CAPS"><code class="function">G_TYPE_IS_OBJECT()</code></a> instead.</p>
         | 
| 211 209 | 
             
            </div>
         | 
| @@ -216,17 +214,16 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr | |
| 216 214 | 
             
            <col align="left" valign="top">
         | 
| 217 215 | 
             
            <tbody><tr>
         | 
| 218 216 | 
             
            <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
         | 
| 219 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a | 
| 220 | 
            -
            </td>
         | 
| 217 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a>.</td>
         | 
| 221 218 | 
             
            </tr></tbody>
         | 
| 222 219 | 
             
            </table></div>
         | 
| 223 220 | 
             
            </div>
         | 
| 224 221 | 
             
            <hr>
         | 
| 225 | 
            -
            <div class="refsect2" | 
| 222 | 
            +
            <div class="refsect2">
         | 
| 226 223 | 
             
            <a name="GTK-TYPE-FUNDAMENTAL-LAST:CAPS"></a><h3>GTK_TYPE_FUNDAMENTAL_LAST</h3>
         | 
| 227 224 | 
             
            <pre class="programlisting">#define GTK_TYPE_FUNDAMENTAL_LAST        (G_TYPE_LAST_RESERVED_FUNDAMENTAL - 1)
         | 
| 228 225 | 
             
            </pre>
         | 
| 229 | 
            -
            <div class="warning"  | 
| 226 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 230 227 | 
             
            <h3 class="title">Warning</h3>
         | 
| 231 228 | 
             
            <p><code class="literal">GTK_TYPE_FUNDAMENTAL_LAST</code> is deprecated and should not be used in newly-written code. Use <span class="type">G_TYPE_LAST_RESERVED_FUNDAMENTAL</span> - 1 instead.</p>
         | 
| 232 229 | 
             
            </div>
         | 
| @@ -235,11 +232,11 @@ The highest-numbered structured or flat enumerated type value. | |
| 235 232 | 
             
            </p>
         | 
| 236 233 | 
             
            </div>
         | 
| 237 234 | 
             
            <hr>
         | 
| 238 | 
            -
            <div class="refsect2" | 
| 235 | 
            +
            <div class="refsect2">
         | 
| 239 236 | 
             
            <a name="GTK-TYPE-FUNDAMENTAL-MAX:CAPS"></a><h3>GTK_TYPE_FUNDAMENTAL_MAX</h3>
         | 
| 240 237 | 
             
            <pre class="programlisting">#define GTK_TYPE_FUNDAMENTAL_MAX         (G_TYPE_FUNDAMENTAL_MAX)
         | 
| 241 238 | 
             
            </pre>
         | 
| 242 | 
            -
            <div class="warning"  | 
| 239 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 243 240 | 
             
            <h3 class="title">Warning</h3>
         | 
| 244 241 | 
             
            <p><code class="literal">GTK_TYPE_FUNDAMENTAL_MAX</code> is deprecated and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-FUNDAMENTAL-MAX:CAPS"><span class="type">G_TYPE_FUNDAMENTAL_MAX</span></a> instead.</p>
         | 
| 245 242 | 
             
            </div>
         | 
| @@ -248,11 +245,11 @@ The maximum fundamental enumerated type value. | |
| 248 245 | 
             
            </p>
         | 
| 249 246 | 
             
            </div>
         | 
| 250 247 | 
             
            <hr>
         | 
| 251 | 
            -
            <div class="refsect2" | 
| 248 | 
            +
            <div class="refsect2">
         | 
| 252 249 | 
             
            <a name="GTK-STRUCT-OFFSET:CAPS"></a><h3>GTK_STRUCT_OFFSET</h3>
         | 
| 253 250 | 
             
            <pre class="programlisting">#define GTK_STRUCT_OFFSET G_STRUCT_OFFSET
         | 
| 254 251 | 
             
            </pre>
         | 
| 255 | 
            -
            <div class="warning"  | 
| 252 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 256 253 | 
             
            <h3 class="title">Warning</h3>
         | 
| 257 254 | 
             
            <p><code class="literal">GTK_STRUCT_OFFSET</code> is deprecated and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#G-STRUCT-OFFSET:CAPS"><code class="function">G_STRUCT_OFFSET()</code></a> instead.</p>
         | 
| 258 255 | 
             
            </div>
         | 
| @@ -261,11 +258,11 @@ Use in place of <code class="function"><code class="function">offsetof()</code>< | |
| 261 258 | 
             
            </p>
         | 
| 262 259 | 
             
            </div>
         | 
| 263 260 | 
             
            <hr>
         | 
| 264 | 
            -
            <div class="refsect2" | 
| 261 | 
            +
            <div class="refsect2">
         | 
| 265 262 | 
             
            <a name="GTK-CHECK-CAST:CAPS"></a><h3>GTK_CHECK_CAST</h3>
         | 
| 266 263 | 
             
            <pre class="programlisting">#define GTK_CHECK_CAST		G_TYPE_CHECK_INSTANCE_CAST
         | 
| 267 264 | 
             
            </pre>
         | 
| 268 | 
            -
            <div class="warning"  | 
| 265 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 269 266 | 
             
            <h3 class="title">Warning</h3>
         | 
| 270 267 | 
             
            <p><code class="literal">GTK_CHECK_CAST</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 271 268 | 
             
            </div>
         | 
| @@ -276,11 +273,11 @@ into a <em class="parameter"><code>cast</code></em>. | |
| 276 273 | 
             
            </p>
         | 
| 277 274 | 
             
            </div>
         | 
| 278 275 | 
             
            <hr>
         | 
| 279 | 
            -
            <div class="refsect2" | 
| 276 | 
            +
            <div class="refsect2">
         | 
| 280 277 | 
             
            <a name="GTK-CHECK-CLASS-CAST:CAPS"></a><h3>GTK_CHECK_CLASS_CAST</h3>
         | 
| 281 278 | 
             
            <pre class="programlisting">#define GTK_CHECK_CLASS_CAST G_TYPE_CHECK_CLASS_CAST
         | 
| 282 279 | 
             
            </pre>
         | 
| 283 | 
            -
            <div class="warning"  | 
| 280 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 284 281 | 
             
            <h3 class="title">Warning</h3>
         | 
| 285 282 | 
             
            <p><code class="literal">GTK_CHECK_CLASS_CAST</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 286 283 | 
             
            </div>
         | 
| @@ -291,11 +288,11 @@ into a <em class="parameter"><code>cast</code></em>. | |
| 291 288 | 
             
            </p>
         | 
| 292 289 | 
             
            </div>
         | 
| 293 290 | 
             
            <hr>
         | 
| 294 | 
            -
            <div class="refsect2" | 
| 291 | 
            +
            <div class="refsect2">
         | 
| 295 292 | 
             
            <a name="GTK-CHECK-TYPE:CAPS"></a><h3>GTK_CHECK_TYPE</h3>
         | 
| 296 293 | 
             
            <pre class="programlisting">#define GTK_CHECK_TYPE		G_TYPE_CHECK_INSTANCE_TYPE
         | 
| 297 294 | 
             
            </pre>
         | 
| 298 | 
            -
            <div class="warning"  | 
| 295 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 299 296 | 
             
            <h3 class="title">Warning</h3>
         | 
| 300 297 | 
             
            <p><code class="literal">GTK_CHECK_TYPE</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 301 298 | 
             
            </div>
         | 
| @@ -304,11 +301,11 @@ Determines whether <em class="parameter"><code>type_object</code></em> is a type | |
| 304 301 | 
             
            </p>
         | 
| 305 302 | 
             
            </div>
         | 
| 306 303 | 
             
            <hr>
         | 
| 307 | 
            -
            <div class="refsect2" | 
| 304 | 
            +
            <div class="refsect2">
         | 
| 308 305 | 
             
            <a name="GTK-CHECK-CLASS-TYPE:CAPS"></a><h3>GTK_CHECK_CLASS_TYPE</h3>
         | 
| 309 306 | 
             
            <pre class="programlisting">#define GTK_CHECK_CLASS_TYPE G_TYPE_CHECK_CLASS_TYPE
         | 
| 310 307 | 
             
            </pre>
         | 
| 311 | 
            -
            <div class="warning"  | 
| 308 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 312 309 | 
             
            <h3 class="title">Warning</h3>
         | 
| 313 310 | 
             
            <p><code class="literal">GTK_CHECK_CLASS_TYPE</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 314 311 | 
             
            </div>
         | 
| @@ -317,11 +314,11 @@ Determines whether <em class="parameter"><code>type_class</code></em> is a type | |
| 317 314 | 
             
            </p>
         | 
| 318 315 | 
             
            </div>
         | 
| 319 316 | 
             
            <hr>
         | 
| 320 | 
            -
            <div class="refsect2" | 
| 317 | 
            +
            <div class="refsect2">
         | 
| 321 318 | 
             
            <a name="GTK-CHECK-GET-CLASS:CAPS"></a><h3>GTK_CHECK_GET_CLASS</h3>
         | 
| 322 319 | 
             
            <pre class="programlisting">#define GTK_CHECK_GET_CLASS G_TYPE_INSTANCE_GET_CLASS
         | 
| 323 320 | 
             
            </pre>
         | 
| 324 | 
            -
            <div class="warning"  | 
| 321 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 325 322 | 
             
            <h3 class="title">Warning</h3>
         | 
| 326 323 | 
             
            <p><code class="literal">GTK_CHECK_GET_CLASS</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 327 324 | 
             
            </div>
         | 
| @@ -330,11 +327,11 @@ Gets the class of <em class="parameter"><code>tobj</code></em>. | |
| 330 327 | 
             
            </p>
         | 
| 331 328 | 
             
            </div>
         | 
| 332 329 | 
             
            <hr>
         | 
| 333 | 
            -
            <div class="refsect2" | 
| 330 | 
            +
            <div class="refsect2">
         | 
| 334 331 | 
             
            <a name="GTK-FUNDAMENTAL-TYPE:CAPS"></a><h3>GTK_FUNDAMENTAL_TYPE</h3>
         | 
| 335 332 | 
             
            <pre class="programlisting">#define GTK_FUNDAMENTAL_TYPE G_TYPE_FUNDAMENTAL
         | 
| 336 333 | 
             
            </pre>
         | 
| 337 | 
            -
            <div class="warning"  | 
| 334 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 338 335 | 
             
            <h3 class="title">Warning</h3>
         | 
| 339 336 | 
             
            <p><code class="literal">GTK_FUNDAMENTAL_TYPE</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 340 337 | 
             
            </div>
         | 
| @@ -343,32 +340,24 @@ Converts a GTK+ type into a fundamental type. | |
| 343 340 | 
             
            </p>
         | 
| 344 341 | 
             
            </div>
         | 
| 345 342 | 
             
            <hr>
         | 
| 346 | 
            -
            <div class="refsect2" | 
| 343 | 
            +
            <div class="refsect2">
         | 
| 347 344 | 
             
            <a name="GTK-SIGNAL-FUNC:CAPS"></a><h3>GTK_SIGNAL_FUNC()</h3>
         | 
| 348 345 | 
             
            <pre class="programlisting">#define GTK_SIGNAL_FUNC(f)	    G_CALLBACK(f)
         | 
| 349 346 | 
             
            </pre>
         | 
| 350 | 
            -
            <div class="warning"  | 
| 347 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 351 348 | 
             
            <h3 class="title">Warning</h3>
         | 
| 352 349 | 
             
            <p><code class="literal">GTK_SIGNAL_FUNC</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 353 350 | 
             
            </div>
         | 
| 354 351 | 
             
            <p>
         | 
| 355 352 | 
             
            Just a macroized cast into a <a class="link" href="gtk-Types.html#GtkSignalFunc" title="GtkSignalFunc ()"><span class="type">GtkSignalFunc</span></a>.
         | 
| 356 353 | 
             
            </p>
         | 
| 357 | 
            -
            <div class="variablelist"><table border="0">
         | 
| 358 | 
            -
            <col align="left" valign="top">
         | 
| 359 | 
            -
            <tbody><tr>
         | 
| 360 | 
            -
            <td><p><span class="term"><em class="parameter"><code>f</code></em> :</span></p></td>
         | 
| 361 | 
            -
            <td>
         | 
| 362 | 
            -
            </td>
         | 
| 363 | 
            -
            </tr></tbody>
         | 
| 364 | 
            -
            </table></div>
         | 
| 365 354 | 
             
            </div>
         | 
| 366 355 | 
             
            <hr>
         | 
| 367 | 
            -
            <div class="refsect2" | 
| 356 | 
            +
            <div class="refsect2">
         | 
| 368 357 | 
             
            <a name="GtkClassInitFunc"></a><h3>GtkClassInitFunc</h3>
         | 
| 369 358 | 
             
            <pre class="programlisting">typedef GBaseInitFunc           GtkClassInitFunc;
         | 
| 370 359 | 
             
            </pre>
         | 
| 371 | 
            -
            <div class="warning"  | 
| 360 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 372 361 | 
             
            <h3 class="title">Warning</h3>
         | 
| 373 362 | 
             
            <p><code class="literal">GtkClassInitFunc</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 374 363 | 
             
            </div>
         | 
| @@ -377,11 +366,11 @@ Defines a function pointer. | |
| 377 366 | 
             
            </p>
         | 
| 378 367 | 
             
            </div>
         | 
| 379 368 | 
             
            <hr>
         | 
| 380 | 
            -
            <div class="refsect2" | 
| 369 | 
            +
            <div class="refsect2">
         | 
| 381 370 | 
             
            <a name="GtkObjectInitFunc"></a><h3>GtkObjectInitFunc</h3>
         | 
| 382 371 | 
             
            <pre class="programlisting">typedef GInstanceInitFunc       GtkObjectInitFunc;
         | 
| 383 372 | 
             
            </pre>
         | 
| 384 | 
            -
            <div class="warning"  | 
| 373 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 385 374 | 
             
            <h3 class="title">Warning</h3>
         | 
| 386 375 | 
             
            <p><code class="literal">GtkObjectInitFunc</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 387 376 | 
             
            </div>
         | 
| @@ -390,10 +379,10 @@ Defines a function pointer. | |
| 390 379 | 
             
            </p>
         | 
| 391 380 | 
             
            </div>
         | 
| 392 381 | 
             
            <hr>
         | 
| 393 | 
            -
            <div class="refsect2" | 
| 382 | 
            +
            <div class="refsect2">
         | 
| 394 383 | 
             
            <a name="GtkSignalFunc"></a><h3>GtkSignalFunc ()</h3>
         | 
| 395 384 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                (*GtkSignalFunc)                    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 396 | 
            -
            <div class="warning"  | 
| 385 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 397 386 | 
             
            <h3 class="title">Warning</h3>
         | 
| 398 387 | 
             
            <p><code class="literal">GtkSignalFunc</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 399 388 | 
             
            </div>
         | 
| @@ -402,9 +391,13 @@ Defines a function pointer. | |
| 402 391 | 
             
            </p>
         | 
| 403 392 | 
             
            </div>
         | 
| 404 393 | 
             
            <hr>
         | 
| 405 | 
            -
            <div class="refsect2" | 
| 394 | 
            +
            <div class="refsect2">
         | 
| 406 395 | 
             
            <a name="GtkFunction"></a><h3>GtkFunction ()</h3>
         | 
| 407 396 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            (*GtkFunction)                      (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
         | 
| 397 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 398 | 
            +
            <h3 class="title">Warning</h3>
         | 
| 399 | 
            +
            <p><code class="literal">GtkFunction</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#GSourceFunc"><code class="function">GSourceFunc()</code></a> instead.</p>
         | 
| 400 | 
            +
            </div>
         | 
| 408 401 | 
             
            <p>
         | 
| 409 402 | 
             
            Defines a function pointer.
         | 
| 410 403 | 
             
            </p>
         | 
| @@ -413,24 +406,20 @@ Defines a function pointer. | |
| 413 406 | 
             
            <tbody>
         | 
| 414 407 | 
             
            <tr>
         | 
| 415 408 | 
             
            <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
         | 
| 416 | 
            -
            <td>
         | 
| 417 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>
         | 
| 418 | 
            -
            </td>
         | 
| 409 | 
            +
            <td><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td>
         | 
| 419 410 | 
             
            </tr>
         | 
| 420 411 | 
             
            <tr>
         | 
| 421 412 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 422 | 
            -
            <td>
         | 
| 423 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>
         | 
| 424 | 
            -
            </td>
         | 
| 413 | 
            +
            <td><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
         | 
| 425 414 | 
             
            </tr>
         | 
| 426 415 | 
             
            </tbody>
         | 
| 427 416 | 
             
            </table></div>
         | 
| 428 417 | 
             
            </div>
         | 
| 429 418 | 
             
            <hr>
         | 
| 430 | 
            -
            <div class="refsect2" | 
| 419 | 
            +
            <div class="refsect2">
         | 
| 431 420 | 
             
            <a name="GtkDestroyNotify"></a><h3>GtkDestroyNotify ()</h3>
         | 
| 432 421 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                (*GtkDestroyNotify)                 (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
         | 
| 433 | 
            -
            <div class="warning"  | 
| 422 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 434 423 | 
             
            <h3 class="title">Warning</h3>
         | 
| 435 424 | 
             
            <p><code class="literal">GtkDestroyNotify</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 436 425 | 
             
            </div>
         | 
| @@ -441,19 +430,21 @@ Defines a function pointer. | |
| 441 430 | 
             
            <col align="left" valign="top">
         | 
| 442 431 | 
             
            <tbody><tr>
         | 
| 443 432 | 
             
            <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
         | 
| 444 | 
            -
            <td>
         | 
| 445 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>
         | 
| 446 | 
            -
            </td>
         | 
| 433 | 
            +
            <td><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td>
         | 
| 447 434 | 
             
            </tr></tbody>
         | 
| 448 435 | 
             
            </table></div>
         | 
| 449 436 | 
             
            </div>
         | 
| 450 437 | 
             
            <hr>
         | 
| 451 | 
            -
            <div class="refsect2" | 
| 438 | 
            +
            <div class="refsect2">
         | 
| 452 439 | 
             
            <a name="GtkCallbackMarshal"></a><h3>GtkCallbackMarshal ()</h3>
         | 
| 453 440 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                (*GtkCallbackMarshal)               (<em class="parameter"><code><a class="link" href="GtkObject.html" title="GtkObject"><span class="type">GtkObject</span></a> *object</code></em>,
         | 
| 454 441 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
         | 
| 455 442 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_args</code></em>,
         | 
| 456 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> *args</code></em>);</pre>
         | 
| 443 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> *args</code></em>);</pre>
         | 
| 444 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 445 | 
            +
            <h3 class="title">Warning</h3>
         | 
| 446 | 
            +
            <p><code class="literal">GtkCallbackMarshal</code> has been deprecated since version 2.24 and should not be used in newly-written code. </p>
         | 
| 447 | 
            +
            </div>
         | 
| 457 448 | 
             
            <p>
         | 
| 458 449 | 
             
            Defines a function pointer.
         | 
| 459 450 | 
             
            </p>
         | 
| @@ -463,36 +454,30 @@ Defines a function pointer. | |
| 463 454 | 
             
            <tr>
         | 
| 464 455 | 
             
            <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
         | 
| 465 456 | 
             
            <td>
         | 
| 466 | 
            -
            <a class="link" href="GtkObject.html" title="GtkObject"><span class="type">GtkObject</span></a | 
| 467 | 
            -
            </td>
         | 
| 457 | 
            +
            <a class="link" href="GtkObject.html" title="GtkObject"><span class="type">GtkObject</span></a>*</td>
         | 
| 468 458 | 
             
            </tr>
         | 
| 469 459 | 
             
            <tr>
         | 
| 470 460 | 
             
            <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
         | 
| 471 | 
            -
            <td>
         | 
| 472 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>
         | 
| 473 | 
            -
            </td>
         | 
| 461 | 
            +
            <td><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td>
         | 
| 474 462 | 
             
            </tr>
         | 
| 475 463 | 
             
            <tr>
         | 
| 476 464 | 
             
            <td><p><span class="term"><em class="parameter"><code>n_args</code></em> :</span></p></td>
         | 
| 477 | 
            -
            <td>
         | 
| 478 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>
         | 
| 479 | 
            -
            </td>
         | 
| 465 | 
            +
            <td><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
         | 
| 480 466 | 
             
            </tr>
         | 
| 481 467 | 
             
            <tr>
         | 
| 482 468 | 
             
            <td><p><span class="term"><em class="parameter"><code>args</code></em> :</span></p></td>
         | 
| 483 469 | 
             
            <td>
         | 
| 484 | 
            -
            <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 485 | 
            -
            </td>
         | 
| 470 | 
            +
            <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>*</td>
         | 
| 486 471 | 
             
            </tr>
         | 
| 487 472 | 
             
            </tbody>
         | 
| 488 473 | 
             
            </table></div>
         | 
| 489 474 | 
             
            </div>
         | 
| 490 475 | 
             
            <hr>
         | 
| 491 | 
            -
            <div class="refsect2" | 
| 476 | 
            +
            <div class="refsect2">
         | 
| 492 477 | 
             
            <a name="GtkSignalMarshaller"></a><h3>GtkSignalMarshaller</h3>
         | 
| 493 478 | 
             
            <pre class="programlisting">typedef GSignalCMarshaller      GtkSignalMarshaller;
         | 
| 494 479 | 
             
            </pre>
         | 
| 495 | 
            -
            <div class="warning"  | 
| 480 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 496 481 | 
             
            <h3 class="title">Warning</h3>
         | 
| 497 482 | 
             
            <p><code class="literal">GtkSignalMarshaller</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 498 483 | 
             
            </div>
         | 
| @@ -501,11 +486,11 @@ Defines a function pointer. | |
| 501 486 | 
             
            </p>
         | 
| 502 487 | 
             
            </div>
         | 
| 503 488 | 
             
            <hr>
         | 
| 504 | 
            -
            <div class="refsect2" | 
| 489 | 
            +
            <div class="refsect2">
         | 
| 505 490 | 
             
            <a name="GtkTypeObject"></a><h3>GtkTypeObject</h3>
         | 
| 506 491 | 
             
            <pre class="programlisting">typedef GTypeInstance           GtkTypeObject;
         | 
| 507 492 | 
             
            </pre>
         | 
| 508 | 
            -
            <div class="warning"  | 
| 493 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 509 494 | 
             
            <h3 class="title">Warning</h3>
         | 
| 510 495 | 
             
            <p><code class="literal">GtkTypeObject</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 511 496 | 
             
            </div>
         | 
| @@ -517,9 +502,9 @@ from this structure or at least copy its fields one by one. | |
| 517 502 | 
             
            </p>
         | 
| 518 503 | 
             
            </div>
         | 
| 519 504 | 
             
            <hr>
         | 
| 520 | 
            -
            <div class="refsect2" | 
| 521 | 
            -
            <a name="GtkArg"></a><h3>GtkArg</h3>
         | 
| 522 | 
            -
            <pre class="programlisting"> | 
| 505 | 
            +
            <div class="refsect2">
         | 
| 506 | 
            +
            <a name="GtkArg"></a><h3>struct GtkArg</h3>
         | 
| 507 | 
            +
            <pre class="programlisting">struct GtkArg {
         | 
| 523 508 | 
             
              GType type;
         | 
| 524 509 | 
             
              gchar *name;
         | 
| 525 510 |  | 
| @@ -550,9 +535,9 @@ from this structure or at least copy its fields one by one. | |
| 550 535 | 
             
                  gpointer d;
         | 
| 551 536 | 
             
                } signal_data;
         | 
| 552 537 | 
             
              } d;
         | 
| 553 | 
            -
            } | 
| 538 | 
            +
            };
         | 
| 554 539 | 
             
            </pre>
         | 
| 555 | 
            -
            <div class="warning"  | 
| 540 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 556 541 | 
             
            <h3 class="title">Warning</h3>
         | 
| 557 542 | 
             
            <p><code class="literal">GtkArg</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 558 543 | 
             
            </div>
         | 
| @@ -561,660 +546,629 @@ This is a structure that we use to pass in typed values (and names). | |
| 561 546 | 
             
            </p>
         | 
| 562 547 | 
             
            </div>
         | 
| 563 548 | 
             
            <hr>
         | 
| 564 | 
            -
            <div class="refsect2" | 
| 549 | 
            +
            <div class="refsect2">
         | 
| 565 550 | 
             
            <a name="GTK-VALUE-CHAR:CAPS"></a><h3>GTK_VALUE_CHAR()</h3>
         | 
| 566 551 | 
             
            <pre class="programlisting">#define GTK_VALUE_CHAR(a) ((a).d.char_data)
         | 
| 567 552 | 
             
            </pre>
         | 
| 568 | 
            -
            <div class="warning"  | 
| 553 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 569 554 | 
             
            <h3 class="title">Warning</h3>
         | 
| 570 555 | 
             
            <p><code class="literal">GTK_VALUE_CHAR</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 571 556 | 
             
            </div>
         | 
| 572 557 | 
             
            <p>
         | 
| 573 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_CHAR</code>.
         | 
| 558 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_CHAR</code>.
         | 
| 574 559 | 
             
            </p>
         | 
| 575 560 | 
             
            <div class="variablelist"><table border="0">
         | 
| 576 561 | 
             
            <col align="left" valign="top">
         | 
| 577 562 | 
             
            <tbody><tr>
         | 
| 578 563 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 579 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 580 | 
            -
            </td>
         | 
| 564 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 581 565 | 
             
            </tr></tbody>
         | 
| 582 566 | 
             
            </table></div>
         | 
| 583 567 | 
             
            </div>
         | 
| 584 568 | 
             
            <hr>
         | 
| 585 | 
            -
            <div class="refsect2" | 
| 569 | 
            +
            <div class="refsect2">
         | 
| 586 570 | 
             
            <a name="GTK-VALUE-UCHAR:CAPS"></a><h3>GTK_VALUE_UCHAR()</h3>
         | 
| 587 571 | 
             
            <pre class="programlisting">#define GTK_VALUE_UCHAR(a) ((a).d.uchar_data)
         | 
| 588 572 | 
             
            </pre>
         | 
| 589 | 
            -
            <div class="warning"  | 
| 573 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 590 574 | 
             
            <h3 class="title">Warning</h3>
         | 
| 591 575 | 
             
            <p><code class="literal">GTK_VALUE_UCHAR</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 592 576 | 
             
            </div>
         | 
| 593 577 | 
             
            <p>
         | 
| 594 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_UCHAR</code>.
         | 
| 578 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_UCHAR</code>.
         | 
| 595 579 | 
             
            </p>
         | 
| 596 580 | 
             
            <div class="variablelist"><table border="0">
         | 
| 597 581 | 
             
            <col align="left" valign="top">
         | 
| 598 582 | 
             
            <tbody><tr>
         | 
| 599 583 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 600 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 601 | 
            -
            </td>
         | 
| 584 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 602 585 | 
             
            </tr></tbody>
         | 
| 603 586 | 
             
            </table></div>
         | 
| 604 587 | 
             
            </div>
         | 
| 605 588 | 
             
            <hr>
         | 
| 606 | 
            -
            <div class="refsect2" | 
| 589 | 
            +
            <div class="refsect2">
         | 
| 607 590 | 
             
            <a name="GTK-VALUE-BOOL:CAPS"></a><h3>GTK_VALUE_BOOL()</h3>
         | 
| 608 591 | 
             
            <pre class="programlisting">#define GTK_VALUE_BOOL(a) ((a).d.bool_data)
         | 
| 609 592 | 
             
            </pre>
         | 
| 610 | 
            -
            <div class="warning"  | 
| 593 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 611 594 | 
             
            <h3 class="title">Warning</h3>
         | 
| 612 595 | 
             
            <p><code class="literal">GTK_VALUE_BOOL</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 613 596 | 
             
            </div>
         | 
| 614 597 | 
             
            <p>
         | 
| 615 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_BOOL</code>.
         | 
| 598 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_BOOL</code>.
         | 
| 616 599 | 
             
            </p>
         | 
| 617 600 | 
             
            <div class="variablelist"><table border="0">
         | 
| 618 601 | 
             
            <col align="left" valign="top">
         | 
| 619 602 | 
             
            <tbody><tr>
         | 
| 620 603 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 621 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 622 | 
            -
            </td>
         | 
| 604 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 623 605 | 
             
            </tr></tbody>
         | 
| 624 606 | 
             
            </table></div>
         | 
| 625 607 | 
             
            </div>
         | 
| 626 608 | 
             
            <hr>
         | 
| 627 | 
            -
            <div class="refsect2" | 
| 609 | 
            +
            <div class="refsect2">
         | 
| 628 610 | 
             
            <a name="GTK-VALUE-INT:CAPS"></a><h3>GTK_VALUE_INT()</h3>
         | 
| 629 611 | 
             
            <pre class="programlisting">#define GTK_VALUE_INT(a) ((a).d.int_data)
         | 
| 630 612 | 
             
            </pre>
         | 
| 631 | 
            -
            <div class="warning"  | 
| 613 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 632 614 | 
             
            <h3 class="title">Warning</h3>
         | 
| 633 615 | 
             
            <p><code class="literal">GTK_VALUE_INT</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 634 616 | 
             
            </div>
         | 
| 635 617 | 
             
            <p>
         | 
| 636 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_INT</code>.
         | 
| 618 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_INT</code>.
         | 
| 637 619 | 
             
            </p>
         | 
| 638 620 | 
             
            <div class="variablelist"><table border="0">
         | 
| 639 621 | 
             
            <col align="left" valign="top">
         | 
| 640 622 | 
             
            <tbody><tr>
         | 
| 641 623 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 642 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 643 | 
            -
            </td>
         | 
| 624 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 644 625 | 
             
            </tr></tbody>
         | 
| 645 626 | 
             
            </table></div>
         | 
| 646 627 | 
             
            </div>
         | 
| 647 628 | 
             
            <hr>
         | 
| 648 | 
            -
            <div class="refsect2" | 
| 629 | 
            +
            <div class="refsect2">
         | 
| 649 630 | 
             
            <a name="GTK-VALUE-UINT:CAPS"></a><h3>GTK_VALUE_UINT()</h3>
         | 
| 650 631 | 
             
            <pre class="programlisting">#define GTK_VALUE_UINT(a) ((a).d.uint_data)
         | 
| 651 632 | 
             
            </pre>
         | 
| 652 | 
            -
            <div class="warning"  | 
| 633 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 653 634 | 
             
            <h3 class="title">Warning</h3>
         | 
| 654 635 | 
             
            <p><code class="literal">GTK_VALUE_UINT</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 655 636 | 
             
            </div>
         | 
| 656 637 | 
             
            <p>
         | 
| 657 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_UINT</code>.
         | 
| 638 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_UINT</code>.
         | 
| 658 639 | 
             
            </p>
         | 
| 659 640 | 
             
            <div class="variablelist"><table border="0">
         | 
| 660 641 | 
             
            <col align="left" valign="top">
         | 
| 661 642 | 
             
            <tbody><tr>
         | 
| 662 643 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 663 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 664 | 
            -
            </td>
         | 
| 644 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 665 645 | 
             
            </tr></tbody>
         | 
| 666 646 | 
             
            </table></div>
         | 
| 667 647 | 
             
            </div>
         | 
| 668 648 | 
             
            <hr>
         | 
| 669 | 
            -
            <div class="refsect2" | 
| 649 | 
            +
            <div class="refsect2">
         | 
| 670 650 | 
             
            <a name="GTK-VALUE-LONG:CAPS"></a><h3>GTK_VALUE_LONG()</h3>
         | 
| 671 651 | 
             
            <pre class="programlisting">#define GTK_VALUE_LONG(a) ((a).d.long_data)
         | 
| 672 652 | 
             
            </pre>
         | 
| 673 | 
            -
            <div class="warning"  | 
| 653 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 674 654 | 
             
            <h3 class="title">Warning</h3>
         | 
| 675 655 | 
             
            <p><code class="literal">GTK_VALUE_LONG</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 676 656 | 
             
            </div>
         | 
| 677 657 | 
             
            <p>
         | 
| 678 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_LONG</code>.
         | 
| 658 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_LONG</code>.
         | 
| 679 659 | 
             
            </p>
         | 
| 680 660 | 
             
            <div class="variablelist"><table border="0">
         | 
| 681 661 | 
             
            <col align="left" valign="top">
         | 
| 682 662 | 
             
            <tbody><tr>
         | 
| 683 663 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 684 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 685 | 
            -
            </td>
         | 
| 664 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 686 665 | 
             
            </tr></tbody>
         | 
| 687 666 | 
             
            </table></div>
         | 
| 688 667 | 
             
            </div>
         | 
| 689 668 | 
             
            <hr>
         | 
| 690 | 
            -
            <div class="refsect2" | 
| 669 | 
            +
            <div class="refsect2">
         | 
| 691 670 | 
             
            <a name="GTK-VALUE-ULONG:CAPS"></a><h3>GTK_VALUE_ULONG()</h3>
         | 
| 692 671 | 
             
            <pre class="programlisting">#define GTK_VALUE_ULONG(a) ((a).d.ulong_data)
         | 
| 693 672 | 
             
            </pre>
         | 
| 694 | 
            -
            <div class="warning"  | 
| 673 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 695 674 | 
             
            <h3 class="title">Warning</h3>
         | 
| 696 675 | 
             
            <p><code class="literal">GTK_VALUE_ULONG</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 697 676 | 
             
            </div>
         | 
| 698 677 | 
             
            <p>
         | 
| 699 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_ULONG</code>.
         | 
| 678 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_ULONG</code>.
         | 
| 700 679 | 
             
            </p>
         | 
| 701 680 | 
             
            <div class="variablelist"><table border="0">
         | 
| 702 681 | 
             
            <col align="left" valign="top">
         | 
| 703 682 | 
             
            <tbody><tr>
         | 
| 704 683 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 705 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 706 | 
            -
            </td>
         | 
| 684 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 707 685 | 
             
            </tr></tbody>
         | 
| 708 686 | 
             
            </table></div>
         | 
| 709 687 | 
             
            </div>
         | 
| 710 688 | 
             
            <hr>
         | 
| 711 | 
            -
            <div class="refsect2" | 
| 689 | 
            +
            <div class="refsect2">
         | 
| 712 690 | 
             
            <a name="GTK-VALUE-FLOAT:CAPS"></a><h3>GTK_VALUE_FLOAT()</h3>
         | 
| 713 691 | 
             
            <pre class="programlisting">#define GTK_VALUE_FLOAT(a) ((a).d.float_data)
         | 
| 714 692 | 
             
            </pre>
         | 
| 715 | 
            -
            <div class="warning"  | 
| 693 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 716 694 | 
             
            <h3 class="title">Warning</h3>
         | 
| 717 695 | 
             
            <p><code class="literal">GTK_VALUE_FLOAT</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 718 696 | 
             
            </div>
         | 
| 719 697 | 
             
            <p>
         | 
| 720 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_FLOAT</code>.
         | 
| 698 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_FLOAT</code>.
         | 
| 721 699 | 
             
            </p>
         | 
| 722 700 | 
             
            <div class="variablelist"><table border="0">
         | 
| 723 701 | 
             
            <col align="left" valign="top">
         | 
| 724 702 | 
             
            <tbody><tr>
         | 
| 725 703 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 726 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 727 | 
            -
            </td>
         | 
| 704 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 728 705 | 
             
            </tr></tbody>
         | 
| 729 706 | 
             
            </table></div>
         | 
| 730 707 | 
             
            </div>
         | 
| 731 708 | 
             
            <hr>
         | 
| 732 | 
            -
            <div class="refsect2" | 
| 709 | 
            +
            <div class="refsect2">
         | 
| 733 710 | 
             
            <a name="GTK-VALUE-DOUBLE:CAPS"></a><h3>GTK_VALUE_DOUBLE()</h3>
         | 
| 734 711 | 
             
            <pre class="programlisting">#define GTK_VALUE_DOUBLE(a) ((a).d.double_data)
         | 
| 735 712 | 
             
            </pre>
         | 
| 736 | 
            -
            <div class="warning"  | 
| 713 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 737 714 | 
             
            <h3 class="title">Warning</h3>
         | 
| 738 715 | 
             
            <p><code class="literal">GTK_VALUE_DOUBLE</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 739 716 | 
             
            </div>
         | 
| 740 717 | 
             
            <p>
         | 
| 741 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_DOUBLE</code>.
         | 
| 718 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_DOUBLE</code>.
         | 
| 742 719 | 
             
            </p>
         | 
| 743 720 | 
             
            <div class="variablelist"><table border="0">
         | 
| 744 721 | 
             
            <col align="left" valign="top">
         | 
| 745 722 | 
             
            <tbody><tr>
         | 
| 746 723 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 747 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 748 | 
            -
            </td>
         | 
| 724 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 749 725 | 
             
            </tr></tbody>
         | 
| 750 726 | 
             
            </table></div>
         | 
| 751 727 | 
             
            </div>
         | 
| 752 728 | 
             
            <hr>
         | 
| 753 | 
            -
            <div class="refsect2" | 
| 729 | 
            +
            <div class="refsect2">
         | 
| 754 730 | 
             
            <a name="GTK-VALUE-STRING:CAPS"></a><h3>GTK_VALUE_STRING()</h3>
         | 
| 755 731 | 
             
            <pre class="programlisting">#define GTK_VALUE_STRING(a) ((a).d.string_data)
         | 
| 756 732 | 
             
            </pre>
         | 
| 757 | 
            -
            <div class="warning"  | 
| 733 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 758 734 | 
             
            <h3 class="title">Warning</h3>
         | 
| 759 735 | 
             
            <p><code class="literal">GTK_VALUE_STRING</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 760 736 | 
             
            </div>
         | 
| 761 737 | 
             
            <p>
         | 
| 762 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_STRING</code>.
         | 
| 738 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_STRING</code>.
         | 
| 763 739 | 
             
            </p>
         | 
| 764 740 | 
             
            <div class="variablelist"><table border="0">
         | 
| 765 741 | 
             
            <col align="left" valign="top">
         | 
| 766 742 | 
             
            <tbody><tr>
         | 
| 767 743 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 768 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 769 | 
            -
            </td>
         | 
| 744 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 770 745 | 
             
            </tr></tbody>
         | 
| 771 746 | 
             
            </table></div>
         | 
| 772 747 | 
             
            </div>
         | 
| 773 748 | 
             
            <hr>
         | 
| 774 | 
            -
            <div class="refsect2" | 
| 749 | 
            +
            <div class="refsect2">
         | 
| 775 750 | 
             
            <a name="GTK-VALUE-ENUM:CAPS"></a><h3>GTK_VALUE_ENUM()</h3>
         | 
| 776 751 | 
             
            <pre class="programlisting">#define GTK_VALUE_ENUM(a) ((a).d.int_data)
         | 
| 777 752 | 
             
            </pre>
         | 
| 778 | 
            -
            <div class="warning"  | 
| 753 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 779 754 | 
             
            <h3 class="title">Warning</h3>
         | 
| 780 755 | 
             
            <p><code class="literal">GTK_VALUE_ENUM</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 781 756 | 
             
            </div>
         | 
| 782 757 | 
             
            <p>
         | 
| 783 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_ENUM</code>.
         | 
| 758 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_ENUM</code>.
         | 
| 784 759 | 
             
            </p>
         | 
| 785 760 | 
             
            <div class="variablelist"><table border="0">
         | 
| 786 761 | 
             
            <col align="left" valign="top">
         | 
| 787 762 | 
             
            <tbody><tr>
         | 
| 788 763 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 789 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 790 | 
            -
            </td>
         | 
| 764 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 791 765 | 
             
            </tr></tbody>
         | 
| 792 766 | 
             
            </table></div>
         | 
| 793 767 | 
             
            </div>
         | 
| 794 768 | 
             
            <hr>
         | 
| 795 | 
            -
            <div class="refsect2" | 
| 769 | 
            +
            <div class="refsect2">
         | 
| 796 770 | 
             
            <a name="GTK-VALUE-FLAGS:CAPS"></a><h3>GTK_VALUE_FLAGS()</h3>
         | 
| 797 771 | 
             
            <pre class="programlisting">#define GTK_VALUE_FLAGS(a) ((a).d.uint_data)
         | 
| 798 772 | 
             
            </pre>
         | 
| 799 | 
            -
            <div class="warning"  | 
| 773 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 800 774 | 
             
            <h3 class="title">Warning</h3>
         | 
| 801 775 | 
             
            <p><code class="literal">GTK_VALUE_FLAGS</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 802 776 | 
             
            </div>
         | 
| 803 777 | 
             
            <p>
         | 
| 804 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_FLAGS</code>.
         | 
| 778 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_FLAGS</code>.
         | 
| 805 779 | 
             
            </p>
         | 
| 806 780 | 
             
            <div class="variablelist"><table border="0">
         | 
| 807 781 | 
             
            <col align="left" valign="top">
         | 
| 808 782 | 
             
            <tbody><tr>
         | 
| 809 783 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 810 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 811 | 
            -
            </td>
         | 
| 784 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 812 785 | 
             
            </tr></tbody>
         | 
| 813 786 | 
             
            </table></div>
         | 
| 814 787 | 
             
            </div>
         | 
| 815 788 | 
             
            <hr>
         | 
| 816 | 
            -
            <div class="refsect2" | 
| 789 | 
            +
            <div class="refsect2">
         | 
| 817 790 | 
             
            <a name="GTK-VALUE-BOXED:CAPS"></a><h3>GTK_VALUE_BOXED()</h3>
         | 
| 818 791 | 
             
            <pre class="programlisting">#define GTK_VALUE_BOXED(a) ((a).d.pointer_data)
         | 
| 819 792 | 
             
            </pre>
         | 
| 820 | 
            -
            <div class="warning"  | 
| 793 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 821 794 | 
             
            <h3 class="title">Warning</h3>
         | 
| 822 795 | 
             
            <p><code class="literal">GTK_VALUE_BOXED</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 823 796 | 
             
            </div>
         | 
| 824 797 | 
             
            <p>
         | 
| 825 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_BOXED</code>.
         | 
| 798 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_BOXED</code>.
         | 
| 826 799 | 
             
            </p>
         | 
| 827 800 | 
             
            <div class="variablelist"><table border="0">
         | 
| 828 801 | 
             
            <col align="left" valign="top">
         | 
| 829 802 | 
             
            <tbody><tr>
         | 
| 830 803 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 831 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 832 | 
            -
            </td>
         | 
| 804 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 833 805 | 
             
            </tr></tbody>
         | 
| 834 806 | 
             
            </table></div>
         | 
| 835 807 | 
             
            </div>
         | 
| 836 808 | 
             
            <hr>
         | 
| 837 | 
            -
            <div class="refsect2" | 
| 809 | 
            +
            <div class="refsect2">
         | 
| 838 810 | 
             
            <a name="GTK-VALUE-POINTER:CAPS"></a><h3>GTK_VALUE_POINTER()</h3>
         | 
| 839 811 | 
             
            <pre class="programlisting">#define GTK_VALUE_POINTER(a) ((a).d.pointer_data)
         | 
| 840 812 | 
             
            </pre>
         | 
| 841 | 
            -
            <div class="warning"  | 
| 813 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 842 814 | 
             
            <h3 class="title">Warning</h3>
         | 
| 843 815 | 
             
            <p><code class="literal">GTK_VALUE_POINTER</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 844 816 | 
             
            </div>
         | 
| 845 817 | 
             
            <p>
         | 
| 846 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_POINTER</code>.
         | 
| 818 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_POINTER</code>.
         | 
| 847 819 | 
             
            </p>
         | 
| 848 820 | 
             
            <div class="variablelist"><table border="0">
         | 
| 849 821 | 
             
            <col align="left" valign="top">
         | 
| 850 822 | 
             
            <tbody><tr>
         | 
| 851 823 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 852 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 853 | 
            -
            </td>
         | 
| 824 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 854 825 | 
             
            </tr></tbody>
         | 
| 855 826 | 
             
            </table></div>
         | 
| 856 827 | 
             
            </div>
         | 
| 857 828 | 
             
            <hr>
         | 
| 858 | 
            -
            <div class="refsect2" | 
| 829 | 
            +
            <div class="refsect2">
         | 
| 859 830 | 
             
            <a name="GTK-VALUE-OBJECT:CAPS"></a><h3>GTK_VALUE_OBJECT()</h3>
         | 
| 860 831 | 
             
            <pre class="programlisting">#define GTK_VALUE_OBJECT(a) ((a).d.object_data)
         | 
| 861 832 | 
             
            </pre>
         | 
| 862 | 
            -
            <div class="warning"  | 
| 833 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 863 834 | 
             
            <h3 class="title">Warning</h3>
         | 
| 864 835 | 
             
            <p><code class="literal">GTK_VALUE_OBJECT</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 865 836 | 
             
            </div>
         | 
| 866 837 | 
             
            <p>
         | 
| 867 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_OBJECT</code>.
         | 
| 838 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_OBJECT</code>.
         | 
| 868 839 | 
             
            </p>
         | 
| 869 840 | 
             
            <div class="variablelist"><table border="0">
         | 
| 870 841 | 
             
            <col align="left" valign="top">
         | 
| 871 842 | 
             
            <tbody><tr>
         | 
| 872 843 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 873 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 874 | 
            -
            </td>
         | 
| 844 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 875 845 | 
             
            </tr></tbody>
         | 
| 876 846 | 
             
            </table></div>
         | 
| 877 847 | 
             
            </div>
         | 
| 878 848 | 
             
            <hr>
         | 
| 879 | 
            -
            <div class="refsect2" | 
| 849 | 
            +
            <div class="refsect2">
         | 
| 880 850 | 
             
            <a name="GTK-VALUE-SIGNAL:CAPS"></a><h3>GTK_VALUE_SIGNAL()</h3>
         | 
| 881 851 | 
             
            <pre class="programlisting">#define GTK_VALUE_SIGNAL(a) ((a).d.signal_data)
         | 
| 882 852 | 
             
            </pre>
         | 
| 883 | 
            -
            <div class="warning"  | 
| 853 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 884 854 | 
             
            <h3 class="title">Warning</h3>
         | 
| 885 855 | 
             
            <p><code class="literal">GTK_VALUE_SIGNAL</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 886 856 | 
             
            </div>
         | 
| 887 857 | 
             
            <p>
         | 
| 888 | 
            -
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_SIGNAL</code>.
         | 
| 858 | 
            +
            Gets the value of a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> whose <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> is <code class="literal">GTK_TYPE_SIGNAL</code>.
         | 
| 889 859 | 
             
            </p>
         | 
| 890 860 | 
             
            <div class="variablelist"><table border="0">
         | 
| 891 861 | 
             
            <col align="left" valign="top">
         | 
| 892 862 | 
             
            <tbody><tr>
         | 
| 893 863 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 894 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 895 | 
            -
            </td>
         | 
| 864 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 896 865 | 
             
            </tr></tbody>
         | 
| 897 866 | 
             
            </table></div>
         | 
| 898 867 | 
             
            </div>
         | 
| 899 868 | 
             
            <hr>
         | 
| 900 | 
            -
            <div class="refsect2" | 
| 869 | 
            +
            <div class="refsect2">
         | 
| 901 870 | 
             
            <a name="GTK-RETLOC-CHAR:CAPS"></a><h3>GTK_RETLOC_CHAR()</h3>
         | 
| 902 871 | 
             
            <pre class="programlisting">#define GTK_RETLOC_CHAR(a) ((gchar*) (a).d.pointer_data)
         | 
| 903 872 | 
             
            </pre>
         | 
| 904 | 
            -
            <div class="warning"  | 
| 873 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 905 874 | 
             
            <h3 class="title">Warning</h3>
         | 
| 906 875 | 
             
            <p><code class="literal">GTK_RETLOC_CHAR</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 907 876 | 
             
            </div>
         | 
| 908 877 | 
             
            <p>
         | 
| 909 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_CHAR</code>.
         | 
| 878 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_CHAR</code>.
         | 
| 910 879 | 
             
            </p>
         | 
| 911 880 | 
             
            <div class="variablelist"><table border="0">
         | 
| 912 881 | 
             
            <col align="left" valign="top">
         | 
| 913 882 | 
             
            <tbody><tr>
         | 
| 914 883 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 915 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 916 | 
            -
            </td>
         | 
| 884 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 917 885 | 
             
            </tr></tbody>
         | 
| 918 886 | 
             
            </table></div>
         | 
| 919 887 | 
             
            </div>
         | 
| 920 888 | 
             
            <hr>
         | 
| 921 | 
            -
            <div class="refsect2" | 
| 889 | 
            +
            <div class="refsect2">
         | 
| 922 890 | 
             
            <a name="GTK-RETLOC-UCHAR:CAPS"></a><h3>GTK_RETLOC_UCHAR()</h3>
         | 
| 923 891 | 
             
            <pre class="programlisting">#define GTK_RETLOC_UCHAR(a) ((guchar*) (a).d.pointer_data)
         | 
| 924 892 | 
             
            </pre>
         | 
| 925 | 
            -
            <div class="warning"  | 
| 893 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 926 894 | 
             
            <h3 class="title">Warning</h3>
         | 
| 927 895 | 
             
            <p><code class="literal">GTK_RETLOC_UCHAR</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 928 896 | 
             
            </div>
         | 
| 929 897 | 
             
            <p>
         | 
| 930 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_UCHAR</code>.
         | 
| 898 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_UCHAR</code>.
         | 
| 931 899 | 
             
            </p>
         | 
| 932 900 | 
             
            <div class="variablelist"><table border="0">
         | 
| 933 901 | 
             
            <col align="left" valign="top">
         | 
| 934 902 | 
             
            <tbody><tr>
         | 
| 935 903 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 936 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 937 | 
            -
            </td>
         | 
| 904 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 938 905 | 
             
            </tr></tbody>
         | 
| 939 906 | 
             
            </table></div>
         | 
| 940 907 | 
             
            </div>
         | 
| 941 908 | 
             
            <hr>
         | 
| 942 | 
            -
            <div class="refsect2" | 
| 909 | 
            +
            <div class="refsect2">
         | 
| 943 910 | 
             
            <a name="GTK-RETLOC-BOOL:CAPS"></a><h3>GTK_RETLOC_BOOL()</h3>
         | 
| 944 911 | 
             
            <pre class="programlisting">#define GTK_RETLOC_BOOL(a) ((gboolean*) (a).d.pointer_data)
         | 
| 945 912 | 
             
            </pre>
         | 
| 946 | 
            -
            <div class="warning"  | 
| 913 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 947 914 | 
             
            <h3 class="title">Warning</h3>
         | 
| 948 915 | 
             
            <p><code class="literal">GTK_RETLOC_BOOL</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 949 916 | 
             
            </div>
         | 
| 950 917 | 
             
            <p>
         | 
| 951 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_BOOL</code>.
         | 
| 918 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_BOOL</code>.
         | 
| 952 919 | 
             
            </p>
         | 
| 953 920 | 
             
            <div class="variablelist"><table border="0">
         | 
| 954 921 | 
             
            <col align="left" valign="top">
         | 
| 955 922 | 
             
            <tbody><tr>
         | 
| 956 923 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 957 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 958 | 
            -
            </td>
         | 
| 924 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 959 925 | 
             
            </tr></tbody>
         | 
| 960 926 | 
             
            </table></div>
         | 
| 961 927 | 
             
            </div>
         | 
| 962 928 | 
             
            <hr>
         | 
| 963 | 
            -
            <div class="refsect2" | 
| 929 | 
            +
            <div class="refsect2">
         | 
| 964 930 | 
             
            <a name="GTK-RETLOC-INT:CAPS"></a><h3>GTK_RETLOC_INT()</h3>
         | 
| 965 931 | 
             
            <pre class="programlisting">#define GTK_RETLOC_INT(a) ((gint*) (a).d.pointer_data)
         | 
| 966 932 | 
             
            </pre>
         | 
| 967 | 
            -
            <div class="warning"  | 
| 933 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 968 934 | 
             
            <h3 class="title">Warning</h3>
         | 
| 969 935 | 
             
            <p><code class="literal">GTK_RETLOC_INT</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 970 936 | 
             
            </div>
         | 
| 971 937 | 
             
            <p>
         | 
| 972 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_INT</code>.
         | 
| 938 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_INT</code>.
         | 
| 973 939 | 
             
            </p>
         | 
| 974 940 | 
             
            <div class="variablelist"><table border="0">
         | 
| 975 941 | 
             
            <col align="left" valign="top">
         | 
| 976 942 | 
             
            <tbody><tr>
         | 
| 977 943 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 978 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 979 | 
            -
            </td>
         | 
| 944 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 980 945 | 
             
            </tr></tbody>
         | 
| 981 946 | 
             
            </table></div>
         | 
| 982 947 | 
             
            </div>
         | 
| 983 948 | 
             
            <hr>
         | 
| 984 | 
            -
            <div class="refsect2" | 
| 949 | 
            +
            <div class="refsect2">
         | 
| 985 950 | 
             
            <a name="GTK-RETLOC-UINT:CAPS"></a><h3>GTK_RETLOC_UINT()</h3>
         | 
| 986 951 | 
             
            <pre class="programlisting">#define GTK_RETLOC_UINT(a) ((guint*) (a).d.pointer_data)
         | 
| 987 952 | 
             
            </pre>
         | 
| 988 | 
            -
            <div class="warning"  | 
| 953 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 989 954 | 
             
            <h3 class="title">Warning</h3>
         | 
| 990 955 | 
             
            <p><code class="literal">GTK_RETLOC_UINT</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 991 956 | 
             
            </div>
         | 
| 992 957 | 
             
            <p>
         | 
| 993 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_UINT</code>.
         | 
| 958 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_UINT</code>.
         | 
| 994 959 | 
             
            </p>
         | 
| 995 960 | 
             
            <div class="variablelist"><table border="0">
         | 
| 996 961 | 
             
            <col align="left" valign="top">
         | 
| 997 962 | 
             
            <tbody><tr>
         | 
| 998 963 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 999 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 1000 | 
            -
            </td>
         | 
| 964 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 1001 965 | 
             
            </tr></tbody>
         | 
| 1002 966 | 
             
            </table></div>
         | 
| 1003 967 | 
             
            </div>
         | 
| 1004 968 | 
             
            <hr>
         | 
| 1005 | 
            -
            <div class="refsect2" | 
| 969 | 
            +
            <div class="refsect2">
         | 
| 1006 970 | 
             
            <a name="GTK-RETLOC-LONG:CAPS"></a><h3>GTK_RETLOC_LONG()</h3>
         | 
| 1007 971 | 
             
            <pre class="programlisting">#define GTK_RETLOC_LONG(a) ((glong*) (a).d.pointer_data)
         | 
| 1008 972 | 
             
            </pre>
         | 
| 1009 | 
            -
            <div class="warning"  | 
| 973 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1010 974 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1011 975 | 
             
            <p><code class="literal">GTK_RETLOC_LONG</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1012 976 | 
             
            </div>
         | 
| 1013 977 | 
             
            <p>
         | 
| 1014 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_LONG</code>.
         | 
| 978 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_LONG</code>.
         | 
| 1015 979 | 
             
            </p>
         | 
| 1016 980 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1017 981 | 
             
            <col align="left" valign="top">
         | 
| 1018 982 | 
             
            <tbody><tr>
         | 
| 1019 983 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 1020 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 1021 | 
            -
            </td>
         | 
| 984 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 1022 985 | 
             
            </tr></tbody>
         | 
| 1023 986 | 
             
            </table></div>
         | 
| 1024 987 | 
             
            </div>
         | 
| 1025 988 | 
             
            <hr>
         | 
| 1026 | 
            -
            <div class="refsect2" | 
| 989 | 
            +
            <div class="refsect2">
         | 
| 1027 990 | 
             
            <a name="GTK-RETLOC-ULONG:CAPS"></a><h3>GTK_RETLOC_ULONG()</h3>
         | 
| 1028 991 | 
             
            <pre class="programlisting">#define GTK_RETLOC_ULONG(a) ((gulong*) (a).d.pointer_data)
         | 
| 1029 992 | 
             
            </pre>
         | 
| 1030 | 
            -
            <div class="warning"  | 
| 993 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1031 994 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1032 995 | 
             
            <p><code class="literal">GTK_RETLOC_ULONG</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1033 996 | 
             
            </div>
         | 
| 1034 997 | 
             
            <p>
         | 
| 1035 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_ULONG</code>.
         | 
| 998 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_ULONG</code>.
         | 
| 1036 999 | 
             
            </p>
         | 
| 1037 1000 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1038 1001 | 
             
            <col align="left" valign="top">
         | 
| 1039 1002 | 
             
            <tbody><tr>
         | 
| 1040 1003 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 1041 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 1042 | 
            -
            </td>
         | 
| 1004 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 1043 1005 | 
             
            </tr></tbody>
         | 
| 1044 1006 | 
             
            </table></div>
         | 
| 1045 1007 | 
             
            </div>
         | 
| 1046 1008 | 
             
            <hr>
         | 
| 1047 | 
            -
            <div class="refsect2" | 
| 1009 | 
            +
            <div class="refsect2">
         | 
| 1048 1010 | 
             
            <a name="GTK-RETLOC-FLOAT:CAPS"></a><h3>GTK_RETLOC_FLOAT()</h3>
         | 
| 1049 1011 | 
             
            <pre class="programlisting">#define GTK_RETLOC_FLOAT(a) ((gfloat*) (a).d.pointer_data)
         | 
| 1050 1012 | 
             
            </pre>
         | 
| 1051 | 
            -
            <div class="warning"  | 
| 1013 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1052 1014 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1053 1015 | 
             
            <p><code class="literal">GTK_RETLOC_FLOAT</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1054 1016 | 
             
            </div>
         | 
| 1055 1017 | 
             
            <p>
         | 
| 1056 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_FLOAT</code>.
         | 
| 1018 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_FLOAT</code>.
         | 
| 1057 1019 | 
             
            </p>
         | 
| 1058 1020 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1059 1021 | 
             
            <col align="left" valign="top">
         | 
| 1060 1022 | 
             
            <tbody><tr>
         | 
| 1061 1023 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 1062 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 1063 | 
            -
            </td>
         | 
| 1024 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 1064 1025 | 
             
            </tr></tbody>
         | 
| 1065 1026 | 
             
            </table></div>
         | 
| 1066 1027 | 
             
            </div>
         | 
| 1067 1028 | 
             
            <hr>
         | 
| 1068 | 
            -
            <div class="refsect2" | 
| 1029 | 
            +
            <div class="refsect2">
         | 
| 1069 1030 | 
             
            <a name="GTK-RETLOC-DOUBLE:CAPS"></a><h3>GTK_RETLOC_DOUBLE()</h3>
         | 
| 1070 1031 | 
             
            <pre class="programlisting">#define GTK_RETLOC_DOUBLE(a) ((gdouble*) (a).d.pointer_data)
         | 
| 1071 1032 | 
             
            </pre>
         | 
| 1072 | 
            -
            <div class="warning"  | 
| 1033 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1073 1034 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1074 1035 | 
             
            <p><code class="literal">GTK_RETLOC_DOUBLE</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1075 1036 | 
             
            </div>
         | 
| 1076 1037 | 
             
            <p>
         | 
| 1077 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_DOUBLE</code>.
         | 
| 1038 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_DOUBLE</code>.
         | 
| 1078 1039 | 
             
            </p>
         | 
| 1079 1040 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1080 1041 | 
             
            <col align="left" valign="top">
         | 
| 1081 1042 | 
             
            <tbody><tr>
         | 
| 1082 1043 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 1083 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 1084 | 
            -
            </td>
         | 
| 1044 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 1085 1045 | 
             
            </tr></tbody>
         | 
| 1086 1046 | 
             
            </table></div>
         | 
| 1087 1047 | 
             
            </div>
         | 
| 1088 1048 | 
             
            <hr>
         | 
| 1089 | 
            -
            <div class="refsect2" | 
| 1049 | 
            +
            <div class="refsect2">
         | 
| 1090 1050 | 
             
            <a name="GTK-RETLOC-STRING:CAPS"></a><h3>GTK_RETLOC_STRING()</h3>
         | 
| 1091 1051 | 
             
            <pre class="programlisting">#define GTK_RETLOC_STRING(a) ((gchar**) (a).d.pointer_data)
         | 
| 1092 1052 | 
             
            </pre>
         | 
| 1093 | 
            -
            <div class="warning"  | 
| 1053 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1094 1054 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1095 1055 | 
             
            <p><code class="literal">GTK_RETLOC_STRING</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1096 1056 | 
             
            </div>
         | 
| 1097 1057 | 
             
            <p>
         | 
| 1098 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_STRING</code>.
         | 
| 1058 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_STRING</code>.
         | 
| 1099 1059 | 
             
            </p>
         | 
| 1100 1060 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1101 1061 | 
             
            <col align="left" valign="top">
         | 
| 1102 1062 | 
             
            <tbody><tr>
         | 
| 1103 1063 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 1104 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 1105 | 
            -
            </td>
         | 
| 1064 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 1106 1065 | 
             
            </tr></tbody>
         | 
| 1107 1066 | 
             
            </table></div>
         | 
| 1108 1067 | 
             
            </div>
         | 
| 1109 1068 | 
             
            <hr>
         | 
| 1110 | 
            -
            <div class="refsect2" | 
| 1069 | 
            +
            <div class="refsect2">
         | 
| 1111 1070 | 
             
            <a name="GTK-RETLOC-ENUM:CAPS"></a><h3>GTK_RETLOC_ENUM()</h3>
         | 
| 1112 1071 | 
             
            <pre class="programlisting">#define GTK_RETLOC_ENUM(a) ((gint*) (a).d.pointer_data)
         | 
| 1113 1072 | 
             
            </pre>
         | 
| 1114 | 
            -
            <div class="warning"  | 
| 1073 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1115 1074 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1116 1075 | 
             
            <p><code class="literal">GTK_RETLOC_ENUM</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1117 1076 | 
             
            </div>
         | 
| 1118 1077 | 
             
            <p>
         | 
| 1119 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_ENUM</code>.
         | 
| 1078 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_ENUM</code>.
         | 
| 1120 1079 | 
             
            </p>
         | 
| 1121 1080 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1122 1081 | 
             
            <col align="left" valign="top">
         | 
| 1123 1082 | 
             
            <tbody><tr>
         | 
| 1124 1083 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 1125 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 1126 | 
            -
            </td>
         | 
| 1084 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 1127 1085 | 
             
            </tr></tbody>
         | 
| 1128 1086 | 
             
            </table></div>
         | 
| 1129 1087 | 
             
            </div>
         | 
| 1130 1088 | 
             
            <hr>
         | 
| 1131 | 
            -
            <div class="refsect2" | 
| 1089 | 
            +
            <div class="refsect2">
         | 
| 1132 1090 | 
             
            <a name="GTK-RETLOC-FLAGS:CAPS"></a><h3>GTK_RETLOC_FLAGS()</h3>
         | 
| 1133 1091 | 
             
            <pre class="programlisting">#define GTK_RETLOC_FLAGS(a) ((guint*) (a).d.pointer_data)
         | 
| 1134 1092 | 
             
            </pre>
         | 
| 1135 | 
            -
            <div class="warning"  | 
| 1093 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1136 1094 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1137 1095 | 
             
            <p><code class="literal">GTK_RETLOC_FLAGS</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1138 1096 | 
             
            </div>
         | 
| 1139 1097 | 
             
            <p>
         | 
| 1140 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_FLAGS</code>.
         | 
| 1098 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_FLAGS</code>.
         | 
| 1141 1099 | 
             
            </p>
         | 
| 1142 1100 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1143 1101 | 
             
            <col align="left" valign="top">
         | 
| 1144 1102 | 
             
            <tbody><tr>
         | 
| 1145 1103 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 1146 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 1147 | 
            -
            </td>
         | 
| 1104 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 1148 1105 | 
             
            </tr></tbody>
         | 
| 1149 1106 | 
             
            </table></div>
         | 
| 1150 1107 | 
             
            </div>
         | 
| 1151 1108 | 
             
            <hr>
         | 
| 1152 | 
            -
            <div class="refsect2" | 
| 1109 | 
            +
            <div class="refsect2">
         | 
| 1153 1110 | 
             
            <a name="GTK-RETLOC-BOXED:CAPS"></a><h3>GTK_RETLOC_BOXED()</h3>
         | 
| 1154 1111 | 
             
            <pre class="programlisting">#define GTK_RETLOC_BOXED(a) ((gpointer*) (a).d.pointer_data)
         | 
| 1155 1112 | 
             
            </pre>
         | 
| 1156 | 
            -
            <div class="warning"  | 
| 1113 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1157 1114 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1158 1115 | 
             
            <p><code class="literal">GTK_RETLOC_BOXED</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1159 1116 | 
             
            </div>
         | 
| 1160 1117 | 
             
            <p>
         | 
| 1161 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_BOXED</code>.
         | 
| 1118 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_BOXED</code>.
         | 
| 1162 1119 | 
             
            </p>
         | 
| 1163 1120 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1164 1121 | 
             
            <col align="left" valign="top">
         | 
| 1165 1122 | 
             
            <tbody><tr>
         | 
| 1166 1123 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 1167 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 1168 | 
            -
            </td>
         | 
| 1124 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 1169 1125 | 
             
            </tr></tbody>
         | 
| 1170 1126 | 
             
            </table></div>
         | 
| 1171 1127 | 
             
            </div>
         | 
| 1172 1128 | 
             
            <hr>
         | 
| 1173 | 
            -
            <div class="refsect2" | 
| 1129 | 
            +
            <div class="refsect2">
         | 
| 1174 1130 | 
             
            <a name="GTK-RETLOC-POINTER:CAPS"></a><h3>GTK_RETLOC_POINTER()</h3>
         | 
| 1175 1131 | 
             
            <pre class="programlisting">#define GTK_RETLOC_POINTER(a) ((gpointer*) (a).d.pointer_data)
         | 
| 1176 1132 | 
             
            </pre>
         | 
| 1177 | 
            -
            <div class="warning"  | 
| 1133 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1178 1134 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1179 1135 | 
             
            <p><code class="literal">GTK_RETLOC_POINTER</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1180 1136 | 
             
            </div>
         | 
| 1181 1137 | 
             
            <p>
         | 
| 1182 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_POINTER</code>.
         | 
| 1138 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_POINTER</code>.
         | 
| 1183 1139 | 
             
            </p>
         | 
| 1184 1140 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1185 1141 | 
             
            <col align="left" valign="top">
         | 
| 1186 1142 | 
             
            <tbody><tr>
         | 
| 1187 1143 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 1188 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 1189 | 
            -
            </td>
         | 
| 1144 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 1190 1145 | 
             
            </tr></tbody>
         | 
| 1191 1146 | 
             
            </table></div>
         | 
| 1192 1147 | 
             
            </div>
         | 
| 1193 1148 | 
             
            <hr>
         | 
| 1194 | 
            -
            <div class="refsect2" | 
| 1149 | 
            +
            <div class="refsect2">
         | 
| 1195 1150 | 
             
            <a name="GTK-RETLOC-OBJECT:CAPS"></a><h3>GTK_RETLOC_OBJECT()</h3>
         | 
| 1196 1151 | 
             
            <pre class="programlisting">#define GTK_RETLOC_OBJECT(a) ((GtkObject**) (a).d.pointer_data)
         | 
| 1197 1152 | 
             
            </pre>
         | 
| 1198 | 
            -
            <div class="warning"  | 
| 1153 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1199 1154 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1200 1155 | 
             
            <p><code class="literal">GTK_RETLOC_OBJECT</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1201 1156 | 
             
            </div>
         | 
| 1202 1157 | 
             
            <p>
         | 
| 1203 | 
            -
            If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_OBJECT</code>.
         | 
| 1158 | 
            +
            If the <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a> contains a pointer to the value, this macro will be a pointer to a <code class="literal">GTK_TYPE_OBJECT</code>.
         | 
| 1204 1159 | 
             
            </p>
         | 
| 1205 1160 | 
             
            <div class="variablelist"><table border="0">
         | 
| 1206 1161 | 
             
            <col align="left" valign="top">
         | 
| 1207 1162 | 
             
            <tbody><tr>
         | 
| 1208 1163 | 
             
            <td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
         | 
| 1209 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a | 
| 1210 | 
            -
            </td>
         | 
| 1164 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkArg" title="struct GtkArg"><span class="type">GtkArg</span></a>.</td>
         | 
| 1211 1165 | 
             
            </tr></tbody>
         | 
| 1212 1166 | 
             
            </table></div>
         | 
| 1213 1167 | 
             
            </div>
         | 
| 1214 1168 | 
             
            <hr>
         | 
| 1215 | 
            -
            <div class="refsect2" | 
| 1216 | 
            -
            <a name="GtkTypeInfo"></a><h3>GtkTypeInfo</h3>
         | 
| 1217 | 
            -
            <pre class="programlisting"> | 
| 1169 | 
            +
            <div class="refsect2">
         | 
| 1170 | 
            +
            <a name="GtkTypeInfo"></a><h3>struct GtkTypeInfo</h3>
         | 
| 1171 | 
            +
            <pre class="programlisting">struct GtkTypeInfo {
         | 
| 1218 1172 | 
             
              gchar			*type_name;
         | 
| 1219 1173 | 
             
              guint			 object_size;
         | 
| 1220 1174 | 
             
              guint			 class_size;
         | 
| @@ -1223,9 +1177,9 @@ If the <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class=" | |
| 1223 1177 | 
             
              gpointer		 reserved_1;
         | 
| 1224 1178 | 
             
              gpointer		 reserved_2;
         | 
| 1225 1179 | 
             
              GtkClassInitFunc	 base_class_init_func;
         | 
| 1226 | 
            -
            } | 
| 1180 | 
            +
            };
         | 
| 1227 1181 | 
             
            </pre>
         | 
| 1228 | 
            -
            <div class="warning"  | 
| 1182 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1229 1183 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1230 1184 | 
             
            <p><code class="literal">GtkTypeInfo</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1231 1185 | 
             
            </div>
         | 
| @@ -1239,11 +1193,11 @@ function for an instance of the object.  <em class="parameter"><code>reserved_1< | |
| 1239 1193 | 
             
            </p>
         | 
| 1240 1194 | 
             
            </div>
         | 
| 1241 1195 | 
             
            <hr>
         | 
| 1242 | 
            -
            <div class="refsect2" | 
| 1196 | 
            +
            <div class="refsect2">
         | 
| 1243 1197 | 
             
            <a name="GtkTypeClass"></a><h3>GtkTypeClass</h3>
         | 
| 1244 1198 | 
             
            <pre class="programlisting">typedef GTypeClass              GtkTypeClass;
         | 
| 1245 1199 | 
             
            </pre>
         | 
| 1246 | 
            -
            <div class="warning"  | 
| 1200 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1247 1201 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1248 1202 | 
             
            <p><code class="literal">GtkTypeClass</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1249 1203 | 
             
            </div>
         | 
| @@ -1252,11 +1206,11 @@ The base structure for a GTK+ type. Every type inherits this as a base structure | |
| 1252 1206 | 
             
            </p>
         | 
| 1253 1207 | 
             
            </div>
         | 
| 1254 1208 | 
             
            <hr>
         | 
| 1255 | 
            -
            <div class="refsect2" | 
| 1209 | 
            +
            <div class="refsect2">
         | 
| 1256 1210 | 
             
            <a name="GtkEnumValue"></a><h3>GtkEnumValue</h3>
         | 
| 1257 1211 | 
             
            <pre class="programlisting">typedef GEnumValue  GtkEnumValue;
         | 
| 1258 1212 | 
             
            </pre>
         | 
| 1259 | 
            -
            <div class="warning"  | 
| 1213 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1260 1214 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1261 1215 | 
             
            <p><code class="literal">GtkEnumValue</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1262 1216 | 
             
            </div>
         | 
| @@ -1266,11 +1220,11 @@ nickname. | |
| 1266 1220 | 
             
            </p>
         | 
| 1267 1221 | 
             
            </div>
         | 
| 1268 1222 | 
             
            <hr>
         | 
| 1269 | 
            -
            <div class="refsect2" | 
| 1223 | 
            +
            <div class="refsect2">
         | 
| 1270 1224 | 
             
            <a name="GtkFlagValue"></a><h3>GtkFlagValue</h3>
         | 
| 1271 1225 | 
             
            <pre class="programlisting">typedef GFlagsValue GtkFlagValue;
         | 
| 1272 1226 | 
             
            </pre>
         | 
| 1273 | 
            -
            <div class="warning"  | 
| 1227 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1274 1228 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1275 1229 | 
             
            <p><code class="literal">GtkFlagValue</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1276 1230 | 
             
            </div>
         | 
| @@ -1278,10 +1232,10 @@ nickname. | |
| 1278 1232 | 
             
            </p>
         | 
| 1279 1233 | 
             
            </div>
         | 
| 1280 1234 | 
             
            <hr>
         | 
| 1281 | 
            -
            <div class="refsect2" | 
| 1235 | 
            +
            <div class="refsect2">
         | 
| 1282 1236 | 
             
            <a name="gtk-type-init"></a><h3>gtk_type_init ()</h3>
         | 
| 1283 1237 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_type_init                       (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GTypeDebugFlags"><span class="type">GTypeDebugFlags</span></a> debug_flags</code></em>);</pre>
         | 
| 1284 | 
            -
            <div class="warning"  | 
| 1238 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1285 1239 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1286 1240 | 
             
            <p><code class="literal">gtk_type_init</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1287 1241 | 
             
            </div>
         | 
| @@ -1292,17 +1246,16 @@ Initializes the data structures associated with GTK+ types. | |
| 1292 1246 | 
             
            <col align="left" valign="top">
         | 
| 1293 1247 | 
             
            <tbody><tr>
         | 
| 1294 1248 | 
             
            <td><p><span class="term"><em class="parameter"><code>debug_flags</code></em> :</span></p></td>
         | 
| 1295 | 
            -
            <td>debug flags
         | 
| 1296 | 
            -
            </td>
         | 
| 1249 | 
            +
            <td>debug flags</td>
         | 
| 1297 1250 | 
             
            </tr></tbody>
         | 
| 1298 1251 | 
             
            </table></div>
         | 
| 1299 1252 | 
             
            </div>
         | 
| 1300 1253 | 
             
            <hr>
         | 
| 1301 | 
            -
            <div class="refsect2" | 
| 1254 | 
            +
            <div class="refsect2">
         | 
| 1302 1255 | 
             
            <a name="gtk-type-unique"></a><h3>gtk_type_unique ()</h3>
         | 
| 1303 1256 | 
             
            <pre class="programlisting"><a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="returnvalue">GtkType</span></a>             gtk_type_unique                     (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> parent_type</code></em>,
         | 
| 1304 | 
            -
                                                                     <em class="parameter"><code>const <a class="link" href="gtk-Types.html#GtkTypeInfo" title="GtkTypeInfo"><span class="type">GtkTypeInfo</span></a> *gtkinfo</code></em>);</pre>
         | 
| 1305 | 
            -
            <div class="warning"  | 
| 1257 | 
            +
                                                                     <em class="parameter"><code>const <a class="link" href="gtk-Types.html#GtkTypeInfo" title="struct GtkTypeInfo"><span class="type">GtkTypeInfo</span></a> *gtkinfo</code></em>);</pre>
         | 
| 1258 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1306 1259 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1307 1260 | 
             
            <p><code class="literal">gtk_type_unique</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1308 1261 | 
             
            </div>
         | 
| @@ -1314,8 +1267,7 @@ Creates a new, unique type. | |
| 1314 1267 | 
             
            <tbody>
         | 
| 1315 1268 | 
             
            <tr>
         | 
| 1316 1269 | 
             
            <td><p><span class="term"><em class="parameter"><code>parent_type</code></em> :</span></p></td>
         | 
| 1317 | 
            -
            <td>if zero, a fundamental type is created
         | 
| 1318 | 
            -
            </td>
         | 
| 1270 | 
            +
            <td>if zero, a fundamental type is created</td>
         | 
| 1319 1271 | 
             
            </tr>
         | 
| 1320 1272 | 
             
            <tr>
         | 
| 1321 1273 | 
             
            <td><p><span class="term"><em class="parameter"><code>gtkinfo</code></em> :</span></p></td>
         | 
| @@ -1331,11 +1283,11 @@ Creates a new, unique type. | |
| 1331 1283 | 
             
            </table></div>
         | 
| 1332 1284 | 
             
            </div>
         | 
| 1333 1285 | 
             
            <hr>
         | 
| 1334 | 
            -
            <div class="refsect2" | 
| 1286 | 
            +
            <div class="refsect2">
         | 
| 1335 1287 | 
             
            <a name="gtk-type-name"></a><h3>gtk_type_name()</h3>
         | 
| 1336 1288 | 
             
            <pre class="programlisting">#define gtk_type_name(type)		 g_type_name (type)
         | 
| 1337 1289 | 
             
            </pre>
         | 
| 1338 | 
            -
            <div class="warning"  | 
| 1290 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1339 1291 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1340 1292 | 
             
            <p><code class="literal">gtk_type_name</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1341 1293 | 
             
            </div>
         | 
| @@ -1347,23 +1299,21 @@ Returns a pointer to the name of a type, or <a href="http://library.gnome.org/de | |
| 1347 1299 | 
             
            <tbody>
         | 
| 1348 1300 | 
             
            <tr>
         | 
| 1349 1301 | 
             
            <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
         | 
| 1350 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a | 
| 1351 | 
            -
            </td>
         | 
| 1302 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a>.</td>
         | 
| 1352 1303 | 
             
            </tr>
         | 
| 1353 1304 | 
             
            <tr>
         | 
| 1354 1305 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1355 | 
            -
            <td>a pointer to the name of a type, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it has none | 
| 1356 | 
            -
            </td>
         | 
| 1306 | 
            +
            <td>a pointer to the name of a type, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it has none.</td>
         | 
| 1357 1307 | 
             
            </tr>
         | 
| 1358 1308 | 
             
            </tbody>
         | 
| 1359 1309 | 
             
            </table></div>
         | 
| 1360 1310 | 
             
            </div>
         | 
| 1361 1311 | 
             
            <hr>
         | 
| 1362 | 
            -
            <div class="refsect2" | 
| 1312 | 
            +
            <div class="refsect2">
         | 
| 1363 1313 | 
             
            <a name="gtk-type-from-name"></a><h3>gtk_type_from_name()</h3>
         | 
| 1364 1314 | 
             
            <pre class="programlisting">#define gtk_type_from_name(name)	 g_type_from_name (name)
         | 
| 1365 1315 | 
             
            </pre>
         | 
| 1366 | 
            -
            <div class="warning"  | 
| 1316 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1367 1317 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1368 1318 | 
             
            <p><code class="literal">gtk_type_from_name</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1369 1319 | 
             
            </div>
         | 
| @@ -1375,23 +1325,21 @@ Gets the internal representation of a type, given its name. | |
| 1375 1325 | 
             
            <tbody>
         | 
| 1376 1326 | 
             
            <tr>
         | 
| 1377 1327 | 
             
            <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
         | 
| 1378 | 
            -
            <td>the name of a GTK+ type
         | 
| 1379 | 
            -
            </td>
         | 
| 1328 | 
            +
            <td>the name of a GTK+ type</td>
         | 
| 1380 1329 | 
             
            </tr>
         | 
| 1381 1330 | 
             
            <tr>
         | 
| 1382 1331 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1383 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a | 
| 1384 | 
            -
            </td>
         | 
| 1332 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a>.</td>
         | 
| 1385 1333 | 
             
            </tr>
         | 
| 1386 1334 | 
             
            </tbody>
         | 
| 1387 1335 | 
             
            </table></div>
         | 
| 1388 1336 | 
             
            </div>
         | 
| 1389 1337 | 
             
            <hr>
         | 
| 1390 | 
            -
            <div class="refsect2" | 
| 1338 | 
            +
            <div class="refsect2">
         | 
| 1391 1339 | 
             
            <a name="gtk-type-parent"></a><h3>gtk_type_parent()</h3>
         | 
| 1392 1340 | 
             
            <pre class="programlisting">#define gtk_type_parent(type)		 g_type_parent (type)
         | 
| 1393 1341 | 
             
            </pre>
         | 
| 1394 | 
            -
            <div class="warning"  | 
| 1342 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1395 1343 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1396 1344 | 
             
            <p><code class="literal">gtk_type_parent</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1397 1345 | 
             
            </div>
         | 
| @@ -1403,22 +1351,20 @@ Returns the parent type of a <a class="link" href="gtk-Types.html#GtkType" title | |
| 1403 1351 | 
             
            <tbody>
         | 
| 1404 1352 | 
             
            <tr>
         | 
| 1405 1353 | 
             
            <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
         | 
| 1406 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a | 
| 1407 | 
            -
            </td>
         | 
| 1354 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a>.</td>
         | 
| 1408 1355 | 
             
            </tr>
         | 
| 1409 1356 | 
             
            <tr>
         | 
| 1410 1357 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1411 | 
            -
            <td>the <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> of the parent | 
| 1412 | 
            -
            </td>
         | 
| 1358 | 
            +
            <td>the <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> of the parent.</td>
         | 
| 1413 1359 | 
             
            </tr>
         | 
| 1414 1360 | 
             
            </tbody>
         | 
| 1415 1361 | 
             
            </table></div>
         | 
| 1416 1362 | 
             
            </div>
         | 
| 1417 1363 | 
             
            <hr>
         | 
| 1418 | 
            -
            <div class="refsect2" | 
| 1364 | 
            +
            <div class="refsect2">
         | 
| 1419 1365 | 
             
            <a name="gtk-type-class"></a><h3>gtk_type_class ()</h3>
         | 
| 1420 1366 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            gtk_type_class                      (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> type</code></em>);</pre>
         | 
| 1421 | 
            -
            <div class="warning"  | 
| 1367 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1422 1368 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1423 1369 | 
             
            <p><code class="literal">gtk_type_class</code> has been deprecated since version 2.14 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#g-type-class-peek"><code class="function">g_type_class_peek()</code></a> or <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#g-type-class-ref"><code class="function">g_type_class_ref()</code></a> instead.</p>
         | 
| 1424 1370 | 
             
            </div>
         | 
| @@ -1436,23 +1382,20 @@ any trouble identifying <em class="parameter"><code>type</code></em>.  Initializ | |
| 1436 1382 | 
             
            <tbody>
         | 
| 1437 1383 | 
             
            <tr>
         | 
| 1438 1384 | 
             
            <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
         | 
| 1439 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a | 
| 1440 | 
            -
            </td>
         | 
| 1385 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a>.</td>
         | 
| 1441 1386 | 
             
            </tr>
         | 
| 1442 1387 | 
             
            <tr>
         | 
| 1443 1388 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1444 | 
            -
            <td> | 
| 1445 | 
            -
             | 
| 1446 | 
            -
            </td>
         | 
| 1389 | 
            +
            <td>pointer to the class.</td>
         | 
| 1447 1390 | 
             
            </tr>
         | 
| 1448 1391 | 
             
            </tbody>
         | 
| 1449 1392 | 
             
            </table></div>
         | 
| 1450 1393 | 
             
            </div>
         | 
| 1451 1394 | 
             
            <hr>
         | 
| 1452 | 
            -
            <div class="refsect2" | 
| 1395 | 
            +
            <div class="refsect2">
         | 
| 1453 1396 | 
             
            <a name="gtk-type-new"></a><h3>gtk_type_new ()</h3>
         | 
| 1454 1397 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            gtk_type_new                        (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> type</code></em>);</pre>
         | 
| 1455 | 
            -
            <div class="warning"  | 
| 1398 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1456 1399 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1457 1400 | 
             
            <p><code class="literal">gtk_type_new</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1458 1401 | 
             
            </div>
         | 
| @@ -1467,23 +1410,21 @@ has all the proper initializers called. | |
| 1467 1410 | 
             
            <tbody>
         | 
| 1468 1411 | 
             
            <tr>
         | 
| 1469 1412 | 
             
            <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
         | 
| 1470 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a | 
| 1471 | 
            -
            </td>
         | 
| 1413 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a>.</td>
         | 
| 1472 1414 | 
             
            </tr>
         | 
| 1473 1415 | 
             
            <tr>
         | 
| 1474 1416 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1475 | 
            -
            <td>pointer to a <a class="link" href="gtk-Types.html#GtkTypeObject" title="GtkTypeObject"><span class="type">GtkTypeObject</span></a | 
| 1476 | 
            -
            </td>
         | 
| 1417 | 
            +
            <td>pointer to a <a class="link" href="gtk-Types.html#GtkTypeObject" title="GtkTypeObject"><span class="type">GtkTypeObject</span></a>.</td>
         | 
| 1477 1418 | 
             
            </tr>
         | 
| 1478 1419 | 
             
            </tbody>
         | 
| 1479 1420 | 
             
            </table></div>
         | 
| 1480 1421 | 
             
            </div>
         | 
| 1481 1422 | 
             
            <hr>
         | 
| 1482 | 
            -
            <div class="refsect2" | 
| 1423 | 
            +
            <div class="refsect2">
         | 
| 1483 1424 | 
             
            <a name="gtk-type-is-a"></a><h3>gtk_type_is_a()</h3>
         | 
| 1484 1425 | 
             
            <pre class="programlisting">#define gtk_type_is_a(type, is_a_type)	 g_type_is_a ((type), (is_a_type))
         | 
| 1485 1426 | 
             
            </pre>
         | 
| 1486 | 
            -
            <div class="warning"  | 
| 1427 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1487 1428 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1488 1429 | 
             
            <p><code class="literal">gtk_type_is_a</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1489 1430 | 
             
            </div>
         | 
| @@ -1496,28 +1437,25 @@ ancestors.  Do so with a simple lookup, not a loop. | |
| 1496 1437 | 
             
            <tbody>
         | 
| 1497 1438 | 
             
            <tr>
         | 
| 1498 1439 | 
             
            <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
         | 
| 1499 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a | 
| 1500 | 
            -
            </td>
         | 
| 1440 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a>.</td>
         | 
| 1501 1441 | 
             
            </tr>
         | 
| 1502 1442 | 
             
            <tr>
         | 
| 1503 1443 | 
             
            <td><p><span class="term"><em class="parameter"><code>is_a_type</code></em> :</span></p></td>
         | 
| 1504 | 
            -
            <td>another <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a | 
| 1505 | 
            -
            </td>
         | 
| 1444 | 
            +
            <td>another <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a>.</td>
         | 
| 1506 1445 | 
             
            </tr>
         | 
| 1507 1446 | 
             
            <tr>
         | 
| 1508 1447 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1509 1448 | 
             
            <td>
         | 
| 1510 | 
            -
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>type</code></em> is a <em class="parameter"><code>is_a_type</code></em | 
| 1511 | 
            -
            </td>
         | 
| 1449 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>type</code></em> is a <em class="parameter"><code>is_a_type</code></em>.</td>
         | 
| 1512 1450 | 
             
            </tr>
         | 
| 1513 1451 | 
             
            </tbody>
         | 
| 1514 1452 | 
             
            </table></div>
         | 
| 1515 1453 | 
             
            </div>
         | 
| 1516 1454 | 
             
            <hr>
         | 
| 1517 | 
            -
            <div class="refsect2" | 
| 1455 | 
            +
            <div class="refsect2">
         | 
| 1518 1456 | 
             
            <a name="gtk-type-enum-get-values"></a><h3>gtk_type_enum_get_values ()</h3>
         | 
| 1519 | 
            -
            <pre class="programlisting"><a class="link" href="gtk-Types.html#GtkEnumValue" title="GtkEnumValue"><span class="returnvalue">GtkEnumValue</span></a | 
| 1520 | 
            -
            <div class="warning"  | 
| 1457 | 
            +
            <pre class="programlisting"><a class="link" href="gtk-Types.html#GtkEnumValue" title="GtkEnumValue"><span class="returnvalue">GtkEnumValue</span></a> *	     gtk_type_enum_get_values            (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> enum_type</code></em>);</pre>
         | 
| 1458 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1521 1459 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1522 1460 | 
             
            <p><code class="literal">gtk_type_enum_get_values</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1523 1461 | 
             
            </div>
         | 
| @@ -1529,23 +1467,21 @@ If <em class="parameter"><code>enum_type</code></em> has values, then return a p | |
| 1529 1467 | 
             
            <tbody>
         | 
| 1530 1468 | 
             
            <tr>
         | 
| 1531 1469 | 
             
            <td><p><span class="term"><em class="parameter"><code>enum_type</code></em> :</span></p></td>
         | 
| 1532 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a | 
| 1533 | 
            -
            </td>
         | 
| 1470 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a>.</td>
         | 
| 1534 1471 | 
             
            </tr>
         | 
| 1535 1472 | 
             
            <tr>
         | 
| 1536 1473 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1537 1474 | 
             
            <td>
         | 
| 1538 | 
            -
            <a class="link" href="gtk-Types.html#GtkEnumValue" title="GtkEnumValue"><span class="type">GtkEnumValue</span></a | 
| 1539 | 
            -
            </td>
         | 
| 1475 | 
            +
            <a class="link" href="gtk-Types.html#GtkEnumValue" title="GtkEnumValue"><span class="type">GtkEnumValue</span></a>*</td>
         | 
| 1540 1476 | 
             
            </tr>
         | 
| 1541 1477 | 
             
            </tbody>
         | 
| 1542 1478 | 
             
            </table></div>
         | 
| 1543 1479 | 
             
            </div>
         | 
| 1544 1480 | 
             
            <hr>
         | 
| 1545 | 
            -
            <div class="refsect2" | 
| 1481 | 
            +
            <div class="refsect2">
         | 
| 1546 1482 | 
             
            <a name="gtk-type-flags-get-values"></a><h3>gtk_type_flags_get_values ()</h3>
         | 
| 1547 | 
            -
            <pre class="programlisting"><a class="link" href="gtk-Types.html#GtkFlagValue" title="GtkFlagValue"><span class="returnvalue">GtkFlagValue</span></a | 
| 1548 | 
            -
            <div class="warning"  | 
| 1483 | 
            +
            <pre class="programlisting"><a class="link" href="gtk-Types.html#GtkFlagValue" title="GtkFlagValue"><span class="returnvalue">GtkFlagValue</span></a> *	     gtk_type_flags_get_values           (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> flags_type</code></em>);</pre>
         | 
| 1484 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1549 1485 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1550 1486 | 
             
            <p><code class="literal">gtk_type_flags_get_values</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1551 1487 | 
             
            </div>
         | 
| @@ -1557,24 +1493,22 @@ If <em class="parameter"><code>flags_type</code></em> has values, then return a | |
| 1557 1493 | 
             
            <tbody>
         | 
| 1558 1494 | 
             
            <tr>
         | 
| 1559 1495 | 
             
            <td><p><span class="term"><em class="parameter"><code>flags_type</code></em> :</span></p></td>
         | 
| 1560 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a | 
| 1561 | 
            -
            </td>
         | 
| 1496 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a>.</td>
         | 
| 1562 1497 | 
             
            </tr>
         | 
| 1563 1498 | 
             
            <tr>
         | 
| 1564 1499 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1565 1500 | 
             
            <td>
         | 
| 1566 | 
            -
            <a class="link" href="gtk-Types.html#GtkFlagValue" title="GtkFlagValue"><span class="type">GtkFlagValue</span></a | 
| 1567 | 
            -
            </td>
         | 
| 1501 | 
            +
            <a class="link" href="gtk-Types.html#GtkFlagValue" title="GtkFlagValue"><span class="type">GtkFlagValue</span></a>*</td>
         | 
| 1568 1502 | 
             
            </tr>
         | 
| 1569 1503 | 
             
            </tbody>
         | 
| 1570 1504 | 
             
            </table></div>
         | 
| 1571 1505 | 
             
            </div>
         | 
| 1572 1506 | 
             
            <hr>
         | 
| 1573 | 
            -
            <div class="refsect2" | 
| 1507 | 
            +
            <div class="refsect2">
         | 
| 1574 1508 | 
             
            <a name="gtk-type-enum-find-value"></a><h3>gtk_type_enum_find_value ()</h3>
         | 
| 1575 | 
            -
            <pre class="programlisting"><a class="link" href="gtk-Types.html#GtkEnumValue" title="GtkEnumValue"><span class="returnvalue">GtkEnumValue</span></a | 
| 1509 | 
            +
            <pre class="programlisting"><a class="link" href="gtk-Types.html#GtkEnumValue" title="GtkEnumValue"><span class="returnvalue">GtkEnumValue</span></a> *	     gtk_type_enum_find_value            (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> enum_type</code></em>,
         | 
| 1576 1510 | 
             
                                                                     <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> *value_name</code></em>);</pre>
         | 
| 1577 | 
            -
            <div class="warning"  | 
| 1511 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1578 1512 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1579 1513 | 
             
            <p><code class="literal">gtk_type_enum_find_value</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1580 1514 | 
             
            </div>
         | 
| @@ -1586,29 +1520,26 @@ Returns a pointer to one of <em class="parameter"><code>enum_type</code></em>'s | |
| 1586 1520 | 
             
            <tbody>
         | 
| 1587 1521 | 
             
            <tr>
         | 
| 1588 1522 | 
             
            <td><p><span class="term"><em class="parameter"><code>enum_type</code></em> :</span></p></td>
         | 
| 1589 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a | 
| 1590 | 
            -
            </td>
         | 
| 1523 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a>.</td>
         | 
| 1591 1524 | 
             
            </tr>
         | 
| 1592 1525 | 
             
            <tr>
         | 
| 1593 1526 | 
             
            <td><p><span class="term"><em class="parameter"><code>value_name</code></em> :</span></p></td>
         | 
| 1594 | 
            -
            <td>the name to look for | 
| 1595 | 
            -
            </td>
         | 
| 1527 | 
            +
            <td>the name to look for.</td>
         | 
| 1596 1528 | 
             
            </tr>
         | 
| 1597 1529 | 
             
            <tr>
         | 
| 1598 1530 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1599 1531 | 
             
            <td>
         | 
| 1600 | 
            -
            <a class="link" href="gtk-Types.html#GtkEnumValue" title="GtkEnumValue"><span class="type">GtkEnumValue</span></a | 
| 1601 | 
            -
            </td>
         | 
| 1532 | 
            +
            <a class="link" href="gtk-Types.html#GtkEnumValue" title="GtkEnumValue"><span class="type">GtkEnumValue</span></a>*</td>
         | 
| 1602 1533 | 
             
            </tr>
         | 
| 1603 1534 | 
             
            </tbody>
         | 
| 1604 1535 | 
             
            </table></div>
         | 
| 1605 1536 | 
             
            </div>
         | 
| 1606 1537 | 
             
            <hr>
         | 
| 1607 | 
            -
            <div class="refsect2" | 
| 1538 | 
            +
            <div class="refsect2">
         | 
| 1608 1539 | 
             
            <a name="gtk-type-flags-find-value"></a><h3>gtk_type_flags_find_value ()</h3>
         | 
| 1609 | 
            -
            <pre class="programlisting"><a class="link" href="gtk-Types.html#GtkFlagValue" title="GtkFlagValue"><span class="returnvalue">GtkFlagValue</span></a | 
| 1540 | 
            +
            <pre class="programlisting"><a class="link" href="gtk-Types.html#GtkFlagValue" title="GtkFlagValue"><span class="returnvalue">GtkFlagValue</span></a> *	     gtk_type_flags_find_value           (<em class="parameter"><code><a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a> flags_type</code></em>,
         | 
| 1610 1541 | 
             
                                                                     <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> *value_name</code></em>);</pre>
         | 
| 1611 | 
            -
            <div class="warning"  | 
| 1542 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1612 1543 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1613 1544 | 
             
            <p><code class="literal">gtk_type_flags_find_value</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1614 1545 | 
             
            </div>
         | 
| @@ -1620,19 +1551,16 @@ Returns a pointer to one of <em class="parameter"><code>flag_type</code></em>'s | |
| 1620 1551 | 
             
            <tbody>
         | 
| 1621 1552 | 
             
            <tr>
         | 
| 1622 1553 | 
             
            <td><p><span class="term"><em class="parameter"><code>flags_type</code></em> :</span></p></td>
         | 
| 1623 | 
            -
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a | 
| 1624 | 
            -
            </td>
         | 
| 1554 | 
            +
            <td>a <a class="link" href="gtk-Types.html#GtkType" title="GtkType"><span class="type">GtkType</span></a>.</td>
         | 
| 1625 1555 | 
             
            </tr>
         | 
| 1626 1556 | 
             
            <tr>
         | 
| 1627 1557 | 
             
            <td><p><span class="term"><em class="parameter"><code>value_name</code></em> :</span></p></td>
         | 
| 1628 | 
            -
            <td>the name to look for | 
| 1629 | 
            -
            </td>
         | 
| 1558 | 
            +
            <td>the name to look for.</td>
         | 
| 1630 1559 | 
             
            </tr>
         | 
| 1631 1560 | 
             
            <tr>
         | 
| 1632 1561 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1633 1562 | 
             
            <td>
         | 
| 1634 | 
            -
            <a class="link" href="gtk-Types.html#GtkFlagValue" title="GtkFlagValue"><span class="type">GtkFlagValue</span></a | 
| 1635 | 
            -
            </td>
         | 
| 1563 | 
            +
            <a class="link" href="gtk-Types.html#GtkFlagValue" title="GtkFlagValue"><span class="type">GtkFlagValue</span></a>*</td>
         | 
| 1636 1564 | 
             
            </tr>
         | 
| 1637 1565 | 
             
            </tbody>
         | 
| 1638 1566 | 
             
            </table></div>
         | 
| @@ -1641,6 +1569,6 @@ Returns a pointer to one of <em class="parameter"><code>flag_type</code></em>'s | |
| 1641 1569 | 
             
            </div>
         | 
| 1642 1570 | 
             
            <div class="footer">
         | 
| 1643 1571 | 
             
            <hr>
         | 
| 1644 | 
            -
                      Generated by GTK-Doc V1. | 
| 1572 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 1645 1573 | 
             
            </body>
         | 
| 1646 1574 | 
             
            </html>
         |