gdk3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +3 -2
- data/lib/gdk3.rb +9 -0
- data/lib/gdk3/event.rb +10 -0
- data/lib/gdk3/loader.rb +1 -7
- data/vendor/local/bin/gtk-builder-tool.exe +0 -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-query-settings.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/gtk-3.0/gdk/gdk.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +5 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +11 -28
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicepad.h +74 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicetool.h +78 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +18 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdrawingcontext.h +53 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +18 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +120 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +5 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +4 -4
- data/vendor/local/include/gtk-3.0/gdk/gdkmonitor.h +95 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +17 -17
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +69 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +13 -13
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +60 -8
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +25 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32monitor.h +50 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstackaccessible.h +54 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +4 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +2 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +5 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -88
- data/vendor/local/include/gtk-3.0/gtk/gtkdragdest.h +110 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +23 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkpadcontroller.h +99 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +9 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +23 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutlabel.h +59 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +6 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +9 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +1 -1
- data/vendor/local/lib/gdk-win32-3.0.def +49 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GdkWin32-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 +1 -1
- data/vendor/local/lib/libepoxy.dll.a +0 -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 +6 -6
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +6 -6
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +3 -3
- 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 +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1726 -68
- data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +45 -0
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +1589 -182
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +32 -32
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +15 -15
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +528 -141
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +45 -42
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevicePad.html +332 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +414 -99
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDrawingContext.html +272 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +40 -40
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +120 -34
- data/vendor/local/share/gtk-doc/html/gdk3/GdkMonitor.html +751 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +147 -88
- data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +114 -22
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +29 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-22.html +258 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +180 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +278 -2
- data/vendor/local/share/gtk-doc/html/gdk3/context_menu_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +74 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +60 -55
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +381 -154
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +290 -102
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +81 -65
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +107 -107
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +109 -62
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +35 -35
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +122 -122
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +105 -38
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +700 -358
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +104 -104
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +193 -53
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +16 -4
- data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +7 -1
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +7 -2
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +121 -114
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +187 -187
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +99 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +88 -88
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +40 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +78 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +175 -175
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +88 -82
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +79 -79
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +252 -252
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +142 -142
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +159 -153
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +146 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +131 -131
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +301 -301
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +101 -101
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +12 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +91 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +280 -280
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +67 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +108 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +215 -121
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +134 -134
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +74 -74
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +257 -257
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +210 -210
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +113 -113
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +67 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +72 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +115 -101
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +658 -129
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +86 -86
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +227 -227
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +56 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +471 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +138 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +82 -82
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +133 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +139 -139
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +139 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +226 -153
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +86 -86
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +158 -157
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +74 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +592 -179
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +246 -246
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +46 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +146 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +170 -166
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +189 -189
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +71 -71
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +295 -295
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +272 -274
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +467 -467
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +151 -151
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1458 -1443
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +492 -443
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +137 -137
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +22 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +12 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-22.html +197 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +48 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +172 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +635 -665
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +305 -305
- data/vendor/local/share/gtk-doc/html/gtk3/ch28s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/ch30s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s02.html +70 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s03.html +61 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s04.html +36 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +76 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s06.html +54 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s07.html +67 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s08.html +63 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s09.html +40 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s10.html +80 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s11.html +67 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +32 -11
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +132 -132
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-3-x-to-y.html +61 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +140 -140
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +145 -145
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +123 -91
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +166 -619
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +367 -121
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +162 -162
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +71 -55
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +129 -127
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +227 -227
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +132 -132
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +126 -126
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +168 -168
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +88 -88
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +96 -29
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +4 -1
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +20 -2
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +14 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-anchors.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-flip.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-slide.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +2 -2
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/modem-symbolic.symbolic.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-symbolic.symbolic.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-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/call-missed-symbolic.symbolic.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/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/weather-fog-symbolic.symbolic.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/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.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/24x24/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/bluetooth-disabled-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/call-missed-symbolic.symbolic.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/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/user-available-symbolic.symbolic.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/apps/accessories-calculator.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-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.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-symbolic.symbolic.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-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/mail-attachment-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/modem-symbolic.symbolic.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-symbolic.symbolic.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-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/call-missed-symbolic.symbolic.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/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/emblems/emblem-music-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/context-menu +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +6 -1
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-clear-all-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-down-symbolic.svg +11 -10
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +9 -5
- data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +5 -1
- data/vendor/local/share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg +13 -9
- data/vendor/local/share/icons/Adwaita/scalable/devices/input-tablet-symbolic.svg +19 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +10 -6
- data/vendor/local/share/icons/Adwaita/scalable/places/folder-download-symbolic.svg +21 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/network-vpn-acquiring-symbolic.svg +15 -14
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +5 -4
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +5 -5
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-connected-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/user-available-symbolic.svg +142 -21
- data/vendor/local/share/icons/hicolor/icon-theme.cache +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/az/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/br/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/ca@valencia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/crh/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/dz/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/dz/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/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_CA/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/et/LC_MESSAGES/gtk30-properties.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/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/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-properties.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/gu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gu/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/hr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hr/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/hy/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk30-properties.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/io/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/io/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/kg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kg/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/km/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/km/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/ku/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lg/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/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ms/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/nds/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nl/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/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/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/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.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/sq/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.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/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_HK/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-builder-tool.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-query-settings.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 +1 -1
- 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 +44 -17
- data/vendor/local/share/icons/Adwaita/16x16/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png +0 -0
@@ -73,7 +73,7 @@
|
|
73
73
|
</tr>
|
74
74
|
<tr>
|
75
75
|
<td class="function_type">
|
76
|
-
<a href="
|
76
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
77
77
|
</td>
|
78
78
|
<td class="function_name">
|
79
79
|
<a class="link" href="gail-libgail-util3-GailMisc.html#gail-misc-get-index-at-point-in-layout" title="gail_misc_get_index_at_point_in_layout ()">gail_misc_get_index_at_point_in_layout</a> <span class="c_punctuation">()</span>
|
@@ -111,7 +111,7 @@ Atk interfaces for custom widgets.</p>
|
|
111
111
|
<pre class="programlisting"><span class="returnvalue">AtkAttributeSet</span> *
|
112
112
|
gail_misc_add_attribute (<em class="parameter"><code><span class="type">AtkAttributeSet</span> *attrib_set</code></em>,
|
113
113
|
<em class="parameter"><code><span class="type">AtkTextAttribute</span> attr</code></em>,
|
114
|
-
<em class="parameter"><code><a href="
|
114
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
|
115
115
|
<p>Creates an <span class="type">AtkAttribute</span> from <em class="parameter"><code>attr</code></em>
|
116
116
|
and <em class="parameter"><code>value</code></em>
|
117
117
|
, and adds it
|
@@ -155,10 +155,10 @@ to <em class="parameter"><code>attrib_set</code></em>
|
|
155
155
|
<pre class="programlisting"><span class="returnvalue">AtkAttributeSet</span> *
|
156
156
|
gail_misc_layout_get_run_attributes (<em class="parameter"><code><span class="type">AtkAttributeSet</span> *attrib_set</code></em>,
|
157
157
|
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
158
|
-
<em class="parameter"><code>const <a href="
|
159
|
-
<em class="parameter"><code><a href="
|
160
|
-
<em class="parameter"><code><a href="
|
161
|
-
<em class="parameter"><code><a href="
|
158
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>,
|
159
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset</code></em>,
|
160
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start_offset</code></em>,
|
161
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *end_offset</code></em>);</pre>
|
162
162
|
<p>Adds the attributes for the run starting at offset to the specified
|
163
163
|
attribute set.</p>
|
164
164
|
<div class="refsect3">
|
@@ -214,7 +214,7 @@ attribute set.</p>
|
|
214
214
|
<pre class="programlisting"><span class="returnvalue">AtkAttributeSet</span> *
|
215
215
|
gail_misc_get_default_attributes (<em class="parameter"><code><span class="type">AtkAttributeSet</span> *attrib_set</code></em>,
|
216
216
|
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
217
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
217
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
218
218
|
<p>Adds the default attributes to the specified attribute set.</p>
|
219
219
|
<div class="refsect3">
|
220
220
|
<a name="gail-misc-get-default-attributes.parameters"></a><h4>Parameters</h4>
|
@@ -253,14 +253,14 @@ gail_misc_get_default_attributes (<em class="parameter"><code><span class="type"
|
|
253
253
|
<a name="gail-misc-get-extents-from-pango-rectangle"></a><h3>gail_misc_get_extents_from_pango_rectangle ()</h3>
|
254
254
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
255
255
|
gail_misc_get_extents_from_pango_rectangle
|
256
|
-
(<em class="parameter"><code><a href="http://developer.gnome.org/
|
256
|
+
(<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
257
257
|
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Glyph-Storage.html#PangoRectangle"><span class="type">PangoRectangle</span></a> *char_rect</code></em>,
|
258
|
-
<em class="parameter"><code><a href="
|
259
|
-
<em class="parameter"><code><a href="
|
260
|
-
<em class="parameter"><code><a href="
|
261
|
-
<em class="parameter"><code><a href="
|
262
|
-
<em class="parameter"><code><a href="
|
263
|
-
<em class="parameter"><code><a href="
|
258
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x_layout</code></em>,
|
259
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y_layout</code></em>,
|
260
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
261
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>,
|
262
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
|
263
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>,
|
264
264
|
<em class="parameter"><code><span class="type">AtkCoordType</span> coords</code></em>);</pre>
|
265
265
|
<p>Gets the extents of <em class="parameter"><code>char_rect</code></em>
|
266
266
|
in device coordinates,
|
@@ -335,14 +335,14 @@ PangoLayout that contains the PangoRectangle, relative to <em class="parameter">
|
|
335
335
|
<hr>
|
336
336
|
<div class="refsect2">
|
337
337
|
<a name="gail-misc-get-index-at-point-in-layout"></a><h3>gail_misc_get_index_at_point_in_layout ()</h3>
|
338
|
-
<pre class="programlisting"><a href="
|
338
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
339
339
|
gail_misc_get_index_at_point_in_layout
|
340
|
-
(<em class="parameter"><code><a href="http://developer.gnome.org/
|
340
|
+
(<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
341
341
|
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
342
|
-
<em class="parameter"><code><a href="
|
343
|
-
<em class="parameter"><code><a href="
|
344
|
-
<em class="parameter"><code><a href="
|
345
|
-
<em class="parameter"><code><a href="
|
342
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x_layout</code></em>,
|
343
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y_layout</code></em>,
|
344
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
345
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
346
346
|
<em class="parameter"><code><span class="type">AtkCoordType</span> coords</code></em>);</pre>
|
347
347
|
<p>Gets the byte offset at the specified <em class="parameter"><code>x</code></em>
|
348
348
|
and <em class="parameter"><code>y</code></em>
|
@@ -358,7 +358,7 @@ gail_misc_get_index_at_point_in_layout
|
|
358
358
|
<tbody>
|
359
359
|
<tr>
|
360
360
|
<td class="parameter_name"><p>widget</p></td>
|
361
|
-
<td class="parameter_description"><p>A <a href="http://developer.gnome.org/
|
361
|
+
<td class="parameter_description"><p>A <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a></p></td>
|
362
362
|
<td class="parameter_annotations"> </td>
|
363
363
|
</tr>
|
364
364
|
<tr>
|
@@ -415,11 +415,11 @@ in a
|
|
415
415
|
<div class="refsect2">
|
416
416
|
<a name="gail-misc-get-origins"></a><h3>gail_misc_get_origins ()</h3>
|
417
417
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
418
|
-
gail_misc_get_origins (<em class="parameter"><code><a href="http://developer.gnome.org/
|
419
|
-
<em class="parameter"><code><a href="
|
420
|
-
<em class="parameter"><code><a href="
|
421
|
-
<em class="parameter"><code><a href="
|
422
|
-
<em class="parameter"><code><a href="
|
418
|
+
gail_misc_get_origins (<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
419
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x_window</code></em>,
|
420
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y_window</code></em>,
|
421
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x_toplevel</code></em>,
|
422
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y_toplevel</code></em>);</pre>
|
423
423
|
<p>Gets the origin of the widget window, and the origin of the
|
424
424
|
widgets top-level window.</p>
|
425
425
|
<div class="refsect3">
|
@@ -433,7 +433,7 @@ widgets top-level window.</p>
|
|
433
433
|
<tbody>
|
434
434
|
<tr>
|
435
435
|
<td class="parameter_name"><p>widget</p></td>
|
436
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
436
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a></p></td>
|
437
437
|
<td class="parameter_annotations"> </td>
|
438
438
|
</tr>
|
439
439
|
<tr>
|
@@ -464,10 +464,10 @@ widgets top-level window.</p>
|
|
464
464
|
<div class="refsect2">
|
465
465
|
<a name="gail-misc-buffer-get-run-attributes"></a><h3>gail_misc_buffer_get_run_attributes ()</h3>
|
466
466
|
<pre class="programlisting"><span class="returnvalue">AtkAttributeSet</span> *
|
467
|
-
gail_misc_buffer_get_run_attributes (<em class="parameter"><code><a href="http://developer.gnome.org/
|
468
|
-
<em class="parameter"><code><a href="
|
469
|
-
<em class="parameter"><code><a href="
|
470
|
-
<em class="parameter"><code><a href="
|
467
|
+
gail_misc_buffer_get_run_attributes (<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
468
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset</code></em>,
|
469
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start_offset</code></em>,
|
470
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *end_offset</code></em>);</pre>
|
471
471
|
<p>Creates an AtkAttributeSet which contains the attributes for the
|
472
472
|
run starting at offset.</p>
|
473
473
|
<div class="refsect3">
|
@@ -481,7 +481,7 @@ run starting at offset.</p>
|
|
481
481
|
<tbody>
|
482
482
|
<tr>
|
483
483
|
<td class="parameter_name"><p>buffer</p></td>
|
484
|
-
<td class="parameter_description"><p>The <a href="http://developer.gnome.org/
|
484
|
+
<td class="parameter_description"><p>The <a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a> for which the attributes will be obtained</p></td>
|
485
485
|
<td class="parameter_annotations"> </td>
|
486
486
|
</tr>
|
487
487
|
<tr>
|
data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html
CHANGED
@@ -67,7 +67,7 @@
|
|
67
67
|
</tr>
|
68
68
|
<tr>
|
69
69
|
<td class="function_type">
|
70
|
-
<a href="
|
70
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
71
71
|
</td>
|
72
72
|
<td class="function_name">
|
73
73
|
<a class="link" href="gail-libgail-util3-GailTextUtil.html#gail-text-util-get-text" title="gail_text_util_get_text ()">gail_text_util_get_text</a> <span class="c_punctuation">()</span>
|
@@ -75,7 +75,7 @@
|
|
75
75
|
</tr>
|
76
76
|
<tr>
|
77
77
|
<td class="function_type">
|
78
|
-
<a href="
|
78
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
79
79
|
</td>
|
80
80
|
<td class="function_name">
|
81
81
|
<a class="link" href="gail-libgail-util3-GailTextUtil.html#gail-text-util-get-substring" title="gail_text_util_get_substring ()">gail_text_util_get_substring</a> <span class="c_punctuation">()</span>
|
@@ -108,8 +108,8 @@
|
|
108
108
|
<p>GailTextUtil is a utility class which can be used to implement the
|
109
109
|
<span class="type">AtkText</span> functions which get text for accessible objects which implement
|
110
110
|
<span class="type">AtkText</span>.</p>
|
111
|
-
<p>In GAIL it is used by the accsesible objects for <span class="type">GnomeCanvasText</span>, <a href="http://developer.gnome.org/
|
112
|
-
<a href="http://developer.gnome.org/
|
111
|
+
<p>In GAIL it is used by the accsesible objects for <span class="type">GnomeCanvasText</span>, <a href="http://developer.gnome.org/gtk4/GtkEntry.html#GtkEntry-struct"><span class="type">GtkEntry</span></a>,
|
112
|
+
<a href="http://developer.gnome.org/gtk4/GtkLabel.html#GtkLabel-struct"><span class="type">GtkLabel</span></a>, <a href="http://developer.gnome.org/gtk4/GtkCellRendererText.html#GtkCellRendererText-struct"><span class="type">GtkCellRendererText</span></a> and <a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextView-struct"><span class="type">GtkTextView</span></a>.</p>
|
113
113
|
</div>
|
114
114
|
<div class="refsect1">
|
115
115
|
<a name="gail-libgail-util3-GailTextUtil.functions_details"></a><h2>Functions</h2>
|
@@ -128,7 +128,7 @@ gail_text_util_new (<em class="parameter"><code><span class="type">void</span></
|
|
128
128
|
<a name="gail-text-util-text-setup"></a><h3>gail_text_util_text_setup ()</h3>
|
129
129
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
130
130
|
gail_text_util_text_setup (<em class="parameter"><code><a class="link" href="gail-libgail-util3-GailTextUtil.html#GailTextUtil" title="struct GailTextUtil"><span class="type">GailTextUtil</span></a> *textutil</code></em>,
|
131
|
-
<em class="parameter"><code>const <a href="
|
131
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text</code></em>);</pre>
|
132
132
|
<p>This function initializes the GailTextUtil with the specified character string,</p>
|
133
133
|
<div class="refsect3">
|
134
134
|
<a name="gail-text-util-text-setup.parameters"></a><h4>Parameters</h4>
|
@@ -158,7 +158,7 @@ gail_text_util_text_setup (<em class="parameter"><code><a class="link" href="gai
|
|
158
158
|
<a name="gail-text-util-buffer-setup"></a><h3>gail_text_util_buffer_setup ()</h3>
|
159
159
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
160
160
|
gail_text_util_buffer_setup (<em class="parameter"><code><a class="link" href="gail-libgail-util3-GailTextUtil.html#GailTextUtil" title="struct GailTextUtil"><span class="type">GailTextUtil</span></a> *textutil</code></em>,
|
161
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
161
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
162
162
|
<p>This function initializes the GailTextUtil with the specified GtkTextBuffer</p>
|
163
163
|
<div class="refsect3">
|
164
164
|
<a name="gail-text-util-buffer-setup.parameters"></a><h4>Parameters</h4>
|
@@ -176,7 +176,7 @@ gail_text_util_buffer_setup (<em class="parameter"><code><a class="link" href="g
|
|
176
176
|
</tr>
|
177
177
|
<tr>
|
178
178
|
<td class="parameter_name"><p>buffer</p></td>
|
179
|
-
<td class="parameter_description"><p>The <a href="http://developer.gnome.org/
|
179
|
+
<td class="parameter_description"><p>The <a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#GtkTextBuffer-struct"><span class="type">GtkTextBuffer</span></a> which identifies the text to be stored in the GailUtil.</p></td>
|
180
180
|
<td class="parameter_annotations"> </td>
|
181
181
|
</tr>
|
182
182
|
</tbody>
|
@@ -186,14 +186,14 @@ gail_text_util_buffer_setup (<em class="parameter"><code><a class="link" href="g
|
|
186
186
|
<hr>
|
187
187
|
<div class="refsect2">
|
188
188
|
<a name="gail-text-util-get-text"></a><h3>gail_text_util_get_text ()</h3>
|
189
|
-
<pre class="programlisting"><a href="
|
189
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
190
190
|
gail_text_util_get_text (<em class="parameter"><code><a class="link" href="gail-libgail-util3-GailTextUtil.html#GailTextUtil" title="struct GailTextUtil"><span class="type">GailTextUtil</span></a> *textutil</code></em>,
|
191
|
-
<em class="parameter"><code><a href="
|
191
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> layout</code></em>,
|
192
192
|
<em class="parameter"><code><a class="link" href="gail-libgail-util3-GailTextUtil.html#GailOffsetType" title="enum GailOffsetType"><span class="type">GailOffsetType</span></a> function</code></em>,
|
193
193
|
<em class="parameter"><code><span class="type">AtkTextBoundary</span> boundary_type</code></em>,
|
194
|
-
<em class="parameter"><code><a href="
|
195
|
-
<em class="parameter"><code><a href="
|
196
|
-
<em class="parameter"><code><a href="
|
194
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offset</code></em>,
|
195
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start_offset</code></em>,
|
196
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *end_offset</code></em>);</pre>
|
197
197
|
<p>This function gets the requested substring from the text in the GtkTextUtil.
|
198
198
|
The layout is used only for getting the text on a line. The value is NULL
|
199
199
|
for a GtkTextView which is not wrapped, is a GtkTextView for a GtkTextView
|
@@ -254,10 +254,10 @@ after the offset.</p></td>
|
|
254
254
|
<hr>
|
255
255
|
<div class="refsect2">
|
256
256
|
<a name="gail-text-util-get-substring"></a><h3>gail_text_util_get_substring ()</h3>
|
257
|
-
<pre class="programlisting"><a href="
|
257
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
258
258
|
gail_text_util_get_substring (<em class="parameter"><code><a class="link" href="gail-libgail-util3-GailTextUtil.html#GailTextUtil" title="struct GailTextUtil"><span class="type">GailTextUtil</span></a> *textutil</code></em>,
|
259
|
-
<em class="parameter"><code><a href="
|
260
|
-
<em class="parameter"><code><a href="
|
259
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start_pos</code></em>,
|
260
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end_pos</code></em>);</pre>
|
261
261
|
<p>Gets the substring indicated by <em class="parameter"><code>start_pos</code></em>
|
262
262
|
and <em class="parameter"><code>end_pos</code></em>
|
263
263
|
</p>
|
@@ -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.22.3
|
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>.
|
@@ -6,8 +6,8 @@
|
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.79.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
|
-
<link rel="prev" href="
|
10
|
-
<link rel="next" href="
|
9
|
+
<link rel="prev" href="GdkMonitor.html" title="GdkMonitor">
|
10
|
+
<link rel="next" href="GdkDevicePad.html" title="GtkDevicePad">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
@@ -16,14 +16,15 @@
|
|
16
16
|
<td width="100%" align="left" class="shortcuts">
|
17
17
|
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
18
|
<a href="#GdkDevice.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
-
<a href="#GdkDevice.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="
|
19
|
+
<a href="#GdkDevice.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_derived_interfaces"> <span class="dim">|</span>
|
20
|
+
<a href="#GdkDevice.derived-interfaces" class="shortcut">Known Derived Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span>
|
20
21
|
<a href="#GdkDevice.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span>
|
21
22
|
<a href="#GdkDevice.signals" class="shortcut">Signals</a></span>
|
22
23
|
</td>
|
23
24
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
24
25
|
<td><a accesskey="u" href="reference.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
25
|
-
<td><a accesskey="p" href="
|
26
|
-
<td><a accesskey="n" href="
|
26
|
+
<td><a accesskey="p" href="GdkMonitor.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
27
|
+
<td><a accesskey="n" href="GdkDevicePad.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
27
28
|
</tr></table>
|
28
29
|
<div class="refentry">
|
29
30
|
<a name="GdkDevice"></a><div class="titlepage"></div>
|
@@ -43,21 +44,21 @@
|
|
43
44
|
</colgroup>
|
44
45
|
<tbody>
|
45
46
|
<tr>
|
46
|
-
<td class="function_type">const <a href="
|
47
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
47
48
|
</td>
|
48
49
|
<td class="function_name">
|
49
50
|
<a class="link" href="GdkDevice.html#gdk-device-get-name" title="gdk_device_get_name ()">gdk_device_get_name</a> <span class="c_punctuation">()</span>
|
50
51
|
</td>
|
51
52
|
</tr>
|
52
53
|
<tr>
|
53
|
-
<td class="function_type">const <a href="
|
54
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
54
55
|
</td>
|
55
56
|
<td class="function_name">
|
56
57
|
<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
58
|
</td>
|
58
59
|
</tr>
|
59
60
|
<tr>
|
60
|
-
<td class="function_type">const <a href="
|
61
|
+
<td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
61
62
|
</td>
|
62
63
|
<td class="function_name">
|
63
64
|
<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>
|
@@ -73,7 +74,7 @@
|
|
73
74
|
</tr>
|
74
75
|
<tr>
|
75
76
|
<td class="function_type">
|
76
|
-
<a href="
|
77
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
77
78
|
</td>
|
78
79
|
<td class="function_name">
|
79
80
|
<a class="link" href="GdkDevice.html#gdk-device-set-mode" title="gdk_device_set_mode ()">gdk_device_set_mode</a> <span class="c_punctuation">()</span>
|
@@ -97,7 +98,7 @@
|
|
97
98
|
</tr>
|
98
99
|
<tr>
|
99
100
|
<td class="function_type">
|
100
|
-
<a href="
|
101
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
101
102
|
</td>
|
102
103
|
<td class="function_name">
|
103
104
|
<a class="link" href="GdkDevice.html#gdk-device-get-key" title="gdk_device_get_key ()">gdk_device_get_key</a> <span class="c_punctuation">()</span>
|
@@ -129,7 +130,7 @@
|
|
129
130
|
</tr>
|
130
131
|
<tr>
|
131
132
|
<td class="function_type">
|
132
|
-
<a href="
|
133
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
133
134
|
</td>
|
134
135
|
<td class="function_name">
|
135
136
|
<a class="link" href="GdkDevice.html#gdk-device-list-slave-devices" title="gdk_device_list_slave_devices ()">gdk_device_list_slave_devices</a> <span class="c_punctuation">()</span>
|
@@ -153,7 +154,7 @@
|
|
153
154
|
</tr>
|
154
155
|
<tr>
|
155
156
|
<td class="function_type">
|
156
|
-
<a href="
|
157
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
157
158
|
</td>
|
158
159
|
<td class="function_name">
|
159
160
|
<a class="link" href="GdkDevice.html#gdk-device-get-has-cursor" title="gdk_device_get_has_cursor ()">gdk_device_get_has_cursor</a> <span class="c_punctuation">()</span>
|
@@ -161,7 +162,7 @@
|
|
161
162
|
</tr>
|
162
163
|
<tr>
|
163
164
|
<td class="function_type">
|
164
|
-
<a href="
|
165
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
165
166
|
</td>
|
166
167
|
<td class="function_name">
|
167
168
|
<a class="link" href="GdkDevice.html#gdk-device-get-n-axes" title="gdk_device_get_n_axes ()">gdk_device_get_n_axes</a> <span class="c_punctuation">()</span>
|
@@ -169,7 +170,7 @@
|
|
169
170
|
</tr>
|
170
171
|
<tr>
|
171
172
|
<td class="function_type">
|
172
|
-
<a href="
|
173
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
173
174
|
</td>
|
174
175
|
<td class="function_name">
|
175
176
|
<a class="link" href="GdkDevice.html#gdk-device-get-n-keys" title="gdk_device_get_n_keys ()">gdk_device_get_n_keys</a> <span class="c_punctuation">()</span>
|
@@ -177,6 +178,14 @@
|
|
177
178
|
</tr>
|
178
179
|
<tr>
|
179
180
|
<td class="function_type">
|
181
|
+
<a class="link" href="GdkDevice.html#GdkAxisFlags" title="enum GdkAxisFlags"><span class="returnvalue">GdkAxisFlags</span></a>
|
182
|
+
</td>
|
183
|
+
<td class="function_name">
|
184
|
+
<a class="link" href="GdkDevice.html#gdk-device-get-axes" title="gdk_device_get_axes ()">gdk_device_get_axes</a> <span class="c_punctuation">()</span>
|
185
|
+
</td>
|
186
|
+
</tr>
|
187
|
+
<tr>
|
188
|
+
<td class="function_type">
|
180
189
|
<span class="returnvalue">void</span>
|
181
190
|
</td>
|
182
191
|
<td class="function_name">
|
@@ -249,7 +258,7 @@
|
|
249
258
|
</tr>
|
250
259
|
<tr>
|
251
260
|
<td class="function_type">
|
252
|
-
<a href="
|
261
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
253
262
|
</td>
|
254
263
|
<td class="function_name">
|
255
264
|
<a class="link" href="GdkDevice.html#gdk-device-get-history" title="gdk_device_get_history ()">gdk_device_get_history</a> <span class="c_punctuation">()</span>
|
@@ -265,7 +274,7 @@
|
|
265
274
|
</tr>
|
266
275
|
<tr>
|
267
276
|
<td class="function_type">
|
268
|
-
<a href="
|
277
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
269
278
|
</td>
|
270
279
|
<td class="function_name">
|
271
280
|
<a class="link" href="GdkDevice.html#gdk-device-get-axis" title="gdk_device_get_axis ()">gdk_device_get_axis</a> <span class="c_punctuation">()</span>
|
@@ -273,7 +282,7 @@
|
|
273
282
|
</tr>
|
274
283
|
<tr>
|
275
284
|
<td class="function_type">
|
276
|
-
<a href="
|
285
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
277
286
|
</td>
|
278
287
|
<td class="function_name">
|
279
288
|
<a class="link" href="GdkDevice.html#gdk-device-list-axes" title="gdk_device_list_axes ()">gdk_device_list_axes</a> <span class="c_punctuation">()</span>
|
@@ -281,7 +290,7 @@
|
|
281
290
|
</tr>
|
282
291
|
<tr>
|
283
292
|
<td class="function_type">
|
284
|
-
<a href="
|
293
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
285
294
|
</td>
|
286
295
|
<td class="function_name">
|
287
296
|
<a class="link" href="GdkDevice.html#gdk-device-get-axis-value" title="gdk_device_get_axis_value ()">gdk_device_get_axis_value</a> <span class="c_punctuation">()</span>
|
@@ -295,6 +304,22 @@
|
|
295
304
|
<a class="link" href="GdkDevice.html#gdk-device-get-last-event-window" title="gdk_device_get_last_event_window ()">gdk_device_get_last_event_window</a> <span class="c_punctuation">()</span>
|
296
305
|
</td>
|
297
306
|
</tr>
|
307
|
+
<tr>
|
308
|
+
<td class="function_type">
|
309
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
310
|
+
</td>
|
311
|
+
<td class="function_name">
|
312
|
+
<a class="link" href="GdkDevice.html#gdk-device-tool-get-serial" title="gdk_device_tool_get_serial ()">gdk_device_tool_get_serial</a> <span class="c_punctuation">()</span>
|
313
|
+
</td>
|
314
|
+
</tr>
|
315
|
+
<tr>
|
316
|
+
<td class="function_type">
|
317
|
+
<a class="link" href="GdkDevice.html#GdkDeviceToolType" title="enum GdkDeviceToolType"><span class="returnvalue">GdkDeviceToolType</span></a>
|
318
|
+
</td>
|
319
|
+
<td class="function_name">
|
320
|
+
<a class="link" href="GdkDevice.html#gdk-device-tool-get-tool-type" title="gdk_device_tool_get_tool_type ()">gdk_device_tool_get_tool_type</a> <span class="c_punctuation">()</span>
|
321
|
+
</td>
|
322
|
+
</tr>
|
298
323
|
</tbody>
|
299
324
|
</table></div>
|
300
325
|
</div>
|
@@ -314,6 +339,11 @@
|
|
314
339
|
<td class="property_flags">Read</td>
|
315
340
|
</tr>
|
316
341
|
<tr>
|
342
|
+
<td class="property_type"><a class="link" href="GdkDevice.html#GdkAxisFlags" title="enum GdkAxisFlags"><span class="type">GdkAxisFlags</span></a></td>
|
343
|
+
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--axes" title="The “axes” property">axes</a></td>
|
344
|
+
<td class="property_flags">Read</td>
|
345
|
+
</tr>
|
346
|
+
<tr>
|
317
347
|
<td class="property_type">
|
318
348
|
<a class="link" href="GdkDeviceManager.html" title="GdkDeviceManager"><span class="type">GdkDeviceManager</span></a> *</td>
|
319
349
|
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--device-manager" title="The “device-manager” property">device-manager</a></td>
|
@@ -326,7 +356,7 @@
|
|
326
356
|
<td class="property_flags">Read / Write / Construct Only</td>
|
327
357
|
</tr>
|
328
358
|
<tr>
|
329
|
-
<td class="property_type"><a href="
|
359
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
330
360
|
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--has-cursor" title="The “has-cursor” property">has-cursor</a></td>
|
331
361
|
<td class="property_flags">Read / Write / Construct Only</td>
|
332
362
|
</tr>
|
@@ -341,24 +371,24 @@
|
|
341
371
|
<td class="property_flags">Read / Write / Construct Only</td>
|
342
372
|
</tr>
|
343
373
|
<tr>
|
344
|
-
<td class="property_type"><a href="
|
374
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
345
375
|
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--n-axes" title="The “n-axes” property">n-axes</a></td>
|
346
376
|
<td class="property_flags">Read</td>
|
347
377
|
</tr>
|
348
378
|
<tr>
|
349
379
|
<td class="property_type">
|
350
|
-
<a href="
|
380
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
351
381
|
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--name" title="The “name” property">name</a></td>
|
352
382
|
<td class="property_flags">Read / Write / Construct Only</td>
|
353
383
|
</tr>
|
354
384
|
<tr>
|
355
|
-
<td class="property_type"><a href="
|
385
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
356
386
|
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--num-touches" title="The “num-touches” property">num-touches</a></td>
|
357
387
|
<td class="property_flags">Read / Write / Construct Only</td>
|
358
388
|
</tr>
|
359
389
|
<tr>
|
360
390
|
<td class="property_type">
|
361
|
-
<a href="
|
391
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
362
392
|
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--product-id" title="The “product-id” property">product-id</a></td>
|
363
393
|
<td class="property_flags">Read / Write / Construct Only</td>
|
364
394
|
</tr>
|
@@ -369,13 +399,19 @@
|
|
369
399
|
<td class="property_flags">Read / Write</td>
|
370
400
|
</tr>
|
371
401
|
<tr>
|
402
|
+
<td class="property_type">
|
403
|
+
<span class="type">GdkDeviceTool</span> *</td>
|
404
|
+
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--tool" title="The “tool” property">tool</a></td>
|
405
|
+
<td class="property_flags">Read</td>
|
406
|
+
</tr>
|
407
|
+
<tr>
|
372
408
|
<td class="property_type"><a class="link" href="GdkDevice.html#GdkDeviceType" title="enum GdkDeviceType"><span class="type">GdkDeviceType</span></a></td>
|
373
409
|
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--type" title="The “type” property">type</a></td>
|
374
410
|
<td class="property_flags">Read / Write / Construct Only</td>
|
375
411
|
</tr>
|
376
412
|
<tr>
|
377
413
|
<td class="property_type">
|
378
|
-
<a href="
|
414
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
379
415
|
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--vendor-id" title="The “vendor-id” property">vendor-id</a></td>
|
380
416
|
<td class="property_flags">Read / Write / Construct Only</td>
|
381
417
|
</tr>
|
@@ -390,11 +426,18 @@
|
|
390
426
|
<col width="300px" class="signals_name">
|
391
427
|
<col width="200px" class="signals_flags">
|
392
428
|
</colgroup>
|
393
|
-
<tbody
|
429
|
+
<tbody>
|
430
|
+
<tr>
|
394
431
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
395
432
|
<td class="signal_name"><a class="link" href="GdkDevice.html#GdkDevice-changed" title="The “changed” signal">changed</a></td>
|
396
|
-
<td class="signal_flags"><a href="
|
397
|
-
</tr
|
433
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
434
|
+
</tr>
|
435
|
+
<tr>
|
436
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
437
|
+
<td class="signal_name"><a class="link" href="GdkDevice.html#GdkDevice-tool-changed" title="The “tool-changed” signal">tool-changed</a></td>
|
438
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
439
|
+
</tr>
|
440
|
+
</tbody>
|
398
441
|
</table></div>
|
399
442
|
</div>
|
400
443
|
<div class="refsect1">
|
@@ -423,6 +466,14 @@
|
|
423
466
|
</tr>
|
424
467
|
<tr>
|
425
468
|
<td class="datatype_keyword">enum</td>
|
469
|
+
<td class="function_name"><a class="link" href="GdkDevice.html#GdkAxisFlags" title="enum GdkAxisFlags">GdkAxisFlags</a></td>
|
470
|
+
</tr>
|
471
|
+
<tr>
|
472
|
+
<td class="datatype_keyword">enum</td>
|
473
|
+
<td class="function_name"><a class="link" href="GdkDevice.html#GdkDeviceToolType" title="enum GdkDeviceToolType">GdkDeviceToolType</a></td>
|
474
|
+
</tr>
|
475
|
+
<tr>
|
476
|
+
<td class="datatype_keyword">enum</td>
|
426
477
|
<td class="function_name"><a class="link" href="GdkDevice.html#GdkDeviceType" title="enum GdkDeviceType">GdkDeviceType</a></td>
|
427
478
|
</tr>
|
428
479
|
<tr>
|
@@ -438,11 +489,17 @@
|
|
438
489
|
</div>
|
439
490
|
<div class="refsect1">
|
440
491
|
<a name="GdkDevice.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
441
|
-
<pre class="screen"> <a href="
|
492
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
442
493
|
<span class="lineart">╰──</span> GdkDevice
|
443
494
|
</pre>
|
444
495
|
</div>
|
445
496
|
<div class="refsect1">
|
497
|
+
<a name="GdkDevice.derived-interfaces"></a><h2>Known Derived Interfaces</h2>
|
498
|
+
<p>
|
499
|
+
GdkDevice is required by
|
500
|
+
<a class="link" href="GdkDevicePad.html" title="GtkDevicePad">GdkDevicePad</a>.</p>
|
501
|
+
</div>
|
502
|
+
<div class="refsect1">
|
446
503
|
<a name="GdkDevice.includes"></a><h2>Includes</h2>
|
447
504
|
<pre class="synopsis">#include <gdk/gdk.h>
|
448
505
|
</pre>
|
@@ -459,7 +516,7 @@ relationships.</p>
|
|
459
516
|
<a name="GdkDevice.functions_details"></a><h2>Functions</h2>
|
460
517
|
<div class="refsect2">
|
461
518
|
<a name="gdk-device-get-name"></a><h3>gdk_device_get_name ()</h3>
|
462
|
-
<pre class="programlisting">const <a href="
|
519
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
463
520
|
gdk_device_get_name (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
464
521
|
<p>Determines the name of the device.</p>
|
465
522
|
<div class="refsect3">
|
@@ -486,13 +543,13 @@ gdk_device_get_name (<em class="parameter"><code><a class="link" href="GdkDevice
|
|
486
543
|
<hr>
|
487
544
|
<div class="refsect2">
|
488
545
|
<a name="gdk-device-get-vendor-id"></a><h3>gdk_device_get_vendor_id ()</h3>
|
489
|
-
<pre class="programlisting">const <a href="
|
546
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
490
547
|
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>
|
491
|
-
<p>Returns the vendor ID of this device, or <a href="
|
548
|
+
<p>Returns the vendor ID of this device, or <a href="/home/vagrant/ruby-gnome2.win32/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
|
492
549
|
be obtained. This ID is retrieved from the device, and is thus constant for
|
493
550
|
it.</p>
|
494
551
|
<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.
|
495
|
-
compose <a href="
|
552
|
+
compose <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSettings.html#GSettings-struct"><span class="type">GSettings</span></a> paths to store settings for this device.</p>
|
496
553
|
<div class="informalexample">
|
497
554
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
498
555
|
<tbody>
|
@@ -514,23 +571,23 @@ compose <a href="https://developer.gnome.org/gio/unstable/GSettings.html#GSettin
|
|
514
571
|
15
|
515
572
|
16
|
516
573
|
17</pre></td>
|
517
|
-
<td class="listing_code"><pre class="programlisting"><span class="
|
518
|
-
<span class="function">get_device_settings</span
|
519
|
-
<span class="
|
520
|
-
<span class="
|
521
|
-
|
522
|
-
|
523
|
-
|
574
|
+
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static</span> GSettings <span class="gtkdoc opt">*</span>
|
575
|
+
<span class="function">get_device_settings</span> <span class="gtkdoc opt">(</span>GdkDevice <span class="gtkdoc opt">*</span>device<span class="gtkdoc opt">)</span>
|
576
|
+
<span class="gtkdoc opt">{</span>
|
577
|
+
<span class="gtkdoc kwb">const</span> gchar <span class="gtkdoc opt">*</span>vendor<span class="gtkdoc opt">, *</span>product<span class="gtkdoc opt">;</span>
|
578
|
+
GSettings <span class="gtkdoc opt">*</span>settings<span class="gtkdoc opt">;</span>
|
579
|
+
GdkDevice <span class="gtkdoc opt">*</span>device<span class="gtkdoc opt">;</span>
|
580
|
+
gchar <span class="gtkdoc opt">*</span>path<span class="gtkdoc opt">;</span>
|
524
581
|
|
525
|
-
|
526
|
-
|
582
|
+
vendor <span class="gtkdoc opt">=</span> <span class="function"><a href="GdkDevice.html#gdk-device-get-vendor-id">gdk_device_get_vendor_id</a></span> <span class="gtkdoc opt">(</span>device<span class="gtkdoc opt">);</span>
|
583
|
+
product <span class="gtkdoc opt">=</span> <span class="function"><a href="GdkDevice.html#gdk-device-get-product-id">gdk_device_get_product_id</a></span> <span class="gtkdoc opt">(</span>device<span class="gtkdoc opt">);</span>
|
527
584
|
|
528
|
-
|
529
|
-
|
530
|
-
<span class="
|
585
|
+
path <span class="gtkdoc opt">=</span> <span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#g-strdup-printf">g_strdup_printf</a></span> <span class="gtkdoc opt">(</span><span class="string">"/org/example/app/devices/%s:%s/"</span><span class="gtkdoc opt">,</span> vendor<span class="gtkdoc opt">,</span> product<span class="gtkdoc opt">);</span>
|
586
|
+
settings <span class="gtkdoc opt">=</span> <span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GSettings.html#g-settings-new-with-path">g_settings_new_with_path</a></span> <span class="gtkdoc opt">(</span>DEVICE_SCHEMA<span class="gtkdoc opt">,</span> path<span class="gtkdoc opt">);</span>
|
587
|
+
<span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free">g_free</a></span> <span class="gtkdoc opt">(</span>path<span class="gtkdoc opt">);</span>
|
531
588
|
|
532
|
-
<span class="
|
533
|
-
<span class="
|
589
|
+
<span class="keyword">return</span> settings<span class="gtkdoc opt">;</span>
|
590
|
+
<span class="gtkdoc opt">}</span></pre></td>
|
534
591
|
</tr>
|
535
592
|
</tbody>
|
536
593
|
</table>
|
@@ -554,7 +611,7 @@ compose <a href="https://developer.gnome.org/gio/unstable/GSettings.html#GSettin
|
|
554
611
|
</div>
|
555
612
|
<div class="refsect3">
|
556
613
|
<a name="gdk-device-get-vendor-id.returns"></a><h4>Returns</h4>
|
557
|
-
<p> the vendor ID, or <a href="
|
614
|
+
<p> the vendor ID, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
558
615
|
<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>
|
559
616
|
</div>
|
560
617
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
@@ -562,9 +619,9 @@ compose <a href="https://developer.gnome.org/gio/unstable/GSettings.html#GSettin
|
|
562
619
|
<hr>
|
563
620
|
<div class="refsect2">
|
564
621
|
<a name="gdk-device-get-product-id"></a><h3>gdk_device_get_product_id ()</h3>
|
565
|
-
<pre class="programlisting">const <a href="
|
622
|
+
<pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
566
623
|
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>
|
567
|
-
<p>Returns the product ID of this device, or <a href="
|
624
|
+
<p>Returns the product ID of this device, or <a href="/home/vagrant/ruby-gnome2.win32/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
|
568
625
|
be obtained. This ID is retrieved from the device, and is thus constant for
|
569
626
|
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>
|
570
627
|
<div class="refsect3">
|
@@ -584,7 +641,7 @@ it. See <a class="link" href="GdkDevice.html#gdk-device-get-vendor-id" title="gd
|
|
584
641
|
</div>
|
585
642
|
<div class="refsect3">
|
586
643
|
<a name="gdk-device-get-product-id.returns"></a><h4>Returns</h4>
|
587
|
-
<p> the product ID, or <a href="
|
644
|
+
<p> the product ID, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
588
645
|
<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>
|
589
646
|
</div>
|
590
647
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
@@ -619,7 +676,7 @@ gdk_device_get_source (<em class="parameter"><code><a class="link" href="GdkDevi
|
|
619
676
|
<hr>
|
620
677
|
<div class="refsect2">
|
621
678
|
<a name="gdk-device-set-mode"></a><h3>gdk_device_set_mode ()</h3>
|
622
|
-
<pre class="programlisting"><a href="
|
679
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
623
680
|
gdk_device_set_mode (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
624
681
|
<em class="parameter"><code><a class="link" href="GdkDevice.html#GdkInputMode" title="enum GdkInputMode"><span class="type">GdkInputMode</span></a> mode</code></em>);</pre>
|
625
682
|
<p>Sets a the mode of an input device. The mode controls if the
|
@@ -652,7 +709,7 @@ by the input mode.</p>
|
|
652
709
|
</div>
|
653
710
|
<div class="refsect3">
|
654
711
|
<a name="gdk-device-set-mode.returns"></a><h4>Returns</h4>
|
655
|
-
<p> <a href="
|
712
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mode was successfully changed.</p>
|
656
713
|
</div>
|
657
714
|
</div>
|
658
715
|
<hr>
|
@@ -687,8 +744,8 @@ gdk_device_get_mode (<em class="parameter"><code><a class="link" href="GdkDevice
|
|
687
744
|
<a name="gdk-device-set-key"></a><h3>gdk_device_set_key ()</h3>
|
688
745
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
689
746
|
gdk_device_set_key (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
690
|
-
<em class="parameter"><code><a href="
|
691
|
-
<em class="parameter"><code><a href="
|
747
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>,
|
748
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
|
692
749
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> modifiers</code></em>);</pre>
|
693
750
|
<p>Specifies the X key event to generate when a macro button of a device
|
694
751
|
is pressed.</p>
|
@@ -728,13 +785,13 @@ is pressed.</p>
|
|
728
785
|
<hr>
|
729
786
|
<div class="refsect2">
|
730
787
|
<a name="gdk-device-get-key"></a><h3>gdk_device_get_key ()</h3>
|
731
|
-
<pre class="programlisting"><a href="
|
788
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
732
789
|
gdk_device_get_key (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
733
|
-
<em class="parameter"><code><a href="
|
734
|
-
<em class="parameter"><code><a href="
|
790
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>,
|
791
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *keyval</code></em>,
|
735
792
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *modifiers</code></em>);</pre>
|
736
793
|
<p>If <em class="parameter"><code>index_</code></em>
|
737
|
-
has a valid keyval, this function will return <a href="
|
794
|
+
has a valid keyval, this function will return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
|
738
795
|
and fill in <em class="parameter"><code>keyval</code></em>
|
739
796
|
and <em class="parameter"><code>modifiers</code></em>
|
740
797
|
with the keyval settings.</p>
|
@@ -772,7 +829,7 @@ and fill in <em class="parameter"><code>keyval</code></em>
|
|
772
829
|
</div>
|
773
830
|
<div class="refsect3">
|
774
831
|
<a name="gdk-device-get-key.returns"></a><h4>Returns</h4>
|
775
|
-
<p> <a href="
|
832
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/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>
|
776
833
|
.</p>
|
777
834
|
</div>
|
778
835
|
<p class="since">Since: 2.20</p>
|
@@ -782,7 +839,7 @@ and fill in <em class="parameter"><code>keyval</code></em>
|
|
782
839
|
<a name="gdk-device-set-axis-use"></a><h3>gdk_device_set_axis_use ()</h3>
|
783
840
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
784
841
|
gdk_device_set_axis_use (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
785
|
-
<em class="parameter"><code><a href="
|
842
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>,
|
786
843
|
<em class="parameter"><code><a class="link" href="GdkDevice.html#GdkAxisUse" title="enum GdkAxisUse"><span class="type">GdkAxisUse</span></a> use</code></em>);</pre>
|
787
844
|
<p>Specifies how an axis of a device is used.</p>
|
788
845
|
<div class="refsect3">
|
@@ -818,7 +875,7 @@ gdk_device_set_axis_use (<em class="parameter"><code><a class="link" href="GdkDe
|
|
818
875
|
<a name="gdk-device-get-axis-use"></a><h3>gdk_device_get_axis_use ()</h3>
|
819
876
|
<pre class="programlisting"><a class="link" href="GdkDevice.html#GdkAxisUse" title="enum GdkAxisUse"><span class="returnvalue">GdkAxisUse</span></a>
|
820
877
|
gdk_device_get_axis_use (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
821
|
-
<em class="parameter"><code><a href="
|
878
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>);</pre>
|
822
879
|
<p>Returns the axis use for <em class="parameter"><code>index_</code></em>
|
823
880
|
.</p>
|
824
881
|
<div class="refsect3">
|
@@ -864,7 +921,7 @@ keyboard.</p>
|
|
864
921
|
the master device to which <em class="parameter"><code>device</code></em>
|
865
922
|
is attached to.</p>
|
866
923
|
<p>If <em class="parameter"><code>device</code></em>
|
867
|
-
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="
|
924
|
+
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.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be
|
868
925
|
returned, as there is no associated device.</p>
|
869
926
|
<div class="refsect3">
|
870
927
|
<a name="gdk-device-get-associated-device.parameters"></a><h4>Parameters</h4>
|
@@ -884,7 +941,7 @@ returned, as there is no associated device.</p>
|
|
884
941
|
<div class="refsect3">
|
885
942
|
<a name="gdk-device-get-associated-device.returns"></a><h4>Returns</h4>
|
886
943
|
<p> The associated device, or
|
887
|
-
<a href="
|
944
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
888
945
|
<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>
|
889
946
|
</div>
|
890
947
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -892,11 +949,11 @@ returned, as there is no associated device.</p>
|
|
892
949
|
<hr>
|
893
950
|
<div class="refsect2">
|
894
951
|
<a name="gdk-device-list-slave-devices"></a><h3>gdk_device_list_slave_devices ()</h3>
|
895
|
-
<pre class="programlisting"><a href="
|
952
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
896
953
|
gdk_device_list_slave_devices (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
897
954
|
<p>If the device if of type <a class="link" href="GdkDevice.html#GDK-DEVICE-TYPE-MASTER:CAPS"><code class="literal">GDK_DEVICE_TYPE_MASTER</code></a>, it will return
|
898
955
|
the list of slave devices attached to it, otherwise it will return
|
899
|
-
<a href="
|
956
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p>
|
900
957
|
<div class="refsect3">
|
901
958
|
<a name="gdk-device-list-slave-devices.parameters"></a><h4>Parameters</h4>
|
902
959
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -914,8 +971,8 @@ the list of slave devices attached to it, otherwise it will return
|
|
914
971
|
</div>
|
915
972
|
<div class="refsect3">
|
916
973
|
<a name="gdk-device-list-slave-devices.returns"></a><h4>Returns</h4>
|
917
|
-
<p> the list of slave devices, or <a href="
|
918
|
-
freed with <a href="
|
974
|
+
<p> the list of slave devices, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The list must be
|
975
|
+
freed with <a href="/home/vagrant/ruby-gnome2.win32/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
|
919
976
|
owned by GTK+ and should not be freed. </p>
|
920
977
|
<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="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> GdkDevice]</span></p>
|
921
978
|
</div>
|
@@ -982,7 +1039,7 @@ by GTK+, and must not be freed or unreffed. </p>
|
|
982
1039
|
<hr>
|
983
1040
|
<div class="refsect2">
|
984
1041
|
<a name="gdk-device-get-has-cursor"></a><h3>gdk_device_get_has_cursor ()</h3>
|
985
|
-
<pre class="programlisting"><a href="
|
1042
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
986
1043
|
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>
|
987
1044
|
<p>Determines whether the pointer follows device motion.
|
988
1045
|
This is not meaningful for keyboard devices, which don't have a pointer.</p>
|
@@ -1003,14 +1060,14 @@ This is not meaningful for keyboard devices, which don't have a pointer.</p>
|
|
1003
1060
|
</div>
|
1004
1061
|
<div class="refsect3">
|
1005
1062
|
<a name="gdk-device-get-has-cursor.returns"></a><h4>Returns</h4>
|
1006
|
-
<p> <a href="
|
1063
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the pointer follows device motion</p>
|
1007
1064
|
</div>
|
1008
1065
|
<p class="since">Since: 2.20</p>
|
1009
1066
|
</div>
|
1010
1067
|
<hr>
|
1011
1068
|
<div class="refsect2">
|
1012
1069
|
<a name="gdk-device-get-n-axes"></a><h3>gdk_device_get_n_axes ()</h3>
|
1013
|
-
<pre class="programlisting"><a href="
|
1070
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
1014
1071
|
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>
|
1015
1072
|
<p>Returns the number of axes the device currently has.</p>
|
1016
1073
|
<div class="refsect3">
|
@@ -1037,7 +1094,7 @@ gdk_device_get_n_axes (<em class="parameter"><code><a class="link" href="GdkDevi
|
|
1037
1094
|
<hr>
|
1038
1095
|
<div class="refsect2">
|
1039
1096
|
<a name="gdk-device-get-n-keys"></a><h3>gdk_device_get_n_keys ()</h3>
|
1040
|
-
<pre class="programlisting"><a href="
|
1097
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
1041
1098
|
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>
|
1042
1099
|
<p>Returns the number of keys the device currently has.</p>
|
1043
1100
|
<div class="refsect3">
|
@@ -1063,12 +1120,35 @@ gdk_device_get_n_keys (<em class="parameter"><code><a class="link" href="GdkDevi
|
|
1063
1120
|
</div>
|
1064
1121
|
<hr>
|
1065
1122
|
<div class="refsect2">
|
1123
|
+
<a name="gdk-device-get-axes"></a><h3>gdk_device_get_axes ()</h3>
|
1124
|
+
<pre class="programlisting"><a class="link" href="GdkDevice.html#GdkAxisFlags" title="enum GdkAxisFlags"><span class="returnvalue">GdkAxisFlags</span></a>
|
1125
|
+
gdk_device_get_axes (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
1126
|
+
<p>Returns the axes currently available on the device.</p>
|
1127
|
+
<div class="refsect3">
|
1128
|
+
<a name="gdk-device-get-axes.parameters"></a><h4>Parameters</h4>
|
1129
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1130
|
+
<colgroup>
|
1131
|
+
<col width="150px" class="parameters_name">
|
1132
|
+
<col class="parameters_description">
|
1133
|
+
<col width="200px" class="parameters_annotations">
|
1134
|
+
</colgroup>
|
1135
|
+
<tbody><tr>
|
1136
|
+
<td class="parameter_name"><p>device</p></td>
|
1137
|
+
<td class="parameter_description"><p>a <a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a></p></td>
|
1138
|
+
<td class="parameter_annotations"> </td>
|
1139
|
+
</tr></tbody>
|
1140
|
+
</table></div>
|
1141
|
+
</div>
|
1142
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
1143
|
+
</div>
|
1144
|
+
<hr>
|
1145
|
+
<div class="refsect2">
|
1066
1146
|
<a name="gdk-device-warp"></a><h3>gdk_device_warp ()</h3>
|
1067
1147
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1068
1148
|
gdk_device_warp (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
1069
1149
|
<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> *screen</code></em>,
|
1070
|
-
<em class="parameter"><code><a href="
|
1071
|
-
<em class="parameter"><code><a href="
|
1150
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
1151
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
1072
1152
|
<p>Warps <em class="parameter"><code>device</code></em>
|
1073
1153
|
in <em class="parameter"><code>display</code></em>
|
1074
1154
|
to the point <em class="parameter"><code>x</code></em>
|
@@ -1083,7 +1163,7 @@ instantaneously to the destination.</p>
|
|
1083
1163
|
<p>Note that the pointer should normally be under the
|
1084
1164
|
control of the user. This function was added to cover
|
1085
1165
|
some rare use cases like keyboard navigation support
|
1086
|
-
for the color picker in the <
|
1166
|
+
for the color picker in the <span class="type">GtkColorSelectionDialog</span>.</p>
|
1087
1167
|
<div class="refsect3">
|
1088
1168
|
<a name="gdk-device-warp.parameters"></a><h4>Parameters</h4>
|
1089
1169
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1155,10 +1235,10 @@ must not be freed. </p>
|
|
1155
1235
|
gdk_device_grab (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
1156
1236
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
1157
1237
|
<em class="parameter"><code><a class="link" href="GdkDevice.html#GdkGrabOwnership" title="enum GdkGrabOwnership"><span class="type">GdkGrabOwnership</span></a> grab_ownership</code></em>,
|
1158
|
-
<em class="parameter"><code><a href="
|
1238
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> owner_events</code></em>,
|
1159
1239
|
<em class="parameter"><code><a class="link" href="gdk3-Events.html#GdkEventMask" title="enum GdkEventMask"><span class="type">GdkEventMask</span></a> event_mask</code></em>,
|
1160
1240
|
<em class="parameter"><code><a class="link" href="gdk3-Cursors.html#GdkCursor"><span class="type">GdkCursor</span></a> *cursor</code></em>,
|
1161
|
-
<em class="parameter"><code><a href="
|
1241
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> time_</code></em>);</pre>
|
1162
1242
|
<div class="warning">
|
1163
1243
|
<p><code class="literal">gdk_device_grab</code> has been deprecated since version 3.20. and should not be used in newly-written code.</p>
|
1164
1244
|
<p>Use <a class="link" href="GdkSeat.html#gdk-seat-grab" title="gdk_seat_grab ()"><code class="function">gdk_seat_grab()</code></a> instead.</p>
|
@@ -1179,7 +1259,7 @@ pointer grab until the button is released. X does this automatically since
|
|
1179
1259
|
most applications expect to receive button press and release events in pairs.
|
1180
1260
|
It is equivalent to a pointer grab on the window with <em class="parameter"><code>owner_events</code></em>
|
1181
1261
|
set to
|
1182
|
-
<a href="
|
1262
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
|
1183
1263
|
<p>If you set up anything at the time you take the grab that needs to be
|
1184
1264
|
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>
|
1185
1265
|
events that are emitted when the grab ends unvoluntarily.</p>
|
@@ -1194,7 +1274,7 @@ events that are emitted when the grab ends unvoluntarily.</p>
|
|
1194
1274
|
<tbody>
|
1195
1275
|
<tr>
|
1196
1276
|
<td class="parameter_name"><p>device</p></td>
|
1197
|
-
<td class="parameter_description"><p>a <a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a>. To get the device you can use <a href="http://developer.gnome.org/
|
1277
|
+
<td class="parameter_description"><p>a <a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a>. To get the device you can use <a href="http://developer.gnome.org/gtk4/gtk4-General.html#gtk-get-current-event-device"><code class="function">gtk_get_current_event_device()</code></a>
|
1198
1278
|
or <a class="link" href="gdk3-Events.html#gdk-event-get-device" title="gdk_event_get_device ()"><code class="function">gdk_event_get_device()</code></a> if the grab is in reaction to an event. Also, you can use
|
1199
1279
|
<a class="link" href="GdkDeviceManager.html#gdk-device-manager-get-client-pointer" title="gdk_device_manager_get_client_pointer ()"><code class="function">gdk_device_manager_get_client_pointer()</code></a> but only in code that isn’t triggered by a
|
1200
1280
|
<a class="link" href="gdk3-Event-Structures.html#GdkEvent" title="union GdkEvent"><span class="type">GdkEvent</span></a> and there aren’t other means to get a meaningful <a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> to operate on.</p></td>
|
@@ -1212,11 +1292,11 @@ or <a class="link" href="gdk3-Events.html#gdk-event-get-device" title="gdk_event
|
|
1212
1292
|
</tr>
|
1213
1293
|
<tr>
|
1214
1294
|
<td class="parameter_name"><p>owner_events</p></td>
|
1215
|
-
<td class="parameter_description"><p>if <a href="
|
1295
|
+
<td class="parameter_description"><p>if <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> then all device events are reported with respect to
|
1216
1296
|
<em class="parameter"><code>window</code></em>
|
1217
1297
|
and are only reported if selected by <em class="parameter"><code>event_mask</code></em>
|
1218
1298
|
. If
|
1219
|
-
<a href="
|
1299
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> then pointer events for this application are reported
|
1220
1300
|
as normal, but pointer events outside this application are
|
1221
1301
|
reported with respect to <em class="parameter"><code>window</code></em>
|
1222
1302
|
and only if selected by
|
@@ -1234,7 +1314,7 @@ and only if selected by
|
|
1234
1314
|
<tr>
|
1235
1315
|
<td class="parameter_name"><p>cursor</p></td>
|
1236
1316
|
<td class="parameter_description"><p> the cursor to display while the grab is active if the device is
|
1237
|
-
a pointer. If this is <a href="
|
1317
|
+
a pointer. If this is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> then the normal cursors are used for
|
1238
1318
|
<em class="parameter"><code>window</code></em>
|
1239
1319
|
and its descendants, and the cursor for <em class="parameter"><code>window</code></em>
|
1240
1320
|
is used
|
@@ -1262,7 +1342,7 @@ can be used if the time isn’t known.</p></td>
|
|
1262
1342
|
<a name="gdk-device-ungrab"></a><h3>gdk_device_ungrab ()</h3>
|
1263
1343
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1264
1344
|
gdk_device_ungrab (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
1265
|
-
<em class="parameter"><code><a href="
|
1345
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> time_</code></em>);</pre>
|
1266
1346
|
<div class="warning">
|
1267
1347
|
<p><code class="literal">gdk_device_ungrab</code> has been deprecated since version 3.20. and should not be used in newly-written code.</p>
|
1268
1348
|
<p>Use <a class="link" href="GdkSeat.html#gdk-seat-ungrab" title="gdk_seat_ungrab ()"><code class="function">gdk_seat_ungrab()</code></a> instead.</p>
|
@@ -1299,7 +1379,7 @@ gdk_device_ungrab (<em class="parameter"><code><a class="link" href="GdkDevice.h
|
|
1299
1379
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1300
1380
|
gdk_device_get_state (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
1301
1381
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
1302
|
-
<em class="parameter"><code><a href="
|
1382
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *axes</code></em>,
|
1303
1383
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkModifierType" title="enum GdkModifierType"><span class="type">GdkModifierType</span></a> *mask</code></em>);</pre>
|
1304
1384
|
<p>Gets the current state of a pointer device relative to <em class="parameter"><code>window</code></em>
|
1305
1385
|
. As a slave
|
@@ -1330,12 +1410,12 @@ unless there is an ongoing grab on them. See <a class="link" href="GdkDevice.htm
|
|
1330
1410
|
<td class="parameter_name"><p>axes</p></td>
|
1331
1411
|
<td class="parameter_description"><p> an array of doubles to store the values of
|
1332
1412
|
the axes of <em class="parameter"><code>device</code></em>
|
1333
|
-
in, or <a href="
|
1413
|
+
in, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1334
1414
|
<td class="parameter_annotations"><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="Parameter points to an array of items."><span class="acronym">array</span></acronym>]</span></td>
|
1335
1415
|
</tr>
|
1336
1416
|
<tr>
|
1337
1417
|
<td class="parameter_name"><p>mask</p></td>
|
1338
|
-
<td class="parameter_description"><p> location to store the modifiers, or <a href="
|
1418
|
+
<td class="parameter_description"><p> location to store the modifiers, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1339
1419
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
1340
1420
|
</tr>
|
1341
1421
|
</tbody>
|
@@ -1348,8 +1428,8 @@ in, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.h
|
|
1348
1428
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1349
1429
|
gdk_device_get_position (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
1350
1430
|
<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> **screen</code></em>,
|
1351
|
-
<em class="parameter"><code><a href="
|
1352
|
-
<em class="parameter"><code><a href="
|
1431
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
1432
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>);</pre>
|
1353
1433
|
<p>Gets the current location of <em class="parameter"><code>device</code></em>
|
1354
1434
|
. As a slave device
|
1355
1435
|
coordinates are those of its master pointer, This function
|
@@ -1373,19 +1453,19 @@ unless there is an ongoing grab on them, see <a class="link" href="GdkDevice.htm
|
|
1373
1453
|
<td class="parameter_name"><p>screen</p></td>
|
1374
1454
|
<td class="parameter_description"><p> location to store the <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a>
|
1375
1455
|
the <em class="parameter"><code>device</code></em>
|
1376
|
-
is on, or <a href="
|
1456
|
+
is on, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1377
1457
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1378
1458
|
</tr>
|
1379
1459
|
<tr>
|
1380
1460
|
<td class="parameter_name"><p>x</p></td>
|
1381
1461
|
<td class="parameter_description"><p> location to store root window X coordinate of <em class="parameter"><code>device</code></em>
|
1382
|
-
, or <a href="
|
1462
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1383
1463
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1384
1464
|
</tr>
|
1385
1465
|
<tr>
|
1386
1466
|
<td class="parameter_name"><p>y</p></td>
|
1387
1467
|
<td class="parameter_description"><p> location to store root window Y coordinate of <em class="parameter"><code>device</code></em>
|
1388
|
-
, or <a href="
|
1468
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1389
1469
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1390
1470
|
</tr>
|
1391
1471
|
</tbody>
|
@@ -1399,8 +1479,8 @@ is on, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macro
|
|
1399
1479
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1400
1480
|
gdk_device_get_position_double (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
1401
1481
|
<em class="parameter"><code><a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a> **screen</code></em>,
|
1402
|
-
<em class="parameter"><code><a href="
|
1403
|
-
<em class="parameter"><code><a href="
|
1482
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *x</code></em>,
|
1483
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *y</code></em>);</pre>
|
1404
1484
|
<p>Gets the current location of <em class="parameter"><code>device</code></em>
|
1405
1485
|
in double precision. As a slave device's
|
1406
1486
|
coordinates are those of its master pointer, this function
|
@@ -1424,19 +1504,19 @@ unless there is an ongoing grab on them. See <a class="link" href="GdkDevice.htm
|
|
1424
1504
|
<td class="parameter_name"><p>screen</p></td>
|
1425
1505
|
<td class="parameter_description"><p> location to store the <a class="link" href="GdkScreen.html" title="GdkScreen"><span class="type">GdkScreen</span></a>
|
1426
1506
|
the <em class="parameter"><code>device</code></em>
|
1427
|
-
is on, or <a href="
|
1507
|
+
is on, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1428
1508
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1429
1509
|
</tr>
|
1430
1510
|
<tr>
|
1431
1511
|
<td class="parameter_name"><p>x</p></td>
|
1432
1512
|
<td class="parameter_description"><p> location to store root window X coordinate of <em class="parameter"><code>device</code></em>
|
1433
|
-
, or <a href="
|
1513
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1434
1514
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1435
1515
|
</tr>
|
1436
1516
|
<tr>
|
1437
1517
|
<td class="parameter_name"><p>y</p></td>
|
1438
1518
|
<td class="parameter_description"><p> location to store root window Y coordinate of <em class="parameter"><code>device</code></em>
|
1439
|
-
, or <a href="
|
1519
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1440
1520
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1441
1521
|
</tr>
|
1442
1522
|
</tbody>
|
@@ -1449,13 +1529,13 @@ is on, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macro
|
|
1449
1529
|
<a name="gdk-device-get-window-at-position"></a><h3>gdk_device_get_window_at_position ()</h3>
|
1450
1530
|
<pre class="programlisting"><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
|
1451
1531
|
gdk_device_get_window_at_position (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
1452
|
-
<em class="parameter"><code><a href="
|
1453
|
-
<em class="parameter"><code><a href="
|
1532
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *win_x</code></em>,
|
1533
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *win_y</code></em>);</pre>
|
1454
1534
|
<p>Obtains the window underneath <em class="parameter"><code>device</code></em>
|
1455
1535
|
, returning the location of the device in <em class="parameter"><code>win_x</code></em>
|
1456
1536
|
and <em class="parameter"><code>win_y</code></em>
|
1457
1537
|
. Returns
|
1458
|
-
<a href="
|
1538
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window tree under <em class="parameter"><code>device</code></em>
|
1459
1539
|
is not known to GDK (for example, belongs to another application).</p>
|
1460
1540
|
<p>As a slave device coordinates are those of its master pointer, This
|
1461
1541
|
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>,
|
@@ -1477,13 +1557,13 @@ unless there is an ongoing grab on them, see <a class="link" href="GdkDevice.htm
|
|
1477
1557
|
<tr>
|
1478
1558
|
<td class="parameter_name"><p>win_x</p></td>
|
1479
1559
|
<td class="parameter_description"><p> return location for the X coordinate of the device location,
|
1480
|
-
relative to the window origin, or <a href="
|
1560
|
+
relative to the window origin, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1481
1561
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1482
1562
|
</tr>
|
1483
1563
|
<tr>
|
1484
1564
|
<td class="parameter_name"><p>win_y</p></td>
|
1485
1565
|
<td class="parameter_description"><p> return location for the Y coordinate of the device location,
|
1486
|
-
relative to the window origin, or <a href="
|
1566
|
+
relative to the window origin, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1487
1567
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1488
1568
|
</tr>
|
1489
1569
|
</tbody>
|
@@ -1492,7 +1572,7 @@ relative to the window origin, or <a href="https://developer.gnome.org/glib/unst
|
|
1492
1572
|
<div class="refsect3">
|
1493
1573
|
<a name="gdk-device-get-window-at-position.returns"></a><h4>Returns</h4>
|
1494
1574
|
<p> the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> under the
|
1495
|
-
device position, or <a href="
|
1575
|
+
device position, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
1496
1576
|
<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>
|
1497
1577
|
</div>
|
1498
1578
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -1503,13 +1583,13 @@ device position, or <a href="https://developer.gnome.org/glib/unstable/glib-Stan
|
|
1503
1583
|
<pre class="programlisting"><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="returnvalue">GdkWindow</span></a> *
|
1504
1584
|
gdk_device_get_window_at_position_double
|
1505
1585
|
(<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
1506
|
-
<em class="parameter"><code><a href="
|
1507
|
-
<em class="parameter"><code><a href="
|
1586
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *win_x</code></em>,
|
1587
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *win_y</code></em>);</pre>
|
1508
1588
|
<p>Obtains the window underneath <em class="parameter"><code>device</code></em>
|
1509
1589
|
, returning the location of the device in <em class="parameter"><code>win_x</code></em>
|
1510
1590
|
and <em class="parameter"><code>win_y</code></em>
|
1511
1591
|
in
|
1512
|
-
double precision. Returns <a href="
|
1592
|
+
double precision. Returns <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window tree under <em class="parameter"><code>device</code></em>
|
1513
1593
|
is not known to GDK (for example,
|
1514
1594
|
belongs to another application).</p>
|
1515
1595
|
<p>As a slave device coordinates are those of its master pointer, This
|
@@ -1532,13 +1612,13 @@ unless there is an ongoing grab on them, see <a class="link" href="GdkDevice.htm
|
|
1532
1612
|
<tr>
|
1533
1613
|
<td class="parameter_name"><p>win_x</p></td>
|
1534
1614
|
<td class="parameter_description"><p> return location for the X coordinate of the device location,
|
1535
|
-
relative to the window origin, or <a href="
|
1615
|
+
relative to the window origin, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1536
1616
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1537
1617
|
</tr>
|
1538
1618
|
<tr>
|
1539
1619
|
<td class="parameter_name"><p>win_y</p></td>
|
1540
1620
|
<td class="parameter_description"><p> return location for the Y coordinate of the device location,
|
1541
|
-
relative to the window origin, or <a href="
|
1621
|
+
relative to the window origin, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1542
1622
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1543
1623
|
</tr>
|
1544
1624
|
</tbody>
|
@@ -1547,7 +1627,7 @@ relative to the window origin, or <a href="https://developer.gnome.org/glib/unst
|
|
1547
1627
|
<div class="refsect3">
|
1548
1628
|
<a name="gdk-device-get-window-at-position-double.returns"></a><h4>Returns</h4>
|
1549
1629
|
<p> the <a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> under the
|
1550
|
-
device position, or <a href="
|
1630
|
+
device position, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
1551
1631
|
<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>
|
1552
1632
|
</div>
|
1553
1633
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -1555,17 +1635,17 @@ device position, or <a href="https://developer.gnome.org/glib/unstable/glib-Stan
|
|
1555
1635
|
<hr>
|
1556
1636
|
<div class="refsect2">
|
1557
1637
|
<a name="gdk-device-get-history"></a><h3>gdk_device_get_history ()</h3>
|
1558
|
-
<pre class="programlisting"><a href="
|
1638
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1559
1639
|
gdk_device_get_history (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
1560
1640
|
<em class="parameter"><code><a class="link" href="gdk3-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
1561
|
-
<em class="parameter"><code><a href="
|
1562
|
-
<em class="parameter"><code><a href="
|
1641
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> start</code></em>,
|
1642
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> stop</code></em>,
|
1563
1643
|
<em class="parameter"><code><a class="link" href="GdkDevice.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a> ***events</code></em>,
|
1564
|
-
<em class="parameter"><code><a href="
|
1644
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *n_events</code></em>);</pre>
|
1565
1645
|
<p>Obtains the motion history for a pointer device; given a starting and
|
1566
1646
|
ending timestamp, return all events in the motion history for
|
1567
1647
|
the device in the given range of time. Some windowing systems
|
1568
|
-
do not support motion history, in which case, <a href="
|
1648
|
+
do not support motion history, in which case, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will
|
1569
1649
|
be returned. (This is not distinguishable from the case where
|
1570
1650
|
motion history is supported and no events were found.)</p>
|
1571
1651
|
<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
|
@@ -1604,14 +1684,14 @@ system.</p>
|
|
1604
1684
|
<tr>
|
1605
1685
|
<td class="parameter_name"><p>events</p></td>
|
1606
1686
|
<td class="parameter_description"><p> location to store a newly-allocated array of <a class="link" href="GdkDevice.html#GdkTimeCoord" title="struct GdkTimeCoord"><span class="type">GdkTimeCoord</span></a>, or
|
1607
|
-
<a href="
|
1687
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1608
1688
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_events][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1609
1689
|
</tr>
|
1610
1690
|
<tr>
|
1611
1691
|
<td class="parameter_name"><p>n_events</p></td>
|
1612
1692
|
<td class="parameter_description"><p> location to store the length of
|
1613
1693
|
<em class="parameter"><code>events</code></em>
|
1614
|
-
, or <a href="
|
1694
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1615
1695
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
1616
1696
|
</tr>
|
1617
1697
|
</tbody>
|
@@ -1619,7 +1699,7 @@ system.</p>
|
|
1619
1699
|
</div>
|
1620
1700
|
<div class="refsect3">
|
1621
1701
|
<a name="gdk-device-get-history.returns"></a><h4>Returns</h4>
|
1622
|
-
<p> <a href="
|
1702
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the windowing system supports motion history and
|
1623
1703
|
at least one event was found.</p>
|
1624
1704
|
</div>
|
1625
1705
|
</div>
|
@@ -1628,7 +1708,7 @@ at least one event was found.</p>
|
|
1628
1708
|
<a name="gdk-device-free-history"></a><h3>gdk_device_free_history ()</h3>
|
1629
1709
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1630
1710
|
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>,
|
1631
|
-
<em class="parameter"><code><a href="
|
1711
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_events</code></em>);</pre>
|
1632
1712
|
<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>
|
1633
1713
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
1634
1714
|
<div class="refsect3">
|
@@ -1657,11 +1737,11 @@ gdk_device_free_history (<em class="parameter"><code><a class="link" href="GdkDe
|
|
1657
1737
|
<hr>
|
1658
1738
|
<div class="refsect2">
|
1659
1739
|
<a name="gdk-device-get-axis"></a><h3>gdk_device_get_axis ()</h3>
|
1660
|
-
<pre class="programlisting"><a href="
|
1740
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1661
1741
|
gdk_device_get_axis (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
1662
|
-
<em class="parameter"><code><a href="
|
1742
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *axes</code></em>,
|
1663
1743
|
<em class="parameter"><code><a class="link" href="GdkDevice.html#GdkAxisUse" title="enum GdkAxisUse"><span class="type">GdkAxisUse</span></a> use</code></em>,
|
1664
|
-
<em class="parameter"><code><a href="
|
1744
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *value</code></em>);</pre>
|
1665
1745
|
<p>Interprets an array of double as axis values for a given device,
|
1666
1746
|
and locates the value in the array for a given axis use.</p>
|
1667
1747
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
@@ -1699,15 +1779,15 @@ and locates the value in the array for a given axis use.</p>
|
|
1699
1779
|
</div>
|
1700
1780
|
<div class="refsect3">
|
1701
1781
|
<a name="gdk-device-get-axis.returns"></a><h4>Returns</h4>
|
1702
|
-
<p> <a href="
|
1782
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the given axis use was found, otherwise <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p>
|
1703
1783
|
</div>
|
1704
1784
|
</div>
|
1705
1785
|
<hr>
|
1706
1786
|
<div class="refsect2">
|
1707
1787
|
<a name="gdk-device-list-axes"></a><h3>gdk_device_list_axes ()</h3>
|
1708
|
-
<pre class="programlisting"><a href="
|
1788
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
|
1709
1789
|
gdk_device_list_axes (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
|
1710
|
-
<p>Returns a <a href="
|
1790
|
+
<p>Returns a <a href="/home/vagrant/ruby-gnome2.win32/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>, containing the labels for
|
1711
1791
|
the axes that <em class="parameter"><code>device</code></em>
|
1712
1792
|
currently has.</p>
|
1713
1793
|
<div class="refsect3">
|
@@ -1727,7 +1807,7 @@ the axes that <em class="parameter"><code>device</code></em>
|
|
1727
1807
|
</div>
|
1728
1808
|
<div class="refsect3">
|
1729
1809
|
<a name="gdk-device-list-axes.returns"></a><h4>Returns</h4>
|
1730
|
-
<p> A <a href="
|
1810
|
+
<p> A <a href="/home/vagrant/ruby-gnome2.win32/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.win32/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>
|
1731
1811
|
<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>
|
1732
1812
|
</div>
|
1733
1813
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -1735,11 +1815,11 @@ the axes that <em class="parameter"><code>device</code></em>
|
|
1735
1815
|
<hr>
|
1736
1816
|
<div class="refsect2">
|
1737
1817
|
<a name="gdk-device-get-axis-value"></a><h3>gdk_device_get_axis_value ()</h3>
|
1738
|
-
<pre class="programlisting"><a href="
|
1818
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1739
1819
|
gdk_device_get_axis_value (<em class="parameter"><code><a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
|
1740
|
-
<em class="parameter"><code><a href="
|
1820
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *axes</code></em>,
|
1741
1821
|
<em class="parameter"><code><a class="link" href="gdk3-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> axis_label</code></em>,
|
1742
|
-
<em class="parameter"><code><a href="
|
1822
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *value</code></em>);</pre>
|
1743
1823
|
<p>Interprets an array of double as axis values for a given device,
|
1744
1824
|
and locates the value in the array for a given axis label, as returned
|
1745
1825
|
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>
|
@@ -1778,7 +1858,7 @@ by <a class="link" href="GdkDevice.html#gdk-device-list-axes" title="gdk_device_
|
|
1778
1858
|
</div>
|
1779
1859
|
<div class="refsect3">
|
1780
1860
|
<a name="gdk-device-get-axis-value.returns"></a><h4>Returns</h4>
|
1781
|
-
<p> <a href="
|
1861
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the given axis use was found, otherwise <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
|
1782
1862
|
</div>
|
1783
1863
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1784
1864
|
</div>
|
@@ -1789,8 +1869,8 @@ by <a class="link" href="GdkDevice.html#gdk-device-list-axes" title="gdk_device_
|
|
1789
1869
|
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>
|
1790
1870
|
<p>Gets information about which window the given pointer device is in, based on events
|
1791
1871
|
that have been received so far from the display server. If another application
|
1792
|
-
has a pointer grab, or this application has a grab with owner_events = <a href="
|
1793
|
-
<a href="
|
1872
|
+
has a pointer grab, or this application has a grab with owner_events = <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>,
|
1873
|
+
<a href="/home/vagrant/ruby-gnome2.win32/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
|
1794
1874
|
application's windows.</p>
|
1795
1875
|
<div class="refsect3">
|
1796
1876
|
<a name="gdk-device-get-last-event-window.parameters"></a><h4>Parameters</h4>
|
@@ -1814,6 +1894,62 @@ application's windows.</p>
|
|
1814
1894
|
</div>
|
1815
1895
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
1816
1896
|
</div>
|
1897
|
+
<hr>
|
1898
|
+
<div class="refsect2">
|
1899
|
+
<a name="gdk-device-tool-get-serial"></a><h3>gdk_device_tool_get_serial ()</h3>
|
1900
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint64"><span class="returnvalue">guint64</span></a>
|
1901
|
+
gdk_device_tool_get_serial (<em class="parameter"><code><span class="type">GdkDeviceTool</span> *tool</code></em>);</pre>
|
1902
|
+
<p>Gets the serial of this tool, this value can be used to identify a
|
1903
|
+
physical tool (eg. a tablet pen) across program executions.</p>
|
1904
|
+
<div class="refsect3">
|
1905
|
+
<a name="gdk-device-tool-get-serial.parameters"></a><h4>Parameters</h4>
|
1906
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1907
|
+
<colgroup>
|
1908
|
+
<col width="150px" class="parameters_name">
|
1909
|
+
<col class="parameters_description">
|
1910
|
+
<col width="200px" class="parameters_annotations">
|
1911
|
+
</colgroup>
|
1912
|
+
<tbody><tr>
|
1913
|
+
<td class="parameter_name"><p>tool</p></td>
|
1914
|
+
<td class="parameter_description"><p>a <span class="type">GdkDeviceTool</span></p></td>
|
1915
|
+
<td class="parameter_annotations"> </td>
|
1916
|
+
</tr></tbody>
|
1917
|
+
</table></div>
|
1918
|
+
</div>
|
1919
|
+
<div class="refsect3">
|
1920
|
+
<a name="gdk-device-tool-get-serial.returns"></a><h4>Returns</h4>
|
1921
|
+
<p> The serial ID for this tool</p>
|
1922
|
+
</div>
|
1923
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
1924
|
+
</div>
|
1925
|
+
<hr>
|
1926
|
+
<div class="refsect2">
|
1927
|
+
<a name="gdk-device-tool-get-tool-type"></a><h3>gdk_device_tool_get_tool_type ()</h3>
|
1928
|
+
<pre class="programlisting"><a class="link" href="GdkDevice.html#GdkDeviceToolType" title="enum GdkDeviceToolType"><span class="returnvalue">GdkDeviceToolType</span></a>
|
1929
|
+
gdk_device_tool_get_tool_type (<em class="parameter"><code><span class="type">GdkDeviceTool</span> *tool</code></em>);</pre>
|
1930
|
+
<p>Gets the <a class="link" href="GdkDevice.html#GdkDeviceToolType" title="enum GdkDeviceToolType"><span class="type">GdkDeviceToolType</span></a> of the tool.</p>
|
1931
|
+
<div class="refsect3">
|
1932
|
+
<a name="gdk-device-tool-get-tool-type.parameters"></a><h4>Parameters</h4>
|
1933
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
1934
|
+
<colgroup>
|
1935
|
+
<col width="150px" class="parameters_name">
|
1936
|
+
<col class="parameters_description">
|
1937
|
+
<col width="200px" class="parameters_annotations">
|
1938
|
+
</colgroup>
|
1939
|
+
<tbody><tr>
|
1940
|
+
<td class="parameter_name"><p>tool</p></td>
|
1941
|
+
<td class="parameter_description"><p>a <span class="type">GdkDeviceTool</span></p></td>
|
1942
|
+
<td class="parameter_annotations"> </td>
|
1943
|
+
</tr></tbody>
|
1944
|
+
</table></div>
|
1945
|
+
</div>
|
1946
|
+
<div class="refsect3">
|
1947
|
+
<a name="gdk-device-tool-get-tool-type.returns"></a><h4>Returns</h4>
|
1948
|
+
<p> The physical type for this tool. This can be used to figure out what
|
1949
|
+
sort of pen is being used, such as an airbrush or a pencil.</p>
|
1950
|
+
</div>
|
1951
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
1952
|
+
</div>
|
1817
1953
|
</div>
|
1818
1954
|
<div class="refsect1">
|
1819
1955
|
<a name="GdkDevice.other_details"></a><h2>Types and Values</h2>
|
@@ -1887,6 +2023,23 @@ application's windows.</p>
|
|
1887
2023
|
</td>
|
1888
2024
|
<td class="enum_member_annotations"> </td>
|
1889
2025
|
</tr>
|
2026
|
+
<tr>
|
2027
|
+
<td class="enum_member_name"><p><a name="GDK-SOURCE-TRACKPOINT:CAPS"></a>GDK_SOURCE_TRACKPOINT</p></td>
|
2028
|
+
<td class="enum_member_description">
|
2029
|
+
<p>the device is a trackpoint. This device type has been
|
2030
|
+
added in 3.22</p>
|
2031
|
+
</td>
|
2032
|
+
<td class="enum_member_annotations"> </td>
|
2033
|
+
</tr>
|
2034
|
+
<tr>
|
2035
|
+
<td class="enum_member_name"><p><a name="GDK-SOURCE-TABLET-PAD:CAPS"></a>GDK_SOURCE_TABLET_PAD</p></td>
|
2036
|
+
<td class="enum_member_description">
|
2037
|
+
<p>the device is a "pad", a collection of buttons,
|
2038
|
+
rings and strips found in drawing tablets. This device type has been
|
2039
|
+
added in 3.22.</p>
|
2040
|
+
</td>
|
2041
|
+
<td class="enum_member_annotations"> </td>
|
2042
|
+
</tr>
|
1890
2043
|
</tbody>
|
1891
2044
|
</table></div>
|
1892
2045
|
</div>
|
@@ -1939,6 +2092,9 @@ application's windows.</p>
|
|
1939
2092
|
<p>An enumeration describing the way in which a device
|
1940
2093
|
axis (valuator) maps onto the predefined valuator
|
1941
2094
|
types that GTK+ understands.</p>
|
2095
|
+
<p>Note that the X and Y axes are not really needed; pointer devices
|
2096
|
+
report their location via the x/y members of events regardless. Whether
|
2097
|
+
X and Y are present as axes depends on the GDK backend.</p>
|
1942
2098
|
<div class="refsect3">
|
1943
2099
|
<a name="GdkAxisUse.members"></a><h4>Members</h4>
|
1944
2100
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1998,6 +2154,27 @@ types that GTK+ understands.</p>
|
|
1998
2154
|
<td class="enum_member_annotations"> </td>
|
1999
2155
|
</tr>
|
2000
2156
|
<tr>
|
2157
|
+
<td class="enum_member_name"><p><a name="GDK-AXIS-DISTANCE:CAPS"></a>GDK_AXIS_DISTANCE</p></td>
|
2158
|
+
<td class="enum_member_description">
|
2159
|
+
<p>the axis is used for pen/tablet distance information. (Since: 3.22)</p>
|
2160
|
+
</td>
|
2161
|
+
<td class="enum_member_annotations"> </td>
|
2162
|
+
</tr>
|
2163
|
+
<tr>
|
2164
|
+
<td class="enum_member_name"><p><a name="GDK-AXIS-ROTATION:CAPS"></a>GDK_AXIS_ROTATION</p></td>
|
2165
|
+
<td class="enum_member_description">
|
2166
|
+
<p>the axis is used for pen rotation information. (Since: 3.22)</p>
|
2167
|
+
</td>
|
2168
|
+
<td class="enum_member_annotations"> </td>
|
2169
|
+
</tr>
|
2170
|
+
<tr>
|
2171
|
+
<td class="enum_member_name"><p><a name="GDK-AXIS-SLIDER:CAPS"></a>GDK_AXIS_SLIDER</p></td>
|
2172
|
+
<td class="enum_member_description">
|
2173
|
+
<p>the axis is used for pen slider information. (Since: 3.22)</p>
|
2174
|
+
</td>
|
2175
|
+
<td class="enum_member_annotations"> </td>
|
2176
|
+
</tr>
|
2177
|
+
<tr>
|
2001
2178
|
<td class="enum_member_name"><p><a name="GDK-AXIS-LAST:CAPS"></a>GDK_AXIS_LAST</p></td>
|
2002
2179
|
<td class="enum_member_description">
|
2003
2180
|
<p>a constant equal to the numerically highest axis value.</p>
|
@@ -2010,6 +2187,162 @@ types that GTK+ understands.</p>
|
|
2010
2187
|
</div>
|
2011
2188
|
<hr>
|
2012
2189
|
<div class="refsect2">
|
2190
|
+
<a name="GdkAxisFlags"></a><h3>enum GdkAxisFlags</h3>
|
2191
|
+
<p>Flags describing the current capabilities of a device/tool.</p>
|
2192
|
+
<div class="refsect3">
|
2193
|
+
<a name="GdkAxisFlags.members"></a><h4>Members</h4>
|
2194
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2195
|
+
<colgroup>
|
2196
|
+
<col width="300px" class="enum_members_name">
|
2197
|
+
<col class="enum_members_description">
|
2198
|
+
<col width="200px" class="enum_members_annotations">
|
2199
|
+
</colgroup>
|
2200
|
+
<tbody>
|
2201
|
+
<tr>
|
2202
|
+
<td class="enum_member_name"><p><a name="GDK-AXIS-FLAG-X:CAPS"></a>GDK_AXIS_FLAG_X</p></td>
|
2203
|
+
<td class="enum_member_description">
|
2204
|
+
<p>X axis is present</p>
|
2205
|
+
</td>
|
2206
|
+
<td class="enum_member_annotations"> </td>
|
2207
|
+
</tr>
|
2208
|
+
<tr>
|
2209
|
+
<td class="enum_member_name"><p><a name="GDK-AXIS-FLAG-Y:CAPS"></a>GDK_AXIS_FLAG_Y</p></td>
|
2210
|
+
<td class="enum_member_description">
|
2211
|
+
<p>Y axis is present</p>
|
2212
|
+
</td>
|
2213
|
+
<td class="enum_member_annotations"> </td>
|
2214
|
+
</tr>
|
2215
|
+
<tr>
|
2216
|
+
<td class="enum_member_name"><p><a name="GDK-AXIS-FLAG-PRESSURE:CAPS"></a>GDK_AXIS_FLAG_PRESSURE</p></td>
|
2217
|
+
<td class="enum_member_description">
|
2218
|
+
<p>Pressure axis is present</p>
|
2219
|
+
</td>
|
2220
|
+
<td class="enum_member_annotations"> </td>
|
2221
|
+
</tr>
|
2222
|
+
<tr>
|
2223
|
+
<td class="enum_member_name"><p><a name="GDK-AXIS-FLAG-XTILT:CAPS"></a>GDK_AXIS_FLAG_XTILT</p></td>
|
2224
|
+
<td class="enum_member_description">
|
2225
|
+
<p>X tilt axis is present</p>
|
2226
|
+
</td>
|
2227
|
+
<td class="enum_member_annotations"> </td>
|
2228
|
+
</tr>
|
2229
|
+
<tr>
|
2230
|
+
<td class="enum_member_name"><p><a name="GDK-AXIS-FLAG-YTILT:CAPS"></a>GDK_AXIS_FLAG_YTILT</p></td>
|
2231
|
+
<td class="enum_member_description">
|
2232
|
+
<p>Y tilt axis is present</p>
|
2233
|
+
</td>
|
2234
|
+
<td class="enum_member_annotations"> </td>
|
2235
|
+
</tr>
|
2236
|
+
<tr>
|
2237
|
+
<td class="enum_member_name"><p><a name="GDK-AXIS-FLAG-WHEEL:CAPS"></a>GDK_AXIS_FLAG_WHEEL</p></td>
|
2238
|
+
<td class="enum_member_description">
|
2239
|
+
<p>Wheel axis is present</p>
|
2240
|
+
</td>
|
2241
|
+
<td class="enum_member_annotations"> </td>
|
2242
|
+
</tr>
|
2243
|
+
<tr>
|
2244
|
+
<td class="enum_member_name"><p><a name="GDK-AXIS-FLAG-DISTANCE:CAPS"></a>GDK_AXIS_FLAG_DISTANCE</p></td>
|
2245
|
+
<td class="enum_member_description">
|
2246
|
+
<p>Distance axis is present</p>
|
2247
|
+
</td>
|
2248
|
+
<td class="enum_member_annotations"> </td>
|
2249
|
+
</tr>
|
2250
|
+
<tr>
|
2251
|
+
<td class="enum_member_name"><p><a name="GDK-AXIS-FLAG-ROTATION:CAPS"></a>GDK_AXIS_FLAG_ROTATION</p></td>
|
2252
|
+
<td class="enum_member_description">
|
2253
|
+
<p>Z-axis rotation is present</p>
|
2254
|
+
</td>
|
2255
|
+
<td class="enum_member_annotations"> </td>
|
2256
|
+
</tr>
|
2257
|
+
<tr>
|
2258
|
+
<td class="enum_member_name"><p><a name="GDK-AXIS-FLAG-SLIDER:CAPS"></a>GDK_AXIS_FLAG_SLIDER</p></td>
|
2259
|
+
<td class="enum_member_description">
|
2260
|
+
<p>Slider axis is present</p>
|
2261
|
+
</td>
|
2262
|
+
<td class="enum_member_annotations"> </td>
|
2263
|
+
</tr>
|
2264
|
+
</tbody>
|
2265
|
+
</table></div>
|
2266
|
+
</div>
|
2267
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
2268
|
+
</div>
|
2269
|
+
<hr>
|
2270
|
+
<div class="refsect2">
|
2271
|
+
<a name="GdkDeviceToolType"></a><h3>enum GdkDeviceToolType</h3>
|
2272
|
+
<p>Indicates the specific type of tool being used being a tablet. Such as an
|
2273
|
+
airbrush, pencil, etc.</p>
|
2274
|
+
<div class="refsect3">
|
2275
|
+
<a name="GdkDeviceToolType.members"></a><h4>Members</h4>
|
2276
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2277
|
+
<colgroup>
|
2278
|
+
<col width="300px" class="enum_members_name">
|
2279
|
+
<col class="enum_members_description">
|
2280
|
+
<col width="200px" class="enum_members_annotations">
|
2281
|
+
</colgroup>
|
2282
|
+
<tbody>
|
2283
|
+
<tr>
|
2284
|
+
<td class="enum_member_name"><p><a name="GDK-DEVICE-TOOL-TYPE-UNKNOWN:CAPS"></a>GDK_DEVICE_TOOL_TYPE_UNKNOWN</p></td>
|
2285
|
+
<td class="enum_member_description">
|
2286
|
+
<p>Tool is of an unknown type.</p>
|
2287
|
+
</td>
|
2288
|
+
<td class="enum_member_annotations"> </td>
|
2289
|
+
</tr>
|
2290
|
+
<tr>
|
2291
|
+
<td class="enum_member_name"><p><a name="GDK-DEVICE-TOOL-TYPE-PEN:CAPS"></a>GDK_DEVICE_TOOL_TYPE_PEN</p></td>
|
2292
|
+
<td class="enum_member_description">
|
2293
|
+
<p>Tool is a standard tablet stylus.</p>
|
2294
|
+
</td>
|
2295
|
+
<td class="enum_member_annotations"> </td>
|
2296
|
+
</tr>
|
2297
|
+
<tr>
|
2298
|
+
<td class="enum_member_name"><p><a name="GDK-DEVICE-TOOL-TYPE-ERASER:CAPS"></a>GDK_DEVICE_TOOL_TYPE_ERASER</p></td>
|
2299
|
+
<td class="enum_member_description">
|
2300
|
+
<p>Tool is standard tablet eraser.</p>
|
2301
|
+
</td>
|
2302
|
+
<td class="enum_member_annotations"> </td>
|
2303
|
+
</tr>
|
2304
|
+
<tr>
|
2305
|
+
<td class="enum_member_name"><p><a name="GDK-DEVICE-TOOL-TYPE-BRUSH:CAPS"></a>GDK_DEVICE_TOOL_TYPE_BRUSH</p></td>
|
2306
|
+
<td class="enum_member_description">
|
2307
|
+
<p>Tool is a brush stylus.</p>
|
2308
|
+
</td>
|
2309
|
+
<td class="enum_member_annotations"> </td>
|
2310
|
+
</tr>
|
2311
|
+
<tr>
|
2312
|
+
<td class="enum_member_name"><p><a name="GDK-DEVICE-TOOL-TYPE-PENCIL:CAPS"></a>GDK_DEVICE_TOOL_TYPE_PENCIL</p></td>
|
2313
|
+
<td class="enum_member_description">
|
2314
|
+
<p>Tool is a pencil stylus.</p>
|
2315
|
+
</td>
|
2316
|
+
<td class="enum_member_annotations"> </td>
|
2317
|
+
</tr>
|
2318
|
+
<tr>
|
2319
|
+
<td class="enum_member_name"><p><a name="GDK-DEVICE-TOOL-TYPE-AIRBRUSH:CAPS"></a>GDK_DEVICE_TOOL_TYPE_AIRBRUSH</p></td>
|
2320
|
+
<td class="enum_member_description">
|
2321
|
+
<p>Tool is an airbrush stylus.</p>
|
2322
|
+
</td>
|
2323
|
+
<td class="enum_member_annotations"> </td>
|
2324
|
+
</tr>
|
2325
|
+
<tr>
|
2326
|
+
<td class="enum_member_name"><p><a name="GDK-DEVICE-TOOL-TYPE-MOUSE:CAPS"></a>GDK_DEVICE_TOOL_TYPE_MOUSE</p></td>
|
2327
|
+
<td class="enum_member_description">
|
2328
|
+
<p>Tool is a mouse.</p>
|
2329
|
+
</td>
|
2330
|
+
<td class="enum_member_annotations"> </td>
|
2331
|
+
</tr>
|
2332
|
+
<tr>
|
2333
|
+
<td class="enum_member_name"><p><a name="GDK-DEVICE-TOOL-TYPE-LENS:CAPS"></a>GDK_DEVICE_TOOL_TYPE_LENS</p></td>
|
2334
|
+
<td class="enum_member_description">
|
2335
|
+
<p>Tool is a lens cursor.</p>
|
2336
|
+
</td>
|
2337
|
+
<td class="enum_member_annotations"> </td>
|
2338
|
+
</tr>
|
2339
|
+
</tbody>
|
2340
|
+
</table></div>
|
2341
|
+
</div>
|
2342
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
2343
|
+
</div>
|
2344
|
+
<hr>
|
2345
|
+
<div class="refsect2">
|
2013
2346
|
<a name="GdkDeviceType"></a><h3>enum GdkDeviceType</h3>
|
2014
2347
|
<p>Indicates the device type. See <a class="link" href="GdkDeviceManager.html#GdkDeviceManager.description" title="Description">above</a>
|
2015
2348
|
for more information about the meaning of these device types.</p>
|
@@ -2106,12 +2439,12 @@ for more information about the meaning of these device types.</p>
|
|
2106
2439
|
</colgroup>
|
2107
2440
|
<tbody>
|
2108
2441
|
<tr>
|
2109
|
-
<td class="struct_member_name"><p><a href="
|
2442
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> <em class="structfield"><code><a name="GdkTimeCoord.time"></a>time</code></em>;</p></td>
|
2110
2443
|
<td class="struct_member_description"><p>The timestamp for this event.</p></td>
|
2111
2444
|
<td class="struct_member_annotations"> </td>
|
2112
2445
|
</tr>
|
2113
2446
|
<tr>
|
2114
|
-
<td class="struct_member_name"><p><a href="
|
2447
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="GdkTimeCoord.axes"></a>axes</code></em>[GDK_MAX_TIMECOORD_AXES];</p></td>
|
2115
2448
|
<td class="struct_member_description"><p>the values of the device’s axes.</p></td>
|
2116
2449
|
<td class="struct_member_annotations"> </td>
|
2117
2450
|
</tr>
|
@@ -2126,12 +2459,20 @@ for more information about the meaning of these device types.</p>
|
|
2126
2459
|
<a name="GdkDevice--associated-device"></a><h3>The <code class="literal">“associated-device”</code> property</h3>
|
2127
2460
|
<pre class="programlisting"> “associated-device” <a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *</pre>
|
2128
2461
|
<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>
|
2129
|
-
always come in keyboard/pointer pairs. Other device types will have a <a href="
|
2462
|
+
always come in keyboard/pointer pairs. Other device types will have a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> associated device.</p>
|
2130
2463
|
<p>Flags: Read</p>
|
2131
2464
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
2132
2465
|
</div>
|
2133
2466
|
<hr>
|
2134
2467
|
<div class="refsect2">
|
2468
|
+
<a name="GdkDevice--axes"></a><h3>The <code class="literal">“axes”</code> property</h3>
|
2469
|
+
<pre class="programlisting"> “axes” <a class="link" href="GdkDevice.html#GdkAxisFlags" title="enum GdkAxisFlags"><span class="type">GdkAxisFlags</span></a></pre>
|
2470
|
+
<p>The axes currently available for this device.</p>
|
2471
|
+
<p>Flags: Read</p>
|
2472
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
2473
|
+
</div>
|
2474
|
+
<hr>
|
2475
|
+
<div class="refsect2">
|
2135
2476
|
<a name="GdkDevice--device-manager"></a><h3>The <code class="literal">“device-manager”</code> property</h3>
|
2136
2477
|
<pre class="programlisting"> “device-manager” <a class="link" href="GdkDeviceManager.html" title="GdkDeviceManager"><span class="type">GdkDeviceManager</span></a> *</pre>
|
2137
2478
|
<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>
|
@@ -2149,9 +2490,9 @@ always come in keyboard/pointer pairs. Other device types will have a <a href="h
|
|
2149
2490
|
<hr>
|
2150
2491
|
<div class="refsect2">
|
2151
2492
|
<a name="GdkDevice--has-cursor"></a><h3>The <code class="literal">“has-cursor”</code> property</h3>
|
2152
|
-
<pre class="programlisting"> “has-cursor” <a href="
|
2493
|
+
<pre class="programlisting"> “has-cursor” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
2153
2494
|
<p>Whether the device is represented by a cursor on the screen. Devices of type
|
2154
|
-
<a class="link" href="GdkDevice.html#GDK-DEVICE-TYPE-MASTER:CAPS"><code class="literal">GDK_DEVICE_TYPE_MASTER</code></a> will have <a href="
|
2495
|
+
<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.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> here.</p>
|
2155
2496
|
<p>Flags: Read / Write / Construct Only</p>
|
2156
2497
|
<p>Default value: FALSE</p>
|
2157
2498
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -2176,7 +2517,7 @@ always come in keyboard/pointer pairs. Other device types will have a <a href="h
|
|
2176
2517
|
<hr>
|
2177
2518
|
<div class="refsect2">
|
2178
2519
|
<a name="GdkDevice--n-axes"></a><h3>The <code class="literal">“n-axes”</code> property</h3>
|
2179
|
-
<pre class="programlisting"> “n-axes” <a href="
|
2520
|
+
<pre class="programlisting"> “n-axes” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
2180
2521
|
<p>Number of axes in the device.</p>
|
2181
2522
|
<p>Flags: Read</p>
|
2182
2523
|
<p>Default value: 0</p>
|
@@ -2185,7 +2526,7 @@ always come in keyboard/pointer pairs. Other device types will have a <a href="h
|
|
2185
2526
|
<hr>
|
2186
2527
|
<div class="refsect2">
|
2187
2528
|
<a name="GdkDevice--name"></a><h3>The <code class="literal">“name”</code> property</h3>
|
2188
|
-
<pre class="programlisting"> “name” <a href="
|
2529
|
+
<pre class="programlisting"> “name” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2189
2530
|
<p>The device name.</p>
|
2190
2531
|
<p>Flags: Read / Write / Construct Only</p>
|
2191
2532
|
<p>Default value: NULL</p>
|
@@ -2194,7 +2535,7 @@ always come in keyboard/pointer pairs. Other device types will have a <a href="h
|
|
2194
2535
|
<hr>
|
2195
2536
|
<div class="refsect2">
|
2196
2537
|
<a name="GdkDevice--num-touches"></a><h3>The <code class="literal">“num-touches”</code> property</h3>
|
2197
|
-
<pre class="programlisting"> “num-touches” <a href="
|
2538
|
+
<pre class="programlisting"> “num-touches” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
2198
2539
|
<p>The maximal number of concurrent touches on a touch device.
|
2199
2540
|
Will be 0 if the device is not a touch device or if the number
|
2200
2541
|
of touches is unknown.</p>
|
@@ -2205,7 +2546,7 @@ of touches is unknown.</p>
|
|
2205
2546
|
<hr>
|
2206
2547
|
<div class="refsect2">
|
2207
2548
|
<a name="GdkDevice--product-id"></a><h3>The <code class="literal">“product-id”</code> property</h3>
|
2208
|
-
<pre class="programlisting"> “product-id” <a href="
|
2549
|
+
<pre class="programlisting"> “product-id” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2209
2550
|
<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>
|
2210
2551
|
<p>Flags: Read / Write / Construct Only</p>
|
2211
2552
|
<p>Default value: NULL</p>
|
@@ -2221,6 +2562,13 @@ of touches is unknown.</p>
|
|
2221
2562
|
</div>
|
2222
2563
|
<hr>
|
2223
2564
|
<div class="refsect2">
|
2565
|
+
<a name="GdkDevice--tool"></a><h3>The <code class="literal">“tool”</code> property</h3>
|
2566
|
+
<pre class="programlisting"> “tool” <span class="type">GdkDeviceTool</span> *</pre>
|
2567
|
+
<p>The tool that is currently used with this device.</p>
|
2568
|
+
<p>Flags: Read</p>
|
2569
|
+
</div>
|
2570
|
+
<hr>
|
2571
|
+
<div class="refsect2">
|
2224
2572
|
<a name="GdkDevice--type"></a><h3>The <code class="literal">“type”</code> property</h3>
|
2225
2573
|
<pre class="programlisting"> “type” <a class="link" href="GdkDevice.html#GdkDeviceType" title="enum GdkDeviceType"><span class="type">GdkDeviceType</span></a></pre>
|
2226
2574
|
<p>Device role in the device manager.</p>
|
@@ -2231,7 +2579,7 @@ of touches is unknown.</p>
|
|
2231
2579
|
<hr>
|
2232
2580
|
<div class="refsect2">
|
2233
2581
|
<a name="GdkDevice--vendor-id"></a><h3>The <code class="literal">“vendor-id”</code> property</h3>
|
2234
|
-
<pre class="programlisting"> “vendor-id” <a href="
|
2582
|
+
<pre class="programlisting"> “vendor-id” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
2235
2583
|
<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>
|
2236
2584
|
<p>Flags: Read / Write / Construct Only</p>
|
2237
2585
|
<p>Default value: NULL</p>
|
@@ -2244,7 +2592,7 @@ of touches is unknown.</p>
|
|
2244
2592
|
<a name="GdkDevice-changed"></a><h3>The <code class="literal">“changed”</code> signal</h3>
|
2245
2593
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2246
2594
|
user_function (<a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device,
|
2247
|
-
<a href="
|
2595
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2248
2596
|
<p>The ::changed signal is emitted either when the <a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a>
|
2249
2597
|
has changed the number of either axes or keys. For example
|
2250
2598
|
In X this will normally happen when the slave device routing
|
@@ -2274,7 +2622,46 @@ axes and keys.</p>
|
|
2274
2622
|
</tbody>
|
2275
2623
|
</table></div>
|
2276
2624
|
</div>
|
2277
|
-
<p>Flags: <a href="
|
2625
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
2626
|
+
</div>
|
2627
|
+
<hr>
|
2628
|
+
<div class="refsect2">
|
2629
|
+
<a name="GdkDevice-tool-changed"></a><h3>The <code class="literal">“tool-changed”</code> signal</h3>
|
2630
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
2631
|
+
user_function (<a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> *device,
|
2632
|
+
<span class="type">GdkDeviceTool</span> *tool,
|
2633
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
2634
|
+
<p>The ::tool-changed signal is emitted on pen/eraser
|
2635
|
+
<a href="GdkDevice.html#GdkDevice-struct"><span class="type">GdkDevices</span></a> whenever tools enter or leave proximity.</p>
|
2636
|
+
<div class="refsect3">
|
2637
|
+
<a name="GdkDevice-tool-changed.parameters"></a><h4>Parameters</h4>
|
2638
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
2639
|
+
<colgroup>
|
2640
|
+
<col width="150px" class="parameters_name">
|
2641
|
+
<col class="parameters_description">
|
2642
|
+
<col width="200px" class="parameters_annotations">
|
2643
|
+
</colgroup>
|
2644
|
+
<tbody>
|
2645
|
+
<tr>
|
2646
|
+
<td class="parameter_name"><p>device</p></td>
|
2647
|
+
<td class="parameter_description"><p>the <a class="link" href="GdkDevice.html" title="GdkDevice"><span class="type">GdkDevice</span></a> that changed.</p></td>
|
2648
|
+
<td class="parameter_annotations"> </td>
|
2649
|
+
</tr>
|
2650
|
+
<tr>
|
2651
|
+
<td class="parameter_name"><p>tool</p></td>
|
2652
|
+
<td class="parameter_description"><p>The new current tool</p></td>
|
2653
|
+
<td class="parameter_annotations"> </td>
|
2654
|
+
</tr>
|
2655
|
+
<tr>
|
2656
|
+
<td class="parameter_name"><p>user_data</p></td>
|
2657
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
2658
|
+
<td class="parameter_annotations"> </td>
|
2659
|
+
</tr>
|
2660
|
+
</tbody>
|
2661
|
+
</table></div>
|
2662
|
+
</div>
|
2663
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
2664
|
+
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
2278
2665
|
</div>
|
2279
2666
|
</div>
|
2280
2667
|
<div class="refsect1">
|