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-Cairo-Interaction.html" title="Cairo Interaction">
         | 
| 10 10 | 
             
            <link rel="next" href="gdk-Application-launching.html" title="Application launching">
         | 
| 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-X-Window-System-Interaction.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-X-Window-System-Interaction"></a><div class="titlepage"></div>
         | 
| 31 31 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 32 32 | 
             
            <td valign="top">
         | 
| @@ -35,7 +35,7 @@ | |
| 35 35 | 
             
            </td>
         | 
| 36 36 | 
             
            <td valign="top" align="right"></td>
         | 
| 37 37 | 
             
            </tr></table></div>
         | 
| 38 | 
            -
            <div class="refsynopsisdiv" | 
| 38 | 
            +
            <div class="refsynopsisdiv">
         | 
| 39 39 | 
             
            <a name="gdk-X-Window-System-Interaction.synopsis"></a><h2>Synopsis</h2>
         | 
| 40 40 | 
             
            <pre class="synopsis">
         | 
| 41 41 | 
             
            #include <gdk/gdkx.h>
         | 
| @@ -66,27 +66,27 @@ | |
| 66 66 | 
             
            #define             <a class="link" href="gdk-X-Window-System-Interaction.html#GDK-GC-XGC:CAPS" title="GDK_GC_XGC()">GDK_GC_XGC</a>                          (gc)
         | 
| 67 67 | 
             
            #define             <a class="link" href="gdk-X-Window-System-Interaction.html#GDK-GC-GET-XGC:CAPS" title="GDK_GC_GET_XGC()">GDK_GC_GET_XGC</a>                      (gc)
         | 
| 68 68 | 
             
            #define             <a class="link" href="gdk-X-Window-System-Interaction.html#GDK-WINDOW-XWINDOW:CAPS" title="GDK_WINDOW_XWINDOW">GDK_WINDOW_XWINDOW</a>
         | 
| 69 | 
            -
            <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a | 
| 70 | 
            -
            <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a | 
| 71 | 
            -
            <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a | 
| 72 | 
            -
            <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a | 
| 69 | 
            +
            <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a> *         <a class="link" href="gdk-X-Window-System-Interaction.html#gdkx-visual-get" title="gdkx_visual_get ()">gdkx_visual_get</a>                     (<em class="parameter"><code><span class="type">VisualID</span> xvisualid</code></em>);
         | 
| 70 | 
            +
            <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a> *       <a class="link" href="gdk-X-Window-System-Interaction.html#gdkx-colormap-get" title="gdkx_colormap_get ()">gdkx_colormap_get</a>                   (<em class="parameter"><code><span class="type">Colormap</span> xcolormap</code></em>);
         | 
| 71 | 
            +
            <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a> *         <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-pixmap-foreign-new" title="gdk_pixmap_foreign_new ()">gdk_pixmap_foreign_new</a>              (<em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);
         | 
| 72 | 
            +
            <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a> *         <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-pixmap-foreign-new-for-display" title="gdk_pixmap_foreign_new_for_display ()">gdk_pixmap_foreign_new_for_display</a>  (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 73 73 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);
         | 
| 74 | 
            -
            <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a | 
| 74 | 
            +
            <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a> *         <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-pixmap-foreign-new-for-screen" title="gdk_pixmap_foreign_new_for_screen ()">gdk_pixmap_foreign_new_for_screen</a>   (<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> *screen</code></em>,
         | 
| 75 75 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>,
         | 
| 76 76 | 
             
                                                                     <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>,
         | 
| 77 77 | 
             
                                                                     <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>,
         | 
| 78 78 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> depth</code></em>);
         | 
| 79 | 
            -
            <a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a | 
| 79 | 
            +
            <a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *         <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-window-foreign-new" title="gdk_window_foreign_new ()">gdk_window_foreign_new</a>              (<em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);
         | 
| 80 80 | 
             
            <a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *         <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-window-foreign-new-for-display" title="gdk_window_foreign_new_for_display ()">gdk_window_foreign_new_for_display</a>  (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 81 81 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);
         | 
| 82 82 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-xid-table-lookup" title="gdk_xid_table_lookup ()">gdk_xid_table_lookup</a>                (<em class="parameter"><code><span class="type">XID</span> xid</code></em>);
         | 
| 83 83 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-xid-table-lookup-for-display" title="gdk_xid_table_lookup_for_display ()">gdk_xid_table_lookup_for_display</a>    (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 84 84 | 
             
                                                                     <em class="parameter"><code><span class="type">XID</span> xid</code></em>);
         | 
| 85 | 
            -
            <a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a | 
| 86 | 
            -
            <a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a | 
| 85 | 
            +
            <a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *         <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-window-lookup" title="gdk_window_lookup ()">gdk_window_lookup</a>                   (<em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);
         | 
| 86 | 
            +
            <a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *         <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-window-lookup-for-display" title="gdk_window_lookup_for_display ()">gdk_window_lookup_for_display</a>       (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 87 87 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);
         | 
| 88 | 
            -
            <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a | 
| 89 | 
            -
            <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a | 
| 88 | 
            +
            <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a> *         <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-pixmap-lookup" title="gdk_pixmap_lookup ()">gdk_pixmap_lookup</a>                   (<em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);
         | 
| 89 | 
            +
            <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a> *         <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-pixmap-lookup-for-display" title="gdk_pixmap_lookup_for_display ()">gdk_pixmap_lookup_for_display</a>       (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 90 90 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);
         | 
| 91 91 | 
             
            #define             <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-font-lookup" title="gdk_font_lookup()">gdk_font_lookup</a>                     (xid)
         | 
| 92 92 | 
             
            #define             <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-font-lookup-for-display" title="gdk_font_lookup_for_display()">gdk_font_lookup_for_display</a>         (display,
         | 
| @@ -96,11 +96,11 @@ | |
| 96 96 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-net-wm-supports" title="gdk_net_wm_supports ()">gdk_net_wm_supports</a>                 (<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> property</code></em>);
         | 
| 97 97 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-screen-supports-net-wm-hint" title="gdk_x11_screen_supports_net_wm_hint ()">gdk_x11_screen_supports_net_wm_hint</a> (<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> *screen</code></em>,
         | 
| 98 98 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> property</code></em>);
         | 
| 99 | 
            -
            const <span class="returnvalue">char</span | 
| 99 | 
            +
            const <span class="returnvalue">char</span> *        <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-screen-get-window-manager-name" title="gdk_x11_screen_get_window_manager_name ()">gdk_x11_screen_get_window_manager_name</a>
         | 
| 100 100 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> *screen</code></em>);
         | 
| 101 101 | 
             
            <span class="returnvalue">XID</span>                 <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-screen-get-monitor-output" title="gdk_x11_screen_get_monitor_output ()">gdk_x11_screen_get_monitor_output</a>   (<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> *screen</code></em>,
         | 
| 102 102 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> monitor_num</code></em>);
         | 
| 103 | 
            -
            <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a | 
| 103 | 
            +
            <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a> *         <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-screen-lookup-visual" title="gdk_x11_screen_lookup_visual ()">gdk_x11_screen_lookup_visual</a>        (<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> *screen</code></em>,
         | 
| 104 104 | 
             
                                                                     <em class="parameter"><code><span class="type">VisualID</span> xvisualid</code></em>);
         | 
| 105 105 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-window-set-user-time" title="gdk_x11_window_set_user_time ()">gdk_x11_window_set_user_time</a>        (<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
         | 
| 106 106 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);
         | 
| @@ -132,7 +132,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm | |
| 132 132 | 
             
            <span class="returnvalue">Display</span> *           <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-drawable-get-xdisplay" title="gdk_x11_drawable_get_xdisplay ()">gdk_x11_drawable_get_xdisplay</a>       (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
         | 
| 133 133 | 
             
            <span class="returnvalue">XID</span>                 <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-drawable-get-xid" title="gdk_x11_drawable_get_xid ()">gdk_x11_drawable_get_xid</a>            (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);
         | 
| 134 134 | 
             
            const <span class="returnvalue">char</span> *        <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-font-get-name" title="gdk_x11_font_get_name ()">gdk_x11_font_get_name</a>               (<em class="parameter"><code><a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a> *font</code></em>);
         | 
| 135 | 
            -
            <span class="returnvalue">Display</span> * | 
| 135 | 
            +
            <span class="returnvalue">Display</span> *             <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-font-get-xdisplay" title="gdk_x11_font_get_xdisplay ()">gdk_x11_font_get_xdisplay</a>         (<em class="parameter"><code><a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a> *font</code></em>);
         | 
| 136 136 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-font-get-xfont" title="gdk_x11_font_get_xfont ()">gdk_x11_font_get_xfont</a>              (<em class="parameter"><code><a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a> *font</code></em>);
         | 
| 137 137 | 
             
            <span class="returnvalue">Display</span> *           <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-gc-get-xdisplay" title="gdk_x11_gc_get_xdisplay ()">gdk_x11_gc_get_xdisplay</a>             (<em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>);
         | 
| 138 138 | 
             
            <span class="returnvalue">GC</span>                  <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-gc-get-xgc" title="gdk_x11_gc_get_xgc ()">gdk_x11_gc_get_xgc</a>                  (<em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>);
         | 
| @@ -159,16 +159,22 @@ const <span class="returnvalue">char</span> *        <a class="link" href="gdk-X | |
| 159 159 | 
             
            const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-get-xatom-name" title="gdk_x11_get_xatom_name ()">gdk_x11_get_xatom_name</a>              (<em class="parameter"><code><span class="type">Atom</span> xatom</code></em>);
         | 
| 160 160 | 
             
            const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-get-xatom-name-for-display" title="gdk_x11_get_xatom_name_for_display ()">gdk_x11_get_xatom_name_for_display</a>  (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 161 161 | 
             
                                                                     <em class="parameter"><code><span class="type">Atom</span> xatom</code></em>);
         | 
| 162 | 
            +
            <span class="returnvalue">void</span>                <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-set-sm-client-id" title="gdk_x11_set_sm_client_id ()">gdk_x11_set_sm_client_id</a>            (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sm_client_id</code></em>);
         | 
| 163 | 
            +
            <a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *         <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-window-foreign-new-for-display" title="gdk_x11_window_foreign_new_for_display ()">gdk_x11_window_foreign_new_for_display</a>
         | 
| 164 | 
            +
                                                                    (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 165 | 
            +
                                                                     <em class="parameter"><code><span class="type">Window</span> window</code></em>);
         | 
| 166 | 
            +
            <a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *         <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-window-lookup-for-display" title="gdk_x11_window_lookup_for_display ()">gdk_x11_window_lookup_for_display</a>   (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 167 | 
            +
                                                                     <em class="parameter"><code><span class="type">Window</span> window</code></em>);
         | 
| 162 168 | 
             
            </pre>
         | 
| 163 169 | 
             
            </div>
         | 
| 164 | 
            -
            <div class="refsect1" | 
| 170 | 
            +
            <div class="refsect1">
         | 
| 165 171 | 
             
            <a name="gdk-X-Window-System-Interaction.description"></a><h2>Description</h2>
         | 
| 166 172 | 
             
            <p>
         | 
| 167 173 | 
             
            </p>
         | 
| 168 174 | 
             
            </div>
         | 
| 169 | 
            -
            <div class="refsect1" | 
| 175 | 
            +
            <div class="refsect1">
         | 
| 170 176 | 
             
            <a name="gdk-X-Window-System-Interaction.details"></a><h2>Details</h2>
         | 
| 171 | 
            -
            <div class="refsect2" | 
| 177 | 
            +
            <div class="refsect2">
         | 
| 172 178 | 
             
            <a name="GDK-ROOT-WINDOW:CAPS"></a><h3>GDK_ROOT_WINDOW</h3>
         | 
| 173 179 | 
             
            <pre class="programlisting">#define GDK_ROOT_WINDOW()             (gdk_x11_get_default_root_xwindow ())
         | 
| 174 180 | 
             
            </pre>
         | 
| @@ -177,11 +183,11 @@ Obtains the Xlib window id of the root window of the current screen. | |
| 177 183 | 
             
            </p>
         | 
| 178 184 | 
             
            </div>
         | 
| 179 185 | 
             
            <hr>
         | 
| 180 | 
            -
            <div class="refsect2" | 
| 186 | 
            +
            <div class="refsect2">
         | 
| 181 187 | 
             
            <a name="GDK-ROOT-PARENT:CAPS"></a><h3>GDK_ROOT_PARENT</h3>
         | 
| 182 188 | 
             
            <pre class="programlisting">#define GDK_ROOT_PARENT()             (gdk_get_default_root_window ())
         | 
| 183 189 | 
             
            </pre>
         | 
| 184 | 
            -
            <div class="warning"  | 
| 190 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 185 191 | 
             
            <h3 class="title">Warning</h3>
         | 
| 186 192 | 
             
            <p><code class="literal">GDK_ROOT_PARENT</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 187 193 | 
             
            </div>
         | 
| @@ -190,11 +196,11 @@ Obtains the Xlib window id of the root window of the default screen. | |
| 190 196 | 
             
            </p>
         | 
| 191 197 | 
             
            </div>
         | 
| 192 198 | 
             
            <hr>
         | 
| 193 | 
            -
            <div class="refsect2" | 
| 199 | 
            +
            <div class="refsect2">
         | 
| 194 200 | 
             
            <a name="GDK-DISPLAY:CAPS"></a><h3>GDK_DISPLAY</h3>
         | 
| 195 201 | 
             
            <pre class="programlisting">#define GDK_DISPLAY()                 gdk_display
         | 
| 196 202 | 
             
            </pre>
         | 
| 197 | 
            -
            <div class="warning"  | 
| 203 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 198 204 | 
             
            <h3 class="title">Warning</h3>
         | 
| 199 205 | 
             
            <p><code class="literal">GDK_DISPLAY</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GdkDisplay.html#gdk-display-get-default" title="gdk_display_get_default ()"><code class="function">gdk_display_get_default()</code></a></p>
         | 
| 200 206 | 
             
            </div>
         | 
| @@ -205,15 +211,15 @@ The current display. | |
| 205 211 | 
             
            <col align="left" valign="top">
         | 
| 206 212 | 
             
            <tbody><tr>
         | 
| 207 213 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 208 | 
            -
            <td>an Xlib <span class="type">Display*</span | 
| 209 | 
            -
            </td>
         | 
| 214 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 210 215 | 
             
            </tr></tbody>
         | 
| 211 216 | 
             
            </table></div>
         | 
| 212 217 | 
             
            </div>
         | 
| 213 218 | 
             
            <hr>
         | 
| 214 | 
            -
            <div class="refsect2" | 
| 219 | 
            +
            <div class="refsect2">
         | 
| 215 220 | 
             
            <a name="GDK-WINDOW-XDISPLAY:CAPS"></a><h3>GDK_WINDOW_XDISPLAY()</h3>
         | 
| 216 | 
            -
            <pre class="programlisting">#define | 
| 221 | 
            +
            <pre class="programlisting">#define GDK_WINDOW_XDISPLAY(win)      (GDK_SCREEN_X11 (GDK_WINDOW_SCREEN (win))->xdisplay)
         | 
| 222 | 
            +
            </pre>
         | 
| 217 223 | 
             
            <p>
         | 
| 218 224 | 
             
            Returns the display of a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.
         | 
| 219 225 | 
             
            </p>
         | 
| @@ -222,21 +228,20 @@ Returns the display of a <a class="link" href="gdk-Windows.html#GdkWindow"><span | |
| 222 228 | 
             
            <tbody>
         | 
| 223 229 | 
             
            <tr>
         | 
| 224 230 | 
             
            <td><p><span class="term"><em class="parameter"><code>win</code></em> :</span></p></td>
         | 
| 225 | 
            -
            <td>a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a | 
| 226 | 
            -
            </td>
         | 
| 231 | 
            +
            <td>a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.</td>
         | 
| 227 232 | 
             
            </tr>
         | 
| 228 233 | 
             
            <tr>
         | 
| 229 234 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 230 | 
            -
            <td>an Xlib <span class="type">Display*</span | 
| 231 | 
            -
            </td>
         | 
| 235 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 232 236 | 
             
            </tr>
         | 
| 233 237 | 
             
            </tbody>
         | 
| 234 238 | 
             
            </table></div>
         | 
| 235 239 | 
             
            </div>
         | 
| 236 240 | 
             
            <hr>
         | 
| 237 | 
            -
            <div class="refsect2" | 
| 241 | 
            +
            <div class="refsect2">
         | 
| 238 242 | 
             
            <a name="GDK-WINDOW-XID:CAPS"></a><h3>GDK_WINDOW_XID()</h3>
         | 
| 239 | 
            -
            <pre class="programlisting">#define | 
| 243 | 
            +
            <pre class="programlisting">#define GDK_WINDOW_XID(win)           (GDK_DRAWABLE_IMPL_X11(((GdkWindowObject *)win)->impl)->xid)
         | 
| 244 | 
            +
            </pre>
         | 
| 240 245 | 
             
            <p>
         | 
| 241 246 | 
             
            Returns the X window belonging to a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.
         | 
| 242 247 | 
             
            </p>
         | 
| @@ -245,21 +250,20 @@ Returns the X window belonging to a <a class="link" href="gdk-Windows.html#GdkWi | |
| 245 250 | 
             
            <tbody>
         | 
| 246 251 | 
             
            <tr>
         | 
| 247 252 | 
             
            <td><p><span class="term"><em class="parameter"><code>win</code></em> :</span></p></td>
         | 
| 248 | 
            -
            <td>a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a | 
| 249 | 
            -
            </td>
         | 
| 253 | 
            +
            <td>a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.</td>
         | 
| 250 254 | 
             
            </tr>
         | 
| 251 255 | 
             
            <tr>
         | 
| 252 256 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 253 | 
            -
            <td>the Xlib <span class="type">Window</span> of <em class="parameter"><code>win</code></em | 
| 254 | 
            -
            </td>
         | 
| 257 | 
            +
            <td>the Xlib <span class="type">Window</span> of <em class="parameter"><code>win</code></em>.</td>
         | 
| 255 258 | 
             
            </tr>
         | 
| 256 259 | 
             
            </tbody>
         | 
| 257 260 | 
             
            </table></div>
         | 
| 258 261 | 
             
            </div>
         | 
| 259 262 | 
             
            <hr>
         | 
| 260 | 
            -
            <div class="refsect2" | 
| 263 | 
            +
            <div class="refsect2">
         | 
| 261 264 | 
             
            <a name="GDK-PIXMAP-XDISPLAY:CAPS"></a><h3>GDK_PIXMAP_XDISPLAY()</h3>
         | 
| 262 | 
            -
            <pre class="programlisting">#define | 
| 265 | 
            +
            <pre class="programlisting">#define GDK_PIXMAP_XDISPLAY(pix)      (GDK_SCREEN_X11 (GDK_PIXMAP_SCREEN (pix))->xdisplay)
         | 
| 266 | 
            +
            </pre>
         | 
| 263 267 | 
             
            <p>
         | 
| 264 268 | 
             
            Returns the display of a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>.
         | 
| 265 269 | 
             
            </p>
         | 
| @@ -268,21 +272,20 @@ Returns the display of a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkP | |
| 268 272 | 
             
            <tbody>
         | 
| 269 273 | 
             
            <tr>
         | 
| 270 274 | 
             
            <td><p><span class="term"><em class="parameter"><code>pix</code></em> :</span></p></td>
         | 
| 271 | 
            -
            <td>a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a | 
| 272 | 
            -
            </td>
         | 
| 275 | 
            +
            <td>a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>.</td>
         | 
| 273 276 | 
             
            </tr>
         | 
| 274 277 | 
             
            <tr>
         | 
| 275 278 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 276 | 
            -
            <td>an Xlib <span class="type">Display*</span | 
| 277 | 
            -
            </td>
         | 
| 279 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 278 280 | 
             
            </tr>
         | 
| 279 281 | 
             
            </tbody>
         | 
| 280 282 | 
             
            </table></div>
         | 
| 281 283 | 
             
            </div>
         | 
| 282 284 | 
             
            <hr>
         | 
| 283 | 
            -
            <div class="refsect2" | 
| 285 | 
            +
            <div class="refsect2">
         | 
| 284 286 | 
             
            <a name="GDK-PIXMAP-XID:CAPS"></a><h3>GDK_PIXMAP_XID()</h3>
         | 
| 285 | 
            -
            <pre class="programlisting">#define | 
| 287 | 
            +
            <pre class="programlisting">#define GDK_PIXMAP_XID(pix)           (GDK_DRAWABLE_IMPL_X11(((GdkPixmapObject *)pix)->impl)->xid)
         | 
| 288 | 
            +
            </pre>
         | 
| 286 289 | 
             
            <p>
         | 
| 287 290 | 
             
            Returns the X pixmap belonging to a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>.
         | 
| 288 291 | 
             
            </p>
         | 
| @@ -291,21 +294,20 @@ Returns the X pixmap belonging to a <a class="link" href="gdk-Bitmaps-and-Pixmap | |
| 291 294 | 
             
            <tbody>
         | 
| 292 295 | 
             
            <tr>
         | 
| 293 296 | 
             
            <td><p><span class="term"><em class="parameter"><code>pix</code></em> :</span></p></td>
         | 
| 294 | 
            -
            <td>a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a | 
| 295 | 
            -
            </td>
         | 
