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="reference.html" title="API Reference">
         | 
| 9 9 | 
             
            <link rel="prev" href="gdk-GdkRGB.html" title="GdkRGB">
         | 
| 10 10 | 
             
            <link rel="next" href="gdk-Pixbufs.html" title="Pixbufs">
         | 
| 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="#gdk-Images.description" class="shortcut">Description</a>
         | 
| 27 27 | 
             
            </td></tr>
         | 
| 28 28 | 
             
            </table>
         | 
| 29 | 
            -
            <div class="refentry" | 
| 29 | 
            +
            <div class="refentry">
         | 
| 30 30 | 
             
            <a name="gdk-Images"></a><div class="titlepage"></div>
         | 
| 31 31 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 32 32 | 
             
            <td valign="top">
         | 
| @@ -35,22 +35,22 @@ | |
| 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="gdk-Images.synopsis"></a><h2>Synopsis</h2>
         | 
| 40 40 | 
             
            <pre class="synopsis">
         | 
| 41 41 | 
             
            #include <gdk/gdk.h>
         | 
| 42 42 |  | 
| 43 43 | 
             
                                <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage">GdkImage</a>;
         | 
| 44 | 
            -
            <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a | 
| 44 | 
            +
            <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a> *          <a class="link" href="gdk-Images.html#gdk-image-new" title="gdk_image_new ()">gdk_image_new</a>                       (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImageType" title="enum GdkImageType"><span class="type">GdkImageType</span></a> type</code></em>,
         | 
| 45 45 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>,
         | 
| 46 46 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
         | 
| 47 47 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);
         | 
| 48 48 | 
             
            enum                <a class="link" href="gdk-Images.html#GdkImageType" title="enum GdkImageType">GdkImageType</a>;
         | 
| 49 | 
            -
            <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a | 
| 49 | 
            +
            <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a> *          <a class="link" href="gdk-Images.html#gdk-image-new-bitmap" title="gdk_image_new_bitmap ()">gdk_image_new_bitmap</a>                (<em class="parameter"><code><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>,
         | 
| 50 50 | 
             
                                                                     <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>,
         | 
| 51 51 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
         | 
| 52 52 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);
         | 
| 53 | 
            -
            <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a | 
| 53 | 
            +
            <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a> *          <a class="link" href="gdk-Images.html#gdk-image-get" title="gdk_image_get ()">gdk_image_get</a>                       (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
         | 
| 54 54 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
         | 
| 55 55 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
         | 
| 56 56 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
         | 
| @@ -58,7 +58,7 @@ enum                <a class="link" href="gdk-Images.html#GdkImageType" title="e | |
| 58 58 | 
             
            <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a> *          <a class="link" href="gdk-Images.html#gdk-image-ref" title="gdk_image_ref ()">gdk_image_ref</a>                       (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);
         | 
| 59 59 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gdk-Images.html#gdk-image-unref" title="gdk_image_unref ()">gdk_image_unref</a>                     (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);
         | 
| 60 60 | 
             
            #define             <a class="link" href="gdk-Images.html#gdk-image-destroy" title="gdk_image_destroy">gdk_image_destroy</a>
         | 
| 61 | 
            -
            <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a | 
| 61 | 
            +
            <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a> *       <a class="link" href="gdk-Images.html#gdk-image-get-colormap" title="gdk_image_get_colormap ()">gdk_image_get_colormap</a>              (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);
         | 
| 62 62 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gdk-Images.html#gdk-image-set-colormap" title="gdk_image_set_colormap ()">gdk_image_set_colormap</a>              (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>,
         | 
| 63 63 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a> *colormap</code></em>);
         | 
| 64 64 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>             <a class="link" href="gdk-Images.html#gdk-image-get-bits-per-pixel" title="gdk_image_get_bits_per_pixel ()">gdk_image_get_bits_per_pixel</a>        (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);
         | 
| @@ -81,7 +81,7 @@ enum                <a class="link" href="gdk-Images.html#GdkImageType" title="e | |
| 81 81 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);
         | 
| 82 82 | 
             
            </pre>
         | 
| 83 83 | 
             
            </div>
         | 
| 84 | 
            -
            <div class="refsect1" | 
| 84 | 
            +
            <div class="refsect1">
         | 
| 85 85 | 
             
            <a name="gdk-Images.description"></a><h2>Description</h2>
         | 
| 86 86 | 
             
            <p>
         | 
| 87 87 | 
             
            The <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> type represents an area for drawing graphics.
         | 
| @@ -106,9 +106,9 @@ To draw a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span | |
| 106 106 | 
             
            To destroy a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> use <a class="link" href="gdk-Images.html#gdk-image-destroy" title="gdk_image_destroy"><code class="function">gdk_image_destroy()</code></a>.
         | 
| 107 107 | 
             
            </p>
         | 
| 108 108 | 
             
            </div>
         | 
| 109 | 
            -
            <div class="refsect1" | 
| 109 | 
            +
            <div class="refsect1">
         | 
| 110 110 | 
             
            <a name="gdk-Images.details"></a><h2>Details</h2>
         | 
| 111 | 
            -
            <div class="refsect2" | 
| 111 | 
            +
            <div class="refsect2">
         | 
| 112 112 | 
             
            <a name="GdkImage"></a><h3>GdkImage</h3>
         | 
