gtk2 1.0.0-x86-mingw32 → 1.0.1-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 +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- 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 +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- 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.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- 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 +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- 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 +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- 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 +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- 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 +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- 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 +1 -2
- 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 +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- 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 +11 -17
- 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-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 +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- 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 +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- 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 +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- 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 +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- 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 +10 -5
- 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 +31 -39
- 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 +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- 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 +5 -8
- 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 +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- 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 +1 -2
- 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/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/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.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="reference.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk-Events.html" title="Events">
|
10
10
|
<link rel="next" href="gdk-Keyboard-Handling.html" title="Key Values">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (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-Event-Structures.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="Event Structures">
|
30
30
|
<a name="gdk-Event-Structures"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,34 +35,34 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv">
|
38
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
39
39
|
<a name="gdk-Event-Structures.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gdk/gdk.h>
|
42
42
|
|
43
43
|
union <a class="link" href="gdk-Event-Structures.html#GdkEvent" title="union GdkEvent">GdkEvent</a>;
|
44
44
|
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
45
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventAny" title="GdkEventAny">GdkEventAny</a>;
|
46
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventKey" title="GdkEventKey">GdkEventKey</a>;
|
47
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventButton" title="GdkEventButton">GdkEventButton</a>;
|
48
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventScroll" title="GdkEventScroll">GdkEventScroll</a>;
|
49
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventMotion" title="GdkEventMotion">GdkEventMotion</a>;
|
50
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventExpose" title="GdkEventExpose">GdkEventExpose</a>;
|
51
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventVisibility" title="GdkEventVisibility">GdkEventVisibility</a>;
|
52
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventCrossing" title="GdkEventCrossing">GdkEventCrossing</a>;
|
53
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventFocus" title="GdkEventFocus">GdkEventFocus</a>;
|
54
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventConfigure" title="GdkEventConfigure">GdkEventConfigure</a>;
|
55
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventProperty" title="GdkEventProperty">GdkEventProperty</a>;
|
56
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventSelection" title="GdkEventSelection">GdkEventSelection</a>;
|
57
57
|
typedef <a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow">GdkNativeWindow</a>;
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
58
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventDND" title="GdkEventDND">GdkEventDND</a>;
|
59
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventProximity" title="GdkEventProximity">GdkEventProximity</a>;
|
60
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventClient" title="GdkEventClient">GdkEventClient</a>;
|
61
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventNoExpose" title="GdkEventNoExpose">GdkEventNoExpose</a>;
|
62
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventWindowState" title="GdkEventWindowState">GdkEventWindowState</a>;
|
63
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventSetting" title="GdkEventSetting">GdkEventSetting</a>;
|
64
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventOwnerChange" title="GdkEventOwnerChange">GdkEventOwnerChange</a>;
|
65
|
+
<a class="link" href="gdk-Event-Structures.html#GdkEventGrabBroken" title="GdkEventGrabBroken">GdkEventGrabBroken</a>;
|
66
66
|
|
67
67
|
enum <a class="link" href="gdk-Event-Structures.html#GdkScrollDirection" title="enum GdkScrollDirection">GdkScrollDirection</a>;
|
68
68
|
enum <a class="link" href="gdk-Event-Structures.html#GdkVisibilityState" title="enum GdkVisibilityState">GdkVisibilityState</a>;
|
@@ -74,12 +74,12 @@ enum <a class="link" href="gdk-Event-Structures.html#GdkSettingAc
|
|
74
74
|
enum <a class="link" href="gdk-Event-Structures.html#GdkOwnerChange" title="enum GdkOwnerChange">GdkOwnerChange</a>;
|
75
75
|
</pre>
|
76
76
|
</div>
|
77
|
-
<div class="refsect1">
|
77
|
+
<div class="refsect1" title="Description">
|
78
78
|
<a name="gdk-Event-Structures.description"></a><h2>Description</h2>
|
79
79
|
<p>
|
80
80
|
The event structs contain data specific to each type of event in GDK.
|
81
81
|
</p>
|
82
|
-
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
82
|
+
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
83
83
|
<h3 class="title">Note</h3>
|
84
84
|
<p>
|
85
85
|
A common mistake is to forget to set the event mask of a widget so that the
|
@@ -87,35 +87,11 @@ required events are received. See <a href="http://library.gnome.org/devel/gtk/un
|
|
87
87
|
</p>
|
88
88
|
</div>
|
89
89
|
</div>
|
90
|
-
<div class="refsect1">
|
90
|
+
<div class="refsect1" title="Details">
|
91
91
|
<a name="gdk-Event-Structures.details"></a><h2>Details</h2>
|
92
|
-
<div class="refsect2">
|
92
|
+
<div class="refsect2" title="union GdkEvent">
|
93
93
|
<a name="GdkEvent"></a><h3>union GdkEvent</h3>
|
94
|
-
<pre class="programlisting">
|
95
|
-
{
|
96
|
-
GdkEventType type;
|
97
|
-
GdkEventAny any;
|
98
|
-
GdkEventExpose expose;
|
99
|
-
GdkEventNoExpose no_expose;
|
100
|
-
GdkEventVisibility visibility;
|
101
|
-
GdkEventMotion motion;
|
102
|
-
GdkEventButton button;
|
103
|
-
GdkEventScroll scroll;
|
104
|
-
GdkEventKey key;
|
105
|
-
GdkEventCrossing crossing;
|
106
|
-
GdkEventFocus focus_change;
|
107
|
-
GdkEventConfigure configure;
|
108
|
-
GdkEventProperty property;
|
109
|
-
GdkEventSelection selection;
|
110
|
-
GdkEventOwnerChange owner_change;
|
111
|
-
GdkEventProximity proximity;
|
112
|
-
GdkEventClient client;
|
113
|
-
GdkEventDND dnd;
|
114
|
-
GdkEventWindowState window_state;
|
115
|
-
GdkEventSetting setting;
|
116
|
-
GdkEventGrabBroken grab_broken;
|
117
|
-
};
|
118
|
-
</pre>
|
94
|
+
<pre class="programlisting"></pre>
|
119
95
|
<p>
|
120
96
|
The <a class="link" href="gdk-Event-Structures.html#GdkEvent" title="union GdkEvent"><span class="type">GdkEvent</span></a> struct contains a union of all of the event structs,
|
121
97
|
and allows access to the data fields in a number of ways.
|
@@ -185,17 +161,17 @@ or:
|
|
185
161
|
</p>
|
186
162
|
</div>
|
187
163
|
<hr>
|
188
|
-
<div class="refsect2">
|
189
|
-
<a name="GdkEventAny"></a><h3>
|
190
|
-
<pre class="programlisting">struct
|
164
|
+
<div class="refsect2" title="GdkEventAny">
|
165
|
+
<a name="GdkEventAny"></a><h3>GdkEventAny</h3>
|
166
|
+
<pre class="programlisting">typedef struct {
|
191
167
|
GdkEventType type;
|
192
168
|
GdkWindow *window;
|
193
169
|
gint8 send_event;
|
194
|
-
};
|
170
|
+
} GdkEventAny;
|
195
171
|
</pre>
|
196
172
|
<p>
|
197
173
|
Contains the fields which are common to all event structs.
|
198
|
-
Any event pointer can safely be cast to a pointer to a <a class="link" href="gdk-Event-Structures.html#GdkEventAny" title="
|
174
|
+
Any event pointer can safely be cast to a pointer to a <a class="link" href="gdk-Event-Structures.html#GdkEventAny" title="GdkEventAny"><span class="type">GdkEventAny</span></a> to access
|
199
175
|
these fields.
|
200
176
|
</p>
|
201
177
|
<div class="variablelist"><table border="0">
|
@@ -203,25 +179,28 @@ these fields.
|
|
203
179
|
<tbody>
|
204
180
|
<tr>
|
205
181
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventAny.type"></a>type</code></em>;</span></p></td>
|
206
|
-
<td>the type of the event
|
182
|
+
<td>the type of the event.
|
183
|
+
</td>
|
207
184
|
</tr>
|
208
185
|
<tr>
|
209
186
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventAny.window"></a>window</code></em>;</span></p></td>
|
210
|
-
<td>the window which received the event
|
187
|
+
<td>the window which received the event.
|
188
|
+
</td>
|
211
189
|
</tr>
|
212
190
|
<tr>
|
213
191
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventAny.send-event"></a>send_event</code></em>;</span></p></td>
|
214
192
|
<td>
|
215
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
216
|
-
<code class="function">XSendEvent</code>)
|
193
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
194
|
+
<code class="function">XSendEvent</code>).
|
195
|
+
</td>
|
217
196
|
</tr>
|
218
197
|
</tbody>
|
219
198
|
</table></div>
|
220
199
|
</div>
|
221
200
|
<hr>
|
222
|
-
<div class="refsect2">
|
223
|
-
<a name="GdkEventKey"></a><h3>
|
224
|
-
<pre class="programlisting">struct
|
201
|
+
<div class="refsect2" title="GdkEventKey">
|
202
|
+
<a name="GdkEventKey"></a><h3>GdkEventKey</h3>
|
203
|
+
<pre class="programlisting">typedef struct {
|
225
204
|
GdkEventType type;
|
226
205
|
GdkWindow *window;
|
227
206
|
gint8 send_event;
|
@@ -233,7 +212,7 @@ these fields.
|
|
233
212
|
guint16 hardware_keycode;
|
234
213
|
guint8 group;
|
235
214
|
guint is_modifier : 1;
|
236
|
-
};
|
215
|
+
} GdkEventKey;
|
237
216
|
</pre>
|
238
217
|
<p>
|
239
218
|
Describes a key press or key release event.
|
@@ -243,36 +222,43 @@ Describes a key press or key release event.
|
|
243
222
|
<tbody>
|
244
223
|
<tr>
|
245
224
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventKey.type"></a>type</code></em>;</span></p></td>
|
246
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-KEY-PRESS:CAPS"><code class="literal">GDK_KEY_PRESS</code></a> or <a class="link" href="gdk-Events.html#GDK-KEY-RELEASE:CAPS"><code class="literal">GDK_KEY_RELEASE</code></a>)
|
225
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-KEY-PRESS:CAPS"><code class="literal">GDK_KEY_PRESS</code></a> or <a class="link" href="gdk-Events.html#GDK-KEY-RELEASE:CAPS"><code class="literal">GDK_KEY_RELEASE</code></a>).
|
226
|
+
</td>
|
247
227
|
</tr>
|
248
228
|
<tr>
|
249
229
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventKey.window"></a>window</code></em>;</span></p></td>
|
250
|
-
<td>the window which received the event
|
230
|
+
<td>the window which received the event.
|
231
|
+
</td>
|
251
232
|
</tr>
|
252
233
|
<tr>
|
253
234
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventKey.send-event"></a>send_event</code></em>;</span></p></td>
|
254
235
|
<td>
|
255
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
256
|
-
<code class="function">XSendEvent</code>)
|
236
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
237
|
+
<code class="function">XSendEvent</code>).
|
238
|
+
</td>
|
257
239
|
</tr>
|
258
240
|
<tr>
|
259
241
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkEventKey.time"></a>time</code></em>;</span></p></td>
|
260
|
-
<td>the time of the event in milliseconds
|
242
|
+
<td>the time of the event in milliseconds.
|
243
|
+
</td>
|
261
244
|
</tr>
|
262
245
|
<tr>
|
263
246
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GdkEventKey.state"></a>state</code></em>;</span></p></td>
|
264
247
|
<td>a bit-mask representing the state of the modifier keys (e.g. Control,
|
265
|
-
Shift and Alt) and the pointer buttons. See <a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a
|
248
|
+
Shift and Alt) and the pointer buttons. See <a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a>.
|
249
|
+
</td>
|
266
250
|
</tr>
|
267
251
|
<tr>
|
268
252
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GdkEventKey.keyval"></a>keyval</code></em>;</span></p></td>
|
269
|
-
<td>the key that was pressed or released. See the
|
253
|
+
<td>the key that was pressed or released. See the
|
270
254
|
<code class="filename"><gdk/gdkkeysyms.h></code>
|
271
|
-
header file for a complete list of GDK key codes
|
255
|
+
header file for a complete list of GDK key codes.
|
256
|
+
</td>
|
272
257
|
</tr>
|
273
258
|
<tr>
|
274
259
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkEventKey.length"></a>length</code></em>;</span></p></td>
|
275
|
-
<td>the length of <em class="parameter"><code>string</code></em
|
260
|
+
<td>the length of <em class="parameter"><code>string</code></em>.
|
261
|
+
</td>
|
276
262
|
</tr>
|
277
263
|
<tr>
|
278
264
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GdkEventKey.string"></a>string</code></em>;</span></p></td>
|
@@ -286,28 +272,32 @@ of the current locale (Note: this for backwards compatibility:
|
|
286
272
|
strings in GTK+ and GDK are typically in UTF-8.) and NUL-terminated.
|
287
273
|
In some cases, the translation of the key code will be a single
|
288
274
|
NUL byte, in which case looking at <em class="parameter"><code>length</code></em> is necessary to distinguish
|
289
|
-
it from the an empty translation
|
275
|
+
it from the an empty translation.
|
276
|
+
</td>
|
290
277
|
</tr>
|
291
278
|
<tr>
|
292
279
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code><a name="GdkEventKey.hardware-keycode"></a>hardware_keycode</code></em>;</span></p></td>
|
293
|
-
<td>the raw code of the key that was pressed or released
|
280
|
+
<td>the raw code of the key that was pressed or released.
|
281
|
+
</td>
|
294
282
|
</tr>
|
295
283
|
<tr>
|
296
284
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> <em class="structfield"><code><a name="GdkEventKey.group"></a>group</code></em>;</span></p></td>
|
297
|
-
<td>the keyboard group
|
285
|
+
<td>the keyboard group.
|
286
|
+
</td>
|
298
287
|
</tr>
|
299
288
|
<tr>
|
300
289
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GdkEventKey.is-modifier"></a>is_modifier</code></em> : 1;</span></p></td>
|
301
290
|
<td>a flag that indicates if <em class="parameter"><code>hardware_keycode</code></em> is mapped to a
|
302
|
-
modifier. Since 2.10
|
291
|
+
modifier. Since 2.10
|
292
|
+
</td>
|
303
293
|
</tr>
|
304
294
|
</tbody>
|
305
295
|
</table></div>
|
306
296
|
</div>
|
307
297
|
<hr>
|
308
|
-
<div class="refsect2">
|
309
|
-
<a name="GdkEventButton"></a><h3>
|
310
|
-
<pre class="programlisting">struct
|
298
|
+
<div class="refsect2" title="GdkEventButton">
|
299
|
+
<a name="GdkEventButton"></a><h3>GdkEventButton</h3>
|
300
|
+
<pre class="programlisting">typedef struct {
|
311
301
|
GdkEventType type;
|
312
302
|
GdkWindow *window;
|
313
303
|
gint8 send_event;
|
@@ -319,7 +309,7 @@ modifier. Since 2.10</td>
|
|
319
309
|
guint button;
|
320
310
|
GdkDevice *device;
|
321
311
|
gdouble x_root, y_root;
|
322
|
-
};
|
312
|
+
} GdkEventButton;
|
323
313
|
</pre>
|
324
314
|
<p>
|
325
315
|
Used for button press and button release events. The
|
@@ -369,67 +359,79 @@ must also occur within 1/2 second of the first button press.
|
|
369
359
|
<tr>
|
370
360
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventButton.type"></a>type</code></em>;</span></p></td>
|
371
361
|
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-BUTTON-PRESS:CAPS"><code class="literal">GDK_BUTTON_PRESS</code></a>, <a class="link" href="gdk-Events.html#GDK-2BUTTON-PRESS:CAPS"><code class="literal">GDK_2BUTTON_PRESS</code></a>,
|
372
|
-
<a class="link" href="gdk-Events.html#GDK-3BUTTON-PRESS:CAPS"><code class="literal">GDK_3BUTTON_PRESS</code></a> or <a class="link" href="gdk-Events.html#GDK-BUTTON-RELEASE:CAPS"><code class="literal">GDK_BUTTON_RELEASE</code></a>)
|
362
|
+
<a class="link" href="gdk-Events.html#GDK-3BUTTON-PRESS:CAPS"><code class="literal">GDK_3BUTTON_PRESS</code></a> or <a class="link" href="gdk-Events.html#GDK-BUTTON-RELEASE:CAPS"><code class="literal">GDK_BUTTON_RELEASE</code></a>).
|
363
|
+
</td>
|
373
364
|
</tr>
|
374
365
|
<tr>
|
375
366
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventButton.window"></a>window</code></em>;</span></p></td>
|
376
|
-
<td>the window which received the event
|
367
|
+
<td>the window which received the event.
|
368
|
+
</td>
|
377
369
|
</tr>
|
378
370
|
<tr>
|
379
371
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventButton.send-event"></a>send_event</code></em>;</span></p></td>
|
380
372
|
<td>
|
381
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
382
|
-
<code class="function">XSendEvent</code>)
|
373
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
374
|
+
<code class="function">XSendEvent</code>).
|
375
|
+
</td>
|
383
376
|
</tr>
|
384
377
|
<tr>
|
385
378
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkEventButton.time"></a>time</code></em>;</span></p></td>
|
386
|
-
<td>the time of the event in milliseconds
|
379
|
+
<td>the time of the event in milliseconds.
|
380
|
+
</td>
|
387
381
|
</tr>
|
388
382
|
<tr>
|
389
383
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventButton.x"></a>x</code></em>;</span></p></td>
|
390
|
-
<td>the x coordinate of the pointer relative to the window
|
384
|
+
<td>the x coordinate of the pointer relative to the window.
|
385
|
+
</td>
|
391
386
|
</tr>
|
392
387
|
<tr>
|
393
388
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventButton.y"></a>y</code></em>;</span></p></td>
|
394
|
-
<td>the y coordinate of the pointer relative to the window
|
389
|
+
<td>the y coordinate of the pointer relative to the window.
|
390
|
+
</td>
|
395
391
|
</tr>
|
396
392
|
<tr>
|
397
393
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *<em class="structfield"><code><a name="GdkEventButton.axes"></a>axes</code></em>;</span></p></td>
|
398
394
|
<td>
|
399
|
-
<em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em> translated to the axes of <em class="parameter"><code>device</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>device</code></em> is
|
400
|
-
the mouse
|
395
|
+
<em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em> translated to the axes of <em class="parameter"><code>device</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>device</code></em> is
|
396
|
+
the mouse.
|
397
|
+
</td>
|
401
398
|
</tr>
|
402
399
|
<tr>
|
403
400
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GdkEventButton.state"></a>state</code></em>;</span></p></td>
|
404
401
|
<td>a bit-mask representing the state of the modifier keys (e.g. Control,
|
405
|
-
Shift and Alt) and the pointer buttons. See <a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a
|
402
|
+
Shift and Alt) and the pointer buttons. See <a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a>.
|
403
|
+
</td>
|
406
404
|
</tr>
|
407
405
|
<tr>
|
408
406
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GdkEventButton.button"></a>button</code></em>;</span></p></td>
|
409
407
|
<td>the button which was pressed or released, numbered from 1 to 5.
|
410
408
|
Normally button 1 is the left mouse button, 2 is the middle button,
|
411
409
|
and 3 is the right button. On 2-button mice, the middle button can often
|
412
|
-
be simulated by pressing both mouse buttons together
|
410
|
+
be simulated by pressing both mouse buttons together.
|
411
|
+
</td>
|
413
412
|
</tr>
|
414
413
|
<tr>
|
415
|
-
<td><p><span class="term"><a class="link" href="gdk-Input-Devices.html#GdkDevice" title="
|
416
|
-
<td>the device where the event originated
|
414
|
+
<td><p><span class="term"><a class="link" href="gdk-Input-Devices.html#GdkDevice" title="GdkDevice"><span class="type">GdkDevice</span></a> *<em class="structfield"><code><a name="GdkEventButton.device"></a>device</code></em>;</span></p></td>
|
415
|
+
<td>the device where the event originated.
|
416
|
+
</td>
|
417
417
|
</tr>
|
418
418
|
<tr>
|
419
419
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventButton.x-root"></a>x_root</code></em>;</span></p></td>
|
420
|
-
<td>the x coordinate of the pointer relative to the root of the screen
|
420
|
+
<td>the x coordinate of the pointer relative to the root of the screen.
|
421
|
+
</td>
|
421
422
|
</tr>
|
422
423
|
<tr>
|
423
424
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventButton.y-root"></a>y_root</code></em>;</span></p></td>
|
424
|
-
<td>the y coordinate of the pointer relative to the root of the screen
|
425
|
+
<td>the y coordinate of the pointer relative to the root of the screen.
|
426
|
+
</td>
|
425
427
|
</tr>
|
426
428
|
</tbody>
|
427
429
|
</table></div>
|
428
430
|
</div>
|
429
431
|
<hr>
|
430
|
-
<div class="refsect2">
|
431
|
-
<a name="GdkEventScroll"></a><h3>
|
432
|
-
<pre class="programlisting">struct
|
432
|
+
<div class="refsect2" title="GdkEventScroll">
|
433
|
+
<a name="GdkEventScroll"></a><h3>GdkEventScroll</h3>
|
434
|
+
<pre class="programlisting">typedef struct {
|
433
435
|
GdkEventType type;
|
434
436
|
GdkWindow *window;
|
435
437
|
gint8 send_event;
|
@@ -440,7 +442,7 @@ be simulated by pressing both mouse buttons together.</td>
|
|
440
442
|
GdkScrollDirection direction;
|
441
443
|
GdkDevice *device;
|
442
444
|
gdouble x_root, y_root;
|
443
|
-
};
|
445
|
+
} GdkEventScroll;
|
444
446
|
</pre>
|
445
447
|
<p>
|
446
448
|
Generated from button presses for the buttons 4 to 7. Wheel mice are
|
@@ -452,59 +454,70 @@ when the wheel is turned.
|
|
452
454
|
<tbody>
|
453
455
|
<tr>
|
454
456
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventScroll.type"></a>type</code></em>;</span></p></td>
|
455
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-SCROLL:CAPS"><code class="literal">GDK_SCROLL</code></a>)
|
457
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-SCROLL:CAPS"><code class="literal">GDK_SCROLL</code></a>).
|
458
|
+
</td>
|
456
459
|
</tr>
|
457
460
|
<tr>
|
458
461
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventScroll.window"></a>window</code></em>;</span></p></td>
|
459
|
-
<td>the window which received the event
|
462
|
+
<td>the window which received the event.
|
463
|
+
</td>
|
460
464
|
</tr>
|
461
465
|
<tr>
|
462
466
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventScroll.send-event"></a>send_event</code></em>;</span></p></td>
|
463
467
|
<td>
|
464
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
465
|
-
<code class="function">XSendEvent</code>)
|
468
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
469
|
+
<code class="function">XSendEvent</code>).
|
470
|
+
</td>
|
466
471
|
</tr>
|
467
472
|
<tr>
|
468
473
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkEventScroll.time"></a>time</code></em>;</span></p></td>
|
469
|
-
<td>the time of the event in milliseconds
|
474
|
+
<td>the time of the event in milliseconds.
|
475
|
+
</td>
|
470
476
|
</tr>
|
471
477
|
<tr>
|
472
478
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventScroll.x"></a>x</code></em>;</span></p></td>
|
473
|
-
<td>the x coordinate of the pointer relative to the window
|
479
|
+
<td>the x coordinate of the pointer relative to the window.
|
480
|
+
</td>
|
474
481
|
</tr>
|
475
482
|
<tr>
|
476
483
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventScroll.y"></a>y</code></em>;</span></p></td>
|
477
|
-
<td>the y coordinate of the pointer relative to the window
|
484
|
+
<td>the y coordinate of the pointer relative to the window.
|
485
|
+
</td>
|
478
486
|
</tr>
|
479
487
|
<tr>
|
480
488
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GdkEventScroll.state"></a>state</code></em>;</span></p></td>
|
481
489
|
<td>a bit-mask representing the state of the modifier keys (e.g. Control,
|
482
|
-
Shift and Alt) and the pointer buttons. See <a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a
|
490
|
+
Shift and Alt) and the pointer buttons. See <a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a>.
|
491
|
+
</td>
|
483
492
|
</tr>
|
484
493
|
<tr>
|
485
494
|
<td><p><span class="term"><a class="link" href="gdk-Event-Structures.html#GdkScrollDirection" title="enum GdkScrollDirection"><span class="type">GdkScrollDirection</span></a> <em class="structfield"><code><a name="GdkEventScroll.direction"></a>direction</code></em>;</span></p></td>
|
486
|
-
<td>the direction to scroll to (one of <a class="link" href="gdk-Event-Structures.html#GDK-SCROLL-UP:CAPS"><code class="literal">GDK_SCROLL_UP</code></a>,
|
487
|
-
<a class="link" href="gdk-Event-Structures.html#GDK-SCROLL-DOWN:CAPS"><code class="literal">GDK_SCROLL_DOWN</code></a>, <a class="link" href="gdk-Event-Structures.html#GDK-SCROLL-LEFT:CAPS"><code class="literal">GDK_SCROLL_LEFT</code></a> and <a class="link" href="gdk-Event-Structures.html#GDK-SCROLL-RIGHT:CAPS"><code class="literal">GDK_SCROLL_RIGHT</code></a>)
|
495
|
+
<td>the direction to scroll to (one of <a class="link" href="gdk-Event-Structures.html#GDK-SCROLL-UP:CAPS"><code class="literal">GDK_SCROLL_UP</code></a>,
|
496
|
+
<a class="link" href="gdk-Event-Structures.html#GDK-SCROLL-DOWN:CAPS"><code class="literal">GDK_SCROLL_DOWN</code></a>, <a class="link" href="gdk-Event-Structures.html#GDK-SCROLL-LEFT:CAPS"><code class="literal">GDK_SCROLL_LEFT</code></a> and <a class="link" href="gdk-Event-Structures.html#GDK-SCROLL-RIGHT:CAPS"><code class="literal">GDK_SCROLL_RIGHT</code></a>).
|
497
|
+
</td>
|
488
498
|
</tr>
|
489
499
|
<tr>
|
490
|
-
<td><p><span class="term"><a class="link" href="gdk-Input-Devices.html#GdkDevice" title="
|
491
|
-
<td>the device where the event originated
|
500
|
+
<td><p><span class="term"><a class="link" href="gdk-Input-Devices.html#GdkDevice" title="GdkDevice"><span class="type">GdkDevice</span></a> *<em class="structfield"><code><a name="GdkEventScroll.device"></a>device</code></em>;</span></p></td>
|
501
|
+
<td>the device where the event originated.
|
502
|
+
</td>
|
492
503
|
</tr>
|
493
504
|
<tr>
|
494
505
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventScroll.x-root"></a>x_root</code></em>;</span></p></td>
|
495
|
-
<td>the x coordinate of the pointer relative to the root of the screen
|
506
|
+
<td>the x coordinate of the pointer relative to the root of the screen.
|
507
|
+
</td>
|
496
508
|
</tr>
|
497
509
|
<tr>
|
498
510
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventScroll.y-root"></a>y_root</code></em>;</span></p></td>
|
499
|
-
<td>the y coordinate of the pointer relative to the root of the screen
|
511
|
+
<td>the y coordinate of the pointer relative to the root of the screen.
|
512
|
+
</td>
|
500
513
|
</tr>
|
501
514
|
</tbody>
|
502
515
|
</table></div>
|
503
516
|
</div>
|
504
517
|
<hr>
|
505
|
-
<div class="refsect2">
|
506
|
-
<a name="GdkEventMotion"></a><h3>
|
507
|
-
<pre class="programlisting">struct
|
518
|
+
<div class="refsect2" title="GdkEventMotion">
|
519
|
+
<a name="GdkEventMotion"></a><h3>GdkEventMotion</h3>
|
520
|
+
<pre class="programlisting">typedef struct {
|
508
521
|
GdkEventType type;
|
509
522
|
GdkWindow *window;
|
510
523
|
gint8 send_event;
|
@@ -516,7 +529,7 @@ Shift and Alt) and the pointer buttons. See <a class="link" href="gdk-Windows.ht
|
|
516
529
|
gint16 is_hint;
|
517
530
|
GdkDevice *device;
|
518
531
|
gdouble x_root, y_root;
|
519
|
-
};
|
532
|
+
} GdkEventMotion;
|
520
533
|
</pre>
|
521
534
|
<p>
|
522
535
|
Generated when the pointer moves.
|
@@ -526,72 +539,84 @@ Generated when the pointer moves.
|
|
526
539
|
<tbody>
|
527
540
|
<tr>
|
528
541
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventMotion.type"></a>type</code></em>;</span></p></td>
|
529
|
-
<td>the type of the event
|
542
|
+
<td>the type of the event.
|
543
|
+
</td>
|
530
544
|
</tr>
|
531
545
|
<tr>
|
532
546
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventMotion.window"></a>window</code></em>;</span></p></td>
|
533
|
-
<td>the window which received the event
|
547
|
+
<td>the window which received the event.
|
548
|
+
</td>
|
534
549
|
</tr>
|
535
550
|
<tr>
|
536
551
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventMotion.send-event"></a>send_event</code></em>;</span></p></td>
|
537
552
|
<td>
|
538
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
539
|
-
<code class="function">XSendEvent</code>)
|
553
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
554
|
+
<code class="function">XSendEvent</code>).
|
555
|
+
</td>
|
540
556
|
</tr>
|
541
557
|
<tr>
|
542
558
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkEventMotion.time"></a>time</code></em>;</span></p></td>
|
543
|
-
<td>the time of the event in milliseconds
|
559
|
+
<td>the time of the event in milliseconds.
|
560
|
+
</td>
|
544
561
|
</tr>
|
545
562
|
<tr>
|
546
563
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventMotion.x"></a>x</code></em>;</span></p></td>
|
547
|
-
<td>the x coordinate of the pointer relative to the window
|
564
|
+
<td>the x coordinate of the pointer relative to the window.
|
565
|
+
</td>
|
548
566
|
</tr>
|
549
567
|
<tr>
|
550
568
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventMotion.y"></a>y</code></em>;</span></p></td>
|
551
|
-
<td>the y coordinate of the pointer relative to the window
|
569
|
+
<td>the y coordinate of the pointer relative to the window.
|
570
|
+
</td>
|
552
571
|
</tr>
|
553
572
|
<tr>
|
554
573
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *<em class="structfield"><code><a name="GdkEventMotion.axes"></a>axes</code></em>;</span></p></td>
|
555
574
|
<td>
|
556
|
-
<em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em> translated to the axes of <em class="parameter"><code>device</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>device</code></em> is
|
557
|
-
the mouse
|
575
|
+
<em class="parameter"><code>x</code></em>, <em class="parameter"><code>y</code></em> translated to the axes of <em class="parameter"><code>device</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>device</code></em> is
|
576
|
+
the mouse.
|
577
|
+
</td>
|
558
578
|
</tr>
|
559
579
|
<tr>
|
560
580
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GdkEventMotion.state"></a>state</code></em>;</span></p></td>
|
561
581
|
<td>a bit-mask representing the state of the modifier keys (e.g. Control,
|
562
|
-
Shift and Alt) and the pointer buttons. See <a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a
|
582
|
+
Shift and Alt) and the pointer buttons. See <a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a>.
|
583
|
+
</td>
|
563
584
|
</tr>
|
564
585
|
<tr>
|
565
586
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint16"><span class="type">gint16</span></a> <em class="structfield"><code><a name="GdkEventMotion.is-hint"></a>is_hint</code></em>;</span></p></td>
|
566
587
|
<td>set to 1 if this event is just a hint, see the <a class="link" href="gdk-Events.html#GDK-POINTER-MOTION-HINT-MASK:CAPS"><code class="literal">GDK_POINTER_MOTION_HINT_MASK</code></a>
|
567
|
-
value of <a class="link" href="gdk-Events.html#GdkEventMask" title="enum GdkEventMask"><span class="type">GdkEventMask</span></a
|
588
|
+
value of <a class="link" href="gdk-Events.html#GdkEventMask" title="enum GdkEventMask"><span class="type">GdkEventMask</span></a>.
|
589
|
+
</td>
|
568
590
|
</tr>
|
569
591
|
<tr>
|
570
|
-
<td><p><span class="term"><a class="link" href="gdk-Input-Devices.html#GdkDevice" title="
|
571
|
-
<td>the device where the event originated
|
592
|
+
<td><p><span class="term"><a class="link" href="gdk-Input-Devices.html#GdkDevice" title="GdkDevice"><span class="type">GdkDevice</span></a> *<em class="structfield"><code><a name="GdkEventMotion.device"></a>device</code></em>;</span></p></td>
|
593
|
+
<td>the device where the event originated.
|
594
|
+
</td>
|
572
595
|
</tr>
|
573
596
|
<tr>
|
574
597
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventMotion.x-root"></a>x_root</code></em>;</span></p></td>
|
575
|
-
<td>the x coordinate of the pointer relative to the root of the screen
|
598
|
+
<td>the x coordinate of the pointer relative to the root of the screen.
|
599
|
+
</td>
|
576
600
|
</tr>
|
577
601
|
<tr>
|
578
602
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventMotion.y-root"></a>y_root</code></em>;</span></p></td>
|
579
|
-
<td>the y coordinate of the pointer relative to the root of the screen
|
603
|
+
<td>the y coordinate of the pointer relative to the root of the screen.
|
604
|
+
</td>
|
580
605
|
</tr>
|
581
606
|
</tbody>
|
582
607
|
</table></div>
|
583
608
|
</div>
|
584
609
|
<hr>
|
585
|
-
<div class="refsect2">
|
586
|
-
<a name="GdkEventExpose"></a><h3>
|
587
|
-
<pre class="programlisting">struct
|
610
|
+
<div class="refsect2" title="GdkEventExpose">
|
611
|
+
<a name="GdkEventExpose"></a><h3>GdkEventExpose</h3>
|
612
|
+
<pre class="programlisting">typedef struct {
|
588
613
|
GdkEventType type;
|
589
614
|
GdkWindow *window;
|
590
615
|
gint8 send_event;
|
591
616
|
GdkRectangle area;
|
592
617
|
GdkRegion *region;
|
593
618
|
gint count; /* If non-zero, how many more events follow. */
|
594
|
-
};
|
619
|
+
} GdkEventExpose;
|
595
620
|
</pre>
|
596
621
|
<p>
|
597
622
|
Generated when all or part of a window becomes visible and needs to be
|
@@ -602,45 +627,51 @@ redrawn.
|
|
602
627
|
<tbody>
|
603
628
|
<tr>
|
604
629
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventExpose.type"></a>type</code></em>;</span></p></td>
|
605
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-EXPOSE:CAPS"><code class="literal">GDK_EXPOSE</code></a> or <a class="link" href="gdk-Events.html#GDK-DAMAGE:CAPS"><code class="literal">GDK_DAMAGE</code></a>)
|
630
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-EXPOSE:CAPS"><code class="literal">GDK_EXPOSE</code></a> or <a class="link" href="gdk-Events.html#GDK-DAMAGE:CAPS"><code class="literal">GDK_DAMAGE</code></a>).
|
631
|
+
</td>
|
606
632
|
</tr>
|
607
633
|
<tr>
|
608
634
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventExpose.window"></a>window</code></em>;</span></p></td>
|
609
|
-
<td>the window which received the event
|
635
|
+
<td>the window which received the event.
|
636
|
+
</td>
|
610
637
|
</tr>
|
611
638
|
<tr>
|
612
639
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventExpose.send-event"></a>send_event</code></em>;</span></p></td>
|
613
640
|
<td>
|
614
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
615
|
-
<code class="function">XSendEvent</code>)
|
641
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
642
|
+
<code class="function">XSendEvent</code>).
|
643
|
+
</td>
|
616
644
|
</tr>
|
617
645
|
<tr>
|
618
|
-
<td><p><span class="term"><a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRectangle" title="
|
619
|
-
<td>bounding box of <em class="parameter"><code>region</code></em
|
646
|
+
<td><p><span class="term"><a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> <em class="structfield"><code><a name="GdkEventExpose.area"></a>area</code></em>;</span></p></td>
|
647
|
+
<td>bounding box of <em class="parameter"><code>region</code></em>.
|
648
|
+
</td>
|
620
649
|
</tr>
|
621
650
|
<tr>
|
622
651
|
<td><p><span class="term"><a class="link" href="gdk-Points-Rectangles-and-Regions.html#GdkRegion" title="GdkRegion"><span class="type">GdkRegion</span></a> *<em class="structfield"><code><a name="GdkEventExpose.region"></a>region</code></em>;</span></p></td>
|
623
|
-
<td>the region that needs to be redrawn
|
652
|
+
<td>the region that needs to be redrawn.
|
653
|
+
</td>
|
624
654
|
</tr>
|
625
655
|
<tr>
|
626
656
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkEventExpose.count"></a>count</code></em>;</span></p></td>
|
627
657
|
<td>the number of contiguous <a class="link" href="gdk-Events.html#GDK-EXPOSE:CAPS"><code class="literal">GDK_EXPOSE</code></a> events following this one.
|
628
658
|
The only use for this is "exposure compression", i.e. handling all contiguous
|
629
659
|
<a class="link" href="gdk-Events.html#GDK-EXPOSE:CAPS"><code class="literal">GDK_EXPOSE</code></a> events in one go, though GDK performs some exposure compression
|
630
|
-
so this is not normally needed
|
660
|
+
so this is not normally needed.
|
661
|
+
</td>
|
631
662
|
</tr>
|
632
663
|
</tbody>
|
633
664
|
</table></div>
|
634
665
|
</div>
|
635
666
|
<hr>
|
636
|
-
<div class="refsect2">
|
637
|
-
<a name="GdkEventVisibility"></a><h3>
|
638
|
-
<pre class="programlisting">struct
|
667
|
+
<div class="refsect2" title="GdkEventVisibility">
|
668
|
+
<a name="GdkEventVisibility"></a><h3>GdkEventVisibility</h3>
|
669
|
+
<pre class="programlisting">typedef struct {
|
639
670
|
GdkEventType type;
|
640
671
|
GdkWindow *window;
|
641
672
|
gint8 send_event;
|
642
673
|
GdkVisibilityState state;
|
643
|
-
};
|
674
|
+
} GdkEventVisibility;
|
644
675
|
</pre>
|
645
676
|
<p>
|
646
677
|
Generated when the window visibility status has changed.
|
@@ -650,30 +681,34 @@ Generated when the window visibility status has changed.
|
|
650
681
|
<tbody>
|
651
682
|
<tr>
|
652
683
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventVisibility.type"></a>type</code></em>;</span></p></td>
|
653
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-VISIBILITY-NOTIFY:CAPS"><code class="literal">GDK_VISIBILITY_NOTIFY</code></a>)
|
684
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-VISIBILITY-NOTIFY:CAPS"><code class="literal">GDK_VISIBILITY_NOTIFY</code></a>).
|
685
|
+
</td>
|
654
686
|
</tr>
|
655
687
|
<tr>
|
656
688
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventVisibility.window"></a>window</code></em>;</span></p></td>
|
657
|
-
<td>the window which received the event
|
689
|
+
<td>the window which received the event.
|
690
|
+
</td>
|
658
691
|
</tr>
|
659
692
|
<tr>
|
660
693
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventVisibility.send-event"></a>send_event</code></em>;</span></p></td>
|
661
694
|
<td>
|
662
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
663
|
-
<code class="function">XSendEvent</code>)
|
695
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
696
|
+
<code class="function">XSendEvent</code>).
|
697
|
+
</td>
|
664
698
|
</tr>
|
665
699
|
<tr>
|
666
700
|
<td><p><span class="term"><a class="link" href="gdk-Event-Structures.html#GdkVisibilityState" title="enum GdkVisibilityState"><span class="type">GdkVisibilityState</span></a> <em class="structfield"><code><a name="GdkEventVisibility.state"></a>state</code></em>;</span></p></td>
|
667
701
|
<td>the new visibility state (<a class="link" href="gdk-Event-Structures.html#GDK-VISIBILITY-FULLY-OBSCURED:CAPS"><code class="literal">GDK_VISIBILITY_FULLY_OBSCURED</code></a>,
|
668
|
-
<a class="link" href="gdk-Event-Structures.html#GDK-VISIBILITY-PARTIAL:CAPS"><code class="literal">GDK_VISIBILITY_PARTIAL</code></a> or <a class="link" href="gdk-Event-Structures.html#GDK-VISIBILITY-UNOBSCURED:CAPS"><code class="literal">GDK_VISIBILITY_UNOBSCURED</code></a>)
|
702
|
+
<a class="link" href="gdk-Event-Structures.html#GDK-VISIBILITY-PARTIAL:CAPS"><code class="literal">GDK_VISIBILITY_PARTIAL</code></a> or <a class="link" href="gdk-Event-Structures.html#GDK-VISIBILITY-UNOBSCURED:CAPS"><code class="literal">GDK_VISIBILITY_UNOBSCURED</code></a>).
|
703
|
+
</td>
|
669
704
|
</tr>
|
670
705
|
</tbody>
|
671
706
|
</table></div>
|
672
707
|
</div>
|
673
708
|
<hr>
|
674
|
-
<div class="refsect2">
|
675
|
-
<a name="GdkEventCrossing"></a><h3>
|
676
|
-
<pre class="programlisting">struct
|
709
|
+
<div class="refsect2" title="GdkEventCrossing">
|
710
|
+
<a name="GdkEventCrossing"></a><h3>GdkEventCrossing</h3>
|
711
|
+
<pre class="programlisting">typedef struct {
|
677
712
|
GdkEventType type;
|
678
713
|
GdkWindow *window;
|
679
714
|
gint8 send_event;
|
@@ -687,7 +722,7 @@ Generated when the window visibility status has changed.
|
|
687
722
|
GdkNotifyType detail;
|
688
723
|
gboolean focus;
|
689
724
|
guint state;
|
690
|
-
};
|
725
|
+
} GdkEventCrossing;
|
691
726
|
</pre>
|
692
727
|
<p>
|
693
728
|
Generated when the pointer enters or leaves a window.
|
@@ -697,78 +732,91 @@ Generated when the pointer enters or leaves a window.
|
|
697
732
|
<tbody>
|
698
733
|
<tr>
|
699
734
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventCrossing.type"></a>type</code></em>;</span></p></td>
|
700
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-ENTER-NOTIFY:CAPS"><code class="literal">GDK_ENTER_NOTIFY</code></a> or <a class="link" href="gdk-Events.html#GDK-LEAVE-NOTIFY:CAPS"><code class="literal">GDK_LEAVE_NOTIFY</code></a>)
|
735
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-ENTER-NOTIFY:CAPS"><code class="literal">GDK_ENTER_NOTIFY</code></a> or <a class="link" href="gdk-Events.html#GDK-LEAVE-NOTIFY:CAPS"><code class="literal">GDK_LEAVE_NOTIFY</code></a>).
|
736
|
+
</td>
|
701
737
|
</tr>
|
702
738
|
<tr>
|
703
739
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventCrossing.window"></a>window</code></em>;</span></p></td>
|
704
|
-
<td>the window which received the event
|
740
|
+
<td>the window which received the event.
|
741
|
+
</td>
|
705
742
|
</tr>
|
706
743
|
<tr>
|
707
744
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventCrossing.send-event"></a>send_event</code></em>;</span></p></td>
|
708
745
|
<td>
|
709
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
710
|
-
<code class="function">XSendEvent</code>)
|
746
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using
|
747
|
+
<code class="function">XSendEvent</code>).
|
748
|
+
</td>
|
711
749
|
</tr>
|
712
750
|
<tr>
|
713
751
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventCrossing.subwindow"></a>subwindow</code></em>;</span></p></td>
|
714
|
-
<td>the window that was entered or left
|
752
|
+
<td>the window that was entered or left.
|
753
|
+
</td>
|
715
754
|
</tr>
|
716
755
|
<tr>
|
717
756
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkEventCrossing.time"></a>time</code></em>;</span></p></td>
|
718
|
-
<td>the time of the event in milliseconds
|
757
|
+
<td>the time of the event in milliseconds.
|
758
|
+
</td>
|
719
759
|
</tr>
|
720
760
|
<tr>
|
721
761
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventCrossing.x"></a>x</code></em>;</span></p></td>
|
722
|
-
<td>the x coordinate of the pointer relative to the window
|
762
|
+
<td>the x coordinate of the pointer relative to the window.
|
763
|
+
</td>
|
723
764
|
</tr>
|
724
765
|
<tr>
|
725
766
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventCrossing.y"></a>y</code></em>;</span></p></td>
|
726
|
-
<td>the y coordinate of the pointer relative to the window
|
767
|
+
<td>the y coordinate of the pointer relative to the window.
|
768
|
+
</td>
|
727
769
|
</tr>
|
728
770
|
<tr>
|
729
771
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventCrossing.x-root"></a>x_root</code></em>;</span></p></td>
|
730
|
-
<td>the x coordinate of the pointer relative to the root of the screen
|
772
|
+
<td>the x coordinate of the pointer relative to the root of the screen.
|
773
|
+
</td>
|
731
774
|
</tr>
|
732
775
|
<tr>
|
733
776
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkEventCrossing.y-root"></a>y_root</code></em>;</span></p></td>
|
734
|
-
<td>the y coordinate of the pointer relative to the root of the screen
|
777
|
+
<td>the y coordinate of the pointer relative to the root of the screen.
|
778
|
+
</td>
|
735
779
|
</tr>
|
736
780
|
<tr>
|
737
781
|
<td><p><span class="term"><a class="link" href="gdk-Event-Structures.html#GdkCrossingMode" title="enum GdkCrossingMode"><span class="type">GdkCrossingMode</span></a> <em class="structfield"><code><a name="GdkEventCrossing.mode"></a>mode</code></em>;</span></p></td>
|
738
|
-
<td>the crossing mode (<a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-NORMAL:CAPS"><code class="literal">GDK_CROSSING_NORMAL</code></a>, <a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-GRAB:CAPS"><code class="literal">GDK_CROSSING_GRAB</code></a>,
|
739
|
-
<a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-UNGRAB:CAPS"><code class="literal">GDK_CROSSING_UNGRAB</code></a>, <a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-GTK-GRAB:CAPS"><code class="literal">GDK_CROSSING_GTK_GRAB</code></a>, <a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-GTK-UNGRAB:CAPS"><code class="literal">GDK_CROSSING_GTK_UNGRAB</code></a> or
|
740
|
-
<a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-STATE-CHANGED:CAPS"><code class="literal">GDK_CROSSING_STATE_CHANGED</code></a>). <a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-GTK-GRAB:CAPS"><code class="literal">GDK_CROSSING_GTK_GRAB</code></a>, <a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-GTK-UNGRAB:CAPS"><code class="literal">GDK_CROSSING_GTK_UNGRAB</code></a>,
|
741
|
-
and <a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-STATE-CHANGED:CAPS"><code class="literal">GDK_CROSSING_STATE_CHANGED</code></a> were added in 2.14 and are always synthesized,
|
742
|
-
never native
|
782
|
+
<td>the crossing mode (<a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-NORMAL:CAPS"><code class="literal">GDK_CROSSING_NORMAL</code></a>, <a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-GRAB:CAPS"><code class="literal">GDK_CROSSING_GRAB</code></a>,
|
783
|
+
<a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-UNGRAB:CAPS"><code class="literal">GDK_CROSSING_UNGRAB</code></a>, <a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-GTK-GRAB:CAPS"><code class="literal">GDK_CROSSING_GTK_GRAB</code></a>, <a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-GTK-UNGRAB:CAPS"><code class="literal">GDK_CROSSING_GTK_UNGRAB</code></a> or
|
784
|
+
<a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-STATE-CHANGED:CAPS"><code class="literal">GDK_CROSSING_STATE_CHANGED</code></a>). <a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-GTK-GRAB:CAPS"><code class="literal">GDK_CROSSING_GTK_GRAB</code></a>, <a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-GTK-UNGRAB:CAPS"><code class="literal">GDK_CROSSING_GTK_UNGRAB</code></a>,
|
785
|
+
and <a class="link" href="gdk-Event-Structures.html#GDK-CROSSING-STATE-CHANGED:CAPS"><code class="literal">GDK_CROSSING_STATE_CHANGED</code></a> were added in 2.14 and are always synthesized,
|
786
|
+
never native.
|
787
|
+
</td>
|
743
788
|
</tr>
|
744
789
|
<tr>
|
745
790
|
<td><p><span class="term"><a class="link" href="gdk-Event-Structures.html#GdkNotifyType" title="enum GdkNotifyType"><span class="type">GdkNotifyType</span></a> <em class="structfield"><code><a name="GdkEventCrossing.detail"></a>detail</code></em>;</span></p></td>
|
746
791
|
<td>the kind of crossing that happened (<a class="link" href="gdk-Event-Structures.html#GDK-NOTIFY-INFERIOR:CAPS"><code class="literal">GDK_NOTIFY_INFERIOR</code></a>,
|
747
|
-
<a class="link" href="gdk-Event-Structures.html#GDK-NOTIFY-ANCESTOR:CAPS"><code class="literal">GDK_NOTIFY_ANCESTOR</code></a>, <a class="link" href="gdk-Event-Structures.html#GDK-NOTIFY-VIRTUAL:CAPS"><code class="literal">GDK_NOTIFY_VIRTUAL</code></a>, <a class="link" href="gdk-Event-Structures.html#GDK-NOTIFY-NONLINEAR:CAPS"><code class="literal">GDK_NOTIFY_NONLINEAR</code></a> or
|
748
|
-
<a class="link" href="gdk-Event-Structures.html#GDK-NOTIFY-NONLINEAR-VIRTUAL:CAPS"><code class="literal">GDK_NOTIFY_NONLINEAR_VIRTUAL</code></a>)
|
792
|
+
<a class="link" href="gdk-Event-Structures.html#GDK-NOTIFY-ANCESTOR:CAPS"><code class="literal">GDK_NOTIFY_ANCESTOR</code></a>, <a class="link" href="gdk-Event-Structures.html#GDK-NOTIFY-VIRTUAL:CAPS"><code class="literal">GDK_NOTIFY_VIRTUAL</code></a>, <a class="link" href="gdk-Event-Structures.html#GDK-NOTIFY-NONLINEAR:CAPS"><code class="literal">GDK_NOTIFY_NONLINEAR</code></a> or
|
793
|
+
<a class="link" href="gdk-Event-Structures.html#GDK-NOTIFY-NONLINEAR-VIRTUAL:CAPS"><code class="literal">GDK_NOTIFY_NONLINEAR_VIRTUAL</code></a>).
|
794
|
+
</td>
|
749
795
|
</tr>
|
750
796
|
<tr>
|
751
797
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> <em class="structfield"><code><a name="GdkEventCrossing.focus"></a>focus</code></em>;</span></p></td>
|
752
798
|
<td>
|
753
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>window</code></em> is the focus window or an inferior
|
799
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>window</code></em> is the focus window or an inferior.
|
800
|
+
</td>
|
754
801
|
</tr>
|
755
802
|
<tr>
|
756
803
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GdkEventCrossing.state"></a>state</code></em>;</span></p></td>
|
757
804
|
<td>a bit-mask representing the state of the modifier keys (e.g. Control,
|
758
|
-
Shift and Alt) and the pointer buttons. See <a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a
|
805
|
+
Shift and Alt) and the pointer buttons. See <a class="link" href="gdk-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a>.
|
806
|
+
</td>
|
759
807
|
</tr>
|
760
808
|
</tbody>
|
761
809
|
</table></div>
|
762
810
|
</div>
|
763
811
|
<hr>
|
764
|
-
<div class="refsect2">
|
765
|
-
<a name="GdkEventFocus"></a><h3>
|
766
|
-
<pre class="programlisting">struct
|
812
|
+
<div class="refsect2" title="GdkEventFocus">
|
813
|
+
<a name="GdkEventFocus"></a><h3>GdkEventFocus</h3>
|
814
|
+
<pre class="programlisting">typedef struct {
|
767
815
|
GdkEventType type;
|
768
816
|
GdkWindow *window;
|
769
817
|
gint8 send_event;
|
770
818
|
gint16 in;
|
771
|
-
};
|
819
|
+
} GdkEventFocus;
|
772
820
|
</pre>
|
773
821
|
<p>
|
774
822
|
Describes a change of keyboard focus.
|
@@ -778,37 +826,41 @@ Describes a change of keyboard focus.
|
|
778
826
|
<tbody>
|
779
827
|
<tr>
|
780
828
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventFocus.type"></a>type</code></em>;</span></p></td>
|
781
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-FOCUS-CHANGE:CAPS"><code class="literal">GDK_FOCUS_CHANGE</code></a>)
|
829
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-FOCUS-CHANGE:CAPS"><code class="literal">GDK_FOCUS_CHANGE</code></a>).
|
830
|
+
</td>
|
782
831
|
</tr>
|
783
832
|
<tr>
|
784
833
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventFocus.window"></a>window</code></em>;</span></p></td>
|
785
|
-
<td>the window which received the event
|
834
|
+
<td>the window which received the event.
|
835
|
+
</td>
|
786
836
|
</tr>
|
787
837
|
<tr>
|
788
838
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventFocus.send-event"></a>send_event</code></em>;</span></p></td>
|
789
839
|
<td>
|
790
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>)
|
840
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>).
|
841
|
+
</td>
|
791
842
|
</tr>
|
792
843
|
<tr>
|
793
844
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint16"><span class="type">gint16</span></a> <em class="structfield"><code><a name="GdkEventFocus.in"></a>in</code></em>;</span></p></td>
|
794
845
|
<td>
|
795
846
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window has gained the keyboard focus, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it has lost
|
796
|
-
the focus
|
847
|
+
the focus.
|
848
|
+
</td>
|
797
849
|
</tr>
|
798
850
|
</tbody>
|
799
851
|
</table></div>
|
800
852
|
</div>
|
801
853
|
<hr>
|
802
|
-
<div class="refsect2">
|
803
|
-
<a name="GdkEventConfigure"></a><h3>
|
804
|
-
<pre class="programlisting">struct
|
854
|
+
<div class="refsect2" title="GdkEventConfigure">
|
855
|
+
<a name="GdkEventConfigure"></a><h3>GdkEventConfigure</h3>
|
856
|
+
<pre class="programlisting">typedef struct {
|
805
857
|
GdkEventType type;
|
806
858
|
GdkWindow *window;
|
807
859
|
gint8 send_event;
|
808
860
|
gint x, y;
|
809
861
|
gint width;
|
810
862
|
gint height;
|
811
|
-
};
|
863
|
+
} GdkEventConfigure;
|
812
864
|
</pre>
|
813
865
|
<p>
|
814
866
|
Generated when a window size or position has changed.
|
@@ -818,47 +870,54 @@ Generated when a window size or position has changed.
|
|
818
870
|
<tbody>
|
819
871
|
<tr>
|
820
872
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventConfigure.type"></a>type</code></em>;</span></p></td>
|
821
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-CONFIGURE:CAPS"><code class="literal">GDK_CONFIGURE</code></a>)
|
873
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-CONFIGURE:CAPS"><code class="literal">GDK_CONFIGURE</code></a>).
|
874
|
+
</td>
|
822
875
|
</tr>
|
823
876
|
<tr>
|
824
877
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventConfigure.window"></a>window</code></em>;</span></p></td>
|
825
|
-
<td>the window which received the event
|
878
|
+
<td>the window which received the event.
|
879
|
+
</td>
|
826
880
|
</tr>
|
827
881
|
<tr>
|
828
882
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventConfigure.send-event"></a>send_event</code></em>;</span></p></td>
|
829
883
|
<td>
|
830
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>)
|
884
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>).
|
885
|
+
</td>
|
831
886
|
</tr>
|
832
887
|
<tr>
|
833
888
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkEventConfigure.x"></a>x</code></em>;</span></p></td>
|
834
|
-
<td>the new x coordinate of the window, relative to its parent
|
889
|
+
<td>the new x coordinate of the window, relative to its parent.
|
890
|
+
</td>
|
835
891
|
</tr>
|
836
892
|
<tr>
|
837
893
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkEventConfigure.y"></a>y</code></em>;</span></p></td>
|
838
|
-
<td>the new y coordinate of the window, relative to its parent
|
894
|
+
<td>the new y coordinate of the window, relative to its parent.
|
895
|
+
</td>
|
839
896
|
</tr>
|
840
897
|
<tr>
|
841
898
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkEventConfigure.width"></a>width</code></em>;</span></p></td>
|
842
|
-
<td>the new width of the window
|
899
|
+
<td>the new width of the window.
|
900
|
+
</td>
|
843
901
|
</tr>
|
844
902
|
<tr>
|
845
903
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkEventConfigure.height"></a>height</code></em>;</span></p></td>
|
846
|
-
<td>the new height of the window
|
904
|
+
<td>the new height of the window.
|
905
|
+
</td>
|
847
906
|
</tr>
|
848
907
|
</tbody>
|
849
908
|
</table></div>
|
850
909
|
</div>
|
851
910
|
<hr>
|
852
|
-
<div class="refsect2">
|
853
|
-
<a name="GdkEventProperty"></a><h3>
|
854
|
-
<pre class="programlisting">struct
|
911
|
+
<div class="refsect2" title="GdkEventProperty">
|
912
|
+
<a name="GdkEventProperty"></a><h3>GdkEventProperty</h3>
|
913
|
+
<pre class="programlisting">typedef struct {
|
855
914
|
GdkEventType type;
|
856
915
|
GdkWindow *window;
|
857
916
|
gint8 send_event;
|
858
917
|
GdkAtom atom;
|
859
918
|
guint32 time;
|
860
919
|
guint state;
|
861
|
-
};
|
920
|
+
} GdkEventProperty;
|
862
921
|
</pre>
|
863
922
|
<p>
|
864
923
|
Describes a property change on a window.
|
@@ -868,37 +927,43 @@ Describes a property change on a window.
|
|
868
927
|
<tbody>
|
869
928
|
<tr>
|
870
929
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventProperty.type"></a>type</code></em>;</span></p></td>
|
871
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-PROPERTY-NOTIFY:CAPS"><code class="literal">GDK_PROPERTY_NOTIFY</code></a>)
|
930
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-PROPERTY-NOTIFY:CAPS"><code class="literal">GDK_PROPERTY_NOTIFY</code></a>).
|
931
|
+
</td>
|
872
932
|
</tr>
|
873
933
|
<tr>
|
874
934
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventProperty.window"></a>window</code></em>;</span></p></td>
|
875
|
-
<td>the window which received the event
|
935
|
+
<td>the window which received the event.
|
936
|
+
</td>
|
876
937
|
</tr>
|
877
938
|
<tr>
|
878
939
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventProperty.send-event"></a>send_event</code></em>;</span></p></td>
|
879
940
|
<td>
|
880
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>)
|
941
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>).
|
942
|
+
</td>
|
881
943
|
</tr>
|
882
944
|
<tr>
|
883
945
|
<td><p><span class="term"><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> <em class="structfield"><code><a name="GdkEventProperty.atom"></a>atom</code></em>;</span></p></td>
|
884
|
-
<td>the property that was changed
|
946
|
+
<td>the property that was changed.
|
947
|
+
</td>
|
885
948
|
</tr>
|
886
949
|
<tr>
|
887
950
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkEventProperty.time"></a>time</code></em>;</span></p></td>
|
888
|
-
<td>the time of the event in milliseconds
|
951
|
+
<td>the time of the event in milliseconds.
|
952
|
+
</td>
|
889
953
|
</tr>
|
890
954
|
<tr>
|
891
955
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GdkEventProperty.state"></a>state</code></em>;</span></p></td>
|
892
956
|
<td>whether the property was changed (<a class="link" href="gdk-Event-Structures.html#GDK-PROPERTY-NEW-VALUE:CAPS"><code class="literal">GDK_PROPERTY_NEW_VALUE</code></a>) or
|
893
|
-
deleted (<a class="link" href="gdk-Event-Structures.html#GDK-PROPERTY-DELETE:CAPS"><code class="literal">GDK_PROPERTY_DELETE</code></a>)
|
957
|
+
deleted (<a class="link" href="gdk-Event-Structures.html#GDK-PROPERTY-DELETE:CAPS"><code class="literal">GDK_PROPERTY_DELETE</code></a>).
|
958
|
+
</td>
|
894
959
|
</tr>
|
895
960
|
</tbody>
|
896
961
|
</table></div>
|
897
962
|
</div>
|
898
963
|
<hr>
|
899
|
-
<div class="refsect2">
|
900
|
-
<a name="GdkEventSelection"></a><h3>
|
901
|
-
<pre class="programlisting">struct
|
964
|
+
<div class="refsect2" title="GdkEventSelection">
|
965
|
+
<a name="GdkEventSelection"></a><h3>GdkEventSelection</h3>
|
966
|
+
<pre class="programlisting">typedef struct {
|
902
967
|
GdkEventType type;
|
903
968
|
GdkWindow *window;
|
904
969
|
gint8 send_event;
|
@@ -907,7 +972,7 @@ deleted (<a class="link" href="gdk-Event-Structures.html#GDK-PROPERTY-DELETE:CAP
|
|
907
972
|
GdkAtom property;
|
908
973
|
guint32 time;
|
909
974
|
GdkNativeWindow requestor;
|
910
|
-
};
|
975
|
+
} GdkEventSelection;
|
911
976
|
</pre>
|
912
977
|
<p>
|
913
978
|
Generated when a selection is requested or ownership of a selection
|
@@ -918,55 +983,61 @@ is taken over by another client application.
|
|
918
983
|
<tbody>
|
919
984
|
<tr>
|
920
985
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventSelection.type"></a>type</code></em>;</span></p></td>
|
921
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-SELECTION-CLEAR:CAPS"><code class="literal">GDK_SELECTION_CLEAR</code></a>, <a class="link" href="gdk-Events.html#GDK-SELECTION-NOTIFY:CAPS"><code class="literal">GDK_SELECTION_NOTIFY</code></a> or
|
922
|
-
<a class="link" href="gdk-Events.html#GDK-SELECTION-REQUEST:CAPS"><code class="literal">GDK_SELECTION_REQUEST</code></a>)
|
986
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-SELECTION-CLEAR:CAPS"><code class="literal">GDK_SELECTION_CLEAR</code></a>, <a class="link" href="gdk-Events.html#GDK-SELECTION-NOTIFY:CAPS"><code class="literal">GDK_SELECTION_NOTIFY</code></a> or
|
987
|
+
<a class="link" href="gdk-Events.html#GDK-SELECTION-REQUEST:CAPS"><code class="literal">GDK_SELECTION_REQUEST</code></a>).
|
988
|
+
</td>
|
923
989
|
</tr>
|
924
990
|
<tr>
|
925
991
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventSelection.window"></a>window</code></em>;</span></p></td>
|
926
|
-
<td>the window which received the event
|
992
|
+
<td>the window which received the event.
|
993
|
+
</td>
|
927
994
|
</tr>
|
928
995
|
<tr>
|
929
996
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventSelection.send-event"></a>send_event</code></em>;</span></p></td>
|
930
997
|
<td>
|
931
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>)
|
998
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>).
|
999
|
+
</td>
|
932
1000
|
</tr>
|
933
1001
|
<tr>
|
934
1002
|
<td><p><span class="term"><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> <em class="structfield"><code><a name="GdkEventSelection.selection"></a>selection</code></em>;</span></p></td>
|
935
|
-
<td>the selection
|
1003
|
+
<td>the selection.
|
1004
|
+
</td>
|
936
1005
|
</tr>
|
937
1006
|
<tr>
|
938
1007
|
<td><p><span class="term"><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> <em class="structfield"><code><a name="GdkEventSelection.target"></a>target</code></em>;</span></p></td>
|
939
|
-
<td>the target to which the selection should be converted
|
1008
|
+
<td>the target to which the selection should be converted.
|
1009
|
+
</td>
|
940
1010
|
</tr>
|
941
1011
|
<tr>
|
942
1012
|
<td><p><span class="term"><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> <em class="structfield"><code><a name="GdkEventSelection.property"></a>property</code></em>;</span></p></td>
|
943
|
-
<td>the property in which to place the result of the conversion
|
1013
|
+
<td>the property in which to place the result of the conversion.
|
1014
|
+
</td>
|
944
1015
|
</tr>
|
945
1016
|
<tr>
|
946
1017
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkEventSelection.time"></a>time</code></em>;</span></p></td>
|
947
|
-
<td>the time of the event in milliseconds
|
1018
|
+
<td>the time of the event in milliseconds.
|
1019
|
+
</td>
|
948
1020
|
</tr>
|
949
1021
|
<tr>
|
950
1022
|
<td><p><span class="term"><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> <em class="structfield"><code><a name="GdkEventSelection.requestor"></a>requestor</code></em>;</span></p></td>
|
951
|
-
<td>the native window on which to place <em class="parameter"><code>property</code></em
|
1023
|
+
<td>the native window on which to place <em class="parameter"><code>property</code></em>.
|
1024
|
+
</td>
|
952
1025
|
</tr>
|
953
1026
|
</tbody>
|
954
1027
|
</table></div>
|
955
1028
|
</div>
|
956
1029
|
<hr>
|
957
|
-
<div class="refsect2">
|
1030
|
+
<div class="refsect2" title="GdkNativeWindow">
|
958
1031
|
<a name="GdkNativeWindow"></a><h3>GdkNativeWindow</h3>
|
959
|
-
<pre class="programlisting">typedef gpointer GdkNativeWindow;
|
960
|
-
</pre>
|
961
1032
|
<p>
|
962
1033
|
Used to represent native windows (<span class="type">Window</span>s for the X11 backend,
|
963
1034
|
<span class="type">HWND</span>s for Win32).
|
964
1035
|
</p>
|
965
1036
|
</div>
|
966
1037
|
<hr>
|
967
|
-
<div class="refsect2">
|
968
|
-
<a name="GdkEventDND"></a><h3>
|
969
|
-
<pre class="programlisting">struct
|
1038
|
+
<div class="refsect2" title="GdkEventDND">
|
1039
|
+
<a name="GdkEventDND"></a><h3>GdkEventDND</h3>
|
1040
|
+
<pre class="programlisting">typedef struct {
|
970
1041
|
GdkEventType type;
|
971
1042
|
GdkWindow *window;
|
972
1043
|
gint8 send_event;
|
@@ -974,7 +1045,7 @@ Used to represent native windows (<span class="type">Window</span>s for the X11
|
|
974
1045
|
|
975
1046
|
guint32 time;
|
976
1047
|
gshort x_root, y_root;
|
977
|
-
};
|
1048
|
+
} GdkEventDND;
|
978
1049
|
</pre>
|
979
1050
|
<p>
|
980
1051
|
Generated during DND operations.
|
@@ -985,48 +1056,55 @@ Generated during DND operations.
|
|
985
1056
|
<tr>
|
986
1057
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventDND.type"></a>type</code></em>;</span></p></td>
|
987
1058
|
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-DRAG-ENTER:CAPS"><code class="literal">GDK_DRAG_ENTER</code></a>, <a class="link" href="gdk-Events.html#GDK-DRAG-LEAVE:CAPS"><code class="literal">GDK_DRAG_LEAVE</code></a>,
|
988
|
-
<a class="link" href="gdk-Events.html#GDK-DRAG-MOTION:CAPS"><code class="literal">GDK_DRAG_MOTION</code></a>, <a class="link" href="gdk-Events.html#GDK-DRAG-STATUS:CAPS"><code class="literal">GDK_DRAG_STATUS</code></a>, <a class="link" href="gdk-Events.html#GDK-DROP-START:CAPS"><code class="literal">GDK_DROP_START</code></a> or <a class="link" href="gdk-Events.html#GDK-DROP-FINISHED:CAPS"><code class="literal">GDK_DROP_FINISHED</code></a>)
|
1059
|
+
<a class="link" href="gdk-Events.html#GDK-DRAG-MOTION:CAPS"><code class="literal">GDK_DRAG_MOTION</code></a>, <a class="link" href="gdk-Events.html#GDK-DRAG-STATUS:CAPS"><code class="literal">GDK_DRAG_STATUS</code></a>, <a class="link" href="gdk-Events.html#GDK-DROP-START:CAPS"><code class="literal">GDK_DROP_START</code></a> or <a class="link" href="gdk-Events.html#GDK-DROP-FINISHED:CAPS"><code class="literal">GDK_DROP_FINISHED</code></a>).
|
1060
|
+
</td>
|
989
1061
|
</tr>
|
990
1062
|
<tr>
|
991
1063
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventDND.window"></a>window</code></em>;</span></p></td>
|
992
|
-
<td>the window which received the event
|
1064
|
+
<td>the window which received the event.
|
1065
|
+
</td>
|
993
1066
|
</tr>
|
994
1067
|
<tr>
|
995
1068
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventDND.send-event"></a>send_event</code></em>;</span></p></td>
|
996
1069
|
<td>
|
997
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>)
|
1070
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>).
|
1071
|
+
</td>
|
998
1072
|
</tr>
|
999
1073
|
<tr>
|
1000
|
-
<td><p><span class="term"><a class="link" href="gdk-Drag-and-Drop.html#GdkDragContext" title="
|
1001
|
-
<td>the <a class="link" href="gdk-Drag-and-Drop.html#GdkDragContext" title="
|
1074
|
+
<td><p><span class="term"><a class="link" href="gdk-Drag-and-Drop.html#GdkDragContext" title="GdkDragContext"><span class="type">GdkDragContext</span></a> *<em class="structfield"><code><a name="GdkEventDND.context"></a>context</code></em>;</span></p></td>
|
1075
|
+
<td>the <a class="link" href="gdk-Drag-and-Drop.html#GdkDragContext" title="GdkDragContext"><span class="type">GdkDragContext</span></a> for the current DND operation.
|
1076
|
+
</td>
|
1002
1077
|
</tr>
|
1003
1078
|
<tr>
|
1004
1079
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkEventDND.time"></a>time</code></em>;</span></p></td>
|
1005
|
-
<td>the time of the event in milliseconds
|
1080
|
+
<td>the time of the event in milliseconds.
|
1081
|
+
</td>
|
1006
1082
|
</tr>
|
1007
1083
|
<tr>
|
1008
1084
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gshort"><span class="type">gshort</span></a> <em class="structfield"><code><a name="GdkEventDND.x-root"></a>x_root</code></em>;</span></p></td>
|
1009
1085
|
<td>the x coordinate of the pointer relative to the root of the screen,
|
1010
|
-
only set for <a class="link" href="gdk-Events.html#GDK-DRAG-MOTION:CAPS"><code class="literal">GDK_DRAG_MOTION</code></a> and <a class="link" href="gdk-Events.html#GDK-DROP-START:CAPS"><code class="literal">GDK_DROP_START</code></a
|
1086
|
+
only set for <a class="link" href="gdk-Events.html#GDK-DRAG-MOTION:CAPS"><code class="literal">GDK_DRAG_MOTION</code></a> and <a class="link" href="gdk-Events.html#GDK-DROP-START:CAPS"><code class="literal">GDK_DROP_START</code></a>.
|
1087
|
+
</td>
|
1011
1088
|
</tr>
|
1012
1089
|
<tr>
|
1013
1090
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gshort"><span class="type">gshort</span></a> <em class="structfield"><code><a name="GdkEventDND.y-root"></a>y_root</code></em>;</span></p></td>
|
1014
1091
|
<td>the y coordinate of the pointer relative to the root of the screen,
|
1015
|
-
only set for <a class="link" href="gdk-Events.html#GDK-DRAG-MOTION:CAPS"><code class="literal">GDK_DRAG_MOTION</code></a> and <a class="link" href="gdk-Events.html#GDK-DROP-START:CAPS"><code class="literal">GDK_DROP_START</code></a
|
1092
|
+
only set for <a class="link" href="gdk-Events.html#GDK-DRAG-MOTION:CAPS"><code class="literal">GDK_DRAG_MOTION</code></a> and <a class="link" href="gdk-Events.html#GDK-DROP-START:CAPS"><code class="literal">GDK_DROP_START</code></a>.
|
1093
|
+
</td>
|
1016
1094
|
</tr>
|
1017
1095
|
</tbody>
|
1018
1096
|
</table></div>
|
1019
1097
|
</div>
|
1020
1098
|
<hr>
|
1021
|
-
<div class="refsect2">
|
1022
|
-
<a name="GdkEventProximity"></a><h3>
|
1023
|
-
<pre class="programlisting">struct
|
1099
|
+
<div class="refsect2" title="GdkEventProximity">
|
1100
|
+
<a name="GdkEventProximity"></a><h3>GdkEventProximity</h3>
|
1101
|
+
<pre class="programlisting">typedef struct {
|
1024
1102
|
GdkEventType type;
|
1025
1103
|
GdkWindow *window;
|
1026
1104
|
gint8 send_event;
|
1027
1105
|
guint32 time;
|
1028
1106
|
GdkDevice *device;
|
1029
|
-
};
|
1107
|
+
} GdkEventProximity;
|
1030
1108
|
</pre>
|
1031
1109
|
<p>
|
1032
1110
|
Proximity events are generated when using GDK's wrapper for the
|
@@ -1041,32 +1119,37 @@ in or out of contact with a touch screen.
|
|
1041
1119
|
<tbody>
|
1042
1120
|
<tr>
|
1043
1121
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventProximity.type"></a>type</code></em>;</span></p></td>
|
1044
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-PROXIMITY-IN:CAPS"><code class="literal">GDK_PROXIMITY_IN</code></a> or <a class="link" href="gdk-Events.html#GDK-PROXIMITY-OUT:CAPS"><code class="literal">GDK_PROXIMITY_OUT</code></a>)
|
1122
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-PROXIMITY-IN:CAPS"><code class="literal">GDK_PROXIMITY_IN</code></a> or <a class="link" href="gdk-Events.html#GDK-PROXIMITY-OUT:CAPS"><code class="literal">GDK_PROXIMITY_OUT</code></a>).
|
1123
|
+
</td>
|
1045
1124
|
</tr>
|
1046
1125
|
<tr>
|
1047
1126
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventProximity.window"></a>window</code></em>;</span></p></td>
|
1048
|
-
<td>the window which received the event
|
1127
|
+
<td>the window which received the event.
|
1128
|
+
</td>
|
1049
1129
|
</tr>
|
1050
1130
|
<tr>
|
1051
1131
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventProximity.send-event"></a>send_event</code></em>;</span></p></td>
|
1052
1132
|
<td>
|
1053
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>)
|
1133
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>).
|
1134
|
+
</td>
|
1054
1135
|
</tr>
|
1055
1136
|
<tr>
|
1056
1137
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkEventProximity.time"></a>time</code></em>;</span></p></td>
|
1057
|
-
<td>the time of the event in milliseconds
|
1138
|
+
<td>the time of the event in milliseconds.
|
1139
|
+
</td>
|
1058
1140
|
</tr>
|
1059
1141
|
<tr>
|
1060
|
-
<td><p><span class="term"><a class="link" href="gdk-Input-Devices.html#GdkDevice" title="
|
1061
|
-
<td>the device where the event originated
|
1142
|
+
<td><p><span class="term"><a class="link" href="gdk-Input-Devices.html#GdkDevice" title="GdkDevice"><span class="type">GdkDevice</span></a> *<em class="structfield"><code><a name="GdkEventProximity.device"></a>device</code></em>;</span></p></td>
|
1143
|
+
<td>the device where the event originated.
|
1144
|
+
</td>
|
1062
1145
|
</tr>
|
1063
1146
|
</tbody>
|
1064
1147
|
</table></div>
|
1065
1148
|
</div>
|
1066
1149
|
<hr>
|
1067
|
-
<div class="refsect2">
|
1068
|
-
<a name="GdkEventClient"></a><h3>
|
1069
|
-
<pre class="programlisting">struct
|
1150
|
+
<div class="refsect2" title="GdkEventClient">
|
1151
|
+
<a name="GdkEventClient"></a><h3>GdkEventClient</h3>
|
1152
|
+
<pre class="programlisting">typedef struct {
|
1070
1153
|
GdkEventType type;
|
1071
1154
|
GdkWindow *window;
|
1072
1155
|
gint8 send_event;
|
@@ -1077,7 +1160,7 @@ in or out of contact with a touch screen.
|
|
1077
1160
|
short s[10];
|
1078
1161
|
long l[5];
|
1079
1162
|
} data;
|
1080
|
-
};
|
1163
|
+
} GdkEventClient;
|
1081
1164
|
</pre>
|
1082
1165
|
<p>
|
1083
1166
|
An event sent by another client application.
|
@@ -1087,39 +1170,44 @@ An event sent by another client application.
|
|
1087
1170
|
<tbody>
|
1088
1171
|
<tr>
|
1089
1172
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventClient.type"></a>type</code></em>;</span></p></td>
|
1090
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-CLIENT-EVENT:CAPS"><code class="literal">GDK_CLIENT_EVENT</code></a>)
|
1173
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-CLIENT-EVENT:CAPS"><code class="literal">GDK_CLIENT_EVENT</code></a>).
|
1174
|
+
</td>
|
1091
1175
|
</tr>
|
1092
1176
|
<tr>
|
1093
1177
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventClient.window"></a>window</code></em>;</span></p></td>
|
1094
|
-
<td>the window which received the event
|
1178
|
+
<td>the window which received the event.
|
1179
|
+
</td>
|
1095
1180
|
</tr>
|
1096
1181
|
<tr>
|
1097
1182
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventClient.send-event"></a>send_event</code></em>;</span></p></td>
|
1098
1183
|
<td>
|
1099
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>)
|
1184
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>).
|
1185
|
+
</td>
|
1100
1186
|
</tr>
|
1101
1187
|
<tr>
|
1102
1188
|
<td><p><span class="term"><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> <em class="structfield"><code><a name="GdkEventClient.message-type"></a>message_type</code></em>;</span></p></td>
|
1103
1189
|
<td>the type of the message, which can be defined by the
|
1104
|
-
application
|
1190
|
+
application.
|
1191
|
+
</td>
|
1105
1192
|
</tr>
|
1106
1193
|
<tr>
|
1107
1194
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gushort"><span class="type">gushort</span></a> <em class="structfield"><code><a name="GdkEventClient.data-format"></a>data_format</code></em>;</span></p></td>
|
1108
1195
|
<td>the format of the data, given as the number of bits in each
|
1109
1196
|
data element, i.e. 8, 16, or 32. 8-bit data uses the b array of the data
|
1110
|
-
union, 16-bit data uses the s array, and 32-bit data uses the l array
|
1197
|
+
union, 16-bit data uses the s array, and 32-bit data uses the l array.
|
1198
|
+
</td>
|
1111
1199
|
</tr>
|
1112
1200
|
</tbody>
|
1113
1201
|
</table></div>
|
1114
1202
|
</div>
|
1115
1203
|
<hr>
|
1116
|
-
<div class="refsect2">
|
1117
|
-
<a name="GdkEventNoExpose"></a><h3>
|
1118
|
-
<pre class="programlisting">struct
|
1204
|
+
<div class="refsect2" title="GdkEventNoExpose">
|
1205
|
+
<a name="GdkEventNoExpose"></a><h3>GdkEventNoExpose</h3>
|
1206
|
+
<pre class="programlisting">typedef struct {
|
1119
1207
|
GdkEventType type;
|
1120
1208
|
GdkWindow *window;
|
1121
1209
|
gint8 send_event;
|
1122
|
-
};
|
1210
|
+
} GdkEventNoExpose;
|
1123
1211
|
</pre>
|
1124
1212
|
<p>
|
1125
1213
|
Generated when the area of a <a class="link" href="gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> being copied, with <a class="link" href="gdk-Drawing-Primitives.html#gdk-draw-drawable" title="gdk_draw_drawable ()"><code class="function">gdk_draw_drawable()</code></a>
|
@@ -1133,30 +1221,33 @@ FIXME: add more here.
|
|
1133
1221
|
<tbody>
|
1134
1222
|
<tr>
|
1135
1223
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventNoExpose.type"></a>type</code></em>;</span></p></td>
|
1136
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-NO-EXPOSE:CAPS"><code class="literal">GDK_NO_EXPOSE</code></a>)
|
1224
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-NO-EXPOSE:CAPS"><code class="literal">GDK_NO_EXPOSE</code></a>).
|
1225
|
+
</td>
|
1137
1226
|
</tr>
|
1138
1227
|
<tr>
|
1139
1228
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventNoExpose.window"></a>window</code></em>;</span></p></td>
|
1140
|
-
<td>the window which received the event
|
1229
|
+
<td>the window which received the event.
|
1230
|
+
</td>
|
1141
1231
|
</tr>
|
1142
1232
|
<tr>
|
1143
1233
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventNoExpose.send-event"></a>send_event</code></em>;</span></p></td>
|
1144
1234
|
<td>
|
1145
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>)
|
1235
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>).
|
1236
|
+
</td>
|
1146
1237
|
</tr>
|
1147
1238
|
</tbody>
|
1148
1239
|
</table></div>
|
1149
1240
|
</div>
|
1150
1241
|
<hr>
|
1151
|
-
<div class="refsect2">
|
1152
|
-
<a name="GdkEventWindowState"></a><h3>
|
1153
|
-
<pre class="programlisting">struct
|
1242
|
+
<div class="refsect2" title="GdkEventWindowState">
|
1243
|
+
<a name="GdkEventWindowState"></a><h3>GdkEventWindowState</h3>
|
1244
|
+
<pre class="programlisting">typedef struct {
|
1154
1245
|
GdkEventType type;
|
1155
1246
|
GdkWindow *window;
|
1156
1247
|
gint8 send_event;
|
1157
1248
|
GdkWindowState changed_mask;
|
1158
1249
|
GdkWindowState new_window_state;
|
1159
|
-
};
|
1250
|
+
} GdkEventWindowState;
|
1160
1251
|
</pre>
|
1161
1252
|
<p>
|
1162
1253
|
Generated when the state of a toplevel window changes.
|
@@ -1166,38 +1257,43 @@ Generated when the state of a toplevel window changes.
|
|
1166
1257
|
<tbody>
|
1167
1258
|
<tr>
|
1168
1259
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventWindowState.type"></a>type</code></em>;</span></p></td>
|
1169
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-WINDOW-STATE:CAPS"><code class="literal">GDK_WINDOW_STATE</code></a>)
|
1260
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-WINDOW-STATE:CAPS"><code class="literal">GDK_WINDOW_STATE</code></a>).
|
1261
|
+
</td>
|
1170
1262
|
</tr>
|
1171
1263
|
<tr>
|
1172
1264
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventWindowState.window"></a>window</code></em>;</span></p></td>
|
1173
|
-
<td>the window which received the event
|
1265
|
+
<td>the window which received the event.
|
1266
|
+
</td>
|
1174
1267
|
</tr>
|
1175
1268
|
<tr>
|
1176
1269
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventWindowState.send-event"></a>send_event</code></em>;</span></p></td>
|
1177
1270
|
<td>
|
1178
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>)
|
1271
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>).
|
1272
|
+
</td>
|
1179
1273
|
</tr>
|
1180
1274
|
<tr>
|
1181
1275
|
<td><p><span class="term"><a class="link" href="gdk-Event-Structures.html#GdkWindowState" title="enum GdkWindowState"><span class="type">GdkWindowState</span></a> <em class="structfield"><code><a name="GdkEventWindowState.changed-mask"></a>changed_mask</code></em>;</span></p></td>
|
1182
|
-
<td>mask specifying what flags have changed
|
1276
|
+
<td>mask specifying what flags have changed.
|
1277
|
+
</td>
|
1183
1278
|
</tr>
|
1184
1279
|
<tr>
|
1185
1280
|
<td><p><span class="term"><a class="link" href="gdk-Event-Structures.html#GdkWindowState" title="enum GdkWindowState"><span class="type">GdkWindowState</span></a> <em class="structfield"><code><a name="GdkEventWindowState.new-window-state"></a>new_window_state</code></em>;</span></p></td>
|
1186
|
-
<td>the new window state, a combination of <a class="link" href="gdk-Event-Structures.html#GdkWindowState" title="enum GdkWindowState"><span class="type">GdkWindowState</span></a> bits
|
1281
|
+
<td>the new window state, a combination of <a class="link" href="gdk-Event-Structures.html#GdkWindowState" title="enum GdkWindowState"><span class="type">GdkWindowState</span></a> bits.
|
1282
|
+
</td>
|
1187
1283
|
</tr>
|
1188
1284
|
</tbody>
|
1189
1285
|
</table></div>
|
1190
1286
|
</div>
|
1191
1287
|
<hr>
|
1192
|
-
<div class="refsect2">
|
1193
|
-
<a name="GdkEventSetting"></a><h3>
|
1194
|
-
<pre class="programlisting">struct
|
1288
|
+
<div class="refsect2" title="GdkEventSetting">
|
1289
|
+
<a name="GdkEventSetting"></a><h3>GdkEventSetting</h3>
|
1290
|
+
<pre class="programlisting">typedef struct {
|
1195
1291
|
GdkEventType type;
|
1196
1292
|
GdkWindow *window;
|
1197
1293
|
gint8 send_event;
|
1198
1294
|
GdkSettingAction action;
|
1199
1295
|
char *name;
|
1200
|
-
};
|
1296
|
+
} GdkEventSetting;
|
1201
1297
|
</pre>
|
1202
1298
|
<p>
|
1203
1299
|
Generated when a setting is modified.
|
@@ -1207,33 +1303,38 @@ Generated when a setting is modified.
|
|
1207
1303
|
<tbody>
|
1208
1304
|
<tr>
|
1209
1305
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventSetting.type"></a>type</code></em>;</span></p></td>
|
1210
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-SETTING:CAPS"><code class="literal">GDK_SETTING</code></a>)
|
1306
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-SETTING:CAPS"><code class="literal">GDK_SETTING</code></a>).
|
1307
|
+
</td>
|
1211
1308
|
</tr>
|
1212
1309
|
<tr>
|
1213
1310
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventSetting.window"></a>window</code></em>;</span></p></td>
|
1214
|
-
<td>the window which received the event
|
1311
|
+
<td>the window which received the event.
|
1312
|
+
</td>
|
1215
1313
|
</tr>
|
1216
1314
|
<tr>
|
1217
1315
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventSetting.send-event"></a>send_event</code></em>;</span></p></td>
|
1218
1316
|
<td>
|
1219
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>)
|
1317
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>).
|
1318
|
+
</td>
|
1220
1319
|
</tr>
|
1221
1320
|
<tr>
|
1222
1321
|
<td><p><span class="term"><a class="link" href="gdk-Event-Structures.html#GdkSettingAction" title="enum GdkSettingAction"><span class="type">GdkSettingAction</span></a> <em class="structfield"><code><a name="GdkEventSetting.action"></a>action</code></em>;</span></p></td>
|
1223
1322
|
<td>what happened to the setting (<a class="link" href="gdk-Event-Structures.html#GDK-SETTING-ACTION-NEW:CAPS"><code class="literal">GDK_SETTING_ACTION_NEW</code></a>,
|
1224
|
-
<a class="link" href="gdk-Event-Structures.html#GDK-SETTING-ACTION-CHANGED:CAPS"><code class="literal">GDK_SETTING_ACTION_CHANGED</code></a> or <a class="link" href="gdk-Event-Structures.html#GDK-SETTING-ACTION-DELETED:CAPS"><code class="literal">GDK_SETTING_ACTION_DELETED</code></a>)
|
1323
|
+
<a class="link" href="gdk-Event-Structures.html#GDK-SETTING-ACTION-CHANGED:CAPS"><code class="literal">GDK_SETTING_ACTION_CHANGED</code></a> or <a class="link" href="gdk-Event-Structures.html#GDK-SETTING-ACTION-DELETED:CAPS"><code class="literal">GDK_SETTING_ACTION_DELETED</code></a>).
|
1324
|
+
</td>
|
1225
1325
|
</tr>
|
1226
1326
|
<tr>
|
1227
1327
|
<td><p><span class="term"><span class="type">char</span> *<em class="structfield"><code><a name="GdkEventSetting.name"></a>name</code></em>;</span></p></td>
|
1228
|
-
<td>the name of the setting
|
1328
|
+
<td>the name of the setting.
|
1329
|
+
</td>
|
1229
1330
|
</tr>
|
1230
1331
|
</tbody>
|
1231
1332
|
</table></div>
|
1232
1333
|
</div>
|
1233
1334
|
<hr>
|
1234
|
-
<div class="refsect2">
|
1235
|
-
<a name="GdkEventOwnerChange"></a><h3>
|
1236
|
-
<pre class="programlisting">struct
|
1335
|
+
<div class="refsect2" title="GdkEventOwnerChange">
|
1336
|
+
<a name="GdkEventOwnerChange"></a><h3>GdkEventOwnerChange</h3>
|
1337
|
+
<pre class="programlisting">typedef struct {
|
1237
1338
|
GdkEventType type;
|
1238
1339
|
GdkWindow *window;
|
1239
1340
|
gint8 send_event;
|
@@ -1242,7 +1343,7 @@ Generated when a setting is modified.
|
|
1242
1343
|
GdkAtom selection;
|
1243
1344
|
guint32 time;
|
1244
1345
|
guint32 selection_time;
|
1245
|
-
};
|
1346
|
+
} GdkEventOwnerChange;
|
1246
1347
|
</pre>
|
1247
1348
|
<p>
|
1248
1349
|
Generated when the owner of a selection changes. On X11, this information is
|
@@ -1253,100 +1354,114 @@ only available if the X server supports the XFIXES extension.
|
|
1253
1354
|
<tbody>
|
1254
1355
|
<tr>
|
1255
1356
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventOwnerChange.type"></a>type</code></em>;</span></p></td>
|
1256
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-OWNER-CHANGE:CAPS"><code class="literal">GDK_OWNER_CHANGE</code></a>)
|
1357
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-OWNER-CHANGE:CAPS"><code class="literal">GDK_OWNER_CHANGE</code></a>).
|
1358
|
+
</td>
|
1257
1359
|
</tr>
|
1258
1360
|
<tr>
|
1259
1361
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventOwnerChange.window"></a>window</code></em>;</span></p></td>
|
1260
|
-
<td>the window which received the event
|
1362
|
+
<td>the window which received the event
|
1363
|
+
</td>
|
1261
1364
|
</tr>
|
1262
1365
|
<tr>
|
1263
1366
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventOwnerChange.send-event"></a>send_event</code></em>;</span></p></td>
|
1264
1367
|
<td>
|
1265
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>)
|
1368
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>).
|
1369
|
+
</td>
|
1266
1370
|
</tr>
|
1267
1371
|
<tr>
|
1268
1372
|
<td><p><span class="term"><a class="link" href="gdk-Event-Structures.html#GdkNativeWindow" title="GdkNativeWindow"><span class="type">GdkNativeWindow</span></a> <em class="structfield"><code><a name="GdkEventOwnerChange.owner"></a>owner</code></em>;</span></p></td>
|
1269
|
-
<td>the new owner of the selection
|
1373
|
+
<td>the new owner of the selection
|
1374
|
+
</td>
|
1270
1375
|
</tr>
|
1271
1376
|
<tr>
|
1272
1377
|
<td><p><span class="term"><a class="link" href="gdk-Event-Structures.html#GdkOwnerChange" title="enum GdkOwnerChange"><span class="type">GdkOwnerChange</span></a> <em class="structfield"><code><a name="GdkEventOwnerChange.reason"></a>reason</code></em>;</span></p></td>
|
1273
|
-
<td>the reason for the ownership change as a <a class="link" href="gdk-Event-Structures.html#GdkOwnerChange" title="enum GdkOwnerChange"><span class="type">GdkOwnerChange</span></a> value
|
1378
|
+
<td>the reason for the ownership change as a <a class="link" href="gdk-Event-Structures.html#GdkOwnerChange" title="enum GdkOwnerChange"><span class="type">GdkOwnerChange</span></a> value
|
1379
|
+
</td>
|
1274
1380
|
</tr>
|
1275
1381
|
<tr>
|
1276
1382
|
<td><p><span class="term"><a class="link" href="gdk-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> <em class="structfield"><code><a name="GdkEventOwnerChange.selection"></a>selection</code></em>;</span></p></td>
|
1277
|
-
<td>the atom identifying the selection
|
1383
|
+
<td>the atom identifying the selection
|
1384
|
+
</td>
|
1278
1385
|
</tr>
|
1279
1386
|
<tr>
|
1280
1387
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkEventOwnerChange.time"></a>time</code></em>;</span></p></td>
|
1281
|
-
<td>the timestamp of the event
|
1388
|
+
<td>the timestamp of the event
|
1389
|
+
</td>
|
1282
1390
|
</tr>
|
1283
1391
|
<tr>
|
1284
1392
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkEventOwnerChange.selection-time"></a>selection_time</code></em>;</span></p></td>
|
1285
|
-
<td>the time at which the selection ownership was taken over
|
1393
|
+
<td>the time at which the selection ownership was taken over
|
1394
|
+
</td>
|
1286
1395
|
</tr>
|
1287
1396
|
</tbody>
|
1288
1397
|
</table></div>
|
1289
1398
|
<p class="since">Since 2.6</p>
|
1290
1399
|
</div>
|
1291
1400
|
<hr>
|
1292
|
-
<div class="refsect2">
|
1293
|
-
<a name="GdkEventGrabBroken"></a><h3>
|
1294
|
-
<pre class="programlisting">struct
|
1401
|
+
<div class="refsect2" title="GdkEventGrabBroken">
|
1402
|
+
<a name="GdkEventGrabBroken"></a><h3>GdkEventGrabBroken</h3>
|
1403
|
+
<pre class="programlisting">typedef struct {
|
1295
1404
|
GdkEventType type;
|
1296
1405
|
GdkWindow *window;
|
1297
1406
|
gint8 send_event;
|
1298
1407
|
gboolean keyboard;
|
1299
1408
|
gboolean implicit;
|
1300
1409
|
GdkWindow *grab_window;
|
1301
|
-
};
|
1410
|
+
} GdkEventGrabBroken;
|
1302
1411
|
</pre>
|
1303
1412
|
<p>
|
1304
1413
|
Generated when a pointer or keyboard grab is broken. On X11, this happens
|
1305
1414
|
when the grab window becomes unviewable (i.e. it or one of its ancestors
|
1306
1415
|
is unmapped), or if the same application grabs the pointer or keyboard
|
1307
1416
|
again. Note that implicit grabs (which are initiated by button presses)
|
1308
|
-
can also cause <a class="link" href="gdk-Event-Structures.html#GdkEventGrabBroken" title="
|
1417
|
+
can also cause <a class="link" href="gdk-Event-Structures.html#GdkEventGrabBroken" title="GdkEventGrabBroken"><span class="type">GdkEventGrabBroken</span></a> events.
|
1309
1418
|
</p>
|
1310
1419
|
<div class="variablelist"><table border="0">
|
1311
1420
|
<col align="left" valign="top">
|
1312
1421
|
<tbody>
|
1313
1422
|
<tr>
|
1314
1423
|
<td><p><span class="term"><a class="link" href="gdk-Events.html#GdkEventType" title="enum GdkEventType"><span class="type">GdkEventType</span></a> <em class="structfield"><code><a name="GdkEventGrabBroken.type"></a>type</code></em>;</span></p></td>
|
1315
|
-
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-GRAB-BROKEN:CAPS"><code class="literal">GDK_GRAB_BROKEN</code></a>)
|
1424
|
+
<td>the type of the event (<a class="link" href="gdk-Events.html#GDK-GRAB-BROKEN:CAPS"><code class="literal">GDK_GRAB_BROKEN</code></a>)
|
1425
|
+
</td>
|
1316
1426
|
</tr>
|
1317
1427
|
<tr>
|
1318
1428
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventGrabBroken.window"></a>window</code></em>;</span></p></td>
|
1319
1429
|
<td>the window which received the event, i.e. the window
|
1320
|
-
that previously owned the grab
|
1430
|
+
that previously owned the grab
|
1431
|
+
</td>
|
1321
1432
|
</tr>
|
1322
1433
|
<tr>
|
1323
1434
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint8"><span class="type">gint8</span></a> <em class="structfield"><code><a name="GdkEventGrabBroken.send-event"></a>send_event</code></em>;</span></p></td>
|
1324
1435
|
<td>
|
1325
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>)
|
1436
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the event was sent explicitly (e.g. using <code class="function">XSendEvent</code>).
|
1437
|
+
</td>
|
1326
1438
|
</tr>
|
1327
1439
|
<tr>
|
1328
1440
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> <em class="structfield"><code><a name="GdkEventGrabBroken.keyboard"></a>keyboard</code></em>;</span></p></td>
|
1329
1441
|
<td>
|
1330
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a keyboard grab was broken, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if a pointer
|
1331
|
-
grab was broken
|
1442
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a keyboard grab was broken, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if a pointer
|
1443
|
+
grab was broken
|
1444
|
+
</td>
|
1332
1445
|
</tr>
|
1333
1446
|
<tr>
|
1334
1447
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> <em class="structfield"><code><a name="GdkEventGrabBroken.implicit"></a>implicit</code></em>;</span></p></td>
|
1335
1448
|
<td>
|
1336
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the broken grab was implicit
|
1449
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the broken grab was implicit
|
1450
|
+
</td>
|
1337
1451
|
</tr>
|
1338
1452
|
<tr>
|
1339
1453
|
<td><p><span class="term"><a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *<em class="structfield"><code><a name="GdkEventGrabBroken.grab-window"></a>grab_window</code></em>;</span></p></td>
|
1340
|
-
<td>If this event is caused by another grab in the same
|
1341
|
-
application, <em class="parameter"><code>grab_window</code></em> contains the new grab window. Otherwise
|
1342
|
-
<em class="parameter"><code>grab_window</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
1454
|
+
<td>If this event is caused by another grab in the same
|
1455
|
+
application, <em class="parameter"><code>grab_window</code></em> contains the new grab window. Otherwise
|
1456
|
+
<em class="parameter"><code>grab_window</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
1457
|
+
</td>
|
1343
1458
|
</tr>
|
1344
1459
|
</tbody>
|
1345
1460
|
</table></div>
|
1346
1461
|
<p class="since">Since 2.8</p>
|
1347
1462
|
</div>
|
1348
1463
|
<hr>
|
1349
|
-
<div class="refsect2">
|
1464
|
+
<div class="refsect2" title="enum GdkScrollDirection">
|
1350
1465
|
<a name="GdkScrollDirection"></a><h3>enum GdkScrollDirection</h3>
|
1351
1466
|
<pre class="programlisting">typedef enum
|
1352
1467
|
{
|
@@ -1357,7 +1472,7 @@ application, <em class="parameter"><code>grab_window</code></em> contains the ne
|
|
1357
1472
|
} GdkScrollDirection;
|
1358
1473
|
</pre>
|
1359
1474
|
<p>
|
1360
|
-
Specifies the direction for <a class="link" href="gdk-Event-Structures.html#GdkEventScroll" title="
|
1475
|
+
Specifies the direction for <a class="link" href="gdk-Event-Structures.html#GdkEventScroll" title="GdkEventScroll"><span class="type">GdkEventScroll</span></a>.
|
1361
1476
|
</p>
|
1362
1477
|
<div class="variablelist"><table border="0">
|
1363
1478
|
<col align="left" valign="top">
|
@@ -1386,7 +1501,7 @@ Specifies the direction for <a class="link" href="gdk-Event-Structures.html#GdkE
|
|
1386
1501
|
</table></div>
|
1387
1502
|
</div>
|
1388
1503
|
<hr>
|
1389
|
-
<div class="refsect2">
|
1504
|
+
<div class="refsect2" title="enum GdkVisibilityState">
|
1390
1505
|
<a name="GdkVisibilityState"></a><h3>enum GdkVisibilityState</h3>
|
1391
1506
|
<pre class="programlisting">typedef enum
|
1392
1507
|
{
|
@@ -1396,7 +1511,7 @@ Specifies the direction for <a class="link" href="gdk-Event-Structures.html#GdkE
|
|
1396
1511
|
} GdkVisibilityState;
|
1397
1512
|
</pre>
|
1398
1513
|
<p>
|
1399
|
-
Specifies the visiblity status of a window for a <a class="link" href="gdk-Event-Structures.html#GdkEventVisibility" title="
|
1514
|
+
Specifies the visiblity status of a window for a <a class="link" href="gdk-Event-Structures.html#GdkEventVisibility" title="GdkEventVisibility"><span class="type">GdkEventVisibility</span></a>.
|
1400
1515
|
</p>
|
1401
1516
|
<div class="variablelist"><table border="0">
|
1402
1517
|
<col align="left" valign="top">
|
@@ -1420,7 +1535,7 @@ Specifies the visiblity status of a window for a <a class="link" href="gdk-Event
|
|
1420
1535
|
</table></div>
|
1421
1536
|
</div>
|
1422
1537
|
<hr>
|
1423
|
-
<div class="refsect2">
|
1538
|
+
<div class="refsect2" title="enum GdkCrossingMode">
|
1424
1539
|
<a name="GdkCrossingMode"></a><h3>enum GdkCrossingMode</h3>
|
1425
1540
|
<pre class="programlisting">typedef enum
|
1426
1541
|
{
|
@@ -1433,7 +1548,7 @@ Specifies the visiblity status of a window for a <a class="link" href="gdk-Event
|
|
1433
1548
|
} GdkCrossingMode;
|
1434
1549
|
</pre>
|
1435
1550
|
<p>
|
1436
|
-
Specifies the crossing mode for <a class="link" href="gdk-Event-Structures.html#GdkEventCrossing" title="
|
1551
|
+
Specifies the crossing mode for <a class="link" href="gdk-Event-Structures.html#GdkEventCrossing" title="GdkEventCrossing"><span class="type">GdkEventCrossing</span></a>.
|
1437
1552
|
</p>
|
1438
1553
|
<div class="variablelist"><table border="0">
|
1439
1554
|
<col align="left" valign="top">
|
@@ -1473,7 +1588,7 @@ Specifies the crossing mode for <a class="link" href="gdk-Event-Structures.html#
|
|
1473
1588
|
</table></div>
|
1474
1589
|
</div>
|
1475
1590
|
<hr>
|
1476
|
-
<div class="refsect2">
|
1591
|
+
<div class="refsect2" title="enum GdkNotifyType">
|
1477
1592
|
<a name="GdkNotifyType"></a><h3>enum GdkNotifyType</h3>
|
1478
1593
|
<pre class="programlisting">typedef enum
|
1479
1594
|
{
|
@@ -1486,7 +1601,7 @@ Specifies the crossing mode for <a class="link" href="gdk-Event-Structures.html#
|
|
1486
1601
|
} GdkNotifyType;
|
1487
1602
|
</pre>
|
1488
1603
|
<p>
|
1489
|
-
Specifies the kind of crossing for <a class="link" href="gdk-Event-Structures.html#GdkEventCrossing" title="
|
1604
|
+
Specifies the kind of crossing for <a class="link" href="gdk-Event-Structures.html#GdkEventCrossing" title="GdkEventCrossing"><span class="type">GdkEventCrossing</span></a>.
|
1490
1605
|
</p>
|
1491
1606
|
<p>
|
1492
1607
|
See the X11 protocol specification of <span class="type">LeaveNotify</span> for
|
@@ -1536,7 +1651,7 @@ full details of crossing event generation.
|
|
1536
1651
|
</table></div>
|
1537
1652
|
</div>
|
1538
1653
|
<hr>
|
1539
|
-
<div class="refsect2">
|
1654
|
+
<div class="refsect2" title="enum GdkPropertyState">
|
1540
1655
|
<a name="GdkPropertyState"></a><h3>enum GdkPropertyState</h3>
|
1541
1656
|
<pre class="programlisting">typedef enum
|
1542
1657
|
{
|
@@ -1545,7 +1660,7 @@ full details of crossing event generation.
|
|
1545
1660
|
} GdkPropertyState;
|
1546
1661
|
</pre>
|
1547
1662
|
<p>
|
1548
|
-
Specifies the type of a property change for a <a class="link" href="gdk-Event-Structures.html#GdkEventProperty" title="
|
1663
|
+
Specifies the type of a property change for a <a class="link" href="gdk-Event-Structures.html#GdkEventProperty" title="GdkEventProperty"><span class="type">GdkEventProperty</span></a>.
|
1549
1664
|
</p>
|
1550
1665
|
<div class="variablelist"><table border="0">
|
1551
1666
|
<col align="left" valign="top">
|
@@ -1564,7 +1679,7 @@ Specifies the type of a property change for a <a class="link" href="gdk-Event-St
|
|
1564
1679
|
</table></div>
|
1565
1680
|
</div>
|
1566
1681
|
<hr>
|
1567
|
-
<div class="refsect2">
|
1682
|
+
<div class="refsect2" title="enum GdkWindowState">
|
1568
1683
|
<a name="GdkWindowState"></a><h3>enum GdkWindowState</h3>
|
1569
1684
|
<pre class="programlisting">typedef enum
|
1570
1685
|
{
|
@@ -1622,7 +1737,7 @@ Specifies the state of a toplevel window.
|
|
1622
1737
|
</table></div>
|
1623
1738
|
</div>
|
1624
1739
|
<hr>
|
1625
|
-
<div class="refsect2">
|
1740
|
+
<div class="refsect2" title="enum GdkSettingAction">
|
1626
1741
|
<a name="GdkSettingAction"></a><h3>enum GdkSettingAction</h3>
|
1627
1742
|
<pre class="programlisting">typedef enum
|
1628
1743
|
{
|
@@ -1632,7 +1747,7 @@ Specifies the state of a toplevel window.
|
|
1632
1747
|
} GdkSettingAction;
|
1633
1748
|
</pre>
|
1634
1749
|
<p>
|
1635
|
-
Specifies the kind of modification applied to a setting in a <a class="link" href="gdk-Event-Structures.html#GdkEventSetting" title="
|
1750
|
+
Specifies the kind of modification applied to a setting in a <a class="link" href="gdk-Event-Structures.html#GdkEventSetting" title="GdkEventSetting"><span class="type">GdkEventSetting</span></a>.
|
1636
1751
|
</p>
|
1637
1752
|
<div class="variablelist"><table border="0">
|
1638
1753
|
<col align="left" valign="top">
|
@@ -1656,7 +1771,7 @@ Specifies the kind of modification applied to a setting in a <a class="link" hre
|
|
1656
1771
|
</table></div>
|
1657
1772
|
</div>
|
1658
1773
|
<hr>
|
1659
|
-
<div class="refsect2">
|
1774
|
+
<div class="refsect2" title="enum GdkOwnerChange">
|
1660
1775
|
<a name="GdkOwnerChange"></a><h3>enum GdkOwnerChange</h3>
|
1661
1776
|
<pre class="programlisting">typedef enum
|
1662
1777
|
{
|
@@ -1693,6 +1808,6 @@ Specifies why a selection ownership was changed.
|
|
1693
1808
|
</div>
|
1694
1809
|
<div class="footer">
|
1695
1810
|
<hr>
|
1696
|
-
Generated by GTK-Doc V1.
|
1811
|
+
Generated by GTK-Doc V1.15</div>
|
1697
1812
|
</body>
|
1698
1813
|
</html>
|