| 297 | 
            +
            <td>a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>.</td>
         | 
| 296 298 | 
             
            </tr>
         | 
| 297 299 | 
             
            <tr>
         | 
| 298 300 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 299 | 
            -
            <td>the Xlib <span class="type">XPixmap</span> of <em class="parameter"><code>win</code></em | 
| 300 | 
            -
            </td>
         | 
| 301 | 
            +
            <td>the Xlib <span class="type">XPixmap</span> of <em class="parameter"><code>win</code></em>.</td>
         | 
| 301 302 | 
             
            </tr>
         | 
| 302 303 | 
             
            </tbody>
         | 
| 303 304 | 
             
            </table></div>
         | 
| 304 305 | 
             
            </div>
         | 
| 305 306 | 
             
            <hr>
         | 
| 306 | 
            -
            <div class="refsect2" | 
| 307 | 
            +
            <div class="refsect2">
         | 
| 307 308 | 
             
            <a name="GDK-DISPLAY-XDISPLAY:CAPS"></a><h3>GDK_DISPLAY_XDISPLAY()</h3>
         | 
| 308 | 
            -
            <pre class="programlisting">#define | 
| 309 | 
            +
            <pre class="programlisting">#define GDK_DISPLAY_XDISPLAY(display) (GDK_DISPLAY_X11(display)->xdisplay)
         | 
| 310 | 
            +
            </pre>
         | 
| 309 311 | 
             
            <p>
         | 
| 310 312 | 
             
            Returns the display of a <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a>.
         | 
| 311 313 | 
             
            </p>
         | 
| @@ -313,15 +315,15 @@ Returns the display of a <a class="link" href="GdkDisplay.html" title="GdkDispla | |
| 313 315 | 
             
            <col align="left" valign="top">
         | 
| 314 316 | 
             
            <tbody><tr>
         | 
| 315 317 | 
             
            <td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
         | 
| 316 | 
            -
            <td>a <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a | 
| 317 | 
            -
            </td>
         | 
| 318 | 
            +
            <td>a <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a>.</td>
         | 
| 318 319 | 
             
            </tr></tbody>
         | 
| 319 320 | 
             
            </table></div>
         | 
| 320 321 | 
             
            </div>
         | 
| 321 322 | 
             
            <hr>
         | 
| 322 | 
            -
            <div class="refsect2" | 
| 323 | 
            +
            <div class="refsect2">
         | 
| 323 324 | 
             
            <a name="GDK-DRAWABLE-XDISPLAY:CAPS"></a><h3>GDK_DRAWABLE_XDISPLAY()</h3>
         | 
| 324 | 
            -
            <pre class="programlisting">#define | 
| 325 | 
            +
            <pre class="programlisting">#define GDK_DRAWABLE_XDISPLAY(win)    (GDK_IS_WINDOW (win) ? GDK_WINDOW_XDISPLAY (win) : GDK_PIXMAP_XDISPLAY (win))
         | 
| 326 | 
            +
            </pre>
         | 
| 325 327 | 
             
            <p>
         | 
| 326 328 | 
             
            Returns the display of a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a>.
         | 
| 327 329 | 
             
            </p>
         | 
| @@ -330,21 +332,20 @@ Returns the display of a <a class="link" href="gdk-Drawing-Primitives.html#GdkDr | |
| 330 332 | 
             
            <tbody>
         | 
| 331 333 | 
             
            <tr>
         | 
| 332 334 | 
             
            <td><p><span class="term"><em class="parameter"><code>win</code></em> :</span></p></td>
         | 
| 333 | 
            -
            <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a | 
| 334 | 
            -
            </td>
         | 
| 335 | 
            +
            <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a>.</td>
         | 
| 335 336 | 
             
            </tr>
         | 
| 336 337 | 
             
            <tr>
         | 
| 337 338 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 338 | 
            -
            <td>an Xlib <span class="type">Display*</span | 
| 339 | 
            -
            </td>
         | 
| 339 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 340 340 | 
             
            </tr>
         | 
| 341 341 | 
             
            </tbody>
         | 
| 342 342 | 
             
            </table></div>
         | 
| 343 343 | 
             
            </div>
         | 
| 344 344 | 
             
            <hr>
         | 
| 345 | 
            -
            <div class="refsect2" | 
| 345 | 
            +
            <div class="refsect2">
         | 
| 346 346 | 
             
            <a name="GDK-DRAWABLE-XID:CAPS"></a><h3>GDK_DRAWABLE_XID()</h3>
         | 
| 347 | 
            -
            <pre class="programlisting">#define | 
| 347 | 
            +
            <pre class="programlisting">#define GDK_DRAWABLE_XID(win)         (GDK_IS_WINDOW (win) ? GDK_WINDOW_XID (win) : GDK_PIXMAP_XID (win))
         | 
| 348 | 
            +
            </pre>
         | 
| 348 349 | 
             
            <p>
         | 
| 349 350 | 
             
            Returns the X resource (window or pixmap) belonging to a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a>.
         | 
| 350 351 | 
             
            </p>
         | 
| @@ -353,19 +354,17 @@ Returns the X resource (window or pixmap) belonging to a <a class="link" href="g | |
| 353 354 | 
             
            <tbody>
         | 
| 354 355 | 
             
            <tr>
         | 
| 355 356 | 
             
            <td><p><span class="term"><em class="parameter"><code>win</code></em> :</span></p></td>
         | 
| 356 | 
            -
            <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a | 
| 357 | 
            -
            </td>
         | 
| 357 | 
            +
            <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a>.</td>
         | 
| 358 358 | 
             
            </tr>
         | 
| 359 359 | 
             
            <tr>
         | 
| 360 360 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 361 | 
            -
            <td>the ID of <em class="parameter"><code>win</code></em>'s X resource | 
| 362 | 
            -
            </td>
         | 
| 361 | 
            +
            <td>the ID of <em class="parameter"><code>win</code></em>'s X resource.</td>
         | 
| 363 362 | 
             
            </tr>
         | 
| 364 363 | 
             
            </tbody>
         | 
| 365 364 | 
             
            </table></div>
         | 
| 366 365 | 
             
            </div>
         | 
| 367 366 | 
             
            <hr>
         | 
| 368 | 
            -
            <div class="refsect2" | 
| 367 | 
            +
            <div class="refsect2">
         | 
| 369 368 | 
             
            <a name="GDK-IMAGE-XDISPLAY:CAPS"></a><h3>GDK_IMAGE_XDISPLAY()</h3>
         | 
| 370 369 | 
             
            <pre class="programlisting">#define GDK_IMAGE_XDISPLAY(image)     (gdk_x11_image_get_xdisplay (image))
         | 
| 371 370 | 
             
            </pre>
         | 
| @@ -377,19 +376,17 @@ Returns the display of a <a class="link" href="gdk-Images.html#GdkImage" title=" | |
| 377 376 | 
             
            <tbody>
         | 
| 378 377 | 
             
            <tr>
         | 
| 379 378 | 
             
            <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
         | 
| 380 | 
            -
            <td>a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a | 
| 381 | 
            -
            </td>
         | 
| 379 | 
            +
            <td>a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a>.</td>
         | 
| 382 380 | 
             
            </tr>
         | 
| 383 381 | 
             
            <tr>
         | 
| 384 382 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 385 | 
            -
            <td>an Xlib <span class="type">Display*</span | 
| 386 | 
            -
            </td>
         | 
| 383 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 387 384 | 
             
            </tr>
         | 
| 388 385 | 
             
            </tbody>
         | 
| 389 386 | 
             
            </table></div>
         | 
| 390 387 | 
             
            </div>
         | 
| 391 388 | 
             
            <hr>
         | 
| 392 | 
            -
            <div class="refsect2" | 
| 389 | 
            +
            <div class="refsect2">
         | 
| 393 390 | 
             
            <a name="GDK-IMAGE-XIMAGE:CAPS"></a><h3>GDK_IMAGE_XIMAGE()</h3>
         | 
| 394 391 | 
             
            <pre class="programlisting">#define GDK_IMAGE_XIMAGE(image)       (gdk_x11_image_get_ximage (image))
         | 
| 395 392 | 
             
            </pre>
         | 
| @@ -401,21 +398,20 @@ Returns the X image belonging to a <a class="link" href="gdk-Images.html#GdkImag | |
| 401 398 | 
             
            <tbody>
         | 
| 402 399 | 
             
            <tr>
         | 
| 403 400 | 
             
            <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
         | 
| 404 | 
            -
            <td>a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a | 
| 405 | 
            -
            </td>
         | 
| 401 | 
            +
            <td>a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a>.</td>
         | 
| 406 402 | 
             
            </tr>
         | 
| 407 403 | 
             
            <tr>
         | 
| 408 404 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 409 | 
            -
            <td>an <span class="type">XImage*</span | 
| 410 | 
            -
            </td>
         | 
| 405 | 
            +
            <td>an <span class="type">XImage*</span>.</td>
         | 
| 411 406 | 
             
            </tr>
         | 
| 412 407 | 
             
            </tbody>
         | 
| 413 408 | 
             
            </table></div>
         | 
| 414 409 | 
             
            </div>
         | 
| 415 410 | 
             
            <hr>
         | 
| 416 | 
            -
            <div class="refsect2" | 
| 411 | 
            +
            <div class="refsect2">
         | 
| 417 412 | 
             
            <a name="GDK-GC-XDISPLAY:CAPS"></a><h3>GDK_GC_XDISPLAY()</h3>
         | 
| 418 | 
            -
            <pre class="programlisting">#define | 
| 413 | 
            +
            <pre class="programlisting">#define GDK_GC_XDISPLAY(gc)           (GDK_SCREEN_XDISPLAY(GDK_GC_X11(gc)->screen))
         | 
| 414 | 
            +
            </pre>
         | 
| 419 415 | 
             
            <p>
         | 
| 420 416 | 
             
            Returns the display of a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.
         | 
| 421 417 | 
             
            </p>
         | 
| @@ -424,19 +420,17 @@ Returns the display of a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC" | |
| 424 420 | 
             
            <tbody>
         | 
| 425 421 | 
             
            <tr>
         | 
| 426 422 | 
             
            <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
         | 
| 427 | 
            -
            <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a | 
| 428 | 
            -
            </td>
         | 
| 423 | 
            +
            <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
         | 
| 429 424 | 
             
            </tr>
         | 
| 430 425 | 
             
            <tr>
         | 
| 431 426 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 432 | 
            -
            <td>an Xlib <span class="type">Display*</span | 
| 433 | 
            -
            </td>
         | 
| 427 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 434 428 | 
             
            </tr>
         | 
| 435 429 | 
             
            </tbody>
         | 
| 436 430 | 
             
            </table></div>
         | 
| 437 431 | 
             
            </div>
         | 
| 438 432 | 
             
            <hr>
         | 
| 439 | 
            -
            <div class="refsect2" | 
| 433 | 
            +
            <div class="refsect2">
         | 
| 440 434 | 
             
            <a name="GDK-COLORMAP-XDISPLAY:CAPS"></a><h3>GDK_COLORMAP_XDISPLAY()</h3>
         | 
| 441 435 | 
             
            <pre class="programlisting">#define GDK_COLORMAP_XDISPLAY(cmap)   (gdk_x11_colormap_get_xdisplay (cmap))
         | 
| 442 436 | 
             
            </pre>
         | 
| @@ -448,19 +442,17 @@ Returns the display of a <a class="link" href="gdk-Colormaps-and-Colors.html#Gdk | |
| 448 442 | 
             
            <tbody>
         | 
| 449 443 | 
             
            <tr>
         | 
| 450 444 | 
             
            <td><p><span class="term"><em class="parameter"><code>cmap</code></em> :</span></p></td>
         | 
| 451 | 
            -
            <td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a | 
| 452 | 
            -
            </td>
         | 
| 445 | 
            +
            <td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.</td>
         | 
| 453 446 | 
             
            </tr>
         | 
| 454 447 | 
             
            <tr>
         | 
| 455 448 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 456 | 
            -
            <td>an Xlib <span class="type">Display*</span | 
| 457 | 
            -
            </td>
         | 
| 449 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 458 450 | 
             
            </tr>
         | 
| 459 451 | 
             
            </tbody>
         | 
| 460 452 | 
             
            </table></div>
         | 
| 461 453 | 
             
            </div>
         | 
| 462 454 | 
             
            <hr>
         | 
| 463 | 
            -
            <div class="refsect2" | 
| 455 | 
            +
            <div class="refsect2">
         | 
| 464 456 | 
             
            <a name="GDK-COLORMAP-XCOLORMAP:CAPS"></a><h3>GDK_COLORMAP_XCOLORMAP()</h3>
         | 
| 465 457 | 
             
            <pre class="programlisting">#define GDK_COLORMAP_XCOLORMAP(cmap)  (gdk_x11_colormap_get_xcolormap (cmap))
         | 
| 466 458 | 
             
            </pre>
         | 
| @@ -472,21 +464,20 @@ Returns the X colormap belonging to a <a class="link" href="gdk-Colormaps-and-Co | |
| 472 464 | 
             
            <tbody>
         | 
| 473 465 | 
             
            <tr>
         | 
| 474 466 | 
             
            <td><p><span class="term"><em class="parameter"><code>cmap</code></em> :</span></p></td>
         | 
| 475 | 
            -
            <td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a | 
| 476 | 
            -
            </td>
         | 
| 467 | 
            +
            <td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.</td>
         | 
| 477 468 | 
             
            </tr>
         | 
| 478 469 | 
             
            <tr>
         | 
| 479 470 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 480 | 
            -
            <td>an Xlib <span class="type">Colormap</span | 
| 481 | 
            -
            </td>
         | 
| 471 | 
            +
            <td>an Xlib <span class="type">Colormap</span>.</td>
         | 
| 482 472 | 
             
            </tr>
         | 
| 483 473 | 
             
            </tbody>
         | 
| 484 474 | 
             
            </table></div>
         | 
| 485 475 | 
             
            </div>
         | 
| 486 476 | 
             
            <hr>
         | 
| 487 | 
            -
            <div class="refsect2" | 
| 477 | 
            +
            <div class="refsect2">
         | 
| 488 478 | 
             
            <a name="GDK-SCREEN-XDISPLAY:CAPS"></a><h3>GDK_SCREEN_XDISPLAY()</h3>
         | 
| 489 | 
            -
            <pre class="programlisting">#define | 
| 479 | 
            +
            <pre class="programlisting">#define GDK_SCREEN_XDISPLAY(screen)   (GDK_SCREEN_X11 (screen)->xdisplay)
         | 
| 480 | 
            +
            </pre>
         | 
| 490 481 | 
             
            <p>
         | 
| 491 482 | 
             
            Returns the display of a <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a>.
         | 
| 492 483 | 
             
            </p>
         | 
| @@ -495,21 +486,20 @@ Returns the display of a <a class="link" href="GdkScreen.html" title="GdkScreen" | |
| 495 486 | 
             
            <tbody>
         | 
| 496 487 | 
             
            <tr>
         | 
| 497 488 | 
             
            <td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
         | 
| 498 | 
            -
            <td>a <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a | 
| 499 | 
            -
            </td>
         | 
| 489 | 
            +
            <td>a <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a>.</td>
         | 
| 500 490 | 
             
            </tr>
         | 
| 501 491 | 
             
            <tr>
         | 
| 502 492 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 503 | 
            -
            <td>an Xlib <span class="type">Display*</span | 
| 504 | 
            -
            </td>
         | 
| 493 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 505 494 | 
             
            </tr>
         | 
| 506 495 | 
             
            </tbody>
         | 
| 507 496 | 
             
            </table></div>
         | 
| 508 497 | 
             
            </div>
         | 
| 509 498 | 
             
            <hr>
         | 
| 510 | 
            -
            <div class="refsect2" | 
| 499 | 
            +
            <div class="refsect2">
         | 
| 511 500 | 
             
            <a name="GDK-SCREEN-XNUMBER:CAPS"></a><h3>GDK_SCREEN_XNUMBER()</h3>
         | 
| 512 | 
            -
            <pre class="programlisting">#define | 
| 501 | 
            +
            <pre class="programlisting">#define GDK_SCREEN_XNUMBER(screen)    (GDK_SCREEN_X11 (screen)->screen_num) 
         | 
| 502 | 
            +
            </pre>
         | 
| 513 503 | 
             
            <p>
         | 
| 514 504 | 
             
            Returns the index of a <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a>.
         | 
| 515 505 | 
             
            </p>
         | 
| @@ -524,16 +514,16 @@ Returns the index of a <a class="link" href="GdkScreen.html" title="GdkScreen">< | |
| 524 514 | 
             
            <tr>
         | 
| 525 515 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 526 516 | 
             
            <td>the position of <em class="parameter"><code>screen</code></em> among the screens of
         | 
| 527 | 
            -
             | 
| 528 | 
            -
            </td>
         | 
| 517 | 
            +
            its display.</td>
         | 
| 529 518 | 
             
            </tr>
         | 
| 530 519 | 
             
            </tbody>
         | 
| 531 520 | 
             
            </table></div>
         | 
| 532 521 | 
             
            </div>
         | 
| 533 522 | 
             
            <hr>
         | 
| 534 | 
            -
            <div class="refsect2" | 
| 523 | 
            +
            <div class="refsect2">
         | 
| 535 524 | 
             
            <a name="GDK-SCREEN-XSCREEN:CAPS"></a><h3>GDK_SCREEN_XSCREEN()</h3>
         | 
| 536 | 
            -
            <pre class="programlisting">#define | 
| 525 | 
            +
            <pre class="programlisting">#define GDK_SCREEN_XSCREEN(screen)    (GDK_SCREEN_X11 (screen)->xscreen)
         | 
| 526 | 
            +
            </pre>
         | 
| 537 527 | 
             
            <p>
         | 
| 538 528 | 
             
            Returns the screen of a <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a>.
         | 
| 539 529 | 
             
            </p>
         | 
| @@ -547,16 +537,16 @@ Returns the screen of a <a class="link" href="GdkScreen.html" title="GdkScreen"> | |
| 547 537 | 
             
            </tr>
         | 
| 548 538 | 
             
            <tr>
         | 
| 549 539 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 550 | 
            -
            <td>an Xlib <span class="type">Screen*</span | 
| 551 | 
            -
            </td>
         | 
| 540 | 
            +
            <td>an Xlib <span class="type">Screen*</span>.</td>
         | 
| 552 541 | 
             
            </tr>
         | 
| 553 542 | 
             
            </tbody>
         | 
| 554 543 | 
             
            </table></div>
         | 
| 555 544 | 
             
            </div>
         | 
| 556 545 | 
             
            <hr>
         | 
| 557 | 
            -
            <div class="refsect2" | 
| 546 | 
            +
            <div class="refsect2">
         | 
| 558 547 | 
             
            <a name="GDK-VISUAL-XVISUAL:CAPS"></a><h3>GDK_VISUAL_XVISUAL()</h3>
         | 
| 559 | 
            -
            <pre class="programlisting">#define | 
| 548 | 
            +
            <pre class="programlisting">#define GDK_VISUAL_XVISUAL(vis)       (((GdkVisualPrivate *) vis)->xvisual)
         | 
| 549 | 
            +
            </pre>
         | 
| 560 550 | 
             
            <p>
         | 
| 561 551 | 
             
            Returns the X visual belonging to a <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a>.
         | 
| 562 552 | 
             
            </p>
         | 
| @@ -565,23 +555,21 @@ Returns the X visual belonging to a <a class="link" href="gdk-Visuals.html#GdkVi | |
| 565 555 | 
             
            <tbody>
         | 
| 566 556 | 
             
            <tr>
         | 
| 567 557 | 
             
            <td><p><span class="term"><em class="parameter"><code>vis</code></em> :</span></p></td>
         | 
| 568 | 
            -
            <td>a <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a | 
| 569 | 
            -
            </td>
         | 
| 558 | 
            +
            <td>a <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a>.</td>
         | 
| 570 559 | 
             
            </tr>
         | 
| 571 560 | 
             
            <tr>
         | 
| 572 561 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 573 | 
            -
            <td>an Xlib <span class="type">Visual*</span | 
| 574 | 
            -
            </td>
         | 
| 562 | 
            +
            <td>an Xlib <span class="type">Visual*</span>.</td>
         | 
| 575 563 | 
             
            </tr>
         | 
| 576 564 | 
             
            </tbody>
         | 
| 577 565 | 
             
            </table></div>
         | 
| 578 566 | 
             
            </div>
         | 
| 579 567 | 
             
            <hr>
         | 
| 580 | 
            -
            <div class="refsect2" | 
| 568 | 
            +
            <div class="refsect2">
         | 
| 581 569 | 
             
            <a name="GDK-FONT-XDISPLAY:CAPS"></a><h3>GDK_FONT_XDISPLAY()</h3>
         | 
| 582 570 | 
             
            <pre class="programlisting">#define GDK_FONT_XDISPLAY(font)       (gdk_x11_font_get_xdisplay (font))
         | 
| 583 571 | 
             
            </pre>
         | 
| 584 | 
            -
            <div class="warning"  | 
| 572 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 585 573 | 
             
            <h3 class="title">Warning</h3>
         | 
| 586 574 | 
             
            <p><code class="literal">GDK_FONT_XDISPLAY</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 587 575 | 
             
            </div>
         | 
