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="reference.html" title="API Reference">
|
10
10
|
<link rel="next" href="multihead.html" title="Multi-head Support Overview">
|
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-General.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-General"></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-General.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gdk/gdk.h>
|
@@ -46,8 +46,8 @@
|
|
46
46
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);
|
47
47
|
<span class="returnvalue">void</span> <a class="link" href="gdk-General.html#gdk-parse-args" title="gdk_parse_args ()">gdk_parse_args</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *argc</code></em>,
|
48
48
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);
|
49
|
-
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
50
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
49
|
+
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-General.html#gdk-get-display-arg-name" title="gdk_get_display_arg_name ()">gdk_get_display_arg_name</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
50
|
+
<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-General.html#gdk-set-locale" title="gdk_set_locale ()">gdk_set_locale</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
51
51
|
<span class="returnvalue">void</span> <a class="link" href="gdk-General.html#gdk-set-sm-client-id" title="gdk_set_sm_client_id ()">gdk_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>);
|
52
52
|
<span class="returnvalue">void</span> <a class="link" href="gdk-General.html#gdk-exit" title="gdk_exit ()">gdk_exit</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> error_code</code></em>);
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="gdk-General.html#gdk-notify-startup-complete" title="gdk_notify_startup_complete ()">gdk_notify_startup_complete</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
@@ -56,7 +56,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
56
56
|
const <span class="returnvalue">char</span> * <a class="link" href="gdk-General.html#gdk-get-program-class" title="gdk_get_program_class ()">gdk_get_program_class</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
57
57
|
<span class="returnvalue">void</span> <a class="link" href="gdk-General.html#gdk-set-program-class" title="gdk_set_program_class ()">gdk_set_program_class</a> (<em class="parameter"><code>const <span class="type">char</span> *program_class</code></em>);
|
58
58
|
|
59
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
59
|
+
<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-General.html#gdk-get-display" title="gdk_get_display ()">gdk_get_display</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
60
60
|
|
61
61
|
<span class="returnvalue">void</span> <a class="link" href="gdk-General.html#gdk-flush" title="gdk_flush ()">gdk_flush</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
62
62
|
|
@@ -93,16 +93,16 @@ enum <a class="link" href="gdk-General.html#GdkGrabStatus" title=
|
|
93
93
|
#define <a class="link" href="gdk-General.html#GDK-WINDOWING-WIN32:CAPS" title="GDK_WINDOWING_WIN32">GDK_WINDOWING_WIN32</a>
|
94
94
|
</pre>
|
95
95
|
</div>
|
96
|
-
<div class="refsect1"
|
96
|
+
<div class="refsect1">
|
97
97
|
<a name="gdk-General.description"></a><h2>Description</h2>
|
98
98
|
<p>
|
99
99
|
This section describes the GDK initialization functions and miscellaneous
|
100
100
|
utility functions.
|
101
101
|
</p>
|
102
102
|
</div>
|
103
|
-
<div class="refsect1"
|
103
|
+
<div class="refsect1">
|
104
104
|
<a name="gdk-General.details"></a><h2>Details</h2>
|
105
|
-
<div class="refsect2"
|
105
|
+
<div class="refsect2">
|
106
106
|
<a name="gdk-init"></a><h3>gdk_init ()</h3>
|
107
107
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_init (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *argc</code></em>,
|
108
108
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);</pre>
|
@@ -129,14 +129,14 @@ by GTK+ applications.
|
|
129
129
|
</tr>
|
130
130
|
<tr>
|
131
131
|
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
|
132
|
-
<td>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=argc][<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>
|
132
|
+
<td>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=argc][<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
|
133
133
|
</td>
|
134
134
|
</tr>
|
135
135
|
</tbody>
|
136
136
|
</table></div>
|
137
137
|
</div>
|
138
138
|
<hr>
|
139
|
-
<div class="refsect2"
|
139
|
+
<div class="refsect2">
|
140
140
|
<a name="gdk-init-check"></a><h3>gdk_init_check ()</h3>
|
141
141
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_init_check (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *argc</code></em>,
|
142
142
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);</pre>
|
@@ -184,20 +184,19 @@ by GTK+ applications.
|
|
184
184
|
</tr>
|
185
185
|
<tr>
|
186
186
|
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
|
187
|
-
<td>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=argc][<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>
|
187
|
+
<td>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=argc][<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>]</span>
|
188
188
|
</td>
|
189
189
|
</tr>
|
190
190
|
<tr>
|
191
191
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
192
192
|
<td>
|
193
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if initialization succeeded
|
194
|
-
</td>
|
193
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if initialization succeeded.</td>
|
195
194
|
</tr>
|
196
195
|
</tbody>
|
197
196
|
</table></div>
|
198
197
|
</div>
|
199
198
|
<hr>
|
200
|
-
<div class="refsect2"
|
199
|
+
<div class="refsect2">
|
201
200
|
<a name="gdk-parse-args"></a><h3>gdk_parse_args ()</h3>
|
202
201
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_parse_args (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *argc</code></em>,
|
203
202
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argv</code></em>);</pre>
|
@@ -218,22 +217,20 @@ You shouldn't call this function explicitely if you are using
|
|
218
217
|
<tbody>
|
219
218
|
<tr>
|
220
219
|
<td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
|
221
|
-
<td>the number of command line arguments
|
222
|
-
</td>
|
220
|
+
<td>the number of command line arguments.</td>
|
223
221
|
</tr>
|
224
222
|
<tr>
|
225
223
|
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
|
226
|
-
<td>the array of command line arguments
|
227
|
-
</td>
|
224
|
+
<td>the array of command line arguments.</td>
|
228
225
|
</tr>
|
229
226
|
</tbody>
|
230
227
|
</table></div>
|
231
228
|
<p class="since">Since 2.2</p>
|
232
229
|
</div>
|
233
230
|
<hr>
|
234
|
-
<div class="refsect2"
|
231
|
+
<div class="refsect2">
|
235
232
|
<a name="gdk-get-display-arg-name"></a><h3>gdk_get_display_arg_name ()</h3>
|
236
|
-
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
233
|
+
<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_get_display_arg_name (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
237
234
|
<p>
|
238
235
|
Gets the display name specified in the command line arguments passed
|
239
236
|
to <a class="link" href="gdk-General.html#gdk-init" title="gdk_init ()"><code class="function">gdk_init()</code></a> or <a class="link" href="gdk-General.html#gdk-parse-args" title="gdk_parse_args ()"><code class="function">gdk_parse_args()</code></a>, if any.
|
@@ -242,21 +239,23 @@ to <a class="link" href="gdk-General.html#gdk-init" title="gdk_init ()"><code cl
|
|
242
239
|
<col align="left" valign="top">
|
243
240
|
<tbody><tr>
|
244
241
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
245
|
-
<td>
|
246
|
-
|
247
|
-
|
248
|
-
</td>
|
242
|
+
<td>the display name, if specified explicitely, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
243
|
+
this string is owned by GTK+ and must not be modified or freed.</td>
|
249
244
|
</tr></tbody>
|
250
245
|
</table></div>
|
251
246
|
<p class="since">Since 2.2</p>
|
252
247
|
</div>
|
253
248
|
<hr>
|
254
|
-
<div class="refsect2"
|
249
|
+
<div class="refsect2">
|
255
250
|
<a name="gdk-set-locale"></a><h3>gdk_set_locale ()</h3>
|
256
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
251
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gdk_set_locale (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
252
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
253
|
+
<h3 class="title">Warning</h3>
|
254
|
+
<p><code class="literal">gdk_set_locale</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-running.html#setlocale"><code class="function">setlocale()</code></a> directly</p>
|
255
|
+
</div>
|
257
256
|
<p>
|
258
257
|
Initializes the support for internationalization by calling the <code class="function"><a href="http://library.gnome.org/devel/glib/unstable/glib-running.html#setlocale"><code class="function">setlocale()</code></a></code>
|
259
|
-
system call. This function is called by <a href="http://library.gnome.org/devel/gtk/unstable/
|
258
|
+
system call. This function is called by <a href="http://library.gnome.org/devel/gtk/unstable/gtk-General.html#gtk-set-locale"><code class="function">gtk_set_locale()</code></a> and so GTK+
|
260
259
|
applications should use that instead.
|
261
260
|
</p>
|
262
261
|
<p>
|
@@ -286,15 +285,18 @@ locale.
|
|
286
285
|
<col align="left" valign="top">
|
287
286
|
<tbody><tr>
|
288
287
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
289
|
-
<td>the resulting locale
|
290
|
-
</td>
|
288
|
+
<td>the resulting locale.</td>
|
291
289
|
</tr></tbody>
|
292
290
|
</table></div>
|
293
291
|
</div>
|
294
292
|
<hr>
|
295
|
-
<div class="refsect2"
|
293
|
+
<div class="refsect2">
|
296
294
|
<a name="gdk-set-sm-client-id"></a><h3>gdk_set_sm_client_id ()</h3>
|
297
295
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_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>
|
296
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
297
|
+
<h3 class="title">Warning</h3>
|
298
|
+
<p><code class="literal">gdk_set_sm_client_id</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-set-sm-client-id" title="gdk_x11_set_sm_client_id ()"><code class="function">gdk_x11_set_sm_client_id()</code></a> instead</p>
|
299
|
+
</div>
|
298
300
|
<p>
|
299
301
|
Sets the <code class="literal">SM_CLIENT_ID</code> property on the application's leader window so that
|
300
302
|
the window manager can save the application's state using the X11R6 ICCCM
|
@@ -311,16 +313,15 @@ session management and the Inter-Client Communication Conventions Manual
|
|
311
313
|
<tbody><tr>
|
312
314
|
<td><p><span class="term"><em class="parameter"><code>sm_client_id</code></em> :</span></p></td>
|
313
315
|
<td>the client id assigned by the session manager when the
|
314
|
-
|
315
|
-
</td>
|
316
|
+
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>
|
316
317
|
</tr></tbody>
|
317
318
|
</table></div>
|
318
319
|
</div>
|
319
320
|
<hr>
|
320
|
-
<div class="refsect2"
|
321
|
+
<div class="refsect2">
|
321
322
|
<a name="gdk-exit"></a><h3>gdk_exit ()</h3>
|
322
323
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_exit (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> error_code</code></em>);</pre>
|
323
|
-
<div class="warning"
|
324
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
324
325
|
<h3 class="title">Warning</h3>
|
325
326
|
<p><code class="literal">gdk_exit</code> is deprecated and should not be used in newly-written code.</p>
|
326
327
|
</div>
|
@@ -337,13 +338,12 @@ of <a href="http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Util
|
|
337
338
|
<col align="left" valign="top">
|
338
339
|
<tbody><tr>
|
339
340
|
<td><p><span class="term"><em class="parameter"><code>error_code</code></em> :</span></p></td>
|
340
|
-
<td>the error code to pass to the <code class="function"><code class="function">exit()</code></code> call
|
341
|
-
</td>
|
341
|
+
<td>the error code to pass to the <code class="function"><code class="function">exit()</code></code> call.</td>
|
342
342
|
</tr></tbody>
|
343
343
|
</table></div>
|
344
344
|
</div>
|
345
345
|
<hr>
|
346
|
-
<div class="refsect2"
|
346
|
+
<div class="refsect2">
|
347
347
|
<a name="gdk-notify-startup-complete"></a><h3>gdk_notify_startup_complete ()</h3>
|
348
348
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_notify_startup_complete (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
349
349
|
<p>
|
@@ -360,7 +360,7 @@ to disable that feature.
|
|
360
360
|
<p class="since">Since 2.2</p>
|
361
361
|
</div>
|
362
362
|
<hr>
|
363
|
-
<div class="refsect2"
|
363
|
+
<div class="refsect2">
|
364
364
|
<a name="gdk-notify-startup-complete-with-id"></a><h3>gdk_notify_startup_complete_with_id ()</h3>
|
365
365
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_notify_startup_complete_with_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> *startup_id</code></em>);</pre>
|
366
366
|
<p>
|
@@ -378,14 +378,13 @@ that feature.
|
|
378
378
|
<tbody><tr>
|
379
379
|
<td><p><span class="term"><em class="parameter"><code>startup_id</code></em> :</span></p></td>
|
380
380
|
<td>a startup-notification identifier, for which notification
|
381
|
-
|
382
|
-
</td>
|
381
|
+
process should be completed</td>
|
383
382
|
</tr></tbody>
|
384
383
|
</table></div>
|
385
384
|
<p class="since">Since 2.12</p>
|
386
385
|
</div>
|
387
386
|
<hr>
|
388
|
-
<div class="refsect2"
|
387
|
+
<div class="refsect2">
|
389
388
|
<a name="gdk-get-program-class"></a><h3>gdk_get_program_class ()</h3>
|
390
389
|
<pre class="programlisting">const <span class="returnvalue">char</span> * gdk_get_program_class (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
391
390
|
<p>
|
@@ -398,13 +397,12 @@ with <a href="http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Ut
|
|
398
397
|
<col align="left" valign="top">
|
399
398
|
<tbody><tr>
|
400
399
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
401
|
-
<td>the program class
|
402
|
-
</td>
|
400
|
+
<td>the program class.</td>
|
403
401
|
</tr></tbody>
|
404
402
|
</table></div>
|
405
403
|
</div>
|
406
404
|
<hr>
|
407
|
-
<div class="refsect2"
|
405
|
+
<div class="refsect2">
|
408
406
|
<a name="gdk-set-program-class"></a><h3>gdk_set_program_class ()</h3>
|
409
407
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_set_program_class (<em class="parameter"><code>const <span class="type">char</span> *program_class</code></em>);</pre>
|
410
408
|
<p>
|
@@ -416,15 +414,14 @@ toplevel windows; see the ICCCM.
|
|
416
414
|
<col align="left" valign="top">
|
417
415
|
<tbody><tr>
|
418
416
|
<td><p><span class="term"><em class="parameter"><code>program_class</code></em> :</span></p></td>
|
419
|
-
<td>a string
|
420
|
-
</td>
|
417
|
+
<td>a string.</td>
|
421
418
|
</tr></tbody>
|
422
419
|
</table></div>
|
423
420
|
</div>
|
424
421
|
<hr>
|
425
|
-
<div class="refsect2"
|
422
|
+
<div class="refsect2">
|
426
423
|
<a name="gdk-get-display"></a><h3>gdk_get_display ()</h3>
|
427
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
424
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gdk_get_display (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
428
425
|
<p>
|
429
426
|
Gets the name of the display, which usually comes from the <code class="envar">DISPLAY</code>
|
430
427
|
environment variable or the <code class="option">--display</code> command line option.
|
@@ -433,13 +430,12 @@ environment variable or the <code class="option">--display</code> command line o
|
|
433
430
|
<col align="left" valign="top">
|
434
431
|
<tbody><tr>
|
435
432
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
436
|
-
<td>the name of the display
|
437
|
-
</td>
|
433
|
+
<td>the name of the display.</td>
|
438
434
|
</tr></tbody>
|
439
435
|
</table></div>
|
440
436
|
</div>
|
441
437
|
<hr>
|
442
|
-
<div class="refsect2"
|
438
|
+
<div class="refsect2">
|
443
439
|
<a name="gdk-flush"></a><h3>gdk_flush ()</h3>
|
444
440
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_flush (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
445
441
|
<p>
|
@@ -449,7 +445,7 @@ trapping X errors with <a class="link" href="gdk-General.html#gdk-error-trap-pus
|
|
449
445
|
</p>
|
450
446
|
</div>
|
451
447
|
<hr>
|
452
|
-
<div class="refsect2"
|
448
|
+
<div class="refsect2">
|
453
449
|
<a name="gdk-screen-width"></a><h3>gdk_screen_width ()</h3>
|
454
450
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_screen_width (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
455
451
|
<p>
|
@@ -459,13 +455,12 @@ Returns the width of the default screen in pixels.
|
|
459
455
|
<col align="left" valign="top">
|
460
456
|
<tbody><tr>
|
461
457
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
462
|
-
<td>
|
463
|
-
</td>
|
458
|
+
<td>the width of the default screen in pixels.</td>
|
464
459
|
</tr></tbody>
|
465
460
|
</table></div>
|
466
461
|
</div>
|
467
462
|
<hr>
|
468
|
-
<div class="refsect2"
|
463
|
+
<div class="refsect2">
|
469
464
|
<a name="gdk-screen-height"></a><h3>gdk_screen_height ()</h3>
|
470
465
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_screen_height (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
471
466
|
<p>
|
@@ -475,13 +470,12 @@ Returns the height of the default screen in pixels.
|
|
475
470
|
<col align="left" valign="top">
|
476
471
|
<tbody><tr>
|
477
472
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
478
|
-
<td>
|
479
|
-
</td>
|
473
|
+
<td>the height of the default screen in pixels.</td>
|
480
474
|
</tr></tbody>
|
481
475
|
</table></div>
|
482
476
|
</div>
|
483
477
|
<hr>
|
484
|
-
<div class="refsect2"
|
478
|
+
<div class="refsect2">
|
485
479
|
<a name="gdk-screen-width-mm"></a><h3>gdk_screen_width_mm ()</h3>
|
486
480
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_screen_width_mm (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
487
481
|
<p>
|
@@ -492,14 +486,13 @@ Note that on many X servers this value will not be correct.
|
|
492
486
|
<col align="left" valign="top">
|
493
487
|
<tbody><tr>
|
494
488
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
495
|
-
<td>
|
496
|
-
though it is not always correct
|
497
|
-
</td>
|
489
|
+
<td>the width of the default screen in millimeters,
|
490
|
+
though it is not always correct.</td>
|
498
491
|
</tr></tbody>
|
499
492
|
</table></div>
|
500
493
|
</div>
|
501
494
|
<hr>
|
502
|
-
<div class="refsect2"
|
495
|
+
<div class="refsect2">
|
503
496
|
<a name="gdk-screen-height-mm"></a><h3>gdk_screen_height_mm ()</h3>
|
504
497
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_screen_height_mm (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
505
498
|
<p>
|
@@ -510,14 +503,13 @@ Note that on many X servers this value will not be correct.
|
|
510
503
|
<col align="left" valign="top">
|
511
504
|
<tbody><tr>
|
512
505
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
513
|
-
<td>
|
514
|
-
though it is not always correct
|
515
|
-
</td>
|
506
|
+
<td>the height of the default screen in millimeters,
|
507
|
+
though it is not always correct.</td>
|
516
508
|
</tr></tbody>
|
517
509
|
</table></div>
|
518
510
|
</div>
|
519
511
|
<hr>
|
520
|
-
<div class="refsect2"
|
512
|
+
<div class="refsect2">
|
521
513
|
<a name="gdk-pointer-grab"></a><h3>gdk_pointer_grab ()</h3>
|
522
514
|
<pre class="programlisting"><a class="link" href="gdk-General.html#GdkGrabStatus" title="enum GdkGrabStatus"><span class="returnvalue">GdkGrabStatus</span></a> gdk_pointer_grab (<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
523
515
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> owner_events</code></em>,
|
@@ -549,7 +541,7 @@ It is equivalent to a pointer grab on the window with <em class="parameter"><cod
|
|
549
541
|
</p>
|
550
542
|
<p>
|
551
543
|
If you set up anything at the time you take the grab that needs to be cleaned
|
552
|
-
up when the grab ends, you should handle the <a class="link" href="gdk-Event-Structures.html#GdkEventGrabBroken" title="GdkEventGrabBroken"><span class="type">GdkEventGrabBroken</span></a> events that
|
544
|
+
up when the grab ends, you should handle the <a class="link" href="gdk-Event-Structures.html#GdkEventGrabBroken" title="struct GdkEventGrabBroken"><span class="type">GdkEventGrabBroken</span></a> events that
|
553
545
|
are emitted when the grab ends unvoluntarily.
|
554
546
|
</p>
|
555
547
|
<div class="variablelist"><table border="0">
|
@@ -557,8 +549,7 @@ are emitted when the grab ends unvoluntarily.
|
|
557
549
|
<tbody>
|
558
550
|
<tr>
|
559
551
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
560
|
-
<td>the <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> which will own the grab (the grab window)
|
561
|
-
</td>
|
552
|
+
<td>the <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> which will own the grab (the grab window).</td>
|
562
553
|
</tr>
|
563
554
|
<tr>
|
564
555
|
<td><p><span class="term"><em class="parameter"><code>owner_events</code></em> :</span></p></td>
|
@@ -566,49 +557,43 @@ are emitted when the grab ends unvoluntarily.
|
|
566
557
|
<em class="parameter"><code>window</code></em> and are only reported if selected by <em class="parameter"><code>event_mask</code></em>. If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> then pointer
|
567
558
|
events for this application are reported as normal, but pointer events outside
|
568
559
|
this application are reported with respect to <em class="parameter"><code>window</code></em> and only if selected by
|
569
|
-
<em class="parameter"><code>event_mask</code></em>. In either mode, unreported events are discarded
|
570
|
-
</td>
|
560
|
+
<em class="parameter"><code>event_mask</code></em>. In either mode, unreported events are discarded.</td>
|
571
561
|
</tr>
|
572
562
|
<tr>
|
573
563
|
<td><p><span class="term"><em class="parameter"><code>event_mask</code></em> :</span></p></td>
|
574
564
|
<td>specifies the event mask, which is used in accordance with
|
575
565
|
<em class="parameter"><code>owner_events</code></em>. Note that only pointer events (i.e. button and motion events)
|
576
|
-
|
577
|
-
</td>
|
566
|
+
may be selected.</td>
|
578
567
|
</tr>
|
579
568
|
<tr>
|
580
569
|
<td><p><span class="term"><em class="parameter"><code>confine_to</code></em> :</span></p></td>
|
581
570
|
<td>If non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the pointer will be confined to this
|
582
571
|
window during the grab. If the pointer is outside <em class="parameter"><code>confine_to</code></em>, it will
|
583
572
|
automatically be moved to the closest edge of <em class="parameter"><code>confine_to</code></em> and enter
|
584
|
-
and leave events will be generated as necessary
|
585
|
-
</td>
|
573
|
+
and leave events will be generated as necessary.</td>
|
586
574
|
</tr>
|
587
575
|
<tr>
|
588
576
|
<td><p><span class="term"><em class="parameter"><code>cursor</code></em> :</span></p></td>
|
589
577
|
<td>the cursor to display while the grab is active. If this is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> then
|
590
578
|
the normal cursors are used for <em class="parameter"><code>window</code></em> and its descendants, and the cursor
|
591
|
-
for <em class="parameter"><code>window</code></em> is used for all other windows
|
592
|
-
</td>
|
579
|
+
for <em class="parameter"><code>window</code></em> is used for all other windows.</td>
|
593
580
|
</tr>
|
594
581
|
<tr>
|
595
582
|
<td><p><span class="term"><em class="parameter"><code>time_</code></em> :</span></p></td>
|
596
583
|
<td>the timestamp of the event which led to this pointer grab. This usually
|
597
|
-
comes from a <a class="link" href="gdk-Event-Structures.html#GdkEventButton" title="GdkEventButton"><span class="type">GdkEventButton</span></a> struct, though <a class="link" href="gdk-Events.html#GDK-CURRENT-TIME:CAPS" title="GDK_CURRENT_TIME"><code class="literal">GDK_CURRENT_TIME</code></a> can be used if
|
598
|
-
the time isn't known
|
599
|
-
</td>
|
584
|
+
comes from a <a class="link" href="gdk-Event-Structures.html#GdkEventButton" title="struct GdkEventButton"><span class="type">GdkEventButton</span></a> struct, though <a class="link" href="gdk-Events.html#GDK-CURRENT-TIME:CAPS" title="GDK_CURRENT_TIME"><code class="literal">GDK_CURRENT_TIME</code></a> can be used if
|
585
|
+
the time isn't known.</td>
|
600
586
|
</tr>
|
601
587
|
<tr>
|
602
588
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
603
589
|
<td>
|
604
|
-
<a class="link" href="gdk-General.html#GDK-GRAB-SUCCESS:CAPS"><code class="literal">GDK_GRAB_SUCCESS</code></a> if the grab was successful
|
605
|
-
</td>
|
590
|
+
<a class="link" href="gdk-General.html#GDK-GRAB-SUCCESS:CAPS"><code class="literal">GDK_GRAB_SUCCESS</code></a> if the grab was successful.</td>
|
606
591
|
</tr>
|
607
592
|
</tbody>
|
608
593
|
</table></div>
|
609
594
|
</div>
|
610
595
|
<hr>
|
611
|
-
<div class="refsect2"
|
596
|
+
<div class="refsect2">
|
612
597
|
<a name="GdkGrabStatus"></a><h3>enum GdkGrabStatus</h3>
|
613
598
|
<pre class="programlisting">typedef enum
|
614
599
|
{
|
@@ -657,7 +642,7 @@ success or the reason for the failure of the grab attempt.
|
|
657
642
|
</table></div>
|
658
643
|
</div>
|
659
644
|
<hr>
|
660
|
-
<div class="refsect2"
|
645
|
+
<div class="refsect2">
|
661
646
|
<a name="gdk-pointer-ungrab"></a><h3>gdk_pointer_ungrab ()</h3>
|
662
647
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_pointer_ungrab (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> time_</code></em>);</pre>
|
663
648
|
<p>
|
@@ -668,14 +653,13 @@ application.
|
|
668
653
|
<col align="left" valign="top">
|
669
654
|
<tbody><tr>
|
670
655
|
<td><p><span class="term"><em class="parameter"><code>time_</code></em> :</span></p></td>
|
671
|
-
<td>a timestamp from a <a class="link" href="gdk-Event-Structures.html#GdkEvent" title="union GdkEvent"><span class="type">GdkEvent</span></a>, or <a class="link" href="gdk-Events.html#GDK-CURRENT-TIME:CAPS" title="GDK_CURRENT_TIME"><code class="literal">GDK_CURRENT_TIME</code></a> if no
|
672
|
-
|
673
|
-
</td>
|
656
|
+
<td>a timestamp from a <a class="link" href="gdk-Event-Structures.html#GdkEvent" title="union GdkEvent"><span class="type">GdkEvent</span></a>, or <a class="link" href="gdk-Events.html#GDK-CURRENT-TIME:CAPS" title="GDK_CURRENT_TIME"><code class="literal">GDK_CURRENT_TIME</code></a> if no
|
657
|
+
timestamp is available.</td>
|
674
658
|
</tr></tbody>
|
675
659
|
</table></div>
|
676
660
|
</div>
|
677
661
|
<hr>
|
678
|
-
<div class="refsect2"
|
662
|
+
<div class="refsect2">
|
679
663
|
<a name="gdk-pointer-is-grabbed"></a><h3>gdk_pointer_is_grabbed ()</h3>
|
680
664
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_pointer_is_grabbed (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
681
665
|
<p>
|
@@ -686,17 +670,21 @@ grabbed by this application.
|
|
686
670
|
Note that this does not take the inmplicit pointer grab on button
|
687
671
|
presses into account.
|
688
672
|
</p>
|
673
|
+
<p>
|
674
|
+
</p>
|
675
|
+
<p>
|
676
|
+
</p>
|
689
677
|
<div class="variablelist"><table border="0">
|
690
678
|
<col align="left" valign="top">
|
691
679
|
<tbody><tr>
|
692
680
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
693
|
-
<td>
|
694
|
-
</td>
|
681
|
+
<td>
|
682
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the pointer is currently grabbed by this application.*</td>
|
695
683
|
</tr></tbody>
|
696
684
|
</table></div>
|
697
685
|
</div>
|
698
686
|
<hr>
|
699
|
-
<div class="refsect2"
|
687
|
+
<div class="refsect2">
|
700
688
|
<a name="gdk-set-double-click-time"></a><h3>gdk_set_double_click_time ()</h3>
|
701
689
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_set_double_click_time (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> msec</code></em>);</pre>
|
702
690
|
<p>
|
@@ -710,13 +698,12 @@ global user-configured setting.
|
|
710
698
|
<col align="left" valign="top">
|
711
699
|
<tbody><tr>
|
712
700
|
<td><p><span class="term"><em class="parameter"><code>msec</code></em> :</span></p></td>
|
713
|
-
<td>double click time in milliseconds (thousandths of a second)
|
714
|
-
</td>
|
701
|
+
<td>double click time in milliseconds (thousandths of a second)</td>
|
715
702
|
</tr></tbody>
|
716
703
|
</table></div>
|
717
704
|
</div>
|
718
705
|
<hr>
|
719
|
-
<div class="refsect2"
|
706
|
+
<div class="refsect2">
|
720
707
|
<a name="gdk-keyboard-grab"></a><h3>gdk_keyboard_grab ()</h3>
|
721
708
|
<pre class="programlisting"><a class="link" href="gdk-General.html#GdkGrabStatus" title="enum GdkGrabStatus"><span class="returnvalue">GdkGrabStatus</span></a> gdk_keyboard_grab (<em class="parameter"><code><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
722
709
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> owner_events</code></em>,
|
@@ -728,7 +715,7 @@ This overrides any previous keyboard grab by this client.
|
|
728
715
|
</p>
|
729
716
|
<p>
|
730
717
|
If you set up anything at the time you take the grab that needs to be cleaned
|
731
|
-
up when the grab ends, you should handle the <a class="link" href="gdk-Event-Structures.html#GdkEventGrabBroken" title="GdkEventGrabBroken"><span class="type">GdkEventGrabBroken</span></a> events that
|
718
|
+
up when the grab ends, you should handle the <a class="link" href="gdk-Event-Structures.html#GdkEventGrabBroken" title="struct GdkEventGrabBroken"><span class="type">GdkEventGrabBroken</span></a> events that
|
732
719
|
are emitted when the grab ends unvoluntarily.
|
733
720
|
</p>
|
734
721
|
<div class="variablelist"><table border="0">
|
@@ -736,8 +723,7 @@ are emitted when the grab ends unvoluntarily.
|
|
736
723
|
<tbody>
|
737
724
|
<tr>
|
738
725
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
739
|
-
<td>the <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> which will own the grab (the grab window)
|
740
|
-
</td>
|
726
|
+
<td>the <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> which will own the grab (the grab window).</td>
|
741
727
|
</tr>
|
742
728
|
<tr>
|
743
729
|
<td><p><span class="term"><em class="parameter"><code>owner_events</code></em> :</span></p></td>
|
@@ -745,26 +731,23 @@ are emitted when the grab ends unvoluntarily.
|
|
745
731
|
<em class="parameter"><code>window</code></em>. If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> then keyboard events for this application are reported as
|
746
732
|
normal, but keyboard events outside this application are reported with respect
|
747
733
|
to <em class="parameter"><code>window</code></em>. Both key press and key release events are always reported,
|
748
|
-
independant of the event mask set by the application
|
749
|
-
</td>
|
734
|
+
independant of the event mask set by the application.</td>
|
750
735
|
</tr>
|
751
736
|
<tr>
|
752
737
|
<td><p><span class="term"><em class="parameter"><code>time_</code></em> :</span></p></td>
|
753
738
|
<td>a timestamp from a <a class="link" href="gdk-Event-Structures.html#GdkEvent" title="union GdkEvent"><span class="type">GdkEvent</span></a>, or <a class="link" href="gdk-Events.html#GDK-CURRENT-TIME:CAPS" title="GDK_CURRENT_TIME"><code class="literal">GDK_CURRENT_TIME</code></a> if no timestamp is
|
754
|
-
available
|
755
|
-
</td>
|
739
|
+
available.</td>
|
756
740
|
</tr>
|
757
741
|
<tr>
|
758
742
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
759
743
|
<td>
|
760
|
-
<a class="link" href="gdk-General.html#GDK-GRAB-SUCCESS:CAPS"><code class="literal">GDK_GRAB_SUCCESS</code></a> if the grab was successful
|
761
|
-
</td>
|
744
|
+
<a class="link" href="gdk-General.html#GDK-GRAB-SUCCESS:CAPS"><code class="literal">GDK_GRAB_SUCCESS</code></a> if the grab was successful.</td>
|
762
745
|
</tr>
|
763
746
|
</tbody>
|
764
747
|
</table></div>
|
765
748
|
</div>
|
766
749
|
<hr>
|
767
|
-
<div class="refsect2"
|
750
|
+
<div class="refsect2">
|
768
751
|
<a name="gdk-keyboard-ungrab"></a><h3>gdk_keyboard_ungrab ()</h3>
|
769
752
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_keyboard_ungrab (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> time_</code></em>);</pre>
|
770
753
|
<p>
|
@@ -776,13 +759,12 @@ application.
|
|
776
759
|
<tbody><tr>
|
777
760
|
<td><p><span class="term"><em class="parameter"><code>time_</code></em> :</span></p></td>
|
778
761
|
<td>a timestamp from a <a class="link" href="gdk-Event-Structures.html#GdkEvent" title="union GdkEvent"><span class="type">GdkEvent</span></a>, or <a class="link" href="gdk-Events.html#GDK-CURRENT-TIME:CAPS" title="GDK_CURRENT_TIME"><code class="literal">GDK_CURRENT_TIME</code></a> if no
|
779
|
-
|
780
|
-
</td>
|
762
|
+
timestamp is available.</td>
|
781
763
|
</tr></tbody>
|
782
764
|
</table></div>
|
783
765
|
</div>
|
784
766
|
<hr>
|
785
|
-
<div class="refsect2"
|
767
|
+
<div class="refsect2">
|
786
768
|
<a name="gdk-beep"></a><h3>gdk_beep ()</h3>
|
787
769
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_beep (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
788
770
|
<p>
|
@@ -790,10 +772,10 @@ Emits a short beep on the default display.
|
|
790
772
|
</p>
|
791
773
|
</div>
|
792
774
|
<hr>
|
793
|
-
<div class="refsect2"
|
775
|
+
<div class="refsect2">
|
794
776
|
<a name="gdk-get-use-xshm"></a><h3>gdk_get_use_xshm ()</h3>
|
795
777
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_get_use_xshm (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
796
|
-
<div class="warning"
|
778
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
797
779
|
<h3 class="title">Warning</h3>
|
798
780
|
<p><code class="literal">gdk_get_use_xshm</code> is deprecated and should not be used in newly-written code.</p>
|
799
781
|
</div>
|
@@ -812,16 +794,15 @@ server are on the same machine and the server supports it.
|
|
812
794
|
<tbody><tr>
|
813
795
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
814
796
|
<td>
|
815
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if use of the MIT shared memory extension will be attempted
|
816
|
-
</td>
|
797
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if use of the MIT shared memory extension will be attempted.</td>
|
817
798
|
</tr></tbody>
|
818
799
|
</table></div>
|
819
800
|
</div>
|
820
801
|
<hr>
|
821
|
-
<div class="refsect2"
|
802
|
+
<div class="refsect2">
|
822
803
|
<a name="gdk-set-use-xshm"></a><h3>gdk_set_use_xshm ()</h3>
|
823
804
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_set_use_xshm (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_xshm</code></em>);</pre>
|
824
|
-
<div class="warning"
|
805
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
825
806
|
<h3 class="title">Warning</h3>
|
826
807
|
<p><code class="literal">gdk_set_use_xshm</code> is deprecated and should not be used in newly-written code.</p>
|
827
808
|
</div>
|
@@ -836,13 +817,12 @@ support the extension it may cause warning messages to be output.
|
|
836
817
|
<tbody><tr>
|
837
818
|
<td><p><span class="term"><em class="parameter"><code>use_xshm</code></em> :</span></p></td>
|
838
819
|
<td>
|
839
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if use of the MIT shared memory extension should be attempted
|
840
|
-
</td>
|
820
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if use of the MIT shared memory extension should be attempted.</td>
|
841
821
|
</tr></tbody>
|
842
822
|
</table></div>
|
843
823
|
</div>
|
844
824
|
<hr>
|
845
|
-
<div class="refsect2"
|
825
|
+
<div class="refsect2">
|
846
826
|
<a name="gdk-error-trap-push"></a><h3>gdk_error_trap_push ()</h3>
|
847
827
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_error_trap_push (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
848
828
|
<p>
|
@@ -851,7 +831,7 @@ of exiting the application. It should only be used if it is not possible to
|
|
851
831
|
avoid the X error in any other way.
|
852
832
|
</p>
|
853
833
|
<div class="example">
|
854
|
-
<a name="
|
834
|
+
<a name="id612813"></a><p class="title"><b>Example 1. Trapping an X error</b></p>
|
855
835
|
<div class="example-contents">
|
856
836
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
857
837
|
<tbody>
|
@@ -881,7 +861,7 @@ avoid the X error in any other way.
|
|
881
861
|
<br class="example-break">
|
882
862
|
</div>
|
883
863
|
<hr>
|
884
|
-
<div class="refsect2"
|
864
|
+
<div class="refsect2">
|
885
865
|
<a name="gdk-error-trap-pop"></a><h3>gdk_error_trap_pop ()</h3>
|
886
866
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_error_trap_pop (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
887
867
|
<p>
|
@@ -891,13 +871,12 @@ Removes the X error trap installed with <a class="link" href="gdk-General.html#g
|
|
891
871
|
<col align="left" valign="top">
|
892
872
|
<tbody><tr>
|
893
873
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
894
|
-
<td>the X error code, or 0 if no error occurred
|
895
|
-
</td>
|
874
|
+
<td>the X error code, or 0 if no error occurred.</td>
|
896
875
|
</tr></tbody>
|
897
876
|
</table></div>
|
898
877
|
</div>
|
899
878
|
<hr>
|
900
|
-
<div class="refsect2"
|
879
|
+
<div class="refsect2">
|
901
880
|
<a name="GDK-WINDOWING-X11:CAPS"></a><h3>GDK_WINDOWING_X11</h3>
|
902
881
|
<pre class="programlisting">#define GDK_WINDOWING_X11
|
903
882
|
</pre>
|
@@ -906,7 +885,7 @@ This macro is defined if GDK is configured to use the X11 backend.
|
|
906
885
|
</p>
|
907
886
|
</div>
|
908
887
|
<hr>
|
909
|
-
<div class="refsect2"
|
888
|
+
<div class="refsect2">
|
910
889
|
<a name="GDK-WINDOWING-WIN32:CAPS"></a><h3>GDK_WINDOWING_WIN32</h3>
|
911
890
|
<pre class="programlisting">#define GDK_WINDOWING_WIN32
|
912
891
|
</pre>
|
@@ -918,6 +897,6 @@ This macro is defined if GDK is configured to use the Win32 backend.
|
|
918
897
|
</div>
|
919
898
|
<div class="footer">
|
920
899
|
<hr>
|
921
|
-
Generated by GTK-Doc V1.
|
900
|
+
Generated by GTK-Doc V1.16.1</div>
|
922
901
|
</body>
|
923
902
|
</html>
|