gdk3 2.2.5-x64-mingw32 → 3.0.0-x64-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.
- checksums.yaml +4 -4
- data/Rakefile +18 -3
- data/lib/gdk3.rb +3 -0
- data/lib/gdk3/cursor.rb +31 -0
- data/lib/gdk3/deprecated.rb +41 -11
- data/lib/gdk3/loader.rb +39 -9
- data/lib/gdk3/rectangle.rb +17 -1
- data/lib/gdk3/rgba.rb +26 -5
- data/lib/gdk3/screen.rb +40 -0
- data/test/fixture/ruby-gnome2-logo.png +0 -0
- data/test/gdk-test-utils.rb +13 -0
- data/test/test-gdk-atom.rb +24 -0
- data/test/test-gdk-cursor.rb +44 -0
- data/test/test-gdk-event-mask.rb +21 -0
- data/test/test-gdk-keyval.rb +8 -4
- data/test/test-gdk-rectangle.rb +20 -1
- data/test/test-gdk-rgba.rb +65 -0
- data/test/test-gdk-selection.rb +29 -0
- data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libepoxy-0.dll +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
- data/vendor/local/include/epoxy/gl.h +104 -0
- data/vendor/local/include/epoxy/gl_generated.h +18690 -0
- data/vendor/local/include/epoxy/wgl.h +64 -0
- data/vendor/local/include/epoxy/wgl_generated.h +896 -0
- data/vendor/local/include/gtk-3.0/gdk/deprecated/gdkcolor.h +7 -7
- data/vendor/local/include/gtk-3.0/gdk/gdk-autocleanup.h +42 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +3 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +11 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +87 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +27 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +25 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +12 -5
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32glcontext.h +49 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtk-a11y-autocleanups.h +75 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkgradient.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstock.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtkstyleproperties.h → deprecated/gtkstyleproperties.h} +11 -11
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtk-a11y.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +222 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +8 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcssprovider.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkentry.h +47 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkgesturezoom.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +136 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkmodelbutton.h +61 -0
- data/vendor/local/include/gtk-3.0/gtk/gtknotebook.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpaned.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +7 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkpopovermenu.h +62 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +155 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollable.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +16 -8
- data/vendor/local/include/gtk-3.0/gtk/gtksearchentry.h +7 -5
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +6 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstacksidebar.h +73 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstackswitcher.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +75 -121
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkswitch.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +12 -18
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +62 -38
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktogglebutton.h +0 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktooltip.h +0 -12
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +12 -5
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkx-autocleanups.h +31 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkx.h +2 -0
- data/vendor/local/lib/gdk-win32-3.0.def +25 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +7 -7
- data/vendor/local/lib/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libepoxy.la +41 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +3 -3
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +5 -5
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +5 -5
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +6 -6
- data/vendor/local/lib/pkgconfig/epoxy.pc +11 -0
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +3 -3
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +693 -43
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +2826 -338
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +17 -23
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +3 -7
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +3 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +4 -5
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +3 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +4 -5
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +243 -99
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +13 -14
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +54 -65
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +11 -12
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +27 -31
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +768 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +45 -62
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +5 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +146 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +25 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +113 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +18 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +143 -44
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +4 -10
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +23 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +49 -60
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +34 -34
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +96 -116
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +12 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +29 -32
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +72 -91
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +43 -44
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +10 -11
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +3 -5
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +23 -26
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +9 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +20 -23
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +11 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +30 -30
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +12 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +33 -34
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +387 -291
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +208 -193
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +402 -10
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +7 -4
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +408 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +6 -4
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +61 -75
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +52 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +41 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +25 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +49 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +14 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +21 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +13 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +59 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +8 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +62 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +35 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +33 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +156 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +14 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +28 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +10 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +19 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +9 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +31 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +7 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +22 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +3 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +7 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +15 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +78 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +40 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +87 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +35 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +5 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +16 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +361 -200
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +52 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +19 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +57 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +81 -108
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +19 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +15 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +68 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +12 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +55 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +28 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +40 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +20 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +7 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +3 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +1259 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +42 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +42 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +15 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +13 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +23 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +44 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +17 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +6 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +10 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +89 -97
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +98 -127
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +49 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +131 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +6 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +334 -167
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +31 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +13 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +209 -110
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +27 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +22 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +28 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +36 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +33 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +393 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +174 -150
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +11 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +28 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +144 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +161 -76
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +47 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +11 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +110 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +359 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +29 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +36 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +79 -119
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +21 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +32 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +23 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +38 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +7 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +53 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +15 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +113 -137
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +21 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +64 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +257 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +206 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +6 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +70 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +22 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +16 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +224 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +248 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +81 -103
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +9 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +250 -125
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +16 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +4 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +353 -168
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +25 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +4 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +166 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +9 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +409 -184
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +12 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +5 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +10 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +20 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +27 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +15 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +22 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +25 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +110 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +14 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +6 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +16 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +95 -131
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +15 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +40 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +5 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +622 -611
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +145 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +6 -7
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +25 -7
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +14 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +16 -6
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +448 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +143 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +515 -12
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +98 -190
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +1975 -118
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +171 -1923
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +9 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch25s02.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/ch27s02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch29s02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch29s03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +139 -63
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/glarea.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +18 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +162 -143
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +12 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +10 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +7 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +25 -26
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +18 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +9 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +115 -85
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +141 -136
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +79 -27
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +10 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +23 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +9 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +74 -33
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +6 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +37 -58
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +110 -123
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +20 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +10 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +13 -21
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +46 -69
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +46 -48
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +24 -28
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +21 -38
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +47 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +7 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +789 -155
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +16 -5
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +39 -19
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +803 -1
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +8 -4
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/sidebar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +3 -4
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +13 -1
- data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +16197 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/application-exit-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/appointment-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/color-select-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/contact-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-print-preview-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-revert-symbolic-rtl.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-revert-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-find-replace-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/find-location-symbolic.svg +13 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-legacy-systray-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-top-bar-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-windows-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/font-select-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-bottom-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-first-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-first-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-last-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-last-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-next-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-next-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-previous-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-previous-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-top-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/help-about-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +49 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-down-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-end-symbolic-rtl.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-end-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-start-symbolic-rtl.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-start-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-up-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/system-search-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/tools-check-spelling-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-refresh-symbolic.svg +14 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-sort-ascending-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-sort-descending-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/help-contents-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/help-faq-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/preferences-desktop-font-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/categories/applications-system-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/battery-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-solidstate-symbolic.svg +38 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/media-tape-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/pda-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/tv-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/uninterruptible-power-supply-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/emotes/emote-love-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-executable-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-drag-accept-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-open-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-visiting-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/image-loading-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/rotation-allowed-symbolic.svg +15 -13
- data/vendor/local/share/icons/Adwaita/scalable/status/rotation-locked-symbolic.svg +14 -15
- data/vendor/local/share/icons/Adwaita/scalable/status/system-lock-screen-symbolic.svg +31 -0
- data/vendor/local/share/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/22x22/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/24x24/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/256x256/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/32x32/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/48x48/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/license/libepoxy/COPYING +50 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +39 -0
- data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- metadata +120 -12
- data/vendor/local/lib/libgtkreftestprivate.a +0 -0
@@ -2,12 +2,12 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GAIL Reference Manual
|
5
|
+
<title>GailMisc: GAIL Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GAIL Reference Manual">
|
8
8
|
<link rel="up" href="libgail-util-main.html" title="GAIL libgail-util Library">
|
9
9
|
<link rel="prev" href="gail-libgail-util3-GailTextUtil.html" title="GailTextUtil">
|
10
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
11
11
|
<link rel="stylesheet" href="style.css" type="text/css">
|
12
12
|
</head>
|
13
13
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -147,7 +147,6 @@ to <em class="parameter"><code>attrib_set</code></em>
|
|
147
147
|
<div class="refsect3">
|
148
148
|
<a name="id-1.2.3.5.2.6"></a><h4>Returns</h4>
|
149
149
|
<p> A pointer to the new <span class="type">AtkAttributeSet</span>.</p>
|
150
|
-
<p></p>
|
151
150
|
</div>
|
152
151
|
</div>
|
153
152
|
<hr>
|
@@ -155,7 +154,7 @@ to <em class="parameter"><code>attrib_set</code></em>
|
|
155
154
|
<a name="gail-misc-layout-get-run-attributes"></a><h3>gail_misc_layout_get_run_attributes ()</h3>
|
156
155
|
<pre class="programlisting"><span class="returnvalue">AtkAttributeSet</span> *
|
157
156
|
gail_misc_layout_get_run_attributes (<em class="parameter"><code><span class="type">AtkAttributeSet</span> *attrib_set</code></em>,
|
158
|
-
<em class="parameter"><code><
|
157
|
+
<em class="parameter"><code><span class="type">PangoLayout</span> *layout</code></em>,
|
159
158
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
160
159
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset</code></em>,
|
161
160
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start_offset</code></em>,
|
@@ -207,7 +206,6 @@ attribute set.</p>
|
|
207
206
|
<div class="refsect3">
|
208
207
|
<a name="id-1.2.3.5.3.6"></a><h4>Returns</h4>
|
209
208
|
<p> A pointer to the <span class="type">AtkAttributeSet</span>.</p>
|
210
|
-
<p></p>
|
211
209
|
</div>
|
212
210
|
</div>
|
213
211
|
<hr>
|
@@ -215,7 +213,7 @@ attribute set.</p>
|
|
215
213
|
<a name="gail-misc-get-default-attributes"></a><h3>gail_misc_get_default_attributes ()</h3>
|
216
214
|
<pre class="programlisting"><span class="returnvalue">AtkAttributeSet</span> *
|
217
215
|
gail_misc_get_default_attributes (<em class="parameter"><code><span class="type">AtkAttributeSet</span> *attrib_set</code></em>,
|
218
|
-
<em class="parameter"><code><
|
216
|
+
<em class="parameter"><code><span class="type">PangoLayout</span> *layout</code></em>,
|
219
217
|
<em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
220
218
|
<p>Adds the default attributes to the specified attribute set.</p>
|
221
219
|
<div class="refsect3">
|
@@ -248,7 +246,6 @@ gail_misc_get_default_attributes (<em class="parameter"><code><span class="type"
|
|
248
246
|
<div class="refsect3">
|
249
247
|
<a name="id-1.2.3.5.4.6"></a><h4>Returns</h4>
|
250
248
|
<p> A pointer to the <span class="type">AtkAttributeSet</span>.</p>
|
251
|
-
<p></p>
|
252
249
|
</div>
|
253
250
|
</div>
|
254
251
|
<hr>
|
@@ -257,7 +254,7 @@ gail_misc_get_default_attributes (<em class="parameter"><code><span class="type"
|
|
257
254
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
258
255
|
gail_misc_get_extents_from_pango_rectangle
|
259
256
|
(<em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
260
|
-
<em class="parameter"><code><
|
257
|
+
<em class="parameter"><code><span class="type">PangoRectangle</span> *char_rect</code></em>,
|
261
258
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x_layout</code></em>,
|
262
259
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y_layout</code></em>,
|
263
260
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
@@ -287,7 +284,7 @@ the PangoRectangle</p></td>
|
|
287
284
|
</tr>
|
288
285
|
<tr>
|
289
286
|
<td class="parameter_name"><p>char_rect</p></td>
|
290
|
-
<td class="parameter_description"><p>The <
|
287
|
+
<td class="parameter_description"><p>The <span class="type">PangoRectangle</span> from which to calculate extents</p></td>
|
291
288
|
<td class="parameter_annotations"> </td>
|
292
289
|
</tr>
|
293
290
|
<tr>
|
@@ -306,24 +303,24 @@ PangoLayout that contains the PangoRectangle, relative to <em class="parameter">
|
|
306
303
|
</tr>
|
307
304
|
<tr>
|
308
305
|
<td class="parameter_name"><p>x</p></td>
|
309
|
-
<td class="parameter_description"><p>The x-position of the <
|
306
|
+
<td class="parameter_description"><p>The x-position of the <span class="type">PangoRectangle</span> relative to <em class="parameter"><code>coords</code></em>
|
310
307
|
</p></td>
|
311
308
|
<td class="parameter_annotations"> </td>
|
312
309
|
</tr>
|
313
310
|
<tr>
|
314
311
|
<td class="parameter_name"><p>y</p></td>
|
315
|
-
<td class="parameter_description"><p>The y-position of the <
|
312
|
+
<td class="parameter_description"><p>The y-position of the <span class="type">PangoRectangle</span> relative to <em class="parameter"><code>coords</code></em>
|
316
313
|
</p></td>
|
317
314
|
<td class="parameter_annotations"> </td>
|
318
315
|
</tr>
|
319
316
|
<tr>
|
320
317
|
<td class="parameter_name"><p>width</p></td>
|
321
|
-
<td class="parameter_description"><p>The width of the <
|
318
|
+
<td class="parameter_description"><p>The width of the <span class="type">PangoRectangle</span></p></td>
|
322
319
|
<td class="parameter_annotations"> </td>
|
323
320
|
</tr>
|
324
321
|
<tr>
|
325
322
|
<td class="parameter_name"><p>height</p></td>
|
326
|
-
<td class="parameter_description"><p>The height of the <
|
323
|
+
<td class="parameter_description"><p>The height of the <span class="type">PangoRectangle</span></p></td>
|
327
324
|
<td class="parameter_annotations"> </td>
|
328
325
|
</tr>
|
329
326
|
<tr>
|
@@ -341,7 +338,7 @@ PangoLayout that contains the PangoRectangle, relative to <em class="parameter">
|
|
341
338
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
342
339
|
gail_misc_get_index_at_point_in_layout
|
343
340
|
(<em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
344
|
-
<em class="parameter"><code><
|
341
|
+
<em class="parameter"><code><span class="type">PangoLayout</span> *layout</code></em>,
|
345
342
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x_layout</code></em>,
|
346
343
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y_layout</code></em>,
|
347
344
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
@@ -349,7 +346,7 @@ gail_misc_get_index_at_point_in_layout
|
|
349
346
|
<em class="parameter"><code><span class="type">AtkCoordType</span> coords</code></em>);</pre>
|
350
347
|
<p>Gets the byte offset at the specified <em class="parameter"><code>x</code></em>
|
351
348
|
and <em class="parameter"><code>y</code></em>
|
352
|
-
in a <
|
349
|
+
in a <span class="type">PangoLayout</span>.</p>
|
353
350
|
<div class="refsect3">
|
354
351
|
<a name="id-1.2.3.5.6.5"></a><h4>Parameters</h4>
|
355
352
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -366,21 +363,21 @@ gail_misc_get_index_at_point_in_layout
|
|
366
363
|
</tr>
|
367
364
|
<tr>
|
368
365
|
<td class="parameter_name"><p>layout</p></td>
|
369
|
-
<td class="parameter_description"><p>The <
|
366
|
+
<td class="parameter_description"><p>The <span class="type">PangoLayout</span> from which to get the index at the
|
370
367
|
specified point.</p></td>
|
371
368
|
<td class="parameter_annotations"> </td>
|
372
369
|
</tr>
|
373
370
|
<tr>
|
374
371
|
<td class="parameter_name"><p>x_layout</p></td>
|
375
372
|
<td class="parameter_description"><p>The x-offset at which the widget displays the
|
376
|
-
<
|
373
|
+
<span class="type">PangoLayout</span>, relative to <em class="parameter"><code>widget</code></em>
|
377
374
|
</p></td>
|
378
375
|
<td class="parameter_annotations"> </td>
|
379
376
|
</tr>
|
380
377
|
<tr>
|
381
378
|
<td class="parameter_name"><p>y_layout</p></td>
|
382
379
|
<td class="parameter_description"><p>The y-offset at which the widget displays the
|
383
|
-
<
|
380
|
+
<span class="type">PangoLayout</span>, relative to <em class="parameter"><code>widget</code></em>
|
384
381
|
</p></td>
|
385
382
|
<td class="parameter_annotations"> </td>
|
386
383
|
</tr>
|
@@ -411,8 +408,7 @@ calculate the index</p></td>
|
|
411
408
|
<p> the byte offset at the specified <em class="parameter"><code>x</code></em>
|
412
409
|
and <em class="parameter"><code>y</code></em>
|
413
410
|
in a
|
414
|
-
<
|
415
|
-
<p></p>
|
411
|
+
<span class="type">PangoLayout</span></p>
|
416
412
|
</div>
|
417
413
|
</div>
|
418
414
|
<hr>
|
@@ -509,7 +505,6 @@ run starting at offset.</p>
|
|
509
505
|
<div class="refsect3">
|
510
506
|
<a name="id-1.2.3.5.8.6"></a><h4>Returns</h4>
|
511
507
|
<p> A pointer to the <span class="type">AtkAttributeSet</span>.</p>
|
512
|
-
<p></p>
|
513
508
|
</div>
|
514
509
|
</div>
|
515
510
|
</div>
|
@@ -518,7 +513,6 @@ run starting at offset.</p>
|
|
518
513
|
</div>
|
519
514
|
</div>
|
520
515
|
<div class="footer">
|
521
|
-
<hr>
|
522
|
-
Generated by GTK-Doc V1.21.1</div>
|
516
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
523
517
|
</body>
|
524
518
|
</html>
|
data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GAIL Reference Manual
|
5
|
+
<title>GailTextUtil: GAIL Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GAIL Reference Manual">
|
8
8
|
<link rel="up" href="libgail-util-main.html" title="GAIL libgail-util Library">
|
9
9
|
<link rel="prev" href="libgail-util-main.html" title="GAIL libgail-util Library">
|
10
10
|
<link rel="next" href="gail-libgail-util3-GailMisc.html" title="GailMisc">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -121,7 +121,6 @@ gail_text_util_new (<em class="parameter"><code><span class="type">void</span></
|
|
121
121
|
<div class="refsect3">
|
122
122
|
<a name="id-1.2.2.6.2.5"></a><h4>Returns</h4>
|
123
123
|
<p> the GailTextUtil object</p>
|
124
|
-
<p></p>
|
125
124
|
</div>
|
126
125
|
</div>
|
127
126
|
<hr>
|
@@ -250,7 +249,6 @@ after the offset.</p></td>
|
|
250
249
|
<div class="refsect3">
|
251
250
|
<a name="id-1.2.2.6.5.6"></a><h4>Returns</h4>
|
252
251
|
<p> the substring requested</p>
|
253
|
-
<p></p>
|
254
252
|
</div>
|
255
253
|
</div>
|
256
254
|
<hr>
|
@@ -295,7 +293,6 @@ gail_text_util_get_substring (<em class="parameter"><code><a class="link" href="
|
|
295
293
|
<p> the substring indicated by <em class="parameter"><code>start_pos</code></em>
|
296
294
|
and <em class="parameter"><code>end_pos</code></em>
|
297
295
|
</p>
|
298
|
-
<p></p>
|
299
296
|
</div>
|
300
297
|
</div>
|
301
298
|
</div>
|
@@ -353,7 +350,6 @@ function <a class="link" href="gail-libgail-util3-GailTextUtil.html#gail-text-ut
|
|
353
350
|
</div>
|
354
351
|
</div>
|
355
352
|
<div class="footer">
|
356
|
-
<hr>
|
357
|
-
Generated by GTK-Doc V1.21.1</div>
|
353
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
358
354
|
</body>
|
359
355
|
</html>
|
@@ -1,5 +1,4 @@
|
|
1
1
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
2
|
-
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
|
3
2
|
<book xmlns="http://www.devhelp.net/book" title="GAIL Reference Manual" link="index.html" author="" name="gail-libgail-util3" version="2" language="c">
|
4
3
|
<chapters>
|
5
4
|
<sub name="GAIL libgail-util Library" link="libgail-util-main.html">
|
@@ -22,5 +21,8 @@
|
|
22
21
|
<keyword type="function" name="gail_misc_get_index_at_point_in_layout ()" link="gail-libgail-util3-GailMisc.html#gail-misc-get-index-at-point-in-layout"/>
|
23
22
|
<keyword type="function" name="gail_misc_get_origins ()" link="gail-libgail-util3-GailMisc.html#gail-misc-get-origins"/>
|
24
23
|
<keyword type="function" name="gail_misc_buffer_get_run_attributes ()" link="gail-libgail-util3-GailMisc.html#gail-misc-buffer-get-run-attributes"/>
|
24
|
+
<keyword type="constant" name="GAIL_BEFORE_OFFSET" link="gail-libgail-util3-GailTextUtil.html#GAIL-BEFORE-OFFSET:CAPS"/>
|
25
|
+
<keyword type="constant" name="GAIL_AT_OFFSET" link="gail-libgail-util3-GailTextUtil.html#GAIL-AT-OFFSET:CAPS"/>
|
26
|
+
<keyword type="constant" name="GAIL_AFTER_OFFSET" link="gail-libgail-util3-GailTextUtil.html#GAIL-AFTER-OFFSET:CAPS"/>
|
25
27
|
</functions>
|
26
28
|
</book>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GAIL Reference Manual">
|
8
8
|
<link rel="next" href="libgail-util-main.html" title="GAIL libgail-util Library">
|
9
|
-
<meta name="generator" content="GTK-Doc V1.
|
9
|
+
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
10
10
|
<link rel="stylesheet" href="style.css" type="text/css">
|
11
11
|
</head>
|
12
12
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GAIL Reference Manual</p></th></tr></table></div>
|
17
17
|
<div><p class="releaseinfo">
|
18
|
-
Version 3.
|
18
|
+
Version 3.16.6
|
19
19
|
|
20
20
|
The latest version of this documentation can be found on-line at
|
21
21
|
<a class="ulink" href="http://developer.gnome.org/gail-libgail-util/unstable/" target="_top">http://developer.gnome.org/gail-libgail-util/unstable/</a>.
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<dt><span class="chapter"><a href="libgail-util-main.html">GAIL libgail-util Library</a></span></dt>
|
28
28
|
<dd><dl>
|
29
29
|
<dt>
|
30
|
-
<span class="refentrytitle"><a href="gail-libgail-util3-GailTextUtil.html">GailTextUtil</a></span><span class="refpurpose">GailTextUtil is a utility class which can be used to
|
30
|
+
<span class="refentrytitle"><a href="gail-libgail-util3-GailTextUtil.html">GailTextUtil</a></span><span class="refpurpose"> — GailTextUtil is a utility class which can be used to
|
31
31
|
implement some of the <span class="type">AtkText</span> functions for accessible objects
|
32
32
|
which implement <span class="type">AtkText</span>.</span>
|
33
33
|
</dt>
|
@@ -39,7 +39,6 @@
|
|
39
39
|
</dl></div>
|
40
40
|
</div>
|
41
41
|
<div class="footer">
|
42
|
-
<hr>
|
43
|
-
Generated by GTK-Doc V1.21.1</div>
|
42
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
44
43
|
</body>
|
45
44
|
</html>
|
@@ -12,6 +12,9 @@
|
|
12
12
|
<ANCHOR id="gail-libgail-util3-GailTextUtil.other_details" href="gail-libgail-util3/gail-libgail-util3-GailTextUtil.html#gail-libgail-util3-GailTextUtil.other_details">
|
13
13
|
<ANCHOR id="GailTextUtil" href="gail-libgail-util3/gail-libgail-util3-GailTextUtil.html#GailTextUtil">
|
14
14
|
<ANCHOR id="GailOffsetType" href="gail-libgail-util3/gail-libgail-util3-GailTextUtil.html#GailOffsetType">
|
15
|
+
<ANCHOR id="GAIL-BEFORE-OFFSET:CAPS" href="gail-libgail-util3/gail-libgail-util3-GailTextUtil.html#GAIL-BEFORE-OFFSET:CAPS">
|
16
|
+
<ANCHOR id="GAIL-AT-OFFSET:CAPS" href="gail-libgail-util3/gail-libgail-util3-GailTextUtil.html#GAIL-AT-OFFSET:CAPS">
|
17
|
+
<ANCHOR id="GAIL-AFTER-OFFSET:CAPS" href="gail-libgail-util3/gail-libgail-util3-GailTextUtil.html#GAIL-AFTER-OFFSET:CAPS">
|
15
18
|
<ANCHOR id="gail-libgail-util3-GailMisc" href="gail-libgail-util3/gail-libgail-util3-GailMisc.html">
|
16
19
|
<ANCHOR id="gail-libgail-util3-GailMisc.functions" href="gail-libgail-util3/gail-libgail-util3-GailMisc.html#gail-libgail-util3-GailMisc.functions">
|
17
20
|
<ANCHOR id="gail-libgail-util3-GailMisc.description" href="gail-libgail-util3/gail-libgail-util3-GailMisc.html#gail-libgail-util3-GailMisc.description">
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GAIL
|
5
|
+
<title>GAIL libgail-util Library: GAIL Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GAIL Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GAIL Reference Manual">
|
9
9
|
<link rel="prev" href="index.html" title="GAIL Reference Manual">
|
10
10
|
<link rel="next" href="gail-libgail-util3-GailTextUtil.html" title="GailTextUtil">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<a name="libgail-util-main"></a>GAIL libgail-util Library</h1></div></div></div>
|
25
25
|
<div class="toc"><dl class="toc">
|
26
26
|
<dt>
|
27
|
-
<span class="refentrytitle"><a href="gail-libgail-util3-GailTextUtil.html">GailTextUtil</a></span><span class="refpurpose">GailTextUtil is a utility class which can be used to
|
27
|
+
<span class="refentrytitle"><a href="gail-libgail-util3-GailTextUtil.html">GailTextUtil</a></span><span class="refpurpose"> — GailTextUtil is a utility class which can be used to
|
28
28
|
implement some of the <span class="type">AtkText</span> functions for accessible objects
|
29
29
|
which implement <span class="type">AtkText</span>.</span>
|
30
30
|
</dt>
|
@@ -35,7 +35,6 @@
|
|
35
35
|
</dl></div>
|
36
36
|
</div>
|
37
37
|
<div class="footer">
|
38
|
-
<hr>
|
39
|
-
Generated by GTK-Doc V1.21.1</div>
|
38
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
40
39
|
</body>
|
41
40
|
</html>
|
@@ -60,7 +60,7 @@ a:hover
|
|
60
60
|
div.informaltable table
|
61
61
|
{
|
62
62
|
border-collapse: separate;
|
63
|
-
border-spacing: 1em 0.
|
63
|
+
border-spacing: 1em 0.3em;
|
64
64
|
border: none;
|
65
65
|
}
|
66
66
|
|
@@ -148,6 +148,8 @@ div.table table th
|
|
148
148
|
h4
|
149
149
|
{
|
150
150
|
color: #555753;
|
151
|
+
margin-top: 1em;
|
152
|
+
margin-bottom: 1em;
|
151
153
|
}
|
152
154
|
|
153
155
|
hr
|
@@ -166,17 +168,16 @@ dl.toc dt
|
|
166
168
|
padding-bottom: 0.25em;
|
167
169
|
}
|
168
170
|
|
169
|
-
dl.toc >
|
171
|
+
dl.toc > dt
|
170
172
|
{
|
171
173
|
padding-top: 0.25em;
|
172
174
|
padding-bottom: 0.25em;
|
175
|
+
font-weight: bold;
|
173
176
|
}
|
174
177
|
|
175
|
-
dl.toc >
|
178
|
+
dl.toc > dl
|
176
179
|
{
|
177
|
-
padding-top: 1em;
|
178
180
|
padding-bottom: 0.5em;
|
179
|
-
font-weight: bold;
|
180
181
|
}
|
181
182
|
|
182
183
|
.parameter
|
@@ -346,7 +347,9 @@ acronym,abbr
|
|
346
347
|
}
|
347
348
|
|
348
349
|
@media screen {
|
349
|
-
sup a
|
350
|
+
/* these have a <sup> as a first child, but since there are no parent selectors
|
351
|
+
* we can't use that. */
|
352
|
+
a.footnote
|
350
353
|
{
|
351
354
|
position: relative;
|
352
355
|
top: 0em ! important;
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GDK 3 Reference Manual
|
5
|
+
<title>GdkDevice: GDK 3 Reference Manual</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GDK 3 Reference Manual">
|
8
8
|
<link rel="up" href="reference.html" title="API Reference">
|
9
9
|
<link rel="prev" href="GdkDeviceManager.html" title="GdkDeviceManager">
|
10
10
|
<link rel="next" href="gdk3-Points-Rectangles-and-Regions.html" title="Points and Rectangles">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.24.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -50,6 +50,20 @@
|
|
50
50
|
</td>
|
51
51
|
</tr>
|
52
52
|
<tr>
|
53
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
54
|
+
</td>
|
55
|
+
<td class="function_name">
|
56
|
+
<a class="link" href="GdkDevice.html#gdk-device-get-vendor-id" title="gdk_device_get_vendor_id ()">gdk_device_get_vendor_id</a> <span class="c_punctuation">()</span>
|
57
|
+
</td>
|
58
|
+
</tr>
|
59
|
+
<tr>
|
60
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
61
|
+
</td>
|
62
|
+
<td class="function_name">
|
63
|
+
<a class="link" href="GdkDevice.html#gdk-device-get-product-id" title="gdk_device_get_product_id ()">gdk_device_get_product_id</a> <span class="c_punctuation">()</span>
|
64
|
+
</td>
|
65
|
+
</tr>
|
66
|
+
<tr>
|
53
67
|
<td class="function_type">
|
54
68
|
<a class="link" href="GdkDevice.html#GdkInputSource" title="enum GdkInputSource"><span class="returnvalue">GdkInputSource</span></a>
|
55
69
|
</td>
|
@@ -330,10 +344,22 @@
|
|
330
344
|
<td class="property_flags">Read / Write / Construct Only</td>
|
331
345
|
</tr>
|
332
346
|
<tr>
|
347
|
+
<td class="property_type">
|
348
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
349
|
+
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--product-id" title="The “product-id” property">product-id</a></td>
|
350
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
351
|
+
</tr>
|
352
|
+
<tr>
|
333
353
|
<td class="property_type"><a class="link" href="GdkDevice.html#GdkDeviceType" title="enum GdkDeviceType"><span class="type">GdkDeviceType</span></a></td>
|
334
354
|
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--type" title="The “type” property">type</a></td>
|
335
355
|
<td class="property_flags">Read / Write / Construct Only</td>
|
336
356
|
</tr>
|
357
|
+
<tr>
|
358
|
+
<td class="property_type">
|
359
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
360
|
+
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--vendor-id" title="The “vendor-id” property">vendor-id</a></td>
|
361
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
362
|
+
</tr>
|
337
363
|
</tbody>
|
338
364
|
</table></div>
|
339
365
|
</div>
|
@@ -348,7 +374,7 @@
|
|
348
374
|
<tbody><tr>
|
349
375
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
350
376
|
<td class="signal_name"><a class="link" href="GdkDevice.html#GdkDevice-changed" title="The “changed” signal">changed</a></td>
|
351
|
-
<td class="signal_flags">Run Last</td>
|
377
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
352
378
|
</tr></tbody>
|
353
379
|
</table></div>
|
354
380
|
</div>
|
@@ -435,9 +461,114 @@ gdk_device_get_name (<em class="parameter"><code><a class="link" href="GdkDevice
|
|
435
461
|
<div class="refsect3">
|
436
462
|
<a name="id-1.2.7.10.2.6"></a><h4>Returns</h4>
|
437
463
|
<p> a name</p>
|
464
|
+
</div>
|
465
|
+
<p class="since">Since: 2.20</p>
|
466
|
+
</div>
|
467
|
+
<hr>
|
468
|
+
<div class="refsect2">
|
469
|
+
<a name="gdk-device-get-vendor-id"></a><h3>gdk_device_get_vendor_id ()</h3>
|
470
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
471
|
+
gdk_device_get_vendor_id (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
472
|
+
<p>Returns the vendor ID of this device, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if this information couldn't
|
473
|
+
be obtained. This ID is retrieved from the device, and is thus constant for
|
474
|
+
it.</p>
|
475
|
+
<p>This function, together with <a class="link" href="GdkDevice.html#gdk-device-get-product-id" title="gdk_device_get_product_id ()"><code class="function">gdk_device_get_product_id()</code></a>, can be used to eg.
|
476
|
+
compose <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSettings.html"><span class="type">GSettings</span></a> paths to store settings for this device.</p>
|
477
|
+
<div class="informalexample">
|
478
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
479
|
+
<tbody>
|
480
|
+
<tr>
|
481
|
+
<td class="listing_lines" align="right"><pre>1
|
482
|
+
2
|
483
|
+
3
|
484
|
+
4
|
485
|
+
5
|
486
|
+
6
|
487
|
+
7
|
488
|
+
8
|
489
|
+
9
|
490
|
+
10
|
491
|
+
11
|
492
|
+
12
|
493
|
+
13
|
494
|
+
14
|
495
|
+
15
|
496
|
+
16
|
497
|
+
17</pre></td>
|
498
|
+
<td class="listing_code"><pre class="programlisting"><span class="keyword">static</span><span class="normal"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSettings.html">GSettings</a> </span><span class="symbol">*</span>
|
499
|
+
<span class="function">get_device_settings</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">GdkDevice</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">device</span><span class="symbol">)</span>
|
500
|
+
<span class="cbracket">{</span>
|
501
|
+
<span class="normal"> </span><span class="keyword">const</span><span class="normal"> </span><span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">vendor</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">product</span><span class="symbol">;</span>
|
502
|
+
<span class="normal"> </span><span class="usertype">GSettings</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">settings</span><span class="symbol">;</span>
|
503
|
+
<span class="normal"> </span><span class="usertype">GdkDevice</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">device</span><span class="symbol">;</span>
|
504
|
+
<span class="normal"> </span><span class="usertype">gchar</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">path</span><span class="symbol">;</span>
|
505
|
+
|
506
|
+
<span class="normal"> vendor </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GdkDevice.html#gdk-device-get-vendor-id">gdk_device_get_vendor_id</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">device</span><span class="symbol">);</span>
|
507
|
+
<span class="normal"> product </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="GdkDevice.html#gdk-device-get-product-id">gdk_device_get_product_id</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">device</span><span class="symbol">);</span>
|
508
|
+
|
509
|
+
<span class="normal"> path </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#g-strdup-printf">g_strdup_printf</a></span><span class="normal"> </span><span class="symbol">(</span><span class="string">"/org/example/app/devices/%s:%s/"</span><span class="symbol">,</span><span class="normal"> vendor</span><span class="symbol">,</span><span class="normal"> product</span><span class="symbol">);</span>
|
510
|
+
<span class="normal"> settings </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GSettings.html#g-settings-new-with-path">g_settings_new_with_path</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">DEVICE_SCHEMA</span><span class="symbol">,</span><span class="normal"> path</span><span class="symbol">);</span>
|
511
|
+
<span class="normal"> </span><span class="function"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free">g_free</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">path</span><span class="symbol">);</span>
|
512
|
+
|
513
|
+
<span class="normal"> </span><span class="keyword">return</span><span class="normal"> settings</span><span class="symbol">;</span>
|
514
|
+
<span class="cbracket">}</span></pre></td>
|
515
|
+
</tr>
|
516
|
+
</tbody>
|
517
|
+
</table>
|
518
|
+
</div>
|
519
|
+
|
438
520
|
<p></p>
|
521
|
+
<div class="refsect3">
|
522
|
+
<a name="id-1.2.7.10.3.8"></a><h4>Parameters</h4>
|
523
|
+
<div class="informaltable"><table width="100%" border="0">
|
524
|
+
<colgroup>
|
525
|
+
<col width="150px" class="parameters_name">
|
526
|
+
<col class="parameters_description">
|
527
|
+
<col width="200px" class="parameters_annotations">
|
528
|
+
</colgroup>
|
529
|
+
<tbody><tr>
|
530
|
+
<td class="parameter_name"><p>device</p></td>
|
531
|
+
<td class="parameter_description"><p>a slave <a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a></p></td>
|
532
|
+
<td class="parameter_annotations"> </td>
|
533
|
+
</tr></tbody>
|
534
|
+
</table></div>
|
535
|
+
</div>
|
536
|
+
<div class="refsect3">
|
537
|
+
<a name="id-1.2.7.10.3.9"></a><h4>Returns</h4>
|
538
|
+
<p> the vendor ID, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
539
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
540
|
+
</div>
|
541
|
+
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
542
|
+
</div>
|
543
|
+
<hr>
|
544
|
+
<div class="refsect2">
|
545
|
+
<a name="gdk-device-get-product-id"></a><h3>gdk_device_get_product_id ()</h3>
|
546
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
547
|
+
gdk_device_get_product_id (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
548
|
+
<p>Returns the product ID of this device, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if this information couldn't
|
549
|
+
be obtained. This ID is retrieved from the device, and is thus constant for
|
550
|
+
it. See <a class="link" href="GdkDevice.html#gdk-device-get-vendor-id" title="gdk_device_get_vendor_id ()"><code class="function">gdk_device_get_vendor_id()</code></a> for more information.</p>
|
551
|
+
<div class="refsect3">
|
552
|
+
<a name="id-1.2.7.10.4.5"></a><h4>Parameters</h4>
|
553
|
+
<div class="informaltable"><table width="100%" border="0">
|
554
|
+
<colgroup>
|
555
|
+
<col width="150px" class="parameters_name">
|
556
|
+
<col class="parameters_description">
|
557
|
+
<col width="200px" class="parameters_annotations">
|
558
|
+
</colgroup>
|
559
|
+
<tbody><tr>
|
560
|
+
<td class="parameter_name"><p>device</p></td>
|
561
|
+
<td class="parameter_description"><p>a slave <a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a></p></td>
|
562
|
+
<td class="parameter_annotations"> </td>
|
563
|
+
</tr></tbody>
|
564
|
+
</table></div>
|
565
|
+
</div>
|
566
|
+
<div class="refsect3">
|
567
|
+
<a name="id-1.2.7.10.4.6"></a><h4>Returns</h4>
|
568
|
+
<p> the product ID, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
569
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
439
570
|
</div>
|
440
|
-
<p class="since">Since
|
571
|
+
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
441
572
|
</div>
|
442
573
|
<hr>
|
443
574
|
<div class="refsect2">
|
@@ -446,7 +577,7 @@ gdk_device_get_name (<em class="parameter"><code><a class="link" href="GdkDevice
|
|
446
577
|
gdk_device_get_source (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
447
578
|
<p>Determines the type of the device.</p>
|
448
579
|
<div class="refsect3">
|
449
|
-
<a name="id-1.2.7.10.
|
580
|
+
<a name="id-1.2.7.10.5.5"></a><h4>Parameters</h4>
|
450
581
|
<div class="informaltable"><table width="100%" border="0">
|
451
582
|
<colgroup>
|
452
583
|
<col width="150px" class="parameters_name">
|
@@ -461,11 +592,10 @@ gdk_device_get_source (<em class="parameter"><code><a class="link" href="GdkDevi
|
|
461
592
|
</table></div>
|
462
593
|
</div>
|
463
594
|
<div class="refsect3">
|
464
|
-
<a name="id-1.2.7.10.
|
595
|
+
<a name="id-1.2.7.10.5.6"></a><h4>Returns</h4>
|
465
596
|
<p> a <a class="link" href="GdkDevice.html#GdkInputSource" title="enum GdkInputSource"><span class="type">GdkInputSource</span></a></p>
|
466
|
-
<p></p>
|
467
597
|
</div>
|
468
|
-
<p class="since">Since 2.20</p>
|
598
|
+
<p class="since">Since: 2.20</p>
|
469
599
|
</div>
|
470
600
|
<hr>
|
471
601
|
<div class="refsect2">
|
@@ -480,7 +610,7 @@ entire screen or to a single window.</p>
|
|
480
610
|
slaves connected to these) drive the pointer cursor, which is not limited
|
481
611
|
by the input mode.</p>
|
482
612
|
<div class="refsect3">
|
483
|
-
<a name="id-1.2.7.10.
|
613
|
+
<a name="id-1.2.7.10.6.6"></a><h4>Parameters</h4>
|
484
614
|
<div class="informaltable"><table width="100%" border="0">
|
485
615
|
<colgroup>
|
486
616
|
<col width="150px" class="parameters_name">
|
@@ -502,9 +632,8 @@ by the input mode.</p>
|
|
502
632
|
</table></div>
|
503
633
|
</div>
|
504
634
|
<div class="refsect3">
|
505
|
-
<a name="id-1.2.7.10.
|
635
|
+
<a name="id-1.2.7.10.6.7"></a><h4>Returns</h4>
|
506
636
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/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.</p>
|
507
|
-
<p></p>
|
508
637
|
</div>
|
509
638
|
</div>
|
510
639
|
<hr>
|
@@ -514,7 +643,7 @@ by the input mode.</p>
|
|
514
643
|
gdk_device_get_mode (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
515
644
|
<p>Determines the mode of the device.</p>
|
516
645
|
<div class="refsect3">
|
517
|
-
<a name="id-1.2.7.10.
|
646
|
+
<a name="id-1.2.7.10.7.5"></a><h4>Parameters</h4>
|
518
647
|
<div class="informaltable"><table width="100%" border="0">
|
519
648
|
<colgroup>
|
520
649
|
<col width="150px" class="parameters_name">
|
@@ -529,11 +658,10 @@ gdk_device_get_mode (<em class="parameter"><code><a class="link" href="GdkDevice
|
|
529
658
|
</table></div>
|
530
659
|
</div>
|
531
660
|
<div class="refsect3">
|
532
|
-
<a name="id-1.2.7.10.
|
661
|
+
<a name="id-1.2.7.10.7.6"></a><h4>Returns</h4>
|
533
662
|
<p> a <a class="link" href="GdkDevice.html#GdkInputSource" title="enum GdkInputSource"><span class="type">GdkInputSource</span></a></p>
|
534
|
-
<p></p>
|
535
663
|
</div>
|
536
|
-
<p class="since">Since 2.20</p>
|
664
|
+
<p class="since">Since: 2.20</p>
|
537
665
|
</div>
|
538
666
|
<hr>
|
539
667
|
<div class="refsect2">
|
@@ -546,7 +674,7 @@ gdk_device_set_key (<em class="parameter"><code><a class="link" href="GdkDevice.
|
|
546
674
|
<p>Specifies the X key event to generate when a macro button of a device
|
547
675
|
is pressed.</p>
|
548
676
|
<div class="refsect3">
|
549
|
-
<a name="id-1.2.7.10.
|
677
|
+
<a name="id-1.2.7.10.8.5"></a><h4>Parameters</h4>
|
550
678
|
<div class="informaltable"><table width="100%" border="0">
|
551
679
|
<colgroup>
|
552
680
|
<col width="150px" class="parameters_name">
|
@@ -592,7 +720,7 @@ and fill in <em class="parameter"><code>keyval</code></em>
|
|
592
720
|
and <em class="parameter"><code>modifiers</code></em>
|
593
721
|
with the keyval settings.</p>
|
594
722
|
<div class="refsect3">
|
595
|
-
<a name="id-1.2.7.10.
|
723
|
+
<a name="id-1.2.7.10.9.5"></a><h4>Parameters</h4>
|
596
724
|
<div class="informaltable"><table width="100%" border="0">
|
597
725
|
<colgroup>
|
598
726
|
<col width="150px" class="parameters_name">
|
@@ -624,12 +752,11 @@ and fill in <em class="parameter"><code>keyval</code></em>
|
|
624
752
|
</table></div>
|
625
753
|
</div>
|
626
754
|
<div class="refsect3">
|
627
|
-
<a name="id-1.2.7.10.
|
755
|
+
<a name="id-1.2.7.10.9.6"></a><h4>Returns</h4>
|
628
756
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if keyval is set for <em class="parameter"><code>index</code></em>
|
629
757
|
.</p>
|
630
|
-
<p></p>
|
631
758
|
</div>
|
632
|
-
<p class="since">Since 2.20</p>
|
759
|
+
<p class="since">Since: 2.20</p>
|
633
760
|
</div>
|
634
761
|
<hr>
|
635
762
|
<div class="refsect2">
|
@@ -640,7 +767,7 @@ gdk_device_set_axis_use (<em class="parameter"><code><a class="link" href="GdkDe
|
|
640
767
|
<em class="parameter"><code><a class="link" href="GdkDevice.html#GdkAxisUse" title="enum GdkAxisUse"><span class="type">GdkAxisUse</span></a> use</code></em>);</pre>
|
641
768
|
<p>Specifies how an axis of a device is used.</p>
|
642
769
|
<div class="refsect3">
|
643
|
-
<a name="id-1.2.7.10.
|
770
|
+
<a name="id-1.2.7.10.10.5"></a><h4>Parameters</h4>
|
644
771
|
<div class="informaltable"><table width="100%" border="0">
|
645
772
|
<colgroup>
|
646
773
|
<col width="150px" class="parameters_name">
|
@@ -676,7 +803,7 @@ gdk_device_get_axis_use (<em class="parameter"><code><a class="link" href="GdkDe
|
|
676
803
|
<p>Returns the axis use for <em class="parameter"><code>index_</code></em>
|
677
804
|
.</p>
|
678
805
|
<div class="refsect3">
|
679
|
-
<a name="id-1.2.7.10.
|
806
|
+
<a name="id-1.2.7.10.11.5"></a><h4>Parameters</h4>
|
680
807
|
<div class="informaltable"><table width="100%" border="0">
|
681
808
|
<colgroup>
|
682
809
|
<col width="150px" class="parameters_name">
|
@@ -698,11 +825,10 @@ gdk_device_get_axis_use (<em class="parameter"><code><a class="link" href="GdkDe
|
|
698
825
|
</table></div>
|
699
826
|
</div>
|
700
827
|
<div class="refsect3">
|
701
|
-
<a name="id-1.2.7.10.
|
828
|
+
<a name="id-1.2.7.10.11.6"></a><h4>Returns</h4>
|
702
829
|
<p> a <a class="link" href="GdkDevice.html#GdkAxisUse" title="enum GdkAxisUse"><span class="type">GdkAxisUse</span></a> specifying how the axis is used.</p>
|
703
|
-
<p></p>
|
704
830
|
</div>
|
705
|
-
<p class="since">Since 2.20</p>
|
831
|
+
<p class="since">Since: 2.20</p>
|
706
832
|
</div>
|
707
833
|
<hr>
|
708
834
|
<div class="refsect2">
|
@@ -722,7 +848,7 @@ the master device to which <em class="parameter"><code>device</code></em>
|
|
722
848
|
is of type <a class="link" href="GdkDevice.html#GDK-DEVICE-TYPE-FLOATING:CAPS"><code class="literal">GDK_DEVICE_TYPE_FLOATING</code></a>, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be
|
723
849
|
returned, as there is no associated device.</p>
|
724
850
|
<div class="refsect3">
|
725
|
-
<a name="id-1.2.7.10.
|
851
|
+
<a name="id-1.2.7.10.12.7"></a><h4>Parameters</h4>
|
726
852
|
<div class="informaltable"><table width="100%" border="0">
|
727
853
|
<colgroup>
|
728
854
|
<col width="150px" class="parameters_name">
|
@@ -737,12 +863,12 @@ returned, as there is no associated device.</p>
|
|
737
863
|
</table></div>
|
738
864
|
</div>
|
739
865
|
<div class="refsect3">
|
740
|
-
<a name="id-1.2.7.10.
|
866
|
+
<a name="id-1.2.7.10.12.8"></a><h4>Returns</h4>
|
741
867
|
<p> The associated device, or
|
742
868
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
743
869
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
744
870
|
</div>
|
745
|
-
<p class="since">Since 3.0</p>
|
871
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
746
872
|
</div>
|
747
873
|
<hr>
|
748
874
|
<div class="refsect2">
|
@@ -753,7 +879,7 @@ gdk_device_list_slave_devices (<em class="parameter"><code><a class="link" href=
|
|
753
879
|
the list of slave devices attached to it, otherwise it will return
|
754
880
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
|
755
881
|
<div class="refsect3">
|
756
|
-
<a name="id-1.2.7.10.
|
882
|
+
<a name="id-1.2.7.10.13.5"></a><h4>Parameters</h4>
|
757
883
|
<div class="informaltable"><table width="100%" border="0">
|
758
884
|
<colgroup>
|
759
885
|
<col width="150px" class="parameters_name">
|
@@ -768,7 +894,7 @@ the list of slave devices attached to it, otherwise it will return
|
|
768
894
|
</table></div>
|
769
895
|
</div>
|
770
896
|
<div class="refsect3">
|
771
|
-
<a name="id-1.2.7.10.
|
897
|
+
<a name="id-1.2.7.10.13.6"></a><h4>Returns</h4>
|
772
898
|
<p> the list of slave devices, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The list must be
|
773
899
|
freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>, the contents of the list are
|
774
900
|
owned by GTK+ and should not be freed. </p>
|
@@ -783,7 +909,7 @@ gdk_device_get_device_type (<em class="parameter"><code><a class="link" href="Gd
|
|
783
909
|
<p>Returns the device type for <em class="parameter"><code>device</code></em>
|
784
910
|
.</p>
|
785
911
|
<div class="refsect3">
|
786
|
-
<a name="id-1.2.7.10.
|
912
|
+
<a name="id-1.2.7.10.14.5"></a><h4>Parameters</h4>
|
787
913
|
<div class="informaltable"><table width="100%" border="0">
|
788
914
|
<colgroup>
|
789
915
|
<col width="150px" class="parameters_name">
|
@@ -798,12 +924,11 @@ gdk_device_get_device_type (<em class="parameter"><code><a class="link" href="Gd
|
|
798
924
|
</table></div>
|
799
925
|
</div>
|
800
926
|
<div class="refsect3">
|
801
|
-
<a name="id-1.2.7.10.
|
927
|
+
<a name="id-1.2.7.10.14.6"></a><h4>Returns</h4>
|
802
928
|
<p> the <a class="link" href="GdkDevice.html#GdkDeviceType" title="enum GdkDeviceType"><span class="type">GdkDeviceType</span></a> for <em class="parameter"><code>device</code></em>
|
803
929
|
.</p>
|
804
|
-
<p></p>
|
805
930
|
</div>
|
806
|
-
<p class="since">Since 3.0</p>
|
931
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
807
932
|
</div>
|
808
933
|
<hr>
|
809
934
|
<div class="refsect2">
|
@@ -813,7 +938,7 @@ gdk_device_get_display (<em class="parameter"><code><a class="link" href="GdkDev
|
|
813
938
|
<p>Returns the <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> to which <em class="parameter"><code>device</code></em>
|
814
939
|
pertains.</p>
|
815
940
|
<div class="refsect3">
|
816
|
-
<a name="id-1.2.7.10.
|
941
|
+
<a name="id-1.2.7.10.15.5"></a><h4>Parameters</h4>
|
817
942
|
<div class="informaltable"><table width="100%" border="0">
|
818
943
|
<colgroup>
|
819
944
|
<col width="150px" class="parameters_name">
|
@@ -828,21 +953,22 @@ gdk_device_get_display (<em class="parameter"><code><a class="link" href="GdkDev
|
|
828
953
|
</table></div>
|
829
954
|
</div>
|
830
955
|
<div class="refsect3">
|
831
|
-
<a name="id-1.2.7.10.
|
956
|
+
<a name="id-1.2.7.10.15.6"></a><h4>Returns</h4>
|
832
957
|
<p> a <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a>. This memory is owned
|
833
958
|
by GTK+, and must not be freed or unreffed. </p>
|
834
959
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
835
960
|
</div>
|
836
|
-
<p class="since">Since 3.0</p>
|
961
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
837
962
|
</div>
|
838
963
|
<hr>
|
839
964
|
<div class="refsect2">
|
840
965
|
<a name="gdk-device-get-has-cursor"></a><h3>gdk_device_get_has_cursor ()</h3>
|
841
966
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
842
967
|
gdk_device_get_has_cursor (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
843
|
-
<p>Determines whether the pointer follows device motion
|
968
|
+
<p>Determines whether the pointer follows device motion.
|
969
|
+
This is not meaningful for keyboard devices, which don't have a pointer.</p>
|
844
970
|
<div class="refsect3">
|
845
|
-
<a name="id-1.2.7.10.
|
971
|
+
<a name="id-1.2.7.10.16.5"></a><h4>Parameters</h4>
|
846
972
|
<div class="informaltable"><table width="100%" border="0">
|
847
973
|
<colgroup>
|
848
974
|
<col width="150px" class="parameters_name">
|
@@ -857,11 +983,10 @@ gdk_device_get_has_cursor (<em class="parameter"><code><a class="link" href="Gdk
|
|
857
983
|
</table></div>
|
858
984
|
</div>
|
859
985
|
<div class="refsect3">
|
860
|
-
<a name="id-1.2.7.10.
|
986
|
+
<a name="id-1.2.7.10.16.6"></a><h4>Returns</h4>
|
861
987
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the pointer follows device motion</p>
|
862
|
-
<p></p>
|
863
988
|
</div>
|
864
|
-
<p class="since">Since 2.20</p>
|
989
|
+
<p class="since">Since: 2.20</p>
|
865
990
|
</div>
|
866
991
|
<hr>
|
867
992
|
<div class="refsect2">
|
@@ -870,7 +995,7 @@ gdk_device_get_has_cursor (<em class="parameter"><code><a class="link" href="Gdk
|
|
870
995
|
gdk_device_get_n_axes (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
871
996
|
<p>Returns the number of axes the device currently has.</p>
|
872
997
|
<div class="refsect3">
|
873
|
-
<a name="id-1.2.7.10.
|
998
|
+
<a name="id-1.2.7.10.17.5"></a><h4>Parameters</h4>
|
874
999
|
<div class="informaltable"><table width="100%" border="0">
|
875
1000
|
<colgroup>
|
876
1001
|
<col width="150px" class="parameters_name">
|
@@ -885,11 +1010,10 @@ gdk_device_get_n_axes (<em class="parameter"><code><a class="link" href="GdkDevi
|
|
885
1010
|
</table></div>
|
886
1011
|
</div>
|
887
1012
|
<div class="refsect3">
|
888
|
-
<a name="id-1.2.7.10.
|
1013
|
+
<a name="id-1.2.7.10.17.6"></a><h4>Returns</h4>
|
889
1014
|
<p> the number of axes.</p>
|
890
|
-
<p></p>
|
891
1015
|
</div>
|
892
|
-
<p class="since">Since 3.0</p>
|
1016
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
893
1017
|
</div>
|
894
1018
|
<hr>
|
895
1019
|
<div class="refsect2">
|
@@ -898,7 +1022,7 @@ gdk_device_get_n_axes (<em class="parameter"><code><a class="link" href="GdkDevi
|
|
898
1022
|
gdk_device_get_n_keys (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
899
1023
|
<p>Returns the number of keys the device currently has.</p>
|
900
1024
|
<div class="refsect3">
|
901
|
-
<a name="id-1.2.7.10.
|
1025
|
+
<a name="id-1.2.7.10.18.5"></a><h4>Parameters</h4>
|
902
1026
|
<div class="informaltable"><table width="100%" border="0">
|
903
1027
|
<colgroup>
|
904
1028
|
<col width="150px" class="parameters_name">
|
@@ -913,11 +1037,10 @@ gdk_device_get_n_keys (<em class="parameter"><code><a class="link" href="GdkDevi
|
|
913
1037
|
</table></div>
|
914
1038
|
</div>
|
915
1039
|
<div class="refsect3">
|
916
|
-
<a name="id-1.2.7.10.
|
1040
|
+
<a name="id-1.2.7.10.18.6"></a><h4>Returns</h4>
|
917
1041
|
<p> the number of keys.</p>
|
918
|
-
<p></p>
|
919
1042
|
</div>
|
920
|
-
<p class="since">Since 2.24</p>
|
1043
|
+
<p class="since">Since: 2.24</p>
|
921
1044
|
</div>
|
922
1045
|
<hr>
|
923
1046
|
<div class="refsect2">
|
@@ -943,7 +1066,7 @@ control of the user. This function was added to cover
|
|
943
1066
|
some rare use cases like keyboard navigation support
|
944
1067
|
for the color picker in the <a href="http://developer.gnome.org/gtk2/GtkColorSelectionDialog.html"><span class="type">GtkColorSelectionDialog</span></a>.</p>
|
945
1068
|
<div class="refsect3">
|
946
|
-
<a name="id-1.2.7.10.
|
1069
|
+
<a name="id-1.2.7.10.19.6"></a><h4>Parameters</h4>
|
947
1070
|
<div class="informaltable"><table width="100%" border="0">
|
948
1071
|
<colgroup>
|
949
1072
|
<col width="150px" class="parameters_name">
|
@@ -975,7 +1098,7 @@ to.</p></td>
|
|
975
1098
|
</tbody>
|
976
1099
|
</table></div>
|
977
1100
|
</div>
|
978
|
-
<p class="since">Since 3.0</p>
|
1101
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
979
1102
|
</div>
|
980
1103
|
<hr>
|
981
1104
|
<div class="refsect2">
|
@@ -992,6 +1115,9 @@ gdk_device_grab (<em class="parameter"><code><a class="link" href="GdkDevice.htm
|
|
992
1115
|
this application until the device is ungrabbed with <a class="link" href="GdkDevice.html#gdk-device-ungrab" title="gdk_device_ungrab ()"><code class="function">gdk_device_ungrab()</code></a>,
|
993
1116
|
or the window becomes unviewable. This overrides any previous grab on the device
|
994
1117
|
by this client.</p>
|
1118
|
+
<p>Note that <em class="parameter"><code>device</code></em>
|
1119
|
+
and <em class="parameter"><code>window</code></em>
|
1120
|
+
need to be on the same display.</p>
|
995
1121
|
<p>Device grabs are used for operations which need complete control over the
|
996
1122
|
given device events (either pointer or keyboard). For example in GTK+ this
|
997
1123
|
is used for Drag and Drop operations, popup menus and such.</p>
|
@@ -1006,7 +1132,7 @@ It is equivalent to a pointer grab on the window with <em class="parameter"><cod
|
|
1006
1132
|
cleaned up when the grab ends, you should handle the <a class="link" href="gdk3-Event-Structures.html#GdkEventGrabBroken" title="struct GdkEventGrabBroken"><span class="type">GdkEventGrabBroken</span></a>
|
1007
1133
|
events that are emitted when the grab ends unvoluntarily.</p>
|
1008
1134
|
<div class="refsect3">
|
1009
|
-
<a name="id-1.2.7.10.
|
1135
|
+
<a name="id-1.2.7.10.20.9"></a><h4>Parameters</h4>
|
1010
1136
|
<div class="informaltable"><table width="100%" border="0">
|
1011
1137
|
<colgroup>
|
1012
1138
|
<col width="150px" class="parameters_name">
|
@@ -1074,11 +1200,10 @@ can be used if the time isn’t known.</p></td>
|
|
1074
1200
|
</table></div>
|
1075
1201
|
</div>
|
1076
1202
|
<div class="refsect3">
|
1077
|
-
<a name="id-1.2.7.10.
|
1203
|
+
<a name="id-1.2.7.10.20.10"></a><h4>Returns</h4>
|
1078
1204
|
<p> <a class="link" href="gdk3-General.html#GDK-GRAB-SUCCESS:CAPS"><code class="literal">GDK_GRAB_SUCCESS</code></a> if the grab was successful.</p>
|
1079
|
-
<p></p>
|
1080
1205
|
</div>
|
1081
|
-
<p class="since">Since 3.0</p>
|
1206
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1082
1207
|
</div>
|
1083
1208
|
<hr>
|
1084
1209
|
<div class="refsect2">
|
@@ -1089,7 +1214,7 @@ gdk_device_ungrab (<em class="parameter"><code><a class="link" href="GdkDevice.h
|
|
1089
1214
|
<p>Release any grab on <em class="parameter"><code>device</code></em>
|
1090
1215
|
.</p>
|
1091
1216
|
<div class="refsect3">
|
1092
|
-
<a name="id-1.2.7.10.
|
1217
|
+
<a name="id-1.2.7.10.21.5"></a><h4>Parameters</h4>
|
1093
1218
|
<div class="informaltable"><table width="100%" border="0">
|
1094
1219
|
<colgroup>
|
1095
1220
|
<col width="150px" class="parameters_name">
|
@@ -1110,7 +1235,7 @@ gdk_device_ungrab (<em class="parameter"><code><a class="link" href="GdkDevice.h
|
|
1110
1235
|
</tbody>
|
1111
1236
|
</table></div>
|
1112
1237
|
</div>
|
1113
|
-
<p class="since">Since 3.0</p>
|
1238
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1114
1239
|
</div>
|
1115
1240
|
<hr>
|
1116
1241
|
<div class="refsect2">
|
@@ -1125,8 +1250,9 @@ gdk_device_get_state (<em class="parameter"><code><a class="link" href="GdkDevic
|
|
1125
1250
|
device’s coordinates are those of its master pointer, this
|
1126
1251
|
function may not be called on devices of type <a class="link" href="GdkDevice.html#GDK-DEVICE-TYPE-SLAVE:CAPS"><code class="literal">GDK_DEVICE_TYPE_SLAVE</code></a>,
|
1127
1252
|
unless there is an ongoing grab on them. See <a class="link" href="GdkDevice.html#gdk-device-grab" title="gdk_device_grab ()"><code class="function">gdk_device_grab()</code></a>.</p>
|
1253
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1128
1254
|
<div class="refsect3">
|
1129
|
-
<a name="id-1.2.7.10.
|
1255
|
+
<a name="id-1.2.7.10.22.6"></a><h4>Parameters</h4>
|
1130
1256
|
<div class="informaltable"><table width="100%" border="0">
|
1131
1257
|
<colgroup>
|
1132
1258
|
<col width="150px" class="parameters_name">
|
@@ -1174,7 +1300,7 @@ coordinates are those of its master pointer, This function
|
|
1174
1300
|
may not be called on devices of type <a class="link" href="GdkDevice.html#GDK-DEVICE-TYPE-SLAVE:CAPS"><code class="literal">GDK_DEVICE_TYPE_SLAVE</code></a>,
|
1175
1301
|
unless there is an ongoing grab on them, see <a class="link" href="GdkDevice.html#gdk-device-grab" title="gdk_device_grab ()"><code class="function">gdk_device_grab()</code></a>.</p>
|
1176
1302
|
<div class="refsect3">
|
1177
|
-
<a name="id-1.2.7.10.
|
1303
|
+
<a name="id-1.2.7.10.23.5"></a><h4>Parameters</h4>
|
1178
1304
|
<div class="informaltable"><table width="100%" border="0">
|
1179
1305
|
<colgroup>
|
1180
1306
|
<col width="150px" class="parameters_name">
|
@@ -1209,7 +1335,7 @@ is on, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-
|
|
1209
1335
|
</tbody>
|
1210
1336
|
</table></div>
|
1211
1337
|
</div>
|
1212
|
-
<p class="since">Since 3.0</p>
|
1338
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1213
1339
|
</div>
|
1214
1340
|
<hr>
|
1215
1341
|
<div class="refsect2">
|
@@ -1225,7 +1351,7 @@ coordinates are those of its master pointer, this function
|
|
1225
1351
|
may not be called on devices of type <a class="link" href="GdkDevice.html#GDK-DEVICE-TYPE-SLAVE:CAPS"><code class="literal">GDK_DEVICE_TYPE_SLAVE</code></a>,
|
1226
1352
|
unless there is an ongoing grab on them. See <a class="link" href="GdkDevice.html#gdk-device-grab" title="gdk_device_grab ()"><code class="function">gdk_device_grab()</code></a>.</p>
|
1227
1353
|
<div class="refsect3">
|
1228
|
-
<a name="id-1.2.7.10.
|
1354
|
+
<a name="id-1.2.7.10.24.5"></a><h4>Parameters</h4>
|
1229
1355
|
<div class="informaltable"><table width="100%" border="0">
|
1230
1356
|
<colgroup>
|
1231
1357
|
<col width="150px" class="parameters_name">
|
@@ -1260,7 +1386,7 @@ is on, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-
|
|
1260
1386
|
</tbody>
|
1261
1387
|
</table></div>
|
1262
1388
|
</div>
|
1263
|
-
<p class="since">Since 3.10</p>
|
1389
|
+
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
1264
1390
|
</div>
|
1265
1391
|
<hr>
|
1266
1392
|
<div class="refsect2">
|
@@ -1279,7 +1405,7 @@ gdk_device_get_window_at_position (<em class="parameter"><code><a class="link" h
|
|
1279
1405
|
function may not be called on devices of type <a class="link" href="GdkDevice.html#GDK-DEVICE-TYPE-SLAVE:CAPS"><code class="literal">GDK_DEVICE_TYPE_SLAVE</code></a>,
|
1280
1406
|
unless there is an ongoing grab on them, see <a class="link" href="GdkDevice.html#gdk-device-grab" title="gdk_device_grab ()"><code class="function">gdk_device_grab()</code></a>.</p>
|
1281
1407
|
<div class="refsect3">
|
1282
|
-
<a name="id-1.2.7.10.
|
1408
|
+
<a name="id-1.2.7.10.25.6"></a><h4>Parameters</h4>
|
1283
1409
|
<div class="informaltable"><table width="100%" border="0">
|
1284
1410
|
<colgroup>
|
1285
1411
|
<col width="150px" class="parameters_name">
|
@@ -1308,12 +1434,12 @@ relative to the window origin, or <a href="/home/vagrant/ruby-gnome2.win64/glib2
|
|
1308
1434
|
</table></div>
|
1309
1435
|
</div>
|
1310
1436
|
<div class="refsect3">
|
1311
|
-
<a name="id-1.2.7.10.
|
1437
|
+
<a name="id-1.2.7.10.25.7"></a><h4>Returns</h4>
|
1312
1438
|
<p> the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> under the
|
1313
1439
|
device position, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
1314
1440
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1315
1441
|
</div>
|
1316
|
-
<p class="since">Since 3.0</p>
|
1442
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1317
1443
|
</div>
|
1318
1444
|
<hr>
|
1319
1445
|
<div class="refsect2">
|
@@ -1334,7 +1460,7 @@ belongs to another application).</p>
|
|
1334
1460
|
function may not be called on devices of type <a class="link" href="GdkDevice.html#GDK-DEVICE-TYPE-SLAVE:CAPS"><code class="literal">GDK_DEVICE_TYPE_SLAVE</code></a>,
|
1335
1461
|
unless there is an ongoing grab on them, see <a class="link" href="GdkDevice.html#gdk-device-grab" title="gdk_device_grab ()"><code class="function">gdk_device_grab()</code></a>.</p>
|
1336
1462
|
<div class="refsect3">
|
1337
|
-
<a name="id-1.2.7.10.
|
1463
|
+
<a name="id-1.2.7.10.26.6"></a><h4>Parameters</h4>
|
1338
1464
|
<div class="informaltable"><table width="100%" border="0">
|
1339
1465
|
<colgroup>
|
1340
1466
|
<col width="150px" class="parameters_name">
|
@@ -1363,12 +1489,12 @@ relative to the window origin, or <a href="/home/vagrant/ruby-gnome2.win64/glib2
|
|
1363
1489
|
</table></div>
|
1364
1490
|
</div>
|
1365
1491
|
<div class="refsect3">
|
1366
|
-
<a name="id-1.2.7.10.
|
1492
|
+
<a name="id-1.2.7.10.26.7"></a><h4>Returns</h4>
|
1367
1493
|
<p> the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> under the
|
1368
1494
|
device position, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
1369
1495
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1370
1496
|
</div>
|
1371
|
-
<p class="since">Since 3.0</p>
|
1497
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1372
1498
|
</div>
|
1373
1499
|
<hr>
|
1374
1500
|
<div class="refsect2">
|
@@ -1389,8 +1515,9 @@ motion history is supported and no events were found.)</p>
|
|
1389
1515
|
<p>Note that there is also <a class="link" href="gdk3-Windows.html#gdk-window-set-event-compression" title="gdk_window_set_event_compression ()"><code class="function">gdk_window_set_event_compression()</code></a> to get
|
1390
1516
|
more motion events delivered directly, independent of the windowing
|
1391
1517
|
system.</p>
|
1518
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1392
1519
|
<div class="refsect3">
|
1393
|
-
<a name="id-1.2.7.10.
|
1520
|
+
<a name="id-1.2.7.10.27.7"></a><h4>Parameters</h4>
|
1394
1521
|
<div class="informaltable"><table width="100%" border="0">
|
1395
1522
|
<colgroup>
|
1396
1523
|
<col width="150px" class="parameters_name">
|
@@ -1435,10 +1562,9 @@ system.</p>
|
|
1435
1562
|
</table></div>
|
1436
1563
|
</div>
|
1437
1564
|
<div class="refsect3">
|
1438
|
-
<a name="id-1.2.7.10.
|
1565
|
+
<a name="id-1.2.7.10.27.8"></a><h4>Returns</h4>
|
1439
1566
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/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
|
1440
1567
|
at least one event was found.</p>
|
1441
|
-
<p></p>
|
1442
1568
|
</div>
|
1443
1569
|
</div>
|
1444
1570
|
<hr>
|
@@ -1448,8 +1574,9 @@ at least one event was found.</p>
|
|
1448
1574
|
gdk_device_free_history (<em class="parameter"><code><a class="link" href="GdkDevice.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a> **events</code></em>,
|
1449
1575
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_events</code></em>);</pre>
|
1450
1576
|
<p>Frees an array of <a class="link" href="GdkDevice.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a> that was returned by <a class="link" href="GdkDevice.html#gdk-device-get-history" title="gdk_device_get_history ()"><code class="function">gdk_device_get_history()</code></a>.</p>
|
1577
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1451
1578
|
<div class="refsect3">
|
1452
|
-
<a name="id-1.2.7.10.
|
1579
|
+
<a name="id-1.2.7.10.28.6"></a><h4>Parameters</h4>
|
1453
1580
|
<div class="informaltable"><table width="100%" border="0">
|
1454
1581
|
<colgroup>
|
1455
1582
|
<col width="150px" class="parameters_name">
|
@@ -1481,8 +1608,9 @@ gdk_device_get_axis (<em class="parameter"><code><a class="link" href="GdkDevice
|
|
1481
1608
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *value</code></em>);</pre>
|
1482
1609
|
<p>Interprets an array of double as axis values for a given device,
|
1483
1610
|
and locates the value in the array for a given axis use.</p>
|
1611
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1484
1612
|
<div class="refsect3">
|
1485
|
-
<a name="id-1.2.7.10.
|
1613
|
+
<a name="id-1.2.7.10.29.6"></a><h4>Parameters</h4>
|
1486
1614
|
<div class="informaltable"><table width="100%" border="0">
|
1487
1615
|
<colgroup>
|
1488
1616
|
<col width="150px" class="parameters_name">
|
@@ -1514,9 +1642,8 @@ and locates the value in the array for a given axis use.</p>
|
|
1514
1642
|
</table></div>
|
1515
1643
|
</div>
|
1516
1644
|
<div class="refsect3">
|
1517
|
-
<a name="id-1.2.7.10.
|
1645
|
+
<a name="id-1.2.7.10.29.7"></a><h4>Returns</h4>
|
1518
1646
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/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/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p>
|
1519
|
-
<p></p>
|
1520
1647
|
</div>
|
1521
1648
|
</div>
|
1522
1649
|
<hr>
|
@@ -1528,7 +1655,7 @@ gdk_device_list_axes (<em class="parameter"><code><a class="link" href="GdkDevic
|
|
1528
1655
|
the axes that <em class="parameter"><code>device</code></em>
|
1529
1656
|
currently has.</p>
|
1530
1657
|
<div class="refsect3">
|
1531
|
-
<a name="id-1.2.7.10.
|
1658
|
+
<a name="id-1.2.7.10.30.5"></a><h4>Parameters</h4>
|
1532
1659
|
<div class="informaltable"><table width="100%" border="0">
|
1533
1660
|
<colgroup>
|
1534
1661
|
<col width="150px" class="parameters_name">
|
@@ -1543,11 +1670,11 @@ the axes that <em class="parameter"><code>device</code></em>
|
|
1543
1670
|
</table></div>
|
1544
1671
|
</div>
|
1545
1672
|
<div class="refsect3">
|
1546
|
-
<a name="id-1.2.7.10.
|
1673
|
+
<a name="id-1.2.7.10.30.6"></a><h4>Returns</h4>
|
1547
1674
|
<p> A <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a href="gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a>, free with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>. </p>
|
1548
1675
|
<p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GdkAtom]</span></p>
|
1549
1676
|
</div>
|
1550
|
-
<p class="since">Since 3.0</p>
|
1677
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1551
1678
|
</div>
|
1552
1679
|
<hr>
|
1553
1680
|
<div class="refsect2">
|
@@ -1560,8 +1687,9 @@ gdk_device_get_axis_value (<em class="parameter"><code><a class="link" href="Gdk
|
|
1560
1687
|
<p>Interprets an array of double as axis values for a given device,
|
1561
1688
|
and locates the value in the array for a given axis label, as returned
|
1562
1689
|
by <a class="link" href="GdkDevice.html#gdk-device-list-axes" title="gdk_device_list_axes ()"><code class="function">gdk_device_list_axes()</code></a></p>
|
1690
|
+
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1563
1691
|
<div class="refsect3">
|
1564
|
-
<a name="id-1.2.7.10.
|
1692
|
+
<a name="id-1.2.7.10.31.6"></a><h4>Parameters</h4>
|
1565
1693
|
<div class="informaltable"><table width="100%" border="0">
|
1566
1694
|
<colgroup>
|
1567
1695
|
<col width="150px" class="parameters_name">
|
@@ -1593,24 +1721,23 @@ by <a class="link" href="GdkDevice.html#gdk-device-list-axes" title="gdk_device_
|
|
1593
1721
|
</table></div>
|
1594
1722
|
</div>
|
1595
1723
|
<div class="refsect3">
|
1596
|
-
<a name="id-1.2.7.10.
|
1724
|
+
<a name="id-1.2.7.10.31.7"></a><h4>Returns</h4>
|
1597
1725
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/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/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
1598
|
-
<p></p>
|
1599
1726
|
</div>
|
1600
|
-
<p class="since">Since 3.0</p>
|
1727
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1601
1728
|
</div>
|
1602
1729
|
<hr>
|
1603
1730
|
<div class="refsect2">
|
1604
1731
|
<a name="gdk-device-get-last-event-window"></a><h3>gdk_device_get_last_event_window ()</h3>
|
1605
1732
|
<pre class="programlisting"><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
|
1606
1733
|
gdk_device_get_last_event_window (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
1607
|
-
<p>Gets information about which window the given pointer device is in, based on
|
1734
|
+
<p>Gets information about which window the given pointer device is in, based on events
|
1608
1735
|
that have been received so far from the display server. If another application
|
1609
1736
|
has a pointer grab, or this application has a grab with owner_events = <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>,
|
1610
1737
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> may be returned even if the pointer is physically over one of this
|
1611
1738
|
application's windows.</p>
|
1612
1739
|
<div class="refsect3">
|
1613
|
-
<a name="id-1.2.7.10.
|
1740
|
+
<a name="id-1.2.7.10.32.5"></a><h4>Parameters</h4>
|
1614
1741
|
<div class="informaltable"><table width="100%" border="0">
|
1615
1742
|
<colgroup>
|
1616
1743
|
<col width="150px" class="parameters_name">
|
@@ -1625,11 +1752,11 @@ application's windows.</p>
|
|
1625
1752
|
</table></div>
|
1626
1753
|
</div>
|
1627
1754
|
<div class="refsect3">
|
1628
|
-
<a name="id-1.2.7.10.
|
1755
|
+
<a name="id-1.2.7.10.32.6"></a><h4>Returns</h4>
|
1629
1756
|
<p> the last window the device. </p>
|
1630
1757
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></p>
|
1631
1758
|
</div>
|
1632
|
-
<p class="since">Since 3.12</p>
|
1759
|
+
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
1633
1760
|
</div>
|
1634
1761
|
</div>
|
1635
1762
|
<div class="refsect1">
|
@@ -1945,7 +2072,7 @@ for more information about the meaning of these device types.</p>
|
|
1945
2072
|
<p>Associated pointer or keyboard with this device, if any. Devices of type <a class="link" href="GdkDevice.html#GDK-DEVICE-TYPE-MASTER:CAPS"><span class="type">GDK_DEVICE_TYPE_MASTER</span></a>
|
1946
2073
|
always come in keyboard/pointer pairs. Other device types will have a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> associated device.</p>
|
1947
2074
|
<p>Flags: Read</p>
|
1948
|
-
<p class="since">Since 3.0</p>
|
2075
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1949
2076
|
</div>
|
1950
2077
|
<hr>
|
1951
2078
|
<div class="refsect2">
|
@@ -1953,7 +2080,7 @@ always come in keyboard/pointer pairs. Other device types will have a <a href="/
|
|
1953
2080
|
<pre class="programlisting"> “device-manager” <a class="link" href="GdkDeviceManager.html" title="GdkDeviceManager"><span class="type">GdkDeviceManager</span></a> *</pre>
|
1954
2081
|
<p>The <a class="link" href="GdkDeviceManager.html" title="GdkDeviceManager"><span class="type">GdkDeviceManager</span></a> the <a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> pertains to.</p>
|
1955
2082
|
<p>Flags: Read / Write / Construct Only</p>
|
1956
|
-
<p class="since">Since 3.0</p>
|
2083
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1957
2084
|
</div>
|
1958
2085
|
<hr>
|
1959
2086
|
<div class="refsect2">
|
@@ -1961,7 +2088,7 @@ always come in keyboard/pointer pairs. Other device types will have a <a href="/
|
|
1961
2088
|
<pre class="programlisting"> “display” <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *</pre>
|
1962
2089
|
<p>The <a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> the <a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> pertains to.</p>
|
1963
2090
|
<p>Flags: Read / Write / Construct Only</p>
|
1964
|
-
<p class="since">Since 3.0</p>
|
2091
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1965
2092
|
</div>
|
1966
2093
|
<hr>
|
1967
2094
|
<div class="refsect2">
|
@@ -1971,7 +2098,7 @@ always come in keyboard/pointer pairs. Other device types will have a <a href="/
|
|
1971
2098
|
<a class="link" href="GdkDevice.html#GDK-DEVICE-TYPE-MASTER:CAPS"><code class="literal">GDK_DEVICE_TYPE_MASTER</code></a> will have <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> here.</p>
|
1972
2099
|
<p>Flags: Read / Write / Construct Only</p>
|
1973
2100
|
<p>Default value: FALSE</p>
|
1974
|
-
<p class="since">Since 3.0</p>
|
2101
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1975
2102
|
</div>
|
1976
2103
|
<hr>
|
1977
2104
|
<div class="refsect2">
|
@@ -1980,7 +2107,7 @@ always come in keyboard/pointer pairs. Other device types will have a <a href="/
|
|
1980
2107
|
<p>Input mode for the device.</p>
|
1981
2108
|
<p>Flags: Read / Write</p>
|
1982
2109
|
<p>Default value: GDK_MODE_DISABLED</p>
|
1983
|
-
<p class="since">Since 3.0</p>
|
2110
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1984
2111
|
</div>
|
1985
2112
|
<hr>
|
1986
2113
|
<div class="refsect2">
|
@@ -1989,7 +2116,7 @@ always come in keyboard/pointer pairs. Other device types will have a <a href="/
|
|
1989
2116
|
<p>Source type for the device.</p>
|
1990
2117
|
<p>Flags: Read / Write / Construct Only</p>
|
1991
2118
|
<p>Default value: GDK_SOURCE_MOUSE</p>
|
1992
|
-
<p class="since">Since 3.0</p>
|
2119
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1993
2120
|
</div>
|
1994
2121
|
<hr>
|
1995
2122
|
<div class="refsect2">
|
@@ -1998,7 +2125,7 @@ always come in keyboard/pointer pairs. Other device types will have a <a href="/
|
|
1998
2125
|
<p>Number of axes in the device.</p>
|
1999
2126
|
<p>Flags: Read</p>
|
2000
2127
|
<p>Default value: 0</p>
|
2001
|
-
<p class="since">Since 3.0</p>
|
2128
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2002
2129
|
</div>
|
2003
2130
|
<hr>
|
2004
2131
|
<div class="refsect2">
|
@@ -2007,7 +2134,16 @@ always come in keyboard/pointer pairs. Other device types will have a <a href="/
|
|
2007
2134
|
<p>The device name.</p>
|
2008
2135
|
<p>Flags: Read / Write / Construct Only</p>
|
2009
2136
|
<p>Default value: NULL</p>
|
2010
|
-
<p class="since">Since 3.0</p>
|
2137
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2138
|
+
</div>
|
2139
|
+
<hr>
|
2140
|
+
<div class="refsect2">
|
2141
|
+
<a name="GdkDevice--product-id"></a><h3>The <code class="literal">“product-id”</code> property</h3>
|
2142
|
+
<pre class="programlisting"> “product-id” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2143
|
+
<p>Product ID of this device, see <a class="link" href="GdkDevice.html#gdk-device-get-product-id" title="gdk_device_get_product_id ()"><code class="function">gdk_device_get_product_id()</code></a>.</p>
|
2144
|
+
<p>Flags: Read / Write / Construct Only</p>
|
2145
|
+
<p>Default value: NULL</p>
|
2146
|
+
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
2011
2147
|
</div>
|
2012
2148
|
<hr>
|
2013
2149
|
<div class="refsect2">
|
@@ -2016,7 +2152,16 @@ always come in keyboard/pointer pairs. Other device types will have a <a href="/
|
|
2016
2152
|
<p>Device role in the device manager.</p>
|
2017
2153
|
<p>Flags: Read / Write / Construct Only</p>
|
2018
2154
|
<p>Default value: GDK_DEVICE_TYPE_MASTER</p>
|
2019
|
-
<p class="since">Since 3.0</p>
|
2155
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2156
|
+
</div>
|
2157
|
+
<hr>
|
2158
|
+
<div class="refsect2">
|
2159
|
+
<a name="GdkDevice--vendor-id"></a><h3>The <code class="literal">“vendor-id”</code> property</h3>
|
2160
|
+
<pre class="programlisting"> “vendor-id” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2161
|
+
<p>Vendor ID of this device, see <a class="link" href="GdkDevice.html#gdk-device-get-vendor-id" title="gdk_device_get_vendor_id ()"><code class="function">gdk_device_get_vendor_id()</code></a>.</p>
|
2162
|
+
<p>Flags: Read / Write / Construct Only</p>
|
2163
|
+
<p>Default value: NULL</p>
|
2164
|
+
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
2020
2165
|
</div>
|
2021
2166
|
</div>
|
2022
2167
|
<div class="refsect1">
|
@@ -2055,7 +2200,7 @@ axes and keys.</p>
|
|
2055
2200
|
</tbody>
|
2056
2201
|
</table></div>
|
2057
2202
|
</div>
|
2058
|
-
<p>Flags: Run Last</p>
|
2203
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
2059
2204
|
</div>
|
2060
2205
|
</div>
|
2061
2206
|
<div class="refsect1">
|
@@ -2064,7 +2209,6 @@ axes and keys.</p>
|
|
2064
2209
|
</div>
|
2065
2210
|
</div>
|
2066
2211
|
<div class="footer">
|
2067
|
-
<hr>
|
2068
|
-
Generated by GTK-Doc V1.21.1</div>
|
2212
|
+
<hr>Generated by GTK-Doc V1.24.1</div>
|
2069
2213
|
</body>
|
2070
2214
|
</html>
|