| @@ -593,23 +581,21 @@ Returns the display of a <a class="link" href="gdk-Fonts.html#GdkFont" title="Gd | |
| 593 581 | 
             
            <tbody>
         | 
| 594 582 | 
             
            <tr>
         | 
| 595 583 | 
             
            <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
         | 
| 596 | 
            -
            <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a | 
| 597 | 
            -
            </td>
         | 
| 584 | 
            +
            <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a>.</td>
         | 
| 598 585 | 
             
            </tr>
         | 
| 599 586 | 
             
            <tr>
         | 
| 600 587 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 601 | 
            -
            <td>an Xlib <span class="type">Display*</span | 
| 602 | 
            -
            </td>
         | 
| 588 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 603 589 | 
             
            </tr>
         | 
| 604 590 | 
             
            </tbody>
         | 
| 605 591 | 
             
            </table></div>
         | 
| 606 592 | 
             
            </div>
         | 
| 607 593 | 
             
            <hr>
         | 
| 608 | 
            -
            <div class="refsect2" | 
| 594 | 
            +
            <div class="refsect2">
         | 
| 609 595 | 
             
            <a name="GDK-FONT-XFONT:CAPS"></a><h3>GDK_FONT_XFONT()</h3>
         | 
| 610 596 | 
             
            <pre class="programlisting">#define GDK_FONT_XFONT(font)          (gdk_x11_font_get_xfont (font))
         | 
| 611 597 | 
             
            </pre>
         | 
| 612 | 
            -
            <div class="warning"  | 
| 598 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 613 599 | 
             
            <h3 class="title">Warning</h3>
         | 
| 614 600 | 
             
            <p><code class="literal">GDK_FONT_XFONT</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 615 601 | 
             
            </div>
         | 
| @@ -621,19 +607,17 @@ Returns the X font belonging to a <a class="link" href="gdk-Fonts.html#GdkFont" | |
| 621 607 | 
             
            <tbody>
         | 
| 622 608 | 
             
            <tr>
         | 
| 623 609 | 
             
            <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
         | 
| 624 | 
            -
            <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a | 
| 625 | 
            -
            </td>
         | 
| 610 | 
            +
            <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a>.</td>
         | 
| 626 611 | 
             
            </tr>
         | 
| 627 612 | 
             
            <tr>
         | 
| 628 613 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 629 | 
            -
            <td>an Xlib <span class="type">XFontStruct*</span> or an <span class="type">XFontSet</span | 
| 630 | 
            -
            </td>
         | 
| 614 | 
            +
            <td>an Xlib <span class="type">XFontStruct*</span> or an <span class="type">XFontSet</span>.</td>
         | 
| 631 615 | 
             
            </tr>
         | 
| 632 616 | 
             
            </tbody>
         | 
| 633 617 | 
             
            </table></div>
         | 
| 634 618 | 
             
            </div>
         | 
| 635 619 | 
             
            <hr>
         | 
| 636 | 
            -
            <div class="refsect2" | 
| 620 | 
            +
            <div class="refsect2">
         | 
| 637 621 | 
             
            <a name="GDK-CURSOR-XCURSOR:CAPS"></a><h3>GDK_CURSOR_XCURSOR()</h3>
         | 
| 638 622 | 
             
            <pre class="programlisting">#define GDK_CURSOR_XCURSOR(cursor)    (gdk_x11_cursor_get_xcursor (cursor))
         | 
| 639 623 | 
             
            </pre>
         | 
| @@ -645,19 +629,17 @@ Returns the X cursor belonging to a <a class="link" href="gdk-Cursors.html#GdkCu | |
| 645 629 | 
             
            <tbody>
         | 
| 646 630 | 
             
            <tr>
         | 
| 647 631 | 
             
            <td><p><span class="term"><em class="parameter"><code>cursor</code></em> :</span></p></td>
         | 
| 648 | 
            -
            <td>a <a class="link" href="gdk-Cursors.html#GdkCursor" title="GdkCursor"><span class="type">GdkCursor</span></a | 
| 649 | 
            -
            </td>
         | 
| 632 | 
            +
            <td>a <a class="link" href="gdk-Cursors.html#GdkCursor" title="GdkCursor"><span class="type">GdkCursor</span></a>.</td>
         | 
| 650 633 | 
             
            </tr>
         | 
| 651 634 | 
             
            <tr>
         | 
| 652 635 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 653 | 
            -
            <td>an Xlib <span class="type">Cursor</span | 
| 654 | 
            -
            </td>
         | 
| 636 | 
            +
            <td>an Xlib <span class="type">Cursor</span>.</td>
         | 
| 655 637 | 
             
            </tr>
         | 
| 656 638 | 
             
            </tbody>
         | 
| 657 639 | 
             
            </table></div>
         | 
| 658 640 | 
             
            </div>
         | 
| 659 641 | 
             
            <hr>
         | 
| 660 | 
            -
            <div class="refsect2" | 
| 642 | 
            +
            <div class="refsect2">
         | 
| 661 643 | 
             
            <a name="GDK-CURSOR-XDISPLAY:CAPS"></a><h3>GDK_CURSOR_XDISPLAY()</h3>
         | 
| 662 644 | 
             
            <pre class="programlisting">#define GDK_CURSOR_XDISPLAY(cursor)   (gdk_x11_cursor_get_xdisplay (cursor))
         | 
| 663 645 | 
             
            </pre>
         | 
| @@ -669,21 +651,20 @@ Returns the display of a <a class="link" href="gdk-Cursors.html#GdkCursor" title | |
| 669 651 | 
             
            <tbody>
         | 
| 670 652 | 
             
            <tr>
         | 
| 671 653 | 
             
            <td><p><span class="term"><em class="parameter"><code>cursor</code></em> :</span></p></td>
         | 
| 672 | 
            -
            <td>a <a class="link" href="gdk-Cursors.html#GdkCursor" title="GdkCursor"><span class="type">GdkCursor</span></a | 
| 673 | 
            -
            </td>
         | 
| 654 | 
            +
            <td>a <a class="link" href="gdk-Cursors.html#GdkCursor" title="GdkCursor"><span class="type">GdkCursor</span></a>.</td>
         | 
| 674 655 | 
             
            </tr>
         | 
| 675 656 | 
             
            <tr>
         | 
| 676 657 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 677 | 
            -
            <td>an Xlib <span class="type">Display*</span | 
| 678 | 
            -
            </td>
         | 
| 658 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 679 659 | 
             
            </tr>
         | 
| 680 660 | 
             
            </tbody>
         | 
| 681 661 | 
             
            </table></div>
         | 
| 682 662 | 
             
            </div>
         | 
| 683 663 | 
             
            <hr>
         | 
| 684 | 
            -
            <div class="refsect2" | 
| 664 | 
            +
            <div class="refsect2">
         | 
| 685 665 | 
             
            <a name="GDK-GC-XGC:CAPS"></a><h3>GDK_GC_XGC()</h3>
         | 
| 686 | 
            -
            <pre class="programlisting">#define | 
| 666 | 
            +
            <pre class="programlisting">#define GDK_GC_XGC(gc)		      (GDK_GC_X11(gc)->xgc)
         | 
| 667 | 
            +
            </pre>
         | 
| 687 668 | 
             
            <p>
         | 
| 688 669 | 
             
            Returns the X GC of a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.
         | 
| 689 670 | 
             
            </p>
         | 
| @@ -692,19 +673,17 @@ Returns the X GC of a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><s | |
| 692 673 | 
             
            <tbody>
         | 
| 693 674 | 
             
            <tr>
         | 
| 694 675 | 
             
            <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
         | 
| 695 | 
            -
            <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a | 
| 696 | 
            -
            </td>
         | 
| 676 | 
            +
            <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
         | 
| 697 677 | 
             
            </tr>
         | 
| 698 678 | 
             
            <tr>
         | 
| 699 679 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 700 | 
            -
            <td>an Xlib <span class="type">GC</span | 
| 701 | 
            -
            </td>
         | 
| 680 | 
            +
            <td>an Xlib <span class="type">GC</span>.</td>
         | 
| 702 681 | 
             
            </tr>
         | 
| 703 682 | 
             
            </tbody>
         | 
| 704 683 | 
             
            </table></div>
         | 
| 705 684 | 
             
            </div>
         | 
| 706 685 | 
             
            <hr>
         | 
| 707 | 
            -
            <div class="refsect2" | 
| 686 | 
            +
            <div class="refsect2">
         | 
| 708 687 | 
             
            <a name="GDK-GC-GET-XGC:CAPS"></a><h3>GDK_GC_GET_XGC()</h3>
         | 
| 709 688 | 
             
            <pre class="programlisting">#define GDK_GC_GET_XGC(gc)	      (GDK_GC_X11(gc)->dirty_mask ? _gdk_x11_gc_flush (gc) : ((GdkGCX11 *)(gc))->xgc)
         | 
| 710 689 | 
             
            </pre>
         | 
| @@ -716,29 +695,32 @@ Returns the X GC of a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><s | |
| 716 695 | 
             
            <tbody>
         | 
| 717 696 | 
             
            <tr>
         | 
| 718 697 | 
             
            <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
         | 
| 719 | 
            -
            <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a | 
| 720 | 
            -
            </td>
         | 
| 698 | 
            +
            <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
         | 
| 721 699 | 
             
            </tr>
         | 
| 722 700 | 
             
            <tr>
         | 
| 723 701 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 724 | 
            -
            <td>an Xlib <span class="type">GC</span | 
| 725 | 
            -
            </td>
         | 
| 702 | 
            +
            <td>an Xlib <span class="type">GC</span>.</td>
         | 
| 726 703 | 
             
            </tr>
         | 
| 727 704 | 
             
            </tbody>
         | 
| 728 705 | 
             
            </table></div>
         | 
| 729 706 | 
             
            </div>
         | 
| 730 707 | 
             
            <hr>
         | 
| 731 | 
            -
            <div class="refsect2" | 
| 708 | 
            +
            <div class="refsect2">
         | 
| 732 709 | 
             
            <a name="GDK-WINDOW-XWINDOW:CAPS"></a><h3>GDK_WINDOW_XWINDOW</h3>
         | 
| 733 | 
            -
            <pre class="programlisting">#define | 
| 710 | 
            +
            <pre class="programlisting">#define GDK_WINDOW_XWINDOW	      GDK_DRAWABLE_XID
         | 
| 711 | 
            +
            </pre>
         | 
| 734 712 | 
             
            <p>
         | 
| 735 713 | 
             
            Another name for <a class="link" href="gdk-X-Window-System-Interaction.html#GDK-DRAWABLE-XID:CAPS" title="GDK_DRAWABLE_XID()"><code class="function">GDK_DRAWABLE_XID()</code></a>.
         | 
| 736 714 | 
             
            </p>
         | 
| 737 715 | 
             
            </div>
         | 
| 738 716 | 
             
            <hr>
         | 
| 739 | 
            -
            <div class="refsect2" | 
| 717 | 
            +
            <div class="refsect2">
         | 
| 740 718 | 
             
            <a name="gdkx-visual-get"></a><h3>gdkx_visual_get ()</h3>
         | 
| 741 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a | 
| 719 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a> *         gdkx_visual_get                     (<em class="parameter"><code><span class="type">VisualID</span> xvisualid</code></em>);</pre>
         | 
| 720 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 721 | 
            +
            <h3 class="title">Warning</h3>
         | 
| 722 | 
            +
            <p><code class="literal">gdkx_visual_get</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-screen-lookup-visual" title="gdk_x11_screen_lookup_visual ()"><code class="function">gdk_x11_screen_lookup_visual()</code></a> instead</p>
         | 
| 723 | 
            +
            </div>
         | 
| 742 724 | 
             
            <p>
         | 
| 743 725 | 
             
            Returns a <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> corresponding to a X visual.
         | 
| 744 726 | 
             
            </p>
         | 
| @@ -747,22 +729,20 @@ Returns a <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><s | |
| 747 729 | 
             
            <tbody>
         | 
| 748 730 | 
             
            <tr>
         | 
| 749 731 | 
             
            <td><p><span class="term"><em class="parameter"><code>xvisualid</code></em> :</span></p></td>
         | 
| 750 | 
            -
            <td>a X visual id | 
| 751 | 
            -
            </td>
         | 
| 732 | 
            +
            <td>a X visual id.</td>
         | 
| 752 733 | 
             
            </tr>
         | 
| 753 734 | 
             
            <tr>
         | 
| 754 735 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 755 | 
            -
            <td> | 
| 756 | 
            -
            </td>
         | 
| 736 | 
            +
            <td>the <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a>.</td>
         | 
| 757 737 | 
             
            </tr>
         | 
| 758 738 | 
             
            </tbody>
         | 
| 759 739 | 
             
            </table></div>
         | 
| 760 740 | 
             
            </div>
         | 
| 761 741 | 
             
            <hr>
         | 
| 762 | 
            -
            <div class="refsect2" | 
| 742 | 
            +
            <div class="refsect2">
         | 
| 763 743 | 
             
            <a name="gdkx-colormap-get"></a><h3>gdkx_colormap_get ()</h3>
         | 
| 764 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a | 
| 765 | 
            -
            <div class="warning"  | 
| 744 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a> *       gdkx_colormap_get                   (<em class="parameter"><code><span class="type">Colormap</span> xcolormap</code></em>);</pre>
         | 
| 745 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 766 746 | 
             
            <h3 class="title">Warning</h3>
         | 
| 767 747 | 
             
            <p><code class="literal">gdkx_colormap_get</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 768 748 | 
             
            </div>
         | 
| @@ -780,23 +760,21 @@ Always use <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-co | |
| 780 760 | 
             
            <tbody>
         | 
| 781 761 | 
             
            <tr>
         | 
| 782 762 | 
             
            <td><p><span class="term"><em class="parameter"><code>xcolormap</code></em> :</span></p></td>
         | 
| 783 | 
            -
            <td>the XID of a colormap for the default screen | 
| 784 | 
            -
            </td>
         | 
| 763 | 
            +
            <td>the XID of a colormap for the default screen.</td>
         | 
| 785 764 | 
             
            </tr>
         | 
| 786 765 | 
             
            <tr>
         | 
| 787 766 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 788 | 
            -
            <td> | 
| 789 | 
            -
             | 
| 790 | 
            -
             | 
| 791 | 
            -
            </td>
         | 
| 767 | 
            +
            <td>the existing <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a> object if it was
         | 
| 768 | 
            +
            already known to GTK+, otherwise warns and return
         | 
| 769 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
         | 
| 792 770 | 
             
            </tr>
         | 
| 793 771 | 
             
            </tbody>
         | 
| 794 772 | 
             
            </table></div>
         | 
| 795 773 | 
             
            </div>
         | 
| 796 774 | 
             
            <hr>
         | 
| 797 | 
            -
            <div class="refsect2" | 
| 775 | 
            +
            <div class="refsect2">
         | 
| 798 776 | 
             
            <a name="gdk-pixmap-foreign-new"></a><h3>gdk_pixmap_foreign_new ()</h3>
         | 
| 799 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a | 
| 777 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a> *         gdk_pixmap_foreign_new              (<em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);</pre>
         | 
| 800 778 | 
             
            <p>
         | 
| 801 779 | 
             
            Wraps a native window for the default display in a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>.
         | 
| 802 780 | 
             
            This may fail if the pixmap has been destroyed.
         | 
| @@ -810,22 +788,20 @@ For example in the X backend, a native pixmap handle is an Xlib | |
| 810 788 | 
             
            <tbody>
         | 
| 811 789 | 
             
            <tr>
         | 
| 812 790 | 
             
            <td><p><span class="term"><em class="parameter"><code>anid</code></em> :</span></p></td>
         | 
| 813 | 
            -
            <td>a native pixmap handle | 
| 814 | 
            -
            </td>
         | 
| 791 | 
            +
            <td>a native pixmap handle.</td>
         | 
| 815 792 | 
             
            </tr>
         | 
| 816 793 | 
             
            <tr>
         | 
| 817 794 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 818 | 
            -
            <td> | 
| 819 | 
            -
             | 
| 820 | 
            -
            </td>
         | 
| 795 | 
            +
            <td>the newly-created <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> wrapper for the
         | 
| 796 | 
            +
            native pixmap or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the pixmap has been destroyed.</td>
         | 
| 821 797 | 
             
            </tr>
         | 
| 822 798 | 
             
            </tbody>
         | 
| 823 799 | 
             
            </table></div>
         | 
| 824 800 | 
             
            </div>
         | 
| 825 801 | 
             
            <hr>
         | 
| 826 | 
            -
            <div class="refsect2" | 
| 802 | 
            +
            <div class="refsect2">
         | 
| 827 803 | 
             
            <a name="gdk-pixmap-foreign-new-for-display"></a><h3>gdk_pixmap_foreign_new_for_display ()</h3>
         | 
| 828 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a | 
| 804 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a> *         gdk_pixmap_foreign_new_for_display  (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 829 805 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);</pre>
         | 
| 830 806 | 
             
            <p>
         | 
| 831 807 | 
             
            Wraps a native pixmap in a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>.
         | 
| @@ -840,29 +816,25 @@ For example in the X backend, a native pixmap handle is an Xlib | |
| 840 816 | 
             
            <tbody>
         | 
| 841 817 | 
             
            <tr>
         | 
| 842 818 | 
             
            <td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
         | 
| 843 | 
            -
            <td>The <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> where <em class="parameter"><code>anid</code></em> is located | 
| 844 | 
            -
            </td>
         | 
| 819 | 
            +
            <td>The <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> where <em class="parameter"><code>anid</code></em> is located.</td>
         | 
| 845 820 | 
             
            </tr>
         | 
| 846 821 | 
             
            <tr>
         | 
| 847 822 | 
             
            <td><p><span class="term"><em class="parameter"><code>anid</code></em> :</span></p></td>
         | 
| 848 | 
            -
            <td>a native pixmap handle | 
| 849 | 
            -
            </td>
         | 
| 823 | 
            +
            <td>a native pixmap handle.</td>
         | 
| 850 824 | 
             
            </tr>
         | 
| 851 825 | 
             
            <tr>
         | 
| 852 826 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 853 | 
            -
            <td> | 
| 854 | 
            -
             | 
| 855 | 
            -
             | 
| 856 | 
            -
            </td>
         | 
| 827 | 
            +
            <td>the newly-created <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> wrapper for the
         | 
| 828 | 
            +
            native pixmap or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the pixmap has been destroyed.</td>
         | 
| 857 829 | 
             
            </tr>
         | 
| 858 830 | 
             
            </tbody>
         | 
| 859 831 | 
             
            </table></div>
         | 
| 860 832 | 
             
            <p class="since">Since 2.2</p>
         | 
| 861 833 | 
             
            </div>
         | 
| 862 834 | 
             
            <hr>
         | 
| 863 | 
            -
            <div class="refsect2" | 
| 835 | 
            +
            <div class="refsect2">
         | 
| 864 836 | 
             
            <a name="gdk-pixmap-foreign-new-for-screen"></a><h3>gdk_pixmap_foreign_new_for_screen ()</h3>
         | 
