gdk3 2.2.5-x86-mingw32 → 3.0.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +18 -3
- data/lib/gdk3.rb +3 -0
- data/lib/gdk3/cursor.rb +31 -0
- data/lib/gdk3/deprecated.rb +41 -11
- data/lib/gdk3/loader.rb +39 -9
- data/lib/gdk3/rectangle.rb +17 -1
- data/lib/gdk3/rgba.rb +26 -5
- data/lib/gdk3/screen.rb +40 -0
- data/test/fixture/ruby-gnome2-logo.png +0 -0
- data/test/gdk-test-utils.rb +13 -0
- data/test/test-gdk-atom.rb +24 -0
- data/test/test-gdk-cursor.rb +44 -0
- data/test/test-gdk-event-mask.rb +21 -0
- data/test/test-gdk-keyval.rb +8 -4
- data/test/test-gdk-rectangle.rb +20 -1
- data/test/test-gdk-rgba.rb +65 -0
- data/test/test-gdk-selection.rb +29 -0
- data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libepoxy-0.dll +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
- data/vendor/local/include/epoxy/gl.h +104 -0
- data/vendor/local/include/epoxy/gl_generated.h +18690 -0
- data/vendor/local/include/epoxy/wgl.h +64 -0
- data/vendor/local/include/epoxy/wgl_generated.h +896 -0
- data/vendor/local/include/gtk-3.0/gdk/deprecated/gdkcolor.h +7 -7
- data/vendor/local/include/gtk-3.0/gdk/gdk-autocleanup.h +42 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +3 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +11 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +87 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +27 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +25 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +12 -5
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32glcontext.h +49 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtk-a11y-autocleanups.h +75 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkgradient.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstock.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtkstyleproperties.h → deprecated/gtkstyleproperties.h} +11 -11
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtk-a11y.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +222 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +8 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcssprovider.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkentry.h +47 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkgesturezoom.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +136 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkmodelbutton.h +61 -0
- data/vendor/local/include/gtk-3.0/gtk/gtknotebook.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpaned.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +7 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkpopovermenu.h +62 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +155 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollable.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +16 -8
- data/vendor/local/include/gtk-3.0/gtk/gtksearchentry.h +7 -5
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +6 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstacksidebar.h +73 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstackswitcher.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +75 -121
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkswitch.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +12 -18
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +62 -38
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktogglebutton.h +0 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktooltip.h +0 -12
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +12 -5
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkx-autocleanups.h +31 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkx.h +2 -0
- data/vendor/local/lib/gdk-win32-3.0.def +25 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +7 -7
- data/vendor/local/lib/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libepoxy.la +41 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +3 -3
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +5 -5
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +5 -5
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +6 -6
- data/vendor/local/lib/pkgconfig/epoxy.pc +11 -0
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +3 -3
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +693 -43
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +2826 -338
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +17 -23
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +3 -7
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +3 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +4 -5
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +3 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +4 -5
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +243 -99
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +13 -14
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +54 -65
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +11 -12
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +27 -31
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +768 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +45 -62
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +5 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +146 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +25 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +113 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +18 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +143 -44
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +4 -10
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +23 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +49 -60
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +34 -34
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +96 -116
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +12 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +29 -32
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +72 -91
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +43 -44
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +10 -11
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +3 -5
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +23 -26
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +9 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +20 -23
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +11 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +30 -30
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +12 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +33 -34
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +387 -291
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +208 -193
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +402 -10
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +7 -4
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +408 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +6 -4
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +61 -75
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +52 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +41 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +25 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +49 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +14 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +21 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +13 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +59 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +8 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +62 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +35 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +33 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +156 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +14 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +28 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +10 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +19 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +9 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +31 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +7 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +22 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +3 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +7 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +15 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +78 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +40 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +87 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +35 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +5 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +16 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +361 -200
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +52 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +19 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +57 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +81 -108
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +19 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +15 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +68 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +12 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +55 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +28 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +40 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +20 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +7 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +3 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +1259 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +42 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +42 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +15 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +13 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +23 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +44 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +17 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +6 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +10 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +89 -97
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +98 -127
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +49 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +131 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +6 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +334 -167
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +31 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +13 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +209 -110
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +27 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +22 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +28 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +36 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +33 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +393 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +174 -150
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +11 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +28 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +144 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +161 -76
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +47 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +11 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +110 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +359 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +29 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +36 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +79 -119
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +21 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +32 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +23 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +38 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +7 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +53 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +15 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +113 -137
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +21 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +64 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +257 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +206 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +6 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +70 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +22 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +16 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +224 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +248 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +81 -103
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +9 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +250 -125
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +16 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +4 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +353 -168
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +25 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +4 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +166 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +9 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +409 -184
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +12 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +5 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +10 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +20 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +27 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +15 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +22 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +25 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +110 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +14 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +6 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +16 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +95 -131
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +15 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +40 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +5 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +622 -611
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +145 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +6 -7
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +25 -7
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +14 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +16 -6
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +448 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +143 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +515 -12
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +98 -190
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +1975 -118
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +171 -1923
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +9 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch25s02.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/ch27s02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch29s02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch29s03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +139 -63
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/glarea.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +18 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +162 -143
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +12 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +10 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +7 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +25 -26
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +18 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +9 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +115 -85
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +141 -136
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +79 -27
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +10 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +23 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +9 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +74 -33
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +6 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +37 -58
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +110 -123
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +20 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +10 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +13 -21
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +46 -69
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +46 -48
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +24 -28
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +21 -38
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +47 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +7 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +789 -155
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +16 -5
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +39 -19
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +803 -1
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +8 -4
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/sidebar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +3 -4
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +13 -1
- data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +16197 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/application-exit-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/appointment-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/color-select-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/contact-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-print-preview-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-revert-symbolic-rtl.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-revert-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-find-replace-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/find-location-symbolic.svg +13 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-legacy-systray-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-top-bar-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-windows-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/font-select-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-bottom-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-first-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-first-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-last-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-last-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-next-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-next-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-previous-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-previous-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-top-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/help-about-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +49 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-down-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-end-symbolic-rtl.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-end-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-start-symbolic-rtl.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-start-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-up-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/system-search-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/tools-check-spelling-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-refresh-symbolic.svg +14 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-sort-ascending-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-sort-descending-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/help-contents-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/help-faq-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/preferences-desktop-font-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/categories/applications-system-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/battery-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-solidstate-symbolic.svg +38 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/media-tape-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/pda-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/tv-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/uninterruptible-power-supply-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/emotes/emote-love-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-executable-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-drag-accept-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-open-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-visiting-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/image-loading-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/rotation-allowed-symbolic.svg +15 -13
- data/vendor/local/share/icons/Adwaita/scalable/status/rotation-locked-symbolic.svg +14 -15
- data/vendor/local/share/icons/Adwaita/scalable/status/system-lock-screen-symbolic.svg +31 -0
- data/vendor/local/share/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/22x22/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/24x24/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/256x256/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/32x32/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/48x48/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/license/libepoxy/COPYING +50 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +39 -0
- data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- metadata +120 -12
- data/vendor/local/lib/libgtkreftestprivate.a +0 -0
@@ -1,5 +1,4 @@
|
|
1
1
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
2
|
-
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
|
3
2
|
<book xmlns="http://www.devhelp.net/book" title="GDK 3 Reference Manual" link="index.html" author="" name="gdk3" version="2" language="c">
|
4
3
|
<chapters>
|
5
4
|
<sub name="API Reference" link="reference.html">
|
@@ -17,6 +16,7 @@
|
|
17
16
|
<sub name="Windows" link="gdk3-Windows.html"/>
|
18
17
|
<sub name="Frame clock" link="GdkFrameClock.html"/>
|
19
18
|
<sub name="Frame timings" link="gdk3-GdkFrameTimings.html"/>
|
19
|
+
<sub name="GdkGLContext" link="GdkGLContext.html"/>
|
20
20
|
<sub name="Events" link="gdk3-Events.html"/>
|
21
21
|
<sub name="Event Structures" link="gdk3-Event-Structures.html"/>
|
22
22
|
<sub name="Key Values" link="gdk3-Keyboard-Handling.html"/>
|
@@ -44,6 +44,7 @@
|
|
44
44
|
<sub name="Index of new symbols in 3.10" link="api-index-3-10.html"/>
|
45
45
|
<sub name="Index of new symbols in 3.12" link="api-index-3-12.html"/>
|
46
46
|
<sub name="Index of new symbols in 3.14" link="api-index-3-14.html"/>
|
47
|
+
<sub name="Index of new symbols in 3.16" link="api-index-3-16.html"/>
|
47
48
|
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
|
48
49
|
</chapters>
|
49
50
|
<functions>
|
@@ -133,7 +134,7 @@
|
|
133
134
|
<keyword type="function" name="gdk_display_store_clipboard ()" link="GdkDisplay.html#gdk-display-store-clipboard" since="2.6"/>
|
134
135
|
<keyword type="function" name="gdk_display_supports_shapes ()" link="GdkDisplay.html#gdk-display-supports-shapes" since="2.10"/>
|
135
136
|
<keyword type="function" name="gdk_display_supports_input_shapes ()" link="GdkDisplay.html#gdk-display-supports-input-shapes" since="2.10"/>
|
136
|
-
<keyword type="function" name="gdk_display_supports_composite ()" link="GdkDisplay.html#gdk-display-supports-composite" since="2.12"/>
|
137
|
+
<keyword type="function" name="gdk_display_supports_composite ()" link="GdkDisplay.html#gdk-display-supports-composite" deprecated="" since="2.12"/>
|
137
138
|
<keyword type="function" name="gdk_display_get_app_launch_context ()" link="GdkDisplay.html#gdk-display-get-app-launch-context" since="3.0"/>
|
138
139
|
<keyword type="function" name="gdk_display_notify_startup_complete ()" link="GdkDisplay.html#gdk-display-notify-startup-complete" since="3.0"/>
|
139
140
|
<keyword type="struct" name="GdkDisplay" link="GdkDisplay.html#GdkDisplay-struct"/>
|
@@ -176,7 +177,6 @@
|
|
176
177
|
<keyword type="signal" name="The “composited-changed” signal" link="GdkScreen.html#GdkScreen-composited-changed"/>
|
177
178
|
<keyword type="signal" name="The “monitors-changed” signal" link="GdkScreen.html#GdkScreen-monitors-changed"/>
|
178
179
|
<keyword type="signal" name="The “size-changed” signal" link="GdkScreen.html#GdkScreen-size-changed"/>
|
179
|
-
<keyword type="" name="Master and slave devices" link="GdkDeviceManager.html#id-1.2.6.9.10"/>
|
180
180
|
<keyword type="function" name="gdk_disable_multidevice ()" link="GdkDeviceManager.html#gdk-disable-multidevice" since="3.0"/>
|
181
181
|
<keyword type="function" name="gdk_device_manager_get_display ()" link="GdkDeviceManager.html#gdk-device-manager-get-display" since="3.0"/>
|
182
182
|
<keyword type="function" name="gdk_device_manager_list_devices ()" link="GdkDeviceManager.html#gdk-device-manager-list-devices" since="3.0"/>
|
@@ -187,6 +187,8 @@
|
|
187
187
|
<keyword type="signal" name="The “device-changed” signal" link="GdkDeviceManager.html#GdkDeviceManager-device-changed"/>
|
188
188
|
<keyword type="signal" name="The “device-removed” signal" link="GdkDeviceManager.html#GdkDeviceManager-device-removed"/>
|
189
189
|
<keyword type="function" name="gdk_device_get_name ()" link="GdkDevice.html#gdk-device-get-name" since="2.20"/>
|
190
|
+
<keyword type="function" name="gdk_device_get_vendor_id ()" link="GdkDevice.html#gdk-device-get-vendor-id" since="3.16"/>
|
191
|
+
<keyword type="function" name="gdk_device_get_product_id ()" link="GdkDevice.html#gdk-device-get-product-id" since="3.16"/>
|
190
192
|
<keyword type="function" name="gdk_device_get_source ()" link="GdkDevice.html#gdk-device-get-source" since="2.20"/>
|
191
193
|
<keyword type="function" name="gdk_device_set_mode ()" link="GdkDevice.html#gdk-device-set-mode"/>
|
192
194
|
<keyword type="function" name="gdk_device_get_mode ()" link="GdkDevice.html#gdk-device-get-mode" since="2.20"/>
|
@@ -230,7 +232,9 @@
|
|
230
232
|
<keyword type="property" name="The “input-source” property" link="GdkDevice.html#GdkDevice--input-source"/>
|
231
233
|
<keyword type="property" name="The “n-axes” property" link="GdkDevice.html#GdkDevice--n-axes"/>
|
232
234
|
<keyword type="property" name="The “name” property" link="GdkDevice.html#GdkDevice--name"/>
|
235
|
+
<keyword type="property" name="The “product-id” property" link="GdkDevice.html#GdkDevice--product-id"/>
|
233
236
|
<keyword type="property" name="The “type” property" link="GdkDevice.html#GdkDevice--type"/>
|
237
|
+
<keyword type="property" name="The “vendor-id” property" link="GdkDevice.html#GdkDevice--vendor-id"/>
|
234
238
|
<keyword type="signal" name="The “changed” signal" link="GdkDevice.html#GdkDevice-changed"/>
|
235
239
|
<keyword type="function" name="gdk_rectangle_intersect ()" link="gdk3-Points-Rectangles-and-Regions.html#gdk-rectangle-intersect"/>
|
236
240
|
<keyword type="function" name="gdk_rectangle_union ()" link="gdk3-Points-Rectangles-and-Regions.html#gdk-rectangle-union"/>
|
@@ -267,7 +271,7 @@
|
|
267
271
|
<keyword type="struct" name="GdkVisual" link="gdk3-Visuals.html#GdkVisual-struct"/>
|
268
272
|
<keyword type="enum" name="enum GdkVisualType" link="gdk3-Visuals.html#GdkVisualType"/>
|
269
273
|
<keyword type="enum" name="enum GdkByteOrder" link="gdk3-Visuals.html#GdkByteOrder"/>
|
270
|
-
<keyword type="function" name="gdk_cursor_new ()" link="gdk3-Cursors.html#gdk-cursor-new"/>
|
274
|
+
<keyword type="function" name="gdk_cursor_new ()" link="gdk3-Cursors.html#gdk-cursor-new" deprecated="3.16: Use gdk_cursor_new_for_display() instead."/>
|
271
275
|
<keyword type="function" name="gdk_cursor_new_from_pixbuf ()" link="gdk3-Cursors.html#gdk-cursor-new-from-pixbuf" since="2.4"/>
|
272
276
|
<keyword type="function" name="gdk_cursor_new_from_surface ()" link="gdk3-Cursors.html#gdk-cursor-new-from-surface" since="3.10"/>
|
273
277
|
<keyword type="function" name="gdk_cursor_new_from_name ()" link="gdk3-Cursors.html#gdk-cursor-new-from-name" since="2.8"/>
|
@@ -282,8 +286,6 @@
|
|
282
286
|
<keyword type="enum" name="enum GdkCursorType" link="gdk3-Cursors.html#GdkCursorType"/>
|
283
287
|
<keyword type="property" name="The “cursor-type” property" link="gdk3-Cursors.html#GdkCursor--cursor-type"/>
|
284
288
|
<keyword type="property" name="The “display” property" link="gdk3-Cursors.html#GdkCursor--display"/>
|
285
|
-
<keyword type="" name="Composited Windows" link="gdk3-Windows.html#COMPOSITED-WINDOWS"/>
|
286
|
-
<keyword type="" name="Offscreen Windows" link="gdk3-Windows.html#OFFSCREEN-WINDOWS"/>
|
287
289
|
<keyword type="function" name="gdk_window_new ()" link="gdk3-Windows.html#gdk-window-new"/>
|
288
290
|
<keyword type="function" name="gdk_window_destroy ()" link="gdk3-Windows.html#gdk-window-destroy"/>
|
289
291
|
<keyword type="function" name="gdk_window_get_window_type ()" link="gdk3-Windows.html#gdk-window-get-window-type"/>
|
@@ -314,8 +316,8 @@
|
|
314
316
|
<keyword type="function" name="gdk_window_set_keep_above ()" link="gdk3-Windows.html#gdk-window-set-keep-above" since="2.4"/>
|
315
317
|
<keyword type="function" name="gdk_window_set_keep_below ()" link="gdk3-Windows.html#gdk-window-set-keep-below" since="2.4"/>
|
316
318
|
<keyword type="function" name="gdk_window_set_opacity ()" link="gdk3-Windows.html#gdk-window-set-opacity" since="2.12"/>
|
317
|
-
<keyword type="function" name="gdk_window_set_composited ()" link="gdk3-Windows.html#gdk-window-set-composited" since="2.12"/>
|
318
|
-
<keyword type="function" name="gdk_window_get_composited ()" link="gdk3-Windows.html#gdk-window-get-composited" since="2.22"/>
|
319
|
+
<keyword type="function" name="gdk_window_set_composited ()" link="gdk3-Windows.html#gdk-window-set-composited" deprecated="" since="2.12"/>
|
320
|
+
<keyword type="function" name="gdk_window_get_composited ()" link="gdk3-Windows.html#gdk-window-get-composited" deprecated="" since="2.22"/>
|
319
321
|
<keyword type="function" name="gdk_window_move ()" link="gdk3-Windows.html#gdk-window-move"/>
|
320
322
|
<keyword type="function" name="gdk_window_resize ()" link="gdk3-Windows.html#gdk-window-resize"/>
|
321
323
|
<keyword type="function" name="gdk_window_move_resize ()" link="gdk3-Windows.html#gdk-window-move-resize"/>
|
@@ -339,6 +341,8 @@
|
|
339
341
|
<keyword type="function" name="gdk_window_beep ()" link="gdk3-Windows.html#gdk-window-beep" since="2.12"/>
|
340
342
|
<keyword type="function" name="gdk_window_get_scale_factor ()" link="gdk3-Windows.html#gdk-window-get-scale-factor" since="3.10"/>
|
341
343
|
<keyword type="function" name="gdk_window_set_opaque_region ()" link="gdk3-Windows.html#gdk-window-set-opaque-region" since="3.10"/>
|
344
|
+
<keyword type="function" name="gdk_window_create_gl_context ()" link="gdk3-Windows.html#gdk-window-create-gl-context" since="3.16"/>
|
345
|
+
<keyword type="function" name="gdk_window_mark_paint_from_clip ()" link="gdk3-Windows.html#gdk-window-mark-paint-from-clip" since="3.16"/>
|
342
346
|
<keyword type="function" name="gdk_window_get_clip_region ()" link="gdk3-Windows.html#gdk-window-get-clip-region"/>
|
343
347
|
<keyword type="function" name="gdk_window_begin_paint_rect ()" link="gdk3-Windows.html#gdk-window-begin-paint-rect"/>
|
344
348
|
<keyword type="function" name="gdk_window_begin_paint_region ()" link="gdk3-Windows.html#gdk-window-begin-paint-region"/>
|
@@ -374,7 +378,7 @@
|
|
374
378
|
<keyword type="function" name="gdk_window_input_shape_combine_region ()" link="gdk3-Windows.html#gdk-window-input-shape-combine-region" since="2.10"/>
|
375
379
|
<keyword type="function" name="gdk_window_set_child_input_shapes ()" link="gdk3-Windows.html#gdk-window-set-child-input-shapes" since="2.10"/>
|
376
380
|
<keyword type="function" name="gdk_window_merge_child_input_shapes ()" link="gdk3-Windows.html#gdk-window-merge-child-input-shapes" since="2.10"/>
|
377
|
-
<keyword type="function" name="gdk_window_set_static_gravities ()" link="gdk3-Windows.html#gdk-window-set-static-gravities"/>
|
381
|
+
<keyword type="function" name="gdk_window_set_static_gravities ()" link="gdk3-Windows.html#gdk-window-set-static-gravities" deprecated=""/>
|
378
382
|
<keyword type="function" name="gdk_window_set_title ()" link="gdk3-Windows.html#gdk-window-set-title"/>
|
379
383
|
<keyword type="function" name="gdk_window_set_background ()" link="gdk3-Windows.html#gdk-window-set-background" deprecated="3.4: Use gdk_window_set_background_rgba() instead."/>
|
380
384
|
<keyword type="function" name="gdk_window_set_background_rgba ()" link="gdk3-Windows.html#gdk-window-set-background-rgba"/>
|
@@ -489,6 +493,25 @@
|
|
489
493
|
<keyword type="function" name="gdk_frame_timings_get_refresh_interval ()" link="gdk3-GdkFrameTimings.html#gdk-frame-timings-get-refresh-interval" since="3.8"/>
|
490
494
|
<keyword type="function" name="gdk_frame_timings_get_predicted_presentation_time ()" link="gdk3-GdkFrameTimings.html#gdk-frame-timings-get-predicted-presentation-time" since="3.8"/>
|
491
495
|
<keyword type="struct" name="GdkFrameTimings" link="gdk3-GdkFrameTimings.html#GdkFrameTimings"/>
|
496
|
+
<keyword type="function" name="gdk_gl_context_get_display ()" link="GdkGLContext.html#gdk-gl-context-get-display" since="3.16"/>
|
497
|
+
<keyword type="function" name="gdk_gl_context_get_window ()" link="GdkGLContext.html#gdk-gl-context-get-window" since="3.16"/>
|
498
|
+
<keyword type="function" name="gdk_gl_context_get_shared_context ()" link="GdkGLContext.html#gdk-gl-context-get-shared-context" since="3.16"/>
|
499
|
+
<keyword type="function" name="gdk_gl_context_get_version ()" link="GdkGLContext.html#gdk-gl-context-get-version" since="3.16"/>
|
500
|
+
<keyword type="function" name="gdk_gl_context_set_required_version ()" link="GdkGLContext.html#gdk-gl-context-set-required-version" since="3.16"/>
|
501
|
+
<keyword type="function" name="gdk_gl_context_get_required_version ()" link="GdkGLContext.html#gdk-gl-context-get-required-version" since="3.16"/>
|
502
|
+
<keyword type="function" name="gdk_gl_context_set_debug_enabled ()" link="GdkGLContext.html#gdk-gl-context-set-debug-enabled" since="3.16"/>
|
503
|
+
<keyword type="function" name="gdk_gl_context_get_debug_enabled ()" link="GdkGLContext.html#gdk-gl-context-get-debug-enabled" since="3.16"/>
|
504
|
+
<keyword type="function" name="gdk_gl_context_set_forward_compatible ()" link="GdkGLContext.html#gdk-gl-context-set-forward-compatible" since="3.16"/>
|
505
|
+
<keyword type="function" name="gdk_gl_context_get_forward_compatible ()" link="GdkGLContext.html#gdk-gl-context-get-forward-compatible" since="3.16"/>
|
506
|
+
<keyword type="function" name="gdk_gl_context_realize ()" link="GdkGLContext.html#gdk-gl-context-realize" since="3.16"/>
|
507
|
+
<keyword type="function" name="gdk_gl_context_make_current ()" link="GdkGLContext.html#gdk-gl-context-make-current" since="3.16"/>
|
508
|
+
<keyword type="function" name="gdk_gl_context_get_current ()" link="GdkGLContext.html#gdk-gl-context-get-current" since="3.16"/>
|
509
|
+
<keyword type="function" name="gdk_gl_context_clear_current ()" link="GdkGLContext.html#gdk-gl-context-clear-current" since="3.16"/>
|
510
|
+
<keyword type="struct" name="GdkGLContext" link="GdkGLContext.html#GdkGLContext-struct"/>
|
511
|
+
<keyword type="enum" name="enum GdkGLError" link="GdkGLContext.html#GdkGLError" since="3.16"/>
|
512
|
+
<keyword type="property" name="The “display” property" link="GdkGLContext.html#GdkGLContext--display"/>
|
513
|
+
<keyword type="property" name="The “shared-context” property" link="GdkGLContext.html#GdkGLContext--shared-context"/>
|
514
|
+
<keyword type="property" name="The “window” property" link="GdkGLContext.html#GdkGLContext--window"/>
|
492
515
|
<keyword type="macro" name="GDK_PRIORITY_EVENTS" link="gdk3-Events.html#GDK-PRIORITY-EVENTS:CAPS"/>
|
493
516
|
<keyword type="macro" name="GDK_PRIORITY_REDRAW" link="gdk3-Events.html#GDK-PRIORITY-REDRAW:CAPS"/>
|
494
517
|
<keyword type="macro" name="GDK_EVENT_PROPAGATE" link="gdk3-Events.html#GDK-EVENT-PROPAGATE:CAPS" since="3.4"/>
|
@@ -565,7 +588,6 @@
|
|
565
588
|
<keyword type="enum" name="enum GdkWindowState" link="gdk3-Event-Structures.html#GdkWindowState"/>
|
566
589
|
<keyword type="enum" name="enum GdkSettingAction" link="gdk3-Event-Structures.html#GdkSettingAction"/>
|
567
590
|
<keyword type="enum" name="enum GdkOwnerChange" link="gdk3-Event-Structures.html#GdkOwnerChange"/>
|
568
|
-
<keyword type="" name="Groups" link="gdk3-Keyboard-Handling.html#key-group-explanation"/>
|
569
591
|
<keyword type="function" name="gdk_keymap_get_default ()" link="gdk3-Keyboard-Handling.html#gdk-keymap-get-default"/>
|
570
592
|
<keyword type="function" name="gdk_keymap_get_for_display ()" link="gdk3-Keyboard-Handling.html#gdk-keymap-get-for-display" since="2.2"/>
|
571
593
|
<keyword type="function" name="gdk_keymap_lookup_key ()" link="gdk3-Keyboard-Handling.html#gdk-keymap-lookup-key"/>
|
@@ -683,6 +705,7 @@
|
|
683
705
|
<keyword type="function" name="gdk_cairo_region ()" link="gdk3-Cairo-Interaction.html#gdk-cairo-region" since="2.8"/>
|
684
706
|
<keyword type="function" name="gdk_cairo_region_create_from_surface ()" link="gdk3-Cairo-Interaction.html#gdk-cairo-region-create-from-surface"/>
|
685
707
|
<keyword type="function" name="gdk_cairo_surface_create_from_pixbuf ()" link="gdk3-Cairo-Interaction.html#gdk-cairo-surface-create-from-pixbuf" since="3.10"/>
|
708
|
+
<keyword type="function" name="gdk_cairo_draw_from_gl ()" link="gdk3-Cairo-Interaction.html#gdk-cairo-draw-from-gl" since="3.16"/>
|
686
709
|
<keyword type="macro" name="GDK_ROOT_WINDOW" link="gdk3-X-Window-System-Interaction.html#GDK-ROOT-WINDOW:CAPS"/>
|
687
710
|
<keyword type="macro" name="GDK_WINDOW_XID()" link="gdk3-X-Window-System-Interaction.html#GDK-WINDOW-XID:CAPS"/>
|
688
711
|
<keyword type="macro" name="GDK_DISPLAY_XDISPLAY()" link="gdk3-X-Window-System-Interaction.html#GDK-DISPLAY-XDISPLAY:CAPS"/>
|
@@ -709,6 +732,7 @@
|
|
709
732
|
<keyword type="function" name="gdk_x11_display_error_trap_pop_ignored ()" link="gdk3-X-Window-System-Interaction.html#gdk-x11-display-error-trap-pop-ignored" since="3.0"/>
|
710
733
|
<keyword type="function" name="gdk_x11_display_set_cursor_theme ()" link="gdk3-X-Window-System-Interaction.html#gdk-x11-display-set-cursor-theme" since="2.8"/>
|
711
734
|
<keyword type="function" name="gdk_x11_display_set_window_scale ()" link="gdk3-X-Window-System-Interaction.html#gdk-x11-display-set-window-scale" since="3.10"/>
|
735
|
+
<keyword type="function" name="gdk_x11_display_get_glx_version ()" link="gdk3-X-Window-System-Interaction.html#gdk-x11-display-get-glx-version" since="3.16"/>
|
712
736
|
<keyword type="function" name="gdk_x11_register_standard_event_type ()" link="gdk3-X-Window-System-Interaction.html#gdk-x11-register-standard-event-type" since="2.4"/>
|
713
737
|
<keyword type="function" name="gdk_x11_screen_get_screen_number ()" link="gdk3-X-Window-System-Interaction.html#gdk-x11-screen-get-screen-number" since="2.2"/>
|
714
738
|
<keyword type="function" name="gdk_x11_screen_get_xscreen ()" link="gdk3-X-Window-System-Interaction.html#gdk-x11-screen-get-xscreen" since="2.2"/>
|
@@ -781,5 +805,373 @@
|
|
781
805
|
<keyword type="function" name="gdk_color_hash ()" link="gdk3-Colors.html#gdk-color-hash" deprecated="3.14: Use #GdkRGBA"/>
|
782
806
|
<keyword type="function" name="gdk_color_to_string ()" link="gdk3-Colors.html#gdk-color-to-string" deprecated="3.14: Use #GdkRGBA" since="2.12"/>
|
783
807
|
<keyword type="struct" name="GdkColor" link="gdk3-Colors.html#GdkColor" deprecated="3.14: Use #GdkRGBA"/>
|
808
|
+
<keyword type="constant" name="GDK_GRAB_SUCCESS" link="gdk3-General.html#GDK-GRAB-SUCCESS:CAPS"/>
|
809
|
+
<keyword type="constant" name="GDK_GRAB_ALREADY_GRABBED" link="gdk3-General.html#GDK-GRAB-ALREADY-GRABBED:CAPS"/>
|
810
|
+
<keyword type="constant" name="GDK_GRAB_INVALID_TIME" link="gdk3-General.html#GDK-GRAB-INVALID-TIME:CAPS"/>
|
811
|
+
<keyword type="constant" name="GDK_GRAB_NOT_VIEWABLE" link="gdk3-General.html#GDK-GRAB-NOT-VIEWABLE:CAPS"/>
|
812
|
+
<keyword type="constant" name="GDK_GRAB_FROZEN" link="gdk3-General.html#GDK-GRAB-FROZEN:CAPS"/>
|
813
|
+
<keyword type="constant" name="GDK_GRAB_FAILED" link="gdk3-General.html#GDK-GRAB-FAILED:CAPS"/>
|
814
|
+
<keyword type="constant" name="GDK_SOURCE_MOUSE" link="GdkDevice.html#GDK-SOURCE-MOUSE:CAPS"/>
|
815
|
+
<keyword type="constant" name="GDK_SOURCE_PEN" link="GdkDevice.html#GDK-SOURCE-PEN:CAPS"/>
|
816
|
+
<keyword type="constant" name="GDK_SOURCE_ERASER" link="GdkDevice.html#GDK-SOURCE-ERASER:CAPS"/>
|
817
|
+
<keyword type="constant" name="GDK_SOURCE_CURSOR" link="GdkDevice.html#GDK-SOURCE-CURSOR:CAPS"/>
|
818
|
+
<keyword type="constant" name="GDK_SOURCE_KEYBOARD" link="GdkDevice.html#GDK-SOURCE-KEYBOARD:CAPS"/>
|
819
|
+
<keyword type="constant" name="GDK_SOURCE_TOUCHSCREEN" link="GdkDevice.html#GDK-SOURCE-TOUCHSCREEN:CAPS"/>
|
820
|
+
<keyword type="constant" name="GDK_SOURCE_TOUCHPAD" link="GdkDevice.html#GDK-SOURCE-TOUCHPAD:CAPS"/>
|
821
|
+
<keyword type="constant" name="GDK_MODE_DISABLED" link="GdkDevice.html#GDK-MODE-DISABLED:CAPS"/>
|
822
|
+
<keyword type="constant" name="GDK_MODE_SCREEN" link="GdkDevice.html#GDK-MODE-SCREEN:CAPS"/>
|
823
|
+
<keyword type="constant" name="GDK_MODE_WINDOW" link="GdkDevice.html#GDK-MODE-WINDOW:CAPS"/>
|
824
|
+
<keyword type="constant" name="GDK_AXIS_IGNORE" link="GdkDevice.html#GDK-AXIS-IGNORE:CAPS"/>
|
825
|
+
<keyword type="constant" name="GDK_AXIS_X" link="GdkDevice.html#GDK-AXIS-X:CAPS"/>
|
826
|
+
<keyword type="constant" name="GDK_AXIS_Y" link="GdkDevice.html#GDK-AXIS-Y:CAPS"/>
|
827
|
+
<keyword type="constant" name="GDK_AXIS_PRESSURE" link="GdkDevice.html#GDK-AXIS-PRESSURE:CAPS"/>
|
828
|
+
<keyword type="constant" name="GDK_AXIS_XTILT" link="GdkDevice.html#GDK-AXIS-XTILT:CAPS"/>
|
829
|
+
<keyword type="constant" name="GDK_AXIS_YTILT" link="GdkDevice.html#GDK-AXIS-YTILT:CAPS"/>
|
830
|
+
<keyword type="constant" name="GDK_AXIS_WHEEL" link="GdkDevice.html#GDK-AXIS-WHEEL:CAPS"/>
|
831
|
+
<keyword type="constant" name="GDK_AXIS_LAST" link="GdkDevice.html#GDK-AXIS-LAST:CAPS"/>
|
832
|
+
<keyword type="constant" name="GDK_DEVICE_TYPE_MASTER" link="GdkDevice.html#GDK-DEVICE-TYPE-MASTER:CAPS"/>
|
833
|
+
<keyword type="constant" name="GDK_DEVICE_TYPE_SLAVE" link="GdkDevice.html#GDK-DEVICE-TYPE-SLAVE:CAPS"/>
|
834
|
+
<keyword type="constant" name="GDK_DEVICE_TYPE_FLOATING" link="GdkDevice.html#GDK-DEVICE-TYPE-FLOATING:CAPS"/>
|
835
|
+
<keyword type="constant" name="GDK_OWNERSHIP_NONE" link="GdkDevice.html#GDK-OWNERSHIP-NONE:CAPS"/>
|
836
|
+
<keyword type="constant" name="GDK_OWNERSHIP_WINDOW" link="GdkDevice.html#GDK-OWNERSHIP-WINDOW:CAPS"/>
|
837
|
+
<keyword type="constant" name="GDK_OWNERSHIP_APPLICATION" link="GdkDevice.html#GDK-OWNERSHIP-APPLICATION:CAPS"/>
|
838
|
+
<keyword type="constant" name="GDK_VISUAL_STATIC_GRAY" link="gdk3-Visuals.html#GDK-VISUAL-STATIC-GRAY:CAPS"/>
|
839
|
+
<keyword type="constant" name="GDK_VISUAL_GRAYSCALE" link="gdk3-Visuals.html#GDK-VISUAL-GRAYSCALE:CAPS"/>
|
840
|
+
<keyword type="constant" name="GDK_VISUAL_STATIC_COLOR" link="gdk3-Visuals.html#GDK-VISUAL-STATIC-COLOR:CAPS"/>
|
841
|
+
<keyword type="constant" name="GDK_VISUAL_PSEUDO_COLOR" link="gdk3-Visuals.html#GDK-VISUAL-PSEUDO-COLOR:CAPS"/>
|
842
|
+
<keyword type="constant" name="GDK_VISUAL_TRUE_COLOR" link="gdk3-Visuals.html#GDK-VISUAL-TRUE-COLOR:CAPS"/>
|
843
|
+
<keyword type="constant" name="GDK_VISUAL_DIRECT_COLOR" link="gdk3-Visuals.html#GDK-VISUAL-DIRECT-COLOR:CAPS"/>
|
844
|
+
<keyword type="constant" name="GDK_LSB_FIRST" link="gdk3-Visuals.html#GDK-LSB-FIRST:CAPS"/>
|
845
|
+
<keyword type="constant" name="GDK_MSB_FIRST" link="gdk3-Visuals.html#GDK-MSB-FIRST:CAPS"/>
|
846
|
+
<keyword type="constant" name="GDK_X_CURSOR" link="gdk3-Cursors.html#GDK-X-CURSOR:CAPS"/>
|
847
|
+
<keyword type="constant" name="GDK_ARROW" link="gdk3-Cursors.html#GDK-ARROW:CAPS"/>
|
848
|
+
<keyword type="constant" name="GDK_BASED_ARROW_DOWN" link="gdk3-Cursors.html#GDK-BASED-ARROW-DOWN:CAPS"/>
|
849
|
+
<keyword type="constant" name="GDK_BASED_ARROW_UP" link="gdk3-Cursors.html#GDK-BASED-ARROW-UP:CAPS"/>
|
850
|
+
<keyword type="constant" name="GDK_BOAT" link="gdk3-Cursors.html#GDK-BOAT:CAPS"/>
|
851
|
+
<keyword type="constant" name="GDK_BOGOSITY" link="gdk3-Cursors.html#GDK-BOGOSITY:CAPS"/>
|
852
|
+
<keyword type="constant" name="GDK_BOTTOM_LEFT_CORNER" link="gdk3-Cursors.html#GDK-BOTTOM-LEFT-CORNER:CAPS"/>
|
853
|
+
<keyword type="constant" name="GDK_BOTTOM_RIGHT_CORNER" link="gdk3-Cursors.html#GDK-BOTTOM-RIGHT-CORNER:CAPS"/>
|
854
|
+
<keyword type="constant" name="GDK_BOTTOM_SIDE" link="gdk3-Cursors.html#GDK-BOTTOM-SIDE:CAPS"/>
|
855
|
+
<keyword type="constant" name="GDK_BOTTOM_TEE" link="gdk3-Cursors.html#GDK-BOTTOM-TEE:CAPS"/>
|
856
|
+
<keyword type="constant" name="GDK_BOX_SPIRAL" link="gdk3-Cursors.html#GDK-BOX-SPIRAL:CAPS"/>
|
857
|
+
<keyword type="constant" name="GDK_CENTER_PTR" link="gdk3-Cursors.html#GDK-CENTER-PTR:CAPS"/>
|
858
|
+
<keyword type="constant" name="GDK_CIRCLE" link="gdk3-Cursors.html#GDK-CIRCLE:CAPS"/>
|
859
|
+
<keyword type="constant" name="GDK_CLOCK" link="gdk3-Cursors.html#GDK-CLOCK:CAPS"/>
|
860
|
+
<keyword type="constant" name="GDK_COFFEE_MUG" link="gdk3-Cursors.html#GDK-COFFEE-MUG:CAPS"/>
|
861
|
+
<keyword type="constant" name="GDK_CROSS" link="gdk3-Cursors.html#GDK-CROSS:CAPS"/>
|
862
|
+
<keyword type="constant" name="GDK_CROSS_REVERSE" link="gdk3-Cursors.html#GDK-CROSS-REVERSE:CAPS"/>
|
863
|
+
<keyword type="constant" name="GDK_CROSSHAIR" link="gdk3-Cursors.html#GDK-CROSSHAIR:CAPS"/>
|
864
|
+
<keyword type="constant" name="GDK_DIAMOND_CROSS" link="gdk3-Cursors.html#GDK-DIAMOND-CROSS:CAPS"/>
|
865
|
+
<keyword type="constant" name="GDK_DOT" link="gdk3-Cursors.html#GDK-DOT:CAPS"/>
|
866
|
+
<keyword type="constant" name="GDK_DOTBOX" link="gdk3-Cursors.html#GDK-DOTBOX:CAPS"/>
|
867
|
+
<keyword type="constant" name="GDK_DOUBLE_ARROW" link="gdk3-Cursors.html#GDK-DOUBLE-ARROW:CAPS"/>
|
868
|
+
<keyword type="constant" name="GDK_DRAFT_LARGE" link="gdk3-Cursors.html#GDK-DRAFT-LARGE:CAPS"/>
|
869
|
+
<keyword type="constant" name="GDK_DRAFT_SMALL" link="gdk3-Cursors.html#GDK-DRAFT-SMALL:CAPS"/>
|
870
|
+
<keyword type="constant" name="GDK_DRAPED_BOX" link="gdk3-Cursors.html#GDK-DRAPED-BOX:CAPS"/>
|
871
|
+
<keyword type="constant" name="GDK_EXCHANGE" link="gdk3-Cursors.html#GDK-EXCHANGE:CAPS"/>
|
872
|
+
<keyword type="constant" name="GDK_FLEUR" link="gdk3-Cursors.html#GDK-FLEUR:CAPS"/>
|
873
|
+
<keyword type="constant" name="GDK_GOBBLER" link="gdk3-Cursors.html#GDK-GOBBLER:CAPS"/>
|
874
|
+
<keyword type="constant" name="GDK_GUMBY" link="gdk3-Cursors.html#GDK-GUMBY:CAPS"/>
|
875
|
+
<keyword type="constant" name="GDK_HAND1" link="gdk3-Cursors.html#GDK-HAND1:CAPS"/>
|
876
|
+
<keyword type="constant" name="GDK_HAND2" link="gdk3-Cursors.html#GDK-HAND2:CAPS"/>
|
877
|
+
<keyword type="constant" name="GDK_HEART" link="gdk3-Cursors.html#GDK-HEART:CAPS"/>
|
878
|
+
<keyword type="constant" name="GDK_ICON" link="gdk3-Cursors.html#GDK-ICON:CAPS"/>
|
879
|
+
<keyword type="constant" name="GDK_IRON_CROSS" link="gdk3-Cursors.html#GDK-IRON-CROSS:CAPS"/>
|
880
|
+
<keyword type="constant" name="GDK_LEFT_PTR" link="gdk3-Cursors.html#GDK-LEFT-PTR:CAPS"/>
|
881
|
+
<keyword type="constant" name="GDK_LEFT_SIDE" link="gdk3-Cursors.html#GDK-LEFT-SIDE:CAPS"/>
|
882
|
+
<keyword type="constant" name="GDK_LEFT_TEE" link="gdk3-Cursors.html#GDK-LEFT-TEE:CAPS"/>
|
883
|
+
<keyword type="constant" name="GDK_LEFTBUTTON" link="gdk3-Cursors.html#GDK-LEFTBUTTON:CAPS"/>
|
884
|
+
<keyword type="constant" name="GDK_LL_ANGLE" link="gdk3-Cursors.html#GDK-LL-ANGLE:CAPS"/>
|
885
|
+
<keyword type="constant" name="GDK_LR_ANGLE" link="gdk3-Cursors.html#GDK-LR-ANGLE:CAPS"/>
|
886
|
+
<keyword type="constant" name="GDK_MAN" link="gdk3-Cursors.html#GDK-MAN:CAPS"/>
|
887
|
+
<keyword type="constant" name="GDK_MIDDLEBUTTON" link="gdk3-Cursors.html#GDK-MIDDLEBUTTON:CAPS"/>
|
888
|
+
<keyword type="constant" name="GDK_MOUSE" link="gdk3-Cursors.html#GDK-MOUSE:CAPS"/>
|
889
|
+
<keyword type="constant" name="GDK_PENCIL" link="gdk3-Cursors.html#GDK-PENCIL:CAPS"/>
|
890
|
+
<keyword type="constant" name="GDK_PIRATE" link="gdk3-Cursors.html#GDK-PIRATE:CAPS"/>
|
891
|
+
<keyword type="constant" name="GDK_PLUS" link="gdk3-Cursors.html#GDK-PLUS:CAPS"/>
|
892
|
+
<keyword type="constant" name="GDK_QUESTION_ARROW" link="gdk3-Cursors.html#GDK-QUESTION-ARROW:CAPS"/>
|
893
|
+
<keyword type="constant" name="GDK_RIGHT_PTR" link="gdk3-Cursors.html#GDK-RIGHT-PTR:CAPS"/>
|
894
|
+
<keyword type="constant" name="GDK_RIGHT_SIDE" link="gdk3-Cursors.html#GDK-RIGHT-SIDE:CAPS"/>
|
895
|
+
<keyword type="constant" name="GDK_RIGHT_TEE" link="gdk3-Cursors.html#GDK-RIGHT-TEE:CAPS"/>
|
896
|
+
<keyword type="constant" name="GDK_RIGHTBUTTON" link="gdk3-Cursors.html#GDK-RIGHTBUTTON:CAPS"/>
|
897
|
+
<keyword type="constant" name="GDK_RTL_LOGO" link="gdk3-Cursors.html#GDK-RTL-LOGO:CAPS"/>
|
898
|
+
<keyword type="constant" name="GDK_SAILBOAT" link="gdk3-Cursors.html#GDK-SAILBOAT:CAPS"/>
|
899
|
+
<keyword type="constant" name="GDK_SB_DOWN_ARROW" link="gdk3-Cursors.html#GDK-SB-DOWN-ARROW:CAPS"/>
|
900
|
+
<keyword type="constant" name="GDK_SB_H_DOUBLE_ARROW" link="gdk3-Cursors.html#GDK-SB-H-DOUBLE-ARROW:CAPS"/>
|
901
|
+
<keyword type="constant" name="GDK_SB_LEFT_ARROW" link="gdk3-Cursors.html#GDK-SB-LEFT-ARROW:CAPS"/>
|
902
|
+
<keyword type="constant" name="GDK_SB_RIGHT_ARROW" link="gdk3-Cursors.html#GDK-SB-RIGHT-ARROW:CAPS"/>
|
903
|
+
<keyword type="constant" name="GDK_SB_UP_ARROW" link="gdk3-Cursors.html#GDK-SB-UP-ARROW:CAPS"/>
|
904
|
+
<keyword type="constant" name="GDK_SB_V_DOUBLE_ARROW" link="gdk3-Cursors.html#GDK-SB-V-DOUBLE-ARROW:CAPS"/>
|
905
|
+
<keyword type="constant" name="GDK_SHUTTLE" link="gdk3-Cursors.html#GDK-SHUTTLE:CAPS"/>
|
906
|
+
<keyword type="constant" name="GDK_SIZING" link="gdk3-Cursors.html#GDK-SIZING:CAPS"/>
|
907
|
+
<keyword type="constant" name="GDK_SPIDER" link="gdk3-Cursors.html#GDK-SPIDER:CAPS"/>
|
908
|
+
<keyword type="constant" name="GDK_SPRAYCAN" link="gdk3-Cursors.html#GDK-SPRAYCAN:CAPS"/>
|
909
|
+
<keyword type="constant" name="GDK_STAR" link="gdk3-Cursors.html#GDK-STAR:CAPS"/>
|
910
|
+
<keyword type="constant" name="GDK_TARGET" link="gdk3-Cursors.html#GDK-TARGET:CAPS"/>
|
911
|
+
<keyword type="constant" name="GDK_TCROSS" link="gdk3-Cursors.html#GDK-TCROSS:CAPS"/>
|
912
|
+
<keyword type="constant" name="GDK_TOP_LEFT_ARROW" link="gdk3-Cursors.html#GDK-TOP-LEFT-ARROW:CAPS"/>
|
913
|
+
<keyword type="constant" name="GDK_TOP_LEFT_CORNER" link="gdk3-Cursors.html#GDK-TOP-LEFT-CORNER:CAPS"/>
|
914
|
+
<keyword type="constant" name="GDK_TOP_RIGHT_CORNER" link="gdk3-Cursors.html#GDK-TOP-RIGHT-CORNER:CAPS"/>
|
915
|
+
<keyword type="constant" name="GDK_TOP_SIDE" link="gdk3-Cursors.html#GDK-TOP-SIDE:CAPS"/>
|
916
|
+
<keyword type="constant" name="GDK_TOP_TEE" link="gdk3-Cursors.html#GDK-TOP-TEE:CAPS"/>
|
917
|
+
<keyword type="constant" name="GDK_TREK" link="gdk3-Cursors.html#GDK-TREK:CAPS"/>
|
918
|
+
<keyword type="constant" name="GDK_UL_ANGLE" link="gdk3-Cursors.html#GDK-UL-ANGLE:CAPS"/>
|
919
|
+
<keyword type="constant" name="GDK_UMBRELLA" link="gdk3-Cursors.html#GDK-UMBRELLA:CAPS"/>
|
920
|
+
<keyword type="constant" name="GDK_UR_ANGLE" link="gdk3-Cursors.html#GDK-UR-ANGLE:CAPS"/>
|
921
|
+
<keyword type="constant" name="GDK_WATCH" link="gdk3-Cursors.html#GDK-WATCH:CAPS"/>
|
922
|
+
<keyword type="constant" name="GDK_XTERM" link="gdk3-Cursors.html#GDK-XTERM:CAPS"/>
|
923
|
+
<keyword type="constant" name="GDK_LAST_CURSOR" link="gdk3-Cursors.html#GDK-LAST-CURSOR:CAPS"/>
|
924
|
+
<keyword type="constant" name="GDK_BLANK_CURSOR" link="gdk3-Cursors.html#GDK-BLANK-CURSOR:CAPS"/>
|
925
|
+
<keyword type="constant" name="GDK_CURSOR_IS_PIXMAP" link="gdk3-Cursors.html#GDK-CURSOR-IS-PIXMAP:CAPS"/>
|
926
|
+
<keyword type="constant" name="GDK_WINDOW_ROOT" link="gdk3-Windows.html#GDK-WINDOW-ROOT:CAPS"/>
|
927
|
+
<keyword type="constant" name="GDK_WINDOW_TOPLEVEL" link="gdk3-Windows.html#GDK-WINDOW-TOPLEVEL:CAPS"/>
|
928
|
+
<keyword type="constant" name="GDK_WINDOW_CHILD" link="gdk3-Windows.html#GDK-WINDOW-CHILD:CAPS"/>
|
929
|
+
<keyword type="constant" name="GDK_WINDOW_TEMP" link="gdk3-Windows.html#GDK-WINDOW-TEMP:CAPS"/>
|
930
|
+
<keyword type="constant" name="GDK_WINDOW_FOREIGN" link="gdk3-Windows.html#GDK-WINDOW-FOREIGN:CAPS"/>
|
931
|
+
<keyword type="constant" name="GDK_WINDOW_OFFSCREEN" link="gdk3-Windows.html#GDK-WINDOW-OFFSCREEN:CAPS"/>
|
932
|
+
<keyword type="constant" name="GDK_WINDOW_SUBSURFACE" link="gdk3-Windows.html#GDK-WINDOW-SUBSURFACE:CAPS"/>
|
933
|
+
<keyword type="constant" name="GDK_INPUT_OUTPUT" link="gdk3-Windows.html#GDK-INPUT-OUTPUT:CAPS"/>
|
934
|
+
<keyword type="constant" name="GDK_INPUT_ONLY" link="gdk3-Windows.html#GDK-INPUT-ONLY:CAPS"/>
|
935
|
+
<keyword type="constant" name="GDK_HINT_POS" link="gdk3-Windows.html#GDK-HINT-POS:CAPS"/>
|
936
|
+
<keyword type="constant" name="GDK_HINT_MIN_SIZE" link="gdk3-Windows.html#GDK-HINT-MIN-SIZE:CAPS"/>
|
937
|
+
<keyword type="constant" name="GDK_HINT_MAX_SIZE" link="gdk3-Windows.html#GDK-HINT-MAX-SIZE:CAPS"/>
|
938
|
+
<keyword type="constant" name="GDK_HINT_BASE_SIZE" link="gdk3-Windows.html#GDK-HINT-BASE-SIZE:CAPS"/>
|
939
|
+
<keyword type="constant" name="GDK_HINT_ASPECT" link="gdk3-Windows.html#GDK-HINT-ASPECT:CAPS"/>
|
940
|
+
<keyword type="constant" name="GDK_HINT_RESIZE_INC" link="gdk3-Windows.html#GDK-HINT-RESIZE-INC:CAPS"/>
|
941
|
+
<keyword type="constant" name="GDK_HINT_WIN_GRAVITY" link="gdk3-Windows.html#GDK-HINT-WIN-GRAVITY:CAPS"/>
|
942
|
+
<keyword type="constant" name="GDK_HINT_USER_POS" link="gdk3-Windows.html#GDK-HINT-USER-POS:CAPS"/>
|
943
|
+
<keyword type="constant" name="GDK_HINT_USER_SIZE" link="gdk3-Windows.html#GDK-HINT-USER-SIZE:CAPS"/>
|
944
|
+
<keyword type="constant" name="GDK_GRAVITY_NORTH_WEST" link="gdk3-Windows.html#GDK-GRAVITY-NORTH-WEST:CAPS"/>
|
945
|
+
<keyword type="constant" name="GDK_GRAVITY_NORTH" link="gdk3-Windows.html#GDK-GRAVITY-NORTH:CAPS"/>
|
946
|
+
<keyword type="constant" name="GDK_GRAVITY_NORTH_EAST" link="gdk3-Windows.html#GDK-GRAVITY-NORTH-EAST:CAPS"/>
|
947
|
+
<keyword type="constant" name="GDK_GRAVITY_WEST" link="gdk3-Windows.html#GDK-GRAVITY-WEST:CAPS"/>
|
948
|
+
<keyword type="constant" name="GDK_GRAVITY_CENTER" link="gdk3-Windows.html#GDK-GRAVITY-CENTER:CAPS"/>
|
949
|
+
<keyword type="constant" name="GDK_GRAVITY_EAST" link="gdk3-Windows.html#GDK-GRAVITY-EAST:CAPS"/>
|
950
|
+
<keyword type="constant" name="GDK_GRAVITY_SOUTH_WEST" link="gdk3-Windows.html#GDK-GRAVITY-SOUTH-WEST:CAPS"/>
|
951
|
+
<keyword type="constant" name="GDK_GRAVITY_SOUTH" link="gdk3-Windows.html#GDK-GRAVITY-SOUTH:CAPS"/>
|
952
|
+
<keyword type="constant" name="GDK_GRAVITY_SOUTH_EAST" link="gdk3-Windows.html#GDK-GRAVITY-SOUTH-EAST:CAPS"/>
|
953
|
+
<keyword type="constant" name="GDK_GRAVITY_STATIC" link="gdk3-Windows.html#GDK-GRAVITY-STATIC:CAPS"/>
|
954
|
+
<keyword type="constant" name="GDK_WINDOW_EDGE_NORTH_WEST" link="gdk3-Windows.html#GDK-WINDOW-EDGE-NORTH-WEST:CAPS"/>
|
955
|
+
<keyword type="constant" name="GDK_WINDOW_EDGE_NORTH" link="gdk3-Windows.html#GDK-WINDOW-EDGE-NORTH:CAPS"/>
|
956
|
+
<keyword type="constant" name="GDK_WINDOW_EDGE_NORTH_EAST" link="gdk3-Windows.html#GDK-WINDOW-EDGE-NORTH-EAST:CAPS"/>
|
957
|
+
<keyword type="constant" name="GDK_WINDOW_EDGE_WEST" link="gdk3-Windows.html#GDK-WINDOW-EDGE-WEST:CAPS"/>
|
958
|
+
<keyword type="constant" name="GDK_WINDOW_EDGE_EAST" link="gdk3-Windows.html#GDK-WINDOW-EDGE-EAST:CAPS"/>
|
959
|
+
<keyword type="constant" name="GDK_WINDOW_EDGE_SOUTH_WEST" link="gdk3-Windows.html#GDK-WINDOW-EDGE-SOUTH-WEST:CAPS"/>
|
960
|
+
<keyword type="constant" name="GDK_WINDOW_EDGE_SOUTH" link="gdk3-Windows.html#GDK-WINDOW-EDGE-SOUTH:CAPS"/>
|
961
|
+
<keyword type="constant" name="GDK_WINDOW_EDGE_SOUTH_EAST" link="gdk3-Windows.html#GDK-WINDOW-EDGE-SOUTH-EAST:CAPS"/>
|
962
|
+
<keyword type="constant" name="GDK_WINDOW_TYPE_HINT_NORMAL" link="gdk3-Windows.html#GDK-WINDOW-TYPE-HINT-NORMAL:CAPS"/>
|
963
|
+
<keyword type="constant" name="GDK_WINDOW_TYPE_HINT_DIALOG" link="gdk3-Windows.html#GDK-WINDOW-TYPE-HINT-DIALOG:CAPS"/>
|
964
|
+
<keyword type="constant" name="GDK_WINDOW_TYPE_HINT_MENU" link="gdk3-Windows.html#GDK-WINDOW-TYPE-HINT-MENU:CAPS"/>
|
965
|
+
<keyword type="constant" name="GDK_WINDOW_TYPE_HINT_TOOLBAR" link="gdk3-Windows.html#GDK-WINDOW-TYPE-HINT-TOOLBAR:CAPS"/>
|
966
|
+
<keyword type="constant" name="GDK_WINDOW_TYPE_HINT_SPLASHSCREEN" link="gdk3-Windows.html#GDK-WINDOW-TYPE-HINT-SPLASHSCREEN:CAPS"/>
|
967
|
+
<keyword type="constant" name="GDK_WINDOW_TYPE_HINT_UTILITY" link="gdk3-Windows.html#GDK-WINDOW-TYPE-HINT-UTILITY:CAPS"/>
|
968
|
+
<keyword type="constant" name="GDK_WINDOW_TYPE_HINT_DOCK" link="gdk3-Windows.html#GDK-WINDOW-TYPE-HINT-DOCK:CAPS"/>
|
969
|
+
<keyword type="constant" name="GDK_WINDOW_TYPE_HINT_DESKTOP" link="gdk3-Windows.html#GDK-WINDOW-TYPE-HINT-DESKTOP:CAPS"/>
|
970
|
+
<keyword type="constant" name="GDK_WINDOW_TYPE_HINT_DROPDOWN_MENU" link="gdk3-Windows.html#GDK-WINDOW-TYPE-HINT-DROPDOWN-MENU:CAPS"/>
|
971
|
+
<keyword type="constant" name="GDK_WINDOW_TYPE_HINT_POPUP_MENU" link="gdk3-Windows.html#GDK-WINDOW-TYPE-HINT-POPUP-MENU:CAPS"/>
|
972
|
+
<keyword type="constant" name="GDK_WINDOW_TYPE_HINT_TOOLTIP" link="gdk3-Windows.html#GDK-WINDOW-TYPE-HINT-TOOLTIP:CAPS"/>
|
973
|
+
<keyword type="constant" name="GDK_WINDOW_TYPE_HINT_NOTIFICATION" link="gdk3-Windows.html#GDK-WINDOW-TYPE-HINT-NOTIFICATION:CAPS"/>
|
974
|
+
<keyword type="constant" name="GDK_WINDOW_TYPE_HINT_COMBO" link="gdk3-Windows.html#GDK-WINDOW-TYPE-HINT-COMBO:CAPS"/>
|
975
|
+
<keyword type="constant" name="GDK_WINDOW_TYPE_HINT_DND" link="gdk3-Windows.html#GDK-WINDOW-TYPE-HINT-DND:CAPS"/>
|
976
|
+
<keyword type="constant" name="GDK_WA_TITLE" link="gdk3-Windows.html#GDK-WA-TITLE:CAPS"/>
|
977
|
+
<keyword type="constant" name="GDK_WA_X" link="gdk3-Windows.html#GDK-WA-X:CAPS"/>
|
978
|
+
<keyword type="constant" name="GDK_WA_Y" link="gdk3-Windows.html#GDK-WA-Y:CAPS"/>
|
979
|
+
<keyword type="constant" name="GDK_WA_CURSOR" link="gdk3-Windows.html#GDK-WA-CURSOR:CAPS"/>
|
980
|
+
<keyword type="constant" name="GDK_WA_VISUAL" link="gdk3-Windows.html#GDK-WA-VISUAL:CAPS"/>
|
981
|
+
<keyword type="constant" name="GDK_WA_WMCLASS" link="gdk3-Windows.html#GDK-WA-WMCLASS:CAPS"/>
|
982
|
+
<keyword type="constant" name="GDK_WA_NOREDIR" link="gdk3-Windows.html#GDK-WA-NOREDIR:CAPS"/>
|
983
|
+
<keyword type="constant" name="GDK_WA_TYPE_HINT" link="gdk3-Windows.html#GDK-WA-TYPE-HINT:CAPS"/>
|
984
|
+
<keyword type="constant" name="GDK_FULLSCREEN_ON_CURRENT_MONITOR" link="gdk3-Windows.html#GDK-FULLSCREEN-ON-CURRENT-MONITOR:CAPS"/>
|
985
|
+
<keyword type="constant" name="GDK_FULLSCREEN_ON_ALL_MONITORS" link="gdk3-Windows.html#GDK-FULLSCREEN-ON-ALL-MONITORS:CAPS"/>
|
986
|
+
<keyword type="constant" name="GDK_FILTER_CONTINUE" link="gdk3-Windows.html#GDK-FILTER-CONTINUE:CAPS"/>
|
987
|
+
<keyword type="constant" name="GDK_FILTER_TRANSLATE" link="gdk3-Windows.html#GDK-FILTER-TRANSLATE:CAPS"/>
|
988
|
+
<keyword type="constant" name="GDK_FILTER_REMOVE" link="gdk3-Windows.html#GDK-FILTER-REMOVE:CAPS"/>
|
989
|
+
<keyword type="constant" name="GDK_SHIFT_MASK" link="gdk3-Windows.html#GDK-SHIFT-MASK:CAPS"/>
|
990
|
+
<keyword type="constant" name="GDK_LOCK_MASK" link="gdk3-Windows.html#GDK-LOCK-MASK:CAPS"/>
|
991
|
+
<keyword type="constant" name="GDK_CONTROL_MASK" link="gdk3-Windows.html#GDK-CONTROL-MASK:CAPS"/>
|
992
|
+
<keyword type="constant" name="GDK_MOD1_MASK" link="gdk3-Windows.html#GDK-MOD1-MASK:CAPS"/>
|
993
|
+
<keyword type="constant" name="GDK_MOD2_MASK" link="gdk3-Windows.html#GDK-MOD2-MASK:CAPS"/>
|
994
|
+
<keyword type="constant" name="GDK_MOD3_MASK" link="gdk3-Windows.html#GDK-MOD3-MASK:CAPS"/>
|
995
|
+
<keyword type="constant" name="GDK_MOD4_MASK" link="gdk3-Windows.html#GDK-MOD4-MASK:CAPS"/>
|
996
|
+
<keyword type="constant" name="GDK_MOD5_MASK" link="gdk3-Windows.html#GDK-MOD5-MASK:CAPS"/>
|
997
|
+
<keyword type="constant" name="GDK_BUTTON1_MASK" link="gdk3-Windows.html#GDK-BUTTON1-MASK:CAPS"/>
|
998
|
+
<keyword type="constant" name="GDK_BUTTON2_MASK" link="gdk3-Windows.html#GDK-BUTTON2-MASK:CAPS"/>
|
999
|
+
<keyword type="constant" name="GDK_BUTTON3_MASK" link="gdk3-Windows.html#GDK-BUTTON3-MASK:CAPS"/>
|
1000
|
+
<keyword type="constant" name="GDK_BUTTON4_MASK" link="gdk3-Windows.html#GDK-BUTTON4-MASK:CAPS"/>
|
1001
|
+
<keyword type="constant" name="GDK_BUTTON5_MASK" link="gdk3-Windows.html#GDK-BUTTON5-MASK:CAPS"/>
|
1002
|
+
<keyword type="constant" name="GDK_MODIFIER_RESERVED_13_MASK" link="gdk3-Windows.html#GDK-MODIFIER-RESERVED-13-MASK:CAPS"/>
|
1003
|
+
<keyword type="constant" name="GDK_MODIFIER_RESERVED_14_MASK" link="gdk3-Windows.html#GDK-MODIFIER-RESERVED-14-MASK:CAPS"/>
|
1004
|
+
<keyword type="constant" name="GDK_MODIFIER_RESERVED_15_MASK" link="gdk3-Windows.html#GDK-MODIFIER-RESERVED-15-MASK:CAPS"/>
|
1005
|
+
<keyword type="constant" name="GDK_MODIFIER_RESERVED_16_MASK" link="gdk3-Windows.html#GDK-MODIFIER-RESERVED-16-MASK:CAPS"/>
|
1006
|
+
<keyword type="constant" name="GDK_MODIFIER_RESERVED_17_MASK" link="gdk3-Windows.html#GDK-MODIFIER-RESERVED-17-MASK:CAPS"/>
|
1007
|
+
<keyword type="constant" name="GDK_MODIFIER_RESERVED_18_MASK" link="gdk3-Windows.html#GDK-MODIFIER-RESERVED-18-MASK:CAPS"/>
|
1008
|
+
<keyword type="constant" name="GDK_MODIFIER_RESERVED_19_MASK" link="gdk3-Windows.html#GDK-MODIFIER-RESERVED-19-MASK:CAPS"/>
|
1009
|
+
<keyword type="constant" name="GDK_MODIFIER_RESERVED_20_MASK" link="gdk3-Windows.html#GDK-MODIFIER-RESERVED-20-MASK:CAPS"/>
|
1010
|
+
<keyword type="constant" name="GDK_MODIFIER_RESERVED_21_MASK" link="gdk3-Windows.html#GDK-MODIFIER-RESERVED-21-MASK:CAPS"/>
|
1011
|
+
<keyword type="constant" name="GDK_MODIFIER_RESERVED_22_MASK" link="gdk3-Windows.html#GDK-MODIFIER-RESERVED-22-MASK:CAPS"/>
|
1012
|
+
<keyword type="constant" name="GDK_MODIFIER_RESERVED_23_MASK" link="gdk3-Windows.html#GDK-MODIFIER-RESERVED-23-MASK:CAPS"/>
|
1013
|
+
<keyword type="constant" name="GDK_MODIFIER_RESERVED_24_MASK" link="gdk3-Windows.html#GDK-MODIFIER-RESERVED-24-MASK:CAPS"/>
|
1014
|
+
<keyword type="constant" name="GDK_MODIFIER_RESERVED_25_MASK" link="gdk3-Windows.html#GDK-MODIFIER-RESERVED-25-MASK:CAPS"/>
|
1015
|
+
<keyword type="constant" name="GDK_SUPER_MASK" link="gdk3-Windows.html#GDK-SUPER-MASK:CAPS"/>
|
1016
|
+
<keyword type="constant" name="GDK_HYPER_MASK" link="gdk3-Windows.html#GDK-HYPER-MASK:CAPS"/>
|
1017
|
+
<keyword type="constant" name="GDK_META_MASK" link="gdk3-Windows.html#GDK-META-MASK:CAPS"/>
|
1018
|
+
<keyword type="constant" name="GDK_MODIFIER_RESERVED_29_MASK" link="gdk3-Windows.html#GDK-MODIFIER-RESERVED-29-MASK:CAPS"/>
|
1019
|
+
<keyword type="constant" name="GDK_RELEASE_MASK" link="gdk3-Windows.html#GDK-RELEASE-MASK:CAPS"/>
|
1020
|
+
<keyword type="constant" name="GDK_MODIFIER_MASK" link="gdk3-Windows.html#GDK-MODIFIER-MASK:CAPS"/>
|
1021
|
+
<keyword type="constant" name="GDK_MODIFIER_INTENT_PRIMARY_ACCELERATOR" link="gdk3-Windows.html#GDK-MODIFIER-INTENT-PRIMARY-ACCELERATOR:CAPS"/>
|
1022
|
+
<keyword type="constant" name="GDK_MODIFIER_INTENT_CONTEXT_MENU" link="gdk3-Windows.html#GDK-MODIFIER-INTENT-CONTEXT-MENU:CAPS"/>
|
1023
|
+
<keyword type="constant" name="GDK_MODIFIER_INTENT_EXTEND_SELECTION" link="gdk3-Windows.html#GDK-MODIFIER-INTENT-EXTEND-SELECTION:CAPS"/>
|
1024
|
+
<keyword type="constant" name="GDK_MODIFIER_INTENT_MODIFY_SELECTION" link="gdk3-Windows.html#GDK-MODIFIER-INTENT-MODIFY-SELECTION:CAPS"/>
|
1025
|
+
<keyword type="constant" name="GDK_MODIFIER_INTENT_NO_TEXT_INPUT" link="gdk3-Windows.html#GDK-MODIFIER-INTENT-NO-TEXT-INPUT:CAPS"/>
|
1026
|
+
<keyword type="constant" name="GDK_MODIFIER_INTENT_SHIFT_GROUP" link="gdk3-Windows.html#GDK-MODIFIER-INTENT-SHIFT-GROUP:CAPS"/>
|
1027
|
+
<keyword type="constant" name="GDK_DECOR_ALL" link="gdk3-Windows.html#GDK-DECOR-ALL:CAPS"/>
|
1028
|
+
<keyword type="constant" name="GDK_DECOR_BORDER" link="gdk3-Windows.html#GDK-DECOR-BORDER:CAPS"/>
|
1029
|
+
<keyword type="constant" name="GDK_DECOR_RESIZEH" link="gdk3-Windows.html#GDK-DECOR-RESIZEH:CAPS"/>
|
1030
|
+
<keyword type="constant" name="GDK_DECOR_TITLE" link="gdk3-Windows.html#GDK-DECOR-TITLE:CAPS"/>
|
1031
|
+
<keyword type="constant" name="GDK_DECOR_MENU" link="gdk3-Windows.html#GDK-DECOR-MENU:CAPS"/>
|
1032
|
+
<keyword type="constant" name="GDK_DECOR_MINIMIZE" link="gdk3-Windows.html#GDK-DECOR-MINIMIZE:CAPS"/>
|
1033
|
+
<keyword type="constant" name="GDK_DECOR_MAXIMIZE" link="gdk3-Windows.html#GDK-DECOR-MAXIMIZE:CAPS"/>
|
1034
|
+
<keyword type="constant" name="GDK_FUNC_ALL" link="gdk3-Windows.html#GDK-FUNC-ALL:CAPS"/>
|
1035
|
+
<keyword type="constant" name="GDK_FUNC_RESIZE" link="gdk3-Windows.html#GDK-FUNC-RESIZE:CAPS"/>
|
1036
|
+
<keyword type="constant" name="GDK_FUNC_MOVE" link="gdk3-Windows.html#GDK-FUNC-MOVE:CAPS"/>
|
1037
|
+
<keyword type="constant" name="GDK_FUNC_MINIMIZE" link="gdk3-Windows.html#GDK-FUNC-MINIMIZE:CAPS"/>
|
1038
|
+
<keyword type="constant" name="GDK_FUNC_MAXIMIZE" link="gdk3-Windows.html#GDK-FUNC-MAXIMIZE:CAPS"/>
|
1039
|
+
<keyword type="constant" name="GDK_FUNC_CLOSE" link="gdk3-Windows.html#GDK-FUNC-CLOSE:CAPS"/>
|
1040
|
+
<keyword type="constant" name="GDK_FRAME_CLOCK_PHASE_NONE" link="GdkFrameClock.html#GDK-FRAME-CLOCK-PHASE-NONE:CAPS"/>
|
1041
|
+
<keyword type="constant" name="GDK_FRAME_CLOCK_PHASE_FLUSH_EVENTS" link="GdkFrameClock.html#GDK-FRAME-CLOCK-PHASE-FLUSH-EVENTS:CAPS"/>
|
1042
|
+
<keyword type="constant" name="GDK_FRAME_CLOCK_PHASE_BEFORE_PAINT" link="GdkFrameClock.html#GDK-FRAME-CLOCK-PHASE-BEFORE-PAINT:CAPS"/>
|
1043
|
+
<keyword type="constant" name="GDK_FRAME_CLOCK_PHASE_UPDATE" link="GdkFrameClock.html#GDK-FRAME-CLOCK-PHASE-UPDATE:CAPS"/>
|
1044
|
+
<keyword type="constant" name="GDK_FRAME_CLOCK_PHASE_LAYOUT" link="GdkFrameClock.html#GDK-FRAME-CLOCK-PHASE-LAYOUT:CAPS"/>
|
1045
|
+
<keyword type="constant" name="GDK_FRAME_CLOCK_PHASE_PAINT" link="GdkFrameClock.html#GDK-FRAME-CLOCK-PHASE-PAINT:CAPS"/>
|
1046
|
+
<keyword type="constant" name="GDK_FRAME_CLOCK_PHASE_RESUME_EVENTS" link="GdkFrameClock.html#GDK-FRAME-CLOCK-PHASE-RESUME-EVENTS:CAPS"/>
|
1047
|
+
<keyword type="constant" name="GDK_FRAME_CLOCK_PHASE_AFTER_PAINT" link="GdkFrameClock.html#GDK-FRAME-CLOCK-PHASE-AFTER-PAINT:CAPS"/>
|
1048
|
+
<keyword type="constant" name="GDK_GL_ERROR_NOT_AVAILABLE" link="GdkGLContext.html#GDK-GL-ERROR-NOT-AVAILABLE:CAPS"/>
|
1049
|
+
<keyword type="constant" name="GDK_GL_ERROR_UNSUPPORTED_FORMAT" link="GdkGLContext.html#GDK-GL-ERROR-UNSUPPORTED-FORMAT:CAPS"/>
|
1050
|
+
<keyword type="constant" name="GDK_GL_ERROR_UNSUPPORTED_PROFILE" link="GdkGLContext.html#GDK-GL-ERROR-UNSUPPORTED-PROFILE:CAPS"/>
|
1051
|
+
<keyword type="constant" name="GDK_NOTHING" link="gdk3-Events.html#GDK-NOTHING:CAPS"/>
|
1052
|
+
<keyword type="constant" name="GDK_DELETE" link="gdk3-Events.html#GDK-DELETE:CAPS"/>
|
1053
|
+
<keyword type="constant" name="GDK_DESTROY" link="gdk3-Events.html#GDK-DESTROY:CAPS"/>
|
1054
|
+
<keyword type="constant" name="GDK_EXPOSE" link="gdk3-Events.html#GDK-EXPOSE:CAPS"/>
|
1055
|
+
<keyword type="constant" name="GDK_MOTION_NOTIFY" link="gdk3-Events.html#GDK-MOTION-NOTIFY:CAPS"/>
|
1056
|
+
<keyword type="constant" name="GDK_BUTTON_PRESS" link="gdk3-Events.html#GDK-BUTTON-PRESS:CAPS"/>
|
1057
|
+
<keyword type="constant" name="GDK_2BUTTON_PRESS" link="gdk3-Events.html#GDK-2BUTTON-PRESS:CAPS"/>
|
1058
|
+
<keyword type="constant" name="GDK_DOUBLE_BUTTON_PRESS" link="gdk3-Events.html#GDK-DOUBLE-BUTTON-PRESS:CAPS"/>
|
1059
|
+
<keyword type="constant" name="GDK_3BUTTON_PRESS" link="gdk3-Events.html#GDK-3BUTTON-PRESS:CAPS"/>
|
1060
|
+
<keyword type="constant" name="GDK_TRIPLE_BUTTON_PRESS" link="gdk3-Events.html#GDK-TRIPLE-BUTTON-PRESS:CAPS"/>
|
1061
|
+
<keyword type="constant" name="GDK_BUTTON_RELEASE" link="gdk3-Events.html#GDK-BUTTON-RELEASE:CAPS"/>
|
1062
|
+
<keyword type="constant" name="GDK_KEY_PRESS" link="gdk3-Events.html#GDK-KEY-PRESS:CAPS"/>
|
1063
|
+
<keyword type="constant" name="GDK_KEY_RELEASE" link="gdk3-Events.html#GDK-KEY-RELEASE:CAPS"/>
|
1064
|
+
<keyword type="constant" name="GDK_ENTER_NOTIFY" link="gdk3-Events.html#GDK-ENTER-NOTIFY:CAPS"/>
|
1065
|
+
<keyword type="constant" name="GDK_LEAVE_NOTIFY" link="gdk3-Events.html#GDK-LEAVE-NOTIFY:CAPS"/>
|
1066
|
+
<keyword type="constant" name="GDK_FOCUS_CHANGE" link="gdk3-Events.html#GDK-FOCUS-CHANGE:CAPS"/>
|
1067
|
+
<keyword type="constant" name="GDK_CONFIGURE" link="gdk3-Events.html#GDK-CONFIGURE:CAPS"/>
|
1068
|
+
<keyword type="constant" name="GDK_MAP" link="gdk3-Events.html#GDK-MAP:CAPS"/>
|
1069
|
+
<keyword type="constant" name="GDK_UNMAP" link="gdk3-Events.html#GDK-UNMAP:CAPS"/>
|
1070
|
+
<keyword type="constant" name="GDK_PROPERTY_NOTIFY" link="gdk3-Events.html#GDK-PROPERTY-NOTIFY:CAPS"/>
|
1071
|
+
<keyword type="constant" name="GDK_SELECTION_CLEAR" link="gdk3-Events.html#GDK-SELECTION-CLEAR:CAPS"/>
|
1072
|
+
<keyword type="constant" name="GDK_SELECTION_REQUEST" link="gdk3-Events.html#GDK-SELECTION-REQUEST:CAPS"/>
|
1073
|
+
<keyword type="constant" name="GDK_SELECTION_NOTIFY" link="gdk3-Events.html#GDK-SELECTION-NOTIFY:CAPS"/>
|
1074
|
+
<keyword type="constant" name="GDK_PROXIMITY_IN" link="gdk3-Events.html#GDK-PROXIMITY-IN:CAPS"/>
|
1075
|
+
<keyword type="constant" name="GDK_PROXIMITY_OUT" link="gdk3-Events.html#GDK-PROXIMITY-OUT:CAPS"/>
|
1076
|
+
<keyword type="constant" name="GDK_DRAG_ENTER" link="gdk3-Events.html#GDK-DRAG-ENTER:CAPS"/>
|
1077
|
+
<keyword type="constant" name="GDK_DRAG_LEAVE" link="gdk3-Events.html#GDK-DRAG-LEAVE:CAPS"/>
|
1078
|
+
<keyword type="constant" name="GDK_DRAG_MOTION" link="gdk3-Events.html#GDK-DRAG-MOTION:CAPS"/>
|
1079
|
+
<keyword type="constant" name="GDK_DRAG_STATUS" link="gdk3-Events.html#GDK-DRAG-STATUS:CAPS"/>
|
1080
|
+
<keyword type="constant" name="GDK_DROP_START" link="gdk3-Events.html#GDK-DROP-START:CAPS"/>
|
1081
|
+
<keyword type="constant" name="GDK_DROP_FINISHED" link="gdk3-Events.html#GDK-DROP-FINISHED:CAPS"/>
|
1082
|
+
<keyword type="constant" name="GDK_CLIENT_EVENT" link="gdk3-Events.html#GDK-CLIENT-EVENT:CAPS"/>
|
1083
|
+
<keyword type="constant" name="GDK_VISIBILITY_NOTIFY" link="gdk3-Events.html#GDK-VISIBILITY-NOTIFY:CAPS"/>
|
1084
|
+
<keyword type="constant" name="GDK_SCROLL" link="gdk3-Events.html#GDK-SCROLL:CAPS"/>
|
1085
|
+
<keyword type="constant" name="GDK_WINDOW_STATE" link="gdk3-Events.html#GDK-WINDOW-STATE:CAPS"/>
|
1086
|
+
<keyword type="constant" name="GDK_SETTING" link="gdk3-Events.html#GDK-SETTING:CAPS"/>
|
1087
|
+
<keyword type="constant" name="GDK_OWNER_CHANGE" link="gdk3-Events.html#GDK-OWNER-CHANGE:CAPS"/>
|
1088
|
+
<keyword type="constant" name="GDK_GRAB_BROKEN" link="gdk3-Events.html#GDK-GRAB-BROKEN:CAPS"/>
|
1089
|
+
<keyword type="constant" name="GDK_DAMAGE" link="gdk3-Events.html#GDK-DAMAGE:CAPS"/>
|
1090
|
+
<keyword type="constant" name="GDK_TOUCH_BEGIN" link="gdk3-Events.html#GDK-TOUCH-BEGIN:CAPS"/>
|
1091
|
+
<keyword type="constant" name="GDK_TOUCH_UPDATE" link="gdk3-Events.html#GDK-TOUCH-UPDATE:CAPS"/>
|
1092
|
+
<keyword type="constant" name="GDK_TOUCH_END" link="gdk3-Events.html#GDK-TOUCH-END:CAPS"/>
|
1093
|
+
<keyword type="constant" name="GDK_TOUCH_CANCEL" link="gdk3-Events.html#GDK-TOUCH-CANCEL:CAPS"/>
|
1094
|
+
<keyword type="constant" name="GDK_EVENT_LAST" link="gdk3-Events.html#GDK-EVENT-LAST:CAPS"/>
|
1095
|
+
<keyword type="constant" name="GDK_EXPOSURE_MASK" link="gdk3-Events.html#GDK-EXPOSURE-MASK:CAPS"/>
|
1096
|
+
<keyword type="constant" name="GDK_POINTER_MOTION_MASK" link="gdk3-Events.html#GDK-POINTER-MOTION-MASK:CAPS"/>
|
1097
|
+
<keyword type="constant" name="GDK_POINTER_MOTION_HINT_MASK" link="gdk3-Events.html#GDK-POINTER-MOTION-HINT-MASK:CAPS"/>
|
1098
|
+
<keyword type="constant" name="GDK_BUTTON_MOTION_MASK" link="gdk3-Events.html#GDK-BUTTON-MOTION-MASK:CAPS"/>
|
1099
|
+
<keyword type="constant" name="GDK_BUTTON1_MOTION_MASK" link="gdk3-Events.html#GDK-BUTTON1-MOTION-MASK:CAPS"/>
|
1100
|
+
<keyword type="constant" name="GDK_BUTTON2_MOTION_MASK" link="gdk3-Events.html#GDK-BUTTON2-MOTION-MASK:CAPS"/>
|
1101
|
+
<keyword type="constant" name="GDK_BUTTON3_MOTION_MASK" link="gdk3-Events.html#GDK-BUTTON3-MOTION-MASK:CAPS"/>
|
1102
|
+
<keyword type="constant" name="GDK_BUTTON_PRESS_MASK" link="gdk3-Events.html#GDK-BUTTON-PRESS-MASK:CAPS"/>
|
1103
|
+
<keyword type="constant" name="GDK_BUTTON_RELEASE_MASK" link="gdk3-Events.html#GDK-BUTTON-RELEASE-MASK:CAPS"/>
|
1104
|
+
<keyword type="constant" name="GDK_KEY_PRESS_MASK" link="gdk3-Events.html#GDK-KEY-PRESS-MASK:CAPS"/>
|
1105
|
+
<keyword type="constant" name="GDK_KEY_RELEASE_MASK" link="gdk3-Events.html#GDK-KEY-RELEASE-MASK:CAPS"/>
|
1106
|
+
<keyword type="constant" name="GDK_ENTER_NOTIFY_MASK" link="gdk3-Events.html#GDK-ENTER-NOTIFY-MASK:CAPS"/>
|
1107
|
+
<keyword type="constant" name="GDK_LEAVE_NOTIFY_MASK" link="gdk3-Events.html#GDK-LEAVE-NOTIFY-MASK:CAPS"/>
|
1108
|
+
<keyword type="constant" name="GDK_FOCUS_CHANGE_MASK" link="gdk3-Events.html#GDK-FOCUS-CHANGE-MASK:CAPS"/>
|
1109
|
+
<keyword type="constant" name="GDK_STRUCTURE_MASK" link="gdk3-Events.html#GDK-STRUCTURE-MASK:CAPS"/>
|
1110
|
+
<keyword type="constant" name="GDK_PROPERTY_CHANGE_MASK" link="gdk3-Events.html#GDK-PROPERTY-CHANGE-MASK:CAPS"/>
|
1111
|
+
<keyword type="constant" name="GDK_VISIBILITY_NOTIFY_MASK" link="gdk3-Events.html#GDK-VISIBILITY-NOTIFY-MASK:CAPS"/>
|
1112
|
+
<keyword type="constant" name="GDK_PROXIMITY_IN_MASK" link="gdk3-Events.html#GDK-PROXIMITY-IN-MASK:CAPS"/>
|
1113
|
+
<keyword type="constant" name="GDK_PROXIMITY_OUT_MASK" link="gdk3-Events.html#GDK-PROXIMITY-OUT-MASK:CAPS"/>
|
1114
|
+
<keyword type="constant" name="GDK_SUBSTRUCTURE_MASK" link="gdk3-Events.html#GDK-SUBSTRUCTURE-MASK:CAPS"/>
|
1115
|
+
<keyword type="constant" name="GDK_SCROLL_MASK" link="gdk3-Events.html#GDK-SCROLL-MASK:CAPS"/>
|
1116
|
+
<keyword type="constant" name="GDK_TOUCH_MASK" link="gdk3-Events.html#GDK-TOUCH-MASK:CAPS"/>
|
1117
|
+
<keyword type="constant" name="GDK_SMOOTH_SCROLL_MASK" link="gdk3-Events.html#GDK-SMOOTH-SCROLL-MASK:CAPS"/>
|
1118
|
+
<keyword type="constant" name="GDK_ALL_EVENTS_MASK" link="gdk3-Events.html#GDK-ALL-EVENTS-MASK:CAPS"/>
|
1119
|
+
<keyword type="constant" name="GDK_SCROLL_UP" link="gdk3-Event-Structures.html#GDK-SCROLL-UP:CAPS"/>
|
1120
|
+
<keyword type="constant" name="GDK_SCROLL_DOWN" link="gdk3-Event-Structures.html#GDK-SCROLL-DOWN:CAPS"/>
|
1121
|
+
<keyword type="constant" name="GDK_SCROLL_LEFT" link="gdk3-Event-Structures.html#GDK-SCROLL-LEFT:CAPS"/>
|
1122
|
+
<keyword type="constant" name="GDK_SCROLL_RIGHT" link="gdk3-Event-Structures.html#GDK-SCROLL-RIGHT:CAPS"/>
|
1123
|
+
<keyword type="constant" name="GDK_SCROLL_SMOOTH" link="gdk3-Event-Structures.html#GDK-SCROLL-SMOOTH:CAPS"/>
|
1124
|
+
<keyword type="constant" name="GDK_VISIBILITY_UNOBSCURED" link="gdk3-Event-Structures.html#GDK-VISIBILITY-UNOBSCURED:CAPS"/>
|
1125
|
+
<keyword type="constant" name="GDK_VISIBILITY_PARTIAL" link="gdk3-Event-Structures.html#GDK-VISIBILITY-PARTIAL:CAPS"/>
|
1126
|
+
<keyword type="constant" name="GDK_VISIBILITY_FULLY_OBSCURED" link="gdk3-Event-Structures.html#GDK-VISIBILITY-FULLY-OBSCURED:CAPS"/>
|
1127
|
+
<keyword type="constant" name="GDK_CROSSING_NORMAL" link="gdk3-Event-Structures.html#GDK-CROSSING-NORMAL:CAPS"/>
|
1128
|
+
<keyword type="constant" name="GDK_CROSSING_GRAB" link="gdk3-Event-Structures.html#GDK-CROSSING-GRAB:CAPS"/>
|
1129
|
+
<keyword type="constant" name="GDK_CROSSING_UNGRAB" link="gdk3-Event-Structures.html#GDK-CROSSING-UNGRAB:CAPS"/>
|
1130
|
+
<keyword type="constant" name="GDK_CROSSING_GTK_GRAB" link="gdk3-Event-Structures.html#GDK-CROSSING-GTK-GRAB:CAPS"/>
|
1131
|
+
<keyword type="constant" name="GDK_CROSSING_GTK_UNGRAB" link="gdk3-Event-Structures.html#GDK-CROSSING-GTK-UNGRAB:CAPS"/>
|
1132
|
+
<keyword type="constant" name="GDK_CROSSING_STATE_CHANGED" link="gdk3-Event-Structures.html#GDK-CROSSING-STATE-CHANGED:CAPS"/>
|
1133
|
+
<keyword type="constant" name="GDK_CROSSING_TOUCH_BEGIN" link="gdk3-Event-Structures.html#GDK-CROSSING-TOUCH-BEGIN:CAPS"/>
|
1134
|
+
<keyword type="constant" name="GDK_CROSSING_TOUCH_END" link="gdk3-Event-Structures.html#GDK-CROSSING-TOUCH-END:CAPS"/>
|
1135
|
+
<keyword type="constant" name="GDK_CROSSING_DEVICE_SWITCH" link="gdk3-Event-Structures.html#GDK-CROSSING-DEVICE-SWITCH:CAPS"/>
|
1136
|
+
<keyword type="constant" name="GDK_NOTIFY_ANCESTOR" link="gdk3-Event-Structures.html#GDK-NOTIFY-ANCESTOR:CAPS"/>
|
1137
|
+
<keyword type="constant" name="GDK_NOTIFY_VIRTUAL" link="gdk3-Event-Structures.html#GDK-NOTIFY-VIRTUAL:CAPS"/>
|
1138
|
+
<keyword type="constant" name="GDK_NOTIFY_INFERIOR" link="gdk3-Event-Structures.html#GDK-NOTIFY-INFERIOR:CAPS"/>
|
1139
|
+
<keyword type="constant" name="GDK_NOTIFY_NONLINEAR" link="gdk3-Event-Structures.html#GDK-NOTIFY-NONLINEAR:CAPS"/>
|
1140
|
+
<keyword type="constant" name="GDK_NOTIFY_NONLINEAR_VIRTUAL" link="gdk3-Event-Structures.html#GDK-NOTIFY-NONLINEAR-VIRTUAL:CAPS"/>
|
1141
|
+
<keyword type="constant" name="GDK_NOTIFY_UNKNOWN" link="gdk3-Event-Structures.html#GDK-NOTIFY-UNKNOWN:CAPS"/>
|
1142
|
+
<keyword type="constant" name="GDK_PROPERTY_NEW_VALUE" link="gdk3-Event-Structures.html#GDK-PROPERTY-NEW-VALUE:CAPS"/>
|
1143
|
+
<keyword type="constant" name="GDK_PROPERTY_DELETE" link="gdk3-Event-Structures.html#GDK-PROPERTY-DELETE:CAPS"/>
|
1144
|
+
<keyword type="constant" name="GDK_WINDOW_STATE_WITHDRAWN" link="gdk3-Event-Structures.html#GDK-WINDOW-STATE-WITHDRAWN:CAPS"/>
|
1145
|
+
<keyword type="constant" name="GDK_WINDOW_STATE_ICONIFIED" link="gdk3-Event-Structures.html#GDK-WINDOW-STATE-ICONIFIED:CAPS"/>
|
1146
|
+
<keyword type="constant" name="GDK_WINDOW_STATE_MAXIMIZED" link="gdk3-Event-Structures.html#GDK-WINDOW-STATE-MAXIMIZED:CAPS"/>
|
1147
|
+
<keyword type="constant" name="GDK_WINDOW_STATE_STICKY" link="gdk3-Event-Structures.html#GDK-WINDOW-STATE-STICKY:CAPS"/>
|
1148
|
+
<keyword type="constant" name="GDK_WINDOW_STATE_FULLSCREEN" link="gdk3-Event-Structures.html#GDK-WINDOW-STATE-FULLSCREEN:CAPS"/>
|
1149
|
+
<keyword type="constant" name="GDK_WINDOW_STATE_ABOVE" link="gdk3-Event-Structures.html#GDK-WINDOW-STATE-ABOVE:CAPS"/>
|
1150
|
+
<keyword type="constant" name="GDK_WINDOW_STATE_BELOW" link="gdk3-Event-Structures.html#GDK-WINDOW-STATE-BELOW:CAPS"/>
|
1151
|
+
<keyword type="constant" name="GDK_WINDOW_STATE_FOCUSED" link="gdk3-Event-Structures.html#GDK-WINDOW-STATE-FOCUSED:CAPS"/>
|
1152
|
+
<keyword type="constant" name="GDK_WINDOW_STATE_TILED" link="gdk3-Event-Structures.html#GDK-WINDOW-STATE-TILED:CAPS"/>
|
1153
|
+
<keyword type="constant" name="GDK_SETTING_ACTION_NEW" link="gdk3-Event-Structures.html#GDK-SETTING-ACTION-NEW:CAPS"/>
|
1154
|
+
<keyword type="constant" name="GDK_SETTING_ACTION_CHANGED" link="gdk3-Event-Structures.html#GDK-SETTING-ACTION-CHANGED:CAPS"/>
|
1155
|
+
<keyword type="constant" name="GDK_SETTING_ACTION_DELETED" link="gdk3-Event-Structures.html#GDK-SETTING-ACTION-DELETED:CAPS"/>
|
1156
|
+
<keyword type="constant" name="GDK_OWNER_CHANGE_NEW_OWNER" link="gdk3-Event-Structures.html#GDK-OWNER-CHANGE-NEW-OWNER:CAPS"/>
|
1157
|
+
<keyword type="constant" name="GDK_OWNER_CHANGE_DESTROY" link="gdk3-Event-Structures.html#GDK-OWNER-CHANGE-DESTROY:CAPS"/>
|
1158
|
+
<keyword type="constant" name="GDK_OWNER_CHANGE_CLOSE" link="gdk3-Event-Structures.html#GDK-OWNER-CHANGE-CLOSE:CAPS"/>
|
1159
|
+
<keyword type="constant" name="GDK_DRAG_PROTO_NONE" link="gdk3-Drag-and-Drop.html#GDK-DRAG-PROTO-NONE:CAPS"/>
|
1160
|
+
<keyword type="constant" name="GDK_DRAG_PROTO_MOTIF" link="gdk3-Drag-and-Drop.html#GDK-DRAG-PROTO-MOTIF:CAPS"/>
|
1161
|
+
<keyword type="constant" name="GDK_DRAG_PROTO_XDND" link="gdk3-Drag-and-Drop.html#GDK-DRAG-PROTO-XDND:CAPS"/>
|
1162
|
+
<keyword type="constant" name="GDK_DRAG_PROTO_ROOTWIN" link="gdk3-Drag-and-Drop.html#GDK-DRAG-PROTO-ROOTWIN:CAPS"/>
|
1163
|
+
<keyword type="constant" name="GDK_DRAG_PROTO_WIN32_DROPFILES" link="gdk3-Drag-and-Drop.html#GDK-DRAG-PROTO-WIN32-DROPFILES:CAPS"/>
|
1164
|
+
<keyword type="constant" name="GDK_DRAG_PROTO_OLE2" link="gdk3-Drag-and-Drop.html#GDK-DRAG-PROTO-OLE2:CAPS"/>
|
1165
|
+
<keyword type="constant" name="GDK_DRAG_PROTO_LOCAL" link="gdk3-Drag-and-Drop.html#GDK-DRAG-PROTO-LOCAL:CAPS"/>
|
1166
|
+
<keyword type="constant" name="GDK_DRAG_PROTO_WAYLAND" link="gdk3-Drag-and-Drop.html#GDK-DRAG-PROTO-WAYLAND:CAPS"/>
|
1167
|
+
<keyword type="constant" name="GDK_ACTION_DEFAULT" link="gdk3-Drag-and-Drop.html#GDK-ACTION-DEFAULT:CAPS"/>
|
1168
|
+
<keyword type="constant" name="GDK_ACTION_COPY" link="gdk3-Drag-and-Drop.html#GDK-ACTION-COPY:CAPS"/>
|
1169
|
+
<keyword type="constant" name="GDK_ACTION_MOVE" link="gdk3-Drag-and-Drop.html#GDK-ACTION-MOVE:CAPS"/>
|
1170
|
+
<keyword type="constant" name="GDK_ACTION_LINK" link="gdk3-Drag-and-Drop.html#GDK-ACTION-LINK:CAPS"/>
|
1171
|
+
<keyword type="constant" name="GDK_ACTION_PRIVATE" link="gdk3-Drag-and-Drop.html#GDK-ACTION-PRIVATE:CAPS"/>
|
1172
|
+
<keyword type="constant" name="GDK_ACTION_ASK" link="gdk3-Drag-and-Drop.html#GDK-ACTION-ASK:CAPS"/>
|
1173
|
+
<keyword type="constant" name="GDK_PROP_MODE_REPLACE" link="gdk3-Properties-and-Atoms.html#GDK-PROP-MODE-REPLACE:CAPS"/>
|
1174
|
+
<keyword type="constant" name="GDK_PROP_MODE_PREPEND" link="gdk3-Properties-and-Atoms.html#GDK-PROP-MODE-PREPEND:CAPS"/>
|
1175
|
+
<keyword type="constant" name="GDK_PROP_MODE_APPEND" link="gdk3-Properties-and-Atoms.html#GDK-PROP-MODE-APPEND:CAPS"/>
|
784
1176
|
</functions>
|
785
1177
|
</book>
|