gtk2 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README +2 -2
- data/Rakefile +5 -3
- data/ext/gtk2/extconf.rb +5 -2
- data/ext/gtk2/global.h +1 -8
- data/ext/gtk2/rbgdk.c +1 -16
- data/ext/gtk2/rbgdkcairo.c +0 -8
- data/ext/gtk2/rbgdkcolormap.c +0 -4
- data/ext/gtk2/rbgdkcursor.c +0 -18
- data/ext/gtk2/rbgdkdisplay.c +7 -45
- data/ext/gtk2/rbgdkdisplaymanager.c +0 -5
- data/ext/gtk2/rbgdkdragcontext.c +0 -13
- data/ext/gtk2/rbgdkdraw.c +2 -26
- data/ext/gtk2/rbgdkevent.c +631 -324
- data/ext/gtk2/rbgdkgc.c +0 -5
- data/ext/gtk2/rbgdkkeymap.c +2 -4
- data/ext/gtk2/rbgdkpango.c +0 -5
- data/ext/gtk2/rbgdkpangorenderer.c +0 -6
- data/ext/gtk2/rbgdkpixbuf.c +0 -3
- data/ext/gtk2/rbgdkpixmap.c +3 -18
- data/ext/gtk2/rbgdkproperty.c +0 -41
- data/ext/gtk2/rbgdkscreen.c +0 -22
- data/ext/gtk2/rbgdkselection.c +0 -13
- data/ext/gtk2/rbgdkvisual.c +0 -4
- data/ext/gtk2/rbgdkwindow.c +2 -71
- data/ext/gtk2/rbgdkx11.c +1 -6
- data/ext/gtk2/rbgtkaboutdialog.c +0 -5
- data/ext/gtk2/rbgtkaccelerator.c +0 -4
- data/ext/gtk2/rbgtkaccelgroup.c +0 -8
- data/ext/gtk2/rbgtkaccelmap.c +0 -15
- data/ext/gtk2/rbgtkaction.c +0 -14
- data/ext/gtk2/rbgtkactiongroup.c +0 -9
- data/ext/gtk2/rbgtkalignment.c +0 -4
- data/ext/gtk2/rbgtkassistant.c +0 -6
- data/ext/gtk2/rbgtkbbox.c +0 -4
- data/ext/gtk2/rbgtkbutton.c +0 -4
- data/ext/gtk2/rbgtkcalendar.c +0 -8
- data/ext/gtk2/rbgtkcelllayout.c +0 -5
- data/ext/gtk2/rbgtkcellrenderer.c +0 -8
- data/ext/gtk2/rbgtkcellrendereraccel.c +0 -6
- data/ext/gtk2/rbgtkcellrenderercombo.c +0 -6
- data/ext/gtk2/rbgtkcellrendererprogress.c +0 -6
- data/ext/gtk2/rbgtkcellrendererspin.c +0 -6
- data/ext/gtk2/rbgtkcellview.c +0 -5
- data/ext/gtk2/rbgtkclipboard.c +0 -48
- data/ext/gtk2/rbgtkcolorbutton.c +0 -6
- data/ext/gtk2/rbgtkcolorsel.c +0 -4
- data/ext/gtk2/rbgtkcombobox.c +0 -12
- data/ext/gtk2/rbgtkcomboboxentry.c +0 -6
- data/ext/gtk2/rbgtkconst.c +0 -2
- data/ext/gtk2/rbgtkdialog.c +0 -10
- data/ext/gtk2/rbgtkdrag.c +0 -24
- data/ext/gtk2/rbgtkentry.c +0 -4
- data/ext/gtk2/rbgtkentrycompletion.c +0 -10
- data/ext/gtk2/rbgtkexpander.c +0 -6
- data/ext/gtk2/rbgtkfilechooser.c +0 -10
- data/ext/gtk2/rbgtkfilechooserbutton.c +0 -6
- data/ext/gtk2/rbgtkfilechooserdialog.c +0 -8
- data/ext/gtk2/rbgtkfilechooserwidget.c +0 -6
- data/ext/gtk2/rbgtkfilefilter.c +0 -11
- data/ext/gtk2/rbgtkfilesystemerror.c +0 -2
- data/ext/gtk2/rbgtkfontbutton.c +0 -6
- data/ext/gtk2/rbgtkiconinfo.c +0 -5
- data/ext/gtk2/rbgtkiconsize.c +0 -4
- data/ext/gtk2/rbgtkicontheme.c +0 -11
- data/ext/gtk2/rbgtkiconview.c +0 -9
- data/ext/gtk2/rbgtkimage.c +0 -8
- data/ext/gtk2/rbgtkinvisible.c +0 -4
- data/ext/gtk2/rbgtklinkbutton.c +0 -5
- data/ext/gtk2/rbgtkliststore.c +0 -14
- data/ext/gtk2/rbgtkmenu.c +0 -12
- data/ext/gtk2/rbgtkmenubar.c +0 -2
- data/ext/gtk2/rbgtkmenushell.c +0 -4
- data/ext/gtk2/rbgtkmenutoolbutton.c +0 -5
- data/ext/gtk2/rbgtkmessagedialog.c +0 -4
- data/ext/gtk2/rbgtknotebook.c +0 -9
- data/ext/gtk2/rbgtkpagesetup.c +0 -5
- data/ext/gtk2/rbgtkpapersize.c +0 -6
- data/ext/gtk2/rbgtkprintcontext.c +0 -5
- data/ext/gtk2/rbgtkprintoperation.c +0 -5
- data/ext/gtk2/rbgtkprintoperationpreview.c +0 -5
- data/ext/gtk2/rbgtkprintsettings.c +0 -5
- data/ext/gtk2/rbgtkradioaction.c +0 -18
- data/ext/gtk2/rbgtkradiotoolbutton.c +0 -6
- data/ext/gtk2/rbgtkrange.c +0 -2
- data/ext/gtk2/rbgtkrc.c +0 -4
- data/ext/gtk2/rbgtkrecentchooser.c +0 -6
- data/ext/gtk2/rbgtkrecentchooserdialog.c +0 -5
- data/ext/gtk2/rbgtkrecentchoosermenu.c +0 -6
- data/ext/gtk2/rbgtkrecentchooserwidget.c +0 -5
- data/ext/gtk2/rbgtkrecentdata.c +0 -6
- data/ext/gtk2/rbgtkrecentfilter.c +0 -5
- data/ext/gtk2/rbgtkrecentfilterinfo.c +0 -6
- data/ext/gtk2/rbgtkrecentinfo.c +0 -5
- data/ext/gtk2/rbgtkrecentmanager.c +0 -5
- data/ext/gtk2/rbgtkscale.c +0 -6
- data/ext/gtk2/rbgtkscrolledwindow.c +0 -9
- data/ext/gtk2/rbgtkselection.c +0 -8
- data/ext/gtk2/rbgtkselectiondata.c +2 -14
- data/ext/gtk2/rbgtkseparatortoolitem.c +0 -6
- data/ext/gtk2/rbgtksettings.c +0 -4
- data/ext/gtk2/rbgtksizegroup.c +0 -5
- data/ext/gtk2/rbgtkstatusicon.c +0 -5
- data/ext/gtk2/rbgtkstock.c +0 -38
- data/ext/gtk2/rbgtkstyle.c +0 -8
- data/ext/gtk2/rbgtktargetlist.c +0 -34
- data/ext/gtk2/rbgtktextbuffer.c +0 -12
- data/ext/gtk2/rbgtktextiter.c +0 -8
- data/ext/gtk2/rbgtktextview.c +0 -4
- data/ext/gtk2/rbgtktoggleaction.c +0 -7
- data/ext/gtk2/rbgtktoggletoolbutton.c +0 -6
- data/ext/gtk2/rbgtktoolbar.c +0 -6
- data/ext/gtk2/rbgtktoolbutton.c +0 -6
- data/ext/gtk2/rbgtktoolitem.c +0 -9
- data/ext/gtk2/rbgtktooltips.c +0 -4
- data/ext/gtk2/rbgtktreeiter.c +0 -4
- data/ext/gtk2/rbgtktreemodelfilter.c +0 -5
- data/ext/gtk2/rbgtktreemodelsort.c +0 -4
- data/ext/gtk2/rbgtktreerowreference.c +0 -4
- data/ext/gtk2/rbgtktreeselection.c +0 -4
- data/ext/gtk2/rbgtktreestore.c +0 -19
- data/ext/gtk2/rbgtktreeview.c +0 -24
- data/ext/gtk2/rbgtktreeviewcolumn.c +0 -10
- data/ext/gtk2/rbgtkuimanager.c +0 -6
- data/ext/gtk2/rbgtkwidget.c +1 -31
- data/ext/gtk2/rbgtkwindow.c +2 -47
- data/lib/1.9/gtk2.so +0 -0
- data/lib/2.0/gtk2.so +0 -0
- data/sample/gtk-demo/common.rb +6 -1
- data/sample/gtk-demo/main.rb +89 -85
- data/test/test_gtk_icon_theme.rb +11 -6
- 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/include/gtk-2.0/gtk/gtksignal.h +3 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +3 -3
- 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/libpixmap.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules.cache +40 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.la +2 -2
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.la +2 -2
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgailutil.la +2 -2
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.la +3 -3
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.la +3 -3
- 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/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +111 -111
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +33 -33
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +2 -2
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplay.html +101 -99
- data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplayManager.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk2/GdkScreen.html +167 -167
- data/vendor/local/share/gtk-doc/html/gdk2/annotation-glossary.html +31 -22
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-10.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-16.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-full.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Application-launching.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Bitmaps-and-Pixmaps.html +68 -68
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cairo-Interaction.html +36 -36
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Colormaps-and-Colors.html +89 -89
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cursors.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drag-and-Drop.html +47 -47
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drawing-Primitives.html +268 -268
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Event-Structures.html +106 -106
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Events.html +66 -66
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Fonts.html +125 -125
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-GdkRGB.html +125 -125
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-General.html +85 -85
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Graphics-Contexts.html +54 -54
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Images.html +54 -54
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input-Devices.html +59 -59
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Keyboard-Handling.html +121 -104
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pango-Interaction.html +111 -111
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pixbufs.html +41 -41
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Points-Rectangles-and-Regions.html +49 -49
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Properties-and-Atoms.html +133 -132
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Selections.html +39 -39
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Testing.html +20 -20
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Threads.html +105 -105
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Visuals.html +59 -59
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Windows.html +478 -478
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-X-Window-System-Interaction.html +76 -76
- data/vendor/local/share/gtk-doc/html/gdk2/index.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/index.sgml +6 -6
- data/vendor/local/share/gtk-doc/html/gdk2/multihead.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk2/reference.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/AbstractObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/Actions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/Builder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/ButtonWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/DeprecatedObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/DisplayWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAboutDialog.html +144 -144
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAccelLabel.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAccessible.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAction.html +135 -135
- data/vendor/local/share/gtk-doc/html/gtk2/GtkActionGroup.html +112 -112
- data/vendor/local/share/gtk-doc/html/gtk2/GtkActivatable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAdjustment.html +80 -80
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAlignment.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk2/GtkArrow.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAspectFrame.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAssistant.html +73 -73
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBin.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBox.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBuildable.html +54 -54
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBuilder.html +129 -129
- data/vendor/local/share/gtk-doc/html/gtk2/GtkButton.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkButtonBox.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCList.html +296 -296
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCTree.html +214 -214
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCalendar.html +99 -99
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellEditable.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellLayout.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRenderer.html +104 -104
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererAccel.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererCombo.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererPixbuf.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererProgress.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpin.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpinner.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererText.html +98 -98
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererToggle.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellView.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCheckButton.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorButton.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelection.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelectionDialog.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCombo.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBox.html +116 -114
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxEntry.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxText.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkContainer.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCurve.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/GtkDialog.html +77 -77
- data/vendor/local/share/gtk-doc/html/gtk2/GtkDrawingArea.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEditable.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntry.html +299 -299
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryBuffer.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryCompletion.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEventBox.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkExpander.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooser.html +219 -219
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserButton.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserDialog.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserWidget.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileSelection.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFixed.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelection.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelectionDialog.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFrame.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk2/GtkGammaCurve.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHBox.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHButtonBox.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHRuler.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHSV.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHScale.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHScrollbar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHandleBox.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContext.html +71 -71
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContextSimple.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMMulticontext.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIconTheme.html +115 -115
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIconView.html +222 -222
- data/vendor/local/share/gtk-doc/html/gtk2/GtkImage.html +105 -105
- data/vendor/local/share/gtk-doc/html/gtk2/GtkImageMenuItem.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInfoBar.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInputDialog.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInvisible.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkItemFactory.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLabel.html +205 -205
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLayout.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLinkButton.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkList.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk2/GtkListItem.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkListStore.html +68 -68
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenu.html +115 -115
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuBar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuItem.html +68 -68
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuShell.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuToolButton.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMessageDialog.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMisc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkNotebook.html +230 -230
- data/vendor/local/share/gtk-doc/html/gtk2/GtkObject.html +119 -119
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOffscreenWindow.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOldEditable.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOptionMenu.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetup.html +77 -77
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetupUnixDialog.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPaned.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPaperSize.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPixmap.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPlug.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPreview.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintContext.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintJob.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintSettings.html +212 -212
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintUnixDialog.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrinter.html +98 -98
- data/vendor/local/share/gtk-doc/html/gtk2/GtkProgress.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkProgressBar.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioAction.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioButton.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioMenuItem.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioToolButton.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRange.html +113 -113
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentAction.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooser.html +117 -117
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserDialog.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserMenu.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserWidget.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentFilter.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentManager.html +154 -154
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRuler.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScale.html +49 -49
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScaleButton.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScrollbar.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScrolledWindow.html +45 -24
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorMenuItem.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorToolItem.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSettings.html +236 -220
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSizeGroup.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSocket.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinButton.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinner.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusIcon.html +177 -177
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusbar.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStyle.html +476 -476
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTable.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTearoffMenuItem.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkText.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextBuffer.html +241 -241
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextIter.html +319 -319
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextMark.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTag.html +153 -153
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTagTable.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextView.html +248 -248
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTipsQuery.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleAction.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleButton.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleToolButton.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolButton.html +64 -64
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItem.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItemGroup.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolPalette.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolShell.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolbar.html +129 -129
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltip.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltips.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTree.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModel.html +158 -158
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelFilter.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelSort.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSelection.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSortable.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeStore.html +77 -77
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeView.html +482 -482
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeViewColumn.html +180 -180
- data/vendor/local/share/gtk-doc/html/gtk2/GtkUIManager.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVBox.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVButtonBox.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVRuler.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVScale.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVScrollbar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkViewport.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWidget.html +803 -803
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWindow.html +324 -324
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWindowGroup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/LayoutContainers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/MenusAndCombos.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/MiscObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/NumericEntry.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/Ornaments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/PlugSocket.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/Printing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/RecentDocuments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/ScrollingWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/SelectorWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/SpecialObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/TextWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/TextWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/TreeWidget.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk2/TreeWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/WindowWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/annotation-glossary.html +34 -31
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-10.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-16.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-24.html +10 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-full.html +26 -18
- data/vendor/local/share/gtk-doc/html/gtk2/ch01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/chap-drawing-model.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/checklist-gdkeventexpose-region.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/checklist-modifiers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/decorating-the-assistant-pages.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-builder-convert.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-building.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-1-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-2-0.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-directfb.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-ClientSideWindows.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAboutDialog.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAction.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAssistant.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkBuilder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkColorButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkComboBox.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkFileChooser.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkIconView.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkLinkButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkRecentChooser.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-checklist.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-entry-icons.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-label-links.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-tooltips.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-osx.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-query-immodules-2.0.html +28 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-question-index.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-running.html +7 -8
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-update-icon-cache.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-windows.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-x11.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Accelerator-Maps.html +54 -54
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Bindings.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Clipboards.html +128 -128
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Drag-and-Drop.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Feature-Test-Macros.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Filesystem-utilities.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-General.html +180 -180
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Graphics-Contexts.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-GtkTreeView-drag-and-drop.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-High-level-Printing-API.html +184 -184
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Keyboard-Accelerators.html +102 -102
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Orientable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Resource-Files.html +73 -73
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Selections.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Signals.html +97 -97
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Standard-Enumerations.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Stock-Items.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Testing.html +54 -54
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Themeable-Stock-Images.html +84 -84
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Types.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkcheckmenuitem.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkfilefilter.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2.devhelp2 +4 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkbase.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-installing-extra-widgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-installing-preview.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-new-features.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-selection-modes.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtkobjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-advanced.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/index.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/index.sgml +10 -8
- data/vendor/local/share/gtk-doc/html/gtk2/migrating-GtkCombo.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/migrating-gnomeuiinfo.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/migrating.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/new-features-GtkComboBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/pt05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/setting-the-page-flow.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/ui-manager.html +2 -2
- data/vendor/local/share/icons/hicolor/index.theme +179 -11
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/de/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.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk20.mo +0 -0
- metadata +15 -23
- data/vendor/local/etc/gtk-2.0/gtk.immodules +0 -39
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="reference.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk2-Input.html" title="Input">
|
10
10
|
<link rel="next" href="gdk2-Pango-Interaction.html" title="Pango Interaction">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19 (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">
|
@@ -46,50 +46,50 @@ enum <a class="link" href="gdk2-Input-Devices.html#GdkInputMode"
|
|
46
46
|
struct <a class="link" href="gdk2-Input-Devices.html#GdkDeviceKey" title="struct GdkDeviceKey">GdkDeviceKey</a>;
|
47
47
|
struct <a class="link" href="gdk2-Input-Devices.html#GdkDeviceAxis" title="struct GdkDeviceAxis">GdkDeviceAxis</a>;
|
48
48
|
enum <a class="link" href="gdk2-Input-Devices.html#GdkAxisUse" title="enum GdkAxisUse">GdkAxisUse</a>;
|
49
|
-
<a href="/home/
|
50
|
-
const <a href="/home/
|
49
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="gdk2-Input-Devices.html#gdk-devices-list" title="gdk_devices_list ()">gdk_devices_list</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
50
|
+
const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-name" title="gdk_device_get_name ()">gdk_device_get_name</a> (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);
|
51
51
|
<span class="returnvalue">void</span> <a class="link" href="gdk2-Input-Devices.html#gdk-device-set-source" title="gdk_device_set_source ()">gdk_device_set_source</a> (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
52
52
|
<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkInputSource" title="enum GdkInputSource"><span class="type">GdkInputSource</span></a> source</code></em>);
|
53
53
|
<a class="link" href="gdk2-Input-Devices.html#GdkInputSource" title="enum GdkInputSource"><span class="returnvalue">GdkInputSource</span></a> <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-source" title="gdk_device_get_source ()">gdk_device_get_source</a> (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);
|
54
|
-
<a href="/home/
|
54
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gdk2-Input-Devices.html#gdk-device-set-mode" title="gdk_device_set_mode ()">gdk_device_set_mode</a> (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
55
55
|
<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkInputMode" title="enum GdkInputMode"><span class="type">GdkInputMode</span></a> mode</code></em>);
|
56
56
|
<a class="link" href="gdk2-Input-Devices.html#GdkInputMode" title="enum GdkInputMode"><span class="returnvalue">GdkInputMode</span></a> <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-mode" title="gdk_device_get_mode ()">gdk_device_get_mode</a> (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);
|
57
57
|
<span class="returnvalue">void</span> <a class="link" href="gdk2-Input-Devices.html#gdk-device-set-key" title="gdk_device_set_key ()">gdk_device_set_key</a> (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
58
|
-
<em class="parameter"><code><a href="/home/
|
59
|
-
<em class="parameter"><code><a href="/home/
|
58
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>,
|
59
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
|
60
60
|
<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> modifiers</code></em>);
|
61
61
|
<span class="returnvalue">void</span> <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-key" title="gdk_device_get_key ()">gdk_device_get_key</a> (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
62
|
-
<em class="parameter"><code><a href="/home/
|
63
|
-
<em class="parameter"><code><a href="/home/
|
62
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>,
|
63
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *keyval</code></em>,
|
64
64
|
<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *modifiers</code></em>);
|
65
65
|
<span class="returnvalue">void</span> <a class="link" href="gdk2-Input-Devices.html#gdk-device-set-axis-use" title="gdk_device_set_axis_use ()">gdk_device_set_axis_use</a> (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
66
|
-
<em class="parameter"><code><a href="/home/
|
66
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>,
|
67
67
|
<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkAxisUse" title="enum GdkAxisUse"><span class="type">GdkAxisUse</span></a> use</code></em>);
|
68
68
|
<a class="link" href="gdk2-Input-Devices.html#GdkAxisUse" title="enum GdkAxisUse"><span class="returnvalue">GdkAxisUse</span></a> <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-axis-use" title="gdk_device_get_axis_use ()">gdk_device_get_axis_use</a> (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
69
|
-
<em class="parameter"><code><a href="/home/
|
69
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>);
|
70
70
|
<a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="returnvalue">GdkDevice</span></a> * <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-core-pointer" title="gdk_device_get_core_pointer ()">gdk_device_get_core_pointer</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
71
71
|
|
72
72
|
<span class="returnvalue">void</span> <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-state" title="gdk_device_get_state ()">gdk_device_get_state</a> (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
73
73
|
<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
74
|
-
<em class="parameter"><code><a href="/home/
|
74
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *axes</code></em>,
|
75
75
|
<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *mask</code></em>);
|
76
|
-
<a href="/home/
|
76
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-history" title="gdk_device_get_history ()">gdk_device_get_history</a> (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
77
77
|
<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
78
|
-
<em class="parameter"><code><a href="/home/
|
79
|
-
<em class="parameter"><code><a href="/home/
|
78
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> start</code></em>,
|
79
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> stop</code></em>,
|
80
80
|
<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a> ***events</code></em>,
|
81
|
-
<em class="parameter"><code><a href="/home/
|
81
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *n_events</code></em>);
|
82
82
|
<span class="returnvalue">void</span> <a class="link" href="gdk2-Input-Devices.html#gdk-device-free-history" title="gdk_device_free_history ()">gdk_device_free_history</a> (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a> **events</code></em>,
|
83
|
-
<em class="parameter"><code><a href="/home/
|
83
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_events</code></em>);
|
84
84
|
struct <a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" title="struct GdkTimeCoord">GdkTimeCoord</a>;
|
85
|
-
<a href="/home/
|
86
|
-
<em class="parameter"><code><a href="/home/
|
85
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-axis" title="gdk_device_get_axis ()">gdk_device_get_axis</a> (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
86
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *axes</code></em>,
|
87
87
|
<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkAxisUse" title="enum GdkAxisUse"><span class="type">GdkAxisUse</span></a> use</code></em>,
|
88
|
-
<em class="parameter"><code><a href="/home/
|
89
|
-
<a href="/home/
|
88
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *value</code></em>);
|
89
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-n-axes" title="gdk_device_get_n_axes ()">gdk_device_get_n_axes</a> (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);
|
90
90
|
|
91
91
|
<span class="returnvalue">void</span> <a class="link" href="gdk2-Input-Devices.html#gdk-input-set-extension-events" title="gdk_input_set_extension_events ()">gdk_input_set_extension_events</a> (<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
92
|
-
<em class="parameter"><code><a href="/home/
|
92
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> mask</code></em>,
|
93
93
|
<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkExtensionMode" title="enum GdkExtensionMode"><span class="type">GdkExtensionMode</span></a> mode</code></em>);
|
94
94
|
enum <a class="link" href="gdk2-Input-Devices.html#GdkExtensionMode" title="enum GdkExtensionMode">GdkExtensionMode</a>;
|
95
95
|
</pre>
|
@@ -109,7 +109,7 @@ X, the support for extended devices is done through the
|
|
109
109
|
Because handling extended input devices may involve considerable
|
110
110
|
overhead, they need to be turned on for each <a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
|
111
111
|
individually using <a class="link" href="gdk2-Input-Devices.html#gdk-input-set-extension-events" title="gdk_input_set_extension_events ()"><code class="function">gdk_input_set_extension_events()</code></a>.
|
112
|
-
(Or, more typically, for GtkWidgets, using <
|
112
|
+
(Or, more typically, for GtkWidgets, using <code class="function">gtk_widget_set_extension_events()</code>).
|
113
113
|
As an additional complication, depending on the support from
|
114
114
|
the windowing system, its possible that a normal mouse
|
115
115
|
cursor will not be displayed for a particular extension
|
@@ -120,7 +120,7 @@ from devices that will display a cursor, by passing the
|
|
120
120
|
<a class="link" href="gdk2-Input-Devices.html#gdk-input-set-extension-events" title="gdk_input_set_extension_events ()"><code class="function">gdk_input_set_extension_events()</code></a>. Otherwise, the application
|
121
121
|
must retrieve the device information using <a class="link" href="gdk2-Input-Devices.html#gdk-devices-list" title="gdk_devices_list ()"><code class="function">gdk_devices_list()</code></a>,
|
122
122
|
check the <em class="structfield"><code>has_cursor</code></em> field, and,
|
123
|
-
if it is <a href="/home/
|
123
|
+
if it is <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, draw a cursor itself when it receives
|
124
124
|
motion events.
|
125
125
|
</p>
|
126
126
|
<p>
|
@@ -203,7 +203,7 @@ to configure various aspects of the device.
|
|
203
203
|
<col>
|
204
204
|
</colgroup>
|
205
205
|
<tbody><tr>
|
206
|
-
<td><p><span class="term"><a href="/home/
|
206
|
+
<td><p><span class="term"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> <em class="structfield"><code><a name="GdkDevice.parent-instance"></a>parent_instance</code></em>;</span></p></td>
|
207
207
|
<td>the parent instance</td>
|
208
208
|
</tr></tbody>
|
209
209
|
</table></div>
|
@@ -313,7 +313,7 @@ It has the following fields:
|
|
313
313
|
</colgroup>
|
314
314
|
<tbody>
|
315
315
|
<tr>
|
316
|
-
<td><p><span class="term"><a href="/home/
|
316
|
+
<td><p><span class="term"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> <em class="structfield"><code><a name="GdkDeviceKey.keyval"></a>keyval</code></em>;</span></p></td>
|
317
317
|
<td>the keyval to generate when the macro button is pressed.
|
318
318
|
If this is 0, no keypress will be generated.</td>
|
319
319
|
</tr>
|
@@ -348,11 +348,11 @@ about the range and mapping of a device axis.
|
|
348
348
|
<td>specifies how the axis is used.</td>
|
349
349
|
</tr>
|
350
350
|
<tr>
|
351
|
-
<td><p><span class="term"><a href="/home/
|
351
|
+
<td><p><span class="term"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkDeviceAxis.min"></a>min</code></em>;</span></p></td>
|
352
352
|
<td>the minimal value that will be reported by this axis.</td>
|
353
353
|
</tr>
|
354
354
|
<tr>
|
355
|
-
<td><p><span class="term"><a href="/home/
|
355
|
+
<td><p><span class="term"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkDeviceAxis.max"></a>max</code></em>;</span></p></td>
|
356
356
|
<td>the maximal value that will be reported by this axis.</td>
|
357
357
|
</tr>
|
358
358
|
</tbody>
|
@@ -429,7 +429,7 @@ types that GTK+ understands.
|
|
429
429
|
<hr>
|
430
430
|
<div class="refsect2">
|
431
431
|
<a name="gdk-devices-list"></a><h3>gdk_devices_list ()</h3>
|
432
|
-
<pre class="programlisting"><a href="/home/
|
432
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gdk_devices_list (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
433
433
|
<p>
|
434
434
|
Returns the list of available input devices for the default display.
|
435
435
|
The list is statically allocated and should not be freed.
|
@@ -441,7 +441,7 @@ The list is statically allocated and should not be freed.
|
|
441
441
|
</colgroup>
|
442
442
|
<tbody><tr>
|
443
443
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
444
|
-
<td>a list of <a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a>
|
444
|
+
<td>a list of <a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GdkDevice]</span>
|
445
445
|
</td>
|
446
446
|
</tr></tbody>
|
447
447
|
</table></div>
|
@@ -449,7 +449,7 @@ The list is statically allocated and should not be freed.
|
|
449
449
|
<hr>
|
450
450
|
<div class="refsect2">
|
451
451
|
<a name="gdk-device-get-name"></a><h3>gdk_device_get_name ()</h3>
|
452
|
-
<pre class="programlisting">const <a href="/home/
|
452
|
+
<pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gdk_device_get_name (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
453
453
|
<p>
|
454
454
|
Determines the name of the device.
|
455
455
|
</p>
|
@@ -527,7 +527,7 @@ Determines the type of the device.
|
|
527
527
|
<hr>
|
528
528
|
<div class="refsect2">
|
529
529
|
<a name="gdk-device-set-mode"></a><h3>gdk_device_set_mode ()</h3>
|
530
|
-
<pre class="programlisting"><a href="/home/
|
530
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_device_set_mode (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
531
531
|
<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkInputMode" title="enum GdkInputMode"><span class="type">GdkInputMode</span></a> mode</code></em>);</pre>
|
532
532
|
<p>
|
533
533
|
Sets a the mode of an input device. The mode controls if the
|
@@ -551,7 +551,7 @@ entire screen or to a single window.
|
|
551
551
|
<tr>
|
552
552
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
553
553
|
<td>
|
554
|
-
<a href="/home/
|
554
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mode was successfully changed.</td>
|
555
555
|
</tr>
|
556
556
|
</tbody>
|
557
557
|
</table></div>
|
@@ -587,8 +587,8 @@ Determines the mode of the device.
|
|
587
587
|
<div class="refsect2">
|
588
588
|
<a name="gdk-device-set-key"></a><h3>gdk_device_set_key ()</h3>
|
589
589
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_device_set_key (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
590
|
-
<em class="parameter"><code><a href="/home/
|
591
|
-
<em class="parameter"><code><a href="/home/
|
590
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>,
|
591
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
|
592
592
|
<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> modifiers</code></em>);</pre>
|
593
593
|
<p>
|
594
594
|
Specifies the X key event to generate when a macro button of a device
|
@@ -623,8 +623,8 @@ is pressed.
|
|
623
623
|
<div class="refsect2">
|
624
624
|
<a name="gdk-device-get-key"></a><h3>gdk_device_get_key ()</h3>
|
625
625
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_device_get_key (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
626
|
-
<em class="parameter"><code><a href="/home/
|
627
|
-
<em class="parameter"><code><a href="/home/
|
626
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>,
|
627
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *keyval</code></em>,
|
628
628
|
<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *modifiers</code></em>);</pre>
|
629
629
|
<p>
|
630
630
|
If <em class="parameter"><code>index</code></em> has a valid keyval, this function will
|
@@ -660,7 +660,7 @@ fill in <em class="parameter"><code>keyval</code></em> and <em class="parameter"
|
|
660
660
|
<div class="refsect2">
|
661
661
|
<a name="gdk-device-set-axis-use"></a><h3>gdk_device_set_axis_use ()</h3>
|
662
662
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_device_set_axis_use (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
663
|
-
<em class="parameter"><code><a href="/home/
|
663
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>,
|
664
664
|
<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkAxisUse" title="enum GdkAxisUse"><span class="type">GdkAxisUse</span></a> use</code></em>);</pre>
|
665
665
|
<p>
|
666
666
|
Specifies how an axis of a device is used.
|
@@ -690,7 +690,7 @@ Specifies how an axis of a device is used.
|
|
690
690
|
<div class="refsect2">
|
691
691
|
<a name="gdk-device-get-axis-use"></a><h3>gdk_device_get_axis_use ()</h3>
|
692
692
|
<pre class="programlisting"><a class="link" href="gdk2-Input-Devices.html#GdkAxisUse" title="enum GdkAxisUse"><span class="returnvalue">GdkAxisUse</span></a> gdk_device_get_axis_use (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
693
|
-
<em class="parameter"><code><a href="/home/
|
693
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>);</pre>
|
694
694
|
<p>
|
695
695
|
Returns the axis use for <em class="parameter"><code>index</code></em>.
|
696
696
|
</p>
|
@@ -740,7 +740,7 @@ display and should not be freed.</td>
|
|
740
740
|
<a name="gdk-device-get-state"></a><h3>gdk_device_get_state ()</h3>
|
741
741
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_device_get_state (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
742
742
|
<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
743
|
-
<em class="parameter"><code><a href="/home/
|
743
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *axes</code></em>,
|
744
744
|
<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *mask</code></em>);</pre>
|
745
745
|
<p>
|
746
746
|
Gets the current state of a device.
|
@@ -762,11 +762,11 @@ Gets the current state of a device.
|
|
762
762
|
<tr>
|
763
763
|
<td><p><span class="term"><em class="parameter"><code>axes</code></em> :</span></p></td>
|
764
764
|
<td>an array of doubles to store the values of the axes of <em class="parameter"><code>device</code></em> in,
|
765
|
-
or <a href="/home/
|
765
|
+
or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
766
766
|
</tr>
|
767
767
|
<tr>
|
768
768
|
<td><p><span class="term"><em class="parameter"><code>mask</code></em> :</span></p></td>
|
769
|
-
<td>location to store the modifiers, or <a href="/home/
|
769
|
+
<td>location to store the modifiers, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
770
770
|
</tr>
|
771
771
|
</tbody>
|
772
772
|
</table></div>
|
@@ -774,17 +774,17 @@ or <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Standard-Macros.htm
|
|
774
774
|
<hr>
|
775
775
|
<div class="refsect2">
|
776
776
|
<a name="gdk-device-get-history"></a><h3>gdk_device_get_history ()</h3>
|
777
|
-
<pre class="programlisting"><a href="/home/
|
777
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_device_get_history (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
778
778
|
<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
779
|
-
<em class="parameter"><code><a href="/home/
|
780
|
-
<em class="parameter"><code><a href="/home/
|
779
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> start</code></em>,
|
780
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> stop</code></em>,
|
781
781
|
<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a> ***events</code></em>,
|
782
|
-
<em class="parameter"><code><a href="/home/
|
782
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *n_events</code></em>);</pre>
|
783
783
|
<p>
|
784
784
|
Obtains the motion history for a device; given a starting and
|
785
785
|
ending timestamp, return all events in the motion history for
|
786
786
|
the device in the given range of time. Some windowing systems
|
787
|
-
do not support motion history, in which case, <a href="/home/
|
787
|
+
do not support motion history, in which case, <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will
|
788
788
|
be returned. (This is not distinguishable from the case where
|
789
789
|
motion history is supported and no events were found.)
|
790
790
|
</p>
|
@@ -813,18 +813,18 @@ motion history is supported and no events were found.)
|
|
813
813
|
</tr>
|
814
814
|
<tr>
|
815
815
|
<td><p><span class="term"><em class="parameter"><code>events</code></em> :</span></p></td>
|
816
|
-
<td>location to store a newly-allocated array of <a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a>, or <a href="/home/
|
816
|
+
<td>location to store a newly-allocated array of <a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a>, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_events][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
817
817
|
</td>
|
818
818
|
</tr>
|
819
819
|
<tr>
|
820
820
|
<td><p><span class="term"><em class="parameter"><code>n_events</code></em> :</span></p></td>
|
821
|
-
<td>location to store the length of <em class="parameter"><code>events</code></em>, or <a href="/home/
|
821
|
+
<td>location to store the length of <em class="parameter"><code>events</code></em>, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
822
822
|
</td>
|
823
823
|
</tr>
|
824
824
|
<tr>
|
825
825
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
826
826
|
<td>
|
827
|
-
<a href="/home/
|
827
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the windowing system supports motion history and
|
828
828
|
at least one event was found.</td>
|
829
829
|
</tr>
|
830
830
|
</tbody>
|
@@ -834,7 +834,7 @@ at least one event was found.</td>
|
|
834
834
|
<div class="refsect2">
|
835
835
|
<a name="gdk-device-free-history"></a><h3>gdk_device_free_history ()</h3>
|
836
836
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_device_free_history (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a> **events</code></em>,
|
837
|
-
<em class="parameter"><code><a href="/home/
|
837
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_events</code></em>);</pre>
|
838
838
|
<p>
|
839
839
|
Frees an array of <a class="link" href="gdk2-Input-Devices.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a> that was returned by <a class="link" href="gdk2-Input-Devices.html#gdk-device-get-history" title="gdk_device_get_history ()"><code class="function">gdk_device_get_history()</code></a>.
|
840
840
|
</p>
|
@@ -878,11 +878,11 @@ motion history. It contains the following fields:
|
|
878
878
|
</colgroup>
|
879
879
|
<tbody>
|
880
880
|
<tr>
|
881
|
-
<td><p><span class="term"><a href="/home/
|
881
|
+
<td><p><span class="term"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkTimeCoord.time"></a>time</code></em>;</span></p></td>
|
882
882
|
<td>The timestamp for this event.</td>
|
883
883
|
</tr>
|
884
884
|
<tr>
|
885
|
-
<td><p><span class="term"><a href="/home/
|
885
|
+
<td><p><span class="term"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkTimeCoord.axes"></a>axes</code></em>[GDK_MAX_TIMECOORD_AXES];</span></p></td>
|
886
886
|
<td>the values of the device's axes.</td>
|
887
887
|
</tr>
|
888
888
|
</tbody>
|
@@ -891,10 +891,10 @@ motion history. It contains the following fields:
|
|
891
891
|
<hr>
|
892
892
|
<div class="refsect2">
|
893
893
|
<a name="gdk-device-get-axis"></a><h3>gdk_device_get_axis ()</h3>
|
894
|
-
<pre class="programlisting"><a href="/home/
|
895
|
-
<em class="parameter"><code><a href="/home/
|
894
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_device_get_axis (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
895
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *axes</code></em>,
|
896
896
|
<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkAxisUse" title="enum GdkAxisUse"><span class="type">GdkAxisUse</span></a> use</code></em>,
|
897
|
-
<em class="parameter"><code><a href="/home/
|
897
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *value</code></em>);</pre>
|
898
898
|
<p>
|
899
899
|
Interprets an array of double as axis values for a given device,
|
900
900
|
and locates the value in the array for a given axis use.
|
@@ -925,7 +925,7 @@ and locates the value in the array for a given axis use.
|
|
925
925
|
<tr>
|
926
926
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
927
927
|
<td>
|
928
|
-
<a href="/home/
|
928
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the given axis use was found, otherwise <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
929
929
|
</td>
|
930
930
|
</tr>
|
931
931
|
</tbody>
|
@@ -934,7 +934,7 @@ and locates the value in the array for a given axis use.
|
|
934
934
|
<hr>
|
935
935
|
<div class="refsect2">
|
936
936
|
<a name="gdk-device-get-n-axes"></a><h3>gdk_device_get_n_axes ()</h3>
|
937
|
-
<pre class="programlisting"><a href="/home/
|
937
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_device_get_n_axes (<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
938
938
|
<p>
|
939
939
|
Gets the number of axes of a device.
|
940
940
|
</p>
|
@@ -961,7 +961,7 @@ Gets the number of axes of a device.
|
|
961
961
|
<div class="refsect2">
|
962
962
|
<a name="gdk-input-set-extension-events"></a><h3>gdk_input_set_extension_events ()</h3>
|
963
963
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_input_set_extension_events (<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
964
|
-
<em class="parameter"><code><a href="/home/
|
964
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> mask</code></em>,
|
965
965
|
<em class="parameter"><code><a class="link" href="gdk2-Input-Devices.html#GdkExtensionMode" title="enum GdkExtensionMode"><span class="type">GdkExtensionMode</span></a> mode</code></em>);</pre>
|
966
966
|
<p>
|
967
967
|
Turns extension events on or off for a particular window,
|
@@ -1030,6 +1030,6 @@ are desired for a particular widget.
|
|
1030
1030
|
</div>
|
1031
1031
|
<div class="footer">
|
1032
1032
|
<hr>
|
1033
|
-
Generated by GTK-Doc V1.
|
1033
|
+
Generated by GTK-Doc V1.19</div>
|
1034
1034
|
</body>
|
1035
1035
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="reference.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk2-Threads.html" title="Threads">
|
10
10
|
<link rel="next" href="gdk2-Input-Devices.html" title="Input Devices">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19 (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">
|
@@ -40,21 +40,21 @@
|
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gdk/gdk.h>
|
42
42
|
|
43
|
-
<a href="/home/
|
43
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gdk2-Input.html#gdk-input-add-full" title="gdk_input_add_full ()">gdk_input_add_full</a> (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source</code></em>,
|
44
44
|
<em class="parameter"><code><a class="link" href="gdk2-Input.html#GdkInputCondition" title="enum GdkInputCondition"><span class="type">GdkInputCondition</span></a> condition</code></em>,
|
45
45
|
<em class="parameter"><code><a class="link" href="gdk2-Input.html#GdkInputFunction" title="GdkInputFunction ()"><span class="type">GdkInputFunction</span></a> function</code></em>,
|
46
|
-
<em class="parameter"><code><a href="/home/
|
47
|
-
<em class="parameter"><code><a href="/home/
|
46
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
47
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
|
48
48
|
enum <a class="link" href="gdk2-Input.html#GdkInputCondition" title="enum GdkInputCondition">GdkInputCondition</a>;
|
49
|
-
<span class="returnvalue">void</span> (<a class="link" href="gdk2-Input.html#GdkInputFunction" title="GdkInputFunction ()">*GdkInputFunction</a>) (<em class="parameter"><code><a href="/home/
|
50
|
-
<em class="parameter"><code><a href="/home/
|
49
|
+
<span class="returnvalue">void</span> (<a class="link" href="gdk2-Input.html#GdkInputFunction" title="GdkInputFunction ()">*GdkInputFunction</a>) (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
50
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source</code></em>,
|
51
51
|
<em class="parameter"><code><a class="link" href="gdk2-Input.html#GdkInputCondition" title="enum GdkInputCondition"><span class="type">GdkInputCondition</span></a> condition</code></em>);
|
52
|
-
<span class="returnvalue">void</span> (<a class="link" href="gdk2-Input.html#GdkDestroyNotify" title="GdkDestroyNotify ()">*GdkDestroyNotify</a>) (<em class="parameter"><code><a href="/home/
|
53
|
-
<a href="/home/
|
52
|
+
<span class="returnvalue">void</span> (<a class="link" href="gdk2-Input.html#GdkDestroyNotify" title="GdkDestroyNotify ()">*GdkDestroyNotify</a>) (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
|
53
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gdk2-Input.html#gdk-input-add" title="gdk_input_add ()">gdk_input_add</a> (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source</code></em>,
|
54
54
|
<em class="parameter"><code><a class="link" href="gdk2-Input.html#GdkInputCondition" title="enum GdkInputCondition"><span class="type">GdkInputCondition</span></a> condition</code></em>,
|
55
55
|
<em class="parameter"><code><a class="link" href="gdk2-Input.html#GdkInputFunction" title="GdkInputFunction ()"><span class="type">GdkInputFunction</span></a> function</code></em>,
|
56
|
-
<em class="parameter"><code><a href="/home/
|
57
|
-
<span class="returnvalue">void</span> <a class="link" href="gdk2-Input.html#gdk-input-remove" title="gdk_input_remove ()">gdk_input_remove</a> (<em class="parameter"><code><a href="/home/
|
56
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
|
57
|
+
<span class="returnvalue">void</span> <a class="link" href="gdk2-Input.html#gdk-input-remove" title="gdk_input_remove ()">gdk_input_remove</a> (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tag</code></em>);
|
58
58
|
</pre>
|
59
59
|
</div>
|
60
60
|
<div class="refsect1">
|
@@ -63,7 +63,7 @@ enum <a class="link" href="gdk2-Input.html#GdkInputCondition" tit
|
|
63
63
|
The functions in this section are used to establish
|
64
64
|
callbacks when some condition becomes true for
|
65
65
|
a file descriptor. They are currently just wrappers around
|
66
|
-
the <a href="/home/
|
66
|
+
the <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html">IO Channel</a>
|
67
67
|
facility.
|
68
68
|
</p>
|
69
69
|
</div>
|
@@ -71,14 +71,14 @@ facility.
|
|
71
71
|
<a name="gdk2-Input.details"></a><h2>Details</h2>
|
72
72
|
<div class="refsect2">
|
73
73
|
<a name="gdk-input-add-full"></a><h3>gdk_input_add_full ()</h3>
|
74
|
-
<pre class="programlisting"><a href="/home/
|
74
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_input_add_full (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source</code></em>,
|
75
75
|
<em class="parameter"><code><a class="link" href="gdk2-Input.html#GdkInputCondition" title="enum GdkInputCondition"><span class="type">GdkInputCondition</span></a> condition</code></em>,
|
76
76
|
<em class="parameter"><code><a class="link" href="gdk2-Input.html#GdkInputFunction" title="GdkInputFunction ()"><span class="type">GdkInputFunction</span></a> function</code></em>,
|
77
|
-
<em class="parameter"><code><a href="/home/
|
78
|
-
<em class="parameter"><code><a href="/home/
|
77
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
78
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
79
79
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
80
80
|
<h3 class="title">Warning</h3>
|
81
|
-
<p><code class="literal">gdk_input_add_full</code> has been deprecated since version 2.14 and should not be used in newly-written code. Use <a href="/home/
|
81
|
+
<p><code class="literal">gdk_input_add_full</code> has been deprecated since version 2.14 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html#g-io-add-watch-full"><code class="function">g_io_add_watch_full()</code></a> on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html#GIOChannel"><span class="type">GIOChannel</span></a></p>
|
82
82
|
</div>
|
83
83
|
<p>
|
84
84
|
Establish a callback when a condition becomes true on
|
@@ -165,8 +165,8 @@ on the file descriptor returns a count of zero.)
|
|
165
165
|
<hr>
|
166
166
|
<div class="refsect2">
|
167
167
|
<a name="GdkInputFunction"></a><h3>GdkInputFunction ()</h3>
|
168
|
-
<pre class="programlisting"><span class="returnvalue">void</span> (*GdkInputFunction) (<em class="parameter"><code><a href="/home/
|
169
|
-
<em class="parameter"><code><a href="/home/
|
168
|
+
<pre class="programlisting"><span class="returnvalue">void</span> (*GdkInputFunction) (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
169
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source</code></em>,
|
170
170
|
<em class="parameter"><code><a class="link" href="gdk2-Input.html#GdkInputCondition" title="enum GdkInputCondition"><span class="type">GdkInputCondition</span></a> condition</code></em>);</pre>
|
171
171
|
<p>
|
172
172
|
A callback function that will be called when some condition
|
@@ -196,7 +196,7 @@ occurs.
|
|
196
196
|
<hr>
|
197
197
|
<div class="refsect2">
|
198
198
|
<a name="GdkDestroyNotify"></a><h3>GdkDestroyNotify ()</h3>
|
199
|
-
<pre class="programlisting"><span class="returnvalue">void</span> (*GdkDestroyNotify) (<em class="parameter"><code><a href="/home/
|
199
|
+
<pre class="programlisting"><span class="returnvalue">void</span> (*GdkDestroyNotify) (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
200
200
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
201
201
|
<h3 class="title">Warning</h3>
|
202
202
|
<p><code class="literal">GdkDestroyNotify</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -220,13 +220,13 @@ structure or object that <em class="parameter"><code>data</code></em> points to.
|
|
220
220
|
<hr>
|
221
221
|
<div class="refsect2">
|
222
222
|
<a name="gdk-input-add"></a><h3>gdk_input_add ()</h3>
|
223
|
-
<pre class="programlisting"><a href="/home/
|
223
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_input_add (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> source</code></em>,
|
224
224
|
<em class="parameter"><code><a class="link" href="gdk2-Input.html#GdkInputCondition" title="enum GdkInputCondition"><span class="type">GdkInputCondition</span></a> condition</code></em>,
|
225
225
|
<em class="parameter"><code><a class="link" href="gdk2-Input.html#GdkInputFunction" title="GdkInputFunction ()"><span class="type">GdkInputFunction</span></a> function</code></em>,
|
226
|
-
<em class="parameter"><code><a href="/home/
|
226
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
227
227
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
228
228
|
<h3 class="title">Warning</h3>
|
229
|
-
<p><code class="literal">gdk_input_add</code> has been deprecated since version 2.14 and should not be used in newly-written code. Use <a href="/home/
|
229
|
+
<p><code class="literal">gdk_input_add</code> has been deprecated since version 2.14 and should not be used in newly-written code. Use <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html#g-io-add-watch"><code class="function">g_io_add_watch()</code></a> on a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html#GIOChannel"><span class="type">GIOChannel</span></a></p>
|
230
230
|
</div>
|
231
231
|
<p>
|
232
232
|
Establish a callback when a condition becomes true on
|
@@ -265,7 +265,7 @@ a file descriptor.
|
|
265
265
|
<hr>
|
266
266
|
<div class="refsect2">
|
267
267
|
<a name="gdk-input-remove"></a><h3>gdk_input_remove ()</h3>
|
268
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gdk_input_remove (<em class="parameter"><code><a href="/home/
|
268
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gdk_input_remove (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> tag</code></em>);</pre>
|
269
269
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
270
270
|
<h3 class="title">Warning</h3>
|
271
271
|
<p><code class="literal">gdk_input_remove</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -297,11 +297,11 @@ Remove a callback added with <a class="link" href="gdk2-Input.html#gdk-input-add
|
|
297
297
|
</colgroup>
|
298
298
|
<tbody>
|
299
299
|
<tr>
|
300
|
-
<td><p><span class="term"><a href="/home/
|
300
|
+
<td><p><span class="term"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html">GLib Main Loop</a></span></p></td>
|
301
301
|
<td><p>The main loop in which input callbacks run.</p></td>
|
302
302
|
</tr>
|
303
303
|
<tr>
|
304
|
-
<td><p><span class="term"><a href="/home/
|
304
|
+
<td><p><span class="term"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html">IO Channels</a></span></p></td>
|
305
305
|
<td><p>A newer and more flexible way of doing IO
|
306
306
|
callbacks.</p></td>
|
307
307
|
</tr>
|
@@ -313,6 +313,6 @@ callbacks.</p></td>
|
|
313
313
|
</div>
|
314
314
|
<div class="footer">
|
315
315
|
<hr>
|
316
|
-
Generated by GTK-Doc V1.
|
316
|
+
Generated by GTK-Doc V1.19</div>
|
317
317
|
</body>
|
318
318
|
</html>
|