| 865 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a | 
| 837 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a> *         gdk_pixmap_foreign_new_for_screen   (<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> *screen</code></em>,
         | 
| 866 838 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>,
         | 
| 867 839 | 
             
                                                                     <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>,
         | 
| 868 840 | 
             
                                                                     <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>,
         | 
| @@ -890,8 +862,7 @@ backend, this avoids a roundtrip to the server. | |
| 890 862 | 
             
            </tr>
         | 
| 891 863 | 
             
            <tr>
         | 
| 892 864 | 
             
            <td><p><span class="term"><em class="parameter"><code>anid</code></em> :</span></p></td>
         | 
| 893 | 
            -
            <td>a native pixmap handle
         | 
| 894 | 
            -
            </td>
         | 
| 865 | 
            +
            <td>a native pixmap handle</td>
         | 
| 895 866 | 
             
            </tr>
         | 
| 896 867 | 
             
            <tr>
         | 
| 897 868 | 
             
            <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
         | 
| @@ -910,19 +881,21 @@ backend, this avoids a roundtrip to the server. | |
| 910 881 | 
             
            </tr>
         | 
| 911 882 | 
             
            <tr>
         | 
| 912 883 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 913 | 
            -
            <td> | 
| 914 | 
            -
             | 
| 915 | 
            -
             | 
| 916 | 
            -
            </td>
         | 
| 884 | 
            +
            <td>the newly-created <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> wrapper for the
         | 
| 885 | 
            +
            native pixmap or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the pixmap has been destroyed.</td>
         | 
| 917 886 | 
             
            </tr>
         | 
| 918 887 | 
             
            </tbody>
         | 
| 919 888 | 
             
            </table></div>
         | 
| 920 889 | 
             
            <p class="since">Since 2.10</p>
         | 
| 921 890 | 
             
            </div>
         | 
| 922 891 | 
             
            <hr>
         | 
| 923 | 
            -
            <div class="refsect2" | 
| 892 | 
            +
            <div class="refsect2">
         | 
| 924 893 | 
             
            <a name="gdk-window-foreign-new"></a><h3>gdk_window_foreign_new ()</h3>
         | 
| 925 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a | 
| 894 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *         gdk_window_foreign_new              (<em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);</pre>
         | 
| 895 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 896 | 
            +
            <h3 class="title">Warning</h3>
         | 
| 897 | 
            +
            <p><code class="literal">gdk_window_foreign_new</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 898 | 
            +
            </div>
         | 
| 926 899 | 
             
            <p>
         | 
| 927 900 | 
             
            Wraps a native window for the default display in a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.
         | 
| 928 901 | 
             
            This may fail if the window has been destroyed.
         | 
| @@ -936,23 +909,26 @@ For example in the X backend, a native window handle is an Xlib | |
| 936 909 | 
             
            <tbody>
         | 
| 937 910 | 
             
            <tr>
         | 
| 938 911 | 
             
            <td><p><span class="term"><em class="parameter"><code>anid</code></em> :</span></p></td>
         | 
| 939 | 
            -
            <td>a native window handle | 
| 940 | 
            -
            </td>
         | 
| 912 | 
            +
            <td>a native window handle.</td>
         | 
| 941 913 | 
             
            </tr>
         | 
| 942 914 | 
             
            <tr>
         | 
| 943 915 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 944 | 
            -
            <td> | 
| 945 | 
            -
             | 
| 946 | 
            -
            </td>
         | 
| 916 | 
            +
            <td>the newly-created <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> wrapper for the
         | 
| 917 | 
            +
            native window or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window has been destroyed.</td>
         | 
| 947 918 | 
             
            </tr>
         | 
| 948 919 | 
             
            </tbody>
         | 
| 949 920 | 
             
            </table></div>
         | 
| 950 921 | 
             
            </div>
         | 
| 951 922 | 
             
            <hr>
         | 
| 952 | 
            -
            <div class="refsect2" | 
| 923 | 
            +
            <div class="refsect2">
         | 
| 953 924 | 
             
            <a name="gdk-window-foreign-new-for-display"></a><h3>gdk_window_foreign_new_for_display ()</h3>
         | 
| 954 925 | 
             
            <pre class="programlisting"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *         gdk_window_foreign_new_for_display  (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 955 926 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);</pre>
         | 
| 927 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 928 | 
            +
            <h3 class="title">Warning</h3>
         | 
| 929 | 
            +
            <p><code class="literal">gdk_window_foreign_new_for_display</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-window-foreign-new-for-display" title="gdk_x11_window_foreign_new_for_display ()"><code class="function">gdk_x11_window_foreign_new_for_display()</code></a> or
         | 
| 930 | 
            +
                equivalent backend-specific API instead</p>
         | 
| 931 | 
            +
            </div>
         | 
| 956 932 | 
             
            <p>
         | 
| 957 933 | 
             
            Wraps a native window in a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.
         | 
| 958 934 | 
             
            This may fail if the window has been destroyed. If the window
         | 
| @@ -968,30 +944,32 @@ For example in the X backend, a native window handle is an Xlib | |
| 968 944 | 
             
            <tbody>
         | 
| 969 945 | 
             
            <tr>
         | 
| 970 946 | 
             
            <td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
         | 
| 971 | 
            -
            <td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> where the window handle comes from | 
| 972 | 
            -
            </td>
         | 
| 947 | 
            +
            <td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> where the window handle comes from.</td>
         | 
| 973 948 | 
             
            </tr>
         | 
| 974 949 | 
             
            <tr>
         | 
| 975 950 | 
             
            <td><p><span class="term"><em class="parameter"><code>anid</code></em> :</span></p></td>
         | 
| 976 | 
            -
            <td>a native window handle | 
| 977 | 
            -
            </td>
         | 
| 951 | 
            +
            <td>a native window handle.</td>
         | 
| 978 952 | 
             
            </tr>
         | 
| 979 953 | 
             
            <tr>
         | 
| 980 954 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 981 | 
            -
            <td> | 
| 982 | 
            -
             | 
| 983 | 
            -
             | 
| 984 | 
            -
             | 
| 985 | 
            -
            </td>
         | 
| 955 | 
            +
            <td>a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> wrapper for the native window or
         | 
| 956 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window has been destroyed. The wrapper will be
         | 
| 957 | 
            +
            newly created, if one doesn't exist already.</td>
         | 
| 986 958 | 
             
            </tr>
         | 
| 987 959 | 
             
            </tbody>
         | 
| 988 960 | 
             
            </table></div>
         | 
| 989 961 | 
             
            <p class="since">Since 2.2</p>
         | 
| 990 962 | 
             
            </div>
         | 
| 991 963 | 
             
            <hr>
         | 
| 992 | 
            -
            <div class="refsect2" | 
| 964 | 
            +
            <div class="refsect2">
         | 
| 993 965 | 
             
            <a name="gdk-xid-table-lookup"></a><h3>gdk_xid_table_lookup ()</h3>
         | 
| 994 966 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            gdk_xid_table_lookup                (<em class="parameter"><code><span class="type">XID</span> xid</code></em>);</pre>
         | 
| 967 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 968 | 
            +
            <h3 class="title">Warning</h3>
         | 
| 969 | 
            +
            <p><code class="literal">gdk_xid_table_lookup</code> has been deprecated since version 2.24 and should not be used in newly-written code. This function will be removed in GTK+ 3.0. GTK+
         | 
| 970 | 
            +
                only stores windows in its X id table nowadays, so use
         | 
| 971 | 
            +
                <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-window-lookup-for-display" title="gdk_x11_window_lookup_for_display ()"><code class="function">gdk_x11_window_lookup_for_display()</code></a> instead.</p>
         | 
| 972 | 
            +
            </div>
         | 
| 995 973 | 
             
            <p>
         | 
| 996 974 | 
             
            Returns the Gdk object associated with the given X id for the default
         | 
| 997 975 | 
             
            display.
         | 
| @@ -1001,24 +979,28 @@ display. | |
| 1001 979 | 
             
            <tbody>
         | 
| 1002 980 | 
             
            <tr>
         | 
| 1003 981 | 
             
            <td><p><span class="term"><em class="parameter"><code>xid</code></em> :</span></p></td>
         | 
| 1004 | 
            -
            <td>an X id | 
| 1005 | 
            -
            </td>
         | 
| 982 | 
            +
            <td>an X id.</td>
         | 
| 1006 983 | 
             
            </tr>
         | 
| 1007 984 | 
             
            <tr>
         | 
| 1008 985 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1009 | 
            -
            <td> | 
| 1010 | 
            -
             | 
| 1011 | 
            -
             | 
| 1012 | 
            -
            </td>
         | 
| 986 | 
            +
            <td>the associated Gdk object, which may be a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>,
         | 
| 987 | 
            +
            a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</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 no object is associated
         | 
| 988 | 
            +
            with the X id.</td>
         | 
| 1013 989 | 
             
            </tr>
         | 
| 1014 990 | 
             
            </tbody>
         | 
| 1015 991 | 
             
            </table></div>
         | 
| 1016 992 | 
             
            </div>
         | 
| 1017 993 | 
             
            <hr>
         | 
| 1018 | 
            -
            <div class="refsect2" | 
| 994 | 
            +
            <div class="refsect2">
         | 
| 1019 995 | 
             
            <a name="gdk-xid-table-lookup-for-display"></a><h3>gdk_xid_table_lookup_for_display ()</h3>
         | 
| 1020 996 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            gdk_xid_table_lookup_for_display    (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 1021 997 | 
             
                                                                     <em class="parameter"><code><span class="type">XID</span> xid</code></em>);</pre>
         | 
| 998 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 999 | 
            +
            <h3 class="title">Warning</h3>
         | 
| 1000 | 
            +
            <p><code class="literal">gdk_xid_table_lookup_for_display</code> has been deprecated since version 2.24 and should not be used in newly-written code. This function will be removed in GTK+ 3.0. GTK+
         | 
| 1001 | 
            +
                only stores windows in its X id table nowadays, so use
         | 
| 1002 | 
            +
                <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-window-lookup-for-display" title="gdk_x11_window_lookup_for_display ()"><code class="function">gdk_x11_window_lookup_for_display()</code></a> instead.</p>
         | 
| 1003 | 
            +
            </div>
         | 
| 1022 1004 | 
             
            <p>
         | 
| 1023 1005 | 
             
            Returns the GDK object associated with the given X id.
         | 
| 1024 1006 | 
             
            </p>
         | 
| @@ -1027,30 +1009,31 @@ Returns the GDK object associated with the given X id. | |
| 1027 1009 | 
             
            <tbody>
         | 
| 1028 1010 | 
             
            <tr>
         | 
| 1029 1011 | 
             
            <td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
         | 
| 1030 | 
            -
            <td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a | 
| 1031 | 
            -
            </td>
         | 
| 1012 | 
            +
            <td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a>.</td>
         | 
| 1032 1013 | 
             
            </tr>
         | 
| 1033 1014 | 
             
            <tr>
         | 
| 1034 1015 | 
             
            <td><p><span class="term"><em class="parameter"><code>xid</code></em> :</span></p></td>
         | 
| 1035 | 
            -
            <td>an X id | 
| 1036 | 
            -
            </td>
         | 
| 1016 | 
            +
            <td>an X id.</td>
         | 
| 1037 1017 | 
             
            </tr>
         | 
| 1038 1018 | 
             
            <tr>
         | 
| 1039 1019 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1040 | 
            -
            <td> | 
| 1041 | 
            -
             | 
| 1042 | 
            -
             | 
| 1043 | 
            -
             | 
| 1044 | 
            -
            </td>
         | 
| 1020 | 
            +
            <td>the associated Gdk object, which may be a <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a>,
         | 
| 1021 | 
            +
            a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> or a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</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 no object is associated
         | 
| 1022 | 
            +
            with the X id.</td>
         | 
| 1045 1023 | 
             
            </tr>
         | 
| 1046 1024 | 
             
            </tbody>
         | 
| 1047 1025 | 
             
            </table></div>
         | 
| 1048 1026 | 
             
            <p class="since">Since 2.2</p>
         | 
| 1049 1027 | 
             
            </div>
         | 
| 1050 1028 | 
             
            <hr>
         | 
| 1051 | 
            -
            <div class="refsect2" | 
| 1029 | 
            +
            <div class="refsect2">
         | 
| 1052 1030 | 
             
            <a name="gdk-window-lookup"></a><h3>gdk_window_lookup ()</h3>
         | 
| 1053 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a | 
| 1031 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *         gdk_window_lookup                   (<em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);</pre>
         | 
| 1032 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1033 | 
            +
            <h3 class="title">Warning</h3>
         | 
| 1034 | 
            +
            <p><code class="literal">gdk_window_lookup</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-window-lookup-for-display" title="gdk_x11_window_lookup_for_display ()"><code class="function">gdk_x11_window_lookup_for_display()</code></a> or equivalent
         | 
| 1035 | 
            +
               backend-specific functionality instead</p>
         | 
| 1036 | 
            +
            </div>
         | 
| 1054 1037 | 
             
            <p>
         | 
| 1055 1038 | 
             
            Looks up the <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> that wraps the given native window handle. 
         | 
| 1056 1039 | 
             
            </p>
         | 
| @@ -1063,23 +1046,25 @@ For example in the X backend, a native window handle is an Xlib | |
| 1063 1046 | 
             
            <tbody>
         | 
| 1064 1047 | 
             
            <tr>
         | 
| 1065 1048 | 
             
            <td><p><span class="term"><em class="parameter"><code>anid</code></em> :</span></p></td>
         | 
| 1066 | 
            -
            <td>a native window handle | 
| 1067 | 
            -
            </td>
         | 
| 1049 | 
            +
            <td>a native window handle.</td>
         | 
| 1068 1050 | 
             
            </tr>
         | 
| 1069 1051 | 
             
            <tr>
         | 
| 1070 1052 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1071 | 
            -
            <td> | 
| 1072 | 
            -
             | 
| 1073 | 
            -
            </td>
         | 
| 1053 | 
            +
            <td>the <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> wrapper for the native window,
         | 
| 1054 | 
            +
            or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none.</td>
         | 
| 1074 1055 | 
             
            </tr>
         | 
| 1075 1056 | 
             
            </tbody>
         | 
| 1076 1057 | 
             
            </table></div>
         | 
| 1077 1058 | 
             
            </div>
         | 
| 1078 1059 | 
             
            <hr>
         | 
| 1079 | 
            -
            <div class="refsect2" | 
| 1060 | 
            +
            <div class="refsect2">
         | 
| 1080 1061 | 
             
            <a name="gdk-window-lookup-for-display"></a><h3>gdk_window_lookup_for_display ()</h3>
         | 
| 1081 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a | 
| 1062 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *         gdk_window_lookup_for_display       (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 1082 1063 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);</pre>
         | 
| 1064 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1065 | 
            +
            <h3 class="title">Warning</h3>
         | 
| 1066 | 
            +
            <p><code class="literal">gdk_window_lookup_for_display</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-window-lookup-for-display" title="gdk_x11_window_lookup_for_display ()"><code class="function">gdk_x11_window_lookup_for_display()</code></a> instead</p>
         | 
| 1067 | 
            +
            </div>
         | 
| 1083 1068 | 
             
            <p>
         | 
| 1084 1069 | 
             
            Looks up the <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> that wraps the given native window handle.
         | 
| 1085 1070 | 
             
            </p>
         | 
| @@ -1092,29 +1077,25 @@ For example in the X backend, a native window handle is an Xlib | |
| 1092 1077 | 
             
            <tbody>
         | 
| 1093 1078 | 
             
            <tr>
         | 
| 1094 1079 | 
             
            <td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
         | 
| 1095 | 
            -
            <td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> corresponding to the window handle
         | 
| 1096 | 
            -
            </td>
         | 
| 1080 | 
            +
            <td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> corresponding to the window handle</td>
         | 
| 1097 1081 | 
             
            </tr>
         | 
| 1098 1082 | 
             
            <tr>
         | 
| 1099 1083 | 
             
            <td><p><span class="term"><em class="parameter"><code>anid</code></em> :</span></p></td>
         | 
| 1100 | 
            -
            <td>a native window handle | 
| 1101 | 
            -
            </td>
         | 
| 1084 | 
            +
            <td>a native window handle.</td>
         | 
| 1102 1085 | 
             
            </tr>
         | 
| 1103 1086 | 
             
            <tr>
         | 
| 1104 1087 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1105 | 
            -
            <td> | 
| 1106 | 
            -
             | 
| 1107 | 
            -
             | 
| 1108 | 
            -
            </td>
         | 
| 1088 | 
            +
            <td>the <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> wrapper for the native window,
         | 
| 1089 | 
            +
            or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none.</td>
         | 
| 1109 1090 | 
             
            </tr>
         | 
| 1110 1091 | 
             
            </tbody>
         | 
| 1111 1092 | 
             
            </table></div>
         | 
| 1112 1093 | 
             
            <p class="since">Since 2.2</p>
         | 
| 1113 1094 | 
             
            </div>
         | 
| 1114 1095 | 
             
            <hr>
         | 
| 1115 | 
            -
            <div class="refsect2" | 
| 1096 | 
            +
            <div class="refsect2">
         | 
| 1116 1097 | 
             
            <a name="gdk-pixmap-lookup"></a><h3>gdk_pixmap_lookup ()</h3>
         | 
| 1117 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a | 
| 1098 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a> *         gdk_pixmap_lookup                   (<em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);</pre>
         | 
| 1118 1099 | 
             
            <p>
         | 
| 1119 1100 | 
             
            Looks up the <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> that wraps the given native pixmap handle.
         | 
| 1120 1101 | 
             
            </p>
         | 
| @@ -1127,22 +1108,20 @@ For example in the X backend, a native pixmap handle is an Xlib | |
| 1127 1108 | 
             
            <tbody>
         | 
| 1128 1109 | 
             
            <tr>
         | 
| 1129 1110 | 
             
            <td><p><span class="term"><em class="parameter"><code>anid</code></em> :</span></p></td>
         | 
| 1130 | 
            -
            <td>a native pixmap handle | 
| 1131 | 
            -
            </td>
         | 
| 1111 | 
            +
            <td>a native pixmap handle.</td>
         | 
| 1132 1112 | 
             
            </tr>
         | 
| 1133 1113 | 
             
            <tr>
         | 
| 1134 1114 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1135 | 
            -
            <td> | 
| 1136 | 
            -
             | 
| 1137 | 
            -
            </td>
         | 
| 1115 | 
            +
            <td>the <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> wrapper for the native pixmap,
         | 
| 1116 | 
            +
            or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none.</td>
         | 
| 1138 1117 | 
             
            </tr>
         | 
| 1139 1118 | 
             
            </tbody>
         | 
| 1140 1119 | 
             
            </table></div>
         | 
| 1141 1120 | 
             
            </div>
         | 
| 1142 1121 | 
             
            <hr>
         | 
| 1143 | 
            -
            <div class="refsect2" | 
| 1122 | 
            +
            <div class="refsect2">
         | 
| 1144 1123 | 
             
            <a name="gdk-pixmap-lookup-for-display"></a><h3>gdk_pixmap_lookup_for_display ()</h3>
         | 
| 1145 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a | 
| 1124 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="returnvalue">GdkPixmap</span></a> *         gdk_pixmap_lookup_for_display       (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 1146 1125 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> anid</code></em>);</pre>
         | 
| 1147 1126 | 
             
            <p>
         | 
| 1148 1127 | 
             
            Looks up the <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> that wraps the given native pixmap handle.
         | 
| @@ -1161,26 +1140,23 @@ For example in the X backend, a native pixmap handle is an Xlib | |
| 1161 1140 | 
             
            </tr>
         | 
| 1162 1141 | 
             
            <tr>
         | 
| 1163 1142 | 
             
            <td><p><span class="term"><em class="parameter"><code>anid</code></em> :</span></p></td>
         | 
| 1164 | 
            -
            <td>a native pixmap handle | 
| 1165 | 
            -
            </td>
         | 
| 1143 | 
            +
            <td>a native pixmap handle.</td>
         | 
| 1166 1144 | 
             
            </tr>
         | 
| 1167 1145 | 
             
            <tr>
         | 
| 1168 1146 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1169 | 
            -
            <td> | 
| 1170 | 
            -
             | 
| 1171 | 
            -
             | 
| 1172 | 
            -
            </td>
         | 
| 1147 | 
            +
            <td>the <a class="link" href="gdk-Bitmaps-and-Pixmaps.html#GdkPixmap"><span class="type">GdkPixmap</span></a> wrapper for the native pixmap,
         | 
| 1148 | 
            +
            or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none.</td>
         | 
| 1173 1149 | 
             
            </tr>
         | 
| 1174 1150 | 
             
            </tbody>
         | 
| 1175 1151 | 
             
            </table></div>
         | 
| 1176 1152 | 
             
            <p class="since">Since 2.2</p>
         | 
| 1177 1153 | 
             
            </div>
         | 
| 1178 1154 | 
             
            <hr>
         | 
| 1179 | 
            -
            <div class="refsect2" | 
| 1155 | 
            +
            <div class="refsect2">
         | 
| 1180 1156 | 
             
            <a name="gdk-font-lookup"></a><h3>gdk_font_lookup()</h3>
         | 
| 1181 1157 | 
             
            <pre class="programlisting">#define gdk_font_lookup(xid)	   ((GdkFont*) gdk_xid_table_lookup (xid))
         | 
| 1182 1158 | 
             
            </pre>
         | 
| 1183 | 
            -
            <div class="warning"  | 
| 1159 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1184 1160 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1185 1161 | 
             
            <p><code class="literal">gdk_font_lookup</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1186 1162 | 
             
            </div>
         | 
| @@ -1192,17 +1168,16 @@ been created for <em class="parameter"><code>xid</code></em>. | |
| 1192 1168 | 
             
            <col align="left" valign="top">
         | 
| 1193 1169 | 
             
            <tbody><tr>
         | 
| 1194 1170 | 
             
            <td><p><span class="term"><em class="parameter"><code>xid</code></em> :</span></p></td>
         | 
| 1195 | 
            -
            <td>an Xlib font ID
         | 
| 1196 | 
            -
            </td>
         | 
| 1171 | 
            +
            <td>an Xlib font ID</td>
         | 
| 1197 1172 | 
             
            </tr></tbody>
         | 
| 1198 1173 | 
             
            </table></div>
         | 
| 1199 1174 | 
             
            </div>
         | 
| 1200 1175 | 
             
            <hr>
         | 
| 1201 | 
            -
            <div class="refsect2" | 
| 1176 | 
            +
            <div class="refsect2">
         | 
| 1202 1177 | 
             
            <a name="gdk-font-lookup-for-display"></a><h3>gdk_font_lookup_for_display()</h3>
         | 
| 1203 1178 | 
             
            <pre class="programlisting">#define gdk_font_lookup_for_display(display, xid) ((GdkFont*) gdk_xid_table_lookup_for_display (display, ((xid)|XID_FONT_BIT)))
         | 
| 1204 1179 | 
             
            </pre>
         | 
| 1205 | 
            -
            <div class="warning"  | 
| 1180 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1206 1181 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1207 1182 | 
             
            <p><code class="literal">gdk_font_lookup_for_display</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1208 1183 | 
             
            </div>
         | 
| @@ -1221,14 +1196,13 @@ Obtains the <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span | |
| 1221 1196 | 
             
            <tr>
         | 
| 1222 1197 | 
             
            <td><p><span class="term"><em class="parameter"><code>xid</code></em> :</span></p></td>
         | 
| 1223 1198 | 
             
            <td>an Xlib font ID
         | 
| 1224 | 
            -
            Since: 2.2
         | 
| 1225 | 
            -
            </td>
         | 
| 1199 | 
            +
            Since: 2.2</td>
         | 
| 1226 1200 | 
             
            </tr>
         | 
| 1227 1201 | 
             
            </tbody>
         | 
| 1228 1202 | 
             
            </table></div>
         | 
| 1229 1203 | 
             
            </div>
         | 
| 1230 1204 | 
             
            <hr>
         | 
| 1231 | 
            -
            <div class="refsect2" | 
| 1205 | 
            +
            <div class="refsect2">
         | 
| 1232 1206 | 
             
            <a name="gdk-x11-lookup-xdisplay"></a><h3>gdk_x11_lookup_xdisplay ()</h3>
         | 
| 1233 1207 | 
             
            <pre class="programlisting"><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="returnvalue">GdkDisplay</span></a> *        gdk_x11_lookup_xdisplay             (<em class="parameter"><code><span class="type">Display</span> *xdisplay</code></em>);</pre>
         | 
| 1234 1208 | 
             
            <p>
         | 
| @@ -1239,21 +1213,18 @@ Find the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class=" | |
| 1239 1213 | 
             
            <tbody>
         | 
| 1240 1214 | 
             
            <tr>
         | 
| 1241 1215 | 
             
            <td><p><span class="term"><em class="parameter"><code>xdisplay</code></em> :</span></p></td>
         | 
| 1242 | 
            -
            <td>a pointer to an X Display
         | 
| 1243 | 
            -
            </td>
         | 
| 1216 | 
            +
            <td>a pointer to an X Display</td>
         | 
| 1244 1217 | 
             
            </tr>
         | 
| 1245 1218 | 
             
            <tr>
         | 
| 1246 1219 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1247 | 
            -
            <td> | 
| 1248 | 
            -
             | 
| 1249 | 
            -
            </td>
         | 
| 1220 | 
            +
            <td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a>, if found, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
         | 
| 1250 1221 | 
             
            </tr>
         | 
| 1251 1222 | 
             
            </tbody>
         | 
| 1252 1223 | 
             
            </table></div>
         | 
| 1253 1224 | 
             
            <p class="since">Since 2.2</p>
         | 
| 1254 1225 | 
             
            </div>
         | 
| 1255 1226 | 
             
            <hr>
         | 
| 1256 | 
            -
            <div class="refsect2" | 
| 1227 | 
            +
            <div class="refsect2">
         | 
| 1257 1228 | 
             
            <a name="gdk-x11-get-server-time"></a><h3>gdk_x11_get_server_time ()</h3>
         | 
| 1258 1229 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             gdk_x11_get_server_time             (<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
         | 
| 1259 1230 | 
             
            <p>
         | 
| @@ -1265,22 +1236,24 @@ Routine to get the current X server time stamp. | |
| 1265 1236 | 
             
            <tr>
         | 
| 1266 1237 | 
             
            <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
         | 
| 1267 1238 | 
             
            <td>a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>, used for communication with the server.
         | 
| 1268 | 
            -
             | 
| 1269 | 
            -
             | 
| 1270 | 
            -
            </td>
         | 
| 1239 | 
            +
            The window must have GDK_PROPERTY_CHANGE_MASK in its
         | 
| 1240 | 
            +
            events mask or a hang will result.</td>
         | 
| 1271 1241 | 
             
            </tr>
         | 
| 1272 1242 | 
             
            <tr>
         | 
| 1273 1243 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1274 | 
            -
            <td> | 
| 1275 | 
            -
            </td>
         | 
| 1244 | 
            +
            <td>the time stamp.</td>
         | 
| 1276 1245 | 
             
            </tr>
         | 
| 1277 1246 | 
             
            </tbody>
         | 
| 1278 1247 | 
             
            </table></div>
         | 
| 1279 1248 | 
             
            </div>
         | 
| 1280 1249 | 
             
            <hr>
         | 
| 1281 | 
            -
            <div class="refsect2" | 
| 1250 | 
            +
            <div class="refsect2">
         | 
| 1282 1251 | 
             
            <a name="gdk-net-wm-supports"></a><h3>gdk_net_wm_supports ()</h3>
         | 
| 1283 1252 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gdk_net_wm_supports                 (<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> property</code></em>);</pre>
         | 
| 1253 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1254 | 
            +
            <h3 class="title">Warning</h3>
         | 
| 1255 | 
            +
            <p><code class="literal">gdk_net_wm_supports</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-screen-supports-net-wm-hint" title="gdk_x11_screen_supports_net_wm_hint ()"><code class="function">gdk_x11_screen_supports_net_wm_hint()</code></a> instead</p>
         | 
| 1256 | 
            +
            </div>
         | 
| 1284 1257 | 
             
            <p>
         | 
| 1285 1258 | 
             
            This function is specific to the X11 backend of GDK, and indicates
         | 
| 1286 1259 | 
             
            whether the window manager for the default screen supports a certain
         | 
| @@ -1292,19 +1265,19 @@ hint from the Extended Window Manager Hints Specification. See | |
| 1292 1265 | 
             
            <tbody>
         | 
| 1293 1266 | 
             
            <tr>
         | 
| 1294 1267 | 
             
            <td><p><span class="term"><em class="parameter"><code>property</code></em> :</span></p></td>
         | 
| 1295 | 
            -
            <td>a property atom | 
| 1296 | 
            -
            </td>
         | 
| 1268 | 
            +
            <td>a property atom.</td>
         | 
| 1297 1269 | 
             
            </tr>
         | 
| 1298 1270 | 
             
            <tr>
         | 
| 1299 1271 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1300 | 
            -
            <td> | 
| 1272 | 
            +
            <td>
         | 
| 1273 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window manager supports <em class="parameter"><code>property</code></em>
         | 
| 1301 1274 | 
             
            </td>
         | 
| 1302 1275 | 
             
            </tr>
         | 
| 1303 1276 | 
             
            </tbody>
         | 
| 1304 1277 | 
             
            </table></div>
         | 
| 1305 1278 | 
             
            </div>
         | 
| 1306 1279 | 
             
            <hr>
         | 
| 1307 | 
            -
            <div class="refsect2" | 
| 1280 | 
            +
            <div class="refsect2">
         | 
| 1308 1281 | 
             
            <a name="gdk-x11-screen-supports-net-wm-hint"></a><h3>gdk_x11_screen_supports_net_wm_hint ()</h3>
         | 
| 1309 1282 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gdk_x11_screen_supports_net_wm_hint (<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> *screen</code></em>,
         | 
| 1310 1283 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> property</code></em>);</pre>
         | 
| @@ -1330,18 +1303,16 @@ a window manager change. | |
| 1330 1303 | 
             
            <tbody>
         | 
| 1331 1304 | 
             
            <tr>
         | 
| 1332 1305 | 
             
            <td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
         | 
| 1333 | 
            -
            <td>the relevant <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a | 
| 1334 | 
            -
            </td>
         | 
| 1306 | 
            +
            <td>the relevant <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a>.</td>
         | 
| 1335 1307 | 
             
            </tr>
         | 
| 1336 1308 | 
             
            <tr>
         | 
| 1337 1309 | 
             
            <td><p><span class="term"><em class="parameter"><code>property</code></em> :</span></p></td>
         | 
| 1338 | 
            -
            <td>a property atom | 
| 1339 | 
            -
            </td>
         | 
| 1310 | 
            +
            <td>a property atom.</td>
         | 
| 1340 1311 | 
             
            </tr>
         | 
| 1341 1312 | 
             
            <tr>
         | 
| 1342 1313 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1343 | 
            -
            <td> | 
| 1344 | 
            -
             | 
| 1314 | 
            +
            <td>
         | 
| 1315 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window manager supports <em class="parameter"><code>property</code></em>
         | 
| 1345 1316 | 
             
            </td>
         | 
| 1346 1317 | 
             
            </tr>
         | 
| 1347 1318 | 
             
            </tbody>
         | 
| @@ -1349,9 +1320,9 @@ a window manager change. | |
| 1349 1320 | 
             
            <p class="since">Since 2.2</p>
         | 
| 1350 1321 | 
             
            </div>
         | 
| 1351 1322 | 
             
            <hr>
         | 
| 1352 | 
            -
            <div class="refsect2" | 
| 1323 | 
            +
            <div class="refsect2">
         | 
| 1353 1324 | 
             
            <a name="gdk-x11-screen-get-window-manager-name"></a><h3>gdk_x11_screen_get_window_manager_name ()</h3>
         | 
| 1354 | 
            -
            <pre class="programlisting">const <span class="returnvalue">char</span | 
| 1325 | 
            +
            <pre class="programlisting">const <span class="returnvalue">char</span> *        gdk_x11_screen_get_window_manager_name
         | 
| 1355 1326 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
         | 
| 1356 1327 | 
             
            <p>
         | 
| 1357 1328 | 
             
            Returns the name of the window manager for <em class="parameter"><code>screen</code></em>.
         | 
| @@ -1361,23 +1332,21 @@ Returns the name of the window manager for <em class="parameter"><code>screen</c | |
| 1361 1332 | 
             
            <tbody>
         | 
| 1362 1333 | 
             
            <tr>
         | 
| 1363 1334 | 
             
            <td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
         | 
| 1364 | 
            -
            <td>a <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> | 
| 1335 | 
            +
            <td>a <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a>
         | 
| 1365 1336 | 
             
            </td>
         | 
| 1366 1337 | 
             
            </tr>
         | 
| 1367 1338 | 
             
            <tr>
         | 
| 1368 1339 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1369 | 
            -
            <td> | 
| 1340 | 
            +
            <td>the name of the window manager screen <em class="parameter"><code>screen</code></em>, or
         | 
| 1370 1341 | 
             
            "unknown" if the window manager is unknown. The string is owned by GDK
         | 
| 1371 | 
            -
            and should not be freed | 
| 1372 | 
            -
             | 
| 1373 | 
            -
            </td>
         | 
| 1342 | 
            +
            and should not be freed.</td>
         | 
| 1374 1343 | 
             
            </tr>
         | 
| 1375 1344 | 
             
            </tbody>
         | 
| 1376 1345 | 
             
            </table></div>
         | 
| 1377 1346 | 
             
            <p class="since">Since 2.2</p>
         | 
| 1378 1347 | 
             
            </div>
         | 
| 1379 1348 | 
             
            <hr>
         | 
| 1380 | 
            -
            <div class="refsect2" | 
| 1349 | 
            +
            <div class="refsect2">
         | 
| 1381 1350 | 
             
            <a name="gdk-x11-screen-get-monitor-output"></a><h3>gdk_x11_screen_get_monitor_output ()</h3>
         | 
| 1382 1351 | 
             
            <pre class="programlisting"><span class="returnvalue">XID</span>                 gdk_x11_screen_get_monitor_output   (<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> *screen</code></em>,
         | 
| 1383 1352 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> monitor_num</code></em>);</pre>
         | 
| @@ -1396,23 +1365,20 @@ extension, 0 is returned. | |
| 1396 1365 | 
             
            </tr>
         | 
| 1397 1366 | 
             
            <tr>
         | 
| 1398 1367 | 
             
            <td><p><span class="term"><em class="parameter"><code>monitor_num</code></em> :</span></p></td>
         | 
| 1399 | 
            -
            <td>number of the monitor, between 0 and gdk_screen_get_n_monitors (screen)
         | 
| 1400 | 
            -
            </td>
         | 
| 1368 | 
            +
            <td>number of the monitor, between 0 and gdk_screen_get_n_monitors (screen)</td>
         | 
| 1401 1369 | 
             
            </tr>
         | 
| 1402 1370 | 
             
            <tr>
         | 
| 1403 1371 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1404 | 
            -
            <td> | 
| 1405 | 
            -
             | 
| 1406 | 
            -
            </td>
         | 
| 1372 | 
            +
            <td>the XID of the monitor</td>
         | 
| 1407 1373 | 
             
            </tr>
         | 
| 1408 1374 | 
             
            </tbody>
         | 
| 1409 1375 | 
             
            </table></div>
         | 
| 1410 1376 | 
             
            <p class="since">Since 2.14</p>
         | 
| 1411 1377 | 
             
            </div>
         | 
| 1412 1378 | 
             
            <hr>
         | 
| 1413 | 
            -
            <div class="refsect2" | 
| 1379 | 
            +
            <div class="refsect2">
         | 
| 1414 1380 | 
             
            <a name="gdk-x11-screen-lookup-visual"></a><h3>gdk_x11_screen_lookup_visual ()</h3>
         | 
| 1415 | 
            -
            <pre class="programlisting"><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a | 
| 1381 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="returnvalue">GdkVisual</span></a> *         gdk_x11_screen_lookup_visual        (<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> *screen</code></em>,
         | 
| 1416 1382 | 
             
                                                                     <em class="parameter"><code><span class="type">VisualID</span> xvisualid</code></em>);</pre>
         | 
| 1417 1383 | 
             
            <p>
         | 
| 1418 1384 | 
             
            Looks up the <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> for a particular screen and X Visual ID.
         | 
| @@ -1422,19 +1388,16 @@ Looks up the <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual" | |
| 1422 1388 | 
             
            <tbody>
         | 
| 1423 1389 | 
             
            <tr>
         | 
| 1424 1390 | 
             
            <td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
         | 
| 1425 | 
            -
            <td>a <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a | 
| 1426 | 
            -
            </td>
         | 
| 1391 | 
            +
            <td>a <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a>.</td>
         | 
| 1427 1392 | 
             
            </tr>
         | 
| 1428 1393 | 
             
            <tr>
         | 
| 1429 1394 | 
             
            <td><p><span class="term"><em class="parameter"><code>xvisualid</code></em> :</span></p></td>
         | 
| 1430 | 
            -
            <td>an X Visual ID | 
| 1431 | 
            -
            </td>
         | 
| 1395 | 
            +
            <td>an X Visual ID.</td>
         | 
| 1432 1396 | 
             
            </tr>
         | 
| 1433 1397 | 
             
            <tr>
         | 
| 1434 1398 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1435 | 
            -
            <td> | 
| 1436 | 
            -
             | 
| 1437 | 
            -
             | 
| 1399 | 
            +
            <td>the <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> (owned by the screen
         | 
| 1400 | 
            +
            object), or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the visual ID wasn't found. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 1438 1401 | 
             
            </td>
         | 
| 1439 1402 | 
             
            </tr>
         | 
| 1440 1403 | 
             
            </tbody>
         | 
| @@ -1442,7 +1405,7 @@ Looks up the <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual" | |
| 1442 1405 | 
             
            <p class="since">Since 2.2</p>
         | 
| 1443 1406 | 
             
            </div>
         | 
| 1444 1407 | 
             
            <hr>
         | 
| 1445 | 
            -
            <div class="refsect2" | 
| 1408 | 
            +
            <div class="refsect2">
         | 
| 1446 1409 | 
             
            <a name="gdk-x11-window-set-user-time"></a><h3>gdk_x11_window_set_user_time ()</h3>
         | 
| 1447 1410 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gdk_x11_window_set_user_time        (<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
         | 
| 1448 1411 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);</pre>
         | 
| @@ -1471,15 +1434,14 @@ events bypassing GDK. | |
| 1471 1434 | 
             
            </tr>
         | 
| 1472 1435 | 
             
            <tr>
         | 
| 1473 1436 | 
             
            <td><p><span class="term"><em class="parameter"><code>timestamp</code></em> :</span></p></td>
         | 
| 1474 | 
            -
            <td>An XServer timestamp to which the property should be set
         | 
| 1475 | 
            -
            </td>
         | 
| 1437 | 
            +
            <td>An XServer timestamp to which the property should be set</td>
         | 
| 1476 1438 | 
             
            </tr>
         | 
| 1477 1439 | 
             
            </tbody>
         | 
| 1478 1440 | 
             
            </table></div>
         | 
| 1479 1441 | 
             
            <p class="since">Since 2.6</p>
         | 
| 1480 1442 | 
             
            </div>
         | 
| 1481 1443 | 
             
            <hr>
         | 
| 1482 | 
            -
            <div class="refsect2" | 
| 1444 | 
            +
            <div class="refsect2">
         | 
| 1483 1445 | 
             
            <a name="gdk-x11-window-move-to-current-desktop"></a><h3>gdk_x11_window_move_to_current_desktop ()</h3>
         | 
| 1484 1446 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gdk_x11_window_move_to_current_desktop
         | 
| 1485 1447 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
         | 
| @@ -1501,7 +1463,7 @@ window is already on all workspaces. | |
| 1501 1463 | 
             
            <p class="since">Since 2.8</p>
         | 
| 1502 1464 | 
             
            </div>
         | 
| 1503 1465 | 
             
            <hr>
         | 
| 1504 | 
            -
            <div class="refsect2" | 
| 1466 | 
            +
            <div class="refsect2">
         | 
| 1505 1467 | 
             
            <a name="gdk-x11-display-get-user-time"></a><h3>gdk_x11_display_get_user_time ()</h3>
         | 
| 1506 1468 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a>             gdk_x11_display_get_user_time       (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>);</pre>
         | 
| 1507 1469 | 
             
            <p>
         | 
| @@ -1520,16 +1482,14 @@ movements. See <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x1 | |
| 1520 1482 | 
             
            </tr>
         | 
| 1521 1483 | 
             
            <tr>
         | 
| 1522 1484 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1523 | 
            -
            <td> | 
| 1524 | 
            -
             | 
| 1525 | 
            -
            </td>
         | 
| 1485 | 
            +
            <td>the timestamp of the last user interaction</td>
         | 
| 1526 1486 | 
             
            </tr>
         | 
| 1527 1487 | 
             
            </tbody>
         | 
| 1528 1488 | 
             
            </table></div>
         | 
| 1529 1489 | 
             
            <p class="since">Since 2.8</p>
         | 
| 1530 1490 | 
             
            </div>
         | 
| 1531 1491 | 
             
            <hr>
         | 
| 1532 | 
            -
            <div class="refsect2" | 
| 1492 | 
            +
            <div class="refsect2">
         | 
| 1533 1493 | 
             
            <a name="gdk-x11-colormap-foreign-new"></a><h3>gdk_x11_colormap_foreign_new ()</h3>
         | 
| 1534 1494 | 
             
            <pre class="programlisting"><a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="returnvalue">GdkColormap</span></a> *       gdk_x11_colormap_foreign_new        (<em class="parameter"><code><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>,
         | 
| 1535 1495 | 
             
                                                                     <em class="parameter"><code><span class="type">Colormap</span> xcolormap</code></em>);</pre>
         | 
| @@ -1553,12 +1513,11 @@ otherwise creates a new GdkColormap object and returns that | |
| 1553 1513 | 
             
            </tr>
         | 
| 1554 1514 | 
             
            <tr>
         | 
| 1555 1515 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1556 | 
            -
            <td> | 
| 1557 | 
            -
             | 
| 1558 | 
            -
             | 
| 1559 | 
            -
             | 
| 1560 | 
            -
             | 
| 1561 | 
            -
             | 
| 1516 | 
            +
            <td>the <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a> object for <em class="parameter"><code>xcolormap</code></em>.
         | 
| 1517 | 
            +
            Free with <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>. Note that for colormap created
         | 
| 1518 | 
            +
            with <a class="link" href="gdk-X-Window-System-Interaction.html#gdk-x11-colormap-foreign-new" title="gdk_x11_colormap_foreign_new ()"><code class="function">gdk_x11_colormap_foreign_new()</code></a>, unref'ing the last
         | 
| 1519 | 
            +
            reference to the object will only free the <span class="type">GdkColoramp</span>
         | 
| 1520 | 
            +
            object and not call <code class="function">XFreeColormap()</code>
         | 
| 1562 1521 | 
             
            </td>
         | 
| 1563 1522 | 
             
            </tr>
         | 
| 1564 1523 | 
             
            </tbody>
         | 
| @@ -1566,7 +1525,7 @@ otherwise creates a new GdkColormap object and returns that | |
| 1566 1525 | 
             
            <p class="since">Since 2.2</p>
         | 
| 1567 1526 | 
             
            </div>
         | 
| 1568 1527 | 
             
            <hr>
         | 
| 1569 | 
            -
            <div class="refsect2" | 
| 1528 | 
            +
            <div class="refsect2">
         | 
| 1570 1529 | 
             
            <a name="gdk-x11-colormap-get-xcolormap"></a><h3>gdk_x11_colormap_get_xcolormap ()</h3>
         | 
| 1571 1530 | 
             
            <pre class="programlisting"><span class="returnvalue">Colormap</span>            gdk_x11_colormap_get_xcolormap      (<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>
         | 
| 1572 1531 | 
             
            <p>
         | 
| @@ -1577,19 +1536,17 @@ Returns the X colormap belonging to a <a class="link" href="gdk-Colormaps-and-Co | |
| 1577 1536 | 
             
            <tbody>
         | 
| 1578 1537 | 
             
            <tr>
         | 
| 1579 1538 | 
             
            <td><p><span class="term"><em class="parameter"><code>colormap</code></em> :</span></p></td>
         | 
| 1580 | 
            -
            <td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a | 
| 1581 | 
            -
            </td>
         | 
| 1539 | 
            +
            <td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.</td>
         | 
| 1582 1540 | 
             
            </tr>
         | 
| 1583 1541 | 
             
            <tr>
         | 
| 1584 1542 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1585 | 
            -
            <td> | 
| 1586 | 
            -
            </td>
         | 
| 1543 | 
            +
            <td>an Xlib <span class="type">Colormap</span>.</td>
         | 
| 1587 1544 | 
             
            </tr>
         | 
| 1588 1545 | 
             
            </tbody>
         | 
| 1589 1546 | 
             
            </table></div>
         | 
| 1590 1547 | 
             
            </div>
         | 
| 1591 1548 | 
             
            <hr>
         | 
| 1592 | 
            -
            <div class="refsect2" | 
| 1549 | 
            +
            <div class="refsect2">
         | 
| 1593 1550 | 
             
            <a name="gdk-x11-colormap-get-xdisplay"></a><h3>gdk_x11_colormap_get_xdisplay ()</h3>
         | 
| 1594 1551 | 
             
            <pre class="programlisting"><span class="returnvalue">Display</span> *           gdk_x11_colormap_get_xdisplay       (<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>
         | 
| 1595 1552 | 
             
            <p>
         | 
| @@ -1600,19 +1557,17 @@ Returns the display of a <a class="link" href="gdk-Colormaps-and-Colors.html#Gdk | |
| 1600 1557 | 
             
            <tbody>
         | 
| 1601 1558 | 
             
            <tr>
         | 
| 1602 1559 | 
             
            <td><p><span class="term"><em class="parameter"><code>colormap</code></em> :</span></p></td>
         | 
| 1603 | 
            -
            <td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a | 
| 1604 | 
            -
            </td>
         | 
| 1560 | 
            +
            <td>a <a class="link" href="gdk-Colormaps-and-Colors.html#GdkColormap" title="GdkColormap"><span class="type">GdkColormap</span></a>.</td>
         | 
| 1605 1561 | 
             
            </tr>
         | 
| 1606 1562 | 
             
            <tr>
         | 
| 1607 1563 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1608 | 
            -
            <td> | 
| 1609 | 
            -
            </td>
         | 
| 1564 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 1610 1565 | 
             
            </tr>
         | 
| 1611 1566 | 
             
            </tbody>
         | 
| 1612 1567 | 
             
            </table></div>
         | 
| 1613 1568 | 
             
            </div>
         | 
| 1614 1569 | 
             
            <hr>
         | 
| 1615 | 
            -
            <div class="refsect2" | 
| 1570 | 
            +
            <div class="refsect2">
         | 
| 1616 1571 | 
             
            <a name="gdk-x11-cursor-get-xcursor"></a><h3>gdk_x11_cursor_get_xcursor ()</h3>
         | 
| 1617 1572 | 
             
            <pre class="programlisting"><span class="returnvalue">Cursor</span>              gdk_x11_cursor_get_xcursor          (<em class="parameter"><code><a class="link" href="gdk-Cursors.html#GdkCursor" title="GdkCursor"><span class="type">GdkCursor</span></a> *cursor</code></em>);</pre>
         | 
| 1618 1573 | 
             
            <p>
         | 
| @@ -1623,19 +1578,17 @@ Returns the X cursor belonging to a <a class="link" href="gdk-Cursors.html#GdkCu | |
| 1623 1578 | 
             
            <tbody>
         | 
| 1624 1579 | 
             
            <tr>
         | 
| 1625 1580 | 
             
            <td><p><span class="term"><em class="parameter"><code>cursor</code></em> :</span></p></td>
         | 
| 1626 | 
            -
            <td>a <a class="link" href="gdk-Cursors.html#GdkCursor" title="GdkCursor"><span class="type">GdkCursor</span></a | 
| 1627 | 
            -
            </td>
         | 
| 1581 | 
            +
            <td>a <a class="link" href="gdk-Cursors.html#GdkCursor" title="GdkCursor"><span class="type">GdkCursor</span></a>.</td>
         | 
| 1628 1582 | 
             
            </tr>
         | 
| 1629 1583 | 
             
            <tr>
         | 
| 1630 1584 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1631 | 
            -
            <td> | 
| 1632 | 
            -
            </td>
         | 
| 1585 | 
            +
            <td>an Xlib <span class="type">Cursor</span>.</td>
         | 
| 1633 1586 | 
             
            </tr>
         | 
| 1634 1587 | 
             
            </tbody>
         | 
| 1635 1588 | 
             
            </table></div>
         | 
| 1636 1589 | 
             
            </div>
         | 
| 1637 1590 | 
             
            <hr>
         | 
| 1638 | 
            -
            <div class="refsect2" | 
| 1591 | 
            +
            <div class="refsect2">
         | 
| 1639 1592 | 
             
            <a name="gdk-x11-cursor-get-xdisplay"></a><h3>gdk_x11_cursor_get_xdisplay ()</h3>
         | 
| 1640 1593 | 
             
            <pre class="programlisting"><span class="returnvalue">Display</span> *           gdk_x11_cursor_get_xdisplay         (<em class="parameter"><code><a class="link" href="gdk-Cursors.html#GdkCursor" title="GdkCursor"><span class="type">GdkCursor</span></a> *cursor</code></em>);</pre>
         | 
| 1641 1594 | 
             
            <p>
         | 
| @@ -1646,19 +1599,17 @@ Returns the display of a <a class="link" href="gdk-Cursors.html#GdkCursor" title | |
| 1646 1599 | 
             
            <tbody>
         | 
| 1647 1600 | 
             
            <tr>
         | 
| 1648 1601 | 
             
            <td><p><span class="term"><em class="parameter"><code>cursor</code></em> :</span></p></td>
         | 
| 1649 | 
            -
            <td>a <a class="link" href="gdk-Cursors.html#GdkCursor" title="GdkCursor"><span class="type">GdkCursor</span></a | 
| 1650 | 
            -
            </td>
         | 
| 1602 | 
            +
            <td>a <a class="link" href="gdk-Cursors.html#GdkCursor" title="GdkCursor"><span class="type">GdkCursor</span></a>.</td>
         | 
| 1651 1603 | 
             
            </tr>
         | 
| 1652 1604 | 
             
            <tr>
         | 
| 1653 1605 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1654 | 
            -
            <td> | 
| 1655 | 
            -
            </td>
         | 
| 1606 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 1656 1607 | 
             
            </tr>
         | 
| 1657 1608 | 
             
            </tbody>
         | 
| 1658 1609 | 
             
            </table></div>
         | 
| 1659 1610 | 
             
            </div>
         | 
| 1660 1611 | 
             
            <hr>
         | 
| 1661 | 
            -
            <div class="refsect2" | 
| 1612 | 
            +
            <div class="refsect2">
         | 
| 1662 1613 | 
             
            <a name="gdk-x11-display-broadcast-startup-message"></a><h3>gdk_x11_display_broadcast_startup_message ()</h3>
         | 
| 1663 1614 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gdk_x11_display_broadcast_startup_message
         | 
| 1664 1615 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| @@ -1686,22 +1637,20 @@ definitions of the message types and keys that can be used. | |
| 1686 1637 | 
             
            <tr>
         | 
| 1687 1638 | 
             
            <td><p><span class="term"><em class="parameter"><code>message_type</code></em> :</span></p></td>
         | 
| 1688 1639 | 
             
            <td>startup notification message type ("new", "change",
         | 
| 1689 | 
            -
            or "remove")
         | 
| 1690 | 
            -
            </td>
         | 
| 1640 | 
            +
            or "remove")</td>
         | 
| 1691 1641 | 
             
            </tr>
         | 
| 1692 1642 | 
             
            <tr>
         | 
| 1693 1643 | 
             
            <td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
         | 
| 1694 1644 | 
             
            <td>a list of key/value pairs (as strings), terminated by a
         | 
| 1695 1645 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> key. (A <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> value for a key will cause that key to be
         | 
| 1696 | 
            -
            skipped in the output.)
         | 
| 1697 | 
            -
            </td>
         | 
| 1646 | 
            +
            skipped in the output.)</td>
         | 
| 1698 1647 | 
             
            </tr>
         | 
| 1699 1648 | 
             
            </tbody>
         | 
| 1700 1649 | 
             
            </table></div>
         | 
| 1701 1650 | 
             
            <p class="since">Since 2.12</p>
         | 
| 1702 1651 | 
             
            </div>
         | 
| 1703 1652 | 
             
            <hr>
         | 
| 1704 | 
            -
            <div class="refsect2" | 
| 1653 | 
            +
            <div class="refsect2">
         | 
| 1705 1654 | 
             
            <a name="gdk-x11-display-get-startup-notification-id"></a><h3>gdk_x11_display_get_startup_notification_id ()</h3>
         | 
| 1706 1655 | 
             
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gdk_x11_display_get_startup_notification_id
         | 
| 1707 1656 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>);</pre>
         | 
| @@ -1718,8 +1667,7 @@ Gets the startup notification ID for a display. | |
| 1718 1667 | 
             
            </tr>
         | 
| 1719 1668 | 
             
            <tr>
         | 
| 1720 1669 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1721 | 
            -
            <td> | 
| 1722 | 
            -
             | 
| 1670 | 
            +
            <td>the startup notification ID for <em class="parameter"><code>display</code></em>
         | 
| 1723 1671 | 
             
            </td>
         | 
| 1724 1672 | 
             
            </tr>
         | 
| 1725 1673 | 
             
            </tbody>
         | 
| @@ -1727,7 +1675,7 @@ Gets the startup notification ID for a display. | |
| 1727 1675 | 
             
            <p class="since">Since 2.12</p>
         | 
| 1728 1676 | 
             
            </div>
         | 
| 1729 1677 | 
             
            <hr>
         | 
| 1730 | 
            -
            <div class="refsect2" | 
| 1678 | 
            +
            <div class="refsect2">
         | 
| 1731 1679 | 
             
            <a name="gdk-x11-display-get-xdisplay"></a><h3>gdk_x11_display_get_xdisplay ()</h3>
         | 
| 1732 1680 | 
             
            <pre class="programlisting"><span class="returnvalue">Display</span> *           gdk_x11_display_get_xdisplay        (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>);</pre>
         | 
| 1733 1681 | 
             
            <p>
         | 
| @@ -1743,15 +1691,14 @@ Returns the X display of a <a class="link" href="GdkDisplay.html" title="GdkDisp | |
| 1743 1691 | 
             
            </tr>
         | 
| 1744 1692 | 
             
            <tr>
         | 
| 1745 1693 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1746 | 
            -
            <td>an X display | 
| 1747 | 
            -
            </td>
         | 
| 1694 | 
            +
            <td>an X display.</td>
         | 
| 1748 1695 | 
             
            </tr>
         | 
| 1749 1696 | 
             
            </tbody>
         | 
| 1750 1697 | 
             
            </table></div>
         | 
| 1751 1698 | 
             
            <p class="since">Since 2.2</p>
         | 
| 1752 1699 | 
             
            </div>
         | 
| 1753 1700 | 
             
            <hr>
         | 
| 1754 | 
            -
            <div class="refsect2" | 
| 1701 | 
            +
            <div class="refsect2">
         | 
| 1755 1702 | 
             
            <a name="gdk-x11-display-grab"></a><h3>gdk_x11_display_grab ()</h3>
         | 
| 1756 1703 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gdk_x11_display_grab                (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>);</pre>
         | 
| 1757 1704 | 
             
            <p>
         | 
| @@ -1765,14 +1712,14 @@ To ungrab the display again, use <a class="link" href="gdk-X-Window-System-Inter | |
| 1765 1712 | 
             
            <col align="left" valign="top">
         | 
| 1766 1713 | 
             
            <tbody><tr>
         | 
| 1767 1714 | 
             
            <td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
         | 
| 1768 | 
            -
            <td>a <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> | 
| 1715 | 
            +
            <td>a <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a>
         | 
| 1769 1716 | 
             
            </td>
         | 
| 1770 1717 | 
             
            </tr></tbody>
         | 
| 1771 1718 | 
             
            </table></div>
         | 
| 1772 1719 | 
             
            <p class="since">Since 2.2</p>
         | 
| 1773 1720 | 
             
            </div>
         | 
| 1774 1721 | 
             
            <hr>
         | 
| 1775 | 
            -
            <div class="refsect2" | 
| 1722 | 
            +
            <div class="refsect2">
         | 
| 1776 1723 | 
             
            <a name="gdk-x11-display-ungrab"></a><h3>gdk_x11_display_ungrab ()</h3>
         | 
| 1777 1724 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gdk_x11_display_ungrab              (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>);</pre>
         | 
| 1778 1725 | 
             
            <p>
         | 
| @@ -1790,7 +1737,7 @@ Ungrab <em class="parameter"><code>display</code></em> after it has been grabbed | |
| 1790 1737 | 
             
            <p class="since">Since 2.2</p>
         | 
| 1791 1738 | 
             
            </div>
         | 
| 1792 1739 | 
             
            <hr>
         | 
| 1793 | 
            -
            <div class="refsect2" | 
| 1740 | 
            +
            <div class="refsect2">
         | 
| 1794 1741 | 
             
            <a name="gdk-x11-display-set-cursor-theme"></a><h3>gdk_x11_display_set_cursor_theme ()</h3>
         | 
| 1795 1742 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gdk_x11_display_set_cursor_theme    (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 1796 1743 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *theme</code></em>,
         | 
| @@ -1820,20 +1767,18 @@ for the corresponding <span class="type">GtkSetting</span>). | |
| 1820 1767 | 
             
            <tr>
         | 
| 1821 1768 | 
             
            <td><p><span class="term"><em class="parameter"><code>theme</code></em> :</span></p></td>
         | 
| 1822 1769 | 
             
            <td>the name of the cursor theme to use, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset
         | 
| 1823 | 
            -
             | 
| 1824 | 
            -
            </td>
         | 
| 1770 | 
            +
            a previously set value</td>
         | 
| 1825 1771 | 
             
            </tr>
         | 
| 1826 1772 | 
             
            <tr>
         | 
| 1827 1773 | 
             
            <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
         | 
| 1828 | 
            -
            <td>the cursor size to use, or 0 to keep the previous size
         | 
| 1829 | 
            -
            </td>
         | 
| 1774 | 
            +
            <td>the cursor size to use, or 0 to keep the previous size</td>
         | 
| 1830 1775 | 
             
            </tr>
         | 
| 1831 1776 | 
             
            </tbody>
         | 
| 1832 1777 | 
             
            </table></div>
         | 
| 1833 1778 | 
             
            <p class="since">Since 2.8</p>
         | 
| 1834 1779 | 
             
            </div>
         | 
| 1835 1780 | 
             
            <hr>
         | 
| 1836 | 
            -
            <div class="refsect2" | 
| 1781 | 
            +
            <div class="refsect2">
         | 
| 1837 1782 | 
             
            <a name="gdk-x11-register-standard-event-type"></a><h3>gdk_x11_register_standard_event_type ()</h3>
         | 
| 1838 1783 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gdk_x11_register_standard_event_type
         | 
| 1839 1784 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| @@ -1865,20 +1810,18 @@ when filtering XInput extension events on the root window. | |
| 1865 1810 | 
             
            </tr>
         | 
| 1866 1811 | 
             
            <tr>
         | 
| 1867 1812 | 
             
            <td><p><span class="term"><em class="parameter"><code>event_base</code></em> :</span></p></td>
         | 
| 1868 | 
            -
            <td>first event type code to register
         | 
| 1869 | 
            -
            </td>
         | 
| 1813 | 
            +
            <td>first event type code to register</td>
         | 
| 1870 1814 | 
             
            </tr>
         | 
| 1871 1815 | 
             
            <tr>
         | 
| 1872 1816 | 
             
            <td><p><span class="term"><em class="parameter"><code>n_events</code></em> :</span></p></td>
         | 
| 1873 | 
            -
            <td>number of event type codes to register
         | 
| 1874 | 
            -
            </td>
         | 
| 1817 | 
            +
            <td>number of event type codes to register</td>
         | 
| 1875 1818 | 
             
            </tr>
         | 
| 1876 1819 | 
             
            </tbody>
         | 
| 1877 1820 | 
             
            </table></div>
         | 
| 1878 1821 | 
             
            <p class="since">Since 2.4</p>
         | 
| 1879 1822 | 
             
            </div>
         | 
| 1880 1823 | 
             
            <hr>
         | 
| 1881 | 
            -
            <div class="refsect2" | 
| 1824 | 
            +
            <div class="refsect2">
         | 
| 1882 1825 | 
             
            <a name="gdk-x11-drawable-get-xdisplay"></a><h3>gdk_x11_drawable_get_xdisplay ()</h3>
         | 
| 1883 1826 | 
             
            <pre class="programlisting"><span class="returnvalue">Display</span> *           gdk_x11_drawable_get_xdisplay       (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
         | 
| 1884 1827 | 
             
            <p>
         | 
| @@ -1889,19 +1832,17 @@ Returns the display of a <a class="link" href="gdk-Drawing-Primitives.html#GdkDr | |
| 1889 1832 | 
             
            <tbody>
         | 
| 1890 1833 | 
             
            <tr>
         | 
| 1891 1834 | 
             
            <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
         | 
| 1892 | 
            -
            <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a | 
| 1893 | 
            -
            </td>
         | 
| 1835 | 
            +
            <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a>.</td>
         | 
| 1894 1836 | 
             
            </tr>
         | 
| 1895 1837 | 
             
            <tr>
         | 
| 1896 1838 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1897 | 
            -
            <td> | 
| 1898 | 
            -
            </td>
         | 
| 1839 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 1899 1840 | 
             
            </tr>
         | 
| 1900 1841 | 
             
            </tbody>
         | 
| 1901 1842 | 
             
            </table></div>
         | 
| 1902 1843 | 
             
            </div>
         | 
| 1903 1844 | 
             
            <hr>
         | 
| 1904 | 
            -
            <div class="refsect2" | 
| 1845 | 
            +
            <div class="refsect2">
         | 
| 1905 1846 | 
             
            <a name="gdk-x11-drawable-get-xid"></a><h3>gdk_x11_drawable_get_xid ()</h3>
         | 
| 1906 1847 | 
             
            <pre class="programlisting"><span class="returnvalue">XID</span>                 gdk_x11_drawable_get_xid            (<em class="parameter"><code><a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>);</pre>
         | 
| 1907 1848 | 
             
            <p>
         | 
| @@ -1912,22 +1853,20 @@ Returns the X resource (window or pixmap) belonging to a <a class="link" href="g | |
| 1912 1853 | 
             
            <tbody>
         | 
| 1913 1854 | 
             
            <tr>
         | 
| 1914 1855 | 
             
            <td><p><span class="term"><em class="parameter"><code>drawable</code></em> :</span></p></td>
         | 
| 1915 | 
            -
            <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a | 
| 1916 | 
            -
            </td>
         | 
| 1856 | 
            +
            <td>a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a>.</td>
         | 
| 1917 1857 | 
             
            </tr>
         | 
| 1918 1858 | 
             
            <tr>
         | 
| 1919 1859 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1920 | 
            -
            <td> | 
| 1921 | 
            -
            </td>
         | 
| 1860 | 
            +
            <td>the ID of <em class="parameter"><code>drawable</code></em>'s X resource.</td>
         | 
| 1922 1861 | 
             
            </tr>
         | 
| 1923 1862 | 
             
            </tbody>
         | 
| 1924 1863 | 
             
            </table></div>
         | 
| 1925 1864 | 
             
            </div>
         | 
| 1926 1865 | 
             
            <hr>
         | 
| 1927 | 
            -
            <div class="refsect2" | 
| 1866 | 
            +
            <div class="refsect2">
         | 
| 1928 1867 | 
             
            <a name="gdk-x11-font-get-name"></a><h3>gdk_x11_font_get_name ()</h3>
         | 
| 1929 1868 | 
             
            <pre class="programlisting">const <span class="returnvalue">char</span> *        gdk_x11_font_get_name               (<em class="parameter"><code><a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a> *font</code></em>);</pre>
         | 
| 1930 | 
            -
            <div class="warning"  | 
| 1869 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1931 1870 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1932 1871 | 
             
            <p><code class="literal">gdk_x11_font_get_name</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1933 1872 | 
             
            </div>
         | 
| @@ -1942,23 +1881,21 @@ via multiple names, which name is returned is undefined. | |
| 1942 1881 | 
             
            <tbody>
         | 
| 1943 1882 | 
             
            <tr>
         | 
| 1944 1883 | 
             
            <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
         | 
| 1945 | 
            -
            <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a | 
| 1946 | 
            -
            </td>
         | 
| 1884 | 
            +
            <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a>.</td>
         | 
| 1947 1885 | 
             
            </tr>
         | 
| 1948 1886 | 
             
            <tr>
         | 
| 1949 1887 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1950 | 
            -
            <td> | 
| 1951 | 
            -
             | 
| 1952 | 
            -
            </td>
         | 
| 1888 | 
            +
            <td>the name of the font. This string is owned
         | 
| 1889 | 
            +
            by GDK and must not be modified or freed.</td>
         | 
| 1953 1890 | 
             
            </tr>
         | 
| 1954 1891 | 
             
            </tbody>
         | 
| 1955 1892 | 
             
            </table></div>
         | 
| 1956 1893 | 
             
            </div>
         | 
| 1957 1894 | 
             
            <hr>
         | 
| 1958 | 
            -
            <div class="refsect2" | 
| 1895 | 
            +
            <div class="refsect2">
         | 
| 1959 1896 | 
             
            <a name="gdk-x11-font-get-xdisplay"></a><h3>gdk_x11_font_get_xdisplay ()</h3>
         | 
| 1960 | 
            -
            <pre class="programlisting"><span class="returnvalue">Display</span> * | 
| 1961 | 
            -
            <div class="warning"  | 
| 1897 | 
            +
            <pre class="programlisting"><span class="returnvalue">Display</span> *             gdk_x11_font_get_xdisplay         (<em class="parameter"><code><a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a> *font</code></em>);</pre>
         | 
| 1898 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1962 1899 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1963 1900 | 
             
            <p><code class="literal">gdk_x11_font_get_xdisplay</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1964 1901 | 
             
            </div>
         | 
| @@ -1970,22 +1907,20 @@ Returns the display of a <a class="link" href="gdk-Fonts.html#GdkFont" title="Gd | |
| 1970 1907 | 
             
            <tbody>
         | 
| 1971 1908 | 
             
            <tr>
         | 
| 1972 1909 | 
             
            <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
         | 
| 1973 | 
            -
            <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a | 
| 1974 | 
            -
            </td>
         | 
| 1910 | 
            +
            <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a>.</td>
         | 
| 1975 1911 | 
             
            </tr>
         | 
| 1976 1912 | 
             
            <tr>
         | 
| 1977 1913 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1978 | 
            -
            <td> | 
| 1979 | 
            -
            </td>
         | 
| 1914 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 1980 1915 | 
             
            </tr>
         | 
| 1981 1916 | 
             
            </tbody>
         | 
| 1982 1917 | 
             
            </table></div>
         | 
| 1983 1918 | 
             
            </div>
         | 
| 1984 1919 | 
             
            <hr>
         | 
| 1985 | 
            -
            <div class="refsect2" | 
| 1920 | 
            +
            <div class="refsect2">
         | 
| 1986 1921 | 
             
            <a name="gdk-x11-font-get-xfont"></a><h3>gdk_x11_font_get_xfont ()</h3>
         | 
| 1987 1922 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="returnvalue">gpointer</span></a>            gdk_x11_font_get_xfont              (<em class="parameter"><code><a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a> *font</code></em>);</pre>
         | 
| 1988 | 
            -
            <div class="warning"  | 
| 1923 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 1989 1924 | 
             
            <h3 class="title">Warning</h3>
         | 
| 1990 1925 | 
             
            <p><code class="literal">gdk_x11_font_get_xfont</code> is deprecated and should not be used in newly-written code.</p>
         | 
| 1991 1926 | 
             
            </div>
         | 
| @@ -1997,22 +1932,20 @@ Returns the X font belonging to a <a class="link" href="gdk-Fonts.html#GdkFont" | |
| 1997 1932 | 
             
            <tbody>
         | 
| 1998 1933 | 
             
            <tr>
         | 
| 1999 1934 | 
             
            <td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
         | 
| 2000 | 
            -
            <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a | 
| 2001 | 
            -
            </td>
         | 
| 1935 | 
            +
            <td>a <a class="link" href="gdk-Fonts.html#GdkFont" title="GdkFont"><span class="type">GdkFont</span></a>.</td>
         | 
| 2002 1936 | 
             
            </tr>
         | 
| 2003 1937 | 
             
            <tr>
         | 
| 2004 1938 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2005 | 
            -
            <td> | 
| 2006 | 
            -
            </td>
         | 
| 1939 | 
            +
            <td>an Xlib <span class="type">XFontStruct*</span> or an <span class="type">XFontSet</span>.</td>
         | 
| 2007 1940 | 
             
            </tr>
         | 
| 2008 1941 | 
             
            </tbody>
         | 
| 2009 1942 | 
             
            </table></div>
         | 
| 2010 1943 | 
             
            </div>
         | 
| 2011 1944 | 
             
            <hr>
         | 
| 2012 | 
            -
            <div class="refsect2" | 
| 1945 | 
            +
            <div class="refsect2">
         | 
| 2013 1946 | 
             
            <a name="gdk-x11-gc-get-xdisplay"></a><h3>gdk_x11_gc_get_xdisplay ()</h3>
         | 
| 2014 1947 | 
             
            <pre class="programlisting"><span class="returnvalue">Display</span> *           gdk_x11_gc_get_xdisplay             (<em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>);</pre>
         | 
| 2015 | 
            -
            <div class="warning"  | 
| 1948 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 2016 1949 | 
             
            <h3 class="title">Warning</h3>
         | 
| 2017 1950 | 
             
            <p><code class="literal">gdk_x11_gc_get_xdisplay</code> has been deprecated since version 2.22 and should not be used in newly-written code. <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> has been replaced by <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>.</p>
         | 
| 2018 1951 | 
             
            </div>
         | 
| @@ -2024,23 +1957,20 @@ Returns the display of a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC" | |
| 2024 1957 | 
             
            <tbody>
         | 
| 2025 1958 | 
             
            <tr>
         | 
| 2026 1959 | 
             
            <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
         | 
| 2027 | 
            -
            <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a | 
| 2028 | 
            -
            </td>
         | 
| 1960 | 
            +
            <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
         | 
| 2029 1961 | 
             
            </tr>
         | 
| 2030 1962 | 
             
            <tr>
         | 
| 2031 1963 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2032 | 
            -
            <td> | 
| 2033 | 
            -
             | 
| 2034 | 
            -
            </td>
         | 
| 1964 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 2035 1965 | 
             
            </tr>
         | 
| 2036 1966 | 
             
            </tbody>
         | 
| 2037 1967 | 
             
            </table></div>
         | 
| 2038 1968 | 
             
            </div>
         | 
| 2039 1969 | 
             
            <hr>
         | 
| 2040 | 
            -
            <div class="refsect2" | 
| 1970 | 
            +
            <div class="refsect2">
         | 
| 2041 1971 | 
             
            <a name="gdk-x11-gc-get-xgc"></a><h3>gdk_x11_gc_get_xgc ()</h3>
         | 
| 2042 1972 | 
             
            <pre class="programlisting"><span class="returnvalue">GC</span>                  gdk_x11_gc_get_xgc                  (<em class="parameter"><code><a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> *gc</code></em>);</pre>
         | 
| 2043 | 
            -
            <div class="warning"  | 
| 1973 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 2044 1974 | 
             
            <h3 class="title">Warning</h3>
         | 
| 2045 1975 | 
             
            <p><code class="literal">gdk_x11_gc_get_xgc</code> has been deprecated since version 2.22 and should not be used in newly-written code. <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a> has been replaced by <a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a>.</p>
         | 
| 2046 1976 | 
             
            </div>
         | 
| @@ -2052,20 +1982,17 @@ Returns the X GC of a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><s | |
| 2052 1982 | 
             
            <tbody>
         | 
| 2053 1983 | 
             
            <tr>
         | 
| 2054 1984 | 
             
            <td><p><span class="term"><em class="parameter"><code>gc</code></em> :</span></p></td>
         | 
| 2055 | 
            -
            <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a | 
| 2056 | 
            -
            </td>
         | 
| 1985 | 
            +
            <td>a <a class="link" href="gdk-Graphics-Contexts.html#GdkGC"><span class="type">GdkGC</span></a>.</td>
         | 
| 2057 1986 | 
             
            </tr>
         | 
| 2058 1987 | 
             
            <tr>
         | 
| 2059 1988 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2060 | 
            -
            <td> | 
| 2061 | 
            -
             | 
| 2062 | 
            -
            </td>
         | 
| 1989 | 
            +
            <td>an Xlib <span class="type">GC</span>.</td>
         | 
| 2063 1990 | 
             
            </tr>
         | 
| 2064 1991 | 
             
            </tbody>
         | 
| 2065 1992 | 
             
            </table></div>
         | 
| 2066 1993 | 
             
            </div>
         | 
| 2067 1994 | 
             
            <hr>
         | 
| 2068 | 
            -
            <div class="refsect2" | 
| 1995 | 
            +
            <div class="refsect2">
         | 
| 2069 1996 | 
             
            <a name="gdk-x11-get-default-root-xwindow"></a><h3>gdk_x11_get_default_root_xwindow ()</h3>
         | 
| 2070 1997 | 
             
            <pre class="programlisting"><span class="returnvalue">Window</span>              gdk_x11_get_default_root_xwindow    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 2071 1998 | 
             
            <p>
         | 
| @@ -2076,13 +2003,12 @@ Gets the root window of the default screen | |
| 2076 2003 | 
             
            <col align="left" valign="top">
         | 
| 2077 2004 | 
             
            <tbody><tr>
         | 
| 2078 2005 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2079 | 
            -
            <td> | 
| 2080 | 
            -
            </td>
         | 
| 2006 | 
            +
            <td>an Xlib <span class="type">Window</span>.</td>
         | 
| 2081 2007 | 
             
            </tr></tbody>
         | 
| 2082 2008 | 
             
            </table></div>
         | 
| 2083 2009 | 
             
            </div>
         | 
| 2084 2010 | 
             
            <hr>
         | 
| 2085 | 
            -
            <div class="refsect2" | 
| 2011 | 
            +
            <div class="refsect2">
         | 
| 2086 2012 | 
             
            <a name="gdk-x11-get-default-screen"></a><h3>gdk_x11_get_default_screen ()</h3>
         | 
| 2087 2013 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gdk_x11_get_default_screen          (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 2088 2014 | 
             
            <p>
         | 
| @@ -2092,15 +2018,14 @@ Gets the default GTK+ screen number. | |
| 2092 2018 | 
             
            <col align="left" valign="top">
         | 
| 2093 2019 | 
             
            <tbody><tr>
         | 
| 2094 2020 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2095 | 
            -
            <td> | 
| 2096 | 
            -
             | 
| 2097 | 
            -
             | 
| 2098 | 
            -
            </td>
         | 
| 2021 | 
            +
            <td>returns the screen number specified by
         | 
| 2022 | 
            +
            the --display command line option or the DISPLAY environment
         | 
| 2023 | 
            +
            variable when <a class="link" href="gdk-General.html#gdk-init" title="gdk_init ()"><code class="function">gdk_init()</code></a> calls <code class="function">XOpenDisplay()</code>.</td>
         | 
| 2099 2024 | 
             
            </tr></tbody>
         | 
| 2100 2025 | 
             
            </table></div>
         | 
| 2101 2026 | 
             
            </div>
         | 
| 2102 2027 | 
             
            <hr>
         | 
| 2103 | 
            -
            <div class="refsect2" | 
| 2028 | 
            +
            <div class="refsect2">
         | 
| 2104 2029 | 
             
            <a name="gdk-x11-get-default-xdisplay"></a><h3>gdk_x11_get_default_xdisplay ()</h3>
         | 
| 2105 2030 | 
             
            <pre class="programlisting"><span class="returnvalue">Display</span> *           gdk_x11_get_default_xdisplay        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 2106 2031 | 
             
            <p>
         | 
| @@ -2110,15 +2035,14 @@ Gets the default GTK+ display. | |
| 2110 2035 | 
             
            <col align="left" valign="top">
         | 
| 2111 2036 | 
             
            <tbody><tr>
         | 
| 2112 2037 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2113 | 
            -
            <td> | 
| 2114 | 
            -
            specified in the <code class="option">--display</code> command line option | 
| 2115 | 
            -
            or the <code class="envar">DISPLAY</code> environment variable | 
| 2116 | 
            -
            </td>
         | 
| 2038 | 
            +
            <td>the Xlib <span class="type">Display*</span> for the display
         | 
| 2039 | 
            +
            specified in the <code class="option">--display</code> command line option
         | 
| 2040 | 
            +
            or the <code class="envar">DISPLAY</code> environment variable.</td>
         | 
| 2117 2041 | 
             
            </tr></tbody>
         | 
| 2118 2042 | 
             
            </table></div>
         | 
| 2119 2043 | 
             
            </div>
         | 
| 2120 2044 | 
             
            <hr>
         | 
| 2121 | 
            -
            <div class="refsect2" | 
| 2045 | 
            +
            <div class="refsect2">
         | 
| 2122 2046 | 
             
            <a name="gdk-x11-grab-server"></a><h3>gdk_x11_grab_server ()</h3>
         | 
| 2123 2047 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gdk_x11_grab_server                 (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 2124 2048 | 
             
            <p>
         | 
| @@ -2130,7 +2054,7 @@ To ungrab the server again, use <a class="link" href="gdk-X-Window-System-Intera | |
| 2130 2054 | 
             
            </p>
         | 
| 2131 2055 | 
             
            </div>
         | 
| 2132 2056 | 
             
            <hr>
         | 
| 2133 | 
            -
            <div class="refsect2" | 
| 2057 | 
            +
            <div class="refsect2">
         | 
| 2134 2058 | 
             
            <a name="gdk-x11-image-get-xdisplay"></a><h3>gdk_x11_image_get_xdisplay ()</h3>
         | 
| 2135 2059 | 
             
            <pre class="programlisting"><span class="returnvalue">Display</span> *           gdk_x11_image_get_xdisplay          (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 2136 2060 | 
             
            <p>
         | 
| @@ -2141,19 +2065,17 @@ Returns the display of a <a class="link" href="gdk-Images.html#GdkImage" title=" | |
| 2141 2065 | 
             
            <tbody>
         | 
| 2142 2066 | 
             
            <tr>
         | 
| 2143 2067 | 
             
            <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
         | 
| 2144 | 
            -
            <td>a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a | 
| 2145 | 
            -
            </td>
         | 
| 2068 | 
            +
            <td>a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a>.</td>
         | 
| 2146 2069 | 
             
            </tr>
         | 
| 2147 2070 | 
             
            <tr>
         | 
| 2148 2071 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2149 | 
            -
            <td> | 
| 2150 | 
            -
            </td>
         | 
| 2072 | 
            +
            <td>an Xlib <span class="type">Display*</span>.</td>
         | 
| 2151 2073 | 
             
            </tr>
         | 
| 2152 2074 | 
             
            </tbody>
         | 
| 2153 2075 | 
             
            </table></div>
         | 
| 2154 2076 | 
             
            </div>
         | 
| 2155 2077 | 
             
            <hr>
         | 
| 2156 | 
            -
            <div class="refsect2" | 
| 2078 | 
            +
            <div class="refsect2">
         | 
| 2157 2079 | 
             
            <a name="gdk-x11-image-get-ximage"></a><h3>gdk_x11_image_get_ximage ()</h3>
         | 
| 2158 2080 | 
             
            <pre class="programlisting"><span class="returnvalue">XImage</span> *            gdk_x11_image_get_ximage            (<em class="parameter"><code><a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a> *image</code></em>);</pre>
         | 
| 2159 2081 | 
             
            <p>
         | 
| @@ -2164,19 +2086,17 @@ Returns the X image belonging to a <a class="link" href="gdk-Images.html#GdkImag | |
| 2164 2086 | 
             
            <tbody>
         | 
| 2165 2087 | 
             
            <tr>
         | 
| 2166 2088 | 
             
            <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
         | 
| 2167 | 
            -
            <td>a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a | 
| 2168 | 
            -
            </td>
         | 
| 2089 | 
            +
            <td>a <a class="link" href="gdk-Images.html#GdkImage" title="GdkImage"><span class="type">GdkImage</span></a>.</td>
         | 
| 2169 2090 | 
             
            </tr>
         | 
| 2170 2091 | 
             
            <tr>
         | 
| 2171 2092 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2172 | 
            -
            <td> | 
| 2173 | 
            -
            </td>
         | 
| 2093 | 
            +
            <td>an <span class="type">XImage*</span>.</td>
         | 
| 2174 2094 | 
             
            </tr>
         | 
| 2175 2095 | 
             
            </tbody>
         | 
| 2176 2096 | 
             
            </table></div>
         | 
| 2177 2097 | 
             
            </div>
         | 
| 2178 2098 | 
             
            <hr>
         | 
| 2179 | 
            -
            <div class="refsect2" | 
| 2099 | 
            +
            <div class="refsect2">
         | 
| 2180 2100 | 
             
            <a name="gdk-x11-screen-get-screen-number"></a><h3>gdk_x11_screen_get_screen_number ()</h3>
         | 
| 2181 2101 | 
             
            <pre class="programlisting"><span class="returnvalue">int</span>                 gdk_x11_screen_get_screen_number    (<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
         | 
| 2182 2102 | 
             
            <p>
         | 
| @@ -2187,21 +2107,19 @@ Returns the index of a <a class="link" href="GdkScreen.html" title="GdkScreen">< | |
| 2187 2107 | 
             
            <tbody>
         | 
| 2188 2108 | 
             
            <tr>
         | 
| 2189 2109 | 
             
            <td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
         | 
| 2190 | 
            -
            <td>a <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a | 
| 2191 | 
            -
            </td>
         | 
| 2110 | 
            +
            <td>a <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a>.</td>
         | 
| 2192 2111 | 
             
            </tr>
         | 
| 2193 2112 | 
             
            <tr>
         | 
| 2194 2113 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2195 2114 | 
             
            <td>the position of <em class="parameter"><code>screen</code></em> among the screens of
         | 
| 2196 | 
            -
             | 
| 2197 | 
            -
            </td>
         | 
| 2115 | 
            +
            its display.</td>
         | 
| 2198 2116 | 
             
            </tr>
         | 
| 2199 2117 | 
             
            </tbody>
         | 
| 2200 2118 | 
             
            </table></div>
         | 
| 2201 2119 | 
             
            <p class="since">Since 2.2</p>
         | 
| 2202 2120 | 
             
            </div>
         | 
| 2203 2121 | 
             
            <hr>
         | 
| 2204 | 
            -
            <div class="refsect2" | 
| 2122 | 
            +
            <div class="refsect2">
         | 
| 2205 2123 | 
             
            <a name="gdk-x11-screen-get-xscreen"></a><h3>gdk_x11_screen_get_xscreen ()</h3>
         | 
| 2206 2124 | 
             
            <pre class="programlisting"><span class="returnvalue">Screen</span> *            gdk_x11_screen_get_xscreen          (<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
         | 
| 2207 2125 | 
             
            <p>
         | 
| @@ -2212,12 +2130,11 @@ Returns the screen of a <a class="link" href="GdkScreen.html" title="GdkScreen"> | |
| 2212 2130 | 
             
            <tbody>
         | 
| 2213 2131 | 
             
            <tr>
         | 
| 2214 2132 | 
             
            <td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
         | 
| 2215 | 
            -
            <td>a <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a | 
| 2216 | 
            -
            </td>
         | 
| 2133 | 
            +
            <td>a <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a>.</td>
         | 
| 2217 2134 | 
             
            </tr>
         | 
| 2218 2135 | 
             
            <tr>
         | 
| 2219 2136 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2220 | 
            -
            <td> | 
| 2137 | 
            +
            <td>an Xlib <span class="type">Screen*</span>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
         | 
| 2221 2138 | 
             
            </td>
         | 
| 2222 2139 | 
             
            </tr>
         | 
| 2223 2140 | 
             
            </tbody>
         | 
| @@ -2225,7 +2142,7 @@ Returns the screen of a <a class="link" href="GdkScreen.html" title="GdkScreen"> | |
| 2225 2142 | 
             
            <p class="since">Since 2.2</p>
         | 
| 2226 2143 | 
             
            </div>
         | 
| 2227 2144 | 
             
            <hr>
         | 
| 2228 | 
            -
            <div class="refsect2" | 
| 2145 | 
            +
            <div class="refsect2">
         | 
| 2229 2146 | 
             
            <a name="gdk-x11-ungrab-server"></a><h3>gdk_x11_ungrab_server ()</h3>
         | 
| 2230 2147 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gdk_x11_ungrab_server               (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 2231 2148 | 
             
            <p>
         | 
| @@ -2234,7 +2151,7 @@ Ungrab the default display after it has been grabbed with | |
| 2234 2151 | 
             
            </p>
         | 
| 2235 2152 | 
             
            </div>
         | 
| 2236 2153 | 
             
            <hr>
         | 
| 2237 | 
            -
            <div class="refsect2" | 
| 2154 | 
            +
            <div class="refsect2">
         | 
| 2238 2155 | 
             
            <a name="gdk-x11-visual-get-xvisual"></a><h3>gdk_x11_visual_get_xvisual ()</h3>
         | 
| 2239 2156 | 
             
            <pre class="programlisting"><span class="returnvalue">Visual</span> *            gdk_x11_visual_get_xvisual          (<em class="parameter"><code><a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a> *visual</code></em>);</pre>
         | 
| 2240 2157 | 
             
            <p>
         | 
| @@ -2245,19 +2162,17 @@ Returns the X visual belonging to a <a class="link" href="gdk-Visuals.html#GdkVi | |
| 2245 2162 | 
             
            <tbody>
         | 
| 2246 2163 | 
             
            <tr>
         | 
| 2247 2164 | 
             
            <td><p><span class="term"><em class="parameter"><code>visual</code></em> :</span></p></td>
         | 
| 2248 | 
            -
            <td>a <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a | 
| 2249 | 
            -
            </td>
         | 
| 2165 | 
            +
            <td>a <a class="link" href="gdk-Visuals.html#GdkVisual" title="GdkVisual"><span class="type">GdkVisual</span></a>.</td>
         | 
| 2250 2166 | 
             
            </tr>
         | 
| 2251 2167 | 
             
            <tr>
         | 
| 2252 2168 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2253 | 
            -
            <td> | 
| 2254 | 
            -
            </td>
         | 
| 2169 | 
            +
            <td>an Xlib <span class="type">Visual*</span>.</td>
         | 
| 2255 2170 | 
             
            </tr>
         | 
| 2256 2171 | 
             
            </tbody>
         | 
| 2257 2172 | 
             
            </table></div>
         | 
| 2258 2173 | 
             
            </div>
         | 
| 2259 2174 | 
             
            <hr>
         | 
| 2260 | 
            -
            <div class="refsect2" | 
| 2175 | 
            +
            <div class="refsect2">
         | 
| 2261 2176 | 
             
            <a name="gdk-x11-atom-to-xatom"></a><h3>gdk_x11_atom_to_xatom ()</h3>
         | 
| 2262 2177 | 
             
            <pre class="programlisting"><span class="returnvalue">Atom</span>                gdk_x11_atom_to_xatom               (<em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> atom</code></em>);</pre>
         | 
| 2263 2178 | 
             
            <p>
         | 
| @@ -2269,19 +2184,18 @@ with the same string value. | |
| 2269 2184 | 
             
            <tbody>
         | 
| 2270 2185 | 
             
            <tr>
         | 
| 2271 2186 | 
             
            <td><p><span class="term"><em class="parameter"><code>atom</code></em> :</span></p></td>
         | 
| 2272 | 
            -
            <td>A <a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> | 
| 2187 | 
            +
            <td>A <a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a>
         | 
| 2273 2188 | 
             
            </td>
         | 
| 2274 2189 | 
             
            </tr>
         | 
| 2275 2190 | 
             
            <tr>
         | 
| 2276 2191 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2277 | 
            -
            <td> | 
| 2278 | 
            -
            </td>
         | 
| 2192 | 
            +
            <td>the X atom corresponding to <em class="parameter"><code>atom</code></em>.</td>
         | 
| 2279 2193 | 
             
            </tr>
         | 
| 2280 2194 | 
             
            </tbody>
         | 
| 2281 2195 | 
             
            </table></div>
         | 
| 2282 2196 | 
             
            </div>
         | 
| 2283 2197 | 
             
            <hr>
         | 
| 2284 | 
            -
            <div class="refsect2" | 
| 2198 | 
            +
            <div class="refsect2">
         | 
| 2285 2199 | 
             
            <a name="gdk-x11-atom-to-xatom-for-display"></a><h3>gdk_x11_atom_to_xatom_for_display ()</h3>
         | 
| 2286 2200 | 
             
            <pre class="programlisting"><span class="returnvalue">Atom</span>                gdk_x11_atom_to_xatom_for_display   (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 2287 2201 | 
             
                                                                     <em class="parameter"><code><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> atom</code></em>);</pre>
         | 
| @@ -2305,8 +2219,7 @@ is converted to <code class="literal">None</code>. | |
| 2305 2219 | 
             
            </tr>
         | 
| 2306 2220 | 
             
            <tr>
         | 
| 2307 2221 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2308 | 
            -
            <td> | 
| 2309 | 
            -
             | 
| 2222 | 
            +
            <td>the X atom corresponding to <em class="parameter"><code>atom</code></em>, or <code class="literal">None</code>
         | 
| 2310 2223 | 
             
            </td>
         | 
| 2311 2224 | 
             
            </tr>
         | 
| 2312 2225 | 
             
            </tbody>
         | 
| @@ -2314,7 +2227,7 @@ is converted to <code class="literal">None</code>. | |
| 2314 2227 | 
             
            <p class="since">Since 2.2</p>
         | 
| 2315 2228 | 
             
            </div>
         | 
| 2316 2229 | 
             
            <hr>
         | 
| 2317 | 
            -
            <div class="refsect2" | 
| 2230 | 
            +
            <div class="refsect2">
         | 
| 2318 2231 | 
             
            <a name="gdk-x11-xatom-to-atom"></a><h3>gdk_x11_xatom_to_atom ()</h3>
         | 
| 2319 2232 | 
             
            <pre class="programlisting"><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="returnvalue">GdkAtom</span></a>             gdk_x11_xatom_to_atom               (<em class="parameter"><code><span class="type">Atom</span> xatom</code></em>);</pre>
         | 
| 2320 2233 | 
             
            <p>
         | 
| @@ -2326,19 +2239,17 @@ Convert from an X atom for the default display to the corresponding | |
| 2326 2239 | 
             
            <tbody>
         | 
| 2327 2240 | 
             
            <tr>
         | 
| 2328 2241 | 
             
            <td><p><span class="term"><em class="parameter"><code>xatom</code></em> :</span></p></td>
         | 
| 2329 | 
            -
            <td>an X atom for the default GDK display
         | 
| 2330 | 
            -
            </td>
         | 
| 2242 | 
            +
            <td>an X atom for the default GDK display</td>
         | 
| 2331 2243 | 
             
            </tr>
         | 
| 2332 2244 | 
             
            <tr>
         | 
| 2333 2245 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2334 | 
            -
            <td> | 
| 2335 | 
            -
            </td>
         | 
| 2246 | 
            +
            <td>the corresponding G<span class="type">dkAtom</span>.</td>
         | 
| 2336 2247 | 
             
            </tr>
         | 
| 2337 2248 | 
             
            </tbody>
         | 
| 2338 2249 | 
             
            </table></div>
         | 
| 2339 2250 | 
             
            </div>
         | 
| 2340 2251 | 
             
            <hr>
         | 
| 2341 | 
            -
            <div class="refsect2" | 
| 2252 | 
            +
            <div class="refsect2">
         | 
| 2342 2253 | 
             
            <a name="gdk-x11-xatom-to-atom-for-display"></a><h3>gdk_x11_xatom_to_atom_for_display ()</h3>
         | 
| 2343 2254 | 
             
            <pre class="programlisting"><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="returnvalue">GdkAtom</span></a>             gdk_x11_xatom_to_atom_for_display   (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 2344 2255 | 
             
                                                                     <em class="parameter"><code><span class="type">Atom</span> xatom</code></em>);</pre>
         | 
| @@ -2356,21 +2267,18 @@ Convert from an X atom for a <a class="link" href="GdkDisplay.html" title="GdkDi | |
| 2356 2267 | 
             
            </tr>
         | 
| 2357 2268 | 
             
            <tr>
         | 
| 2358 2269 | 
             
            <td><p><span class="term"><em class="parameter"><code>xatom</code></em> :</span></p></td>
         | 
| 2359 | 
            -
            <td>an X atom | 
| 2360 | 
            -
            </td>
         | 
| 2270 | 
            +
            <td>an X atom</td>
         | 
| 2361 2271 | 
             
            </tr>
         | 
| 2362 2272 | 
             
            <tr>
         | 
| 2363 2273 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2364 | 
            -
            <td> | 
| 2365 | 
            -
             | 
| 2366 | 
            -
            </td>
         | 
| 2274 | 
            +
            <td>the corresponding <a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a>.</td>
         | 
| 2367 2275 | 
             
            </tr>
         | 
| 2368 2276 | 
             
            </tbody>
         | 
| 2369 2277 | 
             
            </table></div>
         | 
| 2370 2278 | 
             
            <p class="since">Since 2.2</p>
         | 
| 2371 2279 | 
             
            </div>
         | 
| 2372 2280 | 
             
            <hr>
         | 
| 2373 | 
            -
            <div class="refsect2" | 
| 2281 | 
            +
            <div class="refsect2">
         | 
| 2374 2282 | 
             
            <a name="gdk-x11-get-xatom-by-name"></a><h3>gdk_x11_get_xatom_by_name ()</h3>
         | 
| 2375 2283 | 
             
            <pre class="programlisting"><span class="returnvalue">Atom</span>                gdk_x11_get_xatom_by_name           (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *atom_name</code></em>);</pre>
         | 
| 2376 2284 | 
             
            <p>
         | 
| @@ -2383,19 +2291,17 @@ faster than <code class="function">XInternAtom()</code>, which is a round trip t | |
| 2383 2291 | 
             
            <tbody>
         | 
| 2384 2292 | 
             
            <tr>
         | 
| 2385 2293 | 
             
            <td><p><span class="term"><em class="parameter"><code>atom_name</code></em> :</span></p></td>
         | 
| 2386 | 
            -
            <td>a string
         | 
| 2387 | 
            -
            </td>
         | 
| 2294 | 
            +
            <td>a string</td>
         | 
| 2388 2295 | 
             
            </tr>
         | 
| 2389 2296 | 
             
            <tr>
         | 
| 2390 2297 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2391 | 
            -
            <td> | 
| 2392 | 
            -
            </td>
         | 
| 2298 | 
            +
            <td>a X atom for GDK's default display.</td>
         | 
| 2393 2299 | 
             
            </tr>
         | 
| 2394 2300 | 
             
            </tbody>
         | 
| 2395 2301 | 
             
            </table></div>
         | 
| 2396 2302 | 
             
            </div>
         | 
| 2397 2303 | 
             
            <hr>
         | 
| 2398 | 
            -
            <div class="refsect2" | 
| 2304 | 
            +
            <div class="refsect2">
         | 
| 2399 2305 | 
             
            <a name="gdk-x11-get-xatom-by-name-for-display"></a><h3>gdk_x11_get_xatom_by_name_for_display ()</h3>
         | 
| 2400 2306 | 
             
            <pre class="programlisting"><span class="returnvalue">Atom</span>                gdk_x11_get_xatom_by_name_for_display
         | 
| 2401 2307 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| @@ -2415,13 +2321,11 @@ faster than <code class="function">XInternAtom()</code>, which is a round trip t | |
| 2415 2321 | 
             
            </tr>
         | 
| 2416 2322 | 
             
            <tr>
         | 
| 2417 2323 | 
             
            <td><p><span class="term"><em class="parameter"><code>atom_name</code></em> :</span></p></td>
         | 
| 2418 | 
            -
            <td>a string
         | 
| 2419 | 
            -
            </td>
         | 
| 2324 | 
            +
            <td>a string</td>
         | 
| 2420 2325 | 
             
            </tr>
         | 
| 2421 2326 | 
             
            <tr>
         | 
| 2422 2327 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2423 | 
            -
            <td> | 
| 2424 | 
            -
             | 
| 2328 | 
            +
            <td>a X atom for a <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a>
         | 
| 2425 2329 | 
             
            </td>
         | 
| 2426 2330 | 
             
            </tr>
         | 
| 2427 2331 | 
             
            </tbody>
         | 
| @@ -2429,7 +2333,7 @@ faster than <code class="function">XInternAtom()</code>, which is a round trip t | |
| 2429 2333 | 
             
            <p class="since">Since 2.2</p>
         | 
| 2430 2334 | 
             
            </div>
         | 
| 2431 2335 | 
             
            <hr>
         | 
| 2432 | 
            -
            <div class="refsect2" | 
| 2336 | 
            +
            <div class="refsect2">
         | 
| 2433 2337 | 
             
            <a name="gdk-x11-get-xatom-name"></a><h3>gdk_x11_get_xatom_name ()</h3>
         | 
| 2434 2338 | 
             
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gdk_x11_get_xatom_name              (<em class="parameter"><code><span class="type">Atom</span> xatom</code></em>);</pre>
         | 
| 2435 2339 | 
             
            <p>
         | 
| @@ -2444,20 +2348,18 @@ even if <em class="parameter"><code>xatom</code></em> is invalid. | |
| 2444 2348 | 
             
            <tbody>
         | 
| 2445 2349 | 
             
            <tr>
         | 
| 2446 2350 | 
             
            <td><p><span class="term"><em class="parameter"><code>xatom</code></em> :</span></p></td>
         | 
| 2447 | 
            -
            <td>an X atom for GDK's default display
         | 
| 2448 | 
            -
            </td>
         | 
| 2351 | 
            +
            <td>an X atom for GDK's default display</td>
         | 
| 2449 2352 | 
             
            </tr>
         | 
| 2450 2353 | 
             
            <tr>
         | 
| 2451 2354 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2452 | 
            -
            <td> | 
| 2453 | 
            -
             | 
| 2454 | 
            -
            </td>
         | 
| 2355 | 
            +
            <td>name of the X atom; this string is owned by GTK+,
         | 
| 2356 | 
            +
            so it shouldn't be modifed or freed.</td>
         | 
| 2455 2357 | 
             
            </tr>
         | 
| 2456 2358 | 
             
            </tbody>
         | 
| 2457 2359 | 
             
            </table></div>
         | 
| 2458 2360 | 
             
            </div>
         | 
| 2459 2361 | 
             
            <hr>
         | 
| 2460 | 
            -
            <div class="refsect2" | 
| 2362 | 
            +
            <div class="refsect2">
         | 
| 2461 2363 | 
             
            <a name="gdk-x11-get-xatom-name-for-display"></a><h3>gdk_x11_get_xatom_name_for_display ()</h3>
         | 
| 2462 2364 | 
             
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gdk_x11_get_xatom_name_for_display  (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 2463 2365 | 
             
                                                                     <em class="parameter"><code><span class="type">Atom</span> xatom</code></em>);</pre>
         | 
| @@ -2472,29 +2374,113 @@ be freed. | |
| 2472 2374 | 
             
            <tbody>
         | 
| 2473 2375 | 
             
            <tr>
         | 
| 2474 2376 | 
             
            <td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
         | 
| 2475 | 
            -
            <td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> where <em class="parameter"><code>xatom</code></em> is defined
         | 
| 2476 | 
            -
            </td>
         | 
| 2377 | 
            +
            <td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> where <em class="parameter"><code>xatom</code></em> is defined</td>
         | 
| 2477 2378 | 
             
            </tr>
         | 
| 2478 2379 | 
             
            <tr>
         | 
| 2479 2380 | 
             
            <td><p><span class="term"><em class="parameter"><code>xatom</code></em> :</span></p></td>
         | 
| 2480 | 
            -
            <td>an X atom | 
| 2381 | 
            +
            <td>an X atom</td>
         | 
| 2382 | 
            +
            </tr>
         | 
| 2383 | 
            +
            <tr>
         | 
| 2384 | 
            +
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2385 | 
            +
            <td>name of the X atom; this string is owned by GDK,
         | 
| 2386 | 
            +
            so it shouldn't be modifed or freed.</td>
         | 
| 2387 | 
            +
            </tr>
         | 
| 2388 | 
            +
            </tbody>
         | 
| 2389 | 
            +
            </table></div>
         | 
| 2390 | 
            +
            <p class="since">Since 2.2</p>
         | 
| 2391 | 
            +
            </div>
         | 
| 2392 | 
            +
            <hr>
         | 
| 2393 | 
            +
            <div class="refsect2">
         | 
| 2394 | 
            +
            <a name="gdk-x11-set-sm-client-id"></a><h3>gdk_x11_set_sm_client_id ()</h3>
         | 
| 2395 | 
            +
            <pre class="programlisting"><span class="returnvalue">void</span>                gdk_x11_set_sm_client_id            (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sm_client_id</code></em>);</pre>
         | 
| 2396 | 
            +
            <p>
         | 
| 2397 | 
            +
            Sets the <code class="literal">SM_CLIENT_ID</code> property on the application's leader window so that
         | 
| 2398 | 
            +
            the window manager can save the application's state using the X11R6 ICCCM
         | 
| 2399 | 
            +
            session management protocol.
         | 
| 2400 | 
            +
            </p>
         | 
| 2401 | 
            +
            <p>
         | 
| 2402 | 
            +
            See the X Session Management Library documentation for more information on
         | 
| 2403 | 
            +
            session management and the Inter-Client Communication Conventions Manual
         | 
| 2404 | 
            +
            </p>
         | 
| 2405 | 
            +
            <div class="variablelist"><table border="0">
         | 
| 2406 | 
            +
            <col align="left" valign="top">
         | 
| 2407 | 
            +
            <tbody><tr>
         | 
| 2408 | 
            +
            <td><p><span class="term"><em class="parameter"><code>sm_client_id</code></em> :</span></p></td>
         | 
| 2409 | 
            +
            <td>the client id assigned by the session manager when the
         | 
| 2410 | 
            +
            connection was opened, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to remove the property.</td>
         | 
| 2411 | 
            +
            </tr></tbody>
         | 
| 2412 | 
            +
            </table></div>
         | 
| 2413 | 
            +
            <p class="since">Since 2.24</p>
         | 
| 2414 | 
            +
            </div>
         | 
| 2415 | 
            +
            <hr>
         | 
| 2416 | 
            +
            <div class="refsect2">
         | 
| 2417 | 
            +
            <a name="gdk-x11-window-foreign-new-for-display"></a><h3>gdk_x11_window_foreign_new_for_display ()</h3>
         | 
| 2418 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *         gdk_x11_window_foreign_new_for_display
         | 
| 2419 | 
            +
                                                                    (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 2420 | 
            +
                                                                     <em class="parameter"><code><span class="type">Window</span> window</code></em>);</pre>
         | 
| 2421 | 
            +
            <p>
         | 
| 2422 | 
            +
            Wraps a native window in a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.
         | 
| 2423 | 
            +
            </p>
         | 
| 2424 | 
            +
            <p>
         | 
| 2425 | 
            +
            This may fail if the window has been destroyed. If the window
         | 
| 2426 | 
            +
            was already known to GDK, a new reference to the existing
         | 
| 2427 | 
            +
            <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> is returned.
         | 
| 2428 | 
            +
            </p>
         | 
| 2429 | 
            +
            <div class="variablelist"><table border="0">
         | 
| 2430 | 
            +
            <col align="left" valign="top">
         | 
| 2431 | 
            +
            <tbody>
         | 
| 2432 | 
            +
            <tr>
         | 
| 2433 | 
            +
            <td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
         | 
| 2434 | 
            +
            <td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> where the window handle comes from.</td>
         | 
| 2435 | 
            +
            </tr>
         | 
| 2436 | 
            +
            <tr>
         | 
| 2437 | 
            +
            <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
         | 
| 2438 | 
            +
            <td>an XLib <span class="type">Window</span>
         | 
| 2481 2439 | 
             
            </td>
         | 
| 2482 2440 | 
             
            </tr>
         | 
| 2483 2441 | 
             
            <tr>
         | 
| 2484 2442 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2485 | 
            -
            <td>  | 
| 2486 | 
            -
             | 
| 2487 | 
            -
             | 
| 2443 | 
            +
            <td>a <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> wrapper for the native window or
         | 
| 2444 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window has been destroyed. The wrapper will be
         | 
| 2445 | 
            +
            newly created, if one doesn't exist already.</td>
         | 
| 2446 | 
            +
            </tr>
         | 
| 2447 | 
            +
            </tbody>
         | 
| 2448 | 
            +
            </table></div>
         | 
| 2449 | 
            +
            <p class="since">Since 2.24</p>
         | 
| 2450 | 
            +
            </div>
         | 
| 2451 | 
            +
            <hr>
         | 
| 2452 | 
            +
            <div class="refsect2">
         | 
| 2453 | 
            +
            <a name="gdk-x11-window-lookup-for-display"></a><h3>gdk_x11_window_lookup_for_display ()</h3>
         | 
| 2454 | 
            +
            <pre class="programlisting"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *         gdk_x11_window_lookup_for_display   (<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
         | 
| 2455 | 
            +
                                                                     <em class="parameter"><code><span class="type">Window</span> window</code></em>);</pre>
         | 
| 2456 | 
            +
            <p>
         | 
| 2457 | 
            +
            Looks up the <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> that wraps the given native window handle.
         | 
| 2458 | 
            +
            </p>
         | 
| 2459 | 
            +
            <div class="variablelist"><table border="0">
         | 
| 2460 | 
            +
            <col align="left" valign="top">
         | 
| 2461 | 
            +
            <tbody>
         | 
| 2462 | 
            +
            <tr>
         | 
| 2463 | 
            +
            <td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
         | 
| 2464 | 
            +
            <td>the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> corresponding to the window handle</td>
         | 
| 2465 | 
            +
            </tr>
         | 
| 2466 | 
            +
            <tr>
         | 
| 2467 | 
            +
            <td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
         | 
| 2468 | 
            +
            <td>an XLib <span class="type">Window</span>
         | 
| 2488 2469 | 
             
            </td>
         | 
| 2489 2470 | 
             
            </tr>
         | 
| 2471 | 
            +
            <tr>
         | 
| 2472 | 
            +
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2473 | 
            +
            <td>the <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> wrapper for the native window,
         | 
| 2474 | 
            +
            or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none.</td>
         | 
| 2475 | 
            +
            </tr>
         | 
| 2490 2476 | 
             
            </tbody>
         | 
| 2491 2477 | 
             
            </table></div>
         | 
| 2492 | 
            -
            <p class="since">Since 2. | 
| 2478 | 
            +
            <p class="since">Since 2.24</p>
         | 
| 2493 2479 | 
             
            </div>
         | 
| 2494 2480 | 
             
            </div>
         | 
| 2495 2481 | 
             
            </div>
         | 
| 2496 2482 | 
             
            <div class="footer">
         | 
| 2497 2483 | 
             
            <hr>
         | 
| 2498 | 
            -
                      Generated by GTK-Doc V1. | 
| 2484 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 2499 2485 | 
             
            </body>
         | 
| 2500 2486 | 
             
            </html>
         |