| 113 113 | 
             
            <pre class="programlisting">typedef struct {
         | 
| 114 114 | 
             
              GObject parent_instance;
         | 
| @@ -135,19 +135,18 @@ The <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class | |
| 135 135 | 
             
            <col align="left" valign="top">
         | 
| 136 136 | 
             
            <tbody><tr>
         | 
| 137 137 | 
             
            <td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> <em class="structfield"><code><a name="GdkImage.parent-instance"></a>parent_instance</code></em>;</span></p></td>
         | 
| 138 | 
            -
            <td>the parent instance
         | 
| 139 | 
            -
            </td>
         | 
| 138 | 
            +
            <td>the parent instance</td>
         | 
| 140 139 | 
             
            </tr></tbody>
         | 
| 141 140 | 
             
            </table></div>
         | 
| 142 141 | 
             
            </div>
         | 
| 143 142 | 
             
            <hr>
         | 
| 144 | 
            -
            <div class="refsect2" | 
| 143 | 
            +
            <div class="refsect2">
         | 
| 145 144 | 
             
            <a name="gdk-image-new"></a><h3>gdk_image_new ()</h3>
         | 
| 146 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a | 
| 145 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a> *          gdk_image_new                       (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImageType" title="enum GdkImageType"><span class="type">GdkImageType</span></a> type</code></em>,
         | 
| 147 146 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>,
         | 
| 148 147 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
         | 
| 149 148 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
         | 
| 150 | 
            -
            <div class="warning"  | 
| 149 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 151 150 | 
             
            <h3 class="title">Warning</h3>
         | 
| 152 151 | 
             
            <p><code class="literal">gdk_image_new</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 153 152 | 
             
            </div>
         | 
| @@ -162,34 +161,29 @@ Creates a new <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage">< | |
| 162 161 | 
             
            <td>the type of the <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a>, one of <a class="link" href="gdk-Images.html#GDK-IMAGE-NORMAL:CAPS"><code class="literal">GDK_IMAGE_NORMAL</code></a>, <a class="link" href="gdk-Images.html#GDK-IMAGE-SHARED:CAPS"><code class="literal">GDK_IMAGE_SHARED</code></a>
         | 
| 163 162 | 
             
            and <a class="link" href="gdk-Images.html#GDK-IMAGE-FASTEST:CAPS"><code class="literal">GDK_IMAGE_FASTEST</code></a>. <a class="link" href="gdk-Images.html#GDK-IMAGE-FASTEST:CAPS"><code class="literal">GDK_IMAGE_FASTEST</code></a> is probably the best choice, since
         | 
| 164 163 | 
             
            it will try creating a <a class="link" href="gdk-Images.html#GDK-IMAGE-SHARED:CAPS"><code class="literal">GDK_IMAGE_SHARED</code></a> image first and if that fails it will
         | 
| 165 | 
            -
            then use <a class="link" href="gdk-Images.html#GDK-IMAGE-NORMAL:CAPS"><code class="literal">GDK_IMAGE_NORMAL</code></a | 
| 166 | 
            -
            </td>
         | 
| 164 | 
            +
            then use <a class="link" href="gdk-Images.html#GDK-IMAGE-NORMAL:CAPS"><code class="literal">GDK_IMAGE_NORMAL</code></a>.</td>
         | 
| 167 165 | 
             
            </tr>
         | 
| 168 166 | 
             
            <tr>
         | 
| 169 167 | 
             
            <td><p><span class="term"><em class="parameter"><code>visual</code></em> :</span></p></td>
         | 
| 170 | 
            -
            <td>the <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> to use for the image | 
| 171 | 
            -
            </td>
         | 
| 168 | 
            +
            <td>the <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> to use for the image.</td>
         | 
| 172 169 | 
             
            </tr>
         | 
| 173 170 | 
             
            <tr>
         | 
| 174 171 | 
             
            <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
         | 
| 175 | 
            -
            <td>the width of the image in pixels | 
| 176 | 
            -
            </td>
         | 
| 172 | 
            +
            <td>the width of the image in pixels.</td>
         | 
| 177 173 | 
             
            </tr>
         | 
| 178 174 | 
             
            <tr>
         | 
| 179 175 | 
             
            <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
         | 
| 180 | 
            -
            <td>the height of the image in pixels | 
| 181 | 
            -
            </td>
         | 
| 176 | 
            +
            <td>the height of the image in pixels.</td>
         | 
| 182 177 | 
             
            </tr>
         | 
| 183 178 | 
             
            <tr>
         | 
| 184 179 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 185 | 
            -
            <td>a new <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the image could not be created | 
| 186 | 
            -
            </td>
         | 
| 180 | 
            +
            <td>a new <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the image could not be created.</td>
         | 
| 187 181 | 
             
            </tr>
         | 
| 188 182 | 
             
            </tbody>
         | 
| 189 183 | 
             
            </table></div>
         | 
| 190 184 | 
             
            </div>
         | 
| 191 185 | 
             
            <hr>
         | 
| 192 | 
            -
            <div class="refsect2" | 
| 186 | 
            +
            <div class="refsect2">
         | 
| 193 187 | 
             
            <a name="GdkImageType"></a><h3>enum GdkImageType</h3>
         | 
| 194 188 | 
             
            <pre class="programlisting">typedef enum
         | 
| 195 189 | 
             
            {
         | 
| @@ -228,20 +222,20 @@ and if that fails then <a class="link" href="gdk-Images.html#GDK-IMAGE-NORMAL:CA | |
| 228 222 | 
             
            </table></div>
         | 
| 229 223 | 
             
            </div>
         | 
| 230 224 | 
             
            <hr>
         | 
| 231 | 
            -
            <div class="refsect2" | 
| 225 | 
            +
            <div class="refsect2">
         | 
| 232 226 | 
             
            <a name="gdk-image-new-bitmap"></a><h3>gdk_image_new_bitmap ()</h3>
         | 
| 233 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a | 
| 227 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a> *          gdk_image_new_bitmap                (<em class="parameter"><code><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>,
         | 
| 234 228 | 
             
                                                                     <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>,
         | 
| 235 229 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
         | 
| 236 230 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
         | 
| 237 | 
            -
            <div class="warning"  | 
| 231 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 238 232 | 
             
            <h3 class="title">Warning</h3>
         | 
| 239 233 | 
             
            <p><code class="literal">gdk_image_new_bitmap</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 240 234 | 
             
            </div>
         | 
| 241 235 | 
             
            <p>
         | 
| 242 236 | 
             
            Creates a new <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> with a depth of 1 from the given data.
         | 
| 243 237 | 
             
            </p>
         | 
| 244 | 
            -
            <div class="warning"  | 
| 238 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 245 239 | 
             
            <h3 class="title">Warning</h3>
         | 
| 246 240 | 
             
            <p>THIS FUNCTION IS INCREDIBLY BROKEN. The passed-in data must 
         | 
| 247 241 | 
             
            be allocated by <code class="function">malloc()</code> (NOT <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-malloc"><code class="function">g_malloc()</code></a>) and will be freed when the 
         | 
| @@ -254,41 +248,36 @@ image is freed.</p> | |
| 254 248 | 
             
            <tbody>
         | 
| 255 249 | 
             
            <tr>
         | 
| 256 250 | 
             
            <td><p><span class="term"><em class="parameter"><code>visual</code></em> :</span></p></td>
         | 
| 257 | 
            -
            <td>the <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> to use for the image | 
| 258 | 
            -
            </td>
         | 
| 251 | 
            +
            <td>the <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> to use for the image.</td>
         | 
| 259 252 | 
             
            </tr>
         | 
| 260 253 | 
             
            <tr>
         | 
| 261 254 | 
             
            <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
         | 
| 262 | 
            -
            <td>the pixel data | 
| 263 | 
            -
            </td>
         | 
| 255 | 
            +
            <td>the pixel data.</td>
         | 
| 264 256 | 
             
            </tr>
         | 
| 265 257 | 
             
            <tr>
         | 
| 266 258 | 
             
            <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
         | 
| 267 | 
            -
            <td>the width of the image in pixels | 
| 268 | 
            -
            </td>
         | 
| 259 | 
            +
            <td>the width of the image in pixels.</td>
         | 
| 269 260 | 
             
            </tr>
         | 
| 270 261 | 
             
            <tr>
         | 
| 271 262 | 
             
            <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
         | 
| 272 | 
            -
            <td>the height of the image in pixels | 
| 273 | 
            -
            </td>
         | 
| 263 | 
            +
            <td>the height of the image in pixels.</td>
         | 
| 274 264 | 
             
            </tr>
         | 
| 275 265 | 
             
            <tr>
         | 
| 276 266 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 277 | 
            -
            <td> | 
| 278 | 
            -
            </td>
         | 
| 267 | 
            +
            <td>a new <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a>.</td>
         | 
| 279 268 | 
             
            </tr>
         | 
| 280 269 | 
             
            </tbody>
         | 
| 281 270 | 
             
            </table></div>
         | 
| 282 271 | 
             
            </div>
         | 
| 283 272 | 
             
            <hr>
         | 
| 284 | 
            -
            <div class="refsect2" | 
| 273 | 
            +
            <div class="refsect2">
         | 
| 285 274 | 
             
            <a name="gdk-image-get"></a><h3>gdk_image_get ()</h3>
         | 
| 286 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a | 
| 275 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a> *          gdk_image_get                       (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
         | 
| 287 276 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
         | 
| 288 277 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
         | 
| 289 278 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
         | 
| 290 279 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
         | 
| 291 | 
            -
            <div class="warning"  | 
| 280 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 292 281 | 
             
            <h3 class="title">Warning</h3>
         | 
| 293 282 | 
             
            <p><code class="literal">gdk_image_get</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 294 283 | 
             
            </div>
         | 
| @@ -328,17 +317,17 @@ choice. | |
| 328 317 | 
             
            </tr>
         | 
| 329 318 | 
             
            <tr>
         | 
| 330 319 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 331 | 
            -
            <td> | 
| 320 | 
            +
            <td>a new <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 332 321 | 
             
            </td>
         | 
| 333 322 | 
             
            </tr>
         | 
| 334 323 | 
             
            </tbody>
         | 
| 335 324 | 
             
            </table></div>
         | 
| 336 325 | 
             
            </div>
         | 
| 337 326 | 
             
            <hr>
         | 
| 338 | 
            -
            <div class="refsect2" | 
| 327 | 
            +
            <div class="refsect2">
         | 
| 339 328 | 
             
            <a name="gdk-image-ref"></a><h3>gdk_image_ref ()</h3>
         | 
| 340 329 | 
             
            <pre class="programlisting"><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="returnvalue">GdkImage</span></a> *          gdk_image_ref                       (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 341 | 
            -
            <div class="warning"  | 
| 330 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 342 331 | 
             
            <h3 class="title">Warning</h3>
         | 
| 343 332 | 
             
            <p><code class="literal">gdk_image_ref</code> has been deprecated since version 2.0 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-object-ref"><code class="function">g_object_ref()</code></a> instead.</p>
         | 
| 344 333 | 
             
            </div>
         | 
| @@ -355,18 +344,16 @@ Deprecated function; use <a href="http://library.gnome.org/devel/gobject/unstabl | |
| 355 344 | 
             
            </tr>
         | 
| 356 345 | 
             
            <tr>
         | 
| 357 346 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 358 | 
            -
            <td> | 
| 359 | 
            -
             | 
| 360 | 
            -
            </td>
         | 
| 347 | 
            +
            <td>the image</td>
         | 
| 361 348 | 
             
            </tr>
         | 
| 362 349 | 
             
            </tbody>
         | 
| 363 350 | 
             
            </table></div>
         | 
| 364 351 | 
             
            </div>
         | 
| 365 352 | 
             
            <hr>
         | 
| 366 | 
            -
            <div class="refsect2" | 
| 353 | 
            +
            <div class="refsect2">
         | 
| 367 354 | 
             
            <a name="gdk-image-unref"></a><h3>gdk_image_unref ()</h3>
         | 
| 368 355 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gdk_image_unref                     (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 369 | 
            -
            <div class="warning"  | 
| 356 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 370 357 | 
             
            <h3 class="title">Warning</h3>
         | 
| 371 358 | 
             
            <p><code class="literal">gdk_image_unref</code> has been deprecated since version 2.0 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-object-unref"><code class="function">g_object_unref()</code></a> instead.</p>
         | 
| 372 359 | 
             
            </div>
         | 
| @@ -383,11 +370,11 @@ Deprecated function; use <a href="http://library.gnome.org/devel/gobject/unstabl | |
| 383 370 | 
             
            </table></div>
         | 
| 384 371 | 
             
            </div>
         | 
| 385 372 | 
             
            <hr>
         | 
| 386 | 
            -
            <div class="refsect2" | 
| 373 | 
            +
            <div class="refsect2">
         | 
| 387 374 | 
             
            <a name="gdk-image-destroy"></a><h3>gdk_image_destroy</h3>
         | 
| 388 375 | 
             
            <pre class="programlisting">#define gdk_image_destroy              g_object_unref
         | 
| 389 376 | 
             
            </pre>
         | 
| 390 | 
            -
            <div class="warning"  | 
| 377 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 391 378 | 
             
            <h3 class="title">Warning</h3>
         | 
| 392 379 | 
             
            <p><code class="literal">gdk_image_destroy</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 393 380 | 
             
            </div>
         | 
| @@ -396,10 +383,10 @@ Destroys a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><spa | |
| 396 383 | 
             
            </p>
         | 
| 397 384 | 
             
            </div>
         | 
| 398 385 | 
             
            <hr>
         | 
| 399 | 
            -
            <div class="refsect2" | 
| 386 | 
            +
            <div class="refsect2">
         | 
| 400 387 | 
             
            <a name="gdk-image-get-colormap"></a><h3>gdk_image_get_colormap ()</h3>
         | 
| 401 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a | 
| 402 | 
            -
            <div class="warning"  | 
| 388 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a> *       gdk_image_get_colormap              (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 389 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 403 390 | 
             
            <h3 class="title">Warning</h3>
         | 
| 404 391 | 
             
            <p><code class="literal">gdk_image_get_colormap</code> has been deprecated since version 2.22 and should not be used in newly-written code. <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> should not be used anymore.</p>
         | 
| 405 392 | 
             
            </div>
         | 
| @@ -419,19 +406,17 @@ a colormap, or if a colormap was set explicitely with | |
| 419 406 | 
             
            </tr>
         | 
| 420 407 | 
             
            <tr>
         | 
| 421 408 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 422 | 
            -
            <td> | 
| 423 | 
            -
             | 
| 424 | 
            -
            </td>
         | 
| 409 | 
            +
            <td>colormap for the image</td>
         | 
| 425 410 | 
             
            </tr>
         | 
| 426 411 | 
             
            </tbody>
         | 
| 427 412 | 
             
            </table></div>
         | 
| 428 413 | 
             
            </div>
         | 
| 429 414 | 
             
            <hr>
         | 
| 430 | 
            -
            <div class="refsect2" | 
| 415 | 
            +
            <div class="refsect2">
         | 
| 431 416 | 
             
            <a name="gdk-image-set-colormap"></a><h3>gdk_image_set_colormap ()</h3>
         | 
| 432 417 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gdk_image_set_colormap              (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>,
         | 
| 433 418 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a> *colormap</code></em>);</pre>
         | 
| 434 | 
            -
            <div class="warning"  | 
| 419 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 435 420 | 
             
            <h3 class="title">Warning</h3>
         | 
| 436 421 | 
             
            <p><code class="literal">gdk_image_set_colormap</code> has been deprecated since version 2.22 and should not be used in newly-written code. <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> should not be used anymore.</p>
         | 
| 437 422 | 
             
            </div>
         | 
| @@ -459,10 +444,10 @@ intend to render the image to. | |
| 459 444 | 
             
            </table></div>
         | 
| 460 445 | 
             
            </div>
         | 
| 461 446 | 
             
            <hr>
         | 
| 462 | 
            -
            <div class="refsect2" | 
| 447 | 
            +
            <div class="refsect2">
         | 
| 463 448 | 
             
            <a name="gdk-image-get-bits-per-pixel"></a><h3>gdk_image_get_bits_per_pixel ()</h3>
         | 
| 464 449 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>             gdk_image_get_bits_per_pixel        (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 465 | 
            -
            <div class="warning"  | 
| 450 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 466 451 | 
             
            <h3 class="title">Warning</h3>
         | 
| 467 452 | 
             
            <p><code class="literal">gdk_image_get_bits_per_pixel</code> has been deprecated since version 2.22 and should not be used in newly-written code. <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> should not be used anymore.</p>
         | 
| 468 453 | 
             
            </div>
         | 
| @@ -479,19 +464,17 @@ Determines the number of bits per pixel of the image. | |
| 479 464 | 
             
            </tr>
         | 
| 480 465 | 
             
            <tr>
         | 
| 481 466 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 482 | 
            -
            <td> | 
| 483 | 
            -
             | 
| 484 | 
            -
            </td>
         | 
| 467 | 
            +
            <td>the bits per pixel</td>
         | 
| 485 468 | 
             
            </tr>
         | 
| 486 469 | 
             
            </tbody>
         | 
| 487 470 | 
             
            </table></div>
         | 
| 488 471 | 
             
            <p class="since">Since 2.22</p>
         | 
| 489 472 | 
             
            </div>
         | 
| 490 473 | 
             
            <hr>
         | 
| 491 | 
            -
            <div class="refsect2" | 
| 474 | 
            +
            <div class="refsect2">
         | 
| 492 475 | 
             
            <a name="gdk-image-get-bytes-per-pixel"></a><h3>gdk_image_get_bytes_per_pixel ()</h3>
         | 
| 493 476 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>             gdk_image_get_bytes_per_pixel       (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 494 | 
            -
            <div class="warning"  | 
| 477 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 495 478 | 
             
            <h3 class="title">Warning</h3>
         | 
| 496 479 | 
             
            <p><code class="literal">gdk_image_get_bytes_per_pixel</code> has been deprecated since version 2.22 and should not be used in newly-written code. <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> should not be used anymore.</p>
         | 
| 497 480 | 
             
            </div>
         | 
| @@ -508,19 +491,17 @@ Determines the number of bytes per pixel of the image. | |
| 508 491 | 
             
            </tr>
         | 
| 509 492 | 
             
            <tr>
         | 
| 510 493 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 511 | 
            -
            <td> | 
| 512 | 
            -
             | 
| 513 | 
            -
            </td>
         | 
| 494 | 
            +
            <td>the bytes per pixel</td>
         | 
| 514 495 | 
             
            </tr>
         | 
| 515 496 | 
             
            </tbody>
         | 
| 516 497 | 
             
            </table></div>
         | 
| 517 498 | 
             
            <p class="since">Since 2.22</p>
         | 
| 518 499 | 
             
            </div>
         | 
| 519 500 | 
             
            <hr>
         | 
| 520 | 
            -
            <div class="refsect2" | 
| 501 | 
            +
            <div class="refsect2">
         | 
| 521 502 | 
             
            <a name="gdk-image-get-bytes-per-line"></a><h3>gdk_image_get_bytes_per_line ()</h3>
         | 
| 522 503 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>             gdk_image_get_bytes_per_line        (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 523 | 
            -
            <div class="warning"  | 
| 504 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 524 505 | 
             
            <h3 class="title">Warning</h3>
         | 
| 525 506 | 
             
            <p><code class="literal">gdk_image_get_bytes_per_line</code> has been deprecated since version 2.22 and should not be used in newly-written code. <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> should not be used anymore.</p>
         | 
| 526 507 | 
             
            </div>
         | 
| @@ -537,19 +518,17 @@ Determines the number of bytes per line of the image. | |
| 537 518 | 
             
            </tr>
         | 
| 538 519 | 
             
            <tr>
         | 
| 539 520 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 540 | 
            -
            <td> | 
| 541 | 
            -
             | 
| 542 | 
            -
            </td>
         | 
| 521 | 
            +
            <td>the bytes per line</td>
         | 
| 543 522 | 
             
            </tr>
         | 
| 544 523 | 
             
            </tbody>
         | 
| 545 524 | 
             
            </table></div>
         | 
| 546 525 | 
             
            <p class="since">Since 2.22</p>
         | 
| 547 526 | 
             
            </div>
         | 
| 548 527 | 
             
            <hr>
         | 
| 549 | 
            -
            <div class="refsect2" | 
| 528 | 
            +
            <div class="refsect2">
         | 
| 550 529 | 
             
            <a name="gdk-image-get-byte-order"></a><h3>gdk_image_get_byte_order ()</h3>
         | 
| 551 530 | 
             
            <pre class="programlisting"><a class="link" href="gdk-Visuals.html#GdkByteOrder" title="enum GdkByteOrder"><span class="returnvalue">GdkByteOrder</span></a>        gdk_image_get_byte_order            (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 552 | 
            -
            <div class="warning"  | 
| 531 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 553 532 | 
             
            <h3 class="title">Warning</h3>
         | 
| 554 533 | 
             
            <p><code class="literal">gdk_image_get_byte_order</code> has been deprecated since version 2.22 and should not be used in newly-written code. <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> should not be used anymore.</p>
         | 
| 555 534 | 
             
            </div>
         | 
| @@ -566,8 +545,7 @@ Determines the byte order of the image. | |
| 566 545 | 
             
            </tr>
         | 
| 567 546 | 
             
            <tr>
         | 
| 568 547 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 569 | 
            -
            <td> | 
| 570 | 
            -
             | 
| 548 | 
            +
            <td>a <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a>
         | 
| 571 549 | 
             
            </td>
         | 
| 572 550 | 
             
            </tr>
         | 
| 573 551 | 
             
            </tbody>
         | 
| @@ -575,10 +553,10 @@ Determines the byte order of the image. | |
| 575 553 | 
             
            <p class="since">Since 2.22</p>
         | 
| 576 554 | 
             
            </div>
         | 
| 577 555 | 
             
            <hr>
         | 
| 578 | 
            -
            <div class="refsect2" | 
| 556 | 
            +
            <div class="refsect2">
         | 
| 579 557 | 
             
            <a name="gdk-image-get-depth"></a><h3>gdk_image_get_depth ()</h3>
         | 
| 580 558 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="returnvalue">guint16</span></a>             gdk_image_get_depth                 (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 581 | 
            -
            <div class="warning"  | 
| 559 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 582 560 | 
             
            <h3 class="title">Warning</h3>
         | 
| 583 561 | 
             
            <p><code class="literal">gdk_image_get_depth</code> has been deprecated since version 2.22 and should not be used in newly-written code. <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> should not be used anymore.</p>
         | 
| 584 562 | 
             
            </div>
         | 
| @@ -595,19 +573,17 @@ Determines the depth of the image. | |
| 595 573 | 
             
            </tr>
         | 
| 596 574 | 
             
            <tr>
         | 
| 597 575 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 598 | 
            -
            <td> | 
| 599 | 
            -
             | 
| 600 | 
            -
            </td>
         | 
| 576 | 
            +
            <td>the depth</td>
         | 
| 601 577 | 
             
            </tr>
         | 
| 602 578 | 
             
            </tbody>
         | 
| 603 579 | 
             
            </table></div>
         | 
| 604 580 | 
             
            <p class="since">Since 2.22</p>
         | 
| 605 581 | 
             
            </div>
         | 
| 606 582 | 
             
            <hr>
         | 
| 607 | 
            -
            <div class="refsect2" | 
| 583 | 
            +
            <div class="refsect2">
         | 
| 608 584 | 
             
            <a name="gdk-image-get-height"></a><h3>gdk_image_get_height ()</h3>
         | 
| 609 585 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gdk_image_get_height                (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 610 | 
            -
            <div class="warning"  | 
| 586 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 611 587 | 
             
            <h3 class="title">Warning</h3>
         | 
| 612 588 | 
             
            <p><code class="literal">gdk_image_get_height</code> has been deprecated since version 2.22 and should not be used in newly-written code. <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> should not be used anymore.</p>
         | 
| 613 589 | 
             
            </div>
         | 
| @@ -624,19 +600,17 @@ Determines the height of the image. | |
| 624 600 | 
             
            </tr>
         | 
| 625 601 | 
             
            <tr>
         | 
| 626 602 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 627 | 
            -
            <td> | 
| 628 | 
            -
             | 
| 629 | 
            -
            </td>
         | 
| 603 | 
            +
            <td>the height</td>
         | 
| 630 604 | 
             
            </tr>
         | 
| 631 605 | 
             
            </tbody>
         | 
| 632 606 | 
             
            </table></div>
         | 
| 633 607 | 
             
            <p class="since">Since 2.22</p>
         | 
| 634 608 | 
             
            </div>
         | 
| 635 609 | 
             
            <hr>
         | 
| 636 | 
            -
            <div class="refsect2" | 
| 610 | 
            +
            <div class="refsect2">
         | 
| 637 611 | 
             
            <a name="gdk-image-get-image-type"></a><h3>gdk_image_get_image_type ()</h3>
         | 
| 638 612 | 
             
            <pre class="programlisting"><a class="link" href="gdk-Images.html#GdkImageType" title="enum GdkImageType"><span class="returnvalue">GdkImageType</span></a>        gdk_image_get_image_type            (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 639 | 
            -
            <div class="warning"  | 
| 613 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 640 614 | 
             
            <h3 class="title">Warning</h3>
         | 
| 641 615 | 
             
            <p><code class="literal">gdk_image_get_image_type</code> has been deprecated since version 2.22 and should not be used in newly-written code. <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> should not be used anymore.</p>
         | 
| 642 616 | 
             
            </div>
         | 
| @@ -653,19 +627,17 @@ Determines the type of a given image. | |
| 653 627 | 
             
            </tr>
         | 
| 654 628 | 
             
            <tr>
         | 
| 655 629 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 656 | 
            -
            <td> | 
| 657 | 
            -
             | 
| 658 | 
            -
            </td>
         | 
| 630 | 
            +
            <td>the <a class="link" href="gdk-Images.html#GdkImageType" title="enum GdkImageType"><span class="type">GdkImageType</span></a> of the image</td>
         | 
| 659 631 | 
             
            </tr>
         | 
| 660 632 | 
             
            </tbody>
         | 
| 661 633 | 
             
            </table></div>
         | 
| 662 634 | 
             
            <p class="since">Since 2.22</p>
         | 
| 663 635 | 
             
            </div>
         | 
| 664 636 | 
             
            <hr>
         | 
| 665 | 
            -
            <div class="refsect2" | 
| 637 | 
            +
            <div class="refsect2">
         | 
| 666 638 | 
             
            <a name="gdk-image-get-visual"></a><h3>gdk_image_get_visual ()</h3>
         | 
| 667 639 | 
             
            <pre class="programlisting"><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a> *         gdk_image_get_visual                (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 668 | 
            -
            <div class="warning"  | 
| 640 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 669 641 | 
             
            <h3 class="title">Warning</h3>
         | 
| 670 642 | 
             
            <p><code class="literal">gdk_image_get_visual</code> has been deprecated since version 2.22 and should not be used in newly-written code. <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> should not be used anymore.</p>
         | 
| 671 643 | 
             
            </div>
         | 
| @@ -682,8 +654,7 @@ Determines the visual that was used to create the image. | |
| 682 654 | 
             
            </tr>
         | 
| 683 655 | 
             
            <tr>
         | 
| 684 656 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 685 | 
            -
            <td> | 
| 686 | 
            -
             | 
| 657 | 
            +
            <td>a <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a>
         | 
| 687 658 | 
             
            </td>
         | 
| 688 659 | 
             
            </tr>
         | 
| 689 660 | 
             
            </tbody>
         | 
| @@ -691,10 +662,10 @@ Determines the visual that was used to create the image. | |
| 691 662 | 
             
            <p class="since">Since 2.22</p>
         | 
| 692 663 | 
             
            </div>
         | 
| 693 664 | 
             
            <hr>
         | 
| 694 | 
            -
            <div class="refsect2" | 
| 665 | 
            +
            <div class="refsect2">
         | 
| 695 666 | 
             
            <a name="gdk-image-get-width"></a><h3>gdk_image_get_width ()</h3>
         | 
| 696 667 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gdk_image_get_width                 (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 697 | 
            -
            <div class="warning"  | 
| 668 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 698 669 | 
             
            <h3 class="title">Warning</h3>
         | 
| 699 670 | 
             
            <p><code class="literal">gdk_image_get_width</code> has been deprecated since version 2.22 and should not be used in newly-written code. <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> should not be used anymore.</p>
         | 
| 700 671 | 
             
            </div>
         | 
| @@ -711,19 +682,17 @@ Determines the width of the image. | |
| 711 682 | 
             
            </tr>
         | 
| 712 683 | 
             
            <tr>
         | 
| 713 684 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 714 | 
            -
            <td> | 
| 715 | 
            -
             | 
| 716 | 
            -
            </td>
         | 
| 685 | 
            +
            <td>the width</td>
         | 
| 717 686 | 
             
            </tr>
         | 
| 718 687 | 
             
            </tbody>
         | 
| 719 688 | 
             
            </table></div>
         | 
| 720 689 | 
             
            <p class="since">Since 2.22</p>
         | 
| 721 690 | 
             
            </div>
         | 
| 722 691 | 
             
            <hr>
         | 
| 723 | 
            -
            <div class="refsect2" | 
| 692 | 
            +
            <div class="refsect2">
         | 
| 724 693 | 
             
            <a name="gdk-image-get-pixels"></a><h3>gdk_image_get_pixels ()</h3>
         | 
| 725 694 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            gdk_image_get_pixels                (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 726 | 
            -
            <div class="warning"  | 
| 695 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 727 696 | 
             
            <h3 class="title">Warning</h3>
         | 
| 728 697 | 
             
            <p><code class="literal">gdk_image_get_pixels</code> has been deprecated since version 2.22 and should not be used in newly-written code. <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> should not be used anymore.</p>
         | 
| 729 698 | 
             
            </div>
         | 
| @@ -740,22 +709,20 @@ Returns a pointer to the pixel data of the image. | |
| 740 709 | 
             
            </tr>
         | 
| 741 710 | 
             
            <tr>
         | 
| 742 711 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 743 | 
            -
            <td> | 
| 744 | 
            -
             | 
| 745 | 
            -
            </td>
         | 
| 712 | 
            +
            <td>the pixel data of the image</td>
         | 
| 746 713 | 
             
            </tr>
         | 
| 747 714 | 
             
            </tbody>
         | 
| 748 715 | 
             
            </table></div>
         | 
| 749 716 | 
             
            <p class="since">Since 2.22</p>
         | 
| 750 717 | 
             
            </div>
         | 
| 751 718 | 
             
            <hr>
         | 
| 752 | 
            -
            <div class="refsect2" | 
| 719 | 
            +
            <div class="refsect2">
         | 
| 753 720 | 
             
            <a name="gdk-image-put-pixel"></a><h3>gdk_image_put_pixel ()</h3>
         | 
| 754 721 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gdk_image_put_pixel                 (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>,
         | 
| 755 722 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
         | 
| 756 723 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
         | 
| 757 724 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> pixel</code></em>);</pre>
         | 
| 758 | 
            -
            <div class="warning"  | 
| 725 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 759 726 | 
             
            <h3 class="title">Warning</h3>
         | 
| 760 727 | 
             
            <p><code class="literal">gdk_image_put_pixel</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 761 728 | 
             
            </div>
         | 
| @@ -767,34 +734,30 @@ Sets a pixel in a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImag | |
| 767 734 | 
             
            <tbody>
         | 
| 768 735 | 
             
            <tr>
         | 
| 769 736 | 
             
            <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
         | 
| 770 | 
            -
            <td>a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a | 
| 771 | 
            -
            </td>
         | 
| 737 | 
            +
            <td>a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a>.</td>
         | 
| 772 738 | 
             
            </tr>
         | 
| 773 739 | 
             
            <tr>
         | 
| 774 740 | 
             
            <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
         | 
| 775 | 
            -
            <td>the x coordinate of the pixel to set | 
| 776 | 
            -
            </td>
         | 
| 741 | 
            +
            <td>the x coordinate of the pixel to set.</td>
         | 
| 777 742 | 
             
            </tr>
         | 
| 778 743 | 
             
            <tr>
         | 
| 779 744 | 
             
            <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
         | 
| 780 | 
            -
            <td>the y coordinate of the pixel to set | 
| 781 | 
            -
            </td>
         | 
| 745 | 
            +
            <td>the y coordinate of the pixel to set.</td>
         | 
| 782 746 | 
             
            </tr>
         | 
| 783 747 | 
             
            <tr>
         | 
| 784 748 | 
             
            <td><p><span class="term"><em class="parameter"><code>pixel</code></em> :</span></p></td>
         | 
| 785 | 
            -
            <td>the pixel value to set | 
| 786 | 
            -
            </td>
         | 
| 749 | 
            +
            <td>the pixel value to set.</td>
         | 
| 787 750 | 
             
            </tr>
         | 
| 788 751 | 
             
            </tbody>
         | 
| 789 752 | 
             
            </table></div>
         | 
| 790 753 | 
             
            </div>
         | 
| 791 754 | 
             
            <hr>
         | 
| 792 | 
            -
            <div class="refsect2" | 
| 755 | 
            +
            <div class="refsect2">
         | 
| 793 756 | 
             
            <a name="gdk-image-get-pixel"></a><h3>gdk_image_get_pixel ()</h3>
         | 
| 794 757 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             gdk_image_get_pixel                 (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>,
         | 
| 795 758 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
         | 
| 796 759 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
         | 
| 797 | 
            -
            <div class="warning"  | 
| 760 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 798 761 | 
             
            <h3 class="title">Warning</h3>
         | 
| 799 762 | 
             
            <p><code class="literal">gdk_image_get_pixel</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 800 763 | 
             
            </div>
         | 
| @@ -806,29 +769,25 @@ Gets a pixel value at a specified position in a <a class="link" href="gdk-Images | |
| 806 769 | 
             
            <tbody>
         | 
| 807 770 | 
             
            <tr>
         | 
| 808 771 | 
             
            <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
         | 
| 809 | 
            -
            <td>a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a | 
| 810 | 
            -
            </td>
         | 
| 772 | 
            +
            <td>a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a>.</td>
         | 
| 811 773 | 
             
            </tr>
         | 
| 812 774 | 
             
            <tr>
         | 
| 813 775 | 
             
            <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
         | 
| 814 | 
            -
            <td>the x coordinate of the pixel to get | 
| 815 | 
            -
            </td>
         | 
| 776 | 
            +
            <td>the x coordinate of the pixel to get.</td>
         | 
| 816 777 | 
             
            </tr>
         | 
| 817 778 | 
             
            <tr>
         | 
| 818 779 | 
             
            <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
         | 
| 819 | 
            -
            <td>the y coordinate of the pixel to get | 
| 820 | 
            -
            </td>
         | 
| 780 | 
            +
            <td>the y coordinate of the pixel to get.</td>
         | 
| 821 781 | 
             
            </tr>
         | 
| 822 782 | 
             
            <tr>
         | 
| 823 783 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 824 | 
            -
            <td>the pixel value at the given position | 
| 825 | 
            -
            </td>
         | 
| 784 | 
            +
            <td>the pixel value at the given position.</td>
         | 
| 826 785 | 
             
            </tr>
         | 
| 827 786 | 
             
            </tbody>
         | 
| 828 787 | 
             
            </table></div>
         | 
| 829 788 | 
             
            </div>
         | 
| 830 789 | 
             
            </div>
         | 
| 831 | 
            -
            <div class="refsect1" | 
| 790 | 
            +
            <div class="refsect1">
         | 
| 832 791 | 
             
            <a name="gdk-Images.see-also"></a><h2>See Also</h2>
         | 
| 833 792 | 
             
            <p>
         | 
| 834 793 | 
             
            </p>
         | 
| @@ -861,6 +820,6 @@ displays. | |
| 861 820 | 
             
            </div>
         | 
| 862 821 | 
             
            <div class="footer">
         | 
| 863 822 | 
             
            <hr>
         | 
| 864 | 
            -
                      Generated by GTK-Doc V1. | 
| 823 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 865 824 | 
             
            </body>
         | 
| 866 825 | 
             
            </html>
         |