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
Binary file
|
Binary file
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# GTK+ Input Method Modules file
|
2
2
|
# Automatically generated file, do not edit
|
3
|
-
# Created by Z:/home/vagrant/ruby-gnome2.win32/gdk3/tmp/windows/gtk+/gtk+-3.
|
3
|
+
# Created by Z:/home/vagrant/ruby-gnome2.win32/gdk3/tmp/windows/gtk+/gtk+-3.22.3/gtk/.libs/gtk-query-immodules-3.0.exe from gtk+-3.22.3
|
4
4
|
#
|
5
5
|
# ModulesPath = /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/gtk-3.0/3.0.0/i686-w64-mingw32/immodules;/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/gtk-3.0/3.0.0/immodules;/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/gtk-3.0/i686-w64-mingw32/immodules;/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/gtk-3.0/immodules
|
6
6
|
#
|
@@ -626,6 +626,7 @@ gtk_clipboard_get_default
|
|
626
626
|
gtk_clipboard_get_display
|
627
627
|
gtk_clipboard_get_for_display
|
628
628
|
gtk_clipboard_get_owner
|
629
|
+
gtk_clipboard_get_selection
|
629
630
|
gtk_clipboard_get_type
|
630
631
|
gtk_clipboard_request_contents
|
631
632
|
gtk_clipboard_request_image
|
@@ -999,4 +1000,3 @@ gtk_entry_set_buffer
|
|
999
1000
|
gtk_entry_set_completion
|
1000
1001
|
gtk_entry_set_cursor_hadjustment
|
1001
1002
|
gtk_entry_set_has_frame
|
1002
|
-
gtk_entry_set_icon_activatable
|
Binary file
|
Binary file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# libgailutil-3.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-0.1
|
3
3
|
#
|
4
4
|
# Please DO NOT delete this file!
|
5
5
|
# It is necessary for linking the library.
|
@@ -13,11 +13,11 @@ library_names='libgailutil-3.dll.a'
|
|
13
13
|
# The name of the static archive.
|
14
14
|
old_library=''
|
15
15
|
|
16
|
-
# Linker flags that
|
16
|
+
# Linker flags that cannot go in dependency_libs.
|
17
17
|
inherited_linker_flags=' -pthread'
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libgtk-3.la -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib -L/home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib -lcomdlg32 -lwinspool -lcomctl32 /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libgdk-3.la -limm32 -lshell32 -ldwmapi /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la -lusp10 /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo-gobject.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo.la -lpthread /home/vagrant/rcairo.win32/vendor/local/lib/libpixman-1.la /home/vagrant/rcairo.win32/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win32/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la -lgdi32 -lmsimg32 /home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la -ldnsapi -liphlpapi -lz /home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libpcre.la /home/vagrant/ruby-gnome2.win32/
|
20
|
+
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libgtk-3.la -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib -L/home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib -lcomdlg32 -lwinspool -lcomctl32 /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libgdk-3.la -limm32 -lshell32 -ldwmapi -lsetupapi -lcfgmgr32 /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la -lusp10 /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo-gobject.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo.la -lpthread /home/vagrant/rcairo.win32/vendor/local/lib/libpixman-1.la /home/vagrant/rcairo.win32/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win32/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la -lgdi32 -lmsimg32 /home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la -ldnsapi -liphlpapi -lz /home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libpcre.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libepoxy.la -lopengl32'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
Binary file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# libgdk-3.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-0.1
|
3
3
|
#
|
4
4
|
# Please DO NOT delete this file!
|
5
5
|
# It is necessary for linking the library.
|
@@ -13,19 +13,19 @@ library_names='libgdk-3.dll.a'
|
|
13
13
|
# The name of the static archive.
|
14
14
|
old_library=''
|
15
15
|
|
16
|
-
# Linker flags that
|
16
|
+
# Linker flags that cannot go in dependency_libs.
|
17
17
|
inherited_linker_flags=' -pthread'
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib -limm32 -lshell32 -ldwmapi -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la -lusp10 /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo-gobject.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la -ldnsapi -liphlpapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libpcre.la /home/vagrant/
|
20
|
+
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib -limm32 -lshell32 -ldwmapi -lsetupapi -lcfgmgr32 -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la -lusp10 /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo-gobject.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la -ldnsapi -liphlpapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libpcre.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo.la -lpthread /home/vagrant/rcairo.win32/vendor/local/lib/libpixman-1.la /home/vagrant/rcairo.win32/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win32/vendor/local/lib/libxml2.la -lws2_32 /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la -lgdi32 -lmsimg32 -lz /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libepoxy.la -lopengl32'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
24
24
|
|
25
25
|
# Version information for libgdk-3.
|
26
|
-
current=
|
27
|
-
age=
|
28
|
-
revision=
|
26
|
+
current=2200
|
27
|
+
age=2200
|
28
|
+
revision=3
|
29
29
|
|
30
30
|
# Is this an already installed library?
|
31
31
|
installed=yes
|
Binary file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# libgtk-3.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-0.1
|
3
3
|
#
|
4
4
|
# Please DO NOT delete this file!
|
5
5
|
# It is necessary for linking the library.
|
@@ -13,19 +13,19 @@ library_names='libgtk-3.dll.a'
|
|
13
13
|
# The name of the static archive.
|
14
14
|
old_library=''
|
15
15
|
|
16
|
-
# Linker flags that
|
16
|
+
# Linker flags that cannot go in dependency_libs.
|
17
17
|
inherited_linker_flags=' -pthread'
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libgdk-3.la -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib -lshell32 -ldwmapi -L/home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la -lusp10 /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo-gobject.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo.la -lpthread /home/vagrant/rcairo.win32/vendor/local/lib/libpixman-1.la /home/vagrant/rcairo.win32/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win32/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la -lmsimg32 /home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la -ldnsapi -liphlpapi -lz /home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libpcre.la /home/vagrant/ruby-gnome2.win32/
|
20
|
+
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libgdk-3.la -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib -lshell32 -ldwmapi -lsetupapi -lcfgmgr32 -L/home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la -lusp10 /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo-gobject.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo.la -lpthread /home/vagrant/rcairo.win32/vendor/local/lib/libpixman-1.la /home/vagrant/rcairo.win32/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win32/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la -lmsimg32 /home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la -ldnsapi -liphlpapi -lz /home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libpcre.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libepoxy.la -lopengl32 -limm32 -lole32 -lgdi32 -lcomdlg32 -lwinspool -lcomctl32'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
24
24
|
|
25
25
|
# Version information for libgtk-3.
|
26
|
-
current=
|
27
|
-
age=
|
28
|
-
revision=
|
26
|
+
current=2200
|
27
|
+
age=2200
|
28
|
+
revision=3
|
29
29
|
|
30
30
|
# Is this an already installed library?
|
31
31
|
installed=yes
|
Binary file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# libgtkreftestprivate.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-0.1
|
3
3
|
#
|
4
4
|
# Please DO NOT delete this file!
|
5
5
|
# It is necessary for linking the library.
|
@@ -13,11 +13,11 @@ library_names='libgtkreftestprivate.dll.a'
|
|
13
13
|
# The name of the static archive.
|
14
14
|
old_library=''
|
15
15
|
|
16
|
-
# Linker flags that
|
16
|
+
# Linker flags that cannot go in dependency_libs.
|
17
17
|
inherited_linker_flags=' -pthread'
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libgtk-3.la /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libgdk-3.la -L/home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib -lcomdlg32 -lwinspool -lcomctl32 -limm32 -lshell32 -ldwmapi /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la -lusp10 /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo-gobject.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo.la -lpthread /home/vagrant/rcairo.win32/vendor/local/lib/libpixman-1.la /home/vagrant/rcairo.win32/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win32/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la -lgdi32 -lmsimg32 /home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la -ldnsapi -liphlpapi -lz /home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libepoxy.la -lopengl32 /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libpcre.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la'
|
20
|
+
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libgtk-3.la /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libgdk-3.la -L/home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib -lcomdlg32 -lwinspool -lcomctl32 -limm32 -lshell32 -ldwmapi -lsetupapi -lcfgmgr32 /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la -lusp10 /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo-gobject.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo.la -lpthread /home/vagrant/rcairo.win32/vendor/local/lib/libpixman-1.la /home/vagrant/rcairo.win32/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win32/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la -lgdi32 -lmsimg32 /home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la -ldnsapi -liphlpapi -lz /home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libepoxy.la -lopengl32 /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libpcre.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
@@ -6,8 +6,8 @@ targets=win32
|
|
6
6
|
|
7
7
|
Name: GDK
|
8
8
|
Description: GTK+ Drawing Kit
|
9
|
-
Version: 3.
|
9
|
+
Version: 3.22.3
|
10
10
|
Requires: pangowin32 pangocairo gdk-pixbuf-2.0 >= 2.30.0 cairo >= 1.14.0 cairo-gobject >= 1.14.0
|
11
|
-
Requires.private: gio-2.0 >= 2.
|
12
|
-
Libs: -L${libdir} -lgdk-3 -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid -lwinmm -ldwmapi
|
11
|
+
Requires.private: gio-2.0 >= 2.49.4 cairo-win32 epoxy >= 1.0
|
12
|
+
Libs: -L${libdir} -lgdk-3 -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid -lwinmm -ldwmapi -lsetupapi -lcfgmgr32
|
13
13
|
Cflags: -I${includedir}/gtk-3.0
|
@@ -6,8 +6,8 @@ targets=win32
|
|
6
6
|
|
7
7
|
Name: GDK
|
8
8
|
Description: GTK+ Drawing Kit
|
9
|
-
Version: 3.
|
9
|
+
Version: 3.22.3
|
10
10
|
Requires: pangowin32 pangocairo gdk-pixbuf-2.0 >= 2.30.0 cairo >= 1.14.0 cairo-gobject >= 1.14.0
|
11
|
-
Requires.private: gio-2.0 >= 2.
|
12
|
-
Libs: -L${libdir} -lgdk-3 -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid -lwinmm -ldwmapi
|
11
|
+
Requires.private: gio-2.0 >= 2.49.4 cairo-win32 epoxy >= 1.0
|
12
|
+
Libs: -L${libdir} -lgdk-3 -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid -lwinmm -ldwmapi -lsetupapi -lcfgmgr32
|
13
13
|
Cflags: -I${includedir}/gtk-3.0
|
@@ -9,8 +9,8 @@ gtk_host=i686-w64-mingw32
|
|
9
9
|
|
10
10
|
Name: GTK+
|
11
11
|
Description: GTK+ Graphical UI Library
|
12
|
-
Version: 3.
|
13
|
-
Requires: gdk-3.0 atk >= 2.15.1 cairo >= 1.14.0 cairo-gobject >= 1.14.0 gdk-pixbuf-2.0 >= 2.30.0 gio-2.0 >= 2.
|
12
|
+
Version: 3.22.3
|
13
|
+
Requires: gdk-3.0 atk >= 2.15.1 cairo >= 1.14.0 cairo-gobject >= 1.14.0 gdk-pixbuf-2.0 >= 2.30.0 gio-2.0 >= 2.49.4
|
14
14
|
Requires.private: atk epoxy >= 1.0
|
15
15
|
Libs: -L${libdir} -lgtk-3
|
16
16
|
Cflags: -I${includedir}/gtk-3.0 -mms-bitfields
|
@@ -9,8 +9,8 @@ gtk_host=i686-w64-mingw32
|
|
9
9
|
|
10
10
|
Name: GTK+
|
11
11
|
Description: GTK+ Graphical UI Library
|
12
|
-
Version: 3.
|
13
|
-
Requires: gdk-3.0 atk >= 2.15.1 cairo >= 1.14.0 cairo-gobject >= 1.14.0 gdk-pixbuf-2.0 >= 2.30.0 gio-2.0 >= 2.
|
12
|
+
Version: 3.22.3
|
13
|
+
Requires: gdk-3.0 atk >= 2.15.1 cairo >= 1.14.0 cairo-gobject >= 1.14.0 gdk-pixbuf-2.0 >= 2.30.0 gio-2.0 >= 2.49.4
|
14
14
|
Requires.private: atk epoxy >= 1.0
|
15
15
|
Libs: -L${libdir} -lgtk-3
|
16
16
|
Cflags: -I${includedir}/gtk-3.0 -mms-bitfields
|
@@ -22,6 +22,82 @@ and/or use gtk-doc annotations. -->
|
|
22
22
|
backend, MSGs for Win32).</doc>
|
23
23
|
<type name="gpointer" c:type="gpointer"/>
|
24
24
|
</alias>
|
25
|
+
<bitfield name="AnchorHints"
|
26
|
+
version="3.22"
|
27
|
+
stability="Unstable"
|
28
|
+
glib:type-name="GdkAnchorHints"
|
29
|
+
glib:get-type="gdk_anchor_hints_get_type"
|
30
|
+
c:type="GdkAnchorHints">
|
31
|
+
<doc xml:space="preserve">Positioning hints for aligning a window relative to a rectangle.
|
32
|
+
|
33
|
+
These hints determine how the window should be positioned in the case that
|
34
|
+
the window would fall off-screen if placed in its ideal position.
|
35
|
+
|
36
|
+
For example, %GDK_ANCHOR_FLIP_X will replace %GDK_GRAVITY_NORTH_WEST with
|
37
|
+
%GDK_GRAVITY_NORTH_EAST and vice versa if the window extends beyond the left
|
38
|
+
or right edges of the monitor.
|
39
|
+
|
40
|
+
If %GDK_ANCHOR_SLIDE_X is set, the window can be shifted horizontally to fit
|
41
|
+
on-screen. If %GDK_ANCHOR_RESIZE_X is set, the window can be shrunken
|
42
|
+
horizontally to fit.
|
43
|
+
|
44
|
+
In general, when multiple flags are set, flipping should take precedence over
|
45
|
+
sliding, which should take precedence over resizing.</doc>
|
46
|
+
<member name="flip_x"
|
47
|
+
value="1"
|
48
|
+
c:identifier="GDK_ANCHOR_FLIP_X"
|
49
|
+
glib:nick="flip-x">
|
50
|
+
<doc xml:space="preserve">allow flipping anchors horizontally</doc>
|
51
|
+
</member>
|
52
|
+
<member name="flip_y"
|
53
|
+
value="2"
|
54
|
+
c:identifier="GDK_ANCHOR_FLIP_Y"
|
55
|
+
glib:nick="flip-y">
|
56
|
+
<doc xml:space="preserve">allow flipping anchors vertically</doc>
|
57
|
+
</member>
|
58
|
+
<member name="slide_x"
|
59
|
+
value="4"
|
60
|
+
c:identifier="GDK_ANCHOR_SLIDE_X"
|
61
|
+
glib:nick="slide-x">
|
62
|
+
<doc xml:space="preserve">allow sliding window horizontally</doc>
|
63
|
+
</member>
|
64
|
+
<member name="slide_y"
|
65
|
+
value="8"
|
66
|
+
c:identifier="GDK_ANCHOR_SLIDE_Y"
|
67
|
+
glib:nick="slide-y">
|
68
|
+
<doc xml:space="preserve">allow sliding window vertically</doc>
|
69
|
+
</member>
|
70
|
+
<member name="resize_x"
|
71
|
+
value="16"
|
72
|
+
c:identifier="GDK_ANCHOR_RESIZE_X"
|
73
|
+
glib:nick="resize-x">
|
74
|
+
<doc xml:space="preserve">allow resizing window horizontally</doc>
|
75
|
+
</member>
|
76
|
+
<member name="resize_y"
|
77
|
+
value="32"
|
78
|
+
c:identifier="GDK_ANCHOR_RESIZE_Y"
|
79
|
+
glib:nick="resize-y">
|
80
|
+
<doc xml:space="preserve">allow resizing window vertically</doc>
|
81
|
+
</member>
|
82
|
+
<member name="flip"
|
83
|
+
value="3"
|
84
|
+
c:identifier="GDK_ANCHOR_FLIP"
|
85
|
+
glib:nick="flip">
|
86
|
+
<doc xml:space="preserve">allow flipping anchors on both axes</doc>
|
87
|
+
</member>
|
88
|
+
<member name="slide"
|
89
|
+
value="12"
|
90
|
+
c:identifier="GDK_ANCHOR_SLIDE"
|
91
|
+
glib:nick="slide">
|
92
|
+
<doc xml:space="preserve">allow sliding window on both axes</doc>
|
93
|
+
</member>
|
94
|
+
<member name="resize"
|
95
|
+
value="48"
|
96
|
+
c:identifier="GDK_ANCHOR_RESIZE"
|
97
|
+
glib:nick="resize">
|
98
|
+
<doc xml:space="preserve">allow resizing window on both axes</doc>
|
99
|
+
</member>
|
100
|
+
</bitfield>
|
25
101
|
<class name="AppLaunchContext"
|
26
102
|
c:symbol-prefix="app_launch_context"
|
27
103
|
c:type="GdkAppLaunchContext"
|
@@ -279,13 +355,72 @@ GTK+ theme engines).</doc>
|
|
279
355
|
</parameters>
|
280
356
|
</function>
|
281
357
|
</record>
|
358
|
+
<bitfield name="AxisFlags"
|
359
|
+
version="3.22"
|
360
|
+
glib:type-name="GdkAxisFlags"
|
361
|
+
glib:get-type="gdk_axis_flags_get_type"
|
362
|
+
c:type="GdkAxisFlags">
|
363
|
+
<doc xml:space="preserve">Flags describing the current capabilities of a device/tool.</doc>
|
364
|
+
<member name="x" value="2" c:identifier="GDK_AXIS_FLAG_X" glib:nick="x">
|
365
|
+
<doc xml:space="preserve">X axis is present</doc>
|
366
|
+
</member>
|
367
|
+
<member name="y" value="4" c:identifier="GDK_AXIS_FLAG_Y" glib:nick="y">
|
368
|
+
<doc xml:space="preserve">Y axis is present</doc>
|
369
|
+
</member>
|
370
|
+
<member name="pressure"
|
371
|
+
value="8"
|
372
|
+
c:identifier="GDK_AXIS_FLAG_PRESSURE"
|
373
|
+
glib:nick="pressure">
|
374
|
+
<doc xml:space="preserve">Pressure axis is present</doc>
|
375
|
+
</member>
|
376
|
+
<member name="xtilt"
|
377
|
+
value="16"
|
378
|
+
c:identifier="GDK_AXIS_FLAG_XTILT"
|
379
|
+
glib:nick="xtilt">
|
380
|
+
<doc xml:space="preserve">X tilt axis is present</doc>
|
381
|
+
</member>
|
382
|
+
<member name="ytilt"
|
383
|
+
value="32"
|
384
|
+
c:identifier="GDK_AXIS_FLAG_YTILT"
|
385
|
+
glib:nick="ytilt">
|
386
|
+
<doc xml:space="preserve">Y tilt axis is present</doc>
|
387
|
+
</member>
|
388
|
+
<member name="wheel"
|
389
|
+
value="64"
|
390
|
+
c:identifier="GDK_AXIS_FLAG_WHEEL"
|
391
|
+
glib:nick="wheel">
|
392
|
+
<doc xml:space="preserve">Wheel axis is present</doc>
|
393
|
+
</member>
|
394
|
+
<member name="distance"
|
395
|
+
value="128"
|
396
|
+
c:identifier="GDK_AXIS_FLAG_DISTANCE"
|
397
|
+
glib:nick="distance">
|
398
|
+
<doc xml:space="preserve">Distance axis is present</doc>
|
399
|
+
</member>
|
400
|
+
<member name="rotation"
|
401
|
+
value="256"
|
402
|
+
c:identifier="GDK_AXIS_FLAG_ROTATION"
|
403
|
+
glib:nick="rotation">
|
404
|
+
<doc xml:space="preserve">Z-axis rotation is present</doc>
|
405
|
+
</member>
|
406
|
+
<member name="slider"
|
407
|
+
value="512"
|
408
|
+
c:identifier="GDK_AXIS_FLAG_SLIDER"
|
409
|
+
glib:nick="slider">
|
410
|
+
<doc xml:space="preserve">Slider axis is present</doc>
|
411
|
+
</member>
|
412
|
+
</bitfield>
|
282
413
|
<enumeration name="AxisUse"
|
283
414
|
glib:type-name="GdkAxisUse"
|
284
415
|
glib:get-type="gdk_axis_use_get_type"
|
285
416
|
c:type="GdkAxisUse">
|
286
417
|
<doc xml:space="preserve">An enumeration describing the way in which a device
|
287
418
|
axis (valuator) maps onto the predefined valuator
|
288
|
-
types that GTK+ understands
|
419
|
+
types that GTK+ understands.
|
420
|
+
|
421
|
+
Note that the X and Y axes are not really needed; pointer devices
|
422
|
+
report their location via the x/y members of events regardless. Whether
|
423
|
+
X and Y are present as axes depends on the GDK backend.</doc>
|
289
424
|
<member name="ignore"
|
290
425
|
value="0"
|
291
426
|
c:identifier="GDK_AXIS_IGNORE"
|
@@ -322,8 +457,26 @@ types that GTK+ understands.</doc>
|
|
322
457
|
glib:nick="wheel">
|
323
458
|
<doc xml:space="preserve">the axis is used for wheel information.</doc>
|
324
459
|
</member>
|
325
|
-
<member name="
|
460
|
+
<member name="distance"
|
326
461
|
value="7"
|
462
|
+
c:identifier="GDK_AXIS_DISTANCE"
|
463
|
+
glib:nick="distance">
|
464
|
+
<doc xml:space="preserve">the axis is used for pen/tablet distance information. (Since: 3.22)</doc>
|
465
|
+
</member>
|
466
|
+
<member name="rotation"
|
467
|
+
value="8"
|
468
|
+
c:identifier="GDK_AXIS_ROTATION"
|
469
|
+
glib:nick="rotation">
|
470
|
+
<doc xml:space="preserve">the axis is used for pen rotation information. (Since: 3.22)</doc>
|
471
|
+
</member>
|
472
|
+
<member name="slider"
|
473
|
+
value="9"
|
474
|
+
c:identifier="GDK_AXIS_SLIDER"
|
475
|
+
glib:nick="slider">
|
476
|
+
<doc xml:space="preserve">the axis is used for pen slider information. (Since: 3.22)</doc>
|
477
|
+
</member>
|
478
|
+
<member name="last"
|
479
|
+
value="10"
|
327
480
|
c:identifier="GDK_AXIS_LAST"
|
328
481
|
glib:nick="last">
|
329
482
|
<doc xml:space="preserve">a constant equal to the numerically highest axis value.</doc>
|
@@ -662,7 +815,7 @@ platforms can be found in the CSS specification:
|
|
662
815
|
-  "default"
|
663
816
|
-  "help"
|
664
817
|
-  "pointer"
|
665
|
-
-  "context-menu"
|
666
819
|
-  "progress"
|
667
820
|
-  "wait"
|
668
821
|
-  "cell"
|
@@ -671,8 +824,8 @@ platforms can be found in the CSS specification:
|
|
671
824
|
-  "vertical-text"
|
672
825
|
-  "alias"
|
673
826
|
-  "copy"
|
674
|
-
-  "move"
|
675
827
|
-  "no-drop"
|
828
|
+
-  "move"
|
676
829
|
-  "not-allowed"
|
677
830
|
-  "grab"
|
678
831
|
-  "grabbing"
|
@@ -1497,6 +1650,20 @@ returned, as there is no associated device.</doc>
|
|
1497
1650
|
</instance-parameter>
|
1498
1651
|
</parameters>
|
1499
1652
|
</method>
|
1653
|
+
<method name="get_axes"
|
1654
|
+
c:identifier="gdk_device_get_axes"
|
1655
|
+
version="3.22">
|
1656
|
+
<doc xml:space="preserve">Returns the axes currently available on the device.</doc>
|
1657
|
+
<return-value transfer-ownership="none">
|
1658
|
+
<type name="AxisFlags" c:type="GdkAxisFlags"/>
|
1659
|
+
</return-value>
|
1660
|
+
<parameters>
|
1661
|
+
<instance-parameter name="device" transfer-ownership="none">
|
1662
|
+
<doc xml:space="preserve">a #GdkDevice</doc>
|
1663
|
+
<type name="Device" c:type="GdkDevice*"/>
|
1664
|
+
</instance-parameter>
|
1665
|
+
</parameters>
|
1666
|
+
</method>
|
1500
1667
|
<method name="get_axis"
|
1501
1668
|
c:identifier="gdk_device_get_axis"
|
1502
1669
|
introspectable="0">
|
@@ -2352,6 +2519,10 @@ for the color picker in the #GtkColorSelectionDialog.</doc>
|
|
2352
2519
|
always come in keyboard/pointer pairs. Other device types will have a %NULL associated device.</doc>
|
2353
2520
|
<type name="Device"/>
|
2354
2521
|
</property>
|
2522
|
+
<property name="axes" version="3.22" transfer-ownership="none">
|
2523
|
+
<doc xml:space="preserve">The axes currently available for this device.</doc>
|
2524
|
+
<type name="AxisFlags"/>
|
2525
|
+
</property>
|
2355
2526
|
<property name="device-manager"
|
2356
2527
|
version="3.0"
|
2357
2528
|
writable="1"
|
@@ -2425,6 +2596,9 @@ of touches is unknown.</doc>
|
|
2425
2596
|
<doc xml:space="preserve">#GdkSeat of this device.</doc>
|
2426
2597
|
<type name="Seat"/>
|
2427
2598
|
</property>
|
2599
|
+
<property name="tool" transfer-ownership="none">
|
2600
|
+
<type name="DeviceTool"/>
|
2601
|
+
</property>
|
2428
2602
|
<property name="type"
|
2429
2603
|
version="3.0"
|
2430
2604
|
writable="1"
|
@@ -2453,6 +2627,19 @@ axes and keys.</doc>
|
|
2453
2627
|
<type name="none" c:type="void"/>
|
2454
2628
|
</return-value>
|
2455
2629
|
</glib:signal>
|
2630
|
+
<glib:signal name="tool-changed" when="last" version="3.22">
|
2631
|
+
<doc xml:space="preserve">The ::tool-changed signal is emitted on pen/eraser
|
2632
|
+
#GdkDevices whenever tools enter or leave proximity.</doc>
|
2633
|
+
<return-value transfer-ownership="none">
|
2634
|
+
<type name="none" c:type="void"/>
|
2635
|
+
</return-value>
|
2636
|
+
<parameters>
|
2637
|
+
<parameter name="tool" transfer-ownership="none">
|
2638
|
+
<doc xml:space="preserve">The new current tool</doc>
|
2639
|
+
<type name="DeviceTool"/>
|
2640
|
+
</parameter>
|
2641
|
+
</parameters>
|
2642
|
+
</glib:signal>
|
2456
2643
|
</class>
|
2457
2644
|
<class name="DeviceManager"
|
2458
2645
|
c:symbol-prefix="device_manager"
|
@@ -2570,7 +2757,11 @@ gdk_device_list_axes() will return the new device axes.
|
|
2570
2757
|
|
2571
2758
|
Devices may also have associated “keys” or
|
2572
2759
|
macro buttons. Such keys can be globally set to map into normal X
|
2573
|
-
keyboard events. The mapping is set using gdk_device_set_key()
|
2760
|
+
keyboard events. The mapping is set using gdk_device_set_key().
|
2761
|
+
|
2762
|
+
In GTK+ 3.20, a new #GdkSeat object has been introduced that
|
2763
|
+
supersedes #GdkDeviceManager and should be preferred in newly
|
2764
|
+
written code.</doc>
|
2574
2765
|
<method name="get_client_pointer"
|
2575
2766
|
c:identifier="gdk_device_manager_get_client_pointer"
|
2576
2767
|
version="3.0"
|
@@ -2697,6 +2888,282 @@ is unplugged.</doc>
|
|
2697
2888
|
</parameters>
|
2698
2889
|
</glib:signal>
|
2699
2890
|
</class>
|
2891
|
+
<interface name="DevicePad"
|
2892
|
+
c:symbol-prefix="device_pad"
|
2893
|
+
c:type="GdkDevicePad"
|
2894
|
+
glib:type-name="GdkDevicePad"
|
2895
|
+
glib:get-type="gdk_device_pad_get_type"
|
2896
|
+
glib:type-struct="DevicePadInterface">
|
2897
|
+
<doc xml:space="preserve">#GdkDevicePad is an interface implemented by devices of type
|
2898
|
+
%GDK_SOURCE_TABLET_PAD, it allows querying the features provided
|
2899
|
+
by the pad device.
|
2900
|
+
|
2901
|
+
Tablet pads may contain one or more groups, each containing a subset
|
2902
|
+
of the buttons/rings/strips available. gdk_device_pad_get_n_groups()
|
2903
|
+
can be used to obtain the number of groups, gdk_device_pad_get_n_features()
|
2904
|
+
and gdk_device_pad_get_feature_group() can be combined to find out the
|
2905
|
+
number of buttons/rings/strips the device has, and how are they grouped.
|
2906
|
+
|
2907
|
+
Each of those groups have different modes, which may be used to map
|
2908
|
+
each individual pad feature to multiple actions. Only one mode is
|
2909
|
+
effective (current) for each given group, different groups may have
|
2910
|
+
different current modes. The number of available modes in a group can
|
2911
|
+
be found out through gdk_device_pad_get_group_n_modes(), and the current
|
2912
|
+
mode for a given group will be notified through the #GdkEventPadGroupMode
|
2913
|
+
event.</doc>
|
2914
|
+
<prerequisite name="Device"/>
|
2915
|
+
<method name="get_feature_group"
|
2916
|
+
c:identifier="gdk_device_pad_get_feature_group"
|
2917
|
+
version="3.22">
|
2918
|
+
<doc xml:space="preserve">Returns the group the given @feature and @idx belong to,
|
2919
|
+
or -1 if feature/index do not exist in @pad.</doc>
|
2920
|
+
<return-value transfer-ownership="none">
|
2921
|
+
<doc xml:space="preserve">The group number of the queried pad feature.</doc>
|
2922
|
+
<type name="gint" c:type="gint"/>
|
2923
|
+
</return-value>
|
2924
|
+
<parameters>
|
2925
|
+
<instance-parameter name="pad" transfer-ownership="none">
|
2926
|
+
<doc xml:space="preserve">a #GdkDevicePad</doc>
|
2927
|
+
<type name="DevicePad" c:type="GdkDevicePad*"/>
|
2928
|
+
</instance-parameter>
|
2929
|
+
<parameter name="feature" transfer-ownership="none">
|
2930
|
+
<doc xml:space="preserve">the feature type to get the group from</doc>
|
2931
|
+
<type name="DevicePadFeature" c:type="GdkDevicePadFeature"/>
|
2932
|
+
</parameter>
|
2933
|
+
<parameter name="feature_idx" transfer-ownership="none">
|
2934
|
+
<doc xml:space="preserve">the index of the feature to get the group from</doc>
|
2935
|
+
<type name="gint" c:type="gint"/>
|
2936
|
+
</parameter>
|
2937
|
+
</parameters>
|
2938
|
+
</method>
|
2939
|
+
<method name="get_group_n_modes"
|
2940
|
+
c:identifier="gdk_device_pad_get_group_n_modes"
|
2941
|
+
version="3.22">
|
2942
|
+
<doc xml:space="preserve">Returns the number of modes that @group may have.</doc>
|
2943
|
+
<return-value transfer-ownership="none">
|
2944
|
+
<doc xml:space="preserve">The number of modes available in @group.</doc>
|
2945
|
+
<type name="gint" c:type="gint"/>
|
2946
|
+
</return-value>
|
2947
|
+
<parameters>
|
2948
|
+
<instance-parameter name="pad" transfer-ownership="none">
|
2949
|
+
<doc xml:space="preserve">a #GdkDevicePad</doc>
|
2950
|
+
<type name="DevicePad" c:type="GdkDevicePad*"/>
|
2951
|
+
</instance-parameter>
|
2952
|
+
<parameter name="group_idx" transfer-ownership="none">
|
2953
|
+
<doc xml:space="preserve">group to get the number of available modes from</doc>
|
2954
|
+
<type name="gint" c:type="gint"/>
|
2955
|
+
</parameter>
|
2956
|
+
</parameters>
|
2957
|
+
</method>
|
2958
|
+
<method name="get_n_features"
|
2959
|
+
c:identifier="gdk_device_pad_get_n_features"
|
2960
|
+
version="3.22">
|
2961
|
+
<doc xml:space="preserve">Returns the number of features a tablet pad has.</doc>
|
2962
|
+
<return-value transfer-ownership="none">
|
2963
|
+
<doc xml:space="preserve">The amount of elements of type @feature that this pad has.</doc>
|
2964
|
+
<type name="gint" c:type="gint"/>
|
2965
|
+
</return-value>
|
2966
|
+
<parameters>
|
2967
|
+
<instance-parameter name="pad" transfer-ownership="none">
|
2968
|
+
<doc xml:space="preserve">a #GdkDevicePad</doc>
|
2969
|
+
<type name="DevicePad" c:type="GdkDevicePad*"/>
|
2970
|
+
</instance-parameter>
|
2971
|
+
<parameter name="feature" transfer-ownership="none">
|
2972
|
+
<doc xml:space="preserve">a pad feature</doc>
|
2973
|
+
<type name="DevicePadFeature" c:type="GdkDevicePadFeature"/>
|
2974
|
+
</parameter>
|
2975
|
+
</parameters>
|
2976
|
+
</method>
|
2977
|
+
<method name="get_n_groups"
|
2978
|
+
c:identifier="gdk_device_pad_get_n_groups"
|
2979
|
+
version="3.22">
|
2980
|
+
<doc xml:space="preserve">Returns the number of groups this pad device has. Pads have
|
2981
|
+
at least one group. A pad group is a subcollection of
|
2982
|
+
buttons/strip/rings that is affected collectively by a same
|
2983
|
+
current mode.</doc>
|
2984
|
+
<return-value transfer-ownership="none">
|
2985
|
+
<doc xml:space="preserve">The number of button/ring/strip groups in the pad.</doc>
|
2986
|
+
<type name="gint" c:type="gint"/>
|
2987
|
+
</return-value>
|
2988
|
+
<parameters>
|
2989
|
+
<instance-parameter name="pad" transfer-ownership="none">
|
2990
|
+
<doc xml:space="preserve">a #GdkDevicePad</doc>
|
2991
|
+
<type name="DevicePad" c:type="GdkDevicePad*"/>
|
2992
|
+
</instance-parameter>
|
2993
|
+
</parameters>
|
2994
|
+
</method>
|
2995
|
+
</interface>
|
2996
|
+
<enumeration name="DevicePadFeature"
|
2997
|
+
glib:type-name="GdkDevicePadFeature"
|
2998
|
+
glib:get-type="gdk_device_pad_feature_get_type"
|
2999
|
+
c:type="GdkDevicePadFeature">
|
3000
|
+
<doc xml:space="preserve">A pad feature.</doc>
|
3001
|
+
<member name="button"
|
3002
|
+
value="0"
|
3003
|
+
c:identifier="GDK_DEVICE_PAD_FEATURE_BUTTON"
|
3004
|
+
glib:nick="button">
|
3005
|
+
<doc xml:space="preserve">a button</doc>
|
3006
|
+
</member>
|
3007
|
+
<member name="ring"
|
3008
|
+
value="1"
|
3009
|
+
c:identifier="GDK_DEVICE_PAD_FEATURE_RING"
|
3010
|
+
glib:nick="ring">
|
3011
|
+
<doc xml:space="preserve">a ring-shaped interactive area</doc>
|
3012
|
+
</member>
|
3013
|
+
<member name="strip"
|
3014
|
+
value="2"
|
3015
|
+
c:identifier="GDK_DEVICE_PAD_FEATURE_STRIP"
|
3016
|
+
glib:nick="strip">
|
3017
|
+
<doc xml:space="preserve">a straight interactive area</doc>
|
3018
|
+
</member>
|
3019
|
+
</enumeration>
|
3020
|
+
<record name="DevicePadInterface"
|
3021
|
+
c:type="GdkDevicePadInterface"
|
3022
|
+
disguised="1"
|
3023
|
+
glib:is-gtype-struct-for="DevicePad">
|
3024
|
+
</record>
|
3025
|
+
<class name="DeviceTool"
|
3026
|
+
c:symbol-prefix="device_tool"
|
3027
|
+
c:type="GdkDeviceTool"
|
3028
|
+
parent="GObject.Object"
|
3029
|
+
glib:type-name="GdkDeviceTool"
|
3030
|
+
glib:get-type="gdk_device_tool_get_type">
|
3031
|
+
<method name="get_hardware_id"
|
3032
|
+
c:identifier="gdk_device_tool_get_hardware_id"
|
3033
|
+
version="3.22">
|
3034
|
+
<doc xml:space="preserve">Gets the hardware ID of this tool, or 0 if it's not known. When
|
3035
|
+
non-zero, the identificator is unique for the given tool model,
|
3036
|
+
meaning that two identical tools will share the same @hardware_id,
|
3037
|
+
but will have different serial numbers (see gdk_device_tool_get_serial()).
|
3038
|
+
|
3039
|
+
This is a more concrete (and device specific) method to identify
|
3040
|
+
a #GdkDeviceTool than gdk_device_tool_get_tool_type(), as a tablet
|
3041
|
+
may support multiple devices with the same #GdkDeviceToolType,
|
3042
|
+
but having different hardware identificators.</doc>
|
3043
|
+
<return-value transfer-ownership="none">
|
3044
|
+
<doc xml:space="preserve">The hardware identificator of this tool.</doc>
|
3045
|
+
<type name="guint64" c:type="guint64"/>
|
3046
|
+
</return-value>
|
3047
|
+
<parameters>
|
3048
|
+
<instance-parameter name="tool" transfer-ownership="none">
|
3049
|
+
<doc xml:space="preserve">a #GdkDeviceTool</doc>
|
3050
|
+
<type name="DeviceTool" c:type="GdkDeviceTool*"/>
|
3051
|
+
</instance-parameter>
|
3052
|
+
</parameters>
|
3053
|
+
</method>
|
3054
|
+
<method name="get_serial"
|
3055
|
+
c:identifier="gdk_device_tool_get_serial"
|
3056
|
+
version="3.22">
|
3057
|
+
<doc xml:space="preserve">Gets the serial of this tool, this value can be used to identify a
|
3058
|
+
physical tool (eg. a tablet pen) across program executions.</doc>
|
3059
|
+
<return-value transfer-ownership="none">
|
3060
|
+
<doc xml:space="preserve">The serial ID for this tool</doc>
|
3061
|
+
<type name="guint64" c:type="guint64"/>
|
3062
|
+
</return-value>
|
3063
|
+
<parameters>
|
3064
|
+
<instance-parameter name="tool" transfer-ownership="none">
|
3065
|
+
<doc xml:space="preserve">a #GdkDeviceTool</doc>
|
3066
|
+
<type name="DeviceTool" c:type="GdkDeviceTool*"/>
|
3067
|
+
</instance-parameter>
|
3068
|
+
</parameters>
|
3069
|
+
</method>
|
3070
|
+
<method name="get_tool_type"
|
3071
|
+
c:identifier="gdk_device_tool_get_tool_type"
|
3072
|
+
version="3.22">
|
3073
|
+
<doc xml:space="preserve">Gets the #GdkDeviceToolType of the tool.</doc>
|
3074
|
+
<return-value transfer-ownership="none">
|
3075
|
+
<doc xml:space="preserve">The physical type for this tool. This can be used to figure out what
|
3076
|
+
sort of pen is being used, such as an airbrush or a pencil.</doc>
|
3077
|
+
<type name="DeviceToolType" c:type="GdkDeviceToolType"/>
|
3078
|
+
</return-value>
|
3079
|
+
<parameters>
|
3080
|
+
<instance-parameter name="tool" transfer-ownership="none">
|
3081
|
+
<doc xml:space="preserve">a #GdkDeviceTool</doc>
|
3082
|
+
<type name="DeviceTool" c:type="GdkDeviceTool*"/>
|
3083
|
+
</instance-parameter>
|
3084
|
+
</parameters>
|
3085
|
+
</method>
|
3086
|
+
<property name="axes"
|
3087
|
+
writable="1"
|
3088
|
+
construct-only="1"
|
3089
|
+
transfer-ownership="none">
|
3090
|
+
<type name="AxisFlags"/>
|
3091
|
+
</property>
|
3092
|
+
<property name="hardware-id"
|
3093
|
+
writable="1"
|
3094
|
+
construct-only="1"
|
3095
|
+
transfer-ownership="none">
|
3096
|
+
<type name="guint64" c:type="guint64"/>
|
3097
|
+
</property>
|
3098
|
+
<property name="serial"
|
3099
|
+
writable="1"
|
3100
|
+
construct-only="1"
|
3101
|
+
transfer-ownership="none">
|
3102
|
+
<type name="guint64" c:type="guint64"/>
|
3103
|
+
</property>
|
3104
|
+
<property name="tool-type"
|
3105
|
+
writable="1"
|
3106
|
+
construct-only="1"
|
3107
|
+
transfer-ownership="none">
|
3108
|
+
<type name="DeviceToolType"/>
|
3109
|
+
</property>
|
3110
|
+
</class>
|
3111
|
+
<enumeration name="DeviceToolType"
|
3112
|
+
version="3.22"
|
3113
|
+
glib:type-name="GdkDeviceToolType"
|
3114
|
+
glib:get-type="gdk_device_tool_type_get_type"
|
3115
|
+
c:type="GdkDeviceToolType">
|
3116
|
+
<doc xml:space="preserve">Indicates the specific type of tool being used being a tablet. Such as an
|
3117
|
+
airbrush, pencil, etc.</doc>
|
3118
|
+
<member name="unknown"
|
3119
|
+
value="0"
|
3120
|
+
c:identifier="GDK_DEVICE_TOOL_TYPE_UNKNOWN"
|
3121
|
+
glib:nick="unknown">
|
3122
|
+
<doc xml:space="preserve">Tool is of an unknown type.</doc>
|
3123
|
+
</member>
|
3124
|
+
<member name="pen"
|
3125
|
+
value="1"
|
3126
|
+
c:identifier="GDK_DEVICE_TOOL_TYPE_PEN"
|
3127
|
+
glib:nick="pen">
|
3128
|
+
<doc xml:space="preserve">Tool is a standard tablet stylus.</doc>
|
3129
|
+
</member>
|
3130
|
+
<member name="eraser"
|
3131
|
+
value="2"
|
3132
|
+
c:identifier="GDK_DEVICE_TOOL_TYPE_ERASER"
|
3133
|
+
glib:nick="eraser">
|
3134
|
+
<doc xml:space="preserve">Tool is standard tablet eraser.</doc>
|
3135
|
+
</member>
|
3136
|
+
<member name="brush"
|
3137
|
+
value="3"
|
3138
|
+
c:identifier="GDK_DEVICE_TOOL_TYPE_BRUSH"
|
3139
|
+
glib:nick="brush">
|
3140
|
+
<doc xml:space="preserve">Tool is a brush stylus.</doc>
|
3141
|
+
</member>
|
3142
|
+
<member name="pencil"
|
3143
|
+
value="4"
|
3144
|
+
c:identifier="GDK_DEVICE_TOOL_TYPE_PENCIL"
|
3145
|
+
glib:nick="pencil">
|
3146
|
+
<doc xml:space="preserve">Tool is a pencil stylus.</doc>
|
3147
|
+
</member>
|
3148
|
+
<member name="airbrush"
|
3149
|
+
value="5"
|
3150
|
+
c:identifier="GDK_DEVICE_TOOL_TYPE_AIRBRUSH"
|
3151
|
+
glib:nick="airbrush">
|
3152
|
+
<doc xml:space="preserve">Tool is an airbrush stylus.</doc>
|
3153
|
+
</member>
|
3154
|
+
<member name="mouse"
|
3155
|
+
value="6"
|
3156
|
+
c:identifier="GDK_DEVICE_TOOL_TYPE_MOUSE"
|
3157
|
+
glib:nick="mouse">
|
3158
|
+
<doc xml:space="preserve">Tool is a mouse.</doc>
|
3159
|
+
</member>
|
3160
|
+
<member name="lens"
|
3161
|
+
value="7"
|
3162
|
+
c:identifier="GDK_DEVICE_TOOL_TYPE_LENS"
|
3163
|
+
glib:nick="lens">
|
3164
|
+
<doc xml:space="preserve">Tool is a lens cursor.</doc>
|
3165
|
+
</member>
|
3166
|
+
</enumeration>
|
2700
3167
|
<enumeration name="DeviceType"
|
2701
3168
|
glib:type-name="GdkDeviceType"
|
2702
3169
|
glib:get-type="gdk_device_type_get_type"
|
@@ -3000,6 +3467,89 @@ with gdk_event_free().</doc>
|
|
3000
3467
|
</parameter>
|
3001
3468
|
</parameters>
|
3002
3469
|
</method>
|
3470
|
+
<method name="get_monitor"
|
3471
|
+
c:identifier="gdk_display_get_monitor"
|
3472
|
+
version="3.22">
|
3473
|
+
<doc xml:space="preserve">Gets a monitor associated with this display.</doc>
|
3474
|
+
<return-value transfer-ownership="none" nullable="1">
|
3475
|
+
<doc xml:space="preserve">the #GdkMonitor, or %NULL if
|
3476
|
+
@monitor_num is not a valid monitor number</doc>
|
3477
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
3478
|
+
</return-value>
|
3479
|
+
<parameters>
|
3480
|
+
<instance-parameter name="display" transfer-ownership="none">
|
3481
|
+
<doc xml:space="preserve">a #GdkDisplay</doc>
|
3482
|
+
<type name="Display" c:type="GdkDisplay*"/>
|
3483
|
+
</instance-parameter>
|
3484
|
+
<parameter name="monitor_num" transfer-ownership="none">
|
3485
|
+
<doc xml:space="preserve">number of the monitor</doc>
|
3486
|
+
<type name="gint" c:type="int"/>
|
3487
|
+
</parameter>
|
3488
|
+
</parameters>
|
3489
|
+
</method>
|
3490
|
+
<method name="get_monitor_at_point"
|
3491
|
+
c:identifier="gdk_display_get_monitor_at_point"
|
3492
|
+
version="3.22">
|
3493
|
+
<doc xml:space="preserve">Gets the monitor in which the point (@x, @y) is located,
|
3494
|
+
or a nearby monitor if the point is not in any monitor.</doc>
|
3495
|
+
<return-value transfer-ownership="none">
|
3496
|
+
<doc xml:space="preserve">the monitor containing the point</doc>
|
3497
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
3498
|
+
</return-value>
|
3499
|
+
<parameters>
|
3500
|
+
<instance-parameter name="display" transfer-ownership="none">
|
3501
|
+
<doc xml:space="preserve">a #GdkDisplay</doc>
|
3502
|
+
<type name="Display" c:type="GdkDisplay*"/>
|
3503
|
+
</instance-parameter>
|
3504
|
+
<parameter name="x" transfer-ownership="none">
|
3505
|
+
<doc xml:space="preserve">the x coordinate of the point</doc>
|
3506
|
+
<type name="gint" c:type="int"/>
|
3507
|
+
</parameter>
|
3508
|
+
<parameter name="y" transfer-ownership="none">
|
3509
|
+
<doc xml:space="preserve">the y coordinate of the point</doc>
|
3510
|
+
<type name="gint" c:type="int"/>
|
3511
|
+
</parameter>
|
3512
|
+
</parameters>
|
3513
|
+
</method>
|
3514
|
+
<method name="get_monitor_at_window"
|
3515
|
+
c:identifier="gdk_display_get_monitor_at_window"
|
3516
|
+
version="3.22">
|
3517
|
+
<doc xml:space="preserve">Gets the monitor in which the largest area of @window
|
3518
|
+
resides, or a monitor close to @window if it is outside
|
3519
|
+
of all monitors.</doc>
|
3520
|
+
<return-value transfer-ownership="none">
|
3521
|
+
<doc xml:space="preserve">the monitor with the largest overlap with @window</doc>
|
3522
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
3523
|
+
</return-value>
|
3524
|
+
<parameters>
|
3525
|
+
<instance-parameter name="display" transfer-ownership="none">
|
3526
|
+
<doc xml:space="preserve">a #GdkDisplay</doc>
|
3527
|
+
<type name="Display" c:type="GdkDisplay*"/>
|
3528
|
+
</instance-parameter>
|
3529
|
+
<parameter name="window" transfer-ownership="none">
|
3530
|
+
<doc xml:space="preserve">a #GdkWindow</doc>
|
3531
|
+
<type name="Window" c:type="GdkWindow*"/>
|
3532
|
+
</parameter>
|
3533
|
+
</parameters>
|
3534
|
+
</method>
|
3535
|
+
<method name="get_n_monitors"
|
3536
|
+
c:identifier="gdk_display_get_n_monitors"
|
3537
|
+
version="3.22">
|
3538
|
+
<doc xml:space="preserve">Gets the number of monitors that belong to @display.
|
3539
|
+
|
3540
|
+
The returned number is valid until the next emission of the
|
3541
|
+
#GdkDisplay::monitor-added or #GdkDisplay::monitor-removed signal.</doc>
|
3542
|
+
<return-value transfer-ownership="none">
|
3543
|
+
<doc xml:space="preserve">the number of monitors</doc>
|
3544
|
+
<type name="gint" c:type="int"/>
|
3545
|
+
</return-value>
|
3546
|
+
<parameters>
|
3547
|
+
<instance-parameter name="display" transfer-ownership="none">
|
3548
|
+
<doc xml:space="preserve">a #GdkDisplay</doc>
|
3549
|
+
<type name="Display" c:type="GdkDisplay*"/>
|
3550
|
+
</instance-parameter>
|
3551
|
+
</parameters>
|
3552
|
+
</method>
|
3003
3553
|
<method name="get_n_screens"
|
3004
3554
|
c:identifier="gdk_display_get_n_screens"
|
3005
3555
|
version="2.2"
|
@@ -3089,6 +3639,27 @@ mask for a given display.</doc>
|
|
3089
3639
|
</parameter>
|
3090
3640
|
</parameters>
|
3091
3641
|
</method>
|
3642
|
+
<method name="get_primary_monitor"
|
3643
|
+
c:identifier="gdk_display_get_primary_monitor"
|
3644
|
+
version="3.22">
|
3645
|
+
<doc xml:space="preserve">Gets the primary monitor for the display.
|
3646
|
+
|
3647
|
+
The primary monitor is considered the monitor where the “main desktop”
|
3648
|
+
lives. While normal application windows typically allow the window
|
3649
|
+
manager to place the windows, specialized desktop applications
|
3650
|
+
such as panels should place themselves on the primary monitor.</doc>
|
3651
|
+
<return-value transfer-ownership="none" nullable="1">
|
3652
|
+
<doc xml:space="preserve">the primary monitor, or %NULL if no primary
|
3653
|
+
monitor is configured by the user</doc>
|
3654
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
3655
|
+
</return-value>
|
3656
|
+
<parameters>
|
3657
|
+
<instance-parameter name="display" transfer-ownership="none">
|
3658
|
+
<doc xml:space="preserve">a #GdkDisplay</doc>
|
3659
|
+
<type name="Display" c:type="GdkDisplay*"/>
|
3660
|
+
</instance-parameter>
|
3661
|
+
</parameters>
|
3662
|
+
</method>
|
3092
3663
|
<method name="get_screen"
|
3093
3664
|
c:identifier="gdk_display_get_screen"
|
3094
3665
|
version="2.2"
|
@@ -3438,7 +4009,10 @@ according to the
|
|
3438
4009
|
<doc xml:space="preserve">a timestamp</doc>
|
3439
4010
|
<type name="guint32" c:type="guint32"/>
|
3440
4011
|
</parameter>
|
3441
|
-
<parameter name="targets"
|
4012
|
+
<parameter name="targets"
|
4013
|
+
transfer-ownership="none"
|
4014
|
+
nullable="1"
|
4015
|
+
allow-none="1">
|
3442
4016
|
<doc xml:space="preserve">an array of targets
|
3443
4017
|
that should be saved, or %NULL
|
3444
4018
|
if all available targets should be saved.</doc>
|
@@ -3648,6 +4222,32 @@ system for @display is closed.</doc>
|
|
3648
4222
|
</parameter>
|
3649
4223
|
</parameters>
|
3650
4224
|
</glib:signal>
|
4225
|
+
<glib:signal name="monitor-added" when="last" version="3.22">
|
4226
|
+
<doc xml:space="preserve">The ::monitor-added signal is emitted whenever a monitor is
|
4227
|
+
added.</doc>
|
4228
|
+
<return-value transfer-ownership="none">
|
4229
|
+
<type name="none" c:type="void"/>
|
4230
|
+
</return-value>
|
4231
|
+
<parameters>
|
4232
|
+
<parameter name="monitor" transfer-ownership="none">
|
4233
|
+
<doc xml:space="preserve">the monitor that was just added</doc>
|
4234
|
+
<type name="Monitor"/>
|
4235
|
+
</parameter>
|
4236
|
+
</parameters>
|
4237
|
+
</glib:signal>
|
4238
|
+
<glib:signal name="monitor-removed" when="last" version="3.22">
|
4239
|
+
<doc xml:space="preserve">The ::monitor-removed signal is emitted whenever a monitor is
|
4240
|
+
removed.</doc>
|
4241
|
+
<return-value transfer-ownership="none">
|
4242
|
+
<type name="none" c:type="void"/>
|
4243
|
+
</return-value>
|
4244
|
+
<parameters>
|
4245
|
+
<parameter name="monitor" transfer-ownership="none">
|
4246
|
+
<doc xml:space="preserve">the monitor that was just removed</doc>
|
4247
|
+
<type name="Monitor"/>
|
4248
|
+
</parameter>
|
4249
|
+
</parameters>
|
4250
|
+
</glib:signal>
|
3651
4251
|
<glib:signal name="opened" when="last">
|
3652
4252
|
<doc xml:space="preserve">The ::opened signal is emitted when the connection to the windowing
|
3653
4253
|
system for @display is opened.</doc>
|
@@ -3963,7 +4563,7 @@ available until the drag operation has begun. GDK will move
|
|
3963
4563
|
the window in accordance with the ongoing drag operation.
|
3964
4564
|
The window is owned by @context and will be destroyed when
|
3965
4565
|
the drag operation is over.</doc>
|
3966
|
-
<return-value transfer-ownership="none">
|
4566
|
+
<return-value transfer-ownership="none" nullable="1">
|
3967
4567
|
<doc xml:space="preserve">the drag window, or %NULL</doc>
|
3968
4568
|
<type name="Window" c:type="GdkWindow*"/>
|
3969
4569
|
</return-value>
|
@@ -4156,7 +4756,8 @@ for more information.</doc>
|
|
4156
4756
|
<type name="none" c:type="void"/>
|
4157
4757
|
</return-value>
|
4158
4758
|
<parameters>
|
4159
|
-
<parameter name="
|
4759
|
+
<parameter name="reason" transfer-ownership="none">
|
4760
|
+
<doc xml:space="preserve">The reason the context was cancelled</doc>
|
4160
4761
|
<type name="DragCancelReason"/>
|
4161
4762
|
</parameter>
|
4162
4763
|
</parameters>
|
@@ -4246,6 +4847,111 @@ which DND is done.</doc>
|
|
4246
4847
|
<doc xml:space="preserve">Wayland DND protocol.</doc>
|
4247
4848
|
</member>
|
4248
4849
|
</enumeration>
|
4850
|
+
<class name="DrawingContext"
|
4851
|
+
c:symbol-prefix="drawing_context"
|
4852
|
+
c:type="GdkDrawingContext"
|
4853
|
+
parent="GObject.Object"
|
4854
|
+
glib:type-name="GdkDrawingContext"
|
4855
|
+
glib:get-type="gdk_drawing_context_get_type"
|
4856
|
+
glib:type-struct="DrawingContextClass">
|
4857
|
+
<doc xml:space="preserve">#GdkDrawingContext is an object that represents the current drawing
|
4858
|
+
state of a #GdkWindow.
|
4859
|
+
|
4860
|
+
It's possible to use a #GdkDrawingContext to draw on a #GdkWindow
|
4861
|
+
via rendering API like Cairo or OpenGL.
|
4862
|
+
|
4863
|
+
A #GdkDrawingContext can only be created by calling gdk_window_begin_draw_frame()
|
4864
|
+
and will be valid until a call to gdk_window_end_draw_frame().
|
4865
|
+
|
4866
|
+
#GdkDrawingContext is available since GDK 3.22</doc>
|
4867
|
+
<method name="get_cairo_context"
|
4868
|
+
c:identifier="gdk_drawing_context_get_cairo_context"
|
4869
|
+
version="3.22">
|
4870
|
+
<doc xml:space="preserve">Retrieves a Cairo context to be used to draw on the #GdkWindow
|
4871
|
+
that created the #GdkDrawingContext.
|
4872
|
+
|
4873
|
+
The returned context is guaranteed to be valid as long as the
|
4874
|
+
#GdkDrawingContext is valid, that is between a call to
|
4875
|
+
gdk_window_begin_draw_frame() and gdk_window_end_draw_frame().</doc>
|
4876
|
+
<return-value transfer-ownership="none">
|
4877
|
+
<doc xml:space="preserve">a Cairo context to be used to draw
|
4878
|
+
the contents of the #GdkWindow. The context is owned by the
|
4879
|
+
#GdkDrawingContext and should not be destroyed</doc>
|
4880
|
+
<type name="cairo.Context" c:type="cairo_t*"/>
|
4881
|
+
</return-value>
|
4882
|
+
<parameters>
|
4883
|
+
<instance-parameter name="context" transfer-ownership="none">
|
4884
|
+
<type name="DrawingContext" c:type="GdkDrawingContext*"/>
|
4885
|
+
</instance-parameter>
|
4886
|
+
</parameters>
|
4887
|
+
</method>
|
4888
|
+
<method name="get_clip"
|
4889
|
+
c:identifier="gdk_drawing_context_get_clip"
|
4890
|
+
version="3.22">
|
4891
|
+
<doc xml:space="preserve">Retrieves a copy of the clip region used when creating the @context.</doc>
|
4892
|
+
<return-value transfer-ownership="full" nullable="1">
|
4893
|
+
<doc xml:space="preserve">a Cairo region</doc>
|
4894
|
+
<type name="cairo.Region" c:type="cairo_region_t*"/>
|
4895
|
+
</return-value>
|
4896
|
+
<parameters>
|
4897
|
+
<instance-parameter name="context" transfer-ownership="none">
|
4898
|
+
<doc xml:space="preserve">a #GdkDrawingContext</doc>
|
4899
|
+
<type name="DrawingContext" c:type="GdkDrawingContext*"/>
|
4900
|
+
</instance-parameter>
|
4901
|
+
</parameters>
|
4902
|
+
</method>
|
4903
|
+
<method name="get_window"
|
4904
|
+
c:identifier="gdk_drawing_context_get_window"
|
4905
|
+
version="3.22">
|
4906
|
+
<doc xml:space="preserve">Retrieves the window that created the drawing @context.</doc>
|
4907
|
+
<return-value transfer-ownership="none">
|
4908
|
+
<doc xml:space="preserve">a #GdkWindow</doc>
|
4909
|
+
<type name="Window" c:type="GdkWindow*"/>
|
4910
|
+
</return-value>
|
4911
|
+
<parameters>
|
4912
|
+
<instance-parameter name="context" transfer-ownership="none">
|
4913
|
+
<doc xml:space="preserve">a #GdkDrawingContext</doc>
|
4914
|
+
<type name="DrawingContext" c:type="GdkDrawingContext*"/>
|
4915
|
+
</instance-parameter>
|
4916
|
+
</parameters>
|
4917
|
+
</method>
|
4918
|
+
<method name="is_valid"
|
4919
|
+
c:identifier="gdk_drawing_context_is_valid"
|
4920
|
+
version="3.22">
|
4921
|
+
<doc xml:space="preserve">Checks whether the given #GdkDrawingContext is valid.</doc>
|
4922
|
+
<return-value transfer-ownership="none">
|
4923
|
+
<doc xml:space="preserve">%TRUE if the context is valid</doc>
|
4924
|
+
<type name="gboolean" c:type="gboolean"/>
|
4925
|
+
</return-value>
|
4926
|
+
<parameters>
|
4927
|
+
<instance-parameter name="context" transfer-ownership="none">
|
4928
|
+
<doc xml:space="preserve">a #GdkDrawingContext</doc>
|
4929
|
+
<type name="DrawingContext" c:type="GdkDrawingContext*"/>
|
4930
|
+
</instance-parameter>
|
4931
|
+
</parameters>
|
4932
|
+
</method>
|
4933
|
+
<property name="clip"
|
4934
|
+
version="3.22"
|
4935
|
+
writable="1"
|
4936
|
+
construct-only="1"
|
4937
|
+
transfer-ownership="none">
|
4938
|
+
<doc xml:space="preserve">The clip region applied to the drawing context.</doc>
|
4939
|
+
<type name="cairo.Region"/>
|
4940
|
+
</property>
|
4941
|
+
<property name="window"
|
4942
|
+
version="3.22"
|
4943
|
+
writable="1"
|
4944
|
+
construct-only="1"
|
4945
|
+
transfer-ownership="none">
|
4946
|
+
<doc xml:space="preserve">The #GdkWindow that created the drawing context.</doc>
|
4947
|
+
<type name="Window"/>
|
4948
|
+
</property>
|
4949
|
+
</class>
|
4950
|
+
<record name="DrawingContextClass"
|
4951
|
+
c:type="GdkDrawingContextClass"
|
4952
|
+
disguised="1"
|
4953
|
+
glib:is-gtype-struct-for="DrawingContext">
|
4954
|
+
</record>
|
4249
4955
|
<constant name="EVENT_PROPAGATE"
|
4250
4956
|
value="false"
|
4251
4957
|
c:type="GDK_EVENT_PROPAGATE"
|
@@ -4378,11 +5084,25 @@ or:
|
|
4378
5084
|
<type name="EventGrabBroken" c:type="GdkEventGrabBroken"/>
|
4379
5085
|
</field>
|
4380
5086
|
<field name="touchpad_swipe" writable="1">
|
5087
|
+
<doc xml:space="preserve">a #GdkEventTouchpadSwipe</doc>
|
4381
5088
|
<type name="EventTouchpadSwipe" c:type="GdkEventTouchpadSwipe"/>
|
4382
5089
|
</field>
|
4383
5090
|
<field name="touchpad_pinch" writable="1">
|
5091
|
+
<doc xml:space="preserve">a #GdkEventTouchpadPinch</doc>
|
4384
5092
|
<type name="EventTouchpadPinch" c:type="GdkEventTouchpadPinch"/>
|
4385
5093
|
</field>
|
5094
|
+
<field name="pad_button" writable="1">
|
5095
|
+
<doc xml:space="preserve">a #GdkEventPadButton</doc>
|
5096
|
+
<type name="EventPadButton" c:type="GdkEventPadButton"/>
|
5097
|
+
</field>
|
5098
|
+
<field name="pad_axis" writable="1">
|
5099
|
+
<doc xml:space="preserve">a #GdkEventPadAxis</doc>
|
5100
|
+
<type name="EventPadAxis" c:type="GdkEventPadAxis"/>
|
5101
|
+
</field>
|
5102
|
+
<field name="pad_group_mode" writable="1">
|
5103
|
+
<doc xml:space="preserve">a #GdkEventPadGroupMode</doc>
|
5104
|
+
<type name="EventPadGroupMode" c:type="GdkEventPadGroupMode"/>
|
5105
|
+
</field>
|
4386
5106
|
<constructor name="new" c:identifier="gdk_event_new" version="2.2">
|
4387
5107
|
<doc xml:space="preserve">Creates a new event of the given type. All fields are set to 0.</doc>
|
4388
5108
|
<return-value transfer-ownership="full">
|
@@ -4636,6 +5356,28 @@ it, else it will return %NULL.</doc>
|
|
4636
5356
|
</instance-parameter>
|
4637
5357
|
</parameters>
|
4638
5358
|
</method>
|
5359
|
+
<method name="get_device_tool"
|
5360
|
+
c:identifier="gdk_event_get_device_tool"
|
5361
|
+
version="3.22">
|
5362
|
+
<doc xml:space="preserve">If the event was generated by a device that supports
|
5363
|
+
different tools (eg. a tablet), this function will
|
5364
|
+
return a #GdkDeviceTool representing the tool that
|
5365
|
+
caused the event. Otherwise, %NULL will be returned.
|
5366
|
+
|
5367
|
+
Note: the #GdkDeviceTool<!-- -->s will be constant during
|
5368
|
+
the application lifetime, if settings must be stored
|
5369
|
+
persistently across runs, see gdk_device_tool_get_serial()</doc>
|
5370
|
+
<return-value transfer-ownership="none">
|
5371
|
+
<doc xml:space="preserve">The current device tool, or %NULL</doc>
|
5372
|
+
<type name="DeviceTool" c:type="GdkDeviceTool*"/>
|
5373
|
+
</return-value>
|
5374
|
+
<parameters>
|
5375
|
+
<instance-parameter name="event" transfer-ownership="none">
|
5376
|
+
<doc xml:space="preserve">a #GdkEvent</doc>
|
5377
|
+
<type name="Event" c:type="const GdkEvent*"/>
|
5378
|
+
</instance-parameter>
|
5379
|
+
</parameters>
|
5380
|
+
</method>
|
4639
5381
|
<method name="get_event_sequence"
|
4640
5382
|
c:identifier="gdk_event_get_event_sequence"
|
4641
5383
|
version="3.4">
|
@@ -4671,7 +5413,9 @@ to which the event belongs. Otherwise, return %NULL.</doc>
|
|
4671
5413
|
<method name="get_keycode"
|
4672
5414
|
c:identifier="gdk_event_get_keycode"
|
4673
5415
|
version="3.2">
|
4674
|
-
<doc xml:space="preserve">Extracts the hardware keycode from an event
|
5416
|
+
<doc xml:space="preserve">Extracts the hardware keycode from an event.
|
5417
|
+
|
5418
|
+
Also see gdk_event_get_scancode().</doc>
|
4675
5419
|
<return-value transfer-ownership="none">
|
4676
5420
|
<doc xml:space="preserve">%TRUE if the event delivered a hardware keycode</doc>
|
4677
5421
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -4712,6 +5456,22 @@ to which the event belongs. Otherwise, return %NULL.</doc>
|
|
4712
5456
|
</parameter>
|
4713
5457
|
</parameters>
|
4714
5458
|
</method>
|
5459
|
+
<method name="get_pointer_emulated"
|
5460
|
+
c:identifier="gdk_event_get_pointer_emulated"
|
5461
|
+
version="3.22">
|
5462
|
+
<doc xml:space="preserve">#event: a #GdkEvent
|
5463
|
+
Returns whether this event is an 'emulated' pointer event (typically
|
5464
|
+
from a touch event), as opposed to a real one.</doc>
|
5465
|
+
<return-value transfer-ownership="none">
|
5466
|
+
<doc xml:space="preserve">%TRUE if this event is emulated</doc>
|
5467
|
+
<type name="gboolean" c:type="gboolean"/>
|
5468
|
+
</return-value>
|
5469
|
+
<parameters>
|
5470
|
+
<instance-parameter name="event" transfer-ownership="none">
|
5471
|
+
<type name="Event" c:type="GdkEvent*"/>
|
5472
|
+
</instance-parameter>
|
5473
|
+
</parameters>
|
5474
|
+
</method>
|
4715
5475
|
<method name="get_root_coords" c:identifier="gdk_event_get_root_coords">
|
4716
5476
|
<doc xml:space="preserve">Extract the root window relative x/y coordinates from an event.</doc>
|
4717
5477
|
<return-value transfer-ownership="none">
|
@@ -4743,6 +5503,25 @@ to which the event belongs. Otherwise, return %NULL.</doc>
|
|
4743
5503
|
</parameter>
|
4744
5504
|
</parameters>
|
4745
5505
|
</method>
|
5506
|
+
<method name="get_scancode"
|
5507
|
+
c:identifier="gdk_event_get_scancode"
|
5508
|
+
version="3.22">
|
5509
|
+
<doc xml:space="preserve">Gets the keyboard low-level scancode of a key event.
|
5510
|
+
|
5511
|
+
This is usually hardware_keycode. On Windows this is the high
|
5512
|
+
word of WM_KEY{DOWN,UP} lParam which contains the scancode and
|
5513
|
+
some extended flags.</doc>
|
5514
|
+
<return-value transfer-ownership="none">
|
5515
|
+
<doc xml:space="preserve">The associated keyboard scancode or 0</doc>
|
5516
|
+
<type name="gint" c:type="int"/>
|
5517
|
+
</return-value>
|
5518
|
+
<parameters>
|
5519
|
+
<instance-parameter name="event" transfer-ownership="none">
|
5520
|
+
<doc xml:space="preserve">a #GdkEvent</doc>
|
5521
|
+
<type name="Event" c:type="GdkEvent*"/>
|
5522
|
+
</instance-parameter>
|
5523
|
+
</parameters>
|
5524
|
+
</method>
|
4746
5525
|
<method name="get_screen"
|
4747
5526
|
c:identifier="gdk_event_get_screen"
|
4748
5527
|
version="2.2">
|
@@ -4961,6 +5740,27 @@ gdk_event_copy().</doc>
|
|
4961
5740
|
</parameter>
|
4962
5741
|
</parameters>
|
4963
5742
|
</method>
|
5743
|
+
<method name="set_device_tool"
|
5744
|
+
c:identifier="gdk_event_set_device_tool"
|
5745
|
+
version="3.22">
|
5746
|
+
<doc xml:space="preserve">Sets the device tool for this event, should be rarely used.</doc>
|
5747
|
+
<return-value transfer-ownership="none">
|
5748
|
+
<type name="none" c:type="void"/>
|
5749
|
+
</return-value>
|
5750
|
+
<parameters>
|
5751
|
+
<instance-parameter name="event" transfer-ownership="none">
|
5752
|
+
<doc xml:space="preserve">a #GdkEvent</doc>
|
5753
|
+
<type name="Event" c:type="GdkEvent*"/>
|
5754
|
+
</instance-parameter>
|
5755
|
+
<parameter name="tool"
|
5756
|
+
transfer-ownership="none"
|
5757
|
+
nullable="1"
|
5758
|
+
allow-none="1">
|
5759
|
+
<doc xml:space="preserve">tool to set on the event, or %NULL</doc>
|
5760
|
+
<type name="DeviceTool" c:type="GdkDeviceTool*"/>
|
5761
|
+
</parameter>
|
5762
|
+
</parameters>
|
5763
|
+
</method>
|
4964
5764
|
<method name="set_screen"
|
4965
5765
|
c:identifier="gdk_event_set_screen"
|
4966
5766
|
version="2.2">
|
@@ -5694,6 +6494,12 @@ events, so different sequences may be distinguished.</doc>
|
|
5694
6494
|
glib:nick="touchpad-gesture-mask">
|
5695
6495
|
<doc xml:space="preserve">receive touchpad gesture events. Since 3.18</doc>
|
5696
6496
|
</member>
|
6497
|
+
<member name="tablet_pad_mask"
|
6498
|
+
value="33554432"
|
6499
|
+
c:identifier="GDK_TABLET_PAD_MASK"
|
6500
|
+
glib:nick="tablet-pad-mask">
|
6501
|
+
<doc xml:space="preserve">receive tablet pad events. Since 3.22</doc>
|
6502
|
+
</member>
|
5697
6503
|
<member name="all_events_mask"
|
5698
6504
|
value="16777214"
|
5699
6505
|
c:identifier="GDK_ALL_EVENTS_MASK"
|
@@ -5797,6 +6603,109 @@ extension.</doc>
|
|
5797
6603
|
<type name="guint32" c:type="guint32"/>
|
5798
6604
|
</field>
|
5799
6605
|
</record>
|
6606
|
+
<record name="EventPadAxis" c:type="GdkEventPadAxis" version="3.22">
|
6607
|
+
<doc xml:space="preserve">Generated during %GDK_SOURCE_TABLET_PAD interaction with tactile sensors.</doc>
|
6608
|
+
<field name="type" writable="1">
|
6609
|
+
<doc xml:space="preserve">the type of the event (%GDK_PAD_RING or %GDK_PAD_STRIP).</doc>
|
6610
|
+
<type name="EventType" c:type="GdkEventType"/>
|
6611
|
+
</field>
|
6612
|
+
<field name="window" writable="1">
|
6613
|
+
<doc xml:space="preserve">the window which received the event.</doc>
|
6614
|
+
<type name="Window" c:type="GdkWindow*"/>
|
6615
|
+
</field>
|
6616
|
+
<field name="send_event" writable="1">
|
6617
|
+
<doc xml:space="preserve">%TRUE if the event was sent explicitly.</doc>
|
6618
|
+
<type name="gint8" c:type="gint8"/>
|
6619
|
+
</field>
|
6620
|
+
<field name="time" writable="1">
|
6621
|
+
<doc xml:space="preserve">the time of the event in milliseconds.</doc>
|
6622
|
+
<type name="guint32" c:type="guint32"/>
|
6623
|
+
</field>
|
6624
|
+
<field name="group" writable="1">
|
6625
|
+
<doc xml:space="preserve">the pad group the ring/strip belongs to. A %GDK_SOURCE_TABLET_PAD
|
6626
|
+
device may have one or more groups containing a set of buttons/rings/strips
|
6627
|
+
each.</doc>
|
6628
|
+
<type name="guint" c:type="guint"/>
|
6629
|
+
</field>
|
6630
|
+
<field name="index" writable="1">
|
6631
|
+
<doc xml:space="preserve">number of strip/ring that was interacted. This number is 0-indexed.</doc>
|
6632
|
+
<type name="guint" c:type="guint"/>
|
6633
|
+
</field>
|
6634
|
+
<field name="mode" writable="1">
|
6635
|
+
<doc xml:space="preserve">The current mode of @group. Different groups in a %GDK_SOURCE_TABLET_PAD
|
6636
|
+
device may have different current modes.</doc>
|
6637
|
+
<type name="guint" c:type="guint"/>
|
6638
|
+
</field>
|
6639
|
+
<field name="value" writable="1">
|
6640
|
+
<doc xml:space="preserve">The current value for the given axis.</doc>
|
6641
|
+
<type name="gdouble" c:type="gdouble"/>
|
6642
|
+
</field>
|
6643
|
+
</record>
|
6644
|
+
<record name="EventPadButton" c:type="GdkEventPadButton" version="3.22">
|
6645
|
+
<doc xml:space="preserve">Generated during %GDK_SOURCE_TABLET_PAD button presses and releases.</doc>
|
6646
|
+
<field name="type" writable="1">
|
6647
|
+
<doc xml:space="preserve">the type of the event (%GDK_PAD_BUTTON_PRESS or %GDK_PAD_BUTTON_RELEASE).</doc>
|
6648
|
+
<type name="EventType" c:type="GdkEventType"/>
|
6649
|
+
</field>
|
6650
|
+
<field name="window" writable="1">
|
6651
|
+
<doc xml:space="preserve">the window which received the event.</doc>
|
6652
|
+
<type name="Window" c:type="GdkWindow*"/>
|
6653
|
+
</field>
|
6654
|
+
<field name="send_event" writable="1">
|
6655
|
+
<doc xml:space="preserve">%TRUE if the event was sent explicitly.</doc>
|
6656
|
+
<type name="gint8" c:type="gint8"/>
|
6657
|
+
</field>
|
6658
|
+
<field name="time" writable="1">
|
6659
|
+
<doc xml:space="preserve">the time of the event in milliseconds.</doc>
|
6660
|
+
<type name="guint32" c:type="guint32"/>
|
6661
|
+
</field>
|
6662
|
+
<field name="group" writable="1">
|
6663
|
+
<doc xml:space="preserve">the pad group the button belongs to. A %GDK_SOURCE_TABLET_PAD device
|
6664
|
+
may have one or more groups containing a set of buttons/rings/strips each.</doc>
|
6665
|
+
<type name="guint" c:type="guint"/>
|
6666
|
+
</field>
|
6667
|
+
<field name="button" writable="1">
|
6668
|
+
<doc xml:space="preserve">The pad button that was pressed.</doc>
|
6669
|
+
<type name="guint" c:type="guint"/>
|
6670
|
+
</field>
|
6671
|
+
<field name="mode" writable="1">
|
6672
|
+
<doc xml:space="preserve">The current mode of @group. Different groups in a %GDK_SOURCE_TABLET_PAD
|
6673
|
+
device may have different current modes.</doc>
|
6674
|
+
<type name="guint" c:type="guint"/>
|
6675
|
+
</field>
|
6676
|
+
</record>
|
6677
|
+
<record name="EventPadGroupMode"
|
6678
|
+
c:type="GdkEventPadGroupMode"
|
6679
|
+
version="3.22">
|
6680
|
+
<doc xml:space="preserve">Generated during %GDK_SOURCE_TABLET_PAD mode switches in a group.</doc>
|
6681
|
+
<field name="type" writable="1">
|
6682
|
+
<doc xml:space="preserve">the type of the event (%GDK_PAD_GROUP_MODE).</doc>
|
6683
|
+
<type name="EventType" c:type="GdkEventType"/>
|
6684
|
+
</field>
|
6685
|
+
<field name="window" writable="1">
|
6686
|
+
<doc xml:space="preserve">the window which received the event.</doc>
|
6687
|
+
<type name="Window" c:type="GdkWindow*"/>
|
6688
|
+
</field>
|
6689
|
+
<field name="send_event" writable="1">
|
6690
|
+
<doc xml:space="preserve">%TRUE if the event was sent explicitly.</doc>
|
6691
|
+
<type name="gint8" c:type="gint8"/>
|
6692
|
+
</field>
|
6693
|
+
<field name="time" writable="1">
|
6694
|
+
<doc xml:space="preserve">the time of the event in milliseconds.</doc>
|
6695
|
+
<type name="guint32" c:type="guint32"/>
|
6696
|
+
</field>
|
6697
|
+
<field name="group" writable="1">
|
6698
|
+
<doc xml:space="preserve">the pad group that is switching mode. A %GDK_SOURCE_TABLET_PAD
|
6699
|
+
device may have one or more groups containing a set of buttons/rings/strips
|
6700
|
+
each.</doc>
|
6701
|
+
<type name="guint" c:type="guint"/>
|
6702
|
+
</field>
|
6703
|
+
<field name="mode" writable="1">
|
6704
|
+
<doc xml:space="preserve">The new mode of @group. Different groups in a %GDK_SOURCE_TABLET_PAD
|
6705
|
+
device may have different current modes.</doc>
|
6706
|
+
<type name="guint" c:type="guint"/>
|
6707
|
+
</field>
|
6708
|
+
</record>
|
5800
6709
|
<record name="EventProperty" c:type="GdkEventProperty">
|
5801
6710
|
<doc xml:space="preserve">Describes a property change on a window.</doc>
|
5802
6711
|
<field name="type" writable="1">
|
@@ -6500,8 +7409,43 @@ be used instead.</doc>
|
|
6500
7409
|
<doc xml:space="preserve">A touchpad pinch gesture event, the current state
|
6501
7410
|
is determined by its phase field. This event type was added in 3.18.</doc>
|
6502
7411
|
</member>
|
6503
|
-
<member name="
|
7412
|
+
<member name="pad_button_press"
|
6504
7413
|
value="43"
|
7414
|
+
c:identifier="GDK_PAD_BUTTON_PRESS"
|
7415
|
+
glib:nick="pad-button-press">
|
7416
|
+
<doc xml:space="preserve">A tablet pad button press event. This event type
|
7417
|
+
was added in 3.22.</doc>
|
7418
|
+
</member>
|
7419
|
+
<member name="pad_button_release"
|
7420
|
+
value="44"
|
7421
|
+
c:identifier="GDK_PAD_BUTTON_RELEASE"
|
7422
|
+
glib:nick="pad-button-release">
|
7423
|
+
<doc xml:space="preserve">A tablet pad button release event. This event type
|
7424
|
+
was added in 3.22.</doc>
|
7425
|
+
</member>
|
7426
|
+
<member name="pad_ring"
|
7427
|
+
value="45"
|
7428
|
+
c:identifier="GDK_PAD_RING"
|
7429
|
+
glib:nick="pad-ring">
|
7430
|
+
<doc xml:space="preserve">A tablet pad axis event from a "ring". This event type was
|
7431
|
+
added in 3.22.</doc>
|
7432
|
+
</member>
|
7433
|
+
<member name="pad_strip"
|
7434
|
+
value="46"
|
7435
|
+
c:identifier="GDK_PAD_STRIP"
|
7436
|
+
glib:nick="pad-strip">
|
7437
|
+
<doc xml:space="preserve">A tablet pad axis event from a "strip". This event type was
|
7438
|
+
added in 3.22.</doc>
|
7439
|
+
</member>
|
7440
|
+
<member name="pad_group_mode"
|
7441
|
+
value="47"
|
7442
|
+
c:identifier="GDK_PAD_GROUP_MODE"
|
7443
|
+
glib:nick="pad-group-mode">
|
7444
|
+
<doc xml:space="preserve">A tablet pad group mode change. This event type was
|
7445
|
+
added in 3.22.</doc>
|
7446
|
+
</member>
|
7447
|
+
<member name="event_last"
|
7448
|
+
value="48"
|
6505
7449
|
c:identifier="GDK_EVENT_LAST"
|
6506
7450
|
glib:nick="event-last">
|
6507
7451
|
<doc xml:space="preserve">marks the end of the GdkEventType enumeration. Added in 2.18</doc>
|
@@ -7233,7 +8177,7 @@ until gdk_gl_context_make_current() is called.</doc>
|
|
7233
8177
|
c:identifier="gdk_gl_context_get_current"
|
7234
8178
|
version="3.16">
|
7235
8179
|
<doc xml:space="preserve">Retrieves the current #GdkGLContext.</doc>
|
7236
|
-
<return-value transfer-ownership="none">
|
8180
|
+
<return-value transfer-ownership="none" nullable="1">
|
7237
8181
|
<doc xml:space="preserve">the current #GdkGLContext, or %NULL</doc>
|
7238
8182
|
<type name="GLContext" c:type="GdkGLContext*"/>
|
7239
8183
|
</return-value>
|
@@ -7257,7 +8201,7 @@ until gdk_gl_context_make_current() is called.</doc>
|
|
7257
8201
|
c:identifier="gdk_gl_context_get_display"
|
7258
8202
|
version="3.16">
|
7259
8203
|
<doc xml:space="preserve">Retrieves the #GdkDisplay the @context is created for</doc>
|
7260
|
-
<return-value transfer-ownership="none">
|
8204
|
+
<return-value transfer-ownership="none" nullable="1">
|
7261
8205
|
<doc xml:space="preserve">a #GdkDisplay or %NULL</doc>
|
7262
8206
|
<type name="Display" c:type="GdkDisplay*"/>
|
7263
8207
|
</return-value>
|
@@ -7318,7 +8262,7 @@ gdk_gl_context_set_required_version().</doc>
|
|
7318
8262
|
c:identifier="gdk_gl_context_get_shared_context"
|
7319
8263
|
version="3.16">
|
7320
8264
|
<doc xml:space="preserve">Retrieves the #GdkGLContext that this @context share data with.</doc>
|
7321
|
-
<return-value transfer-ownership="none">
|
8265
|
+
<return-value transfer-ownership="none" nullable="1">
|
7322
8266
|
<doc xml:space="preserve">a #GdkGLContext or %NULL</doc>
|
7323
8267
|
<type name="GLContext" c:type="GdkGLContext*"/>
|
7324
8268
|
</return-value>
|
@@ -7329,6 +8273,21 @@ gdk_gl_context_set_required_version().</doc>
|
|
7329
8273
|
</instance-parameter>
|
7330
8274
|
</parameters>
|
7331
8275
|
</method>
|
8276
|
+
<method name="get_use_es"
|
8277
|
+
c:identifier="gdk_gl_context_get_use_es"
|
8278
|
+
version="3.22">
|
8279
|
+
<doc xml:space="preserve">Checks whether the @context is using an OpenGL or OpenGL ES profile.</doc>
|
8280
|
+
<return-value transfer-ownership="none">
|
8281
|
+
<doc xml:space="preserve">%TRUE if the #GdkGLContext is using an OpenGL ES profile</doc>
|
8282
|
+
<type name="gboolean" c:type="gboolean"/>
|
8283
|
+
</return-value>
|
8284
|
+
<parameters>
|
8285
|
+
<instance-parameter name="context" transfer-ownership="none">
|
8286
|
+
<doc xml:space="preserve">a #GdkGLContext</doc>
|
8287
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
8288
|
+
</instance-parameter>
|
8289
|
+
</parameters>
|
8290
|
+
</method>
|
7332
8291
|
<method name="get_version"
|
7333
8292
|
c:identifier="gdk_gl_context_get_version"
|
7334
8293
|
version="3.16">
|
@@ -7363,7 +8322,7 @@ The @context must be realized prior to calling this function.</doc>
|
|
7363
8322
|
c:identifier="gdk_gl_context_get_window"
|
7364
8323
|
version="3.16">
|
7365
8324
|
<doc xml:space="preserve">Retrieves the #GdkWindow used by the @context.</doc>
|
7366
|
-
<return-value transfer-ownership="none">
|
8325
|
+
<return-value transfer-ownership="none" nullable="1">
|
7367
8326
|
<doc xml:space="preserve">a #GdkWindow or %NULL</doc>
|
7368
8327
|
<type name="Window" c:type="GdkWindow*"/>
|
7369
8328
|
</return-value>
|
@@ -7512,6 +8471,36 @@ this function.</doc>
|
|
7512
8471
|
</parameter>
|
7513
8472
|
</parameters>
|
7514
8473
|
</method>
|
8474
|
+
<method name="set_use_es"
|
8475
|
+
c:identifier="gdk_gl_context_set_use_es"
|
8476
|
+
version="3.22">
|
8477
|
+
<doc xml:space="preserve">Requests that GDK create a OpenGL ES context instead of an OpenGL one,
|
8478
|
+
if the platform and windowing system allows it.
|
8479
|
+
|
8480
|
+
The @context must not have been realized.
|
8481
|
+
|
8482
|
+
By default, GDK will attempt to automatically detect whether the
|
8483
|
+
underlying GL implementation is OpenGL or OpenGL ES once the @context
|
8484
|
+
is realized.
|
8485
|
+
|
8486
|
+
You should check the return value of gdk_gl_context_get_use_es() after
|
8487
|
+
calling gdk_gl_context_realize() to decide whether to use the OpenGL or
|
8488
|
+
OpenGL ES API, extensions, or shaders.</doc>
|
8489
|
+
<return-value transfer-ownership="none">
|
8490
|
+
<type name="none" c:type="void"/>
|
8491
|
+
</return-value>
|
8492
|
+
<parameters>
|
8493
|
+
<instance-parameter name="context" transfer-ownership="none">
|
8494
|
+
<doc xml:space="preserve">a #GdkGLContext:</doc>
|
8495
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
8496
|
+
</instance-parameter>
|
8497
|
+
<parameter name="use_es" transfer-ownership="none">
|
8498
|
+
<doc xml:space="preserve">whether the context should use OpenGL ES instead of OpenGL,
|
8499
|
+
or -1 to allow auto-detection</doc>
|
8500
|
+
<type name="gint" c:type="int"/>
|
8501
|
+
</parameter>
|
8502
|
+
</parameters>
|
8503
|
+
</method>
|
7515
8504
|
<property name="display"
|
7516
8505
|
version="3.16"
|
7517
8506
|
writable="1"
|
@@ -7741,7 +8730,7 @@ indicate success or the reason for the failure of the grab attempt.</doc>
|
|
7741
8730
|
value="5"
|
7742
8731
|
c:identifier="GDK_GRAB_FAILED"
|
7743
8732
|
glib:nick="failed">
|
7744
|
-
<doc xml:space="preserve">the grab failed for some other reason
|
8733
|
+
<doc xml:space="preserve">the grab failed for some other reason. Since 3.16</doc>
|
7745
8734
|
</member>
|
7746
8735
|
</enumeration>
|
7747
8736
|
<enumeration name="Gravity"
|
@@ -7894,6 +8883,21 @@ specification for more details.</doc>
|
|
7894
8883
|
<doc xml:space="preserve">the device is an indirect touch device, such
|
7895
8884
|
as a touchpad. This device type has been added in 3.4.</doc>
|
7896
8885
|
</member>
|
8886
|
+
<member name="trackpoint"
|
8887
|
+
value="7"
|
8888
|
+
c:identifier="GDK_SOURCE_TRACKPOINT"
|
8889
|
+
glib:nick="trackpoint">
|
8890
|
+
<doc xml:space="preserve">the device is a trackpoint. This device type has been
|
8891
|
+
added in 3.22</doc>
|
8892
|
+
</member>
|
8893
|
+
<member name="tablet_pad"
|
8894
|
+
value="8"
|
8895
|
+
c:identifier="GDK_SOURCE_TABLET_PAD"
|
8896
|
+
glib:nick="tablet-pad">
|
8897
|
+
<doc xml:space="preserve">the device is a "pad", a collection of buttons,
|
8898
|
+
rings and strips found in drawing tablets. This device type has been
|
8899
|
+
added in 3.22.</doc>
|
8900
|
+
</member>
|
7897
8901
|
</enumeration>
|
7898
8902
|
<constant name="KEY_0" value="48" c:type="GDK_KEY_0">
|
7899
8903
|
<type name="gint" c:type="gint"/>
|
@@ -16993,7 +17997,9 @@ keyboard group and level. See gdk_keymap_translate_keyboard_state().</doc>
|
|
16993
17997
|
<parameter name="keys"
|
16994
17998
|
direction="out"
|
16995
17999
|
caller-allocates="0"
|
16996
|
-
transfer-ownership="full"
|
18000
|
+
transfer-ownership="full"
|
18001
|
+
optional="1"
|
18002
|
+
allow-none="1">
|
16997
18003
|
<doc xml:space="preserve">return
|
16998
18004
|
location for array of #GdkKeymapKey, or %NULL</doc>
|
16999
18005
|
<array length="3" zero-terminated="0" c:type="GdkKeymapKey**">
|
@@ -17003,7 +18009,9 @@ keyboard group and level. See gdk_keymap_translate_keyboard_state().</doc>
|
|
17003
18009
|
<parameter name="keyvals"
|
17004
18010
|
direction="out"
|
17005
18011
|
caller-allocates="0"
|
17006
|
-
transfer-ownership="full"
|
18012
|
+
transfer-ownership="full"
|
18013
|
+
optional="1"
|
18014
|
+
allow-none="1">
|
17007
18015
|
<doc xml:space="preserve">return
|
17008
18016
|
location for array of keyvals, or %NULL</doc>
|
17009
18017
|
<array length="3" zero-terminated="0" c:type="guint**">
|
@@ -17655,6 +18663,264 @@ be set.</doc>
|
|
17655
18663
|
<doc xml:space="preserve">a mask covering all modifier types.</doc>
|
17656
18664
|
</member>
|
17657
18665
|
</bitfield>
|
18666
|
+
<class name="Monitor"
|
18667
|
+
c:symbol-prefix="monitor"
|
18668
|
+
c:type="GdkMonitor"
|
18669
|
+
parent="GObject.Object"
|
18670
|
+
glib:type-name="GdkMonitor"
|
18671
|
+
glib:get-type="gdk_monitor_get_type"
|
18672
|
+
glib:type-struct="MonitorClass">
|
18673
|
+
<doc xml:space="preserve">GdkMonitor objects represent the individual outputs that are
|
18674
|
+
associated with a #GdkDisplay. GdkDisplay has APIs to enumerate
|
18675
|
+
monitors with gdk_display_get_monitors() and to find particular
|
18676
|
+
monitors with gdk_display_get_primary_monitor() or
|
18677
|
+
gdk_display_get_monitor_at_window().
|
18678
|
+
|
18679
|
+
GdkMonitor was introduced in GTK+ 3.22 and supersedes earlier
|
18680
|
+
APIs in GdkScreen to obtain monitor-related information.</doc>
|
18681
|
+
<method name="get_display"
|
18682
|
+
c:identifier="gdk_monitor_get_display"
|
18683
|
+
version="3.22">
|
18684
|
+
<doc xml:space="preserve">Gets the display that this monitor belongs to.</doc>
|
18685
|
+
<return-value transfer-ownership="none">
|
18686
|
+
<doc xml:space="preserve">the display</doc>
|
18687
|
+
<type name="Display" c:type="GdkDisplay*"/>
|
18688
|
+
</return-value>
|
18689
|
+
<parameters>
|
18690
|
+
<instance-parameter name="monitor" transfer-ownership="none">
|
18691
|
+
<doc xml:space="preserve">a #GdkMonitor</doc>
|
18692
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
18693
|
+
</instance-parameter>
|
18694
|
+
</parameters>
|
18695
|
+
</method>
|
18696
|
+
<method name="get_geometry"
|
18697
|
+
c:identifier="gdk_monitor_get_geometry"
|
18698
|
+
version="3.22">
|
18699
|
+
<doc xml:space="preserve">Retrieves the size and position of an individual monitor within the
|
18700
|
+
display coordinate space. The returned geometry is in ”application pixels”,
|
18701
|
+
not in ”device pixels” (see gdk_monitor_get_scale_factor()).</doc>
|
18702
|
+
<return-value transfer-ownership="none">
|
18703
|
+
<type name="none" c:type="void"/>
|
18704
|
+
</return-value>
|
18705
|
+
<parameters>
|
18706
|
+
<instance-parameter name="monitor" transfer-ownership="none">
|
18707
|
+
<doc xml:space="preserve">a #GdkMonitor</doc>
|
18708
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
18709
|
+
</instance-parameter>
|
18710
|
+
<parameter name="geometry"
|
18711
|
+
direction="out"
|
18712
|
+
caller-allocates="1"
|
18713
|
+
transfer-ownership="none">
|
18714
|
+
<doc xml:space="preserve">a #GdkRectangle to be filled wiht the monitor geometry</doc>
|
18715
|
+
<type name="Rectangle" c:type="GdkRectangle*"/>
|
18716
|
+
</parameter>
|
18717
|
+
</parameters>
|
18718
|
+
</method>
|
18719
|
+
<method name="get_height_mm"
|
18720
|
+
c:identifier="gdk_monitor_get_height_mm"
|
18721
|
+
version="3.22">
|
18722
|
+
<doc xml:space="preserve">Gets the height in millimeters of the monitor.</doc>
|
18723
|
+
<return-value transfer-ownership="none">
|
18724
|
+
<doc xml:space="preserve">the physical height of the monitor</doc>
|
18725
|
+
<type name="gint" c:type="int"/>
|
18726
|
+
</return-value>
|
18727
|
+
<parameters>
|
18728
|
+
<instance-parameter name="monitor" transfer-ownership="none">
|
18729
|
+
<doc xml:space="preserve">a #GdkMonitor</doc>
|
18730
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
18731
|
+
</instance-parameter>
|
18732
|
+
</parameters>
|
18733
|
+
</method>
|
18734
|
+
<method name="get_manufacturer"
|
18735
|
+
c:identifier="gdk_monitor_get_manufacturer">
|
18736
|
+
<doc xml:space="preserve">Gets the name of the monitor's manufacturer, if available.</doc>
|
18737
|
+
<return-value transfer-ownership="none" nullable="1">
|
18738
|
+
<doc xml:space="preserve">the name of the manufacturer, or %NULL</doc>
|
18739
|
+
<type name="utf8" c:type="const char*"/>
|
18740
|
+
</return-value>
|
18741
|
+
<parameters>
|
18742
|
+
<instance-parameter name="monitor" transfer-ownership="none">
|
18743
|
+
<doc xml:space="preserve">a #GdkMonitor</doc>
|
18744
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
18745
|
+
</instance-parameter>
|
18746
|
+
</parameters>
|
18747
|
+
</method>
|
18748
|
+
<method name="get_model" c:identifier="gdk_monitor_get_model">
|
18749
|
+
<doc xml:space="preserve">Gets the a string identifying the monitor model, if available.</doc>
|
18750
|
+
<return-value transfer-ownership="none" nullable="1">
|
18751
|
+
<doc xml:space="preserve">the monitor model, or %NULL</doc>
|
18752
|
+
<type name="utf8" c:type="const char*"/>
|
18753
|
+
</return-value>
|
18754
|
+
<parameters>
|
18755
|
+
<instance-parameter name="monitor" transfer-ownership="none">
|
18756
|
+
<doc xml:space="preserve">a #GdkMonitor</doc>
|
18757
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
18758
|
+
</instance-parameter>
|
18759
|
+
</parameters>
|
18760
|
+
</method>
|
18761
|
+
<method name="get_refresh_rate"
|
18762
|
+
c:identifier="gdk_monitor_get_refresh_rate"
|
18763
|
+
version="3.22">
|
18764
|
+
<doc xml:space="preserve">Gets the refresh rate of the monitor, if available.
|
18765
|
+
|
18766
|
+
The value is in milli-Hertz, so a refresh rate of 60Hz
|
18767
|
+
is returned as 60000.</doc>
|
18768
|
+
<return-value transfer-ownership="none">
|
18769
|
+
<doc xml:space="preserve">the refresh rate in milli-Hertz, or 0</doc>
|
18770
|
+
<type name="gint" c:type="int"/>
|
18771
|
+
</return-value>
|
18772
|
+
<parameters>
|
18773
|
+
<instance-parameter name="monitor" transfer-ownership="none">
|
18774
|
+
<doc xml:space="preserve">a #GdkMonitor</doc>
|
18775
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
18776
|
+
</instance-parameter>
|
18777
|
+
</parameters>
|
18778
|
+
</method>
|
18779
|
+
<method name="get_scale_factor"
|
18780
|
+
c:identifier="gdk_monitor_get_scale_factor"
|
18781
|
+
version="3.22">
|
18782
|
+
<doc xml:space="preserve">Gets the internal scale factor that maps from monitor coordinates
|
18783
|
+
to the actual device pixels. On traditional systems this is 1, but
|
18784
|
+
on very high density outputs this can be a higher value (often 2).
|
18785
|
+
|
18786
|
+
This can be used if you want to create pixel based data for a
|
18787
|
+
particular monitor, but most of the time you’re drawing to a window
|
18788
|
+
where it is better to use gdk_window_get_scale_factor() instead.</doc>
|
18789
|
+
<return-value transfer-ownership="none">
|
18790
|
+
<doc xml:space="preserve">the scale factor</doc>
|
18791
|
+
<type name="gint" c:type="int"/>
|
18792
|
+
</return-value>
|
18793
|
+
<parameters>
|
18794
|
+
<instance-parameter name="monitor" transfer-ownership="none">
|
18795
|
+
<doc xml:space="preserve">a #GdkMonitor</doc>
|
18796
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
18797
|
+
</instance-parameter>
|
18798
|
+
</parameters>
|
18799
|
+
</method>
|
18800
|
+
<method name="get_subpixel_layout"
|
18801
|
+
c:identifier="gdk_monitor_get_subpixel_layout"
|
18802
|
+
version="3.22">
|
18803
|
+
<doc xml:space="preserve">Gets information about the layout of red, green and blue
|
18804
|
+
primaries for each pixel in this monitor, if available.</doc>
|
18805
|
+
<return-value transfer-ownership="none">
|
18806
|
+
<doc xml:space="preserve">the subpixel layout</doc>
|
18807
|
+
<type name="SubpixelLayout" c:type="GdkSubpixelLayout"/>
|
18808
|
+
</return-value>
|
18809
|
+
<parameters>
|
18810
|
+
<instance-parameter name="monitor" transfer-ownership="none">
|
18811
|
+
<doc xml:space="preserve">a #GdkMonitor</doc>
|
18812
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
18813
|
+
</instance-parameter>
|
18814
|
+
</parameters>
|
18815
|
+
</method>
|
18816
|
+
<method name="get_width_mm"
|
18817
|
+
c:identifier="gdk_monitor_get_width_mm"
|
18818
|
+
version="3.22">
|
18819
|
+
<doc xml:space="preserve">Gets the width in millimeters of the monitor.</doc>
|
18820
|
+
<return-value transfer-ownership="none">
|
18821
|
+
<doc xml:space="preserve">the physical width of the monitor</doc>
|
18822
|
+
<type name="gint" c:type="int"/>
|
18823
|
+
</return-value>
|
18824
|
+
<parameters>
|
18825
|
+
<instance-parameter name="monitor" transfer-ownership="none">
|
18826
|
+
<doc xml:space="preserve">a #GdkMonitor</doc>
|
18827
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
18828
|
+
</instance-parameter>
|
18829
|
+
</parameters>
|
18830
|
+
</method>
|
18831
|
+
<method name="get_workarea"
|
18832
|
+
c:identifier="gdk_monitor_get_workarea"
|
18833
|
+
version="3.22">
|
18834
|
+
<doc xml:space="preserve">Retrieves the size and position of the “work area” on a monitor
|
18835
|
+
within the display coordinate space. The returned geometry is in
|
18836
|
+
”application pixels”, not in ”device pixels” (see
|
18837
|
+
gdk_monitor_get_scale_factor()).
|
18838
|
+
|
18839
|
+
The work area should be considered when positioning menus and
|
18840
|
+
similar popups, to avoid placing them below panels, docks or other
|
18841
|
+
desktop components.
|
18842
|
+
|
18843
|
+
Note that not all backends may have a concept of workarea. This
|
18844
|
+
function will return the monitor geometry if a workarea is not
|
18845
|
+
available, or does not apply.</doc>
|
18846
|
+
<return-value transfer-ownership="none">
|
18847
|
+
<type name="none" c:type="void"/>
|
18848
|
+
</return-value>
|
18849
|
+
<parameters>
|
18850
|
+
<instance-parameter name="monitor" transfer-ownership="none">
|
18851
|
+
<doc xml:space="preserve">a #GdkMonitor</doc>
|
18852
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
18853
|
+
</instance-parameter>
|
18854
|
+
<parameter name="workarea"
|
18855
|
+
direction="out"
|
18856
|
+
caller-allocates="1"
|
18857
|
+
transfer-ownership="none">
|
18858
|
+
<doc xml:space="preserve">a #GdkRectangle to be filled with
|
18859
|
+
the monitor workarea</doc>
|
18860
|
+
<type name="Rectangle" c:type="GdkRectangle*"/>
|
18861
|
+
</parameter>
|
18862
|
+
</parameters>
|
18863
|
+
</method>
|
18864
|
+
<method name="is_primary"
|
18865
|
+
c:identifier="gdk_monitor_is_primary"
|
18866
|
+
version="3.22">
|
18867
|
+
<doc xml:space="preserve">Gets whether this monitor should be considered primary
|
18868
|
+
(see gdk_display_get_primary_monitor()).</doc>
|
18869
|
+
<return-value transfer-ownership="none">
|
18870
|
+
<doc xml:space="preserve">%TRUE if @monitor is primary</doc>
|
18871
|
+
<type name="gboolean" c:type="gboolean"/>
|
18872
|
+
</return-value>
|
18873
|
+
<parameters>
|
18874
|
+
<instance-parameter name="monitor" transfer-ownership="none">
|
18875
|
+
<doc xml:space="preserve">a #GdkMonitor</doc>
|
18876
|
+
<type name="Monitor" c:type="GdkMonitor*"/>
|
18877
|
+
</instance-parameter>
|
18878
|
+
</parameters>
|
18879
|
+
</method>
|
18880
|
+
<property name="display"
|
18881
|
+
writable="1"
|
18882
|
+
construct-only="1"
|
18883
|
+
transfer-ownership="none">
|
18884
|
+
<type name="Display"/>
|
18885
|
+
</property>
|
18886
|
+
<property name="geometry" transfer-ownership="none">
|
18887
|
+
<type name="Rectangle"/>
|
18888
|
+
</property>
|
18889
|
+
<property name="height-mm" transfer-ownership="none">
|
18890
|
+
<type name="gint" c:type="gint"/>
|
18891
|
+
</property>
|
18892
|
+
<property name="manufacturer" transfer-ownership="none">
|
18893
|
+
<type name="utf8" c:type="gchar*"/>
|
18894
|
+
</property>
|
18895
|
+
<property name="model" transfer-ownership="none">
|
18896
|
+
<type name="utf8" c:type="gchar*"/>
|
18897
|
+
</property>
|
18898
|
+
<property name="refresh-rate" transfer-ownership="none">
|
18899
|
+
<type name="gint" c:type="gint"/>
|
18900
|
+
</property>
|
18901
|
+
<property name="scale-factor" transfer-ownership="none">
|
18902
|
+
<type name="gint" c:type="gint"/>
|
18903
|
+
</property>
|
18904
|
+
<property name="subpixel-layout" transfer-ownership="none">
|
18905
|
+
<type name="SubpixelLayout"/>
|
18906
|
+
</property>
|
18907
|
+
<property name="width-mm" transfer-ownership="none">
|
18908
|
+
<type name="gint" c:type="gint"/>
|
18909
|
+
</property>
|
18910
|
+
<property name="workarea" transfer-ownership="none">
|
18911
|
+
<type name="Rectangle"/>
|
18912
|
+
</property>
|
18913
|
+
<glib:signal name="invalidate" when="first">
|
18914
|
+
<return-value transfer-ownership="none">
|
18915
|
+
<type name="none" c:type="void"/>
|
18916
|
+
</return-value>
|
18917
|
+
</glib:signal>
|
18918
|
+
</class>
|
18919
|
+
<record name="MonitorClass"
|
18920
|
+
c:type="GdkMonitorClass"
|
18921
|
+
disguised="1"
|
18922
|
+
glib:is-gtype-struct-for="Monitor">
|
18923
|
+
</record>
|
17658
18924
|
<enumeration name="NotifyType"
|
17659
18925
|
glib:type-name="GdkNotifyType"
|
17660
18926
|
glib:get-type="gdk_notify_type_get_type"
|
@@ -18063,36 +19329,52 @@ gdk_display_get_default ()).</doc>
|
|
18063
19329
|
<type name="Screen" c:type="GdkScreen*"/>
|
18064
19330
|
</return-value>
|
18065
19331
|
</function>
|
18066
|
-
<function name="height"
|
19332
|
+
<function name="height"
|
19333
|
+
c:identifier="gdk_screen_height"
|
19334
|
+
deprecated="1"
|
19335
|
+
deprecated-version="3.22">
|
18067
19336
|
<doc xml:space="preserve">Gets the height of the default screen in pixels. The returned
|
18068
19337
|
size is in ”application pixels”, not in ”device pixels” (see
|
18069
19338
|
gdk_screen_get_monitor_scale_factor()).</doc>
|
19339
|
+
<doc-deprecated xml:space="preserve">Use per-monitor information</doc-deprecated>
|
18070
19340
|
<return-value transfer-ownership="none">
|
18071
19341
|
<doc xml:space="preserve">the height of the default screen in pixels.</doc>
|
18072
19342
|
<type name="gint" c:type="gint"/>
|
18073
19343
|
</return-value>
|
18074
19344
|
</function>
|
18075
|
-
<function name="height_mm"
|
19345
|
+
<function name="height_mm"
|
19346
|
+
c:identifier="gdk_screen_height_mm"
|
19347
|
+
deprecated="1"
|
19348
|
+
deprecated-version="3.22">
|
18076
19349
|
<doc xml:space="preserve">Returns the height of the default screen in millimeters.
|
18077
19350
|
Note that on many X servers this value will not be correct.</doc>
|
19351
|
+
<doc-deprecated xml:space="preserve">Use per-monitor information</doc-deprecated>
|
18078
19352
|
<return-value transfer-ownership="none">
|
18079
19353
|
<doc xml:space="preserve">the height of the default screen in millimeters,
|
18080
19354
|
though it is not always correct.</doc>
|
18081
19355
|
<type name="gint" c:type="gint"/>
|
18082
19356
|
</return-value>
|
18083
19357
|
</function>
|
18084
|
-
<function name="width"
|
19358
|
+
<function name="width"
|
19359
|
+
c:identifier="gdk_screen_width"
|
19360
|
+
deprecated="1"
|
19361
|
+
deprecated-version="3.22">
|
18085
19362
|
<doc xml:space="preserve">Gets the width of the default screen in pixels. The returned
|
18086
19363
|
size is in ”application pixels”, not in ”device pixels” (see
|
18087
19364
|
gdk_screen_get_monitor_scale_factor()).</doc>
|
19365
|
+
<doc-deprecated xml:space="preserve">Use per-monitor information</doc-deprecated>
|
18088
19366
|
<return-value transfer-ownership="none">
|
18089
19367
|
<doc xml:space="preserve">the width of the default screen in pixels.</doc>
|
18090
19368
|
<type name="gint" c:type="gint"/>
|
18091
19369
|
</return-value>
|
18092
19370
|
</function>
|
18093
|
-
<function name="width_mm"
|
19371
|
+
<function name="width_mm"
|
19372
|
+
c:identifier="gdk_screen_width_mm"
|
19373
|
+
deprecated="1"
|
19374
|
+
deprecated-version="3.22">
|
18094
19375
|
<doc xml:space="preserve">Returns the width of the default screen in millimeters.
|
18095
19376
|
Note that on many X servers this value will not be correct.</doc>
|
19377
|
+
<doc-deprecated xml:space="preserve">Use per-monitor information</doc-deprecated>
|
18096
19378
|
<return-value transfer-ownership="none">
|
18097
19379
|
<doc xml:space="preserve">the width of the default screen in millimeters,
|
18098
19380
|
though it is not always correct.</doc>
|
@@ -18101,7 +19383,9 @@ though it is not always correct.</doc>
|
|
18101
19383
|
</function>
|
18102
19384
|
<method name="get_active_window"
|
18103
19385
|
c:identifier="gdk_screen_get_active_window"
|
18104
|
-
version="2.10"
|
19386
|
+
version="2.10"
|
19387
|
+
deprecated="1"
|
19388
|
+
deprecated-version="3.22">
|
18105
19389
|
<doc xml:space="preserve">Returns the screen’s currently active window.
|
18106
19390
|
|
18107
19391
|
On X11, this is done by inspecting the _NET_ACTIVE_WINDOW property
|
@@ -18161,10 +19445,13 @@ no longer needed.</doc>
|
|
18161
19445
|
</method>
|
18162
19446
|
<method name="get_height"
|
18163
19447
|
c:identifier="gdk_screen_get_height"
|
18164
|
-
version="2.2"
|
19448
|
+
version="2.2"
|
19449
|
+
deprecated="1"
|
19450
|
+
deprecated-version="3.22">
|
18165
19451
|
<doc xml:space="preserve">Gets the height of @screen in pixels. The returned size is in
|
18166
19452
|
”application pixels”, not in ”device pixels” (see
|
18167
19453
|
gdk_screen_get_monitor_scale_factor()).</doc>
|
19454
|
+
<doc-deprecated xml:space="preserve">Use per-monitor information instead</doc-deprecated>
|
18168
19455
|
<return-value transfer-ownership="none">
|
18169
19456
|
<doc xml:space="preserve">the height of @screen in pixels.</doc>
|
18170
19457
|
<type name="gint" c:type="gint"/>
|
@@ -18178,12 +19465,15 @@ gdk_screen_get_monitor_scale_factor()).</doc>
|
|
18178
19465
|
</method>
|
18179
19466
|
<method name="get_height_mm"
|
18180
19467
|
c:identifier="gdk_screen_get_height_mm"
|
18181
|
-
version="2.2"
|
19468
|
+
version="2.2"
|
19469
|
+
deprecated="1"
|
19470
|
+
deprecated-version="3.22">
|
18182
19471
|
<doc xml:space="preserve">Returns the height of @screen in millimeters.
|
18183
19472
|
|
18184
19473
|
Note that this value is somewhat ill-defined when the screen
|
18185
19474
|
has multiple monitors of different resolution. It is recommended
|
18186
19475
|
to use the monitor dimensions instead.</doc>
|
19476
|
+
<doc-deprecated xml:space="preserve">Use per-monitor information instead</doc-deprecated>
|
18187
19477
|
<return-value transfer-ownership="none">
|
18188
19478
|
<doc xml:space="preserve">the heigth of @screen in millimeters.</doc>
|
18189
19479
|
<type name="gint" c:type="gint"/>
|
@@ -18197,8 +19487,11 @@ to use the monitor dimensions instead.</doc>
|
|
18197
19487
|
</method>
|
18198
19488
|
<method name="get_monitor_at_point"
|
18199
19489
|
c:identifier="gdk_screen_get_monitor_at_point"
|
18200
|
-
version="2.2"
|
19490
|
+
version="2.2"
|
19491
|
+
deprecated="1"
|
19492
|
+
deprecated-version="3.22">
|
18201
19493
|
<doc xml:space="preserve">Returns the monitor number in which the point (@x,@y) is located.</doc>
|
19494
|
+
<doc-deprecated xml:space="preserve">Use gdk_display_get_monitor_at_point() instead</doc-deprecated>
|
18202
19495
|
<return-value transfer-ownership="none">
|
18203
19496
|
<doc xml:space="preserve">the monitor number in which the point (@x,@y) lies, or
|
18204
19497
|
a monitor close to (@x,@y) if the point is not in any monitor.</doc>
|
@@ -18221,9 +19514,12 @@ to use the monitor dimensions instead.</doc>
|
|
18221
19514
|
</method>
|
18222
19515
|
<method name="get_monitor_at_window"
|
18223
19516
|
c:identifier="gdk_screen_get_monitor_at_window"
|
18224
|
-
version="2.2"
|
19517
|
+
version="2.2"
|
19518
|
+
deprecated="1"
|
19519
|
+
deprecated-version="3.22">
|
18225
19520
|
<doc xml:space="preserve">Returns the number of the monitor in which the largest area of the
|
18226
19521
|
bounding rectangle of @window resides.</doc>
|
19522
|
+
<doc-deprecated xml:space="preserve">Use gdk_display_get_monitor_at_window() instead</doc-deprecated>
|
18227
19523
|
<return-value transfer-ownership="none">
|
18228
19524
|
<doc xml:space="preserve">the monitor number in which most of @window is located,
|
18229
19525
|
or if @window does not intersect any monitors, a monitor,
|
@@ -18243,7 +19539,9 @@ bounding rectangle of @window resides.</doc>
|
|
18243
19539
|
</method>
|
18244
19540
|
<method name="get_monitor_geometry"
|
18245
19541
|
c:identifier="gdk_screen_get_monitor_geometry"
|
18246
|
-
version="2.2"
|
19542
|
+
version="2.2"
|
19543
|
+
deprecated="1"
|
19544
|
+
deprecated-version="3.22">
|
18247
19545
|
<doc xml:space="preserve">Retrieves the #GdkRectangle representing the size and position of
|
18248
19546
|
the individual monitor within the entire screen area. The returned
|
18249
19547
|
geometry is in ”application pixels”, not in ”device pixels” (see
|
@@ -18254,6 +19552,7 @@ Monitor numbers start at 0. To obtain the number of monitors of
|
|
18254
19552
|
|
18255
19553
|
Note that the size of the entire screen area can be retrieved via
|
18256
19554
|
gdk_screen_get_width() and gdk_screen_get_height().</doc>
|
19555
|
+
<doc-deprecated xml:space="preserve">Use gdk_monitor_get_geometry() instead</doc-deprecated>
|
18257
19556
|
<return-value transfer-ownership="none">
|
18258
19557
|
<type name="none" c:type="void"/>
|
18259
19558
|
</return-value>
|
@@ -18280,8 +19579,11 @@ gdk_screen_get_width() and gdk_screen_get_height().</doc>
|
|
18280
19579
|
</method>
|
18281
19580
|
<method name="get_monitor_height_mm"
|
18282
19581
|
c:identifier="gdk_screen_get_monitor_height_mm"
|
18283
|
-
version="2.14"
|
19582
|
+
version="2.14"
|
19583
|
+
deprecated="1"
|
19584
|
+
deprecated-version="3.22">
|
18284
19585
|
<doc xml:space="preserve">Gets the height in millimeters of the specified monitor.</doc>
|
19586
|
+
<doc-deprecated xml:space="preserve">Use gdk_monitor_get_height_mm() instead</doc-deprecated>
|
18285
19587
|
<return-value transfer-ownership="none">
|
18286
19588
|
<doc xml:space="preserve">the height of the monitor, or -1 if not available</doc>
|
18287
19589
|
<type name="gint" c:type="gint"/>
|
@@ -18299,10 +19601,13 @@ gdk_screen_get_width() and gdk_screen_get_height().</doc>
|
|
18299
19601
|
</method>
|
18300
19602
|
<method name="get_monitor_plug_name"
|
18301
19603
|
c:identifier="gdk_screen_get_monitor_plug_name"
|
18302
|
-
version="2.14"
|
19604
|
+
version="2.14"
|
19605
|
+
deprecated="1"
|
19606
|
+
deprecated-version="3.22">
|
18303
19607
|
<doc xml:space="preserve">Returns the output name of the specified monitor.
|
18304
19608
|
Usually something like VGA, DVI, or TV, not the actual
|
18305
19609
|
product name of the display device.</doc>
|
19610
|
+
<doc-deprecated xml:space="preserve">Use gdk_monitor_get_model() instead</doc-deprecated>
|
18306
19611
|
<return-value transfer-ownership="full" nullable="1">
|
18307
19612
|
<doc xml:space="preserve">a newly-allocated string containing the name
|
18308
19613
|
of the monitor, or %NULL if the name cannot be determined</doc>
|
@@ -18321,7 +19626,9 @@ product name of the display device.</doc>
|
|
18321
19626
|
</method>
|
18322
19627
|
<method name="get_monitor_scale_factor"
|
18323
19628
|
c:identifier="gdk_screen_get_monitor_scale_factor"
|
18324
|
-
version="3.10"
|
19629
|
+
version="3.10"
|
19630
|
+
deprecated="1"
|
19631
|
+
deprecated-version="3.22">
|
18325
19632
|
<doc xml:space="preserve">Returns the internal scale factor that maps from monitor coordinates
|
18326
19633
|
to the actual device pixels. On traditional systems this is 1, but
|
18327
19634
|
on very high density outputs this can be a higher value (often 2).
|
@@ -18329,6 +19636,7 @@ on very high density outputs this can be a higher value (often 2).
|
|
18329
19636
|
This can be used if you want to create pixel based data for a
|
18330
19637
|
particular monitor, but most of the time you’re drawing to a window
|
18331
19638
|
where it is better to use gdk_window_get_scale_factor() instead.</doc>
|
19639
|
+
<doc-deprecated xml:space="preserve">Use gdk_monitor_get_scale_factor() instead</doc-deprecated>
|
18332
19640
|
<return-value transfer-ownership="none">
|
18333
19641
|
<doc xml:space="preserve">the scale factor</doc>
|
18334
19642
|
<type name="gint" c:type="gint"/>
|
@@ -18346,8 +19654,11 @@ where it is better to use gdk_window_get_scale_factor() instead.</doc>
|
|
18346
19654
|
</method>
|
18347
19655
|
<method name="get_monitor_width_mm"
|
18348
19656
|
c:identifier="gdk_screen_get_monitor_width_mm"
|
18349
|
-
version="2.14"
|
19657
|
+
version="2.14"
|
19658
|
+
deprecated="1"
|
19659
|
+
deprecated-version="3.22">
|
18350
19660
|
<doc xml:space="preserve">Gets the width in millimeters of the specified monitor, if available.</doc>
|
19661
|
+
<doc-deprecated xml:space="preserve">Use gdk_monitor_get_width_mm() instead</doc-deprecated>
|
18351
19662
|
<return-value transfer-ownership="none">
|
18352
19663
|
<doc xml:space="preserve">the width of the monitor, or -1 if not available</doc>
|
18353
19664
|
<type name="gint" c:type="gint"/>
|
@@ -18365,7 +19676,9 @@ where it is better to use gdk_window_get_scale_factor() instead.</doc>
|
|
18365
19676
|
</method>
|
18366
19677
|
<method name="get_monitor_workarea"
|
18367
19678
|
c:identifier="gdk_screen_get_monitor_workarea"
|
18368
|
-
version="3.4"
|
19679
|
+
version="3.4"
|
19680
|
+
deprecated="1"
|
19681
|
+
deprecated-version="3.22">
|
18369
19682
|
<doc xml:space="preserve">Retrieves the #GdkRectangle representing the size and position of
|
18370
19683
|
the “work area” on a monitor within the entire screen area. The returned
|
18371
19684
|
geometry is in ”application pixels”, not in ”device pixels” (see
|
@@ -18381,6 +19694,7 @@ available, or does not apply.
|
|
18381
19694
|
|
18382
19695
|
Monitor numbers start at 0. To obtain the number of monitors of
|
18383
19696
|
@screen, use gdk_screen_get_n_monitors().</doc>
|
19697
|
+
<doc-deprecated xml:space="preserve">Use gdk_monitor_get_workarea() instead</doc-deprecated>
|
18384
19698
|
<return-value transfer-ownership="none">
|
18385
19699
|
<type name="none" c:type="void"/>
|
18386
19700
|
</return-value>
|
@@ -18407,8 +19721,11 @@ Monitor numbers start at 0. To obtain the number of monitors of
|
|
18407
19721
|
</method>
|
18408
19722
|
<method name="get_n_monitors"
|
18409
19723
|
c:identifier="gdk_screen_get_n_monitors"
|
18410
|
-
version="2.2"
|
19724
|
+
version="2.2"
|
19725
|
+
deprecated="1"
|
19726
|
+
deprecated-version="3.22">
|
18411
19727
|
<doc xml:space="preserve">Returns the number of monitors which @screen consists of.</doc>
|
19728
|
+
<doc-deprecated xml:space="preserve">Use gdk_display_get_n_monitors() instead</doc-deprecated>
|
18412
19729
|
<return-value transfer-ownership="none">
|
18413
19730
|
<doc xml:space="preserve">number of monitors which @screen consists of</doc>
|
18414
19731
|
<type name="gint" c:type="gint"/>
|
@@ -18422,7 +19739,9 @@ Monitor numbers start at 0. To obtain the number of monitors of
|
|
18422
19739
|
</method>
|
18423
19740
|
<method name="get_number"
|
18424
19741
|
c:identifier="gdk_screen_get_number"
|
18425
|
-
version="2.2"
|
19742
|
+
version="2.2"
|
19743
|
+
deprecated="1"
|
19744
|
+
deprecated-version="3.22">
|
18426
19745
|
<doc xml:space="preserve">Gets the index of @screen among the screens in the display
|
18427
19746
|
to which it belongs. (See gdk_screen_get_display())</doc>
|
18428
19747
|
<return-value transfer-ownership="none">
|
@@ -18438,7 +19757,9 @@ to which it belongs. (See gdk_screen_get_display())</doc>
|
|
18438
19757
|
</method>
|
18439
19758
|
<method name="get_primary_monitor"
|
18440
19759
|
c:identifier="gdk_screen_get_primary_monitor"
|
18441
|
-
version="2.20"
|
19760
|
+
version="2.20"
|
19761
|
+
deprecated="1"
|
19762
|
+
deprecated-version="3.22">
|
18442
19763
|
<doc xml:space="preserve">Gets the primary monitor for @screen. The primary monitor
|
18443
19764
|
is considered the monitor where the “main desktop” lives.
|
18444
19765
|
While normal application windows typically allow the window
|
@@ -18447,6 +19768,7 @@ such as panels should place themselves on the primary monitor.
|
|
18447
19768
|
|
18448
19769
|
If no primary monitor is configured by the user, the return value
|
18449
19770
|
will be 0, defaulting to the first monitor.</doc>
|
19771
|
+
<doc-deprecated xml:space="preserve">Use gdk_display_get_primary_monitor() instead</doc-deprecated>
|
18450
19772
|
<return-value transfer-ownership="none">
|
18451
19773
|
<doc xml:space="preserve">An integer index for the primary monitor, or 0 if none is configured.</doc>
|
18452
19774
|
<type name="gint" c:type="gint"/>
|
@@ -18589,10 +19911,13 @@ its elements need not be freed.</doc>
|
|
18589
19911
|
</method>
|
18590
19912
|
<method name="get_width"
|
18591
19913
|
c:identifier="gdk_screen_get_width"
|
18592
|
-
version="2.2"
|
19914
|
+
version="2.2"
|
19915
|
+
deprecated="1"
|
19916
|
+
deprecated-version="3.22">
|
18593
19917
|
<doc xml:space="preserve">Gets the width of @screen in pixels. The returned size is in
|
18594
19918
|
”application pixels”, not in ”device pixels” (see
|
18595
19919
|
gdk_screen_get_monitor_scale_factor()).</doc>
|
19920
|
+
<doc-deprecated xml:space="preserve">Use per-monitor information instead</doc-deprecated>
|
18596
19921
|
<return-value transfer-ownership="none">
|
18597
19922
|
<doc xml:space="preserve">the width of @screen in pixels.</doc>
|
18598
19923
|
<type name="gint" c:type="gint"/>
|
@@ -18606,12 +19931,15 @@ gdk_screen_get_monitor_scale_factor()).</doc>
|
|
18606
19931
|
</method>
|
18607
19932
|
<method name="get_width_mm"
|
18608
19933
|
c:identifier="gdk_screen_get_width_mm"
|
18609
|
-
version="2.2"
|
19934
|
+
version="2.2"
|
19935
|
+
deprecated="1"
|
19936
|
+
deprecated-version="3.22">
|
18610
19937
|
<doc xml:space="preserve">Gets the width of @screen in millimeters.
|
18611
19938
|
|
18612
19939
|
Note that this value is somewhat ill-defined when the screen
|
18613
19940
|
has multiple monitors of different resolution. It is recommended
|
18614
19941
|
to use the monitor dimensions instead.</doc>
|
19942
|
+
<doc-deprecated xml:space="preserve">Use per-monitor information instead</doc-deprecated>
|
18615
19943
|
<return-value transfer-ownership="none">
|
18616
19944
|
<doc xml:space="preserve">the width of @screen in millimeters.</doc>
|
18617
19945
|
<type name="gint" c:type="gint"/>
|
@@ -18701,7 +20029,9 @@ Call g_list_free() on the return value when you’re finished with it.</doc>
|
|
18701
20029
|
</method>
|
18702
20030
|
<method name="make_display_name"
|
18703
20031
|
c:identifier="gdk_screen_make_display_name"
|
18704
|
-
version="2.2"
|
20032
|
+
version="2.2"
|
20033
|
+
deprecated="1"
|
20034
|
+
deprecated-version="3.22">
|
18705
20035
|
<doc xml:space="preserve">Determines the name to pass to gdk_display_open() to get
|
18706
20036
|
a #GdkDisplay with this screen as the default screen.</doc>
|
18707
20037
|
<return-value transfer-ownership="full">
|
@@ -19060,6 +20390,36 @@ input device is removed (e.g. unplugged).</doc>
|
|
19060
20390
|
</parameter>
|
19061
20391
|
</parameters>
|
19062
20392
|
</glib:signal>
|
20393
|
+
<glib:signal name="tool-added" when="last" version="3.22">
|
20394
|
+
<doc xml:space="preserve">The ::tool-added signal is emitted whenever a new tool
|
20395
|
+
is made known to the seat. The tool may later be assigned
|
20396
|
+
to a device (i.e. on proximity with a tablet). The device
|
20397
|
+
will emit the #GdkDevice::tool-changed signal accordingly.
|
20398
|
+
|
20399
|
+
A same tool may be used by several devices.</doc>
|
20400
|
+
<return-value transfer-ownership="none">
|
20401
|
+
<type name="none" c:type="void"/>
|
20402
|
+
</return-value>
|
20403
|
+
<parameters>
|
20404
|
+
<parameter name="tool" transfer-ownership="none">
|
20405
|
+
<doc xml:space="preserve">the new #GdkDeviceTool known to the seat</doc>
|
20406
|
+
<type name="DeviceTool"/>
|
20407
|
+
</parameter>
|
20408
|
+
</parameters>
|
20409
|
+
</glib:signal>
|
20410
|
+
<glib:signal name="tool-removed" when="last" version="3.22">
|
20411
|
+
<doc xml:space="preserve">This signal is emitted whenever a tool is no longer known
|
20412
|
+
to this @seat.</doc>
|
20413
|
+
<return-value transfer-ownership="none">
|
20414
|
+
<type name="none" c:type="void"/>
|
20415
|
+
</return-value>
|
20416
|
+
<parameters>
|
20417
|
+
<parameter name="tool" transfer-ownership="none">
|
20418
|
+
<doc xml:space="preserve">the just removed #GdkDeviceTool</doc>
|
20419
|
+
<type name="DeviceTool"/>
|
20420
|
+
</parameter>
|
20421
|
+
</parameters>
|
20422
|
+
</glib:signal>
|
19063
20423
|
</class>
|
19064
20424
|
<bitfield name="SeatCapabilities"
|
19065
20425
|
version="3.20"
|
@@ -19191,6 +20551,50 @@ actions.</doc>
|
|
19191
20551
|
glib:nick="error-mem">
|
19192
20552
|
</member>
|
19193
20553
|
</enumeration>
|
20554
|
+
<enumeration name="SubpixelLayout"
|
20555
|
+
version="3.22"
|
20556
|
+
glib:type-name="GdkSubpixelLayout"
|
20557
|
+
glib:get-type="gdk_subpixel_layout_get_type"
|
20558
|
+
c:type="GdkSubpixelLayout">
|
20559
|
+
<doc xml:space="preserve">This enumeration describes how the red, green and blue components
|
20560
|
+
of physical pixels on an output device are laid out.</doc>
|
20561
|
+
<member name="unknown"
|
20562
|
+
value="0"
|
20563
|
+
c:identifier="GDK_SUBPIXEL_LAYOUT_UNKNOWN"
|
20564
|
+
glib:nick="unknown">
|
20565
|
+
<doc xml:space="preserve">The layout is not known</doc>
|
20566
|
+
</member>
|
20567
|
+
<member name="none"
|
20568
|
+
value="1"
|
20569
|
+
c:identifier="GDK_SUBPIXEL_LAYOUT_NONE"
|
20570
|
+
glib:nick="none">
|
20571
|
+
<doc xml:space="preserve">Not organized in this way</doc>
|
20572
|
+
</member>
|
20573
|
+
<member name="horizontal_rgb"
|
20574
|
+
value="2"
|
20575
|
+
c:identifier="GDK_SUBPIXEL_LAYOUT_HORIZONTAL_RGB"
|
20576
|
+
glib:nick="horizontal-rgb">
|
20577
|
+
<doc xml:space="preserve">The layout is horizontal, the order is RGB</doc>
|
20578
|
+
</member>
|
20579
|
+
<member name="horizontal_bgr"
|
20580
|
+
value="3"
|
20581
|
+
c:identifier="GDK_SUBPIXEL_LAYOUT_HORIZONTAL_BGR"
|
20582
|
+
glib:nick="horizontal-bgr">
|
20583
|
+
<doc xml:space="preserve">The layout is horizontal, the order is BGR</doc>
|
20584
|
+
</member>
|
20585
|
+
<member name="vertical_rgb"
|
20586
|
+
value="4"
|
20587
|
+
c:identifier="GDK_SUBPIXEL_LAYOUT_VERTICAL_RGB"
|
20588
|
+
glib:nick="vertical-rgb">
|
20589
|
+
<doc xml:space="preserve">The layout is vertical, the order is RGB</doc>
|
20590
|
+
</member>
|
20591
|
+
<member name="vertical_bgr"
|
20592
|
+
value="5"
|
20593
|
+
c:identifier="GDK_SUBPIXEL_LAYOUT_VERTICAL_BGR"
|
20594
|
+
glib:nick="vertical-bgr">
|
20595
|
+
<doc xml:space="preserve">The layout is vertical, the order is BGR</doc>
|
20596
|
+
</member>
|
20597
|
+
</enumeration>
|
19194
20598
|
<record name="TimeCoord" c:type="GdkTimeCoord">
|
19195
20599
|
<doc xml:space="preserve">A #GdkTimeCoord stores a single event in a motion history.</doc>
|
19196
20600
|
<field name="time" writable="1">
|
@@ -19285,34 +20689,53 @@ See also #GdkEventTouchpadSwipe and #GdkEventTouchpadPinch.</doc>
|
|
19285
20689
|
glib:get-type="gdk_visual_get_type">
|
19286
20690
|
<doc xml:space="preserve">A #GdkVisual contains information about
|
19287
20691
|
a particular visual.</doc>
|
19288
|
-
<function name="get_best"
|
20692
|
+
<function name="get_best"
|
20693
|
+
c:identifier="gdk_visual_get_best"
|
20694
|
+
deprecated="1"
|
20695
|
+
deprecated-version="3.22">
|
19289
20696
|
<doc xml:space="preserve">Get the visual with the most available colors for the default
|
19290
20697
|
GDK screen. The return value should not be freed.</doc>
|
20698
|
+
<doc-deprecated xml:space="preserve">Visual selection should be done using
|
20699
|
+
gdk_screen_get_system_visual() and gdk_screen_get_rgba_visual()</doc-deprecated>
|
19291
20700
|
<return-value transfer-ownership="none">
|
19292
20701
|
<doc xml:space="preserve">best visual</doc>
|
19293
20702
|
<type name="Visual" c:type="GdkVisual*"/>
|
19294
20703
|
</return-value>
|
19295
20704
|
</function>
|
19296
|
-
<function name="get_best_depth"
|
20705
|
+
<function name="get_best_depth"
|
20706
|
+
c:identifier="gdk_visual_get_best_depth"
|
20707
|
+
deprecated="1"
|
20708
|
+
deprecated-version="3.22">
|
19297
20709
|
<doc xml:space="preserve">Get the best available depth for the default GDK screen. “Best”
|
19298
20710
|
means “largest,” i.e. 32 preferred over 24 preferred over 8 bits
|
19299
20711
|
per pixel.</doc>
|
20712
|
+
<doc-deprecated xml:space="preserve">Visual selection should be done using
|
20713
|
+
gdk_screen_get_system_visual() and gdk_screen_get_rgba_visual()</doc-deprecated>
|
19300
20714
|
<return-value transfer-ownership="none">
|
19301
20715
|
<doc xml:space="preserve">best available depth</doc>
|
19302
20716
|
<type name="gint" c:type="gint"/>
|
19303
20717
|
</return-value>
|
19304
20718
|
</function>
|
19305
|
-
<function name="get_best_type"
|
20719
|
+
<function name="get_best_type"
|
20720
|
+
c:identifier="gdk_visual_get_best_type"
|
20721
|
+
deprecated="1"
|
20722
|
+
deprecated-version="3.22">
|
19306
20723
|
<doc xml:space="preserve">Return the best available visual type for the default GDK screen.</doc>
|
20724
|
+
<doc-deprecated xml:space="preserve">Visual selection should be done using
|
20725
|
+
gdk_screen_get_system_visual() and gdk_screen_get_rgba_visual()</doc-deprecated>
|
19307
20726
|
<return-value transfer-ownership="none">
|
19308
20727
|
<doc xml:space="preserve">best visual type</doc>
|
19309
20728
|
<type name="VisualType" c:type="GdkVisualType"/>
|
19310
20729
|
</return-value>
|
19311
20730
|
</function>
|
19312
20731
|
<function name="get_best_with_both"
|
19313
|
-
c:identifier="gdk_visual_get_best_with_both"
|
20732
|
+
c:identifier="gdk_visual_get_best_with_both"
|
20733
|
+
deprecated="1"
|
20734
|
+
deprecated-version="3.22">
|
19314
20735
|
<doc xml:space="preserve">Combines gdk_visual_get_best_with_depth() and
|
19315
20736
|
gdk_visual_get_best_with_type().</doc>
|
20737
|
+
<doc-deprecated xml:space="preserve">Visual selection should be done using
|
20738
|
+
gdk_screen_get_system_visual() and gdk_screen_get_rgba_visual()</doc-deprecated>
|
19316
20739
|
<return-value transfer-ownership="none" nullable="1">
|
19317
20740
|
<doc xml:space="preserve">best visual with both @depth
|
19318
20741
|
and @visual_type, or %NULL if none</doc>
|
@@ -19330,11 +20753,15 @@ gdk_visual_get_best_with_type().</doc>
|
|
19330
20753
|
</parameters>
|
19331
20754
|
</function>
|
19332
20755
|
<function name="get_best_with_depth"
|
19333
|
-
c:identifier="gdk_visual_get_best_with_depth"
|
20756
|
+
c:identifier="gdk_visual_get_best_with_depth"
|
20757
|
+
deprecated="1"
|
20758
|
+
deprecated-version="3.22">
|
19334
20759
|
<doc xml:space="preserve">Get the best visual with depth @depth for the default GDK screen.
|
19335
20760
|
Color visuals and visuals with mutable colormaps are preferred
|
19336
20761
|
over grayscale or fixed-colormap visuals. The return value should
|
19337
20762
|
not be freed. %NULL may be returned if no visual supports @depth.</doc>
|
20763
|
+
<doc-deprecated xml:space="preserve">Visual selection should be done using
|
20764
|
+
gdk_screen_get_system_visual() and gdk_screen_get_rgba_visual()</doc-deprecated>
|
19338
20765
|
<return-value transfer-ownership="none">
|
19339
20766
|
<doc xml:space="preserve">best visual for the given depth</doc>
|
19340
20767
|
<type name="Visual" c:type="GdkVisual*"/>
|
@@ -19347,11 +20774,15 @@ not be freed. %NULL may be returned if no visual supports @depth.</doc>
|
|
19347
20774
|
</parameters>
|
19348
20775
|
</function>
|
19349
20776
|
<function name="get_best_with_type"
|
19350
|
-
c:identifier="gdk_visual_get_best_with_type"
|
20777
|
+
c:identifier="gdk_visual_get_best_with_type"
|
20778
|
+
deprecated="1"
|
20779
|
+
deprecated-version="3.22">
|
19351
20780
|
<doc xml:space="preserve">Get the best visual of the given @visual_type for the default GDK screen.
|
19352
20781
|
Visuals with higher color depths are considered better. The return value
|
19353
20782
|
should not be freed. %NULL may be returned if no visual has type
|
19354
20783
|
@visual_type.</doc>
|
20784
|
+
<doc-deprecated xml:space="preserve">Visual selection should be done using
|
20785
|
+
gdk_screen_get_system_visual() and gdk_screen_get_rgba_visual()</doc-deprecated>
|
19355
20786
|
<return-value transfer-ownership="none">
|
19356
20787
|
<doc xml:space="preserve">best visual of the given type</doc>
|
19357
20788
|
<type name="Visual" c:type="GdkVisual*"/>
|
@@ -19363,10 +20794,14 @@ should not be freed. %NULL may be returned if no visual has type
|
|
19363
20794
|
</parameter>
|
19364
20795
|
</parameters>
|
19365
20796
|
</function>
|
19366
|
-
<function name="get_system"
|
20797
|
+
<function name="get_system"
|
20798
|
+
c:identifier="gdk_visual_get_system"
|
20799
|
+
deprecated="1"
|
20800
|
+
deprecated-version="3.22">
|
19367
20801
|
<doc xml:space="preserve">Get the system’s default visual for the default GDK screen.
|
19368
20802
|
This is the visual for the root window of the display.
|
19369
20803
|
The return value should not be freed.</doc>
|
20804
|
+
<doc-deprecated xml:space="preserve">Use gdk_screen_get_system_visual (gdk_screen_get_default ()).</doc-deprecated>
|
19370
20805
|
<return-value transfer-ownership="none">
|
19371
20806
|
<doc xml:space="preserve">system visual</doc>
|
19372
20807
|
<type name="Visual" c:type="GdkVisual*"/>
|
@@ -19374,8 +20809,14 @@ The return value should not be freed.</doc>
|
|
19374
20809
|
</function>
|
19375
20810
|
<method name="get_bits_per_rgb"
|
19376
20811
|
c:identifier="gdk_visual_get_bits_per_rgb"
|
19377
|
-
version="2.22"
|
19378
|
-
|
20812
|
+
version="2.22"
|
20813
|
+
deprecated="1"
|
20814
|
+
deprecated-version="3.22.">
|
20815
|
+
<doc xml:space="preserve">Returns the number of significant bits per red, green and blue value.
|
20816
|
+
|
20817
|
+
Not all GDK backend provide a meaningful value for this function.</doc>
|
20818
|
+
<doc-deprecated xml:space="preserve">Use gdk_visual_get_red_pixel_details() and its variants to
|
20819
|
+
learn about the pixel layout of TrueColor and DirectColor visuals</doc-deprecated>
|
19379
20820
|
<return-value transfer-ownership="none">
|
19380
20821
|
<doc xml:space="preserve">The number of significant bits per color value for @visual.</doc>
|
19381
20822
|
<type name="gint" c:type="gint"/>
|
@@ -19434,8 +20875,15 @@ to how much precision the pixel value contains for a particular primary.</doc>
|
|
19434
20875
|
</method>
|
19435
20876
|
<method name="get_byte_order"
|
19436
20877
|
c:identifier="gdk_visual_get_byte_order"
|
19437
|
-
version="2.22"
|
19438
|
-
|
20878
|
+
version="2.22"
|
20879
|
+
deprecated="1"
|
20880
|
+
deprecated-version="3.22">
|
20881
|
+
<doc xml:space="preserve">Returns the byte order of this visual.
|
20882
|
+
|
20883
|
+
The information returned by this function is only relevant
|
20884
|
+
when working with XImages, and not all backends return
|
20885
|
+
meaningful information for this.</doc>
|
20886
|
+
<doc-deprecated xml:space="preserve">This information is not useful</doc-deprecated>
|
19439
20887
|
<return-value transfer-ownership="none">
|
19440
20888
|
<doc xml:space="preserve">A #GdkByteOrder stating the byte order of @visual.</doc>
|
19441
20889
|
<type name="ByteOrder" c:type="GdkByteOrder"/>
|
@@ -19449,8 +20897,14 @@ to how much precision the pixel value contains for a particular primary.</doc>
|
|
19449
20897
|
</method>
|
19450
20898
|
<method name="get_colormap_size"
|
19451
20899
|
c:identifier="gdk_visual_get_colormap_size"
|
19452
|
-
version="2.22"
|
19453
|
-
|
20900
|
+
version="2.22"
|
20901
|
+
deprecated="1"
|
20902
|
+
deprecated-version="3.22">
|
20903
|
+
<doc xml:space="preserve">Returns the size of a colormap for this visual.
|
20904
|
+
|
20905
|
+
You have to use platform-specific APIs to manipulate colormaps.</doc>
|
20906
|
+
<doc-deprecated xml:space="preserve">This information is not useful, since GDK does not
|
20907
|
+
provide APIs to operate on colormaps.</doc-deprecated>
|
19454
20908
|
<return-value transfer-ownership="none">
|
19455
20909
|
<doc xml:space="preserve">The size of a colormap that is suitable for @visual.</doc>
|
19456
20910
|
<type name="gint" c:type="gint"/>
|
@@ -19867,7 +21321,9 @@ in the application.</doc>
|
|
19867
21321
|
</return-value>
|
19868
21322
|
</function>
|
19869
21323
|
<function name="set_debug_updates"
|
19870
|
-
c:identifier="gdk_window_set_debug_updates"
|
21324
|
+
c:identifier="gdk_window_set_debug_updates"
|
21325
|
+
deprecated="1"
|
21326
|
+
deprecated-version="3.22">
|
19871
21327
|
<doc xml:space="preserve">With update debugging enabled, calls to
|
19872
21328
|
gdk_window_invalidate_region() clear the invalidated region of the
|
19873
21329
|
screen to a noticeable color, and GDK pauses for a short time
|
@@ -20023,6 +21479,53 @@ the display just as gdk_display_beep().</doc>
|
|
20023
21479
|
</instance-parameter>
|
20024
21480
|
</parameters>
|
20025
21481
|
</method>
|
21482
|
+
<method name="begin_draw_frame"
|
21483
|
+
c:identifier="gdk_window_begin_draw_frame"
|
21484
|
+
version="3.22">
|
21485
|
+
<doc xml:space="preserve">Indicates that you are beginning the process of redrawing @region
|
21486
|
+
on @window, and provides you with a #GdkDrawingContext.
|
21487
|
+
|
21488
|
+
If @window is a top level #GdkWindow, backed by a native window
|
21489
|
+
implementation, a backing store (offscreen buffer) large enough to
|
21490
|
+
contain @region will be created. The backing store will be initialized
|
21491
|
+
with the background color or background surface for @window. Then, all
|
21492
|
+
drawing operations performed on @window will be diverted to the
|
21493
|
+
backing store. When you call gdk_window_end_frame(), the contents of
|
21494
|
+
the backing store will be copied to @window, making it visible
|
21495
|
+
on screen. Only the part of @window contained in @region will be
|
21496
|
+
modified; that is, drawing operations are clipped to @region.
|
21497
|
+
|
21498
|
+
The net result of all this is to remove flicker, because the user
|
21499
|
+
sees the finished product appear all at once when you call
|
21500
|
+
gdk_window_end_draw_frame(). If you draw to @window directly without
|
21501
|
+
calling gdk_window_begin_draw_frame(), the user may see flicker
|
21502
|
+
as individual drawing operations are performed in sequence.
|
21503
|
+
|
21504
|
+
When using GTK+, the widget system automatically places calls to
|
21505
|
+
gdk_window_begin_draw_frame() and gdk_window_end_draw_frame() around
|
21506
|
+
emissions of the `GtkWidget::draw` signal. That is, if you’re
|
21507
|
+
drawing the contents of the widget yourself, you can assume that the
|
21508
|
+
widget has a cleared background, is already set as the clip region,
|
21509
|
+
and already has a backing store. Therefore in most cases, application
|
21510
|
+
code in GTK does not need to call gdk_window_begin_draw_frame()
|
21511
|
+
explicitly.</doc>
|
21512
|
+
<return-value transfer-ownership="none">
|
21513
|
+
<doc xml:space="preserve">a #GdkDrawingContext context that should be
|
21514
|
+
used to draw the contents of the window; the returned context is owned
|
21515
|
+
by GDK.</doc>
|
21516
|
+
<type name="DrawingContext" c:type="GdkDrawingContext*"/>
|
21517
|
+
</return-value>
|
21518
|
+
<parameters>
|
21519
|
+
<instance-parameter name="window" transfer-ownership="none">
|
21520
|
+
<doc xml:space="preserve">a #GdkWindow</doc>
|
21521
|
+
<type name="Window" c:type="GdkWindow*"/>
|
21522
|
+
</instance-parameter>
|
21523
|
+
<parameter name="region" transfer-ownership="none">
|
21524
|
+
<doc xml:space="preserve">a Cairo region</doc>
|
21525
|
+
<type name="cairo.Region" c:type="const cairo_region_t*"/>
|
21526
|
+
</parameter>
|
21527
|
+
</parameters>
|
21528
|
+
</method>
|
20026
21529
|
<method name="begin_move_drag" c:identifier="gdk_window_begin_move_drag">
|
20027
21530
|
<doc xml:space="preserve">Begins a window move operation (for a toplevel window).
|
20028
21531
|
|
@@ -20094,10 +21597,13 @@ but has a fallback implementation for other window managers.</doc>
|
|
20094
21597
|
</parameters>
|
20095
21598
|
</method>
|
20096
21599
|
<method name="begin_paint_rect"
|
20097
|
-
c:identifier="gdk_window_begin_paint_rect"
|
21600
|
+
c:identifier="gdk_window_begin_paint_rect"
|
21601
|
+
deprecated="1"
|
21602
|
+
deprecated-version="3.22">
|
20098
21603
|
<doc xml:space="preserve">A convenience wrapper around gdk_window_begin_paint_region() which
|
20099
21604
|
creates a rectangular region for you. See
|
20100
21605
|
gdk_window_begin_paint_region() for details.</doc>
|
21606
|
+
<doc-deprecated xml:space="preserve">Use gdk_window_begin_draw_frame() instead</doc-deprecated>
|
20101
21607
|
<return-value transfer-ownership="none">
|
20102
21608
|
<type name="none" c:type="void"/>
|
20103
21609
|
</return-value>
|
@@ -20113,7 +21619,9 @@ gdk_window_begin_paint_region() for details.</doc>
|
|
20113
21619
|
</parameters>
|
20114
21620
|
</method>
|
20115
21621
|
<method name="begin_paint_region"
|
20116
|
-
c:identifier="gdk_window_begin_paint_region"
|
21622
|
+
c:identifier="gdk_window_begin_paint_region"
|
21623
|
+
deprecated="1"
|
21624
|
+
deprecated-version="3.22">
|
20117
21625
|
<doc xml:space="preserve">Indicates that you are beginning the process of redrawing @region.
|
20118
21626
|
A backing store (offscreen buffer) large enough to contain @region
|
20119
21627
|
will be created. The backing store will be initialized with the
|
@@ -20152,6 +21660,7 @@ the stack, and pops the stack. All drawing operations affect only
|
|
20152
21660
|
the topmost backing store in the stack. One matching call to
|
20153
21661
|
gdk_window_end_paint() is required for each call to
|
20154
21662
|
gdk_window_begin_paint_region().</doc>
|
21663
|
+
<doc-deprecated xml:space="preserve">Use gdk_window_begin_draw_frame() instead</doc-deprecated>
|
20155
21664
|
<return-value transfer-ownership="none">
|
20156
21665
|
<type name="none" c:type="void"/>
|
20157
21666
|
</return-value>
|
@@ -20564,6 +22073,30 @@ reaches zero. You must call this function yourself before that happens.</doc>
|
|
20564
22073
|
</instance-parameter>
|
20565
22074
|
</parameters>
|
20566
22075
|
</method>
|
22076
|
+
<method name="end_draw_frame"
|
22077
|
+
c:identifier="gdk_window_end_draw_frame"
|
22078
|
+
version="3.22">
|
22079
|
+
<doc xml:space="preserve">Indicates that the drawing of the contents of @window started with
|
22080
|
+
gdk_window_begin_frame() has been completed.
|
22081
|
+
|
22082
|
+
This function will take care of destroying the #GdkDrawingContext.
|
22083
|
+
|
22084
|
+
It is an error to call this function without a matching
|
22085
|
+
gdk_window_begin_frame() first.</doc>
|
22086
|
+
<return-value transfer-ownership="none">
|
22087
|
+
<type name="none" c:type="void"/>
|
22088
|
+
</return-value>
|
22089
|
+
<parameters>
|
22090
|
+
<instance-parameter name="window" transfer-ownership="none">
|
22091
|
+
<doc xml:space="preserve">a #GdkWindow</doc>
|
22092
|
+
<type name="Window" c:type="GdkWindow*"/>
|
22093
|
+
</instance-parameter>
|
22094
|
+
<parameter name="context" transfer-ownership="none">
|
22095
|
+
<doc xml:space="preserve">the #GdkDrawingContext created by gdk_window_begin_draw_frame()</doc>
|
22096
|
+
<type name="DrawingContext" c:type="GdkDrawingContext*"/>
|
22097
|
+
</parameter>
|
22098
|
+
</parameters>
|
22099
|
+
</method>
|
20567
22100
|
<method name="end_paint" c:identifier="gdk_window_end_paint">
|
20568
22101
|
<doc xml:space="preserve">Indicates that the backing store created by the most recent call
|
20569
22102
|
to gdk_window_begin_paint_region() should be copied onscreen and
|
@@ -20758,10 +22291,13 @@ the window does not want to receive input focus.</doc>
|
|
20758
22291
|
</method>
|
20759
22292
|
<method name="get_background_pattern"
|
20760
22293
|
c:identifier="gdk_window_get_background_pattern"
|
20761
|
-
version="2.22"
|
22294
|
+
version="2.22"
|
22295
|
+
deprecated="1"
|
22296
|
+
deprecated-version="3.22">
|
20762
22297
|
<doc xml:space="preserve">Gets the pattern used to clear the background on @window. If @window
|
20763
22298
|
does not have its own background and reuses the parent's, %NULL is
|
20764
22299
|
returned and you’ll have to query it yourself.</doc>
|
22300
|
+
<doc-deprecated xml:space="preserve">Don't use this function</doc-deprecated>
|
20765
22301
|
<return-value transfer-ownership="none" nullable="1">
|
20766
22302
|
<doc xml:space="preserve">The pattern to use for the
|
20767
22303
|
background or %NULL to use the parent’s background.</doc>
|
@@ -22523,10 +24059,8 @@ hint. ICCCM-compliant window manager usually respect it.</doc>
|
|
22523
24059
|
However, when using GTK+, influence the background of a widget
|
22524
24060
|
using a style class or CSS — if you’re an application — or with
|
22525
24061
|
gtk_style_context_set_background() — if you're implementing a
|
22526
|
-
custom widget
|
22527
|
-
|
22528
|
-
See also gdk_window_set_background_pattern().</doc>
|
22529
|
-
<doc-deprecated xml:space="preserve">Use gdk_window_set_background_rgba() instead.</doc-deprecated>
|
24062
|
+
custom widget.</doc>
|
24063
|
+
<doc-deprecated xml:space="preserve">Don't use this function</doc-deprecated>
|
22530
24064
|
<return-value transfer-ownership="none">
|
22531
24065
|
<type name="none" c:type="void"/>
|
22532
24066
|
</return-value>
|
@@ -22542,7 +24076,9 @@ See also gdk_window_set_background_pattern().</doc>
|
|
22542
24076
|
</parameters>
|
22543
24077
|
</method>
|
22544
24078
|
<method name="set_background_pattern"
|
22545
|
-
c:identifier="gdk_window_set_background_pattern"
|
24079
|
+
c:identifier="gdk_window_set_background_pattern"
|
24080
|
+
deprecated="1"
|
24081
|
+
deprecated-version="3.22">
|
22546
24082
|
<doc xml:space="preserve">Sets the background of @window.
|
22547
24083
|
|
22548
24084
|
A background of %NULL means that the window will inherit its
|
@@ -22550,6 +24086,7 @@ background from its parent window.
|
|
22550
24086
|
|
22551
24087
|
The windowing system will normally fill a window with its background
|
22552
24088
|
when the window is obscured then exposed.</doc>
|
24089
|
+
<doc-deprecated xml:space="preserve">Don't use this function</doc-deprecated>
|
22553
24090
|
<return-value transfer-ownership="none">
|
22554
24091
|
<type name="none" c:type="void"/>
|
22555
24092
|
</return-value>
|
@@ -22568,10 +24105,13 @@ when the window is obscured then exposed.</doc>
|
|
22568
24105
|
</parameters>
|
22569
24106
|
</method>
|
22570
24107
|
<method name="set_background_rgba"
|
22571
|
-
c:identifier="gdk_window_set_background_rgba"
|
24108
|
+
c:identifier="gdk_window_set_background_rgba"
|
24109
|
+
deprecated="1"
|
24110
|
+
deprecated-version="3.22">
|
22572
24111
|
<doc xml:space="preserve">Sets the background color of @window.
|
22573
24112
|
|
22574
24113
|
See also gdk_window_set_background_pattern().</doc>
|
24114
|
+
<doc-deprecated xml:space="preserve">Don't use this function</doc-deprecated>
|
22575
24115
|
<return-value transfer-ownership="none">
|
22576
24116
|
<type name="none" c:type="void"/>
|
22577
24117
|
</return-value>
|
@@ -22983,7 +24523,9 @@ usually shown in an icon box or some sort of task bar. Which icon
|
|
22983
24523
|
size is shown depends on the window manager. The window manager
|
22984
24524
|
can scale the icon but setting several size icons can give better
|
22985
24525
|
image quality since the window manager may only need to scale the
|
22986
|
-
icon by a small amount or not at all
|
24526
|
+
icon by a small amount or not at all.
|
24527
|
+
|
24528
|
+
Note that some platforms don't support window icons.</doc>
|
22987
24529
|
<return-value transfer-ownership="none">
|
22988
24530
|
<type name="none" c:type="void"/>
|
22989
24531
|
</return-value>
|
@@ -23011,7 +24553,9 @@ After calling this with a non-%NULL @name, calls to gdk_window_set_title()
|
|
23011
24553
|
will not update the icon title.
|
23012
24554
|
|
23013
24555
|
Using %NULL for @name unsets the icon title; further calls to
|
23014
|
-
gdk_window_set_title() will again update the icon title as well
|
24556
|
+
gdk_window_set_title() will again update the icon title as well.
|
24557
|
+
|
24558
|
+
Note that some platforms don't support window icons.</doc>
|
23015
24559
|
<return-value transfer-ownership="none">
|
23016
24560
|
<type name="none" c:type="void"/>
|
23017
24561
|
</return-value>
|
@@ -23865,6 +25409,51 @@ See also #GdkWindow::to-embedder.</doc>
|
|
23865
25409
|
</parameter>
|
23866
25410
|
</parameters>
|
23867
25411
|
</glib:signal>
|
25412
|
+
<glib:signal name="moved-to-rect"
|
25413
|
+
when="first"
|
25414
|
+
version="3.22"
|
25415
|
+
stability="Private">
|
25416
|
+
<doc xml:space="preserve">Emitted when the position of @window is finalized after being moved to a
|
25417
|
+
destination rectangle.
|
25418
|
+
|
25419
|
+
@window might be flipped over the destination rectangle in order to keep
|
25420
|
+
it on-screen, in which case @flipped_x and @flipped_y will be set to %TRUE
|
25421
|
+
accordingly.
|
25422
|
+
|
25423
|
+
@flipped_rect is the ideal position of @window after any possible
|
25424
|
+
flipping, but before any possible sliding. @final_rect is @flipped_rect,
|
25425
|
+
but possibly translated in the case that flipping is still ineffective in
|
25426
|
+
keeping @window on-screen.</doc>
|
25427
|
+
<return-value transfer-ownership="none">
|
25428
|
+
<type name="none" c:type="void"/>
|
25429
|
+
</return-value>
|
25430
|
+
<parameters>
|
25431
|
+
<parameter name="flipped_rect"
|
25432
|
+
transfer-ownership="none"
|
25433
|
+
nullable="1"
|
25434
|
+
allow-none="1">
|
25435
|
+
<doc xml:space="preserve">the position of @window after any possible
|
25436
|
+
flipping or %NULL if the backend can't obtain it</doc>
|
25437
|
+
<type name="gpointer" c:type="gpointer"/>
|
25438
|
+
</parameter>
|
25439
|
+
<parameter name="final_rect"
|
25440
|
+
transfer-ownership="none"
|
25441
|
+
nullable="1"
|
25442
|
+
allow-none="1">
|
25443
|
+
<doc xml:space="preserve">the final position of @window or %NULL if the
|
25444
|
+
backend can't obtain it</doc>
|
25445
|
+
<type name="gpointer" c:type="gpointer"/>
|
25446
|
+
</parameter>
|
25447
|
+
<parameter name="flipped_x" transfer-ownership="none">
|
25448
|
+
<doc xml:space="preserve">%TRUE if the anchors were flipped horizontally</doc>
|
25449
|
+
<type name="gboolean" c:type="gboolean"/>
|
25450
|
+
</parameter>
|
25451
|
+
<parameter name="flipped_y" transfer-ownership="none">
|
25452
|
+
<doc xml:space="preserve">%TRUE if the anchors were flipped vertically</doc>
|
25453
|
+
<type name="gboolean" c:type="gboolean"/>
|
25454
|
+
</parameter>
|
25455
|
+
</parameters>
|
25456
|
+
</glib:signal>
|
23868
25457
|
<glib:signal name="pick-embedded-child" when="last" version="2.18">
|
23869
25458
|
<doc xml:space="preserve">The ::pick-embedded-child signal is emitted to find an embedded
|
23870
25459
|
child at the given position.</doc>
|
@@ -24658,11 +26247,23 @@ GTK+ theme engines).</doc>
|
|
24658
26247
|
</function>
|
24659
26248
|
<function name="cairo_create"
|
24660
26249
|
c:identifier="gdk_cairo_create"
|
24661
|
-
version="2.8"
|
26250
|
+
version="2.8"
|
26251
|
+
deprecated="1"
|
26252
|
+
deprecated-version="3.22">
|
24662
26253
|
<doc xml:space="preserve">Creates a Cairo context for drawing to @window.
|
24663
26254
|
|
24664
26255
|
Note that calling cairo_reset_clip() on the resulting #cairo_t will
|
24665
|
-
produce undefined results, so avoid it at all costs
|
26256
|
+
produce undefined results, so avoid it at all costs.
|
26257
|
+
|
26258
|
+
Typically, this function is used to draw on a #GdkWindow out of the paint
|
26259
|
+
cycle of the toolkit; this should be avoided, as it breaks various assumptions
|
26260
|
+
and optimizations.
|
26261
|
+
|
26262
|
+
If you are drawing on a native #GdkWindow in response to a %GDK_EXPOSE event
|
26263
|
+
you should use gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()
|
26264
|
+
instead. GTK will automatically do this for you when drawing a widget.</doc>
|
26265
|
+
<doc-deprecated xml:space="preserve">Use gdk_window_begin_draw_frame() and
|
26266
|
+
gdk_drawing_context_get_cairo_context() instead</doc-deprecated>
|
24666
26267
|
<return-value transfer-ownership="full">
|
24667
26268
|
<doc xml:space="preserve">A newly created Cairo context. Free with
|
24668
26269
|
cairo_destroy() when you are done drawing.</doc>
|
@@ -24762,6 +26363,22 @@ a boolean indicating if a clip area exists.</doc>
|
|
24762
26363
|
</parameter>
|
24763
26364
|
</parameters>
|
24764
26365
|
</function>
|
26366
|
+
<function name="cairo_get_drawing_context"
|
26367
|
+
c:identifier="gdk_cairo_get_drawing_context"
|
26368
|
+
version="3.22">
|
26369
|
+
<doc xml:space="preserve">Retrieves the #GdkDrawingContext that created the Cairo
|
26370
|
+
context @cr.</doc>
|
26371
|
+
<return-value transfer-ownership="none" nullable="1">
|
26372
|
+
<doc xml:space="preserve">a #GdkDrawingContext, if any is set</doc>
|
26373
|
+
<type name="DrawingContext" c:type="GdkDrawingContext*"/>
|
26374
|
+
</return-value>
|
26375
|
+
<parameters>
|
26376
|
+
<parameter name="cr" transfer-ownership="none">
|
26377
|
+
<doc xml:space="preserve">a Cairo context</doc>
|
26378
|
+
<type name="cairo.Context" c:type="cairo_t*"/>
|
26379
|
+
</parameter>
|
26380
|
+
</parameters>
|
26381
|
+
</function>
|
24765
26382
|
<function name="cairo_rectangle"
|
24766
26383
|
c:identifier="gdk_cairo_rectangle"
|
24767
26384
|
version="2.8">
|
@@ -25917,7 +27534,10 @@ character.</doc>
|
|
25917
27534
|
</parameter>
|
25918
27535
|
</parameters>
|
25919
27536
|
</function>
|
25920
|
-
<function name="list_visuals"
|
27537
|
+
<function name="list_visuals"
|
27538
|
+
c:identifier="gdk_list_visuals"
|
27539
|
+
deprecated="1"
|
27540
|
+
deprecated-version="3.22">
|
25921
27541
|
<doc xml:space="preserve">Lists the available visuals for the default screen.
|
25922
27542
|
(See gdk_screen_list_visuals())
|
25923
27543
|
A visual describes a hardware image data format.
|
@@ -25925,6 +27545,7 @@ For example, a visual might support 24-bit color, or 8-bit color,
|
|
25925
27545
|
and might expect pixels to be in a certain format.
|
25926
27546
|
|
25927
27547
|
Call g_list_free() on the return value when you’re finished with it.</doc>
|
27548
|
+
<doc-deprecated xml:space="preserve">Use gdk_screen_list_visuals (gdk_screen_get_default ()).</doc-deprecated>
|
25928
27549
|
<return-value transfer-ownership="container">
|
25929
27550
|
<doc xml:space="preserve">
|
25930
27551
|
a list of visuals; the list must be freed, but not its contents</doc>
|
@@ -26044,6 +27665,33 @@ changes to the screen’s font rendering settings.</doc>
|
|
26044
27665
|
<type name="Pango.Context" c:type="PangoContext*"/>
|
26045
27666
|
</return-value>
|
26046
27667
|
</function>
|
27668
|
+
<function name="pango_context_get_for_display"
|
27669
|
+
c:identifier="gdk_pango_context_get_for_display"
|
27670
|
+
version="3.22">
|
27671
|
+
<doc xml:space="preserve">Creates a #PangoContext for @display.
|
27672
|
+
|
27673
|
+
The context must be freed when you’re finished with it.
|
27674
|
+
|
27675
|
+
When using GTK+, normally you should use gtk_widget_get_pango_context()
|
27676
|
+
instead of this function, to get the appropriate context for
|
27677
|
+
the widget you intend to render text onto.
|
27678
|
+
|
27679
|
+
The newly created context will have the default font options
|
27680
|
+
(see #cairo_font_options_t) for the display; if these options
|
27681
|
+
change it will not be updated. Using gtk_widget_get_pango_context()
|
27682
|
+
is more convenient if you want to keep a context around and track
|
27683
|
+
changes to the font rendering settings.</doc>
|
27684
|
+
<return-value transfer-ownership="full">
|
27685
|
+
<doc xml:space="preserve">a new #PangoContext for @display</doc>
|
27686
|
+
<type name="Pango.Context" c:type="PangoContext*"/>
|
27687
|
+
</return-value>
|
27688
|
+
<parameters>
|
27689
|
+
<parameter name="display" transfer-ownership="none">
|
27690
|
+
<doc xml:space="preserve">the #GdkDisplay for which the context is to be created</doc>
|
27691
|
+
<type name="Display" c:type="GdkDisplay*"/>
|
27692
|
+
</parameter>
|
27693
|
+
</parameters>
|
27694
|
+
</function>
|
26047
27695
|
<function name="pango_context_get_for_screen"
|
26048
27696
|
c:identifier="gdk_pango_context_get_for_screen"
|
26049
27697
|
version="2.2">
|
@@ -26560,13 +28208,18 @@ gdk_property_get() is provided.</doc>
|
|
26560
28208
|
</parameter>
|
26561
28209
|
</parameters>
|
26562
28210
|
</function>
|
26563
|
-
<function name="query_depths"
|
28211
|
+
<function name="query_depths"
|
28212
|
+
c:identifier="gdk_query_depths"
|
28213
|
+
deprecated="1"
|
28214
|
+
deprecated-version="3.22">
|
26564
28215
|
<doc xml:space="preserve">This function returns the available bit depths for the default
|
26565
28216
|
screen. It’s equivalent to listing the visuals
|
26566
28217
|
(gdk_list_visuals()) and then looking at the depth field in each
|
26567
28218
|
visual, removing duplicates.
|
26568
28219
|
|
26569
28220
|
The array returned by this function should not be freed.</doc>
|
28221
|
+
<doc-deprecated xml:space="preserve">Visual selection should be done using
|
28222
|
+
gdk_screen_get_system_visual() and gdk_screen_get_rgba_visual()</doc-deprecated>
|
26570
28223
|
<return-value transfer-ownership="none">
|
26571
28224
|
<type name="none" c:type="void"/>
|
26572
28225
|
</return-value>
|
@@ -26590,13 +28243,18 @@ The array returned by this function should not be freed.</doc>
|
|
26590
28243
|
</parameter>
|
26591
28244
|
</parameters>
|
26592
28245
|
</function>
|
26593
|
-
<function name="query_visual_types"
|
28246
|
+
<function name="query_visual_types"
|
28247
|
+
c:identifier="gdk_query_visual_types"
|
28248
|
+
deprecated="1"
|
28249
|
+
deprecated-version="3.22">
|
26594
28250
|
<doc xml:space="preserve">This function returns the available visual types for the default
|
26595
28251
|
screen. It’s equivalent to listing the visuals
|
26596
28252
|
(gdk_list_visuals()) and then looking at the type field in each
|
26597
28253
|
visual, removing duplicates.
|
26598
28254
|
|
26599
28255
|
The array returned by this function should not be freed.</doc>
|
28256
|
+
<doc-deprecated xml:space="preserve">Visual selection should be done using
|
28257
|
+
gdk_screen_get_system_visual() and gdk_screen_get_rgba_visual()</doc-deprecated>
|
26600
28258
|
<return-value transfer-ownership="none">
|
26601
28259
|
<type name="none" c:type="void"/>
|
26602
28260
|
</return-value>
|