gdk3 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +18 -3
- data/lib/gdk3.rb +3 -0
- data/lib/gdk3/cursor.rb +31 -0
- data/lib/gdk3/deprecated.rb +41 -11
- data/lib/gdk3/loader.rb +39 -9
- data/lib/gdk3/rectangle.rb +17 -1
- data/lib/gdk3/rgba.rb +26 -5
- data/lib/gdk3/screen.rb +40 -0
- data/test/fixture/ruby-gnome2-logo.png +0 -0
- data/test/gdk-test-utils.rb +13 -0
- data/test/test-gdk-atom.rb +24 -0
- data/test/test-gdk-cursor.rb +44 -0
- data/test/test-gdk-event-mask.rb +21 -0
- data/test/test-gdk-keyval.rb +8 -4
- data/test/test-gdk-rectangle.rb +20 -1
- data/test/test-gdk-rgba.rb +65 -0
- data/test/test-gdk-selection.rb +29 -0
- data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libepoxy-0.dll +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
- data/vendor/local/include/epoxy/gl.h +104 -0
- data/vendor/local/include/epoxy/gl_generated.h +18690 -0
- data/vendor/local/include/epoxy/wgl.h +64 -0
- data/vendor/local/include/epoxy/wgl_generated.h +896 -0
- data/vendor/local/include/gtk-3.0/gdk/deprecated/gdkcolor.h +7 -7
- data/vendor/local/include/gtk-3.0/gdk/gdk-autocleanup.h +42 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +3 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +11 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +87 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +27 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +25 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +12 -5
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32glcontext.h +49 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtk-a11y-autocleanups.h +75 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkgradient.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstock.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtkstyleproperties.h → deprecated/gtkstyleproperties.h} +11 -11
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtk-a11y.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +222 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +8 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcssprovider.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkentry.h +47 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkgesturezoom.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +136 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkmodelbutton.h +61 -0
- data/vendor/local/include/gtk-3.0/gtk/gtknotebook.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpaned.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +7 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkpopovermenu.h +62 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +155 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollable.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +16 -8
- data/vendor/local/include/gtk-3.0/gtk/gtksearchentry.h +7 -5
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +6 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstacksidebar.h +73 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstackswitcher.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +75 -121
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkswitch.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +12 -18
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +62 -38
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktogglebutton.h +0 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktooltip.h +0 -12
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +12 -5
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkx-autocleanups.h +31 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkx.h +2 -0
- data/vendor/local/lib/gdk-win32-3.0.def +25 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +7 -7
- data/vendor/local/lib/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libepoxy.la +41 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +3 -3
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +5 -5
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +5 -5
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +6 -6
- data/vendor/local/lib/pkgconfig/epoxy.pc +11 -0
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +3 -3
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +693 -43
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +2826 -338
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +17 -23
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +3 -7
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +3 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +4 -5
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +3 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +4 -5
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +243 -99
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +13 -14
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +54 -65
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +11 -12
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +27 -31
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +768 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +45 -62
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +5 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +146 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +25 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +113 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +18 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +143 -44
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +4 -10
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +23 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +49 -60
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +34 -34
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +96 -116
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +12 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +29 -32
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +72 -91
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +43 -44
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +10 -11
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +3 -5
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +23 -26
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +9 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +20 -23
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +11 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +30 -30
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +12 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +33 -34
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +387 -291
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +208 -193
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +402 -10
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +7 -4
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +408 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +6 -4
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +61 -75
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +52 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +41 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +25 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +49 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +14 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +21 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +13 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +59 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +8 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +62 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +35 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +33 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +156 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +14 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +28 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +10 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +19 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +9 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +31 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +7 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +22 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +3 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +7 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +15 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +78 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +40 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +87 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +35 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +5 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +16 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +361 -200
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +52 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +19 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +57 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +81 -108
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +19 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +15 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +68 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +12 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +55 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +28 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +40 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +20 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +7 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +3 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +1259 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +42 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +42 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +15 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +13 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +23 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +44 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +17 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +6 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +10 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +89 -97
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +98 -127
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +49 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +131 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +6 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +334 -167
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +31 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +13 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +209 -110
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +27 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +22 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +28 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +36 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +33 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +393 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +174 -150
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +11 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +28 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +144 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +161 -76
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +47 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +11 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +110 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +359 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +29 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +36 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +79 -119
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +21 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +32 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +23 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +38 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +7 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +53 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +15 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +113 -137
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +21 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +64 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +257 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +206 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +6 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +70 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +22 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +16 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +224 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +248 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +81 -103
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +9 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +250 -125
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +16 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +4 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +353 -168
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +25 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +4 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +166 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +9 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +409 -184
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +12 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +5 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +10 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +20 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +27 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +15 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +22 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +25 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +110 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +14 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +6 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +16 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +95 -131
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +15 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +40 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +5 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +622 -611
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +145 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +6 -7
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +25 -7
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +14 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +16 -6
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +448 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +143 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +515 -12
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +98 -190
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +1975 -118
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +171 -1923
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +9 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch25s02.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/ch27s02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch29s02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch29s03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +139 -63
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/glarea.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +18 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +162 -143
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +12 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +10 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +7 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +25 -26
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +18 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +9 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +115 -85
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +141 -136
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +79 -27
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +10 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +23 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +9 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +74 -33
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +6 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +37 -58
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +110 -123
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +20 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +10 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +13 -21
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +46 -69
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +46 -48
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +24 -28
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +21 -38
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +47 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +7 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +789 -155
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +16 -5
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +39 -19
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +803 -1
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +8 -4
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/sidebar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +3 -4
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +13 -1
- data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +16197 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/application-exit-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/appointment-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/color-select-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/contact-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-print-preview-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-revert-symbolic-rtl.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-revert-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-find-replace-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/find-location-symbolic.svg +13 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-legacy-systray-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-top-bar-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-windows-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/font-select-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-bottom-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-first-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-first-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-last-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-last-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-next-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-next-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-previous-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-previous-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-top-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/help-about-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +49 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-down-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-end-symbolic-rtl.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-end-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-start-symbolic-rtl.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-start-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-up-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/system-search-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/tools-check-spelling-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-refresh-symbolic.svg +14 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-sort-ascending-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-sort-descending-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/help-contents-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/help-faq-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/preferences-desktop-font-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/categories/applications-system-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/battery-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-solidstate-symbolic.svg +38 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/media-tape-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/pda-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/tv-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/uninterruptible-power-supply-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/emotes/emote-love-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-executable-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-drag-accept-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-open-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-visiting-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/image-loading-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/rotation-allowed-symbolic.svg +15 -13
- data/vendor/local/share/icons/Adwaita/scalable/status/rotation-locked-symbolic.svg +14 -15
- data/vendor/local/share/icons/Adwaita/scalable/status/system-lock-screen-symbolic.svg +31 -0
- data/vendor/local/share/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/22x22/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/24x24/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/256x256/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/32x32/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/48x48/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/license/libepoxy/COPYING +50 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +39 -0
- data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- metadata +120 -12
- data/vendor/local/lib/libgtkreftestprivate.a +0 -0
@@ -1,29 +1,28 @@
|
|
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="GTK+ 3 Reference Manual" link="index.html" author="" name="gtk3" version="2" language="c">
|
4
3
|
<chapters>
|
5
4
|
<sub name="GTK+ Overview" link="gtk.html">
|
6
5
|
<sub name="Getting Started with GTK+" link="gtk-getting-started.html">
|
7
|
-
<sub name="Basics" link="gtk-getting-started.html#id-1.2.3.
|
6
|
+
<sub name="Basics" link="gtk-getting-started.html#id-1.2.3.5"/>
|
8
7
|
<sub name="Packing" link="ch01s02.html"/>
|
9
|
-
<sub name="
|
10
|
-
<sub name="Building
|
11
|
-
|
12
|
-
<sub name="
|
13
|
-
<sub name="
|
14
|
-
<sub name="
|
15
|
-
<sub name="
|
16
|
-
<sub name="
|
17
|
-
<sub name="Adding a
|
18
|
-
<sub name="
|
19
|
-
<sub name="
|
20
|
-
<sub name="Header bar" link="ch01s05.html#id-1.2.3.7.13"/>
|
8
|
+
<sub name="Building user interfaces" link="ch01s03.html"/>
|
9
|
+
<sub name="Building applications" link="ch01s04.html">
|
10
|
+
<sub name="A trivial application" link="ch01s04.html#id-1.2.3.12.5"/>
|
11
|
+
<sub name="Populating the window" link="ch01s04.html#id-1.2.3.12.6"/>
|
12
|
+
<sub name="Opening files" link="ch01s04.html#id-1.2.3.12.7"/>
|
13
|
+
<sub name="An application menu" link="ch01s04.html#id-1.2.3.12.8"/>
|
14
|
+
<sub name="A preference dialog" link="ch01s04.html#id-1.2.3.12.9"/>
|
15
|
+
<sub name="Adding a search bar" link="ch01s04.html#id-1.2.3.12.10"/>
|
16
|
+
<sub name="Adding a side bar" link="ch01s04.html#id-1.2.3.12.11"/>
|
17
|
+
<sub name="Properties" link="ch01s04.html#id-1.2.3.12.12"/>
|
18
|
+
<sub name="Header bar" link="ch01s04.html#id-1.2.3.12.13"/>
|
21
19
|
</sub>
|
20
|
+
<sub name="Custom Drawing" link="ch01s05.html"/>
|
22
21
|
</sub>
|
23
22
|
<sub name="Mailing lists and bug reports" link="gtk-resources.html"/>
|
24
23
|
<sub name="Common Questions" link="gtk-question-index.html"/>
|
25
24
|
<sub name="The GTK+ Drawing Model" link="chap-drawing-model.html"/>
|
26
|
-
<sub name="The GTK+ Input Handling Model" link="chap-input-handling.html"/>
|
25
|
+
<sub name="The GTK+ Input and Event Handling Model" link="chap-input-handling.html"/>
|
27
26
|
</sub>
|
28
27
|
<sub name="GTK+ Widgets and Objects" link="gtkobjects.html">
|
29
28
|
<sub name="Object Hierarchy" link="ch02.html"/>
|
@@ -55,6 +54,7 @@
|
|
55
54
|
<sub name="GtkFlowBox" link="GtkFlowBox.html"/>
|
56
55
|
<sub name="GtkStack" link="GtkStack.html"/>
|
57
56
|
<sub name="GtkStackSwitcher" link="GtkStackSwitcher.html"/>
|
57
|
+
<sub name="GtkStackSidebar" link="GtkStackSidebar.html"/>
|
58
58
|
<sub name="GtkActionBar" link="GtkActionBar.html"/>
|
59
59
|
<sub name="GtkHeaderBar" link="GtkHeaderBar.html"/>
|
60
60
|
<sub name="GtkOverlay" link="GtkOverlay.html"/>
|
@@ -88,6 +88,7 @@
|
|
88
88
|
<sub name="GtkScaleButton" link="GtkScaleButton.html"/>
|
89
89
|
<sub name="GtkVolumeButton" link="GtkVolumeButton.html"/>
|
90
90
|
<sub name="GtkLockButton" link="GtkLockButton.html"/>
|
91
|
+
<sub name="GtkModelButton" link="GtkModelButton.html"/>
|
91
92
|
</sub>
|
92
93
|
<sub name="Numeric and Text Data Entry" link="NumericEntry.html">
|
93
94
|
<sub name="GtkEntry" link="GtkEntry.html"/>
|
@@ -157,6 +158,7 @@
|
|
157
158
|
<sub name="GtkToggleToolButton" link="GtkToggleToolButton.html"/>
|
158
159
|
<sub name="GtkRadioToolButton" link="GtkRadioToolButton.html"/>
|
159
160
|
<sub name="GtkPopover" link="GtkPopover.html"/>
|
161
|
+
<sub name="GtkPopoverMenu" link="GtkPopoverMenu.html"/>
|
160
162
|
</sub>
|
161
163
|
<sub name="Selector Widgets and Dialogs" link="SelectorWidgets.html">
|
162
164
|
<sub name="GtkColorChooser" link="GtkColorChooser.html"/>
|
@@ -198,6 +200,7 @@
|
|
198
200
|
<sub name="GtkAdjustment" link="GtkAdjustment.html"/>
|
199
201
|
<sub name="GtkCalendar" link="GtkCalendar.html"/>
|
200
202
|
<sub name="GtkDrawingArea" link="GtkDrawingArea.html"/>
|
203
|
+
<sub name="GtkGLArea" link="GtkGLArea.html"/>
|
201
204
|
<sub name="GtkEventBox" link="GtkEventBox.html"/>
|
202
205
|
<sub name="GtkHandleBox" link="GtkHandleBox.html"/>
|
203
206
|
<sub name="GtkIMContextSimple" link="GtkIMContextSimple.html"/>
|
@@ -369,6 +372,7 @@
|
|
369
372
|
</sub>
|
370
373
|
<sub name="GTK+ Tools" link="pt06.html">
|
371
374
|
<sub name="gtk3-demo" link="gtk3-demo.html"/>
|
375
|
+
<sub name="gtk3-demo-application" link="gtk3-demo-application.html"/>
|
372
376
|
<sub name="gtk3-widget-factory" link="gtk3-widget-factory.html"/>
|
373
377
|
<sub name="gtk3-icon-browser" link="gtk3-icon-browser.html"/>
|
374
378
|
<sub name="gtk-query-immodules-3.0" link="gtk-query-immodules-3.0.html"/>
|
@@ -386,6 +390,7 @@
|
|
386
390
|
<sub name="Using GTK+ on Mac OS X" link="gtk-osx.html"/>
|
387
391
|
<sub name="Using GTK+ with Broadway" link="gtk-broadway.html"/>
|
388
392
|
<sub name="Using GTK+ with Wayland" link="gtk-wayland.html"/>
|
393
|
+
<sub name="Using GTK+ with Mir" link="gtk-mir.html"/>
|
389
394
|
</sub>
|
390
395
|
<sub name="Glossary" link="glossary.html"/>
|
391
396
|
<sub name="Index of all symbols" link="api-index-full.html"/>
|
@@ -398,21 +403,10 @@
|
|
398
403
|
<sub name="Index of new symbols in 3.10" link="api-index-3-10.html"/>
|
399
404
|
<sub name="Index of new symbols in 3.12" link="api-index-3-12.html"/>
|
400
405
|
<sub name="Index of new symbols in 3.14" link="api-index-3-14.html"/>
|
406
|
+
<sub name="Index of new symbols in 3.16" link="api-index-3-16.html"/>
|
401
407
|
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
|
402
408
|
</chapters>
|
403
409
|
<functions>
|
404
|
-
<keyword type="" name="Windows and events" link="chap-drawing-model.html#drawing model windows"/>
|
405
|
-
<keyword type="" name="The frame clock" link="chap-drawing-model.html#frameclock"/>
|
406
|
-
<keyword type="" name="Hierarchical drawing" link="chap-drawing-model.html#hierarchical-drawing"/>
|
407
|
-
<keyword type="" name="Scrolling" link="chap-drawing-model.html#scrolling drawing model"/>
|
408
|
-
<keyword type="" name="Automatic double buffering" link="chap-drawing-model.html#automatic-double-buffering"/>
|
409
|
-
<keyword type="" name="Devices and events" link="chap-input-handling.html#id-1.2.7.3.3"/>
|
410
|
-
<keyword type="" name="Event propagation" link="chap-input-handling.html#id-1.2.7.3.4"/>
|
411
|
-
<keyword type="" name="Touch events" link="chap-input-handling.html#id-1.2.7.3.5"/>
|
412
|
-
<keyword type="" name="Grabs" link="chap-input-handling.html#id-1.2.7.3.6"/>
|
413
|
-
<keyword type="" name="Keyboard input" link="chap-input-handling.html#id-1.2.7.3.7"/>
|
414
|
-
<keyword type="" name="Event controllers and gestures" link="chap-input-handling.html#id-1.2.7.3.8"/>
|
415
|
-
<keyword type="" name="Gesture states" link="chap-input-handling.html#id-1.2.7.3.9"/>
|
416
410
|
<keyword type="function" name="gtk_application_new ()" link="GtkApplication.html#gtk-application-new" since="3.0"/>
|
417
411
|
<keyword type="function" name="gtk_application_add_window ()" link="GtkApplication.html#gtk-application-add-window" since="3.0"/>
|
418
412
|
<keyword type="function" name="gtk_application_remove_window ()" link="GtkApplication.html#gtk-application-remove-window" since="3.0"/>
|
@@ -460,8 +454,6 @@
|
|
460
454
|
<keyword type="struct" name="struct GtkActionableInterface" link="GtkActionable.html#GtkActionableInterface"/>
|
461
455
|
<keyword type="property" name="The “action-name” property" link="GtkActionable.html#GtkActionable--action-name"/>
|
462
456
|
<keyword type="property" name="The “action-target” property" link="GtkActionable.html#GtkActionable--action-target"/>
|
463
|
-
<keyword type="" name="GtkBuilder UI Definitions" link="GtkBuilder.html#BUILDER-UI"/>
|
464
|
-
<keyword type="" name="A GtkBuilder UI Definition" link="GtkBuilder.html#id-1.3.5.2.8.8"/>
|
465
457
|
<keyword type="function" name="GtkBuilderConnectFunc ()" link="GtkBuilder.html#GtkBuilderConnectFunc" since="2.12"/>
|
466
458
|
<keyword type="function" name="gtk_builder_new ()" link="GtkBuilder.html#gtk-builder-new" since="2.12"/>
|
467
459
|
<keyword type="function" name="gtk_builder_new_from_file ()" link="GtkBuilder.html#gtk-builder-new-from-file" since="3.10"/>
|
@@ -505,7 +497,6 @@
|
|
505
497
|
<keyword type="function" name="gtk_buildable_get_internal_child ()" link="GtkBuildable.html#gtk-buildable-get-internal-child" since="2.12"/>
|
506
498
|
<keyword type="struct" name="GtkBuildable" link="GtkBuildable.html#GtkBuildable-struct"/>
|
507
499
|
<keyword type="struct" name="struct GtkBuildableIface" link="GtkBuildable.html#GtkBuildableIface"/>
|
508
|
-
<keyword type="" name="GtkWindow as GtkBuildable" link="GtkWindow.html#id-1.3.6.2.11.3"/>
|
509
500
|
<keyword type="function" name="gtk_window_new ()" link="GtkWindow.html#gtk-window-new"/>
|
510
501
|
<keyword type="function" name="gtk_window_set_title ()" link="GtkWindow.html#gtk-window-set-title"/>
|
511
502
|
<keyword type="function" name="gtk_window_set_wmclass ()" link="GtkWindow.html#gtk-window-set-wmclass"/>
|
@@ -622,6 +613,7 @@
|
|
622
613
|
<keyword type="function" name="gtk_window_set_application ()" link="GtkWindow.html#gtk-window-set-application" since="3.0"/>
|
623
614
|
<keyword type="function" name="gtk_window_set_has_user_ref_count ()" link="GtkWindow.html#gtk-window-set-has-user-ref-count" since="3.0"/>
|
624
615
|
<keyword type="function" name="gtk_window_set_titlebar ()" link="GtkWindow.html#gtk-window-set-titlebar" since="3.10"/>
|
616
|
+
<keyword type="function" name="gtk_window_get_titlebar ()" link="GtkWindow.html#gtk-window-get-titlebar" since="3.16"/>
|
625
617
|
<keyword type="function" name="gtk_window_set_interactive_debugging ()" link="GtkWindow.html#gtk-window-set-interactive-debugging" since="3.14"/>
|
626
618
|
<keyword type="struct" name="GtkWindow" link="GtkWindow.html#GtkWindow-struct"/>
|
627
619
|
<keyword type="struct" name="struct GtkWindowClass" link="GtkWindow.html#GtkWindowClass"/>
|
@@ -667,7 +659,6 @@
|
|
667
659
|
<keyword type="signal" name="The “enable-debugging” signal" link="GtkWindow.html#GtkWindow-enable-debugging"/>
|
668
660
|
<keyword type="signal" name="The “keys-changed” signal" link="GtkWindow.html#GtkWindow-keys-changed"/>
|
669
661
|
<keyword type="signal" name="The “set-focus” signal" link="GtkWindow.html#GtkWindow-set-focus"/>
|
670
|
-
<keyword type="" name="GtkDialog as GtkBuildable" link="GtkDialog.html#id-1.3.6.3.11.13"/>
|
671
662
|
<keyword type="function" name="gtk_dialog_new ()" link="GtkDialog.html#gtk-dialog-new"/>
|
672
663
|
<keyword type="function" name="gtk_dialog_new_with_buttons ()" link="GtkDialog.html#gtk-dialog-new-with-buttons"/>
|
673
664
|
<keyword type="function" name="gtk_dialog_run ()" link="GtkDialog.html#gtk-dialog-run"/>
|
@@ -696,7 +687,6 @@
|
|
696
687
|
<keyword type="property" name="The “content-area-spacing” style property" link="GtkDialog.html#GtkDialog--s-content-area-spacing"/>
|
697
688
|
<keyword type="signal" name="The “close” signal" link="GtkDialog.html#GtkDialog-close"/>
|
698
689
|
<keyword type="signal" name="The “response” signal" link="GtkDialog.html#GtkDialog-response"/>
|
699
|
-
<keyword type="" name="GtkMessageDialog as GtkBuildable" link="GtkMessageDialog.html#id-1.3.6.4.10.12"/>
|
700
690
|
<keyword type="function" name="gtk_message_dialog_new ()" link="GtkMessageDialog.html#gtk-message-dialog-new"/>
|
701
691
|
<keyword type="function" name="gtk_message_dialog_new_with_markup ()" link="GtkMessageDialog.html#gtk-message-dialog-new-with-markup" since="2.4"/>
|
702
692
|
<keyword type="function" name="gtk_message_dialog_set_markup ()" link="GtkMessageDialog.html#gtk-message-dialog-set-markup" since="2.4"/>
|
@@ -768,7 +758,6 @@
|
|
768
758
|
<keyword type="property" name="The “website-label” property" link="GtkAboutDialog.html#GtkAboutDialog--website-label"/>
|
769
759
|
<keyword type="property" name="The “wrap-license” property" link="GtkAboutDialog.html#GtkAboutDialog--wrap-license"/>
|
770
760
|
<keyword type="signal" name="The “activate-link” signal" link="GtkAboutDialog.html#GtkAboutDialog-activate-link"/>
|
771
|
-
<keyword type="" name="GtkAssistant as GtkBuildable" link="GtkAssistant.html#id-1.3.6.6.12.5"/>
|
772
761
|
<keyword type="function" name="gtk_assistant_new ()" link="GtkAssistant.html#gtk-assistant-new" since="2.10"/>
|
773
762
|
<keyword type="function" name="gtk_assistant_get_current_page ()" link="GtkAssistant.html#gtk-assistant-get-current-page" since="2.10"/>
|
774
763
|
<keyword type="function" name="gtk_assistant_set_current_page ()" link="GtkAssistant.html#gtk-assistant-set-current-page" since="2.10"/>
|
@@ -932,11 +921,12 @@
|
|
932
921
|
<keyword type="function" name="gtk_list_box_set_sort_func ()" link="GtkListBox.html#gtk-list-box-set-sort-func" since="3.10"/>
|
933
922
|
<keyword type="function" name="gtk_list_box_drag_highlight_row ()" link="GtkListBox.html#gtk-list-box-drag-highlight-row" since="3.10"/>
|
934
923
|
<keyword type="function" name="gtk_list_box_drag_unhighlight_row ()" link="GtkListBox.html#gtk-list-box-drag-unhighlight-row" since="3.10"/>
|
924
|
+
<keyword type="function" name="GtkListBoxCreateWidgetFunc ()" link="GtkListBox.html#GtkListBoxCreateWidgetFunc" since="3.16"/>
|
925
|
+
<keyword type="function" name="gtk_list_box_bind_model ()" link="GtkListBox.html#gtk-list-box-bind-model" since="3.16"/>
|
935
926
|
<keyword type="function" name="gtk_list_box_row_new ()" link="GtkListBox.html#gtk-list-box-row-new" since="3.10"/>
|
936
927
|
<keyword type="function" name="gtk_list_box_row_changed ()" link="GtkListBox.html#gtk-list-box-row-changed" since="3.10"/>
|
937
928
|
<keyword type="function" name="gtk_list_box_row_is_selected ()" link="GtkListBox.html#gtk-list-box-row-is-selected" since="3.14"/>
|
938
929
|
<keyword type="function" name="gtk_list_box_row_get_header ()" link="GtkListBox.html#gtk-list-box-row-get-header" since="3.10"/>
|
939
|
-
<keyword type="function" name="gtk_list_box_row_get_type ()" link="GtkListBox.html#gtk-list-box-row-get-type"/>
|
940
930
|
<keyword type="function" name="gtk_list_box_row_set_header ()" link="GtkListBox.html#gtk-list-box-row-set-header" since="3.10"/>
|
941
931
|
<keyword type="function" name="gtk_list_box_row_get_index ()" link="GtkListBox.html#gtk-list-box-row-get-index" since="3.10"/>
|
942
932
|
<keyword type="function" name="gtk_list_box_row_set_activatable ()" link="GtkListBox.html#gtk-list-box-row-set-activatable" since="3.14"/>
|
@@ -1024,6 +1014,10 @@
|
|
1024
1014
|
<keyword type="function" name="gtk_stack_set_visible_child_full ()" link="GtkStack.html#gtk-stack-set-visible-child-full" since="3.10"/>
|
1025
1015
|
<keyword type="function" name="gtk_stack_set_homogeneous ()" link="GtkStack.html#gtk-stack-set-homogeneous" since="3.10"/>
|
1026
1016
|
<keyword type="function" name="gtk_stack_get_homogeneous ()" link="GtkStack.html#gtk-stack-get-homogeneous" since="3.10"/>
|
1017
|
+
<keyword type="function" name="gtk_stack_set_hhomogeneous ()" link="GtkStack.html#gtk-stack-set-hhomogeneous" since="3.16"/>
|
1018
|
+
<keyword type="function" name="gtk_stack_get_hhomogeneous ()" link="GtkStack.html#gtk-stack-get-hhomogeneous" since="3.16"/>
|
1019
|
+
<keyword type="function" name="gtk_stack_set_vhomogeneous ()" link="GtkStack.html#gtk-stack-set-vhomogeneous" since="3.16"/>
|
1020
|
+
<keyword type="function" name="gtk_stack_get_vhomogeneous ()" link="GtkStack.html#gtk-stack-get-vhomogeneous" since="3.16"/>
|
1027
1021
|
<keyword type="function" name="gtk_stack_set_transition_duration ()" link="GtkStack.html#gtk-stack-set-transition-duration" since="3.10"/>
|
1028
1022
|
<keyword type="function" name="gtk_stack_get_transition_duration ()" link="GtkStack.html#gtk-stack-get-transition-duration" since="3.10"/>
|
1029
1023
|
<keyword type="function" name="gtk_stack_set_transition_type ()" link="GtkStack.html#gtk-stack-set-transition-type" since="3.10"/>
|
@@ -1031,10 +1025,12 @@
|
|
1031
1025
|
<keyword type="function" name="gtk_stack_get_transition_running ()" link="GtkStack.html#gtk-stack-get-transition-running" since="3.12"/>
|
1032
1026
|
<keyword type="struct" name="struct GtkStack" link="GtkStack.html#GtkStack-struct"/>
|
1033
1027
|
<keyword type="enum" name="enum GtkStackTransitionType" link="GtkStack.html#GtkStackTransitionType"/>
|
1028
|
+
<keyword type="property" name="The “hhomogeneous” property" link="GtkStack.html#GtkStack--hhomogeneous"/>
|
1034
1029
|
<keyword type="property" name="The “homogeneous” property" link="GtkStack.html#GtkStack--homogeneous"/>
|
1035
1030
|
<keyword type="property" name="The “transition-duration” property" link="GtkStack.html#GtkStack--transition-duration"/>
|
1036
1031
|
<keyword type="property" name="The “transition-running” property" link="GtkStack.html#GtkStack--transition-running"/>
|
1037
1032
|
<keyword type="property" name="The “transition-type” property" link="GtkStack.html#GtkStack--transition-type"/>
|
1033
|
+
<keyword type="property" name="The “vhomogeneous” property" link="GtkStack.html#GtkStack--vhomogeneous"/>
|
1038
1034
|
<keyword type="property" name="The “visible-child” property" link="GtkStack.html#GtkStack--visible-child"/>
|
1039
1035
|
<keyword type="property" name="The “visible-child-name” property" link="GtkStack.html#GtkStack--visible-child-name"/>
|
1040
1036
|
<keyword type="property" name="The “icon-name” child property" link="GtkStack.html#GtkStack--c-icon-name"/>
|
@@ -1047,6 +1043,12 @@
|
|
1047
1043
|
<keyword type="function" name="gtk_stack_switcher_get_stack ()" link="GtkStackSwitcher.html#gtk-stack-switcher-get-stack" since="3.10"/>
|
1048
1044
|
<keyword type="struct" name="struct GtkStackSwitcher" link="GtkStackSwitcher.html#GtkStackSwitcher-struct"/>
|
1049
1045
|
<keyword type="property" name="The “stack” property" link="GtkStackSwitcher.html#GtkStackSwitcher--stack"/>
|
1046
|
+
<keyword type="function" name="gtk_stack_sidebar_new ()" link="GtkStackSidebar.html#gtk-stack-sidebar-new" since="3.16"/>
|
1047
|
+
<keyword type="function" name="gtk_stack_sidebar_set_stack ()" link="GtkStackSidebar.html#gtk-stack-sidebar-set-stack" since="3.16"/>
|
1048
|
+
<keyword type="function" name="gtk_stack_sidebar_get_stack ()" link="GtkStackSidebar.html#gtk-stack-sidebar-get-stack" since="3.16"/>
|
1049
|
+
<keyword type="struct" name="struct GtkStackSidebar" link="GtkStackSidebar.html#GtkStackSidebar-struct"/>
|
1050
|
+
<keyword type="struct" name="struct GtkStackSidebarClass" link="GtkStackSidebar.html#GtkStackSidebarClass"/>
|
1051
|
+
<keyword type="property" name="The “stack” property" link="GtkStackSidebar.html#GtkStackSidebar--stack"/>
|
1050
1052
|
<keyword type="function" name="gtk_action_bar_new ()" link="GtkActionBar.html#gtk-action-bar-new" since="3.12"/>
|
1051
1053
|
<keyword type="function" name="gtk_action_bar_pack_start ()" link="GtkActionBar.html#gtk-action-bar-pack-start" since="3.12"/>
|
1052
1054
|
<keyword type="function" name="gtk_action_bar_pack_end ()" link="GtkActionBar.html#gtk-action-bar-pack-end" since="3.12"/>
|
@@ -1081,7 +1083,6 @@
|
|
1081
1083
|
<keyword type="property" name="The “title” property" link="GtkHeaderBar.html#GtkHeaderBar--title"/>
|
1082
1084
|
<keyword type="property" name="The “pack-type” child property" link="GtkHeaderBar.html#GtkHeaderBar--c-pack-type"/>
|
1083
1085
|
<keyword type="property" name="The “position” child property" link="GtkHeaderBar.html#GtkHeaderBar--c-position"/>
|
1084
|
-
<keyword type="" name="GtkOverlay as GtkBuildable" link="GtkOverlay.html#id-1.3.7.11.9.4"/>
|
1085
1086
|
<keyword type="function" name="gtk_overlay_new ()" link="GtkOverlay.html#gtk-overlay-new" since="3.2"/>
|
1086
1087
|
<keyword type="function" name="gtk_overlay_add_overlay ()" link="GtkOverlay.html#gtk-overlay-add-overlay" since="3.2"/>
|
1087
1088
|
<keyword type="struct" name="struct GtkOverlay" link="GtkOverlay.html#GtkOverlay-struct"/>
|
@@ -1114,11 +1115,14 @@
|
|
1114
1115
|
<keyword type="function" name="gtk_paned_set_position ()" link="GtkPaned.html#gtk-paned-set-position"/>
|
1115
1116
|
<keyword type="function" name="gtk_paned_get_position ()" link="GtkPaned.html#gtk-paned-get-position"/>
|
1116
1117
|
<keyword type="function" name="gtk_paned_get_handle_window ()" link="GtkPaned.html#gtk-paned-get-handle-window" since="2.20"/>
|
1118
|
+
<keyword type="function" name="gtk_paned_set_wide_handle ()" link="GtkPaned.html#gtk-paned-set-wide-handle" since="3.16"/>
|
1119
|
+
<keyword type="function" name="gtk_paned_get_wide_handle ()" link="GtkPaned.html#gtk-paned-get-wide-handle" since="3.16"/>
|
1117
1120
|
<keyword type="struct" name="struct GtkPaned" link="GtkPaned.html#GtkPaned-struct"/>
|
1118
1121
|
<keyword type="property" name="The “max-position” property" link="GtkPaned.html#GtkPaned--max-position"/>
|
1119
1122
|
<keyword type="property" name="The “min-position” property" link="GtkPaned.html#GtkPaned--min-position"/>
|
1120
1123
|
<keyword type="property" name="The “position” property" link="GtkPaned.html#GtkPaned--position"/>
|
1121
1124
|
<keyword type="property" name="The “position-set” property" link="GtkPaned.html#GtkPaned--position-set"/>
|
1125
|
+
<keyword type="property" name="The “wide-handle” property" link="GtkPaned.html#GtkPaned--wide-handle"/>
|
1122
1126
|
<keyword type="property" name="The “resize” child property" link="GtkPaned.html#GtkPaned--c-resize"/>
|
1123
1127
|
<keyword type="property" name="The “shrink” child property" link="GtkPaned.html#GtkPaned--c-shrink"/>
|
1124
1128
|
<keyword type="property" name="The “handle-size” style property" link="GtkPaned.html#GtkPaned--s-handle-size"/>
|
@@ -1143,7 +1147,6 @@
|
|
1143
1147
|
<keyword type="property" name="The “width” property" link="GtkLayout.html#GtkLayout--width"/>
|
1144
1148
|
<keyword type="property" name="The “x” child property" link="GtkLayout.html#GtkLayout--c-x"/>
|
1145
1149
|
<keyword type="property" name="The “y” child property" link="GtkLayout.html#GtkLayout--c-y"/>
|
1146
|
-
<keyword type="" name="GtkNotebook as GtkBuildable" link="GtkNotebook.html#id-1.3.7.15.12.4"/>
|
1147
1150
|
<keyword type="function" name="gtk_notebook_new ()" link="GtkNotebook.html#gtk-notebook-new"/>
|
1148
1151
|
<keyword type="function" name="gtk_notebook_append_page ()" link="GtkNotebook.html#gtk-notebook-append-page"/>
|
1149
1152
|
<keyword type="function" name="gtk_notebook_append_page_menu ()" link="GtkNotebook.html#gtk-notebook-append-page-menu"/>
|
@@ -1152,6 +1155,7 @@
|
|
1152
1155
|
<keyword type="function" name="gtk_notebook_insert_page ()" link="GtkNotebook.html#gtk-notebook-insert-page"/>
|
1153
1156
|
<keyword type="function" name="gtk_notebook_insert_page_menu ()" link="GtkNotebook.html#gtk-notebook-insert-page-menu"/>
|
1154
1157
|
<keyword type="function" name="gtk_notebook_remove_page ()" link="GtkNotebook.html#gtk-notebook-remove-page"/>
|
1158
|
+
<keyword type="function" name="gtk_notebook_detach_tab ()" link="GtkNotebook.html#gtk-notebook-detach-tab" since="3.16"/>
|
1155
1159
|
<keyword type="function" name="gtk_notebook_page_num ()" link="GtkNotebook.html#gtk-notebook-page-num"/>
|
1156
1160
|
<keyword type="function" name="gtk_notebook_next_page ()" link="GtkNotebook.html#gtk-notebook-next-page"/>
|
1157
1161
|
<keyword type="function" name="gtk_notebook_prev_page ()" link="GtkNotebook.html#gtk-notebook-prev-page"/>
|
@@ -1222,8 +1226,6 @@
|
|
1222
1226
|
<keyword type="signal" name="The “reorder-tab” signal" link="GtkNotebook.html#GtkNotebook-reorder-tab"/>
|
1223
1227
|
<keyword type="signal" name="The “select-page” signal" link="GtkNotebook.html#GtkNotebook-select-page"/>
|
1224
1228
|
<keyword type="signal" name="The “switch-page” signal" link="GtkNotebook.html#GtkNotebook-switch-page"/>
|
1225
|
-
<keyword type="" name="Special Usage" link="GtkExpander.html#id-1.3.7.16.11.4"/>
|
1226
|
-
<keyword type="" name="GtkExpander as GtkBuildable" link="GtkExpander.html#id-1.3.7.16.11.5"/>
|
1227
1229
|
<keyword type="function" name="gtk_expander_new ()" link="GtkExpander.html#gtk-expander-new" since="2.4"/>
|
1228
1230
|
<keyword type="function" name="gtk_expander_new_with_mnemonic ()" link="GtkExpander.html#gtk-expander-new-with-mnemonic" since="2.4"/>
|
1229
1231
|
<keyword type="function" name="gtk_expander_set_expanded ()" link="GtkExpander.html#gtk-expander-set-expanded" since="2.4"/>
|
@@ -1273,12 +1275,6 @@
|
|
1273
1275
|
<keyword type="struct" name="struct GtkFixed" link="GtkFixed.html#GtkFixed-struct"/>
|
1274
1276
|
<keyword type="property" name="The “x” child property" link="GtkFixed.html#GtkFixed--c-x"/>
|
1275
1277
|
<keyword type="property" name="The “y” child property" link="GtkFixed.html#GtkFixed--c-y"/>
|
1276
|
-
<keyword type="" name="GtkLabel as GtkBuildable" link="GtkLabel.html#id-1.3.8.2.10.3"/>
|
1277
|
-
<keyword type="" name="Mnemonics" link="GtkLabel.html#id-1.3.8.2.10.4"/>
|
1278
|
-
<keyword type="" name="Markup (styled text)" link="GtkLabel.html#id-1.3.8.2.10.5"/>
|
1279
|
-
<keyword type="" name="Selectable labels" link="GtkLabel.html#id-1.3.8.2.10.6"/>
|
1280
|
-
<keyword type="" name="Text layout" link="GtkLabel.html#label-text-layout"/>
|
1281
|
-
<keyword type="" name="Links" link="GtkLabel.html#id-1.3.8.2.10.8"/>
|
1282
1278
|
<keyword type="function" name="gtk_label_new ()" link="GtkLabel.html#gtk-label-new"/>
|
1283
1279
|
<keyword type="function" name="gtk_label_set_text ()" link="GtkLabel.html#gtk-label-set-text"/>
|
1284
1280
|
<keyword type="function" name="gtk_label_set_attributes ()" link="GtkLabel.html#gtk-label-set-attributes"/>
|
@@ -1286,6 +1282,8 @@
|
|
1286
1282
|
<keyword type="function" name="gtk_label_set_markup_with_mnemonic ()" link="GtkLabel.html#gtk-label-set-markup-with-mnemonic"/>
|
1287
1283
|
<keyword type="function" name="gtk_label_set_pattern ()" link="GtkLabel.html#gtk-label-set-pattern"/>
|
1288
1284
|
<keyword type="function" name="gtk_label_set_justify ()" link="GtkLabel.html#gtk-label-set-justify"/>
|
1285
|
+
<keyword type="function" name="gtk_label_set_xalign ()" link="GtkLabel.html#gtk-label-set-xalign" since="3.16"/>
|
1286
|
+
<keyword type="function" name="gtk_label_set_yalign ()" link="GtkLabel.html#gtk-label-set-yalign" since="3.16"/>
|
1289
1287
|
<keyword type="function" name="gtk_label_set_ellipsize ()" link="GtkLabel.html#gtk-label-set-ellipsize" since="2.6"/>
|
1290
1288
|
<keyword type="function" name="gtk_label_set_width_chars ()" link="GtkLabel.html#gtk-label-set-width-chars" since="2.6"/>
|
1291
1289
|
<keyword type="function" name="gtk_label_set_max_width_chars ()" link="GtkLabel.html#gtk-label-set-max-width-chars" since="2.6"/>
|
@@ -1303,6 +1301,8 @@
|
|
1303
1301
|
<keyword type="function" name="gtk_label_set_text_with_mnemonic ()" link="GtkLabel.html#gtk-label-set-text-with-mnemonic"/>
|
1304
1302
|
<keyword type="function" name="gtk_label_get_attributes ()" link="GtkLabel.html#gtk-label-get-attributes"/>
|
1305
1303
|
<keyword type="function" name="gtk_label_get_justify ()" link="GtkLabel.html#gtk-label-get-justify"/>
|
1304
|
+
<keyword type="function" name="gtk_label_get_xalign ()" link="GtkLabel.html#gtk-label-get-xalign" since="3.16"/>
|
1305
|
+
<keyword type="function" name="gtk_label_get_yalign ()" link="GtkLabel.html#gtk-label-get-yalign" since="3.16"/>
|
1306
1306
|
<keyword type="function" name="gtk_label_get_ellipsize ()" link="GtkLabel.html#gtk-label-get-ellipsize" since="2.6"/>
|
1307
1307
|
<keyword type="function" name="gtk_label_get_width_chars ()" link="GtkLabel.html#gtk-label-get-width-chars" since="2.6"/>
|
1308
1308
|
<keyword type="function" name="gtk_label_get_max_width_chars ()" link="GtkLabel.html#gtk-label-get-max-width-chars" since="2.6"/>
|
@@ -1346,6 +1346,8 @@
|
|
1346
1346
|
<keyword type="property" name="The “width-chars” property" link="GtkLabel.html#GtkLabel--width-chars"/>
|
1347
1347
|
<keyword type="property" name="The “wrap” property" link="GtkLabel.html#GtkLabel--wrap"/>
|
1348
1348
|
<keyword type="property" name="The “wrap-mode” property" link="GtkLabel.html#GtkLabel--wrap-mode"/>
|
1349
|
+
<keyword type="property" name="The “xalign” property" link="GtkLabel.html#GtkLabel--xalign"/>
|
1350
|
+
<keyword type="property" name="The “yalign” property" link="GtkLabel.html#GtkLabel--yalign"/>
|
1349
1351
|
<keyword type="signal" name="The “activate-current-link” signal" link="GtkLabel.html#GtkLabel-activate-current-link"/>
|
1350
1352
|
<keyword type="signal" name="The “activate-link” signal" link="GtkLabel.html#GtkLabel-activate-link"/>
|
1351
1353
|
<keyword type="signal" name="The “copy-clipboard” signal" link="GtkLabel.html#GtkLabel-copy-clipboard"/>
|
@@ -1400,7 +1402,6 @@
|
|
1400
1402
|
<keyword type="function" name="gtk_spinner_stop ()" link="GtkSpinner.html#gtk-spinner-stop" since="2.20"/>
|
1401
1403
|
<keyword type="struct" name="struct GtkSpinner" link="GtkSpinner.html#GtkSpinner-struct"/>
|
1402
1404
|
<keyword type="property" name="The “active” property" link="GtkSpinner.html#GtkSpinner--active"/>
|
1403
|
-
<keyword type="" name="GtkInfoBar as GtkBuildable" link="GtkInfoBar.html#id-1.3.8.5.11.8"/>
|
1404
1405
|
<keyword type="function" name="gtk_info_bar_new ()" link="GtkInfoBar.html#gtk-info-bar-new" since="2.18"/>
|
1405
1406
|
<keyword type="function" name="gtk_info_bar_new_with_buttons ()" link="GtkInfoBar.html#gtk-info-bar-new-with-buttons"/>
|
1406
1407
|
<keyword type="function" name="gtk_info_bar_add_action_widget ()" link="GtkInfoBar.html#gtk-info-bar-add-action-widget" since="2.18"/>
|
@@ -1662,6 +1663,17 @@
|
|
1662
1663
|
<keyword type="property" name="The “tooltip-lock” property" link="GtkLockButton.html#GtkLockButton--tooltip-lock"/>
|
1663
1664
|
<keyword type="property" name="The “tooltip-not-authorized” property" link="GtkLockButton.html#GtkLockButton--tooltip-not-authorized"/>
|
1664
1665
|
<keyword type="property" name="The “tooltip-unlock” property" link="GtkLockButton.html#GtkLockButton--tooltip-unlock"/>
|
1666
|
+
<keyword type="function" name="gtk_model_button_new ()" link="GtkModelButton.html#gtk-model-button-new" since="3.16"/>
|
1667
|
+
<keyword type="struct" name="GtkModelButton" link="GtkModelButton.html#GtkModelButton-struct"/>
|
1668
|
+
<keyword type="enum" name="enum GtkButtonRole" link="GtkModelButton.html#GtkButtonRole"/>
|
1669
|
+
<keyword type="property" name="The “active” property" link="GtkModelButton.html#GtkModelButton--active"/>
|
1670
|
+
<keyword type="property" name="The “centered” property" link="GtkModelButton.html#GtkModelButton--centered"/>
|
1671
|
+
<keyword type="property" name="The “icon” property" link="GtkModelButton.html#GtkModelButton--icon"/>
|
1672
|
+
<keyword type="property" name="The “iconic” property" link="GtkModelButton.html#GtkModelButton--iconic"/>
|
1673
|
+
<keyword type="property" name="The “inverted” property" link="GtkModelButton.html#GtkModelButton--inverted"/>
|
1674
|
+
<keyword type="property" name="The “menu-name” property" link="GtkModelButton.html#GtkModelButton--menu-name"/>
|
1675
|
+
<keyword type="property" name="The “role” property" link="GtkModelButton.html#GtkModelButton--role"/>
|
1676
|
+
<keyword type="property" name="The “text” property" link="GtkModelButton.html#GtkModelButton--text"/>
|
1665
1677
|
<keyword type="function" name="gtk_entry_new ()" link="GtkEntry.html#gtk-entry-new"/>
|
1666
1678
|
<keyword type="function" name="gtk_entry_new_with_buffer ()" link="GtkEntry.html#gtk-entry-new-with-buffer" since="2.18"/>
|
1667
1679
|
<keyword type="function" name="gtk_entry_get_buffer ()" link="GtkEntry.html#gtk-entry-get-buffer" since="2.18"/>
|
@@ -1737,7 +1749,9 @@
|
|
1737
1749
|
<keyword type="function" name="gtk_entry_get_input_purpose ()" link="GtkEntry.html#gtk-entry-get-input-purpose" since="3.6"/>
|
1738
1750
|
<keyword type="function" name="gtk_entry_set_input_hints ()" link="GtkEntry.html#gtk-entry-set-input-hints" since="3.6"/>
|
1739
1751
|
<keyword type="function" name="gtk_entry_get_input_hints ()" link="GtkEntry.html#gtk-entry-get-input-hints" since="3.6"/>
|
1752
|
+
<keyword type="function" name="gtk_entry_grab_focus_without_selecting ()" link="GtkEntry.html#gtk-entry-grab-focus-without-selecting" since="3.16"/>
|
1740
1753
|
<keyword type="struct" name="struct GtkEntry" link="GtkEntry.html#GtkEntry-struct"/>
|
1754
|
+
<keyword type="struct" name="struct GtkEntryClass" link="GtkEntry.html#GtkEntryClass"/>
|
1741
1755
|
<keyword type="enum" name="enum GtkEntryIconPosition" link="GtkEntry.html#GtkEntryIconPosition" since="2.16"/>
|
1742
1756
|
<keyword type="enum" name="enum GtkInputPurpose" link="GtkEntry.html#GtkInputPurpose" since="3.6"/>
|
1743
1757
|
<keyword type="enum" name="enum GtkInputHints" link="GtkEntry.html#GtkInputHints" since="3.6"/>
|
@@ -1867,7 +1881,6 @@
|
|
1867
1881
|
<keyword type="signal" name="The “insert-prefix” signal" link="GtkEntryCompletion.html#GtkEntryCompletion-insert-prefix"/>
|
1868
1882
|
<keyword type="signal" name="The “match-selected” signal" link="GtkEntryCompletion.html#GtkEntryCompletion-match-selected"/>
|
1869
1883
|
<keyword type="signal" name="The “no-matches” signal" link="GtkEntryCompletion.html#GtkEntryCompletion-no-matches"/>
|
1870
|
-
<keyword type="" name="GtkScale as GtkBuildable" link="GtkScale.html#id-1.3.10.5.11.4"/>
|
1871
1884
|
<keyword type="function" name="gtk_scale_new ()" link="GtkScale.html#gtk-scale-new" since="3.0"/>
|
1872
1885
|
<keyword type="function" name="gtk_scale_new_with_range ()" link="GtkScale.html#gtk-scale-new-with-range" since="3.0"/>
|
1873
1886
|
<keyword type="function" name="gtk_scale_set_digits ()" link="GtkScale.html#gtk-scale-set-digits"/>
|
@@ -1933,8 +1946,12 @@
|
|
1933
1946
|
<keyword type="signal" name="The “value-changed” signal" link="GtkSpinButton.html#GtkSpinButton-value-changed"/>
|
1934
1947
|
<keyword type="signal" name="The “wrapped” signal" link="GtkSpinButton.html#GtkSpinButton-wrapped"/>
|
1935
1948
|
<keyword type="function" name="gtk_search_entry_new ()" link="GtkSearchEntry.html#gtk-search-entry-new" since="3.6"/>
|
1949
|
+
<keyword type="function" name="gtk_search_entry_handle_event ()" link="GtkSearchEntry.html#gtk-search-entry-handle-event" since="3.16"/>
|
1936
1950
|
<keyword type="struct" name="struct GtkSearchEntry" link="GtkSearchEntry.html#GtkSearchEntry-struct"/>
|
1951
|
+
<keyword type="signal" name="The “next-match” signal" link="GtkSearchEntry.html#GtkSearchEntry-next-match"/>
|
1952
|
+
<keyword type="signal" name="The “previous-match” signal" link="GtkSearchEntry.html#GtkSearchEntry-previous-match"/>
|
1937
1953
|
<keyword type="signal" name="The “search-changed” signal" link="GtkSearchEntry.html#GtkSearchEntry-search-changed"/>
|
1954
|
+
<keyword type="signal" name="The “stop-search” signal" link="GtkSearchEntry.html#GtkSearchEntry-stop-search"/>
|
1938
1955
|
<keyword type="function" name="gtk_search_bar_new ()" link="GtkSearchBar.html#gtk-search-bar-new" since="3.10"/>
|
1939
1956
|
<keyword type="function" name="gtk_search_bar_connect_entry ()" link="GtkSearchBar.html#gtk-search-bar-connect-entry" since="3.10"/>
|
1940
1957
|
<keyword type="function" name="gtk_search_bar_get_search_mode ()" link="GtkSearchBar.html#gtk-search-bar-get-search-mode" since="3.10"/>
|
@@ -2079,6 +2096,7 @@
|
|
2079
2096
|
<keyword type="function" name="gtk_text_buffer_insert_range_interactive ()" link="GtkTextBuffer.html#gtk-text-buffer-insert-range-interactive"/>
|
2080
2097
|
<keyword type="function" name="gtk_text_buffer_insert_with_tags ()" link="GtkTextBuffer.html#gtk-text-buffer-insert-with-tags"/>
|
2081
2098
|
<keyword type="function" name="gtk_text_buffer_insert_with_tags_by_name ()" link="GtkTextBuffer.html#gtk-text-buffer-insert-with-tags-by-name"/>
|
2099
|
+
<keyword type="function" name="gtk_text_buffer_insert_markup ()" link="GtkTextBuffer.html#gtk-text-buffer-insert-markup" since="3.16"/>
|
2082
2100
|
<keyword type="function" name="gtk_text_buffer_delete ()" link="GtkTextBuffer.html#gtk-text-buffer-delete"/>
|
2083
2101
|
<keyword type="function" name="gtk_text_buffer_delete_interactive ()" link="GtkTextBuffer.html#gtk-text-buffer-delete-interactive"/>
|
2084
2102
|
<keyword type="function" name="gtk_text_buffer_backspace ()" link="GtkTextBuffer.html#gtk-text-buffer-backspace" since="2.6"/>
|
@@ -2143,6 +2161,7 @@
|
|
2143
2161
|
<keyword type="function" name="gtk_text_buffer_unregister_deserialize_format ()" link="GtkTextBuffer.html#gtk-text-buffer-unregister-deserialize-format" since="2.10"/>
|
2144
2162
|
<keyword type="function" name="gtk_text_buffer_unregister_serialize_format ()" link="GtkTextBuffer.html#gtk-text-buffer-unregister-serialize-format" since="2.10"/>
|
2145
2163
|
<keyword type="struct" name="GtkTextBuffer" link="GtkTextBuffer.html#GtkTextBuffer-struct"/>
|
2164
|
+
<keyword type="struct" name="struct GtkTextBufferClass" link="GtkTextBuffer.html#GtkTextBufferClass"/>
|
2146
2165
|
<keyword type="enum" name="enum GtkTextBufferTargetInfo" link="GtkTextBuffer.html#GtkTextBufferTargetInfo"/>
|
2147
2166
|
<keyword type="property" name="The “copy-target-list” property" link="GtkTextBuffer.html#GtkTextBuffer--copy-target-list"/>
|
2148
2167
|
<keyword type="property" name="The “cursor-position” property" link="GtkTextBuffer.html#GtkTextBuffer--cursor-position"/>
|
@@ -2185,6 +2204,8 @@
|
|
2185
2204
|
<keyword type="property" name="The “direction” property" link="GtkTextTag.html#GtkTextTag--direction"/>
|
2186
2205
|
<keyword type="property" name="The “editable” property" link="GtkTextTag.html#GtkTextTag--editable"/>
|
2187
2206
|
<keyword type="property" name="The “editable-set” property" link="GtkTextTag.html#GtkTextTag--editable-set"/>
|
2207
|
+
<keyword type="property" name="The “fallback” property" link="GtkTextTag.html#GtkTextTag--fallback"/>
|
2208
|
+
<keyword type="property" name="The “fallback-set” property" link="GtkTextTag.html#GtkTextTag--fallback-set"/>
|
2188
2209
|
<keyword type="property" name="The “family” property" link="GtkTextTag.html#GtkTextTag--family"/>
|
2189
2210
|
<keyword type="property" name="The “family-set” property" link="GtkTextTag.html#GtkTextTag--family-set"/>
|
2190
2211
|
<keyword type="property" name="The “font” property" link="GtkTextTag.html#GtkTextTag--font"/>
|
@@ -2203,6 +2224,8 @@
|
|
2203
2224
|
<keyword type="property" name="The “language-set” property" link="GtkTextTag.html#GtkTextTag--language-set"/>
|
2204
2225
|
<keyword type="property" name="The “left-margin” property" link="GtkTextTag.html#GtkTextTag--left-margin"/>
|
2205
2226
|
<keyword type="property" name="The “left-margin-set” property" link="GtkTextTag.html#GtkTextTag--left-margin-set"/>
|
2227
|
+
<keyword type="property" name="The “letter-spacing” property" link="GtkTextTag.html#GtkTextTag--letter-spacing"/>
|
2228
|
+
<keyword type="property" name="The “letter-spacing-set” property" link="GtkTextTag.html#GtkTextTag--letter-spacing-set"/>
|
2206
2229
|
<keyword type="property" name="The “name” property" link="GtkTextTag.html#GtkTextTag--name"/>
|
2207
2230
|
<keyword type="property" name="The “paragraph-background” property" link="GtkTextTag.html#GtkTextTag--paragraph-background"/>
|
2208
2231
|
<keyword type="property" name="The “paragraph-background-gdk” property" link="GtkTextTag.html#GtkTextTag--paragraph-background-gdk"/>
|
@@ -2226,12 +2249,16 @@
|
|
2226
2249
|
<keyword type="property" name="The “stretch” property" link="GtkTextTag.html#GtkTextTag--stretch"/>
|
2227
2250
|
<keyword type="property" name="The “stretch-set” property" link="GtkTextTag.html#GtkTextTag--stretch-set"/>
|
2228
2251
|
<keyword type="property" name="The “strikethrough” property" link="GtkTextTag.html#GtkTextTag--strikethrough"/>
|
2252
|
+
<keyword type="property" name="The “strikethrough-rgba” property" link="GtkTextTag.html#GtkTextTag--strikethrough-rgba"/>
|
2253
|
+
<keyword type="property" name="The “strikethrough-rgba-set” property" link="GtkTextTag.html#GtkTextTag--strikethrough-rgba-set"/>
|
2229
2254
|
<keyword type="property" name="The “strikethrough-set” property" link="GtkTextTag.html#GtkTextTag--strikethrough-set"/>
|
2230
2255
|
<keyword type="property" name="The “style” property" link="GtkTextTag.html#GtkTextTag--style"/>
|
2231
2256
|
<keyword type="property" name="The “style-set” property" link="GtkTextTag.html#GtkTextTag--style-set"/>
|
2232
2257
|
<keyword type="property" name="The “tabs” property" link="GtkTextTag.html#GtkTextTag--tabs"/>
|
2233
2258
|
<keyword type="property" name="The “tabs-set” property" link="GtkTextTag.html#GtkTextTag--tabs-set"/>
|
2234
2259
|
<keyword type="property" name="The “underline” property" link="GtkTextTag.html#GtkTextTag--underline"/>
|
2260
|
+
<keyword type="property" name="The “underline-rgba” property" link="GtkTextTag.html#GtkTextTag--underline-rgba"/>
|
2261
|
+
<keyword type="property" name="The “underline-rgba-set” property" link="GtkTextTag.html#GtkTextTag--underline-rgba-set"/>
|
2235
2262
|
<keyword type="property" name="The “underline-set” property" link="GtkTextTag.html#GtkTextTag--underline-set"/>
|
2236
2263
|
<keyword type="property" name="The “variant” property" link="GtkTextTag.html#GtkTextTag--variant"/>
|
2237
2264
|
<keyword type="property" name="The “variant-set” property" link="GtkTextTag.html#GtkTextTag--variant-set"/>
|
@@ -2240,7 +2267,6 @@
|
|
2240
2267
|
<keyword type="property" name="The “wrap-mode” property" link="GtkTextTag.html#GtkTextTag--wrap-mode"/>
|
2241
2268
|
<keyword type="property" name="The “wrap-mode-set” property" link="GtkTextTag.html#GtkTextTag--wrap-mode-set"/>
|
2242
2269
|
<keyword type="signal" name="The “event” signal" link="GtkTextTag.html#GtkTextTag-event"/>
|
2243
|
-
<keyword type="" name="GtkTextTagTables as GtkBuildable" link="GtkTextTagTable.html#id-1.3.11.7.9.3"/>
|
2244
2270
|
<keyword type="function" name="GtkTextTagTableForeach ()" link="GtkTextTagTable.html#GtkTextTagTableForeach"/>
|
2245
2271
|
<keyword type="function" name="gtk_text_tag_table_new ()" link="GtkTextTagTable.html#gtk-text-tag-table-new"/>
|
2246
2272
|
<keyword type="function" name="gtk_text_tag_table_add ()" link="GtkTextTagTable.html#gtk-text-tag-table-add"/>
|
@@ -2267,6 +2293,7 @@
|
|
2267
2293
|
<keyword type="function" name="gtk_text_view_get_iter_location ()" link="GtkTextView.html#gtk-text-view-get-iter-location"/>
|
2268
2294
|
<keyword type="function" name="gtk_text_view_get_cursor_locations ()" link="GtkTextView.html#gtk-text-view-get-cursor-locations" since="3.0"/>
|
2269
2295
|
<keyword type="function" name="gtk_text_view_get_line_at_y ()" link="GtkTextView.html#gtk-text-view-get-line-at-y"/>
|
2296
|
+
<keyword type="function" name="gtk_text_view_get_line_yrange ()" link="GtkTextView.html#gtk-text-view-get-line-yrange"/>
|
2270
2297
|
<keyword type="function" name="gtk_text_view_get_iter_at_location ()" link="GtkTextView.html#gtk-text-view-get-iter-at-location"/>
|
2271
2298
|
<keyword type="function" name="gtk_text_view_get_iter_at_position ()" link="GtkTextView.html#gtk-text-view-get-iter-at-position" since="2.6"/>
|
2272
2299
|
<keyword type="function" name="gtk_text_view_buffer_to_window_coords ()" link="GtkTextView.html#gtk-text-view-buffer-to-window-coords"/>
|
@@ -2320,11 +2347,14 @@
|
|
2320
2347
|
<keyword type="function" name="gtk_text_view_get_input_purpose ()" link="GtkTextView.html#gtk-text-view-get-input-purpose" since="3.6"/>
|
2321
2348
|
<keyword type="function" name="gtk_text_view_set_input_hints ()" link="GtkTextView.html#gtk-text-view-set-input-hints" since="3.6"/>
|
2322
2349
|
<keyword type="function" name="gtk_text_view_get_input_hints ()" link="GtkTextView.html#gtk-text-view-get-input-hints" since="3.6"/>
|
2350
|
+
<keyword type="function" name="gtk_text_view_set_monospace ()" link="GtkTextView.html#gtk-text-view-set-monospace" since="3.16"/>
|
2351
|
+
<keyword type="function" name="gtk_text_view_get_monospace ()" link="GtkTextView.html#gtk-text-view-get-monospace" since="3.16"/>
|
2323
2352
|
<keyword type="macro" name="GTK_TEXT_VIEW_PRIORITY_VALIDATE" link="GtkTextView.html#GTK-TEXT-VIEW-PRIORITY-VALIDATE:CAPS"/>
|
2324
2353
|
<keyword type="struct" name="struct GtkTextView" link="GtkTextView.html#GtkTextView-struct"/>
|
2325
2354
|
<keyword type="struct" name="struct GtkTextViewClass" link="GtkTextView.html#GtkTextViewClass"/>
|
2326
2355
|
<keyword type="enum" name="enum GtkTextViewLayer" link="GtkTextView.html#GtkTextViewLayer"/>
|
2327
2356
|
<keyword type="enum" name="enum GtkTextWindowType" link="GtkTextView.html#GtkTextWindowType"/>
|
2357
|
+
<keyword type="enum" name="enum GtkTextExtendSelection" link="GtkTextView.html#GtkTextExtendSelection" since="3.16"/>
|
2328
2358
|
<keyword type="enum" name="enum GtkWrapMode" link="GtkTextView.html#GtkWrapMode"/>
|
2329
2359
|
<keyword type="struct" name="struct GtkTextChildAnchor" link="GtkTextView.html#GtkTextChildAnchor-struct"/>
|
2330
2360
|
<keyword type="property" name="The “accepts-tab” property" link="GtkTextView.html#GtkTextView--accepts-tab"/>
|
@@ -2337,6 +2367,7 @@
|
|
2337
2367
|
<keyword type="property" name="The “input-purpose” property" link="GtkTextView.html#GtkTextView--input-purpose"/>
|
2338
2368
|
<keyword type="property" name="The “justification” property" link="GtkTextView.html#GtkTextView--justification"/>
|
2339
2369
|
<keyword type="property" name="The “left-margin” property" link="GtkTextView.html#GtkTextView--left-margin"/>
|
2370
|
+
<keyword type="property" name="The “monospace” property" link="GtkTextView.html#GtkTextView--monospace"/>
|
2340
2371
|
<keyword type="property" name="The “overwrite” property" link="GtkTextView.html#GtkTextView--overwrite"/>
|
2341
2372
|
<keyword type="property" name="The “pixels-above-lines” property" link="GtkTextView.html#GtkTextView--pixels-above-lines"/>
|
2342
2373
|
<keyword type="property" name="The “pixels-below-lines” property" link="GtkTextView.html#GtkTextView--pixels-below-lines"/>
|
@@ -2350,6 +2381,7 @@
|
|
2350
2381
|
<keyword type="signal" name="The “copy-clipboard” signal" link="GtkTextView.html#GtkTextView-copy-clipboard"/>
|
2351
2382
|
<keyword type="signal" name="The “cut-clipboard” signal" link="GtkTextView.html#GtkTextView-cut-clipboard"/>
|
2352
2383
|
<keyword type="signal" name="The “delete-from-cursor” signal" link="GtkTextView.html#GtkTextView-delete-from-cursor"/>
|
2384
|
+
<keyword type="signal" name="The “extend-selection” signal" link="GtkTextView.html#GtkTextView-extend-selection"/>
|
2353
2385
|
<keyword type="signal" name="The “insert-at-cursor” signal" link="GtkTextView.html#GtkTextView-insert-at-cursor"/>
|
2354
2386
|
<keyword type="signal" name="The “move-cursor” signal" link="GtkTextView.html#GtkTextView-move-cursor"/>
|
2355
2387
|
<keyword type="signal" name="The “move-viewport” signal" link="GtkTextView.html#GtkTextView-move-viewport"/>
|
@@ -2360,8 +2392,6 @@
|
|
2360
2392
|
<keyword type="signal" name="The “set-anchor” signal" link="GtkTextView.html#GtkTextView-set-anchor"/>
|
2361
2393
|
<keyword type="signal" name="The “toggle-cursor-visible” signal" link="GtkTextView.html#GtkTextView-toggle-cursor-visible"/>
|
2362
2394
|
<keyword type="signal" name="The “toggle-overwrite” signal" link="GtkTextView.html#GtkTextView-toggle-overwrite"/>
|
2363
|
-
<keyword type="" name="Columns and cell renderers" link="TreeWidget.html#id-1.3.12.2.5.4"/>
|
2364
|
-
<keyword type="" name="Selection handling" link="TreeWidget.html#id-1.3.12.2.5.5"/>
|
2365
2395
|
<keyword type="function" name="GtkTreeModelForeachFunc ()" link="GtkTreeModel.html#GtkTreeModelForeachFunc"/>
|
2366
2396
|
<keyword type="function" name="gtk_tree_path_new ()" link="GtkTreeModel.html#gtk-tree-path-new"/>
|
2367
2397
|
<keyword type="function" name="gtk_tree_path_new_from_string ()" link="GtkTreeModel.html#gtk-tree-path-new-from-string"/>
|
@@ -2421,6 +2451,7 @@
|
|
2421
2451
|
<keyword type="function" name="gtk_tree_model_row_has_child_toggled ()" link="GtkTreeModel.html#gtk-tree-model-row-has-child-toggled"/>
|
2422
2452
|
<keyword type="function" name="gtk_tree_model_row_deleted ()" link="GtkTreeModel.html#gtk-tree-model-row-deleted"/>
|
2423
2453
|
<keyword type="function" name="gtk_tree_model_rows_reordered ()" link="GtkTreeModel.html#gtk-tree-model-rows-reordered"/>
|
2454
|
+
<keyword type="function" name="gtk_tree_model_rows_reordered_with_length ()" link="GtkTreeModel.html#gtk-tree-model-rows-reordered-with-length" since="3.10"/>
|
2424
2455
|
<keyword type="struct" name="GtkTreeModel" link="GtkTreeModel.html#GtkTreeModel-struct"/>
|
2425
2456
|
<keyword type="struct" name="struct GtkTreeIter" link="GtkTreeModel.html#GtkTreeIter-struct"/>
|
2426
2457
|
<keyword type="struct" name="GtkTreePath" link="GtkTreeModel.html#GtkTreePath-struct"/>
|
@@ -2534,7 +2565,6 @@
|
|
2534
2565
|
<keyword type="property" name="The “width” property" link="GtkTreeViewColumn.html#GtkTreeViewColumn--width"/>
|
2535
2566
|
<keyword type="property" name="The “x-offset” property" link="GtkTreeViewColumn.html#GtkTreeViewColumn--x-offset"/>
|
2536
2567
|
<keyword type="signal" name="The “clicked” signal" link="GtkTreeViewColumn.html#GtkTreeViewColumn-clicked"/>
|
2537
|
-
<keyword type="" name="GtkTreeView as GtkBuildable" link="GtkTreeView.html#id-1.3.12.6.11.9"/>
|
2538
2568
|
<keyword type="function" name="GtkTreeViewColumnDropFunc ()" link="GtkTreeView.html#GtkTreeViewColumnDropFunc"/>
|
2539
2569
|
<keyword type="function" name="GtkTreeViewMappingFunc ()" link="GtkTreeView.html#GtkTreeViewMappingFunc"/>
|
2540
2570
|
<keyword type="function" name="GtkTreeViewSearchEqualFunc ()" link="GtkTreeView.html#GtkTreeViewSearchEqualFunc"/>
|
@@ -2861,8 +2891,6 @@
|
|
2861
2891
|
<keyword type="struct" name="struct GtkTreeModelFilter" link="GtkTreeModelFilter.html#GtkTreeModelFilter-struct"/>
|
2862
2892
|
<keyword type="property" name="The “child-model” property" link="GtkTreeModelFilter.html#GtkTreeModelFilter--child-model"/>
|
2863
2893
|
<keyword type="property" name="The “virtual-root” property" link="GtkTreeModelFilter.html#GtkTreeModelFilter--virtual-root"/>
|
2864
|
-
<keyword type="" name="GtkCellLayouts as GtkBuildable" link="GtkCellLayout.html#id-1.3.12.13.9.4"/>
|
2865
|
-
<keyword type="" name="Subclassing GtkCellLayout implementations" link="GtkCellLayout.html#id-1.3.12.13.9.5"/>
|
2866
2894
|
<keyword type="function" name="GtkCellLayoutDataFunc ()" link="GtkCellLayout.html#GtkCellLayoutDataFunc"/>
|
2867
2895
|
<keyword type="function" name="gtk_cell_layout_pack_start ()" link="GtkCellLayout.html#gtk-cell-layout-pack-start" since="2.4"/>
|
2868
2896
|
<keyword type="function" name="gtk_cell_layout_pack_end ()" link="GtkCellLayout.html#gtk-cell-layout-pack-end" since="2.4"/>
|
@@ -2876,10 +2904,6 @@
|
|
2876
2904
|
<keyword type="function" name="gtk_cell_layout_clear_attributes ()" link="GtkCellLayout.html#gtk-cell-layout-clear-attributes" since="2.4"/>
|
2877
2905
|
<keyword type="struct" name="GtkCellLayout" link="GtkCellLayout.html#GtkCellLayout-struct"/>
|
2878
2906
|
<keyword type="struct" name="struct GtkCellLayoutIface" link="GtkCellLayout.html#GtkCellLayoutIface"/>
|
2879
|
-
<keyword type="" name="Requesting area sizes" link="GtkCellArea.html#id-1.3.12.14.10.5"/>
|
2880
|
-
<keyword type="" name="Rendering Areas" link="GtkCellArea.html#id-1.3.12.14.10.6"/>
|
2881
|
-
<keyword type="" name="Handling Events and Driving Keyboard Focus" link="GtkCellArea.html#id-1.3.12.14.10.7"/>
|
2882
|
-
<keyword type="" name="Cell Properties" link="GtkCellArea.html#id-1.3.12.14.10.8"/>
|
2883
2907
|
<keyword type="function" name="GtkCellCallback ()" link="GtkCellArea.html#GtkCellCallback"/>
|
2884
2908
|
<keyword type="function" name="GtkCellAllocCallback ()" link="GtkCellArea.html#GtkCellAllocCallback"/>
|
2885
2909
|
<keyword type="macro" name="GTK_CELL_AREA_WARN_INVALID_CELL_PROPERTY_ID()" link="GtkCellArea.html#GTK-CELL-AREA-WARN-INVALID-CELL-PROPERTY-ID:CAPS"/>
|
@@ -2903,6 +2927,7 @@
|
|
2903
2927
|
<keyword type="function" name="gtk_cell_area_apply_attributes ()" link="GtkCellArea.html#gtk-cell-area-apply-attributes" since="3.0"/>
|
2904
2928
|
<keyword type="function" name="gtk_cell_area_attribute_connect ()" link="GtkCellArea.html#gtk-cell-area-attribute-connect" since="3.0"/>
|
2905
2929
|
<keyword type="function" name="gtk_cell_area_attribute_disconnect ()" link="GtkCellArea.html#gtk-cell-area-attribute-disconnect" since="3.0"/>
|
2930
|
+
<keyword type="function" name="gtk_cell_area_attribute_get_column ()" link="GtkCellArea.html#gtk-cell-area-attribute-get-column" since="3.14"/>
|
2906
2931
|
<keyword type="function" name="gtk_cell_area_class_install_cell_property ()" link="GtkCellArea.html#gtk-cell-area-class-install-cell-property" since="3.0"/>
|
2907
2932
|
<keyword type="function" name="gtk_cell_area_class_find_cell_property ()" link="GtkCellArea.html#gtk-cell-area-class-find-cell-property" since="3.0"/>
|
2908
2933
|
<keyword type="function" name="gtk_cell_area_class_list_cell_properties ()" link="GtkCellArea.html#gtk-cell-area-class-list-cell-properties" since="3.0"/>
|
@@ -3133,9 +3158,6 @@
|
|
3133
3158
|
<keyword type="property" name="The “active” property" link="GtkCellRendererSpinner.html#GtkCellRendererSpinner--active"/>
|
3134
3159
|
<keyword type="property" name="The “pulse” property" link="GtkCellRendererSpinner.html#GtkCellRendererSpinner--pulse"/>
|
3135
3160
|
<keyword type="property" name="The “size” property" link="GtkCellRendererSpinner.html#GtkCellRendererSpinner--size"/>
|
3136
|
-
<keyword type="" name="Performance Considerations" link="GtkListStore.html#id-1.3.12.27.8.7"/>
|
3137
|
-
<keyword type="" name="Atomic Operations" link="GtkListStore.html#id-1.3.12.27.8.8"/>
|
3138
|
-
<keyword type="" name="GtkListStore as GtkBuildable" link="GtkListStore.html#id-1.3.12.27.8.9"/>
|
3139
3161
|
<keyword type="function" name="gtk_list_store_new ()" link="GtkListStore.html#gtk-list-store-new"/>
|
3140
3162
|
<keyword type="function" name="gtk_list_store_newv ()" link="GtkListStore.html#gtk-list-store-newv"/>
|
3141
3163
|
<keyword type="function" name="gtk_list_store_set_column_types ()" link="GtkListStore.html#gtk-list-store-set-column-types"/>
|
@@ -3158,7 +3180,6 @@
|
|
3158
3180
|
<keyword type="function" name="gtk_list_store_move_before ()" link="GtkListStore.html#gtk-list-store-move-before" since="2.2"/>
|
3159
3181
|
<keyword type="function" name="gtk_list_store_move_after ()" link="GtkListStore.html#gtk-list-store-move-after" since="2.2"/>
|
3160
3182
|
<keyword type="struct" name="struct GtkListStore" link="GtkListStore.html#GtkListStore-struct"/>
|
3161
|
-
<keyword type="" name="GtkTreeStore as GtkBuildable" link="GtkTreeStore.html#id-1.3.12.28.8.3"/>
|
3162
3183
|
<keyword type="function" name="gtk_tree_store_new ()" link="GtkTreeStore.html#gtk-tree-store-new"/>
|
3163
3184
|
<keyword type="function" name="gtk_tree_store_newv ()" link="GtkTreeStore.html#gtk-tree-store-newv"/>
|
3164
3185
|
<keyword type="function" name="gtk_tree_store_set_column_types ()" link="GtkTreeStore.html#gtk-tree-store-set-column-types"/>
|
@@ -3252,7 +3273,6 @@
|
|
3252
3273
|
<keyword type="signal" name="The “move-active” signal" link="GtkComboBox.html#GtkComboBox-move-active"/>
|
3253
3274
|
<keyword type="signal" name="The “popdown” signal" link="GtkComboBox.html#GtkComboBox-popdown"/>
|
3254
3275
|
<keyword type="signal" name="The “popup” signal" link="GtkComboBox.html#GtkComboBox-popup"/>
|
3255
|
-
<keyword type="" name="GtkComboBoxText as GtkBuildable" link="GtkComboBoxText.html#id-1.3.13.3.8.7"/>
|
3256
3276
|
<keyword type="function" name="gtk_combo_box_text_new ()" link="GtkComboBoxText.html#gtk-combo-box-text-new" since="2.24"/>
|
3257
3277
|
<keyword type="function" name="gtk_combo_box_text_new_with_entry ()" link="GtkComboBoxText.html#gtk-combo-box-text-new-with-entry" since="2.24"/>
|
3258
3278
|
<keyword type="function" name="gtk_combo_box_text_append ()" link="GtkComboBoxText.html#gtk-combo-box-text-append" since="2.24"/>
|
@@ -3328,7 +3348,6 @@
|
|
3328
3348
|
<keyword type="property" name="The “pack-direction” property" link="GtkMenuBar.html#GtkMenuBar--pack-direction"/>
|
3329
3349
|
<keyword type="property" name="The “internal-padding” style property" link="GtkMenuBar.html#GtkMenuBar--s-internal-padding"/>
|
3330
3350
|
<keyword type="property" name="The “shadow-type” style property" link="GtkMenuBar.html#GtkMenuBar--s-shadow-type"/>
|
3331
|
-
<keyword type="" name="GtkMenuItem as GtkBuildable" link="GtkMenuItem.html#id-1.3.13.6.11.8"/>
|
3332
3351
|
<keyword type="function" name="gtk_menu_item_new ()" link="GtkMenuItem.html#gtk-menu-item-new"/>
|
3333
3352
|
<keyword type="function" name="gtk_menu_item_new_with_label ()" link="GtkMenuItem.html#gtk-menu-item-new-with-label"/>
|
3334
3353
|
<keyword type="function" name="gtk_menu_item_new_with_mnemonic ()" link="GtkMenuItem.html#gtk-menu-item-new-with-mnemonic"/>
|
@@ -3570,7 +3589,6 @@
|
|
3570
3589
|
<keyword type="property" name="The “use-underline” property" link="GtkToolButton.html#GtkToolButton--use-underline"/>
|
3571
3590
|
<keyword type="property" name="The “icon-spacing” style property" link="GtkToolButton.html#GtkToolButton--s-icon-spacing"/>
|
3572
3591
|
<keyword type="signal" name="The “clicked” signal" link="GtkToolButton.html#GtkToolButton-clicked"/>
|
3573
|
-
<keyword type="" name="GtkMenuToolButton as GtkBuildable" link="GtkMenuToolButton.html#id-1.3.13.17.10.4"/>
|
3574
3592
|
<keyword type="function" name="gtk_menu_tool_button_new ()" link="GtkMenuToolButton.html#gtk-menu-tool-button-new" since="2.6"/>
|
3575
3593
|
<keyword type="function" name="gtk_menu_tool_button_new_from_stock ()" link="GtkMenuToolButton.html#gtk-menu-tool-button-new-from-stock" deprecated="3.10: Use gtk_menu_tool_button_new() instead." since="2.6"/>
|
3576
3594
|
<keyword type="function" name="gtk_menu_tool_button_set_menu ()" link="GtkMenuToolButton.html#gtk-menu-tool-button-set-menu" since="2.6"/>
|
@@ -3608,12 +3626,21 @@
|
|
3608
3626
|
<keyword type="function" name="gtk_popover_get_position ()" link="GtkPopover.html#gtk-popover-get-position"/>
|
3609
3627
|
<keyword type="function" name="gtk_popover_set_modal ()" link="GtkPopover.html#gtk-popover-set-modal" since="3.12"/>
|
3610
3628
|
<keyword type="function" name="gtk_popover_get_modal ()" link="GtkPopover.html#gtk-popover-get-modal" since="3.12"/>
|
3629
|
+
<keyword type="function" name="gtk_popover_set_transitions_enabled ()" link="GtkPopover.html#gtk-popover-set-transitions-enabled" since="3.16"/>
|
3630
|
+
<keyword type="function" name="gtk_popover_get_transitions_enabled ()" link="GtkPopover.html#gtk-popover-get-transitions-enabled" since="3.16"/>
|
3611
3631
|
<keyword type="struct" name="struct GtkPopover" link="GtkPopover.html#GtkPopover-struct"/>
|
3612
3632
|
<keyword type="property" name="The “modal” property" link="GtkPopover.html#GtkPopover--modal"/>
|
3613
3633
|
<keyword type="property" name="The “pointing-to” property" link="GtkPopover.html#GtkPopover--pointing-to"/>
|
3614
3634
|
<keyword type="property" name="The “position” property" link="GtkPopover.html#GtkPopover--position"/>
|
3615
3635
|
<keyword type="property" name="The “relative-to” property" link="GtkPopover.html#GtkPopover--relative-to"/>
|
3636
|
+
<keyword type="property" name="The “transitions-enabled” property" link="GtkPopover.html#GtkPopover--transitions-enabled"/>
|
3616
3637
|
<keyword type="signal" name="The “closed” signal" link="GtkPopover.html#GtkPopover-closed"/>
|
3638
|
+
<keyword type="function" name="gtk_popover_menu_new ()" link="GtkPopoverMenu.html#gtk-popover-menu-new" since="3.16"/>
|
3639
|
+
<keyword type="function" name="gtk_popover_menu_open_submenu ()" link="GtkPopoverMenu.html#gtk-popover-menu-open-submenu" since="3.16"/>
|
3640
|
+
<keyword type="struct" name="GtkPopoverMenu" link="GtkPopoverMenu.html#GtkPopoverMenu-struct"/>
|
3641
|
+
<keyword type="property" name="The “visible-submenu” property" link="GtkPopoverMenu.html#GtkPopoverMenu--visible-submenu"/>
|
3642
|
+
<keyword type="property" name="The “position” child property" link="GtkPopoverMenu.html#GtkPopoverMenu--c-position"/>
|
3643
|
+
<keyword type="property" name="The “submenu” child property" link="GtkPopoverMenu.html#GtkPopoverMenu--c-submenu"/>
|
3617
3644
|
<keyword type="function" name="gtk_color_chooser_get_rgba ()" link="GtkColorChooser.html#gtk-color-chooser-get-rgba" since="3.4"/>
|
3618
3645
|
<keyword type="function" name="gtk_color_chooser_set_rgba ()" link="GtkColorChooser.html#gtk-color-chooser-set-rgba" since="3.4"/>
|
3619
3646
|
<keyword type="function" name="gtk_color_chooser_get_use_alpha ()" link="GtkColorChooser.html#gtk-color-chooser-get-use-alpha" since="3.4"/>
|
@@ -3650,9 +3677,6 @@
|
|
3650
3677
|
<keyword type="function" name="gtk_color_chooser_dialog_new ()" link="GtkColorChooserDialog.html#gtk-color-chooser-dialog-new" since="3.4"/>
|
3651
3678
|
<keyword type="struct" name="struct GtkColorChooserDialog" link="GtkColorChooserDialog.html#GtkColorChooserDialog-struct"/>
|
3652
3679
|
<keyword type="property" name="The “show-editor” property" link="GtkColorChooserDialog.html#GtkColorChooserDialog--show-editor"/>
|
3653
|
-
<keyword type="" name="File Names and Encodings" link="GtkFileChooser.html#id-1.3.14.6.11.5"/>
|
3654
|
-
<keyword type="" name="Adding a Preview Widget" link="GtkFileChooser.html#id-1.3.14.6.11.6"/>
|
3655
|
-
<keyword type="" name="Adding Extra Widgets" link="GtkFileChooser.html#id-1.3.14.6.11.7"/>
|
3656
3680
|
<keyword type="macro" name="GTK_FILE_CHOOSER_ERROR" link="GtkFileChooser.html#GTK-FILE-CHOOSER-ERROR:CAPS"/>
|
3657
3681
|
<keyword type="function" name="gtk_file_chooser_set_action ()" link="GtkFileChooser.html#gtk-file-chooser-set-action" since="2.4"/>
|
3658
3682
|
<keyword type="function" name="gtk_file_chooser_get_action ()" link="GtkFileChooser.html#gtk-file-chooser-get-action" since="2.4"/>
|
@@ -3753,6 +3777,7 @@
|
|
3753
3777
|
<keyword type="function" name="gtk_file_chooser_widget_new ()" link="GtkFileChooserWidget.html#gtk-file-chooser-widget-new" since="2.4"/>
|
3754
3778
|
<keyword type="struct" name="struct GtkFileChooserWidget" link="GtkFileChooserWidget.html#GtkFileChooserWidget-struct"/>
|
3755
3779
|
<keyword type="struct" name="struct GtkFileChooserWidgetClass" link="GtkFileChooserWidget.html#GtkFileChooserWidgetClass"/>
|
3780
|
+
<keyword type="property" name="The “search-mode” property" link="GtkFileChooserWidget.html#GtkFileChooserWidget--search-mode"/>
|
3756
3781
|
<keyword type="signal" name="The “desktop-folder” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-desktop-folder"/>
|
3757
3782
|
<keyword type="signal" name="The “down-folder” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-down-folder"/>
|
3758
3783
|
<keyword type="signal" name="The “home-folder” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-home-folder"/>
|
@@ -3764,7 +3789,6 @@
|
|
3764
3789
|
<keyword type="signal" name="The “search-shortcut” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-search-shortcut"/>
|
3765
3790
|
<keyword type="signal" name="The “show-hidden” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-show-hidden"/>
|
3766
3791
|
<keyword type="signal" name="The “up-folder” signal" link="GtkFileChooserWidget.html#GtkFileChooserWidget-up-folder"/>
|
3767
|
-
<keyword type="" name="GtkFileFilter as GtkBuildable" link="GtkFileFilter.html#id-1.3.14.10.8.5"/>
|
3768
3792
|
<keyword type="function" name="GtkFileFilterFunc ()" link="GtkFileFilter.html#GtkFileFilterFunc"/>
|
3769
3793
|
<keyword type="function" name="gtk_file_filter_new ()" link="GtkFileFilter.html#gtk-file-filter-new" since="2.4"/>
|
3770
3794
|
<keyword type="function" name="gtk_file_filter_set_name ()" link="GtkFileFilter.html#gtk-file-filter-set-name" since="2.4"/>
|
@@ -3822,7 +3846,6 @@
|
|
3822
3846
|
<keyword type="function" name="gtk_font_chooser_widget_new ()" link="GtkFontChooserWidget.html#gtk-font-chooser-widget-new" since="3.2"/>
|
3823
3847
|
<keyword type="struct" name="struct GtkFontChooserWidget" link="GtkFontChooserWidget.html#GtkFontChooserWidget-struct"/>
|
3824
3848
|
<keyword type="struct" name="struct GtkFontChooserWidgetClass" link="GtkFontChooserWidget.html#GtkFontChooserWidgetClass"/>
|
3825
|
-
<keyword type="" name="GtkFontChooserDialog as GtkBuildable" link="GtkFontChooserDialog.html#id-1.3.14.14.8.3"/>
|
3826
3849
|
<keyword type="function" name="gtk_font_chooser_dialog_new ()" link="GtkFontChooserDialog.html#gtk-font-chooser-dialog-new" since="3.2"/>
|
3827
3850
|
<keyword type="struct" name="struct GtkFontChooserDialog" link="GtkFontChooserDialog.html#GtkFontChooserDialog-struct"/>
|
3828
3851
|
<keyword type="struct" name="struct GtkFontChooserDialogClass" link="GtkFontChooserDialog.html#GtkFontChooserDialogClass"/>
|
@@ -3859,7 +3882,6 @@
|
|
3859
3882
|
<keyword type="signal" name="The “show-connect-to-server” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-show-connect-to-server"/>
|
3860
3883
|
<keyword type="signal" name="The “show-enter-location” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-show-enter-location"/>
|
3861
3884
|
<keyword type="signal" name="The “show-error-message” signal" link="GtkPlacesSidebar.html#GtkPlacesSidebar-show-error-message"/>
|
3862
|
-
<keyword type="" name="GtkFrame as GtkBuildable" link="GtkFrame.html#id-1.3.15.2.9.3"/>
|
3863
3885
|
<keyword type="function" name="gtk_frame_new ()" link="GtkFrame.html#gtk-frame-new"/>
|
3864
3886
|
<keyword type="function" name="gtk_frame_set_label ()" link="GtkFrame.html#gtk-frame-set-label"/>
|
3865
3887
|
<keyword type="function" name="gtk_frame_set_label_widget ()" link="GtkFrame.html#gtk-frame-set-label-widget"/>
|
@@ -3909,6 +3931,8 @@
|
|
3909
3931
|
<keyword type="function" name="gtk_scrolled_window_get_kinetic_scrolling ()" link="GtkScrolledWindow.html#gtk-scrolled-window-get-kinetic-scrolling" since="3.4"/>
|
3910
3932
|
<keyword type="function" name="gtk_scrolled_window_set_capture_button_press ()" link="GtkScrolledWindow.html#gtk-scrolled-window-set-capture-button-press" since="3.4"/>
|
3911
3933
|
<keyword type="function" name="gtk_scrolled_window_get_capture_button_press ()" link="GtkScrolledWindow.html#gtk-scrolled-window-get-capture-button-press" since="3.4"/>
|
3934
|
+
<keyword type="function" name="gtk_scrolled_window_set_overlay_scrolling ()" link="GtkScrolledWindow.html#gtk-scrolled-window-set-overlay-scrolling" since="3.16"/>
|
3935
|
+
<keyword type="function" name="gtk_scrolled_window_get_overlay_scrolling ()" link="GtkScrolledWindow.html#gtk-scrolled-window-get-overlay-scrolling" since="3.16"/>
|
3912
3936
|
<keyword type="struct" name="struct GtkScrolledWindow" link="GtkScrolledWindow.html#GtkScrolledWindow-struct"/>
|
3913
3937
|
<keyword type="struct" name="struct GtkScrolledWindowClass" link="GtkScrolledWindow.html#GtkScrolledWindowClass"/>
|
3914
3938
|
<keyword type="enum" name="enum GtkPolicyType" link="GtkScrolledWindow.html#GtkPolicyType"/>
|
@@ -3918,6 +3942,7 @@
|
|
3918
3942
|
<keyword type="property" name="The “kinetic-scrolling” property" link="GtkScrolledWindow.html#GtkScrolledWindow--kinetic-scrolling"/>
|
3919
3943
|
<keyword type="property" name="The “min-content-height” property" link="GtkScrolledWindow.html#GtkScrolledWindow--min-content-height"/>
|
3920
3944
|
<keyword type="property" name="The “min-content-width” property" link="GtkScrolledWindow.html#GtkScrolledWindow--min-content-width"/>
|
3945
|
+
<keyword type="property" name="The “overlay-scrolling” property" link="GtkScrolledWindow.html#GtkScrolledWindow--overlay-scrolling"/>
|
3921
3946
|
<keyword type="property" name="The “shadow-type” property" link="GtkScrolledWindow.html#GtkScrolledWindow--shadow-type"/>
|
3922
3947
|
<keyword type="property" name="The “vadjustment” property" link="GtkScrolledWindow.html#GtkScrolledWindow--vadjustment"/>
|
3923
3948
|
<keyword type="property" name="The “vscrollbar-policy” property" link="GtkScrolledWindow.html#GtkScrolledWindow--vscrollbar-policy"/>
|
@@ -3925,6 +3950,8 @@
|
|
3925
3950
|
<keyword type="property" name="The “window-placement-set” property" link="GtkScrolledWindow.html#GtkScrolledWindow--window-placement-set"/>
|
3926
3951
|
<keyword type="property" name="The “scrollbar-spacing” style property" link="GtkScrolledWindow.html#GtkScrolledWindow--s-scrollbar-spacing"/>
|
3927
3952
|
<keyword type="property" name="The “scrollbars-within-bevel” style property" link="GtkScrolledWindow.html#GtkScrolledWindow--s-scrollbars-within-bevel"/>
|
3953
|
+
<keyword type="signal" name="The “edge-overshot” signal" link="GtkScrolledWindow.html#GtkScrolledWindow-edge-overshot"/>
|
3954
|
+
<keyword type="signal" name="The “edge-reached” signal" link="GtkScrolledWindow.html#GtkScrolledWindow-edge-reached"/>
|
3928
3955
|
<keyword type="signal" name="The “move-focus-out” signal" link="GtkScrolledWindow.html#GtkScrolledWindow-move-focus-out"/>
|
3929
3956
|
<keyword type="signal" name="The “scroll-child” signal" link="GtkScrolledWindow.html#GtkScrolledWindow-scroll-child"/>
|
3930
3957
|
<keyword type="function" name="gtk_scrollable_get_hadjustment ()" link="GtkScrollable.html#gtk-scrollable-get-hadjustment" since="3.0"/>
|
@@ -3935,13 +3962,13 @@
|
|
3935
3962
|
<keyword type="function" name="gtk_scrollable_set_hscroll_policy ()" link="GtkScrollable.html#gtk-scrollable-set-hscroll-policy" since="3.0"/>
|
3936
3963
|
<keyword type="function" name="gtk_scrollable_get_vscroll_policy ()" link="GtkScrollable.html#gtk-scrollable-get-vscroll-policy" since="3.0"/>
|
3937
3964
|
<keyword type="function" name="gtk_scrollable_set_vscroll_policy ()" link="GtkScrollable.html#gtk-scrollable-set-vscroll-policy" since="3.0"/>
|
3965
|
+
<keyword type="function" name="gtk_scrollable_get_border ()" link="GtkScrollable.html#gtk-scrollable-get-border" since="3.16"/>
|
3938
3966
|
<keyword type="struct" name="GtkScrollable" link="GtkScrollable.html#GtkScrollable-struct"/>
|
3939
3967
|
<keyword type="enum" name="enum GtkScrollablePolicy" link="GtkScrollable.html#GtkScrollablePolicy"/>
|
3940
3968
|
<keyword type="property" name="The “hadjustment” property" link="GtkScrollable.html#GtkScrollable--hadjustment"/>
|
3941
3969
|
<keyword type="property" name="The “hscroll-policy” property" link="GtkScrollable.html#GtkScrollable--hscroll-policy"/>
|
3942
3970
|
<keyword type="property" name="The “vadjustment” property" link="GtkScrollable.html#GtkScrollable--vadjustment"/>
|
3943
3971
|
<keyword type="property" name="The “vscroll-policy” property" link="GtkScrollable.html#GtkScrollable--vscroll-policy"/>
|
3944
|
-
<keyword type="" name="The high-level printing API" link="gtk3-High-level-Printing-API.html#id-1.3.17.2.14.5"/>
|
3945
3972
|
<keyword type="function" name="gtk_print_operation_new ()" link="gtk3-High-level-Printing-API.html#gtk-print-operation-new" since="2.10"/>
|
3946
3973
|
<keyword type="function" name="gtk_print_operation_set_allow_async ()" link="gtk3-High-level-Printing-API.html#gtk-print-operation-set-allow-async" since="2.10"/>
|
3947
3974
|
<keyword type="function" name="gtk_print_operation_get_error ()" link="gtk3-High-level-Printing-API.html#gtk-print-operation-get-error" since="2.10"/>
|
@@ -4172,6 +4199,7 @@
|
|
4172
4199
|
<keyword type="struct" name="GtkPageSetup" link="GtkPageSetup.html#GtkPageSetup-struct"/>
|
4173
4200
|
<keyword type="function" name="gtk_paper_size_new ()" link="GtkPaperSize.html#gtk-paper-size-new" since="2.10"/>
|
4174
4201
|
<keyword type="function" name="gtk_paper_size_new_from_ppd ()" link="GtkPaperSize.html#gtk-paper-size-new-from-ppd" since="2.10"/>
|
4202
|
+
<keyword type="function" name="gtk_paper_size_new_from_ipp ()" link="GtkPaperSize.html#gtk-paper-size-new-from-ipp" since="3.16"/>
|
4175
4203
|
<keyword type="function" name="gtk_paper_size_new_custom ()" link="GtkPaperSize.html#gtk-paper-size-new-custom" since="2.10"/>
|
4176
4204
|
<keyword type="function" name="gtk_paper_size_copy ()" link="GtkPaperSize.html#gtk-paper-size-copy" since="2.10"/>
|
4177
4205
|
<keyword type="function" name="gtk_paper_size_free ()" link="GtkPaperSize.html#gtk-paper-size-free" since="2.10"/>
|
@@ -4182,6 +4210,7 @@
|
|
4182
4210
|
<keyword type="function" name="gtk_paper_size_get_ppd_name ()" link="GtkPaperSize.html#gtk-paper-size-get-ppd-name" since="2.10"/>
|
4183
4211
|
<keyword type="function" name="gtk_paper_size_get_width ()" link="GtkPaperSize.html#gtk-paper-size-get-width" since="2.10"/>
|
4184
4212
|
<keyword type="function" name="gtk_paper_size_get_height ()" link="GtkPaperSize.html#gtk-paper-size-get-height" since="2.10"/>
|
4213
|
+
<keyword type="function" name="gtk_paper_size_is_ipp ()" link="GtkPaperSize.html#gtk-paper-size-is-ipp"/>
|
4185
4214
|
<keyword type="function" name="gtk_paper_size_is_custom ()" link="GtkPaperSize.html#gtk-paper-size-is-custom"/>
|
4186
4215
|
<keyword type="function" name="gtk_paper_size_set_size ()" link="GtkPaperSize.html#gtk-paper-size-set-size" since="2.10"/>
|
4187
4216
|
<keyword type="function" name="gtk_paper_size_get_default_top_margin ()" link="GtkPaperSize.html#gtk-paper-size-get-default-top-margin" since="2.10"/>
|
@@ -4193,6 +4222,7 @@
|
|
4193
4222
|
<keyword type="function" name="gtk_paper_size_to_key_file ()" link="GtkPaperSize.html#gtk-paper-size-to-key-file" since="2.12"/>
|
4194
4223
|
<keyword type="struct" name="GtkPaperSize" link="GtkPaperSize.html#GtkPaperSize-struct"/>
|
4195
4224
|
<keyword type="enum" name="enum GtkUnit" link="GtkPaperSize.html#GtkUnit"/>
|
4225
|
+
<keyword type="macro" name="GTK_UNIT_PIXEL" link="GtkPaperSize.html#GTK-UNIT-PIXEL:CAPS"/>
|
4196
4226
|
<keyword type="macro" name="GTK_PAPER_NAME_A3" link="GtkPaperSize.html#GTK-PAPER-NAME-A3:CAPS"/>
|
4197
4227
|
<keyword type="macro" name="GTK_PAPER_NAME_A4" link="GtkPaperSize.html#GTK-PAPER-NAME-A4:CAPS"/>
|
4198
4228
|
<keyword type="macro" name="GTK_PAPER_NAME_A5" link="GtkPaperSize.html#GTK-PAPER-NAME-A5:CAPS"/>
|
@@ -4276,7 +4306,6 @@
|
|
4276
4306
|
<keyword type="property" name="The “title” property" link="GtkPrintJob.html#GtkPrintJob--title"/>
|
4277
4307
|
<keyword type="property" name="The “track-print-status” property" link="GtkPrintJob.html#GtkPrintJob--track-print-status"/>
|
4278
4308
|
<keyword type="signal" name="The “status-changed” signal" link="GtkPrintJob.html#GtkPrintJob-status-changed"/>
|
4279
|
-
<keyword type="" name="GtkPrintUnixDialog as GtkBuildable" link="GtkPrintUnixDialog.html#id-1.3.17.9.9.7"/>
|
4280
4309
|
<keyword type="function" name="gtk_print_unix_dialog_new ()" link="GtkPrintUnixDialog.html#gtk-print-unix-dialog-new" since="2.10"/>
|
4281
4310
|
<keyword type="function" name="gtk_print_unix_dialog_set_page_setup ()" link="GtkPrintUnixDialog.html#gtk-print-unix-dialog-set-page-setup" since="2.10"/>
|
4282
4311
|
<keyword type="function" name="gtk_print_unix_dialog_get_page_setup ()" link="GtkPrintUnixDialog.html#gtk-print-unix-dialog-get-page-setup" since="2.10"/>
|
@@ -4379,6 +4408,33 @@
|
|
4379
4408
|
<keyword type="signal" name="The “prev-year” signal" link="GtkCalendar.html#GtkCalendar-prev-year"/>
|
4380
4409
|
<keyword type="function" name="gtk_drawing_area_new ()" link="GtkDrawingArea.html#gtk-drawing-area-new"/>
|
4381
4410
|
<keyword type="struct" name="struct GtkDrawingArea" link="GtkDrawingArea.html#GtkDrawingArea-struct"/>
|
4411
|
+
<keyword type="function" name="gtk_gl_area_new ()" link="GtkGLArea.html#gtk-gl-area-new" since="3.16"/>
|
4412
|
+
<keyword type="function" name="gtk_gl_area_get_context ()" link="GtkGLArea.html#gtk-gl-area-get-context" since="3.16"/>
|
4413
|
+
<keyword type="function" name="gtk_gl_area_make_current ()" link="GtkGLArea.html#gtk-gl-area-make-current" since="3.16"/>
|
4414
|
+
<keyword type="function" name="gtk_gl_area_queue_render ()" link="GtkGLArea.html#gtk-gl-area-queue-render" since="3.16"/>
|
4415
|
+
<keyword type="function" name="gtk_gl_area_attach_buffers ()" link="GtkGLArea.html#gtk-gl-area-attach-buffers" since="3.16"/>
|
4416
|
+
<keyword type="function" name="gtk_gl_area_set_error ()" link="GtkGLArea.html#gtk-gl-area-set-error" since="3.16"/>
|
4417
|
+
<keyword type="function" name="gtk_gl_area_get_error ()" link="GtkGLArea.html#gtk-gl-area-get-error" since="3.16"/>
|
4418
|
+
<keyword type="function" name="gtk_gl_area_set_has_alpha ()" link="GtkGLArea.html#gtk-gl-area-set-has-alpha" since="3.16"/>
|
4419
|
+
<keyword type="function" name="gtk_gl_area_get_has_alpha ()" link="GtkGLArea.html#gtk-gl-area-get-has-alpha" since="3.16"/>
|
4420
|
+
<keyword type="function" name="gtk_gl_area_set_has_depth_buffer ()" link="GtkGLArea.html#gtk-gl-area-set-has-depth-buffer" since="3.16"/>
|
4421
|
+
<keyword type="function" name="gtk_gl_area_get_has_depth_buffer ()" link="GtkGLArea.html#gtk-gl-area-get-has-depth-buffer" since="3.16"/>
|
4422
|
+
<keyword type="function" name="gtk_gl_area_set_has_stencil_buffer ()" link="GtkGLArea.html#gtk-gl-area-set-has-stencil-buffer" since="3.16"/>
|
4423
|
+
<keyword type="function" name="gtk_gl_area_get_has_stencil_buffer ()" link="GtkGLArea.html#gtk-gl-area-get-has-stencil-buffer" since="3.16"/>
|
4424
|
+
<keyword type="function" name="gtk_gl_area_set_auto_render ()" link="GtkGLArea.html#gtk-gl-area-set-auto-render" since="3.16"/>
|
4425
|
+
<keyword type="function" name="gtk_gl_area_get_auto_render ()" link="GtkGLArea.html#gtk-gl-area-get-auto-render" since="3.16"/>
|
4426
|
+
<keyword type="function" name="gtk_gl_area_get_required_version ()" link="GtkGLArea.html#gtk-gl-area-get-required-version" since="3.16"/>
|
4427
|
+
<keyword type="function" name="gtk_gl_area_set_required_version ()" link="GtkGLArea.html#gtk-gl-area-set-required-version" since="3.16"/>
|
4428
|
+
<keyword type="struct" name="struct GtkGLArea" link="GtkGLArea.html#GtkGLArea-struct"/>
|
4429
|
+
<keyword type="struct" name="struct GtkGLAreaClass" link="GtkGLArea.html#GtkGLAreaClass" since="3.16"/>
|
4430
|
+
<keyword type="property" name="The “auto-render” property" link="GtkGLArea.html#GtkGLArea--auto-render"/>
|
4431
|
+
<keyword type="property" name="The “context” property" link="GtkGLArea.html#GtkGLArea--context"/>
|
4432
|
+
<keyword type="property" name="The “has-alpha” property" link="GtkGLArea.html#GtkGLArea--has-alpha"/>
|
4433
|
+
<keyword type="property" name="The “has-depth-buffer” property" link="GtkGLArea.html#GtkGLArea--has-depth-buffer"/>
|
4434
|
+
<keyword type="property" name="The “has-stencil-buffer” property" link="GtkGLArea.html#GtkGLArea--has-stencil-buffer"/>
|
4435
|
+
<keyword type="signal" name="The “create-context” signal" link="GtkGLArea.html#GtkGLArea-create-context"/>
|
4436
|
+
<keyword type="signal" name="The “render” signal" link="GtkGLArea.html#GtkGLArea-render"/>
|
4437
|
+
<keyword type="signal" name="The “resize” signal" link="GtkGLArea.html#GtkGLArea-resize"/>
|
4382
4438
|
<keyword type="function" name="gtk_event_box_new ()" link="GtkEventBox.html#gtk-event-box-new"/>
|
4383
4439
|
<keyword type="function" name="gtk_event_box_set_above_child ()" link="GtkEventBox.html#gtk-event-box-set-above-child" since="2.4"/>
|
4384
4440
|
<keyword type="function" name="gtk_event_box_get_above_child ()" link="GtkEventBox.html#gtk-event-box-get-above-child" since="2.4"/>
|
@@ -4414,7 +4470,6 @@
|
|
4414
4470
|
<keyword type="function" name="gtk_im_multicontext_get_context_id ()" link="GtkIMMulticontext.html#gtk-im-multicontext-get-context-id" since="2.16"/>
|
4415
4471
|
<keyword type="function" name="gtk_im_multicontext_set_context_id ()" link="GtkIMMulticontext.html#gtk-im-multicontext-set-context-id" since="2.16"/>
|
4416
4472
|
<keyword type="struct" name="struct GtkIMMulticontext" link="GtkIMMulticontext.html#GtkIMMulticontext-struct"/>
|
4417
|
-
<keyword type="" name="GtkSizeGroup as GtkBuildable" link="GtkSizeGroup.html#id-1.3.18.9.9.9"/>
|
4418
4473
|
<keyword type="function" name="gtk_size_group_new ()" link="GtkSizeGroup.html#gtk-size-group-new"/>
|
4419
4474
|
<keyword type="function" name="gtk_size_group_set_mode ()" link="GtkSizeGroup.html#gtk-size-group-set-mode"/>
|
4420
4475
|
<keyword type="function" name="gtk_size_group_get_mode ()" link="GtkSizeGroup.html#gtk-size-group-get-mode"/>
|
@@ -4454,10 +4509,6 @@
|
|
4454
4509
|
<keyword type="function" name="gtk_accessible_set_widget ()" link="GtkAccessible.html#gtk-accessible-set-widget" since="2.22"/>
|
4455
4510
|
<keyword type="struct" name="struct GtkAccessible" link="GtkAccessible.html#GtkAccessible-struct"/>
|
4456
4511
|
<keyword type="property" name="The “widget” property" link="GtkAccessible.html#GtkAccessible--widget"/>
|
4457
|
-
<keyword type="" name="Height-for-width Geometry Management" link="GtkWidget.html#geometry-management"/>
|
4458
|
-
<keyword type="" name="Style Properties" link="GtkWidget.html#id-1.3.19.2.13.4"/>
|
4459
|
-
<keyword type="" name="GtkWidget as GtkBuildable" link="GtkWidget.html#id-1.3.19.2.13.5"/>
|
4460
|
-
<keyword type="" name="Building composite widgets from template XML" link="GtkWidget.html#id-1.3.19.2.13.6"/>
|
4461
4512
|
<keyword type="function" name="GtkCallback ()" link="GtkWidget.html#GtkCallback"/>
|
4462
4513
|
<keyword type="function" name="gtk_widget_new ()" link="GtkWidget.html#gtk-widget-new"/>
|
4463
4514
|
<keyword type="function" name="gtk_widget_destroy ()" link="GtkWidget.html#gtk-widget-destroy"/>
|
@@ -4534,11 +4585,11 @@
|
|
4534
4585
|
<keyword type="function" name="gtk_widget_path ()" link="GtkWidget.html#gtk-widget-path" deprecated="3.0: Use gtk_widget_get_path() instead"/>
|
4535
4586
|
<keyword type="function" name="gtk_widget_class_path ()" link="GtkWidget.html#gtk-widget-class-path" deprecated="3.0: Use gtk_widget_get_path() instead"/>
|
4536
4587
|
<keyword type="function" name="gtk_widget_get_composite_name ()" link="GtkWidget.html#gtk-widget-get-composite-name" deprecated="3.10: Use gtk_widget_class_set_template(), or don’t use this API at all."/>
|
4537
|
-
<keyword type="function" name="gtk_widget_override_background_color ()" link="GtkWidget.html#gtk-widget-override-background-color" since="3.0"/>
|
4538
|
-
<keyword type="function" name="gtk_widget_override_color ()" link="GtkWidget.html#gtk-widget-override-color" since="3.0"/>
|
4539
|
-
<keyword type="function" name="gtk_widget_override_font ()" link="GtkWidget.html#gtk-widget-override-font" since="3.0"/>
|
4540
|
-
<keyword type="function" name="gtk_widget_override_symbolic_color ()" link="GtkWidget.html#gtk-widget-override-symbolic-color" since="3.0"/>
|
4541
|
-
<keyword type="function" name="gtk_widget_override_cursor ()" link="GtkWidget.html#gtk-widget-override-cursor" since="3.0"/>
|
4588
|
+
<keyword type="function" name="gtk_widget_override_background_color ()" link="GtkWidget.html#gtk-widget-override-background-color" deprecated="" since="3.0"/>
|
4589
|
+
<keyword type="function" name="gtk_widget_override_color ()" link="GtkWidget.html#gtk-widget-override-color" deprecated="3.16: Use a custom style provider and style classes instead" since="3.0"/>
|
4590
|
+
<keyword type="function" name="gtk_widget_override_font ()" link="GtkWidget.html#gtk-widget-override-font" deprecated="" since="3.0"/>
|
4591
|
+
<keyword type="function" name="gtk_widget_override_symbolic_color ()" link="GtkWidget.html#gtk-widget-override-symbolic-color" deprecated="" since="3.0"/>
|
4592
|
+
<keyword type="function" name="gtk_widget_override_cursor ()" link="GtkWidget.html#gtk-widget-override-cursor" deprecated="" since="3.0"/>
|
4542
4593
|
<keyword type="function" name="gtk_widget_modify_style ()" link="GtkWidget.html#gtk-widget-modify-style" deprecated="3.0: Use #GtkStyleContext with a custom #GtkStyleProvider instead"/>
|
4543
4594
|
<keyword type="function" name="gtk_widget_get_modifier_style ()" link="GtkWidget.html#gtk-widget-get-modifier-style" deprecated="3.0: Use #GtkStyleContext with a custom #GtkStyleProvider instead"/>
|
4544
4595
|
<keyword type="function" name="gtk_widget_modify_fg ()" link="GtkWidget.html#gtk-widget-modify-fg" deprecated="3.0: Use gtk_widget_override_color() instead"/>
|
@@ -4658,6 +4709,8 @@
|
|
4658
4709
|
<keyword type="function" name="gtk_widget_insert_action_group ()" link="GtkWidget.html#gtk-widget-insert-action-group" since="3.6"/>
|
4659
4710
|
<keyword type="function" name="gtk_widget_get_opacity ()" link="GtkWidget.html#gtk-widget-get-opacity" since="3.8"/>
|
4660
4711
|
<keyword type="function" name="gtk_widget_set_opacity ()" link="GtkWidget.html#gtk-widget-set-opacity" since="3.8"/>
|
4712
|
+
<keyword type="function" name="gtk_widget_list_action_prefixes ()" link="GtkWidget.html#gtk-widget-list-action-prefixes" since="3.16"/>
|
4713
|
+
<keyword type="function" name="gtk_widget_get_action_group ()" link="GtkWidget.html#gtk-widget-get-action-group" since="3.16"/>
|
4661
4714
|
<keyword type="function" name="gtk_widget_get_path ()" link="GtkWidget.html#gtk-widget-get-path"/>
|
4662
4715
|
<keyword type="function" name="gtk_widget_get_style_context ()" link="GtkWidget.html#gtk-widget-get-style-context"/>
|
4663
4716
|
<keyword type="function" name="gtk_widget_reset_style ()" link="GtkWidget.html#gtk-widget-reset-style" since="3.0"/>
|
@@ -4846,9 +4899,6 @@
|
|
4846
4899
|
<keyword type="signal" name="The “unrealize” signal" link="GtkWidget.html#GtkWidget-unrealize"/>
|
4847
4900
|
<keyword type="signal" name="The “visibility-notify-event” signal" link="GtkWidget.html#GtkWidget-visibility-notify-event"/>
|
4848
4901
|
<keyword type="signal" name="The “window-state-event” signal" link="GtkWidget.html#GtkWidget-window-state-event"/>
|
4849
|
-
<keyword type="" name="Height for width geometry management" link="GtkContainer.html#id-1.3.19.3.10.6"/>
|
4850
|
-
<keyword type="" name="Child properties" link="GtkContainer.html#id-1.3.19.3.10.7"/>
|
4851
|
-
<keyword type="" name="GtkContainer as GtkBuildable" link="GtkContainer.html#id-1.3.19.3.10.8"/>
|
4852
4902
|
<keyword type="macro" name="GTK_IS_RESIZE_CONTAINER()" link="GtkContainer.html#GTK-IS-RESIZE-CONTAINER:CAPS"/>
|
4853
4903
|
<keyword type="macro" name="GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID()" link="GtkContainer.html#GTK-CONTAINER-WARN-INVALID-CHILD-PROPERTY-ID:CAPS"/>
|
4854
4904
|
<keyword type="function" name="gtk_container_add ()" link="GtkContainer.html#gtk-container-add"/>
|
@@ -4900,7 +4950,6 @@
|
|
4900
4950
|
<keyword type="function" name="gtk_bin_get_child ()" link="GtkBin.html#gtk-bin-get-child"/>
|
4901
4951
|
<keyword type="struct" name="struct GtkBin" link="GtkBin.html#GtkBin-struct"/>
|
4902
4952
|
<keyword type="struct" name="struct GtkBinClass" link="GtkBin.html#GtkBinClass"/>
|
4903
|
-
<keyword type="" name="Terminology" link="GtkMenuShell.html#id-1.3.19.5.10.4"/>
|
4904
4953
|
<keyword type="function" name="gtk_menu_shell_append ()" link="GtkMenuShell.html#gtk-menu-shell-append"/>
|
4905
4954
|
<keyword type="function" name="gtk_menu_shell_prepend ()" link="GtkMenuShell.html#gtk-menu-shell-prepend"/>
|
4906
4955
|
<keyword type="function" name="gtk_menu_shell_insert ()" link="GtkMenuShell.html#gtk-menu-shell-insert"/>
|
@@ -5248,6 +5297,7 @@
|
|
5248
5297
|
<keyword type="signal" name="The “drag-update” signal" link="GtkGestureDrag.html#GtkGestureDrag-drag-update"/>
|
5249
5298
|
<keyword type="function" name="gtk_gesture_long_press_new ()" link="GtkGestureLongPress.html#gtk-gesture-long-press-new" since="3.14"/>
|
5250
5299
|
<keyword type="struct" name="GtkGestureLongPress" link="GtkGestureLongPress.html#GtkGestureLongPress-struct"/>
|
5300
|
+
<keyword type="property" name="The “delay-factor” property" link="GtkGestureLongPress.html#GtkGestureLongPress--delay-factor"/>
|
5251
5301
|
<keyword type="signal" name="The “cancelled” signal" link="GtkGestureLongPress.html#GtkGestureLongPress-cancelled"/>
|
5252
5302
|
<keyword type="signal" name="The “pressed” signal" link="GtkGestureLongPress.html#GtkGestureLongPress-pressed"/>
|
5253
5303
|
<keyword type="function" name="gtk_gesture_multi_press_new ()" link="GtkGestureMultiPress.html#gtk-gesture-multi-press-new" since="3.14"/>
|
@@ -5296,14 +5346,6 @@
|
|
5296
5346
|
<keyword type="function" name="gtk_gradient_resolve_for_context ()" link="gtk3-GtkGradient.html#gtk-gradient-resolve-for-context" deprecated=""/>
|
5297
5347
|
<keyword type="function" name="gtk_gradient_to_string ()" link="gtk3-GtkGradient.html#gtk-gradient-to-string" deprecated="3.8: #GtkGradient is deprecated."/>
|
5298
5348
|
<keyword type="struct" name="GtkGradient" link="gtk3-GtkGradient.html#GtkGradient"/>
|
5299
|
-
<keyword type="" name="Default Files" link="gtk3-Resource-Files.html#id-1.3.24.4.8.4"/>
|
5300
|
-
<keyword type="" name="Locale Specific Files" link="gtk3-Resource-Files.html#locale-specific-rc"/>
|
5301
|
-
<keyword type="" name="Pathnames and Patterns" link="gtk3-Resource-Files.html#id-1.3.24.4.8.6"/>
|
5302
|
-
<keyword type="" name="Theme gtkrc Files" link="gtk3-Resource-Files.html#id-1.3.24.4.8.7"/>
|
5303
|
-
<keyword type="" name="Optimizing RC Style Matches" link="gtk3-Resource-Files.html#id-1.3.24.4.8.8"/>
|
5304
|
-
<keyword type="" name="Toplevel Declarations" link="gtk3-Resource-Files.html#id-1.3.24.4.8.9"/>
|
5305
|
-
<keyword type="" name="Styles" link="gtk3-Resource-Files.html#id-1.3.24.4.8.10"/>
|
5306
|
-
<keyword type="" name="Key bindings" link="gtk3-Resource-Files.html#id-1.3.24.4.8.11"/>
|
5307
5349
|
<keyword type="function" name="gtk_rc_scanner_new ()" link="gtk3-Resource-Files.html#gtk-rc-scanner-new" deprecated="3.0: Use #GtkCssProvider instead"/>
|
5308
5350
|
<keyword type="function" name="gtk_rc_get_style ()" link="gtk3-Resource-Files.html#gtk-rc-get-style" deprecated="3.0: Use #GtkStyleContext instead"/>
|
5309
5351
|
<keyword type="function" name="gtk_rc_get_style_by_paths ()" link="gtk3-Resource-Files.html#gtk-rc-get-style-by-paths" deprecated="3.0: Use #GtkStyleContext instead"/>
|
@@ -5416,7 +5458,6 @@
|
|
5416
5458
|
<keyword type="property" name="The “has-opacity-control” property" link="GtkColorSelection.html#GtkColorSelection--has-opacity-control"/>
|
5417
5459
|
<keyword type="property" name="The “has-palette” property" link="GtkColorSelection.html#GtkColorSelection--has-palette"/>
|
5418
5460
|
<keyword type="signal" name="The “color-changed” signal" link="GtkColorSelection.html#GtkColorSelection-color-changed"/>
|
5419
|
-
<keyword type="" name="GtkColorSelectionDialog as GtkBuildable" link="GtkColorSelectionDialog.html#GtkColorSelectionDialog-BUILDER-UI"/>
|
5420
5461
|
<keyword type="function" name="gtk_color_selection_dialog_new ()" link="GtkColorSelectionDialog.html#gtk-color-selection-dialog-new" deprecated=""/>
|
5421
5462
|
<keyword type="function" name="gtk_color_selection_dialog_get_color_selection ()" link="GtkColorSelectionDialog.html#gtk-color-selection-dialog-get-color-selection" deprecated="" since="2.14"/>
|
5422
5463
|
<keyword type="struct" name="struct GtkColorSelectionDialog" link="GtkColorSelectionDialog.html#GtkColorSelectionDialog-struct"/>
|
@@ -5451,7 +5492,6 @@
|
|
5451
5492
|
<keyword type="struct" name="struct GtkFontSelection" link="GtkFontSelection.html#GtkFontSelection-struct"/>
|
5452
5493
|
<keyword type="property" name="The “font-name” property" link="GtkFontSelection.html#GtkFontSelection--font-name"/>
|
5453
5494
|
<keyword type="property" name="The “preview-text” property" link="GtkFontSelection.html#GtkFontSelection--preview-text"/>
|
5454
|
-
<keyword type="" name="GtkFontSelectionDialog as GtkBuildable" link="GtkFontSelectionDialog.html#GtkFontSelectionDialog-BUILDER-UI"/>
|
5455
5495
|
<keyword type="function" name="gtk_font_selection_dialog_new ()" link="GtkFontSelectionDialog.html#gtk-font-selection-dialog-new" deprecated="3.2: Use #GtkFontChooserDialog"/>
|
5456
5496
|
<keyword type="function" name="gtk_font_selection_dialog_get_font_name ()" link="GtkFontSelectionDialog.html#gtk-font-selection-dialog-get-font-name" deprecated="3.2: Use #GtkFontChooserDialog"/>
|
5457
5497
|
<keyword type="function" name="gtk_font_selection_dialog_set_font_name ()" link="GtkFontSelectionDialog.html#gtk-font-selection-dialog-set-font-name" deprecated="3.2: Use #GtkFontChooserDialog"/>
|
@@ -5511,13 +5551,6 @@
|
|
5511
5551
|
<keyword type="struct" name="struct GtkHScrollbar" link="GtkHScrollbar.html#GtkHScrollbar-struct"/>
|
5512
5552
|
<keyword type="function" name="gtk_vscrollbar_new ()" link="GtkVScrollbar.html#gtk-vscrollbar-new" deprecated="3.2: Use gtk_scrollbar_new() with %GTK_ORIENTATION_VERTICAL instead"/>
|
5513
5553
|
<keyword type="struct" name="struct GtkVScrollbar" link="GtkVScrollbar.html#GtkVScrollbar-struct"/>
|
5514
|
-
<keyword type="" name="UI Definitions" link="GtkUIManager.html#XML-UI"/>
|
5515
|
-
<keyword type="" name="A UI definition" link="GtkUIManager.html#id-1.3.24.25.10.4"/>
|
5516
|
-
<keyword type="" name="UI Merging" link="GtkUIManager.html#UI-Merging"/>
|
5517
|
-
<keyword type="" name="Accelerators" link="GtkUIManager.html#id-1.3.24.25.10.6"/>
|
5518
|
-
<keyword type="" name="Smart Separators" link="GtkUIManager.html#Smart-Separators"/>
|
5519
|
-
<keyword type="" name="Empty Menus" link="GtkUIManager.html#id-1.3.24.25.10.8"/>
|
5520
|
-
<keyword type="" name="GtkUIManager as GtkBuildable" link="GtkUIManager.html#GtkUIManager-BUILDER-UI"/>
|
5521
5554
|
<keyword type="function" name="gtk_ui_manager_new ()" link="GtkUIManager.html#gtk-ui-manager-new" deprecated="3.10" since="2.4"/>
|
5522
5555
|
<keyword type="function" name="gtk_ui_manager_set_add_tearoffs ()" link="GtkUIManager.html#gtk-ui-manager-set-add-tearoffs" deprecated="" since="2.4"/>
|
5523
5556
|
<keyword type="function" name="gtk_ui_manager_get_add_tearoffs ()" link="GtkUIManager.html#gtk-ui-manager-get-add-tearoffs" deprecated="" since="2.4"/>
|
@@ -5546,7 +5579,6 @@
|
|
5546
5579
|
<keyword type="signal" name="The “disconnect-proxy” signal" link="GtkUIManager.html#GtkUIManager-disconnect-proxy"/>
|
5547
5580
|
<keyword type="signal" name="The “post-activate” signal" link="GtkUIManager.html#GtkUIManager-post-activate"/>
|
5548
5581
|
<keyword type="signal" name="The “pre-activate” signal" link="GtkUIManager.html#GtkUIManager-pre-activate"/>
|
5549
|
-
<keyword type="" name="GtkActionGroup as GtkBuildable" link="GtkActionGroup.html#GtkActionGroup-BUILDER-UI"/>
|
5550
5582
|
<keyword type="function" name="gtk_action_group_new ()" link="GtkActionGroup.html#gtk-action-group-new" deprecated="3.10" since="2.4"/>
|
5551
5583
|
<keyword type="function" name="gtk_action_group_get_name ()" link="GtkActionGroup.html#gtk-action-group-get-name" deprecated="3.10" since="2.4"/>
|
5552
5584
|
<keyword type="function" name="gtk_action_group_get_sensitive ()" link="GtkActionGroup.html#gtk-action-group-get-sensitive" deprecated="3.10" since="2.4"/>
|
@@ -5671,7 +5703,6 @@
|
|
5671
5703
|
<keyword type="function" name="gtk_recent_action_set_show_numbers ()" link="GtkRecentAction.html#gtk-recent-action-set-show-numbers" deprecated="3.10" since="2.12"/>
|
5672
5704
|
<keyword type="struct" name="struct GtkRecentAction" link="GtkRecentAction.html#GtkRecentAction-struct"/>
|
5673
5705
|
<keyword type="property" name="The “show-numbers” property" link="GtkRecentAction.html#GtkRecentAction--show-numbers"/>
|
5674
|
-
<keyword type="" name="Implementing GtkActivatable" link="GtkActivatable.html#id-1.3.24.31.10.3"/>
|
5675
5706
|
<keyword type="function" name="gtk_activatable_do_set_related_action ()" link="GtkActivatable.html#gtk-activatable-do-set-related-action" deprecated="3.10" since="2.16"/>
|
5676
5707
|
<keyword type="function" name="gtk_activatable_get_related_action ()" link="GtkActivatable.html#gtk-activatable-get-related-action" deprecated="3.10" since="2.16"/>
|
5677
5708
|
<keyword type="function" name="gtk_activatable_get_use_action_appearance ()" link="GtkActivatable.html#gtk-activatable-get-use-action-appearance" deprecated="3.10" since="2.16"/>
|
@@ -5685,7 +5716,7 @@
|
|
5685
5716
|
<keyword type="function" name="gtk_image_menu_item_set_image ()" link="GtkImageMenuItem.html#gtk-image-menu-item-set-image" deprecated="3.10"/>
|
5686
5717
|
<keyword type="function" name="gtk_image_menu_item_get_image ()" link="GtkImageMenuItem.html#gtk-image-menu-item-get-image" deprecated="3.10"/>
|
5687
5718
|
<keyword type="function" name="gtk_image_menu_item_new ()" link="GtkImageMenuItem.html#gtk-image-menu-item-new" deprecated="3.10: Use gtk_menu_item_new() instead."/>
|
5688
|
-
<keyword type="function" name="gtk_image_menu_item_new_from_stock ()" link="GtkImageMenuItem.html#gtk-image-menu-item-new-from-stock" deprecated="3.10: Use
|
5719
|
+
<keyword type="function" name="gtk_image_menu_item_new_from_stock ()" link="GtkImageMenuItem.html#gtk-image-menu-item-new-from-stock" deprecated="3.10: Use gtk_menu_item_new_with_mnemonic() instead."/>
|
5689
5720
|
<keyword type="function" name="gtk_image_menu_item_new_with_label ()" link="GtkImageMenuItem.html#gtk-image-menu-item-new-with-label" deprecated="3.10: Use gtk_menu_item_new_with_label() instead."/>
|
5690
5721
|
<keyword type="function" name="gtk_image_menu_item_new_with_mnemonic ()" link="GtkImageMenuItem.html#gtk-image-menu-item-new-with-mnemonic" deprecated="3.10: Use gtk_menu_item_new_with_mnemonic() instead."/>
|
5691
5722
|
<keyword type="function" name="gtk_image_menu_item_get_use_stock ()" link="GtkImageMenuItem.html#gtk-image-menu-item-get-use-stock" deprecated="3.10" since="2.16"/>
|
@@ -5699,7 +5730,7 @@
|
|
5699
5730
|
<keyword type="property" name="The “always-show-image” property" link="GtkImageMenuItem.html#GtkImageMenuItem--always-show-image"/>
|
5700
5731
|
<keyword type="property" name="The “image” property" link="GtkImageMenuItem.html#GtkImageMenuItem--image"/>
|
5701
5732
|
<keyword type="property" name="The “use-stock” property" link="GtkImageMenuItem.html#GtkImageMenuItem--use-stock"/>
|
5702
|
-
<keyword type="function" name="gtk_misc_set_alignment ()" link="GtkMisc.html#gtk-misc-set-alignment" deprecated="3.14: Use #GtkWidget alignment and margin properties."/>
|
5733
|
+
<keyword type="function" name="gtk_misc_set_alignment ()" link="GtkMisc.html#gtk-misc-set-alignment" deprecated="3.14: Use #GtkWidget's alignment (#GtkWidget:halign and #GtkWidget:valign) and margin properties or #GtkLabel's #GtkLabel:xalign and #GtkLabel:yalign properties."/>
|
5703
5734
|
<keyword type="function" name="gtk_misc_set_padding ()" link="GtkMisc.html#gtk-misc-set-padding" deprecated="3.14: Use #GtkWidget alignment and margin properties."/>
|
5704
5735
|
<keyword type="function" name="gtk_misc_get_alignment ()" link="GtkMisc.html#gtk-misc-get-alignment" deprecated="3.14: Use #GtkWidget alignment and margin properties."/>
|
5705
5736
|
<keyword type="function" name="gtk_misc_get_padding ()" link="GtkMisc.html#gtk-misc-get-padding" deprecated="3.14: Use #GtkWidget alignment and margin properties."/>
|
@@ -5727,9 +5758,9 @@
|
|
5727
5758
|
<keyword type="macro" name="GTK_STOCK_COLOR_PICKER" link="gtk3-Stock-Items.html#GTK-STOCK-COLOR-PICKER:CAPS" deprecated="3.10" since="2.2"/>
|
5728
5759
|
<keyword type="macro" name="GTK_STOCK_CONVERT" link="gtk3-Stock-Items.html#GTK-STOCK-CONVERT:CAPS" deprecated="3.10"/>
|
5729
5760
|
<keyword type="macro" name="GTK_STOCK_CONNECT" link="gtk3-Stock-Items.html#GTK-STOCK-CONNECT:CAPS" deprecated="3.10" since="2.6"/>
|
5730
|
-
<keyword type="macro" name="GTK_STOCK_COPY" link="gtk3-Stock-Items.html#GTK-STOCK-COPY:CAPS" deprecated="3.10:
|
5731
|
-
<keyword type="macro" name="GTK_STOCK_CUT" link="gtk3-Stock-Items.html#GTK-STOCK-CUT:CAPS" deprecated="3.10:
|
5732
|
-
<keyword type="macro" name="GTK_STOCK_DELETE" link="gtk3-Stock-Items.html#GTK-STOCK-DELETE:CAPS" deprecated="3.10:
|
5761
|
+
<keyword type="macro" name="GTK_STOCK_COPY" link="gtk3-Stock-Items.html#GTK-STOCK-COPY:CAPS" deprecated="3.10: Use the named icon "edit-copy" or the label "_Copy"."/>
|
5762
|
+
<keyword type="macro" name="GTK_STOCK_CUT" link="gtk3-Stock-Items.html#GTK-STOCK-CUT:CAPS" deprecated="3.10: Use the named icon "edit-cut" or the label "Cu_t"."/>
|
5763
|
+
<keyword type="macro" name="GTK_STOCK_DELETE" link="gtk3-Stock-Items.html#GTK-STOCK-DELETE:CAPS" deprecated="3.10: Use the named icon "edit-delete" or the label "_Delete"."/>
|
5733
5764
|
<keyword type="macro" name="GTK_STOCK_DIALOG_AUTHENTICATION" link="gtk3-Stock-Items.html#GTK-STOCK-DIALOG-AUTHENTICATION:CAPS" deprecated="3.10: Use named icon "dialog-password"." since="2.4"/>
|
5734
5765
|
<keyword type="macro" name="GTK_STOCK_DIALOG_ERROR" link="gtk3-Stock-Items.html#GTK-STOCK-DIALOG-ERROR:CAPS" deprecated="3.10: Use named icon "dialog-error"."/>
|
5735
5766
|
<keyword type="macro" name="GTK_STOCK_DIALOG_INFO" link="gtk3-Stock-Items.html#GTK-STOCK-DIALOG-INFO:CAPS" deprecated="3.10: Use named icon "dialog-information"."/>
|
@@ -5787,7 +5818,7 @@
|
|
5787
5818
|
<keyword type="macro" name="GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE" link="gtk3-Stock-Items.html#GTK-STOCK-ORIENTATION-REVERSE-LANDSCAPE:CAPS" deprecated="3.10" since="2.10"/>
|
5788
5819
|
<keyword type="macro" name="GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT" link="gtk3-Stock-Items.html#GTK-STOCK-ORIENTATION-REVERSE-PORTRAIT:CAPS" deprecated="3.10" since="2.10"/>
|
5789
5820
|
<keyword type="macro" name="GTK_STOCK_PAGE_SETUP" link="gtk3-Stock-Items.html#GTK-STOCK-PAGE-SETUP:CAPS" deprecated="3.10: Use named icon "document-page-setup" or the label "Page Set_up"." since="2.14"/>
|
5790
|
-
<keyword type="macro" name="GTK_STOCK_PASTE" link="gtk3-Stock-Items.html#GTK-STOCK-PASTE:CAPS" deprecated="3.10:
|
5821
|
+
<keyword type="macro" name="GTK_STOCK_PASTE" link="gtk3-Stock-Items.html#GTK-STOCK-PASTE:CAPS" deprecated="3.10: Use named icon "edit-paste" or the label "_Paste"."/>
|
5791
5822
|
<keyword type="macro" name="GTK_STOCK_PREFERENCES" link="gtk3-Stock-Items.html#GTK-STOCK-PREFERENCES:CAPS" deprecated="3.10: Use named icon "preferences-system" or the label "_Preferences"."/>
|
5792
5823
|
<keyword type="macro" name="GTK_STOCK_PRINT" link="gtk3-Stock-Items.html#GTK-STOCK-PRINT:CAPS" deprecated="3.10: Use named icon "document-print" or the label "_Print"."/>
|
5793
5824
|
<keyword type="macro" name="GTK_STOCK_PRINT_ERROR" link="gtk3-Stock-Items.html#GTK-STOCK-PRINT-ERROR:CAPS" deprecated="3.10: Use named icon "printer-error"." since="2.14"/>
|
@@ -5821,7 +5852,6 @@
|
|
5821
5852
|
<keyword type="macro" name="GTK_STOCK_ZOOM_IN" link="gtk3-Stock-Items.html#GTK-STOCK-ZOOM-IN:CAPS" deprecated="3.10: Use named icon "zoom-in" or the label "Zoom _In"."/>
|
5822
5853
|
<keyword type="macro" name="GTK_STOCK_ZOOM_OUT" link="gtk3-Stock-Items.html#GTK-STOCK-ZOOM-OUT:CAPS" deprecated="3.10: Use named icon "zoom-out" or the label "Zoom _Out"."/>
|
5823
5854
|
<keyword type="struct" name="struct GtkStockItem" link="gtk3-Stock-Items.html#GtkStockItem" deprecated="3.10"/>
|
5824
|
-
<keyword type="" name="GtkIconFactory as GtkBuildable" link="gtk3-Themeable-Stock-Images.html#GtkIconFactory-BUILDER-UI"/>
|
5825
5855
|
<keyword type="function" name="gtk_icon_source_copy ()" link="gtk3-Themeable-Stock-Images.html#gtk-icon-source-copy" deprecated="3.10: Use #GtkIconTheme instead."/>
|
5826
5856
|
<keyword type="function" name="gtk_icon_source_free ()" link="gtk3-Themeable-Stock-Images.html#gtk-icon-source-free" deprecated="3.10: Use #GtkIconTheme instead."/>
|
5827
5857
|
<keyword type="function" name="gtk_icon_factory_add ()" link="gtk3-Themeable-Stock-Images.html#gtk-icon-factory-add" deprecated="3.10: Use #GtkIconTheme instead."/>
|
@@ -6038,6 +6068,11 @@
|
|
6038
6068
|
<keyword type="macro" name="GTK_BINARY_AGE" link="gtk3-Feature-Test-Macros.html#GTK-BINARY-AGE:CAPS"/>
|
6039
6069
|
<keyword type="macro" name="GTK_INTERFACE_AGE" link="gtk3-Feature-Test-Macros.html#GTK-INTERFACE-AGE:CAPS"/>
|
6040
6070
|
<keyword type="macro" name="GTK_CHECK_VERSION()" link="gtk3-Feature-Test-Macros.html#GTK-CHECK-VERSION:CAPS"/>
|
6071
|
+
<keyword type="macro" name="gtk_major_version" link="gtk3-Feature-Test-Macros.html#gtk-major-version"/>
|
6072
|
+
<keyword type="macro" name="gtk_minor_version" link="gtk3-Feature-Test-Macros.html#gtk-minor-version"/>
|
6073
|
+
<keyword type="macro" name="gtk_micro_version" link="gtk3-Feature-Test-Macros.html#gtk-micro-version"/>
|
6074
|
+
<keyword type="macro" name="gtk_binary_age" link="gtk3-Feature-Test-Macros.html#gtk-binary-age"/>
|
6075
|
+
<keyword type="macro" name="gtk_interface_age" link="gtk3-Feature-Test-Macros.html#gtk-interface-age"/>
|
6041
6076
|
<keyword type="function" name="gtk_accel_group_new ()" link="gtk3-Keyboard-Accelerators.html#gtk-accel-group-new"/>
|
6042
6077
|
<keyword type="function" name="gtk_accel_group_connect ()" link="gtk3-Keyboard-Accelerators.html#gtk-accel-group-connect"/>
|
6043
6078
|
<keyword type="function" name="gtk_accel_group_connect_by_path ()" link="gtk3-Keyboard-Accelerators.html#gtk-accel-group-connect-by-path"/>
|
@@ -6071,9 +6106,6 @@
|
|
6071
6106
|
<keyword type="property" name="The “modifier-mask” property" link="gtk3-Keyboard-Accelerators.html#GtkAccelGroup--modifier-mask"/>
|
6072
6107
|
<keyword type="signal" name="The “accel-activate” signal" link="gtk3-Keyboard-Accelerators.html#GtkAccelGroup-accel-activate"/>
|
6073
6108
|
<keyword type="signal" name="The “accel-changed” signal" link="gtk3-Keyboard-Accelerators.html#GtkAccelGroup-accel-changed"/>
|
6074
|
-
<keyword type="" name="Manipulating accelerators" link="gtk3-Accelerator-Maps.html#id-1.4.5.9.7"/>
|
6075
|
-
<keyword type="" name="Saving and loading accelerator maps" link="gtk3-Accelerator-Maps.html#id-1.4.5.9.8"/>
|
6076
|
-
<keyword type="" name="Monitoring changes" link="gtk3-Accelerator-Maps.html#id-1.4.5.9.9"/>
|
6077
6109
|
<keyword type="function" name="GtkAccelMapForeach ()" link="gtk3-Accelerator-Maps.html#GtkAccelMapForeach"/>
|
6078
6110
|
<keyword type="function" name="gtk_accel_map_add_entry ()" link="gtk3-Accelerator-Maps.html#gtk-accel-map-add-entry"/>
|
6079
6111
|
<keyword type="function" name="gtk_accel_map_lookup_entry ()" link="gtk3-Accelerator-Maps.html#gtk-accel-map-lookup-entry"/>
|
@@ -6102,6 +6134,7 @@
|
|
6102
6134
|
<keyword type="function" name="gtk_clipboard_get ()" link="gtk3-Clipboards.html#gtk-clipboard-get"/>
|
6103
6135
|
<keyword type="function" name="gtk_clipboard_get_for_display ()" link="gtk3-Clipboards.html#gtk-clipboard-get-for-display" since="2.2"/>
|
6104
6136
|
<keyword type="function" name="gtk_clipboard_get_display ()" link="gtk3-Clipboards.html#gtk-clipboard-get-display" since="2.2"/>
|
6137
|
+
<keyword type="function" name="gtk_clipboard_get_default ()" link="gtk3-Clipboards.html#gtk-clipboard-get-default" since="3.16"/>
|
6105
6138
|
<keyword type="function" name="gtk_clipboard_set_with_data ()" link="gtk3-Clipboards.html#gtk-clipboard-set-with-data"/>
|
6106
6139
|
<keyword type="function" name="gtk_clipboard_set_with_owner ()" link="gtk3-Clipboards.html#gtk-clipboard-set-with-owner"/>
|
6107
6140
|
<keyword type="function" name="gtk_clipboard_get_owner ()" link="gtk3-Clipboards.html#gtk-clipboard-get-owner"/>
|
@@ -6147,6 +6180,7 @@
|
|
6147
6180
|
<keyword type="function" name="gtk_drag_unhighlight ()" link="gtk3-Drag-and-Drop.html#gtk-drag-unhighlight"/>
|
6148
6181
|
<keyword type="function" name="gtk_drag_begin ()" link="gtk3-Drag-and-Drop.html#gtk-drag-begin" deprecated="3.10: Use gtk_drag_begin_with_coordinates() instead"/>
|
6149
6182
|
<keyword type="function" name="gtk_drag_begin_with_coordinates ()" link="gtk3-Drag-and-Drop.html#gtk-drag-begin-with-coordinates" since="3.10"/>
|
6183
|
+
<keyword type="function" name="gtk_drag_cancel ()" link="gtk3-Drag-and-Drop.html#gtk-drag-cancel" since="3.16"/>
|
6150
6184
|
<keyword type="function" name="gtk_drag_set_icon_widget ()" link="gtk3-Drag-and-Drop.html#gtk-drag-set-icon-widget"/>
|
6151
6185
|
<keyword type="function" name="gtk_drag_set_icon_pixbuf ()" link="gtk3-Drag-and-Drop.html#gtk-drag-set-icon-pixbuf"/>
|
6152
6186
|
<keyword type="function" name="gtk_drag_set_icon_stock ()" link="gtk3-Drag-and-Drop.html#gtk-drag-set-icon-stock" deprecated="3.10: Use gtk_drag_set_icon_name() instead."/>
|
@@ -6171,17 +6205,17 @@
|
|
6171
6205
|
<keyword type="enum" name="enum GtkDragResult" link="gtk3-Drag-and-Drop.html#GtkDragResult"/>
|
6172
6206
|
<keyword type="function" name="gtk_settings_get_default ()" link="GtkSettings.html#gtk-settings-get-default"/>
|
6173
6207
|
<keyword type="function" name="gtk_settings_get_for_screen ()" link="GtkSettings.html#gtk-settings-get-for-screen" since="2.2"/>
|
6174
|
-
<keyword type="function" name="gtk_settings_install_property ()" link="GtkSettings.html#gtk-settings-install-property"/>
|
6175
|
-
<keyword type="function" name="gtk_settings_install_property_parser ()" link="GtkSettings.html#gtk-settings-install-property-parser"/>
|
6208
|
+
<keyword type="function" name="gtk_settings_install_property ()" link="GtkSettings.html#gtk-settings-install-property" deprecated="3.16: This function is not useful outside GTK+."/>
|
6209
|
+
<keyword type="function" name="gtk_settings_install_property_parser ()" link="GtkSettings.html#gtk-settings-install-property-parser" deprecated="3.16: This function is not useful outside GTK+."/>
|
6176
6210
|
<keyword type="function" name="gtk_rc_property_parse_color ()" link="GtkSettings.html#gtk-rc-property-parse-color"/>
|
6177
6211
|
<keyword type="function" name="gtk_rc_property_parse_enum ()" link="GtkSettings.html#gtk-rc-property-parse-enum"/>
|
6178
6212
|
<keyword type="function" name="gtk_rc_property_parse_flags ()" link="GtkSettings.html#gtk-rc-property-parse-flags"/>
|
6179
6213
|
<keyword type="function" name="gtk_rc_property_parse_requisition ()" link="GtkSettings.html#gtk-rc-property-parse-requisition"/>
|
6180
6214
|
<keyword type="function" name="gtk_rc_property_parse_border ()" link="GtkSettings.html#gtk-rc-property-parse-border"/>
|
6181
|
-
<keyword type="function" name="gtk_settings_set_property_value ()" link="GtkSettings.html#gtk-settings-set-property-value"/>
|
6182
|
-
<keyword type="function" name="gtk_settings_set_string_property ()" link="GtkSettings.html#gtk-settings-set-string-property"/>
|
6183
|
-
<keyword type="function" name="gtk_settings_set_long_property ()" link="GtkSettings.html#gtk-settings-set-long-property"/>
|
6184
|
-
<keyword type="function" name="gtk_settings_set_double_property ()" link="GtkSettings.html#gtk-settings-set-double-property"/>
|
6215
|
+
<keyword type="function" name="gtk_settings_set_property_value ()" link="GtkSettings.html#gtk-settings-set-property-value" deprecated="3.16: Use g_object_set() instead."/>
|
6216
|
+
<keyword type="function" name="gtk_settings_set_string_property ()" link="GtkSettings.html#gtk-settings-set-string-property" deprecated="3.16: Use g_object_set() instead."/>
|
6217
|
+
<keyword type="function" name="gtk_settings_set_long_property ()" link="GtkSettings.html#gtk-settings-set-long-property" deprecated="3.16: Use g_object_set() instead."/>
|
6218
|
+
<keyword type="function" name="gtk_settings_set_double_property ()" link="GtkSettings.html#gtk-settings-set-double-property" deprecated="3.16: Use g_object_set() instead."/>
|
6185
6219
|
<keyword type="struct" name="GtkSettings" link="GtkSettings.html#GtkSettings-struct"/>
|
6186
6220
|
<keyword type="struct" name="struct GtkSettingsValue" link="GtkSettings.html#GtkSettingsValue"/>
|
6187
6221
|
<keyword type="enum" name="enum GtkIMPreeditStyle" link="GtkSettings.html#GtkIMPreeditStyle" deprecated="3.10"/>
|
@@ -6268,8 +6302,6 @@
|
|
6268
6302
|
<keyword type="property" name="The “gtk-xft-hinting” property" link="GtkSettings.html#GtkSettings--gtk-xft-hinting"/>
|
6269
6303
|
<keyword type="property" name="The “gtk-xft-hintstyle” property" link="GtkSettings.html#GtkSettings--gtk-xft-hintstyle"/>
|
6270
6304
|
<keyword type="property" name="The “gtk-xft-rgba” property" link="GtkSettings.html#GtkSettings--gtk-xft-rgba"/>
|
6271
|
-
<keyword type="" name="Installing a key binding" link="gtk3-Bindings.html#id-1.4.9.6.3"/>
|
6272
|
-
<keyword type="" name="Unbinding existing key bindings" link="gtk3-Bindings.html#id-1.4.9.6.4"/>
|
6273
6305
|
<keyword type="function" name="gtk_binding_entry_add_signall ()" link="gtk3-Bindings.html#gtk-binding-entry-add-signall"/>
|
6274
6306
|
<keyword type="function" name="gtk_binding_set_new ()" link="gtk3-Bindings.html#gtk-binding-set-new"/>
|
6275
6307
|
<keyword type="function" name="gtk_binding_set_by_class ()" link="gtk3-Bindings.html#gtk-binding-set-by-class"/>
|
@@ -6384,9 +6416,6 @@
|
|
6384
6416
|
<keyword type="property" name="The “is-showing” property" link="gtk3-Filesystem-utilities.html#GtkMountOperation--is-showing"/>
|
6385
6417
|
<keyword type="property" name="The “parent” property" link="gtk3-Filesystem-utilities.html#GtkMountOperation--parent"/>
|
6386
6418
|
<keyword type="property" name="The “screen” property" link="gtk3-Filesystem-utilities.html#GtkMountOperation--screen"/>
|
6387
|
-
<keyword type="" name="Style Classes" link="GtkStyleContext.html#gtkstylecontext-classes"/>
|
6388
|
-
<keyword type="" name="Style Regions" link="GtkStyleContext.html#id-1.5.2.10.7"/>
|
6389
|
-
<keyword type="" name="Custom styling in UI libraries and applications" link="GtkStyleContext.html#id-1.5.2.10.8"/>
|
6390
6419
|
<keyword type="function" name="gtk_style_context_new ()" link="GtkStyleContext.html#gtk-style-context-new"/>
|
6391
6420
|
<keyword type="function" name="gtk_style_context_add_provider ()" link="GtkStyleContext.html#gtk-style-context-add-provider" since="3.0"/>
|
6392
6421
|
<keyword type="function" name="gtk_style_context_add_provider_for_screen ()" link="GtkStyleContext.html#gtk-style-context-add-provider-for-screen" since="3.0"/>
|
@@ -6405,8 +6434,8 @@
|
|
6405
6434
|
<keyword type="function" name="gtk_style_context_get_valist ()" link="GtkStyleContext.html#gtk-style-context-get-valist" since="3.0"/>
|
6406
6435
|
<keyword type="function" name="gtk_style_context_get_section ()" link="GtkStyleContext.html#gtk-style-context-get-section"/>
|
6407
6436
|
<keyword type="function" name="gtk_style_context_get_color ()" link="GtkStyleContext.html#gtk-style-context-get-color" since="3.0"/>
|
6408
|
-
<keyword type="function" name="gtk_style_context_get_background_color ()" link="GtkStyleContext.html#gtk-style-context-get-background-color" since="3.0"/>
|
6409
|
-
<keyword type="function" name="gtk_style_context_get_border_color ()" link="GtkStyleContext.html#gtk-style-context-get-border-color" since="3.0"/>
|
6437
|
+
<keyword type="function" name="gtk_style_context_get_background_color ()" link="GtkStyleContext.html#gtk-style-context-get-background-color" deprecated="3.16: Use gtk_render_background() instead." since="3.0"/>
|
6438
|
+
<keyword type="function" name="gtk_style_context_get_border_color ()" link="GtkStyleContext.html#gtk-style-context-get-border-color" deprecated="3.16: Use gtk_render_border() instead." since="3.0"/>
|
6410
6439
|
<keyword type="function" name="gtk_style_context_get_border ()" link="GtkStyleContext.html#gtk-style-context-get-border" since="3.0"/>
|
6411
6440
|
<keyword type="function" name="gtk_style_context_get_padding ()" link="GtkStyleContext.html#gtk-style-context-get-padding" since="3.0"/>
|
6412
6441
|
<keyword type="function" name="gtk_style_context_get_margin ()" link="GtkStyleContext.html#gtk-style-context-get-margin" since="3.0"/>
|
@@ -6483,6 +6512,7 @@
|
|
6483
6512
|
<keyword type="macro" name="GTK_STYLE_CLASS_CALENDAR" link="GtkStyleContext.html#GTK-STYLE-CLASS-CALENDAR:CAPS"/>
|
6484
6513
|
<keyword type="macro" name="GTK_STYLE_CLASS_CELL" link="GtkStyleContext.html#GTK-STYLE-CLASS-CELL:CAPS"/>
|
6485
6514
|
<keyword type="macro" name="GTK_STYLE_CLASS_COMBOBOX_ENTRY" link="GtkStyleContext.html#GTK-STYLE-CLASS-COMBOBOX-ENTRY:CAPS"/>
|
6515
|
+
<keyword type="macro" name="GTK_STYLE_CLASS_CONTEXT_MENU" link="GtkStyleContext.html#GTK-STYLE-CLASS-CONTEXT-MENU:CAPS"/>
|
6486
6516
|
<keyword type="macro" name="GTK_STYLE_CLASS_CHECK" link="GtkStyleContext.html#GTK-STYLE-CLASS-CHECK:CAPS"/>
|
6487
6517
|
<keyword type="macro" name="GTK_STYLE_CLASS_CSD" link="GtkStyleContext.html#GTK-STYLE-CLASS-CSD:CAPS" since="3.14"/>
|
6488
6518
|
<keyword type="macro" name="GTK_STYLE_CLASS_CURSOR_HANDLE" link="GtkStyleContext.html#GTK-STYLE-CLASS-CURSOR-HANDLE:CAPS"/>
|
@@ -6504,6 +6534,7 @@
|
|
6504
6534
|
<keyword type="macro" name="GTK_STYLE_CLASS_INFO" link="GtkStyleContext.html#GTK-STYLE-CLASS-INFO:CAPS"/>
|
6505
6535
|
<keyword type="macro" name="GTK_STYLE_CLASS_INLINE_TOOLBAR" link="GtkStyleContext.html#GTK-STYLE-CLASS-INLINE-TOOLBAR:CAPS"/>
|
6506
6536
|
<keyword type="macro" name="GTK_STYLE_CLASS_INSERTION_CURSOR" link="GtkStyleContext.html#GTK-STYLE-CLASS-INSERTION-CURSOR:CAPS"/>
|
6537
|
+
<keyword type="macro" name="GTK_STYLE_CLASS_LABEL" link="GtkStyleContext.html#GTK-STYLE-CLASS-LABEL:CAPS" since="3.16"/>
|
6507
6538
|
<keyword type="macro" name="GTK_STYLE_CLASS_LEFT" link="GtkStyleContext.html#GTK-STYLE-CLASS-LEFT:CAPS"/>
|
6508
6539
|
<keyword type="macro" name="GTK_STYLE_CLASS_LEVEL_BAR" link="GtkStyleContext.html#GTK-STYLE-CLASS-LEVEL-BAR:CAPS"/>
|
6509
6540
|
<keyword type="macro" name="GTK_STYLE_CLASS_LINKED" link="GtkStyleContext.html#GTK-STYLE-CLASS-LINKED:CAPS"/>
|
@@ -6514,18 +6545,22 @@
|
|
6514
6545
|
<keyword type="macro" name="GTK_STYLE_CLASS_MENUBAR" link="GtkStyleContext.html#GTK-STYLE-CLASS-MENUBAR:CAPS"/>
|
6515
6546
|
<keyword type="macro" name="GTK_STYLE_CLASS_MENUITEM" link="GtkStyleContext.html#GTK-STYLE-CLASS-MENUITEM:CAPS"/>
|
6516
6547
|
<keyword type="macro" name="GTK_STYLE_CLASS_MESSAGE_DIALOG" link="GtkStyleContext.html#GTK-STYLE-CLASS-MESSAGE-DIALOG:CAPS" since="3.14"/>
|
6548
|
+
<keyword type="macro" name="GTK_STYLE_CLASS_MONOSPACE" link="GtkStyleContext.html#GTK-STYLE-CLASS-MONOSPACE:CAPS" since="3.16"/>
|
6517
6549
|
<keyword type="macro" name="GTK_STYLE_CLASS_NEEDS_ATTENTION" link="GtkStyleContext.html#GTK-STYLE-CLASS-NEEDS-ATTENTION:CAPS" since="3.12"/>
|
6518
6550
|
<keyword type="macro" name="GTK_STYLE_CLASS_NOTEBOOK" link="GtkStyleContext.html#GTK-STYLE-CLASS-NOTEBOOK:CAPS"/>
|
6519
6551
|
<keyword type="macro" name="GTK_STYLE_CLASS_OSD" link="GtkStyleContext.html#GTK-STYLE-CLASS-OSD:CAPS"/>
|
6520
6552
|
<keyword type="macro" name="GTK_STYLE_CLASS_OVERSHOOT" link="GtkStyleContext.html#GTK-STYLE-CLASS-OVERSHOOT:CAPS"/>
|
6521
6553
|
<keyword type="macro" name="GTK_STYLE_CLASS_PANE_SEPARATOR" link="GtkStyleContext.html#GTK-STYLE-CLASS-PANE-SEPARATOR:CAPS"/>
|
6554
|
+
<keyword type="macro" name="GTK_STYLE_CLASS_PAPER" link="GtkStyleContext.html#GTK-STYLE-CLASS-PAPER:CAPS"/>
|
6522
6555
|
<keyword type="macro" name="GTK_STYLE_CLASS_POPUP" link="GtkStyleContext.html#GTK-STYLE-CLASS-POPUP:CAPS" since="3.14"/>
|
6556
|
+
<keyword type="macro" name="GTK_STYLE_CLASS_POPOVER" link="GtkStyleContext.html#GTK-STYLE-CLASS-POPOVER:CAPS" since="3.14"/>
|
6523
6557
|
<keyword type="macro" name="GTK_STYLE_CLASS_PRIMARY_TOOLBAR" link="GtkStyleContext.html#GTK-STYLE-CLASS-PRIMARY-TOOLBAR:CAPS"/>
|
6524
6558
|
<keyword type="macro" name="GTK_STYLE_CLASS_PROGRESSBAR" link="GtkStyleContext.html#GTK-STYLE-CLASS-PROGRESSBAR:CAPS"/>
|
6525
6559
|
<keyword type="macro" name="GTK_STYLE_CLASS_PULSE" link="GtkStyleContext.html#GTK-STYLE-CLASS-PULSE:CAPS"/>
|
6526
6560
|
<keyword type="macro" name="GTK_STYLE_CLASS_QUESTION" link="GtkStyleContext.html#GTK-STYLE-CLASS-QUESTION:CAPS"/>
|
6527
6561
|
<keyword type="macro" name="GTK_STYLE_CLASS_RADIO" link="GtkStyleContext.html#GTK-STYLE-CLASS-RADIO:CAPS"/>
|
6528
6562
|
<keyword type="macro" name="GTK_STYLE_CLASS_RAISED" link="GtkStyleContext.html#GTK-STYLE-CLASS-RAISED:CAPS"/>
|
6563
|
+
<keyword type="macro" name="GTK_STYLE_CLASS_READ_ONLY" link="GtkStyleContext.html#GTK-STYLE-CLASS-READ-ONLY:CAPS"/>
|
6529
6564
|
<keyword type="macro" name="GTK_STYLE_CLASS_RIGHT" link="GtkStyleContext.html#GTK-STYLE-CLASS-RIGHT:CAPS"/>
|
6530
6565
|
<keyword type="macro" name="GTK_STYLE_CLASS_RUBBERBAND" link="GtkStyleContext.html#GTK-STYLE-CLASS-RUBBERBAND:CAPS"/>
|
6531
6566
|
<keyword type="macro" name="GTK_STYLE_CLASS_SCALE" link="GtkStyleContext.html#GTK-STYLE-CLASS-SCALE:CAPS"/>
|
@@ -6538,17 +6573,21 @@
|
|
6538
6573
|
<keyword type="macro" name="GTK_STYLE_CLASS_SLIDER" link="GtkStyleContext.html#GTK-STYLE-CLASS-SLIDER:CAPS"/>
|
6539
6574
|
<keyword type="macro" name="GTK_STYLE_CLASS_SPINBUTTON" link="GtkStyleContext.html#GTK-STYLE-CLASS-SPINBUTTON:CAPS"/>
|
6540
6575
|
<keyword type="macro" name="GTK_STYLE_CLASS_SPINNER" link="GtkStyleContext.html#GTK-STYLE-CLASS-SPINNER:CAPS"/>
|
6576
|
+
<keyword type="macro" name="GTK_STYLE_CLASS_STATUSBAR" link="GtkStyleContext.html#GTK-STYLE-CLASS-STATUSBAR:CAPS" since="3.16"/>
|
6541
6577
|
<keyword type="macro" name="GTK_STYLE_CLASS_SUBTITLE" link="GtkStyleContext.html#GTK-STYLE-CLASS-SUBTITLE:CAPS" since="3.14"/>
|
6542
6578
|
<keyword type="macro" name="GTK_STYLE_CLASS_SUGGESTED_ACTION" link="GtkStyleContext.html#GTK-STYLE-CLASS-SUGGESTED-ACTION:CAPS" since="3.12"/>
|
6543
6579
|
<keyword type="macro" name="GTK_STYLE_CLASS_TITLE" link="GtkStyleContext.html#GTK-STYLE-CLASS-TITLE:CAPS" since="3.14"/>
|
6544
6580
|
<keyword type="macro" name="GTK_STYLE_CLASS_TITLEBAR" link="GtkStyleContext.html#GTK-STYLE-CLASS-TITLEBAR:CAPS"/>
|
6545
6581
|
<keyword type="macro" name="GTK_STYLE_CLASS_TOOLBAR" link="GtkStyleContext.html#GTK-STYLE-CLASS-TOOLBAR:CAPS"/>
|
6546
6582
|
<keyword type="macro" name="GTK_STYLE_CLASS_TOOLTIP" link="GtkStyleContext.html#GTK-STYLE-CLASS-TOOLTIP:CAPS"/>
|
6583
|
+
<keyword type="macro" name="GTK_STYLE_CLASS_TOUCH_SELECTION" link="GtkStyleContext.html#GTK-STYLE-CLASS-TOUCH-SELECTION:CAPS" since="3.16"/>
|
6547
6584
|
<keyword type="macro" name="GTK_STYLE_CLASS_TOP" link="GtkStyleContext.html#GTK-STYLE-CLASS-TOP:CAPS"/>
|
6548
6585
|
<keyword type="macro" name="GTK_STYLE_CLASS_TROUGH" link="GtkStyleContext.html#GTK-STYLE-CLASS-TROUGH:CAPS"/>
|
6586
|
+
<keyword type="macro" name="GTK_STYLE_CLASS_UNDERSHOOT" link="GtkStyleContext.html#GTK-STYLE-CLASS-UNDERSHOOT:CAPS"/>
|
6549
6587
|
<keyword type="macro" name="GTK_STYLE_CLASS_VERTICAL" link="GtkStyleContext.html#GTK-STYLE-CLASS-VERTICAL:CAPS"/>
|
6550
6588
|
<keyword type="macro" name="GTK_STYLE_CLASS_VIEW" link="GtkStyleContext.html#GTK-STYLE-CLASS-VIEW:CAPS"/>
|
6551
6589
|
<keyword type="macro" name="GTK_STYLE_CLASS_WARNING" link="GtkStyleContext.html#GTK-STYLE-CLASS-WARNING:CAPS"/>
|
6590
|
+
<keyword type="macro" name="GTK_STYLE_CLASS_WIDE" link="GtkStyleContext.html#GTK-STYLE-CLASS-WIDE:CAPS" since="3.16"/>
|
6552
6591
|
<keyword type="macro" name="GTK_STYLE_REGION_COLUMN" link="GtkStyleContext.html#GTK-STYLE-REGION-COLUMN:CAPS"/>
|
6553
6592
|
<keyword type="macro" name="GTK_STYLE_REGION_COLUMN_HEADER" link="GtkStyleContext.html#GTK-STYLE-REGION-COLUMN-HEADER:CAPS"/>
|
6554
6593
|
<keyword type="macro" name="GTK_STYLE_REGION_ROW" link="GtkStyleContext.html#GTK-STYLE-REGION-ROW:CAPS"/>
|
@@ -6562,19 +6601,12 @@
|
|
6562
6601
|
<keyword type="property" name="The “parent” property" link="GtkStyleContext.html#GtkStyleContext--parent"/>
|
6563
6602
|
<keyword type="property" name="The “screen” property" link="GtkStyleContext.html#GtkStyleContext--screen"/>
|
6564
6603
|
<keyword type="signal" name="The “changed” signal" link="GtkStyleContext.html#GtkStyleContext-changed"/>
|
6565
|
-
<keyword type="" name="Style sheets" link="GtkCssProvider.html#id-1.5.3.10.4"/>
|
6566
|
-
<keyword type="" name="Selectors" link="GtkCssProvider.html#gtkcssprovider-selectors"/>
|
6567
|
-
<keyword type="" name="@ Rules" link="GtkCssProvider.html#id-1.5.3.10.6"/>
|
6568
|
-
<keyword type="" name="Symbolic colors" link="GtkCssProvider.html#id-1.5.3.10.7"/>
|
6569
|
-
<keyword type="" name="Specifying Colors" link="GtkCssProvider.html#specifying-colors"/>
|
6570
|
-
<keyword type="" name="Gradients" link="GtkCssProvider.html#id-1.5.3.10.9"/>
|
6571
|
-
<keyword type="" name="Border images" link="GtkCssProvider.html#border-images"/>
|
6572
|
-
<keyword type="" name="Supported Properties" link="GtkCssProvider.html#id-1.5.3.10.11"/>
|
6573
6604
|
<keyword type="function" name="gtk_css_provider_get_default ()" link="GtkCssProvider.html#gtk-css-provider-get-default"/>
|
6574
6605
|
<keyword type="function" name="gtk_css_provider_get_named ()" link="GtkCssProvider.html#gtk-css-provider-get-named"/>
|
6575
6606
|
<keyword type="function" name="gtk_css_provider_load_from_data ()" link="GtkCssProvider.html#gtk-css-provider-load-from-data"/>
|
6576
6607
|
<keyword type="function" name="gtk_css_provider_load_from_file ()" link="GtkCssProvider.html#gtk-css-provider-load-from-file"/>
|
6577
6608
|
<keyword type="function" name="gtk_css_provider_load_from_path ()" link="GtkCssProvider.html#gtk-css-provider-load-from-path"/>
|
6609
|
+
<keyword type="function" name="gtk_css_provider_load_from_resource ()" link="GtkCssProvider.html#gtk-css-provider-load-from-resource" since="3.16"/>
|
6578
6610
|
<keyword type="function" name="gtk_css_provider_new ()" link="GtkCssProvider.html#gtk-css-provider-new"/>
|
6579
6611
|
<keyword type="function" name="gtk_css_provider_to_string ()" link="GtkCssProvider.html#gtk-css-provider-to-string" since="3.2"/>
|
6580
6612
|
<keyword type="macro" name="GTK_CSS_PROVIDER_ERROR" link="GtkCssProvider.html#GTK-CSS-PROVIDER-ERROR:CAPS"/>
|
@@ -6602,21 +6634,21 @@
|
|
6602
6634
|
<keyword type="macro" name="GTK_STYLE_PROVIDER_PRIORITY_SETTINGS" link="GtkStyleProvider.html#GTK-STYLE-PROVIDER-PRIORITY-SETTINGS:CAPS"/>
|
6603
6635
|
<keyword type="macro" name="GTK_STYLE_PROVIDER_PRIORITY_APPLICATION" link="GtkStyleProvider.html#GTK-STYLE-PROVIDER-PRIORITY-APPLICATION:CAPS"/>
|
6604
6636
|
<keyword type="macro" name="GTK_STYLE_PROVIDER_PRIORITY_USER" link="GtkStyleProvider.html#GTK-STYLE-PROVIDER-PRIORITY-USER:CAPS"/>
|
6605
|
-
<keyword type="function" name="gtk_style_properties_clear ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-clear"/>
|
6606
|
-
<keyword type="function" name="gtk_style_properties_get ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-get" since="3.0"/>
|
6607
|
-
<keyword type="function" name="gtk_style_properties_get_property ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-get-property" since="3.0"/>
|
6608
|
-
<keyword type="function" name="gtk_style_properties_get_valist ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-get-valist" since="3.0"/>
|
6637
|
+
<keyword type="function" name="gtk_style_properties_clear ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-clear" deprecated="3.16: #GtkStyleProperties are deprecated."/>
|
6638
|
+
<keyword type="function" name="gtk_style_properties_get ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-get" deprecated="3.16: #GtkStyleProperties are deprecated." since="3.0"/>
|
6639
|
+
<keyword type="function" name="gtk_style_properties_get_property ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-get-property" deprecated="3.16: #GtkStyleProperties are deprecated." since="3.0"/>
|
6640
|
+
<keyword type="function" name="gtk_style_properties_get_valist ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-get-valist" deprecated="3.16: #GtkStyleProperties are deprecated." since="3.0"/>
|
6609
6641
|
<keyword type="function" name="gtk_style_properties_lookup_color ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-lookup-color" deprecated="3.8: #GtkSymbolicColor is deprecated." since="3.0"/>
|
6610
6642
|
<keyword type="function" name="gtk_style_properties_lookup_property ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-lookup-property" deprecated="" since="3.0"/>
|
6611
6643
|
<keyword type="function" name="gtk_style_properties_map_color ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-map-color" deprecated="3.8: #GtkSymbolicColor is deprecated." since="3.0"/>
|
6612
|
-
<keyword type="function" name="gtk_style_properties_merge ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-merge" since="3.0"/>
|
6613
|
-
<keyword type="function" name="gtk_style_properties_new ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-new"/>
|
6644
|
+
<keyword type="function" name="gtk_style_properties_merge ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-merge" deprecated="3.16: #GtkStyleProperties are deprecated." since="3.0"/>
|
6645
|
+
<keyword type="function" name="gtk_style_properties_new ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-new" deprecated="3.16: #GtkStyleProperties are deprecated."/>
|
6614
6646
|
<keyword type="function" name="GtkStylePropertyParser ()" link="gtk3-GtkStyleProperties.html#GtkStylePropertyParser"/>
|
6615
6647
|
<keyword type="function" name="gtk_style_properties_register_property ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-register-property" deprecated="3.8: Code should use the default properties provided by CSS." since="3.0"/>
|
6616
|
-
<keyword type="function" name="gtk_style_properties_set ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-set" since="3.0"/>
|
6617
|
-
<keyword type="function" name="gtk_style_properties_set_property ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-set-property" since="3.0"/>
|
6618
|
-
<keyword type="function" name="gtk_style_properties_set_valist ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-set-valist" since="3.0"/>
|
6619
|
-
<keyword type="function" name="gtk_style_properties_unset_property ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-unset-property" since="3.0"/>
|
6648
|
+
<keyword type="function" name="gtk_style_properties_set ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-set" deprecated="3.16: #GtkStyleProperties are deprecated." since="3.0"/>
|
6649
|
+
<keyword type="function" name="gtk_style_properties_set_property ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-set-property" deprecated="3.16: #GtkStyleProperties are deprecated." since="3.0"/>
|
6650
|
+
<keyword type="function" name="gtk_style_properties_set_valist ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-set-valist" deprecated="3.16: #GtkStyleProperties are deprecated." since="3.0"/>
|
6651
|
+
<keyword type="function" name="gtk_style_properties_unset_property ()" link="gtk3-GtkStyleProperties.html#gtk-style-properties-unset-property" deprecated="3.16: #GtkStyleProperties are deprecated." since="3.0"/>
|
6620
6652
|
<keyword type="struct" name="struct GtkStyleProperties" link="gtk3-GtkStyleProperties.html#GtkStyleProperties"/>
|
6621
6653
|
<keyword type="function" name="gtk_widget_path_append_type ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-append-type" since="3.0"/>
|
6622
6654
|
<keyword type="function" name="gtk_widget_path_append_with_siblings ()" link="gtk3-GtkWidgetPath.html#gtk-widget-path-append-with-siblings" since="3.2"/>
|
@@ -6711,15 +6743,617 @@
|
|
6711
6743
|
<keyword type="macro" name="GTK_ICON_THEME_ERROR" link="GtkIconTheme.html#GTK-ICON-THEME-ERROR:CAPS"/>
|
6712
6744
|
<keyword type="enum" name="enum GtkIconThemeError" link="GtkIconTheme.html#GtkIconThemeError"/>
|
6713
6745
|
<keyword type="signal" name="The “changed” signal" link="GtkIconTheme.html#GtkIconTheme-changed"/>
|
6714
|
-
<keyword type="" name="
|
6715
|
-
<keyword type="" name="
|
6716
|
-
<keyword type="" name="
|
6717
|
-
<keyword type="" name="
|
6718
|
-
<keyword type="" name="
|
6719
|
-
<keyword type="" name="
|
6720
|
-
<keyword type="" name="
|
6721
|
-
<keyword type="" name="
|
6722
|
-
<keyword type="" name="
|
6723
|
-
<keyword type="" name="
|
6746
|
+
<keyword type="constant" name="GTK_APPLICATION_INHIBIT_LOGOUT" link="GtkApplication.html#GTK-APPLICATION-INHIBIT-LOGOUT:CAPS"/>
|
6747
|
+
<keyword type="constant" name="GTK_APPLICATION_INHIBIT_SWITCH" link="GtkApplication.html#GTK-APPLICATION-INHIBIT-SWITCH:CAPS"/>
|
6748
|
+
<keyword type="constant" name="GTK_APPLICATION_INHIBIT_SUSPEND" link="GtkApplication.html#GTK-APPLICATION-INHIBIT-SUSPEND:CAPS"/>
|
6749
|
+
<keyword type="constant" name="GTK_APPLICATION_INHIBIT_IDLE" link="GtkApplication.html#GTK-APPLICATION-INHIBIT-IDLE:CAPS"/>
|
6750
|
+
<keyword type="constant" name="GTK_BUILDER_ERROR_INVALID_TYPE_FUNCTION" link="GtkBuilder.html#GTK-BUILDER-ERROR-INVALID-TYPE-FUNCTION:CAPS"/>
|
6751
|
+
<keyword type="constant" name="GTK_BUILDER_ERROR_UNHANDLED_TAG" link="GtkBuilder.html#GTK-BUILDER-ERROR-UNHANDLED-TAG:CAPS"/>
|
6752
|
+
<keyword type="constant" name="GTK_BUILDER_ERROR_MISSING_ATTRIBUTE" link="GtkBuilder.html#GTK-BUILDER-ERROR-MISSING-ATTRIBUTE:CAPS"/>
|
6753
|
+
<keyword type="constant" name="GTK_BUILDER_ERROR_INVALID_ATTRIBUTE" link="GtkBuilder.html#GTK-BUILDER-ERROR-INVALID-ATTRIBUTE:CAPS"/>
|
6754
|
+
<keyword type="constant" name="GTK_BUILDER_ERROR_INVALID_TAG" link="GtkBuilder.html#GTK-BUILDER-ERROR-INVALID-TAG:CAPS"/>
|
6755
|
+
<keyword type="constant" name="GTK_BUILDER_ERROR_MISSING_PROPERTY_VALUE" link="GtkBuilder.html#GTK-BUILDER-ERROR-MISSING-PROPERTY-VALUE:CAPS"/>
|
6756
|
+
<keyword type="constant" name="GTK_BUILDER_ERROR_INVALID_VALUE" link="GtkBuilder.html#GTK-BUILDER-ERROR-INVALID-VALUE:CAPS"/>
|
6757
|
+
<keyword type="constant" name="GTK_BUILDER_ERROR_VERSION_MISMATCH" link="GtkBuilder.html#GTK-BUILDER-ERROR-VERSION-MISMATCH:CAPS"/>
|
6758
|
+
<keyword type="constant" name="GTK_BUILDER_ERROR_DUPLICATE_ID" link="GtkBuilder.html#GTK-BUILDER-ERROR-DUPLICATE-ID:CAPS"/>
|
6759
|
+
<keyword type="constant" name="GTK_BUILDER_ERROR_OBJECT_TYPE_REFUSED" link="GtkBuilder.html#GTK-BUILDER-ERROR-OBJECT-TYPE-REFUSED:CAPS"/>
|
6760
|
+
<keyword type="constant" name="GTK_BUILDER_ERROR_TEMPLATE_MISMATCH" link="GtkBuilder.html#GTK-BUILDER-ERROR-TEMPLATE-MISMATCH:CAPS"/>
|
6761
|
+
<keyword type="constant" name="GTK_BUILDER_ERROR_INVALID_PROPERTY" link="GtkBuilder.html#GTK-BUILDER-ERROR-INVALID-PROPERTY:CAPS"/>
|
6762
|
+
<keyword type="constant" name="GTK_BUILDER_ERROR_INVALID_SIGNAL" link="GtkBuilder.html#GTK-BUILDER-ERROR-INVALID-SIGNAL:CAPS"/>
|
6763
|
+
<keyword type="constant" name="GTK_WINDOW_TOPLEVEL" link="GtkWindow.html#GTK-WINDOW-TOPLEVEL:CAPS"/>
|
6764
|
+
<keyword type="constant" name="GTK_WINDOW_POPUP" link="GtkWindow.html#GTK-WINDOW-POPUP:CAPS"/>
|
6765
|
+
<keyword type="constant" name="GTK_WIN_POS_NONE" link="GtkWindow.html#GTK-WIN-POS-NONE:CAPS"/>
|
6766
|
+
<keyword type="constant" name="GTK_WIN_POS_CENTER" link="GtkWindow.html#GTK-WIN-POS-CENTER:CAPS"/>
|
6767
|
+
<keyword type="constant" name="GTK_WIN_POS_MOUSE" link="GtkWindow.html#GTK-WIN-POS-MOUSE:CAPS"/>
|
6768
|
+
<keyword type="constant" name="GTK_WIN_POS_CENTER_ALWAYS" link="GtkWindow.html#GTK-WIN-POS-CENTER-ALWAYS:CAPS"/>
|
6769
|
+
<keyword type="constant" name="GTK_WIN_POS_CENTER_ON_PARENT" link="GtkWindow.html#GTK-WIN-POS-CENTER-ON-PARENT:CAPS"/>
|
6770
|
+
<keyword type="constant" name="GTK_DIALOG_MODAL" link="GtkDialog.html#GTK-DIALOG-MODAL:CAPS"/>
|
6771
|
+
<keyword type="constant" name="GTK_DIALOG_DESTROY_WITH_PARENT" link="GtkDialog.html#GTK-DIALOG-DESTROY-WITH-PARENT:CAPS"/>
|
6772
|
+
<keyword type="constant" name="GTK_DIALOG_USE_HEADER_BAR" link="GtkDialog.html#GTK-DIALOG-USE-HEADER-BAR:CAPS"/>
|
6773
|
+
<keyword type="constant" name="GTK_RESPONSE_NONE" link="GtkDialog.html#GTK-RESPONSE-NONE:CAPS"/>
|
6774
|
+
<keyword type="constant" name="GTK_RESPONSE_REJECT" link="GtkDialog.html#GTK-RESPONSE-REJECT:CAPS"/>
|
6775
|
+
<keyword type="constant" name="GTK_RESPONSE_ACCEPT" link="GtkDialog.html#GTK-RESPONSE-ACCEPT:CAPS"/>
|
6776
|
+
<keyword type="constant" name="GTK_RESPONSE_DELETE_EVENT" link="GtkDialog.html#GTK-RESPONSE-DELETE-EVENT:CAPS"/>
|
6777
|
+
<keyword type="constant" name="GTK_RESPONSE_OK" link="GtkDialog.html#GTK-RESPONSE-OK:CAPS"/>
|
6778
|
+
<keyword type="constant" name="GTK_RESPONSE_CANCEL" link="GtkDialog.html#GTK-RESPONSE-CANCEL:CAPS"/>
|
6779
|
+
<keyword type="constant" name="GTK_RESPONSE_CLOSE" link="GtkDialog.html#GTK-RESPONSE-CLOSE:CAPS"/>
|
6780
|
+
<keyword type="constant" name="GTK_RESPONSE_YES" link="GtkDialog.html#GTK-RESPONSE-YES:CAPS"/>
|
6781
|
+
<keyword type="constant" name="GTK_RESPONSE_NO" link="GtkDialog.html#GTK-RESPONSE-NO:CAPS"/>
|
6782
|
+
<keyword type="constant" name="GTK_RESPONSE_APPLY" link="GtkDialog.html#GTK-RESPONSE-APPLY:CAPS"/>
|
6783
|
+
<keyword type="constant" name="GTK_RESPONSE_HELP" link="GtkDialog.html#GTK-RESPONSE-HELP:CAPS"/>
|
6784
|
+
<keyword type="constant" name="GTK_MESSAGE_INFO" link="GtkMessageDialog.html#GTK-MESSAGE-INFO:CAPS"/>
|
6785
|
+
<keyword type="constant" name="GTK_MESSAGE_WARNING" link="GtkMessageDialog.html#GTK-MESSAGE-WARNING:CAPS"/>
|
6786
|
+
<keyword type="constant" name="GTK_MESSAGE_QUESTION" link="GtkMessageDialog.html#GTK-MESSAGE-QUESTION:CAPS"/>
|
6787
|
+
<keyword type="constant" name="GTK_MESSAGE_ERROR" link="GtkMessageDialog.html#GTK-MESSAGE-ERROR:CAPS"/>
|
6788
|
+
<keyword type="constant" name="GTK_MESSAGE_OTHER" link="GtkMessageDialog.html#GTK-MESSAGE-OTHER:CAPS"/>
|
6789
|
+
<keyword type="constant" name="GTK_BUTTONS_NONE" link="GtkMessageDialog.html#GTK-BUTTONS-NONE:CAPS"/>
|
6790
|
+
<keyword type="constant" name="GTK_BUTTONS_OK" link="GtkMessageDialog.html#GTK-BUTTONS-OK:CAPS"/>
|
6791
|
+
<keyword type="constant" name="GTK_BUTTONS_CLOSE" link="GtkMessageDialog.html#GTK-BUTTONS-CLOSE:CAPS"/>
|
6792
|
+
<keyword type="constant" name="GTK_BUTTONS_CANCEL" link="GtkMessageDialog.html#GTK-BUTTONS-CANCEL:CAPS"/>
|
6793
|
+
<keyword type="constant" name="GTK_BUTTONS_YES_NO" link="GtkMessageDialog.html#GTK-BUTTONS-YES-NO:CAPS"/>
|
6794
|
+
<keyword type="constant" name="GTK_BUTTONS_OK_CANCEL" link="GtkMessageDialog.html#GTK-BUTTONS-OK-CANCEL:CAPS"/>
|
6795
|
+
<keyword type="constant" name="GTK_LICENSE_UNKNOWN" link="GtkAboutDialog.html#GTK-LICENSE-UNKNOWN:CAPS"/>
|
6796
|
+
<keyword type="constant" name="GTK_LICENSE_CUSTOM" link="GtkAboutDialog.html#GTK-LICENSE-CUSTOM:CAPS"/>
|
6797
|
+
<keyword type="constant" name="GTK_LICENSE_GPL_2_0" link="GtkAboutDialog.html#GTK-LICENSE-GPL-2-0:CAPS"/>
|
6798
|
+
<keyword type="constant" name="GTK_LICENSE_GPL_3_0" link="GtkAboutDialog.html#GTK-LICENSE-GPL-3-0:CAPS"/>
|
6799
|
+
<keyword type="constant" name="GTK_LICENSE_LGPL_2_1" link="GtkAboutDialog.html#GTK-LICENSE-LGPL-2-1:CAPS"/>
|
6800
|
+
<keyword type="constant" name="GTK_LICENSE_LGPL_3_0" link="GtkAboutDialog.html#GTK-LICENSE-LGPL-3-0:CAPS"/>
|
6801
|
+
<keyword type="constant" name="GTK_LICENSE_BSD" link="GtkAboutDialog.html#GTK-LICENSE-BSD:CAPS"/>
|
6802
|
+
<keyword type="constant" name="GTK_LICENSE_MIT_X11" link="GtkAboutDialog.html#GTK-LICENSE-MIT-X11:CAPS"/>
|
6803
|
+
<keyword type="constant" name="GTK_LICENSE_ARTISTIC" link="GtkAboutDialog.html#GTK-LICENSE-ARTISTIC:CAPS"/>
|
6804
|
+
<keyword type="constant" name="GTK_LICENSE_GPL_2_0_ONLY" link="GtkAboutDialog.html#GTK-LICENSE-GPL-2-0-ONLY:CAPS"/>
|
6805
|
+
<keyword type="constant" name="GTK_LICENSE_GPL_3_0_ONLY" link="GtkAboutDialog.html#GTK-LICENSE-GPL-3-0-ONLY:CAPS"/>
|
6806
|
+
<keyword type="constant" name="GTK_LICENSE_LGPL_2_1_ONLY" link="GtkAboutDialog.html#GTK-LICENSE-LGPL-2-1-ONLY:CAPS"/>
|
6807
|
+
<keyword type="constant" name="GTK_LICENSE_LGPL_3_0_ONLY" link="GtkAboutDialog.html#GTK-LICENSE-LGPL-3-0-ONLY:CAPS"/>
|
6808
|
+
<keyword type="constant" name="GTK_ASSISTANT_PAGE_CONTENT" link="GtkAssistant.html#GTK-ASSISTANT-PAGE-CONTENT:CAPS"/>
|
6809
|
+
<keyword type="constant" name="GTK_ASSISTANT_PAGE_INTRO" link="GtkAssistant.html#GTK-ASSISTANT-PAGE-INTRO:CAPS"/>
|
6810
|
+
<keyword type="constant" name="GTK_ASSISTANT_PAGE_CONFIRM" link="GtkAssistant.html#GTK-ASSISTANT-PAGE-CONFIRM:CAPS"/>
|
6811
|
+
<keyword type="constant" name="GTK_ASSISTANT_PAGE_SUMMARY" link="GtkAssistant.html#GTK-ASSISTANT-PAGE-SUMMARY:CAPS"/>
|
6812
|
+
<keyword type="constant" name="GTK_ASSISTANT_PAGE_PROGRESS" link="GtkAssistant.html#GTK-ASSISTANT-PAGE-PROGRESS:CAPS"/>
|
6813
|
+
<keyword type="constant" name="GTK_ASSISTANT_PAGE_CUSTOM" link="GtkAssistant.html#GTK-ASSISTANT-PAGE-CUSTOM:CAPS"/>
|
6814
|
+
<keyword type="constant" name="GTK_REVEALER_TRANSITION_TYPE_NONE" link="GtkRevealer.html#GTK-REVEALER-TRANSITION-TYPE-NONE:CAPS"/>
|
6815
|
+
<keyword type="constant" name="GTK_REVEALER_TRANSITION_TYPE_CROSSFADE" link="GtkRevealer.html#GTK-REVEALER-TRANSITION-TYPE-CROSSFADE:CAPS"/>
|
6816
|
+
<keyword type="constant" name="GTK_REVEALER_TRANSITION_TYPE_SLIDE_RIGHT" link="GtkRevealer.html#GTK-REVEALER-TRANSITION-TYPE-SLIDE-RIGHT:CAPS"/>
|
6817
|
+
<keyword type="constant" name="GTK_REVEALER_TRANSITION_TYPE_SLIDE_LEFT" link="GtkRevealer.html#GTK-REVEALER-TRANSITION-TYPE-SLIDE-LEFT:CAPS"/>
|
6818
|
+
<keyword type="constant" name="GTK_REVEALER_TRANSITION_TYPE_SLIDE_UP" link="GtkRevealer.html#GTK-REVEALER-TRANSITION-TYPE-SLIDE-UP:CAPS"/>
|
6819
|
+
<keyword type="constant" name="GTK_REVEALER_TRANSITION_TYPE_SLIDE_DOWN" link="GtkRevealer.html#GTK-REVEALER-TRANSITION-TYPE-SLIDE-DOWN:CAPS"/>
|
6820
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_NONE" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-NONE:CAPS"/>
|
6821
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_CROSSFADE" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-CROSSFADE:CAPS"/>
|
6822
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_SLIDE_RIGHT" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-SLIDE-RIGHT:CAPS"/>
|
6823
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_SLIDE_LEFT" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-SLIDE-LEFT:CAPS"/>
|
6824
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_SLIDE_UP" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-SLIDE-UP:CAPS"/>
|
6825
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_SLIDE_DOWN" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-SLIDE-DOWN:CAPS"/>
|
6826
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_SLIDE_LEFT_RIGHT" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-SLIDE-LEFT-RIGHT:CAPS"/>
|
6827
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_SLIDE_UP_DOWN" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-SLIDE-UP-DOWN:CAPS"/>
|
6828
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_OVER_UP" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-OVER-UP:CAPS"/>
|
6829
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_OVER_DOWN" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-OVER-DOWN:CAPS"/>
|
6830
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_OVER_LEFT" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-OVER-LEFT:CAPS"/>
|
6831
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_OVER_RIGHT" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-OVER-RIGHT:CAPS"/>
|
6832
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_UNDER_UP" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-UNDER-UP:CAPS"/>
|
6833
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_UNDER_DOWN" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-UNDER-DOWN:CAPS"/>
|
6834
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_UNDER_LEFT" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-UNDER-LEFT:CAPS"/>
|
6835
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_UNDER_RIGHT" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-UNDER-RIGHT:CAPS"/>
|
6836
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_OVER_UP_DOWN" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-OVER-UP-DOWN:CAPS"/>
|
6837
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_OVER_DOWN_UP" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-OVER-DOWN-UP:CAPS"/>
|
6838
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_OVER_LEFT_RIGHT" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-OVER-LEFT-RIGHT:CAPS"/>
|
6839
|
+
<keyword type="constant" name="GTK_STACK_TRANSITION_TYPE_OVER_RIGHT_LEFT" link="GtkStack.html#GTK-STACK-TRANSITION-TYPE-OVER-RIGHT-LEFT:CAPS"/>
|
6840
|
+
<keyword type="constant" name="GTK_BUTTONBOX_SPREAD" link="GtkButtonBox.html#GTK-BUTTONBOX-SPREAD:CAPS"/>
|
6841
|
+
<keyword type="constant" name="GTK_BUTTONBOX_EDGE" link="GtkButtonBox.html#GTK-BUTTONBOX-EDGE:CAPS"/>
|
6842
|
+
<keyword type="constant" name="GTK_BUTTONBOX_START" link="GtkButtonBox.html#GTK-BUTTONBOX-START:CAPS"/>
|
6843
|
+
<keyword type="constant" name="GTK_BUTTONBOX_END" link="GtkButtonBox.html#GTK-BUTTONBOX-END:CAPS"/>
|
6844
|
+
<keyword type="constant" name="GTK_BUTTONBOX_CENTER" link="GtkButtonBox.html#GTK-BUTTONBOX-CENTER:CAPS"/>
|
6845
|
+
<keyword type="constant" name="GTK_BUTTONBOX_EXPAND" link="GtkButtonBox.html#GTK-BUTTONBOX-EXPAND:CAPS"/>
|
6846
|
+
<keyword type="constant" name="GTK_IMAGE_EMPTY" link="GtkImage.html#GTK-IMAGE-EMPTY:CAPS"/>
|
6847
|
+
<keyword type="constant" name="GTK_IMAGE_PIXBUF" link="GtkImage.html#GTK-IMAGE-PIXBUF:CAPS"/>
|
6848
|
+
<keyword type="constant" name="GTK_IMAGE_STOCK" link="GtkImage.html#GTK-IMAGE-STOCK:CAPS"/>
|
6849
|
+
<keyword type="constant" name="GTK_IMAGE_ICON_SET" link="GtkImage.html#GTK-IMAGE-ICON-SET:CAPS"/>
|
6850
|
+
<keyword type="constant" name="GTK_IMAGE_ANIMATION" link="GtkImage.html#GTK-IMAGE-ANIMATION:CAPS"/>
|
6851
|
+
<keyword type="constant" name="GTK_IMAGE_ICON_NAME" link="GtkImage.html#GTK-IMAGE-ICON-NAME:CAPS"/>
|
6852
|
+
<keyword type="constant" name="GTK_IMAGE_GICON" link="GtkImage.html#GTK-IMAGE-GICON:CAPS"/>
|
6853
|
+
<keyword type="constant" name="GTK_IMAGE_SURFACE" link="GtkImage.html#GTK-IMAGE-SURFACE:CAPS"/>
|
6854
|
+
<keyword type="constant" name="GTK_LEVEL_BAR_MODE_CONTINUOUS" link="GtkLevelBar.html#GTK-LEVEL-BAR-MODE-CONTINUOUS:CAPS"/>
|
6855
|
+
<keyword type="constant" name="GTK_LEVEL_BAR_MODE_DISCRETE" link="GtkLevelBar.html#GTK-LEVEL-BAR-MODE-DISCRETE:CAPS"/>
|
6856
|
+
<keyword type="constant" name="GTK_ARROW_UP" link="GtkMenuButton.html#GTK-ARROW-UP:CAPS"/>
|
6857
|
+
<keyword type="constant" name="GTK_ARROW_DOWN" link="GtkMenuButton.html#GTK-ARROW-DOWN:CAPS"/>
|
6858
|
+
<keyword type="constant" name="GTK_ARROW_LEFT" link="GtkMenuButton.html#GTK-ARROW-LEFT:CAPS"/>
|
6859
|
+
<keyword type="constant" name="GTK_ARROW_RIGHT" link="GtkMenuButton.html#GTK-ARROW-RIGHT:CAPS"/>
|
6860
|
+
<keyword type="constant" name="GTK_ARROW_NONE" link="GtkMenuButton.html#GTK-ARROW-NONE:CAPS"/>
|
6861
|
+
<keyword type="constant" name="GTK_BUTTON_ROLE_NORMAL" link="GtkModelButton.html#GTK-BUTTON-ROLE-NORMAL:CAPS"/>
|
6862
|
+
<keyword type="constant" name="GTK_BUTTON_ROLE_CHECK" link="GtkModelButton.html#GTK-BUTTON-ROLE-CHECK:CAPS"/>
|
6863
|
+
<keyword type="constant" name="GTK_BUTTON_ROLE_RADIO" link="GtkModelButton.html#GTK-BUTTON-ROLE-RADIO:CAPS"/>
|
6864
|
+
<keyword type="constant" name="GTK_ENTRY_ICON_PRIMARY" link="GtkEntry.html#GTK-ENTRY-ICON-PRIMARY:CAPS"/>
|
6865
|
+
<keyword type="constant" name="GTK_ENTRY_ICON_SECONDARY" link="GtkEntry.html#GTK-ENTRY-ICON-SECONDARY:CAPS"/>
|
6866
|
+
<keyword type="constant" name="GTK_INPUT_PURPOSE_FREE_FORM" link="GtkEntry.html#GTK-INPUT-PURPOSE-FREE-FORM:CAPS"/>
|
6867
|
+
<keyword type="constant" name="GTK_INPUT_PURPOSE_ALPHA" link="GtkEntry.html#GTK-INPUT-PURPOSE-ALPHA:CAPS"/>
|
6868
|
+
<keyword type="constant" name="GTK_INPUT_PURPOSE_DIGITS" link="GtkEntry.html#GTK-INPUT-PURPOSE-DIGITS:CAPS"/>
|
6869
|
+
<keyword type="constant" name="GTK_INPUT_PURPOSE_NUMBER" link="GtkEntry.html#GTK-INPUT-PURPOSE-NUMBER:CAPS"/>
|
6870
|
+
<keyword type="constant" name="GTK_INPUT_PURPOSE_PHONE" link="GtkEntry.html#GTK-INPUT-PURPOSE-PHONE:CAPS"/>
|
6871
|
+
<keyword type="constant" name="GTK_INPUT_PURPOSE_URL" link="GtkEntry.html#GTK-INPUT-PURPOSE-URL:CAPS"/>
|
6872
|
+
<keyword type="constant" name="GTK_INPUT_PURPOSE_EMAIL" link="GtkEntry.html#GTK-INPUT-PURPOSE-EMAIL:CAPS"/>
|
6873
|
+
<keyword type="constant" name="GTK_INPUT_PURPOSE_NAME" link="GtkEntry.html#GTK-INPUT-PURPOSE-NAME:CAPS"/>
|
6874
|
+
<keyword type="constant" name="GTK_INPUT_PURPOSE_PASSWORD" link="GtkEntry.html#GTK-INPUT-PURPOSE-PASSWORD:CAPS"/>
|
6875
|
+
<keyword type="constant" name="GTK_INPUT_PURPOSE_PIN" link="GtkEntry.html#GTK-INPUT-PURPOSE-PIN:CAPS"/>
|
6876
|
+
<keyword type="constant" name="GTK_INPUT_HINT_NONE" link="GtkEntry.html#GTK-INPUT-HINT-NONE:CAPS"/>
|
6877
|
+
<keyword type="constant" name="GTK_INPUT_HINT_SPELLCHECK" link="GtkEntry.html#GTK-INPUT-HINT-SPELLCHECK:CAPS"/>
|
6878
|
+
<keyword type="constant" name="GTK_INPUT_HINT_NO_SPELLCHECK" link="GtkEntry.html#GTK-INPUT-HINT-NO-SPELLCHECK:CAPS"/>
|
6879
|
+
<keyword type="constant" name="GTK_INPUT_HINT_WORD_COMPLETION" link="GtkEntry.html#GTK-INPUT-HINT-WORD-COMPLETION:CAPS"/>
|
6880
|
+
<keyword type="constant" name="GTK_INPUT_HINT_LOWERCASE" link="GtkEntry.html#GTK-INPUT-HINT-LOWERCASE:CAPS"/>
|
6881
|
+
<keyword type="constant" name="GTK_INPUT_HINT_UPPERCASE_CHARS" link="GtkEntry.html#GTK-INPUT-HINT-UPPERCASE-CHARS:CAPS"/>
|
6882
|
+
<keyword type="constant" name="GTK_INPUT_HINT_UPPERCASE_WORDS" link="GtkEntry.html#GTK-INPUT-HINT-UPPERCASE-WORDS:CAPS"/>
|
6883
|
+
<keyword type="constant" name="GTK_INPUT_HINT_UPPERCASE_SENTENCES" link="GtkEntry.html#GTK-INPUT-HINT-UPPERCASE-SENTENCES:CAPS"/>
|
6884
|
+
<keyword type="constant" name="GTK_INPUT_HINT_INHIBIT_OSK" link="GtkEntry.html#GTK-INPUT-HINT-INHIBIT-OSK:CAPS"/>
|
6885
|
+
<keyword type="constant" name="GTK_UPDATE_ALWAYS" link="GtkSpinButton.html#GTK-UPDATE-ALWAYS:CAPS"/>
|
6886
|
+
<keyword type="constant" name="GTK_UPDATE_IF_VALID" link="GtkSpinButton.html#GTK-UPDATE-IF-VALID:CAPS"/>
|
6887
|
+
<keyword type="constant" name="GTK_SPIN_STEP_FORWARD" link="GtkSpinButton.html#GTK-SPIN-STEP-FORWARD:CAPS"/>
|
6888
|
+
<keyword type="constant" name="GTK_SPIN_STEP_BACKWARD" link="GtkSpinButton.html#GTK-SPIN-STEP-BACKWARD:CAPS"/>
|
6889
|
+
<keyword type="constant" name="GTK_SPIN_PAGE_FORWARD" link="GtkSpinButton.html#GTK-SPIN-PAGE-FORWARD:CAPS"/>
|
6890
|
+
<keyword type="constant" name="GTK_SPIN_PAGE_BACKWARD" link="GtkSpinButton.html#GTK-SPIN-PAGE-BACKWARD:CAPS"/>
|
6891
|
+
<keyword type="constant" name="GTK_SPIN_HOME" link="GtkSpinButton.html#GTK-SPIN-HOME:CAPS"/>
|
6892
|
+
<keyword type="constant" name="GTK_SPIN_END" link="GtkSpinButton.html#GTK-SPIN-END:CAPS"/>
|
6893
|
+
<keyword type="constant" name="GTK_SPIN_USER_DEFINED" link="GtkSpinButton.html#GTK-SPIN-USER-DEFINED:CAPS"/>
|
6894
|
+
<keyword type="constant" name="GTK_TEXT_SEARCH_VISIBLE_ONLY" link="GtkTextIter.html#GTK-TEXT-SEARCH-VISIBLE-ONLY:CAPS"/>
|
6895
|
+
<keyword type="constant" name="GTK_TEXT_SEARCH_TEXT_ONLY" link="GtkTextIter.html#GTK-TEXT-SEARCH-TEXT-ONLY:CAPS"/>
|
6896
|
+
<keyword type="constant" name="GTK_TEXT_SEARCH_CASE_INSENSITIVE" link="GtkTextIter.html#GTK-TEXT-SEARCH-CASE-INSENSITIVE:CAPS"/>
|
6897
|
+
<keyword type="constant" name="GTK_TEXT_BUFFER_TARGET_INFO_BUFFER_CONTENTS" link="GtkTextBuffer.html#GTK-TEXT-BUFFER-TARGET-INFO-BUFFER-CONTENTS:CAPS"/>
|
6898
|
+
<keyword type="constant" name="GTK_TEXT_BUFFER_TARGET_INFO_RICH_TEXT" link="GtkTextBuffer.html#GTK-TEXT-BUFFER-TARGET-INFO-RICH-TEXT:CAPS"/>
|
6899
|
+
<keyword type="constant" name="GTK_TEXT_BUFFER_TARGET_INFO_TEXT" link="GtkTextBuffer.html#GTK-TEXT-BUFFER-TARGET-INFO-TEXT:CAPS"/>
|
6900
|
+
<keyword type="constant" name="GTK_TEXT_VIEW_LAYER_BELOW" link="GtkTextView.html#GTK-TEXT-VIEW-LAYER-BELOW:CAPS"/>
|
6901
|
+
<keyword type="constant" name="GTK_TEXT_VIEW_LAYER_ABOVE" link="GtkTextView.html#GTK-TEXT-VIEW-LAYER-ABOVE:CAPS"/>
|
6902
|
+
<keyword type="constant" name="GTK_TEXT_WINDOW_WIDGET" link="GtkTextView.html#GTK-TEXT-WINDOW-WIDGET:CAPS"/>
|
6903
|
+
<keyword type="constant" name="GTK_TEXT_WINDOW_TEXT" link="GtkTextView.html#GTK-TEXT-WINDOW-TEXT:CAPS"/>
|
6904
|
+
<keyword type="constant" name="GTK_TEXT_WINDOW_LEFT" link="GtkTextView.html#GTK-TEXT-WINDOW-LEFT:CAPS"/>
|
6905
|
+
<keyword type="constant" name="GTK_TEXT_WINDOW_RIGHT" link="GtkTextView.html#GTK-TEXT-WINDOW-RIGHT:CAPS"/>
|
6906
|
+
<keyword type="constant" name="GTK_TEXT_WINDOW_TOP" link="GtkTextView.html#GTK-TEXT-WINDOW-TOP:CAPS"/>
|
6907
|
+
<keyword type="constant" name="GTK_TEXT_WINDOW_BOTTOM" link="GtkTextView.html#GTK-TEXT-WINDOW-BOTTOM:CAPS"/>
|
6908
|
+
<keyword type="constant" name="GTK_TEXT_EXTEND_SELECTION_WORD" link="GtkTextView.html#GTK-TEXT-EXTEND-SELECTION-WORD:CAPS"/>
|
6909
|
+
<keyword type="constant" name="GTK_TEXT_EXTEND_SELECTION_LINE" link="GtkTextView.html#GTK-TEXT-EXTEND-SELECTION-LINE:CAPS"/>
|
6910
|
+
<keyword type="constant" name="GTK_WRAP_NONE" link="GtkTextView.html#GTK-WRAP-NONE:CAPS"/>
|
6911
|
+
<keyword type="constant" name="GTK_WRAP_CHAR" link="GtkTextView.html#GTK-WRAP-CHAR:CAPS"/>
|
6912
|
+
<keyword type="constant" name="GTK_WRAP_WORD" link="GtkTextView.html#GTK-WRAP-WORD:CAPS"/>
|
6913
|
+
<keyword type="constant" name="GTK_WRAP_WORD_CHAR" link="GtkTextView.html#GTK-WRAP-WORD-CHAR:CAPS"/>
|
6914
|
+
<keyword type="constant" name="GTK_TREE_MODEL_ITERS_PERSIST" link="GtkTreeModel.html#GTK-TREE-MODEL-ITERS-PERSIST:CAPS"/>
|
6915
|
+
<keyword type="constant" name="GTK_TREE_MODEL_LIST_ONLY" link="GtkTreeModel.html#GTK-TREE-MODEL-LIST-ONLY:CAPS"/>
|
6916
|
+
<keyword type="constant" name="GTK_TREE_VIEW_COLUMN_GROW_ONLY" link="GtkTreeViewColumn.html#GTK-TREE-VIEW-COLUMN-GROW-ONLY:CAPS"/>
|
6917
|
+
<keyword type="constant" name="GTK_TREE_VIEW_COLUMN_AUTOSIZE" link="GtkTreeViewColumn.html#GTK-TREE-VIEW-COLUMN-AUTOSIZE:CAPS"/>
|
6918
|
+
<keyword type="constant" name="GTK_TREE_VIEW_COLUMN_FIXED" link="GtkTreeViewColumn.html#GTK-TREE-VIEW-COLUMN-FIXED:CAPS"/>
|
6919
|
+
<keyword type="constant" name="GTK_TREE_VIEW_DROP_BEFORE" link="GtkTreeView.html#GTK-TREE-VIEW-DROP-BEFORE:CAPS"/>
|
6920
|
+
<keyword type="constant" name="GTK_TREE_VIEW_DROP_AFTER" link="GtkTreeView.html#GTK-TREE-VIEW-DROP-AFTER:CAPS"/>
|
6921
|
+
<keyword type="constant" name="GTK_TREE_VIEW_DROP_INTO_OR_BEFORE" link="GtkTreeView.html#GTK-TREE-VIEW-DROP-INTO-OR-BEFORE:CAPS"/>
|
6922
|
+
<keyword type="constant" name="GTK_TREE_VIEW_DROP_INTO_OR_AFTER" link="GtkTreeView.html#GTK-TREE-VIEW-DROP-INTO-OR-AFTER:CAPS"/>
|
6923
|
+
<keyword type="constant" name="GTK_TREE_VIEW_GRID_LINES_NONE" link="GtkTreeView.html#GTK-TREE-VIEW-GRID-LINES-NONE:CAPS"/>
|
6924
|
+
<keyword type="constant" name="GTK_TREE_VIEW_GRID_LINES_HORIZONTAL" link="GtkTreeView.html#GTK-TREE-VIEW-GRID-LINES-HORIZONTAL:CAPS"/>
|
6925
|
+
<keyword type="constant" name="GTK_TREE_VIEW_GRID_LINES_VERTICAL" link="GtkTreeView.html#GTK-TREE-VIEW-GRID-LINES-VERTICAL:CAPS"/>
|
6926
|
+
<keyword type="constant" name="GTK_TREE_VIEW_GRID_LINES_BOTH" link="GtkTreeView.html#GTK-TREE-VIEW-GRID-LINES-BOTH:CAPS"/>
|
6927
|
+
<keyword type="constant" name="GTK_ICON_VIEW_NO_DROP" link="GtkIconView.html#GTK-ICON-VIEW-NO-DROP:CAPS"/>
|
6928
|
+
<keyword type="constant" name="GTK_ICON_VIEW_DROP_INTO" link="GtkIconView.html#GTK-ICON-VIEW-DROP-INTO:CAPS"/>
|
6929
|
+
<keyword type="constant" name="GTK_ICON_VIEW_DROP_LEFT" link="GtkIconView.html#GTK-ICON-VIEW-DROP-LEFT:CAPS"/>
|
6930
|
+
<keyword type="constant" name="GTK_ICON_VIEW_DROP_RIGHT" link="GtkIconView.html#GTK-ICON-VIEW-DROP-RIGHT:CAPS"/>
|
6931
|
+
<keyword type="constant" name="GTK_ICON_VIEW_DROP_ABOVE" link="GtkIconView.html#GTK-ICON-VIEW-DROP-ABOVE:CAPS"/>
|
6932
|
+
<keyword type="constant" name="GTK_ICON_VIEW_DROP_BELOW" link="GtkIconView.html#GTK-ICON-VIEW-DROP-BELOW:CAPS"/>
|
6933
|
+
<keyword type="constant" name="GTK_CELL_RENDERER_SELECTED" link="GtkCellRenderer.html#GTK-CELL-RENDERER-SELECTED:CAPS"/>
|
6934
|
+
<keyword type="constant" name="GTK_CELL_RENDERER_PRELIT" link="GtkCellRenderer.html#GTK-CELL-RENDERER-PRELIT:CAPS"/>
|
6935
|
+
<keyword type="constant" name="GTK_CELL_RENDERER_INSENSITIVE" link="GtkCellRenderer.html#GTK-CELL-RENDERER-INSENSITIVE:CAPS"/>
|
6936
|
+
<keyword type="constant" name="GTK_CELL_RENDERER_SORTED" link="GtkCellRenderer.html#GTK-CELL-RENDERER-SORTED:CAPS"/>
|
6937
|
+
<keyword type="constant" name="GTK_CELL_RENDERER_FOCUSED" link="GtkCellRenderer.html#GTK-CELL-RENDERER-FOCUSED:CAPS"/>
|
6938
|
+
<keyword type="constant" name="GTK_CELL_RENDERER_EXPANDABLE" link="GtkCellRenderer.html#GTK-CELL-RENDERER-EXPANDABLE:CAPS"/>
|
6939
|
+
<keyword type="constant" name="GTK_CELL_RENDERER_EXPANDED" link="GtkCellRenderer.html#GTK-CELL-RENDERER-EXPANDED:CAPS"/>
|
6940
|
+
<keyword type="constant" name="GTK_CELL_RENDERER_MODE_INERT" link="GtkCellRenderer.html#GTK-CELL-RENDERER-MODE-INERT:CAPS"/>
|
6941
|
+
<keyword type="constant" name="GTK_CELL_RENDERER_MODE_ACTIVATABLE" link="GtkCellRenderer.html#GTK-CELL-RENDERER-MODE-ACTIVATABLE:CAPS"/>
|
6942
|
+
<keyword type="constant" name="GTK_CELL_RENDERER_MODE_EDITABLE" link="GtkCellRenderer.html#GTK-CELL-RENDERER-MODE-EDITABLE:CAPS"/>
|
6943
|
+
<keyword type="constant" name="GTK_CELL_RENDERER_ACCEL_MODE_GTK" link="GtkCellRendererAccel.html#GTK-CELL-RENDERER-ACCEL-MODE-GTK:CAPS"/>
|
6944
|
+
<keyword type="constant" name="GTK_CELL_RENDERER_ACCEL_MODE_OTHER" link="GtkCellRendererAccel.html#GTK-CELL-RENDERER-ACCEL-MODE-OTHER:CAPS"/>
|
6945
|
+
<keyword type="constant" name="GTK_ARROWS_BOTH" link="GtkMenu.html#GTK-ARROWS-BOTH:CAPS"/>
|
6946
|
+
<keyword type="constant" name="GTK_ARROWS_START" link="GtkMenu.html#GTK-ARROWS-START:CAPS"/>
|
6947
|
+
<keyword type="constant" name="GTK_ARROWS_END" link="GtkMenu.html#GTK-ARROWS-END:CAPS"/>
|
6948
|
+
<keyword type="constant" name="GTK_PACK_DIRECTION_LTR" link="GtkMenuBar.html#GTK-PACK-DIRECTION-LTR:CAPS"/>
|
6949
|
+
<keyword type="constant" name="GTK_PACK_DIRECTION_RTL" link="GtkMenuBar.html#GTK-PACK-DIRECTION-RTL:CAPS"/>
|
6950
|
+
<keyword type="constant" name="GTK_PACK_DIRECTION_TTB" link="GtkMenuBar.html#GTK-PACK-DIRECTION-TTB:CAPS"/>
|
6951
|
+
<keyword type="constant" name="GTK_PACK_DIRECTION_BTT" link="GtkMenuBar.html#GTK-PACK-DIRECTION-BTT:CAPS"/>
|
6952
|
+
<keyword type="constant" name="GTK_TOOLBAR_SPACE_EMPTY" link="GtkToolbar.html#GTK-TOOLBAR-SPACE-EMPTY:CAPS"/>
|
6953
|
+
<keyword type="constant" name="GTK_TOOLBAR_SPACE_LINE" link="GtkToolbar.html#GTK-TOOLBAR-SPACE-LINE:CAPS"/>
|
6954
|
+
<keyword type="constant" name="GTK_TOOL_PALETTE_DRAG_ITEMS" link="GtkToolPalette.html#GTK-TOOL-PALETTE-DRAG-ITEMS:CAPS"/>
|
6955
|
+
<keyword type="constant" name="GTK_TOOL_PALETTE_DRAG_GROUPS" link="GtkToolPalette.html#GTK-TOOL-PALETTE-DRAG-GROUPS:CAPS"/>
|
6956
|
+
<keyword type="constant" name="GTK_FILE_CHOOSER_ACTION_OPEN" link="GtkFileChooser.html#GTK-FILE-CHOOSER-ACTION-OPEN:CAPS"/>
|
6957
|
+
<keyword type="constant" name="GTK_FILE_CHOOSER_ACTION_SAVE" link="GtkFileChooser.html#GTK-FILE-CHOOSER-ACTION-SAVE:CAPS"/>
|
6958
|
+
<keyword type="constant" name="GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER" link="GtkFileChooser.html#GTK-FILE-CHOOSER-ACTION-SELECT-FOLDER:CAPS"/>
|
6959
|
+
<keyword type="constant" name="GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER" link="GtkFileChooser.html#GTK-FILE-CHOOSER-ACTION-CREATE-FOLDER:CAPS"/>
|
6960
|
+
<keyword type="constant" name="GTK_FILE_CHOOSER_CONFIRMATION_CONFIRM" link="GtkFileChooser.html#GTK-FILE-CHOOSER-CONFIRMATION-CONFIRM:CAPS"/>
|
6961
|
+
<keyword type="constant" name="GTK_FILE_CHOOSER_CONFIRMATION_ACCEPT_FILENAME" link="GtkFileChooser.html#GTK-FILE-CHOOSER-CONFIRMATION-ACCEPT-FILENAME:CAPS"/>
|
6962
|
+
<keyword type="constant" name="GTK_FILE_CHOOSER_CONFIRMATION_SELECT_AGAIN" link="GtkFileChooser.html#GTK-FILE-CHOOSER-CONFIRMATION-SELECT-AGAIN:CAPS"/>
|
6963
|
+
<keyword type="constant" name="GTK_FILE_CHOOSER_ERROR_NONEXISTENT" link="GtkFileChooser.html#GTK-FILE-CHOOSER-ERROR-NONEXISTENT:CAPS"/>
|
6964
|
+
<keyword type="constant" name="GTK_FILE_CHOOSER_ERROR_BAD_FILENAME" link="GtkFileChooser.html#GTK-FILE-CHOOSER-ERROR-BAD-FILENAME:CAPS"/>
|
6965
|
+
<keyword type="constant" name="GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS" link="GtkFileChooser.html#GTK-FILE-CHOOSER-ERROR-ALREADY-EXISTS:CAPS"/>
|
6966
|
+
<keyword type="constant" name="GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME" link="GtkFileChooser.html#GTK-FILE-CHOOSER-ERROR-INCOMPLETE-HOSTNAME:CAPS"/>
|
6967
|
+
<keyword type="constant" name="GTK_FILE_FILTER_FILENAME" link="GtkFileFilter.html#GTK-FILE-FILTER-FILENAME:CAPS"/>
|
6968
|
+
<keyword type="constant" name="GTK_FILE_FILTER_URI" link="GtkFileFilter.html#GTK-FILE-FILTER-URI:CAPS"/>
|
6969
|
+
<keyword type="constant" name="GTK_FILE_FILTER_DISPLAY_NAME" link="GtkFileFilter.html#GTK-FILE-FILTER-DISPLAY-NAME:CAPS"/>
|
6970
|
+
<keyword type="constant" name="GTK_FILE_FILTER_MIME_TYPE" link="GtkFileFilter.html#GTK-FILE-FILTER-MIME-TYPE:CAPS"/>
|
6971
|
+
<keyword type="constant" name="GTK_PLACES_OPEN_NORMAL" link="GtkPlacesSidebar.html#GTK-PLACES-OPEN-NORMAL:CAPS"/>
|
6972
|
+
<keyword type="constant" name="GTK_PLACES_OPEN_NEW_TAB" link="GtkPlacesSidebar.html#GTK-PLACES-OPEN-NEW-TAB:CAPS"/>
|
6973
|
+
<keyword type="constant" name="GTK_PLACES_OPEN_NEW_WINDOW" link="GtkPlacesSidebar.html#GTK-PLACES-OPEN-NEW-WINDOW:CAPS"/>
|
6974
|
+
<keyword type="constant" name="GTK_POLICY_ALWAYS" link="GtkScrolledWindow.html#GTK-POLICY-ALWAYS:CAPS"/>
|
6975
|
+
<keyword type="constant" name="GTK_POLICY_AUTOMATIC" link="GtkScrolledWindow.html#GTK-POLICY-AUTOMATIC:CAPS"/>
|
6976
|
+
<keyword type="constant" name="GTK_POLICY_NEVER" link="GtkScrolledWindow.html#GTK-POLICY-NEVER:CAPS"/>
|
6977
|
+
<keyword type="constant" name="GTK_POLICY_EXTERNAL" link="GtkScrolledWindow.html#GTK-POLICY-EXTERNAL:CAPS"/>
|
6978
|
+
<keyword type="constant" name="GTK_CORNER_TOP_LEFT" link="GtkScrolledWindow.html#GTK-CORNER-TOP-LEFT:CAPS"/>
|
6979
|
+
<keyword type="constant" name="GTK_CORNER_BOTTOM_LEFT" link="GtkScrolledWindow.html#GTK-CORNER-BOTTOM-LEFT:CAPS"/>
|
6980
|
+
<keyword type="constant" name="GTK_CORNER_TOP_RIGHT" link="GtkScrolledWindow.html#GTK-CORNER-TOP-RIGHT:CAPS"/>
|
6981
|
+
<keyword type="constant" name="GTK_CORNER_BOTTOM_RIGHT" link="GtkScrolledWindow.html#GTK-CORNER-BOTTOM-RIGHT:CAPS"/>
|
6982
|
+
<keyword type="constant" name="GTK_SCROLL_MINIMUM" link="GtkScrollable.html#GTK-SCROLL-MINIMUM:CAPS"/>
|
6983
|
+
<keyword type="constant" name="GTK_SCROLL_NATURAL" link="GtkScrollable.html#GTK-SCROLL-NATURAL:CAPS"/>
|
6984
|
+
<keyword type="constant" name="GTK_PRINT_STATUS_INITIAL" link="gtk3-High-level-Printing-API.html#GTK-PRINT-STATUS-INITIAL:CAPS"/>
|
6985
|
+
<keyword type="constant" name="GTK_PRINT_STATUS_PREPARING" link="gtk3-High-level-Printing-API.html#GTK-PRINT-STATUS-PREPARING:CAPS"/>
|
6986
|
+
<keyword type="constant" name="GTK_PRINT_STATUS_GENERATING_DATA" link="gtk3-High-level-Printing-API.html#GTK-PRINT-STATUS-GENERATING-DATA:CAPS"/>
|
6987
|
+
<keyword type="constant" name="GTK_PRINT_STATUS_SENDING_DATA" link="gtk3-High-level-Printing-API.html#GTK-PRINT-STATUS-SENDING-DATA:CAPS"/>
|
6988
|
+
<keyword type="constant" name="GTK_PRINT_STATUS_PENDING" link="gtk3-High-level-Printing-API.html#GTK-PRINT-STATUS-PENDING:CAPS"/>
|
6989
|
+
<keyword type="constant" name="GTK_PRINT_STATUS_PENDING_ISSUE" link="gtk3-High-level-Printing-API.html#GTK-PRINT-STATUS-PENDING-ISSUE:CAPS"/>
|
6990
|
+
<keyword type="constant" name="GTK_PRINT_STATUS_PRINTING" link="gtk3-High-level-Printing-API.html#GTK-PRINT-STATUS-PRINTING:CAPS"/>
|
6991
|
+
<keyword type="constant" name="GTK_PRINT_STATUS_FINISHED" link="gtk3-High-level-Printing-API.html#GTK-PRINT-STATUS-FINISHED:CAPS"/>
|
6992
|
+
<keyword type="constant" name="GTK_PRINT_STATUS_FINISHED_ABORTED" link="gtk3-High-level-Printing-API.html#GTK-PRINT-STATUS-FINISHED-ABORTED:CAPS"/>
|
6993
|
+
<keyword type="constant" name="GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG" link="gtk3-High-level-Printing-API.html#GTK-PRINT-OPERATION-ACTION-PRINT-DIALOG:CAPS"/>
|
6994
|
+
<keyword type="constant" name="GTK_PRINT_OPERATION_ACTION_PRINT" link="gtk3-High-level-Printing-API.html#GTK-PRINT-OPERATION-ACTION-PRINT:CAPS"/>
|
6995
|
+
<keyword type="constant" name="GTK_PRINT_OPERATION_ACTION_PREVIEW" link="gtk3-High-level-Printing-API.html#GTK-PRINT-OPERATION-ACTION-PREVIEW:CAPS"/>
|
6996
|
+
<keyword type="constant" name="GTK_PRINT_OPERATION_ACTION_EXPORT" link="gtk3-High-level-Printing-API.html#GTK-PRINT-OPERATION-ACTION-EXPORT:CAPS"/>
|
6997
|
+
<keyword type="constant" name="GTK_PRINT_OPERATION_RESULT_ERROR" link="gtk3-High-level-Printing-API.html#GTK-PRINT-OPERATION-RESULT-ERROR:CAPS"/>
|
6998
|
+
<keyword type="constant" name="GTK_PRINT_OPERATION_RESULT_APPLY" link="gtk3-High-level-Printing-API.html#GTK-PRINT-OPERATION-RESULT-APPLY:CAPS"/>
|
6999
|
+
<keyword type="constant" name="GTK_PRINT_OPERATION_RESULT_CANCEL" link="gtk3-High-level-Printing-API.html#GTK-PRINT-OPERATION-RESULT-CANCEL:CAPS"/>
|
7000
|
+
<keyword type="constant" name="GTK_PRINT_OPERATION_RESULT_IN_PROGRESS" link="gtk3-High-level-Printing-API.html#GTK-PRINT-OPERATION-RESULT-IN-PROGRESS:CAPS"/>
|
7001
|
+
<keyword type="constant" name="GTK_PRINT_ERROR_GENERAL" link="gtk3-High-level-Printing-API.html#GTK-PRINT-ERROR-GENERAL:CAPS"/>
|
7002
|
+
<keyword type="constant" name="GTK_PRINT_ERROR_INTERNAL_ERROR" link="gtk3-High-level-Printing-API.html#GTK-PRINT-ERROR-INTERNAL-ERROR:CAPS"/>
|
7003
|
+
<keyword type="constant" name="GTK_PRINT_ERROR_NOMEM" link="gtk3-High-level-Printing-API.html#GTK-PRINT-ERROR-NOMEM:CAPS"/>
|
7004
|
+
<keyword type="constant" name="GTK_PRINT_ERROR_INVALID_FILE" link="gtk3-High-level-Printing-API.html#GTK-PRINT-ERROR-INVALID-FILE:CAPS"/>
|
7005
|
+
<keyword type="constant" name="GTK_PAGE_ORIENTATION_PORTRAIT" link="GtkPrintSettings.html#GTK-PAGE-ORIENTATION-PORTRAIT:CAPS"/>
|
7006
|
+
<keyword type="constant" name="GTK_PAGE_ORIENTATION_LANDSCAPE" link="GtkPrintSettings.html#GTK-PAGE-ORIENTATION-LANDSCAPE:CAPS"/>
|
7007
|
+
<keyword type="constant" name="GTK_PAGE_ORIENTATION_REVERSE_PORTRAIT" link="GtkPrintSettings.html#GTK-PAGE-ORIENTATION-REVERSE-PORTRAIT:CAPS"/>
|
7008
|
+
<keyword type="constant" name="GTK_PAGE_ORIENTATION_REVERSE_LANDSCAPE" link="GtkPrintSettings.html#GTK-PAGE-ORIENTATION-REVERSE-LANDSCAPE:CAPS"/>
|
7009
|
+
<keyword type="constant" name="GTK_PRINT_DUPLEX_SIMPLEX" link="GtkPrintSettings.html#GTK-PRINT-DUPLEX-SIMPLEX:CAPS"/>
|
7010
|
+
<keyword type="constant" name="GTK_PRINT_DUPLEX_HORIZONTAL" link="GtkPrintSettings.html#GTK-PRINT-DUPLEX-HORIZONTAL:CAPS"/>
|
7011
|
+
<keyword type="constant" name="GTK_PRINT_DUPLEX_VERTICAL" link="GtkPrintSettings.html#GTK-PRINT-DUPLEX-VERTICAL:CAPS"/>
|
7012
|
+
<keyword type="constant" name="GTK_PRINT_QUALITY_LOW" link="GtkPrintSettings.html#GTK-PRINT-QUALITY-LOW:CAPS"/>
|
7013
|
+
<keyword type="constant" name="GTK_PRINT_QUALITY_NORMAL" link="GtkPrintSettings.html#GTK-PRINT-QUALITY-NORMAL:CAPS"/>
|
7014
|
+
<keyword type="constant" name="GTK_PRINT_QUALITY_HIGH" link="GtkPrintSettings.html#GTK-PRINT-QUALITY-HIGH:CAPS"/>
|
7015
|
+
<keyword type="constant" name="GTK_PRINT_QUALITY_DRAFT" link="GtkPrintSettings.html#GTK-PRINT-QUALITY-DRAFT:CAPS"/>
|
7016
|
+
<keyword type="constant" name="GTK_NUMBER_UP_LAYOUT_LEFT_TO_RIGHT_TOP_TO_BOTTOM" link="GtkPrintSettings.html#GTK-NUMBER-UP-LAYOUT-LEFT-TO-RIGHT-TOP-TO-BOTTOM:CAPS"/>
|
7017
|
+
<keyword type="constant" name="GTK_NUMBER_UP_LAYOUT_LEFT_TO_RIGHT_BOTTOM_TO_TOP" link="GtkPrintSettings.html#GTK-NUMBER-UP-LAYOUT-LEFT-TO-RIGHT-BOTTOM-TO-TOP:CAPS"/>
|
7018
|
+
<keyword type="constant" name="GTK_NUMBER_UP_LAYOUT_RIGHT_TO_LEFT_TOP_TO_BOTTOM" link="GtkPrintSettings.html#GTK-NUMBER-UP-LAYOUT-RIGHT-TO-LEFT-TOP-TO-BOTTOM:CAPS"/>
|
7019
|
+
<keyword type="constant" name="GTK_NUMBER_UP_LAYOUT_RIGHT_TO_LEFT_BOTTOM_TO_TOP" link="GtkPrintSettings.html#GTK-NUMBER-UP-LAYOUT-RIGHT-TO-LEFT-BOTTOM-TO-TOP:CAPS"/>
|
7020
|
+
<keyword type="constant" name="GTK_NUMBER_UP_LAYOUT_TOP_TO_BOTTOM_LEFT_TO_RIGHT" link="GtkPrintSettings.html#GTK-NUMBER-UP-LAYOUT-TOP-TO-BOTTOM-LEFT-TO-RIGHT:CAPS"/>
|
7021
|
+
<keyword type="constant" name="GTK_NUMBER_UP_LAYOUT_TOP_TO_BOTTOM_RIGHT_TO_LEFT" link="GtkPrintSettings.html#GTK-NUMBER-UP-LAYOUT-TOP-TO-BOTTOM-RIGHT-TO-LEFT:CAPS"/>
|
7022
|
+
<keyword type="constant" name="GTK_NUMBER_UP_LAYOUT_BOTTOM_TO_TOP_LEFT_TO_RIGHT" link="GtkPrintSettings.html#GTK-NUMBER-UP-LAYOUT-BOTTOM-TO-TOP-LEFT-TO-RIGHT:CAPS"/>
|
7023
|
+
<keyword type="constant" name="GTK_NUMBER_UP_LAYOUT_BOTTOM_TO_TOP_RIGHT_TO_LEFT" link="GtkPrintSettings.html#GTK-NUMBER-UP-LAYOUT-BOTTOM-TO-TOP-RIGHT-TO-LEFT:CAPS"/>
|
7024
|
+
<keyword type="constant" name="GTK_PRINT_PAGES_ALL" link="GtkPrintSettings.html#GTK-PRINT-PAGES-ALL:CAPS"/>
|
7025
|
+
<keyword type="constant" name="GTK_PRINT_PAGES_CURRENT" link="GtkPrintSettings.html#GTK-PRINT-PAGES-CURRENT:CAPS"/>
|
7026
|
+
<keyword type="constant" name="GTK_PRINT_PAGES_RANGES" link="GtkPrintSettings.html#GTK-PRINT-PAGES-RANGES:CAPS"/>
|
7027
|
+
<keyword type="constant" name="GTK_PRINT_PAGES_SELECTION" link="GtkPrintSettings.html#GTK-PRINT-PAGES-SELECTION:CAPS"/>
|
7028
|
+
<keyword type="constant" name="GTK_PAGE_SET_ALL" link="GtkPrintSettings.html#GTK-PAGE-SET-ALL:CAPS"/>
|
7029
|
+
<keyword type="constant" name="GTK_PAGE_SET_EVEN" link="GtkPrintSettings.html#GTK-PAGE-SET-EVEN:CAPS"/>
|
7030
|
+
<keyword type="constant" name="GTK_PAGE_SET_ODD" link="GtkPrintSettings.html#GTK-PAGE-SET-ODD:CAPS"/>
|
7031
|
+
<keyword type="constant" name="GTK_UNIT_NONE" link="GtkPaperSize.html#GTK-UNIT-NONE:CAPS"/>
|
7032
|
+
<keyword type="constant" name="GTK_UNIT_POINTS" link="GtkPaperSize.html#GTK-UNIT-POINTS:CAPS"/>
|
7033
|
+
<keyword type="constant" name="GTK_UNIT_INCH" link="GtkPaperSize.html#GTK-UNIT-INCH:CAPS"/>
|
7034
|
+
<keyword type="constant" name="GTK_UNIT_MM" link="GtkPaperSize.html#GTK-UNIT-MM:CAPS"/>
|
7035
|
+
<keyword type="constant" name="GTK_PRINT_CAPABILITY_PAGE_SET" link="GtkPrintUnixDialog.html#GTK-PRINT-CAPABILITY-PAGE-SET:CAPS"/>
|
7036
|
+
<keyword type="constant" name="GTK_PRINT_CAPABILITY_COPIES" link="GtkPrintUnixDialog.html#GTK-PRINT-CAPABILITY-COPIES:CAPS"/>
|
7037
|
+
<keyword type="constant" name="GTK_PRINT_CAPABILITY_COLLATE" link="GtkPrintUnixDialog.html#GTK-PRINT-CAPABILITY-COLLATE:CAPS"/>
|
7038
|
+
<keyword type="constant" name="GTK_PRINT_CAPABILITY_REVERSE" link="GtkPrintUnixDialog.html#GTK-PRINT-CAPABILITY-REVERSE:CAPS"/>
|
7039
|
+
<keyword type="constant" name="GTK_PRINT_CAPABILITY_SCALE" link="GtkPrintUnixDialog.html#GTK-PRINT-CAPABILITY-SCALE:CAPS"/>
|
7040
|
+
<keyword type="constant" name="GTK_PRINT_CAPABILITY_GENERATE_PDF" link="GtkPrintUnixDialog.html#GTK-PRINT-CAPABILITY-GENERATE-PDF:CAPS"/>
|
7041
|
+
<keyword type="constant" name="GTK_PRINT_CAPABILITY_GENERATE_PS" link="GtkPrintUnixDialog.html#GTK-PRINT-CAPABILITY-GENERATE-PS:CAPS"/>
|
7042
|
+
<keyword type="constant" name="GTK_PRINT_CAPABILITY_PREVIEW" link="GtkPrintUnixDialog.html#GTK-PRINT-CAPABILITY-PREVIEW:CAPS"/>
|
7043
|
+
<keyword type="constant" name="GTK_PRINT_CAPABILITY_NUMBER_UP" link="GtkPrintUnixDialog.html#GTK-PRINT-CAPABILITY-NUMBER-UP:CAPS"/>
|
7044
|
+
<keyword type="constant" name="GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT" link="GtkPrintUnixDialog.html#GTK-PRINT-CAPABILITY-NUMBER-UP-LAYOUT:CAPS"/>
|
7045
|
+
<keyword type="constant" name="GTK_CALENDAR_SHOW_HEADING" link="GtkCalendar.html#GTK-CALENDAR-SHOW-HEADING:CAPS"/>
|
7046
|
+
<keyword type="constant" name="GTK_CALENDAR_SHOW_DAY_NAMES" link="GtkCalendar.html#GTK-CALENDAR-SHOW-DAY-NAMES:CAPS"/>
|
7047
|
+
<keyword type="constant" name="GTK_CALENDAR_NO_MONTH_CHANGE" link="GtkCalendar.html#GTK-CALENDAR-NO-MONTH-CHANGE:CAPS"/>
|
7048
|
+
<keyword type="constant" name="GTK_CALENDAR_SHOW_WEEK_NUMBERS" link="GtkCalendar.html#GTK-CALENDAR-SHOW-WEEK-NUMBERS:CAPS"/>
|
7049
|
+
<keyword type="constant" name="GTK_CALENDAR_SHOW_DETAILS" link="GtkCalendar.html#GTK-CALENDAR-SHOW-DETAILS:CAPS"/>
|
7050
|
+
<keyword type="constant" name="GTK_SIZE_GROUP_NONE" link="GtkSizeGroup.html#GTK-SIZE-GROUP-NONE:CAPS"/>
|
7051
|
+
<keyword type="constant" name="GTK_SIZE_GROUP_HORIZONTAL" link="GtkSizeGroup.html#GTK-SIZE-GROUP-HORIZONTAL:CAPS"/>
|
7052
|
+
<keyword type="constant" name="GTK_SIZE_GROUP_VERTICAL" link="GtkSizeGroup.html#GTK-SIZE-GROUP-VERTICAL:CAPS"/>
|
7053
|
+
<keyword type="constant" name="GTK_SIZE_GROUP_BOTH" link="GtkSizeGroup.html#GTK-SIZE-GROUP-BOTH:CAPS"/>
|
7054
|
+
<keyword type="constant" name="GTK_WIDGET_HELP_TOOLTIP" link="GtkWidget.html#GTK-WIDGET-HELP-TOOLTIP:CAPS"/>
|
7055
|
+
<keyword type="constant" name="GTK_WIDGET_HELP_WHATS_THIS" link="GtkWidget.html#GTK-WIDGET-HELP-WHATS-THIS:CAPS"/>
|
7056
|
+
<keyword type="constant" name="GTK_TEXT_DIR_NONE" link="GtkWidget.html#GTK-TEXT-DIR-NONE:CAPS"/>
|
7057
|
+
<keyword type="constant" name="GTK_TEXT_DIR_LTR" link="GtkWidget.html#GTK-TEXT-DIR-LTR:CAPS"/>
|
7058
|
+
<keyword type="constant" name="GTK_TEXT_DIR_RTL" link="GtkWidget.html#GTK-TEXT-DIR-RTL:CAPS"/>
|
7059
|
+
<keyword type="constant" name="GTK_STATE_NORMAL" link="GtkWidget.html#GTK-STATE-NORMAL:CAPS"/>
|
7060
|
+
<keyword type="constant" name="GTK_STATE_ACTIVE" link="GtkWidget.html#GTK-STATE-ACTIVE:CAPS"/>
|
7061
|
+
<keyword type="constant" name="GTK_STATE_PRELIGHT" link="GtkWidget.html#GTK-STATE-PRELIGHT:CAPS"/>
|
7062
|
+
<keyword type="constant" name="GTK_STATE_SELECTED" link="GtkWidget.html#GTK-STATE-SELECTED:CAPS"/>
|
7063
|
+
<keyword type="constant" name="GTK_STATE_INSENSITIVE" link="GtkWidget.html#GTK-STATE-INSENSITIVE:CAPS"/>
|
7064
|
+
<keyword type="constant" name="GTK_STATE_INCONSISTENT" link="GtkWidget.html#GTK-STATE-INCONSISTENT:CAPS"/>
|
7065
|
+
<keyword type="constant" name="GTK_STATE_FOCUSED" link="GtkWidget.html#GTK-STATE-FOCUSED:CAPS"/>
|
7066
|
+
<keyword type="constant" name="GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH" link="GtkWidget.html#GTK-SIZE-REQUEST-HEIGHT-FOR-WIDTH:CAPS"/>
|
7067
|
+
<keyword type="constant" name="GTK_SIZE_REQUEST_WIDTH_FOR_HEIGHT" link="GtkWidget.html#GTK-SIZE-REQUEST-WIDTH-FOR-HEIGHT:CAPS"/>
|
7068
|
+
<keyword type="constant" name="GTK_SIZE_REQUEST_CONSTANT_SIZE" link="GtkWidget.html#GTK-SIZE-REQUEST-CONSTANT-SIZE:CAPS"/>
|
7069
|
+
<keyword type="constant" name="GTK_ALIGN_FILL" link="GtkWidget.html#GTK-ALIGN-FILL:CAPS"/>
|
7070
|
+
<keyword type="constant" name="GTK_ALIGN_START" link="GtkWidget.html#GTK-ALIGN-START:CAPS"/>
|
7071
|
+
<keyword type="constant" name="GTK_ALIGN_END" link="GtkWidget.html#GTK-ALIGN-END:CAPS"/>
|
7072
|
+
<keyword type="constant" name="GTK_ALIGN_CENTER" link="GtkWidget.html#GTK-ALIGN-CENTER:CAPS"/>
|
7073
|
+
<keyword type="constant" name="GTK_ALIGN_BASELINE" link="GtkWidget.html#GTK-ALIGN-BASELINE:CAPS"/>
|
7074
|
+
<keyword type="constant" name="GTK_RESIZE_PARENT" link="GtkContainer.html#GTK-RESIZE-PARENT:CAPS"/>
|
7075
|
+
<keyword type="constant" name="GTK_RESIZE_QUEUE" link="GtkContainer.html#GTK-RESIZE-QUEUE:CAPS"/>
|
7076
|
+
<keyword type="constant" name="GTK_RESIZE_IMMEDIATE" link="GtkContainer.html#GTK-RESIZE-IMMEDIATE:CAPS"/>
|
7077
|
+
<keyword type="constant" name="GTK_MENU_DIR_PARENT" link="GtkMenuShell.html#GTK-MENU-DIR-PARENT:CAPS"/>
|
7078
|
+
<keyword type="constant" name="GTK_MENU_DIR_CHILD" link="GtkMenuShell.html#GTK-MENU-DIR-CHILD:CAPS"/>
|
7079
|
+
<keyword type="constant" name="GTK_MENU_DIR_NEXT" link="GtkMenuShell.html#GTK-MENU-DIR-NEXT:CAPS"/>
|
7080
|
+
<keyword type="constant" name="GTK_MENU_DIR_PREV" link="GtkMenuShell.html#GTK-MENU-DIR-PREV:CAPS"/>
|
7081
|
+
<keyword type="constant" name="GTK_SENSITIVITY_AUTO" link="GtkRange.html#GTK-SENSITIVITY-AUTO:CAPS"/>
|
7082
|
+
<keyword type="constant" name="GTK_SENSITIVITY_ON" link="GtkRange.html#GTK-SENSITIVITY-ON:CAPS"/>
|
7083
|
+
<keyword type="constant" name="GTK_SENSITIVITY_OFF" link="GtkRange.html#GTK-SENSITIVITY-OFF:CAPS"/>
|
7084
|
+
<keyword type="constant" name="GTK_RECENT_MANAGER_ERROR_NOT_FOUND" link="GtkRecentManager.html#GTK-RECENT-MANAGER-ERROR-NOT-FOUND:CAPS"/>
|
7085
|
+
<keyword type="constant" name="GTK_RECENT_MANAGER_ERROR_INVALID_URI" link="GtkRecentManager.html#GTK-RECENT-MANAGER-ERROR-INVALID-URI:CAPS"/>
|
7086
|
+
<keyword type="constant" name="GTK_RECENT_MANAGER_ERROR_INVALID_ENCODING" link="GtkRecentManager.html#GTK-RECENT-MANAGER-ERROR-INVALID-ENCODING:CAPS"/>
|
7087
|
+
<keyword type="constant" name="GTK_RECENT_MANAGER_ERROR_NOT_REGISTERED" link="GtkRecentManager.html#GTK-RECENT-MANAGER-ERROR-NOT-REGISTERED:CAPS"/>
|
7088
|
+
<keyword type="constant" name="GTK_RECENT_MANAGER_ERROR_READ" link="GtkRecentManager.html#GTK-RECENT-MANAGER-ERROR-READ:CAPS"/>
|
7089
|
+
<keyword type="constant" name="GTK_RECENT_MANAGER_ERROR_WRITE" link="GtkRecentManager.html#GTK-RECENT-MANAGER-ERROR-WRITE:CAPS"/>
|
7090
|
+
<keyword type="constant" name="GTK_RECENT_MANAGER_ERROR_UNKNOWN" link="GtkRecentManager.html#GTK-RECENT-MANAGER-ERROR-UNKNOWN:CAPS"/>
|
7091
|
+
<keyword type="constant" name="GTK_RECENT_CHOOSER_ERROR_NOT_FOUND" link="GtkRecentChooser.html#GTK-RECENT-CHOOSER-ERROR-NOT-FOUND:CAPS"/>
|
7092
|
+
<keyword type="constant" name="GTK_RECENT_CHOOSER_ERROR_INVALID_URI" link="GtkRecentChooser.html#GTK-RECENT-CHOOSER-ERROR-INVALID-URI:CAPS"/>
|
7093
|
+
<keyword type="constant" name="GTK_RECENT_SORT_NONE" link="GtkRecentChooser.html#GTK-RECENT-SORT-NONE:CAPS"/>
|
7094
|
+
<keyword type="constant" name="GTK_RECENT_SORT_MRU" link="GtkRecentChooser.html#GTK-RECENT-SORT-MRU:CAPS"/>
|
7095
|
+
<keyword type="constant" name="GTK_RECENT_SORT_LRU" link="GtkRecentChooser.html#GTK-RECENT-SORT-LRU:CAPS"/>
|
7096
|
+
<keyword type="constant" name="GTK_RECENT_SORT_CUSTOM" link="GtkRecentChooser.html#GTK-RECENT-SORT-CUSTOM:CAPS"/>
|
7097
|
+
<keyword type="constant" name="GTK_RECENT_FILTER_URI" link="GtkRecentFilter.html#GTK-RECENT-FILTER-URI:CAPS"/>
|
7098
|
+
<keyword type="constant" name="GTK_RECENT_FILTER_DISPLAY_NAME" link="GtkRecentFilter.html#GTK-RECENT-FILTER-DISPLAY-NAME:CAPS"/>
|
7099
|
+
<keyword type="constant" name="GTK_RECENT_FILTER_MIME_TYPE" link="GtkRecentFilter.html#GTK-RECENT-FILTER-MIME-TYPE:CAPS"/>
|
7100
|
+
<keyword type="constant" name="GTK_RECENT_FILTER_APPLICATION" link="GtkRecentFilter.html#GTK-RECENT-FILTER-APPLICATION:CAPS"/>
|
7101
|
+
<keyword type="constant" name="GTK_RECENT_FILTER_GROUP" link="GtkRecentFilter.html#GTK-RECENT-FILTER-GROUP:CAPS"/>
|
7102
|
+
<keyword type="constant" name="GTK_RECENT_FILTER_AGE" link="GtkRecentFilter.html#GTK-RECENT-FILTER-AGE:CAPS"/>
|
7103
|
+
<keyword type="constant" name="GTK_PHASE_NONE" link="GtkEventController.html#GTK-PHASE-NONE:CAPS"/>
|
7104
|
+
<keyword type="constant" name="GTK_PHASE_CAPTURE" link="GtkEventController.html#GTK-PHASE-CAPTURE:CAPS"/>
|
7105
|
+
<keyword type="constant" name="GTK_PHASE_BUBBLE" link="GtkEventController.html#GTK-PHASE-BUBBLE:CAPS"/>
|
7106
|
+
<keyword type="constant" name="GTK_PHASE_TARGET" link="GtkEventController.html#GTK-PHASE-TARGET:CAPS"/>
|
7107
|
+
<keyword type="constant" name="GTK_EVENT_SEQUENCE_NONE" link="GtkGesture.html#GTK-EVENT-SEQUENCE-NONE:CAPS"/>
|
7108
|
+
<keyword type="constant" name="GTK_EVENT_SEQUENCE_CLAIMED" link="GtkGesture.html#GTK-EVENT-SEQUENCE-CLAIMED:CAPS"/>
|
7109
|
+
<keyword type="constant" name="GTK_EVENT_SEQUENCE_DENIED" link="GtkGesture.html#GTK-EVENT-SEQUENCE-DENIED:CAPS"/>
|
7110
|
+
<keyword type="constant" name="GTK_PAN_DIRECTION_LEFT" link="GtkGesturePan.html#GTK-PAN-DIRECTION-LEFT:CAPS"/>
|
7111
|
+
<keyword type="constant" name="GTK_PAN_DIRECTION_RIGHT" link="GtkGesturePan.html#GTK-PAN-DIRECTION-RIGHT:CAPS"/>
|
7112
|
+
<keyword type="constant" name="GTK_PAN_DIRECTION_UP" link="GtkGesturePan.html#GTK-PAN-DIRECTION-UP:CAPS"/>
|
7113
|
+
<keyword type="constant" name="GTK_PAN_DIRECTION_DOWN" link="GtkGesturePan.html#GTK-PAN-DIRECTION-DOWN:CAPS"/>
|
7114
|
+
<keyword type="constant" name="GTK_RC_FG" link="gtk3-Resource-Files.html#GTK-RC-FG:CAPS"/>
|
7115
|
+
<keyword type="constant" name="GTK_RC_BG" link="gtk3-Resource-Files.html#GTK-RC-BG:CAPS"/>
|
7116
|
+
<keyword type="constant" name="GTK_RC_TEXT" link="gtk3-Resource-Files.html#GTK-RC-TEXT:CAPS"/>
|
7117
|
+
<keyword type="constant" name="GTK_RC_BASE" link="gtk3-Resource-Files.html#GTK-RC-BASE:CAPS"/>
|
7118
|
+
<keyword type="constant" name="GTK_RC_TOKEN_INVALID" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-INVALID:CAPS"/>
|
7119
|
+
<keyword type="constant" name="GTK_RC_TOKEN_INCLUDE" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-INCLUDE:CAPS"/>
|
7120
|
+
<keyword type="constant" name="GTK_RC_TOKEN_NORMAL" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-NORMAL:CAPS"/>
|
7121
|
+
<keyword type="constant" name="GTK_RC_TOKEN_ACTIVE" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-ACTIVE:CAPS"/>
|
7122
|
+
<keyword type="constant" name="GTK_RC_TOKEN_PRELIGHT" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-PRELIGHT:CAPS"/>
|
7123
|
+
<keyword type="constant" name="GTK_RC_TOKEN_SELECTED" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-SELECTED:CAPS"/>
|
7124
|
+
<keyword type="constant" name="GTK_RC_TOKEN_INSENSITIVE" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-INSENSITIVE:CAPS"/>
|
7125
|
+
<keyword type="constant" name="GTK_RC_TOKEN_FG" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-FG:CAPS"/>
|
7126
|
+
<keyword type="constant" name="GTK_RC_TOKEN_BG" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-BG:CAPS"/>
|
7127
|
+
<keyword type="constant" name="GTK_RC_TOKEN_TEXT" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-TEXT:CAPS"/>
|
7128
|
+
<keyword type="constant" name="GTK_RC_TOKEN_BASE" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-BASE:CAPS"/>
|
7129
|
+
<keyword type="constant" name="GTK_RC_TOKEN_XTHICKNESS" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-XTHICKNESS:CAPS"/>
|
7130
|
+
<keyword type="constant" name="GTK_RC_TOKEN_YTHICKNESS" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-YTHICKNESS:CAPS"/>
|
7131
|
+
<keyword type="constant" name="GTK_RC_TOKEN_FONT" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-FONT:CAPS"/>
|
7132
|
+
<keyword type="constant" name="GTK_RC_TOKEN_FONTSET" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-FONTSET:CAPS"/>
|
7133
|
+
<keyword type="constant" name="GTK_RC_TOKEN_FONT_NAME" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-FONT-NAME:CAPS"/>
|
7134
|
+
<keyword type="constant" name="GTK_RC_TOKEN_BG_PIXMAP" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-BG-PIXMAP:CAPS"/>
|
7135
|
+
<keyword type="constant" name="GTK_RC_TOKEN_PIXMAP_PATH" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-PIXMAP-PATH:CAPS"/>
|
7136
|
+
<keyword type="constant" name="GTK_RC_TOKEN_STYLE" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-STYLE:CAPS"/>
|
7137
|
+
<keyword type="constant" name="GTK_RC_TOKEN_BINDING" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-BINDING:CAPS"/>
|
7138
|
+
<keyword type="constant" name="GTK_RC_TOKEN_BIND" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-BIND:CAPS"/>
|
7139
|
+
<keyword type="constant" name="GTK_RC_TOKEN_WIDGET" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-WIDGET:CAPS"/>
|
7140
|
+
<keyword type="constant" name="GTK_RC_TOKEN_WIDGET_CLASS" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-WIDGET-CLASS:CAPS"/>
|
7141
|
+
<keyword type="constant" name="GTK_RC_TOKEN_CLASS" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-CLASS:CAPS"/>
|
7142
|
+
<keyword type="constant" name="GTK_RC_TOKEN_LOWEST" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-LOWEST:CAPS"/>
|
7143
|
+
<keyword type="constant" name="GTK_RC_TOKEN_GTK" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-GTK:CAPS"/>
|
7144
|
+
<keyword type="constant" name="GTK_RC_TOKEN_APPLICATION" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-APPLICATION:CAPS"/>
|
7145
|
+
<keyword type="constant" name="GTK_RC_TOKEN_THEME" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-THEME:CAPS"/>
|
7146
|
+
<keyword type="constant" name="GTK_RC_TOKEN_RC" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-RC:CAPS"/>
|
7147
|
+
<keyword type="constant" name="GTK_RC_TOKEN_HIGHEST" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-HIGHEST:CAPS"/>
|
7148
|
+
<keyword type="constant" name="GTK_RC_TOKEN_ENGINE" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-ENGINE:CAPS"/>
|
7149
|
+
<keyword type="constant" name="GTK_RC_TOKEN_MODULE_PATH" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-MODULE-PATH:CAPS"/>
|
7150
|
+
<keyword type="constant" name="GTK_RC_TOKEN_IM_MODULE_PATH" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-IM-MODULE-PATH:CAPS"/>
|
7151
|
+
<keyword type="constant" name="GTK_RC_TOKEN_IM_MODULE_FILE" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-IM-MODULE-FILE:CAPS"/>
|
7152
|
+
<keyword type="constant" name="GTK_RC_TOKEN_STOCK" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-STOCK:CAPS"/>
|
7153
|
+
<keyword type="constant" name="GTK_RC_TOKEN_LTR" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-LTR:CAPS"/>
|
7154
|
+
<keyword type="constant" name="GTK_RC_TOKEN_RTL" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-RTL:CAPS"/>
|
7155
|
+
<keyword type="constant" name="GTK_RC_TOKEN_COLOR" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-COLOR:CAPS"/>
|
7156
|
+
<keyword type="constant" name="GTK_RC_TOKEN_UNBIND" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-UNBIND:CAPS"/>
|
7157
|
+
<keyword type="constant" name="GTK_RC_TOKEN_LAST" link="gtk3-Resource-Files.html#GTK-RC-TOKEN-LAST:CAPS"/>
|
7158
|
+
<keyword type="constant" name="GTK_PATH_PRIO_LOWEST" link="gtk3-Resource-Files.html#GTK-PATH-PRIO-LOWEST:CAPS"/>
|
7159
|
+
<keyword type="constant" name="GTK_PATH_PRIO_GTK" link="gtk3-Resource-Files.html#GTK-PATH-PRIO-GTK:CAPS"/>
|
7160
|
+
<keyword type="constant" name="GTK_PATH_PRIO_APPLICATION" link="gtk3-Resource-Files.html#GTK-PATH-PRIO-APPLICATION:CAPS"/>
|
7161
|
+
<keyword type="constant" name="GTK_PATH_PRIO_THEME" link="gtk3-Resource-Files.html#GTK-PATH-PRIO-THEME:CAPS"/>
|
7162
|
+
<keyword type="constant" name="GTK_PATH_PRIO_RC" link="gtk3-Resource-Files.html#GTK-PATH-PRIO-RC:CAPS"/>
|
7163
|
+
<keyword type="constant" name="GTK_PATH_PRIO_HIGHEST" link="gtk3-Resource-Files.html#GTK-PATH-PRIO-HIGHEST:CAPS"/>
|
7164
|
+
<keyword type="constant" name="GTK_PATH_WIDGET" link="gtk3-Resource-Files.html#GTK-PATH-WIDGET:CAPS"/>
|
7165
|
+
<keyword type="constant" name="GTK_PATH_WIDGET_CLASS" link="gtk3-Resource-Files.html#GTK-PATH-WIDGET-CLASS:CAPS"/>
|
7166
|
+
<keyword type="constant" name="GTK_PATH_CLASS" link="gtk3-Resource-Files.html#GTK-PATH-CLASS:CAPS"/>
|
7167
|
+
<keyword type="constant" name="GTK_EXPANDER_COLLAPSED" link="GtkStyle.html#GTK-EXPANDER-COLLAPSED:CAPS"/>
|
7168
|
+
<keyword type="constant" name="GTK_EXPANDER_SEMI_COLLAPSED" link="GtkStyle.html#GTK-EXPANDER-SEMI-COLLAPSED:CAPS"/>
|
7169
|
+
<keyword type="constant" name="GTK_EXPANDER_SEMI_EXPANDED" link="GtkStyle.html#GTK-EXPANDER-SEMI-EXPANDED:CAPS"/>
|
7170
|
+
<keyword type="constant" name="GTK_EXPANDER_EXPANDED" link="GtkStyle.html#GTK-EXPANDER-EXPANDED:CAPS"/>
|
7171
|
+
<keyword type="constant" name="GTK_EXPAND" link="GtkTable.html#GTK-EXPAND:CAPS"/>
|
7172
|
+
<keyword type="constant" name="GTK_SHRINK" link="GtkTable.html#GTK-SHRINK:CAPS"/>
|
7173
|
+
<keyword type="constant" name="GTK_FILL" link="GtkTable.html#GTK-FILL:CAPS"/>
|
7174
|
+
<keyword type="constant" name="GTK_UI_MANAGER_AUTO" link="GtkUIManager.html#GTK-UI-MANAGER-AUTO:CAPS"/>
|
7175
|
+
<keyword type="constant" name="GTK_UI_MANAGER_MENUBAR" link="GtkUIManager.html#GTK-UI-MANAGER-MENUBAR:CAPS"/>
|
7176
|
+
<keyword type="constant" name="GTK_UI_MANAGER_MENU" link="GtkUIManager.html#GTK-UI-MANAGER-MENU:CAPS"/>
|
7177
|
+
<keyword type="constant" name="GTK_UI_MANAGER_TOOLBAR" link="GtkUIManager.html#GTK-UI-MANAGER-TOOLBAR:CAPS"/>
|
7178
|
+
<keyword type="constant" name="GTK_UI_MANAGER_PLACEHOLDER" link="GtkUIManager.html#GTK-UI-MANAGER-PLACEHOLDER:CAPS"/>
|
7179
|
+
<keyword type="constant" name="GTK_UI_MANAGER_POPUP" link="GtkUIManager.html#GTK-UI-MANAGER-POPUP:CAPS"/>
|
7180
|
+
<keyword type="constant" name="GTK_UI_MANAGER_MENUITEM" link="GtkUIManager.html#GTK-UI-MANAGER-MENUITEM:CAPS"/>
|
7181
|
+
<keyword type="constant" name="GTK_UI_MANAGER_TOOLITEM" link="GtkUIManager.html#GTK-UI-MANAGER-TOOLITEM:CAPS"/>
|
7182
|
+
<keyword type="constant" name="GTK_UI_MANAGER_SEPARATOR" link="GtkUIManager.html#GTK-UI-MANAGER-SEPARATOR:CAPS"/>
|
7183
|
+
<keyword type="constant" name="GTK_UI_MANAGER_ACCELERATOR" link="GtkUIManager.html#GTK-UI-MANAGER-ACCELERATOR:CAPS"/>
|
7184
|
+
<keyword type="constant" name="GTK_UI_MANAGER_POPUP_WITH_ACCELS" link="GtkUIManager.html#GTK-UI-MANAGER-POPUP-WITH-ACCELS:CAPS"/>
|
7185
|
+
<keyword type="constant" name="GTK_ICON_SIZE_INVALID" link="gtk3-Themeable-Stock-Images.html#GTK-ICON-SIZE-INVALID:CAPS"/>
|
7186
|
+
<keyword type="constant" name="GTK_ICON_SIZE_MENU" link="gtk3-Themeable-Stock-Images.html#GTK-ICON-SIZE-MENU:CAPS"/>
|
7187
|
+
<keyword type="constant" name="GTK_ICON_SIZE_SMALL_TOOLBAR" link="gtk3-Themeable-Stock-Images.html#GTK-ICON-SIZE-SMALL-TOOLBAR:CAPS"/>
|
7188
|
+
<keyword type="constant" name="GTK_ICON_SIZE_LARGE_TOOLBAR" link="gtk3-Themeable-Stock-Images.html#GTK-ICON-SIZE-LARGE-TOOLBAR:CAPS"/>
|
7189
|
+
<keyword type="constant" name="GTK_ICON_SIZE_BUTTON" link="gtk3-Themeable-Stock-Images.html#GTK-ICON-SIZE-BUTTON:CAPS"/>
|
7190
|
+
<keyword type="constant" name="GTK_ICON_SIZE_DND" link="gtk3-Themeable-Stock-Images.html#GTK-ICON-SIZE-DND:CAPS"/>
|
7191
|
+
<keyword type="constant" name="GTK_ICON_SIZE_DIALOG" link="gtk3-Themeable-Stock-Images.html#GTK-ICON-SIZE-DIALOG:CAPS"/>
|
7192
|
+
<keyword type="constant" name="GTK_ACCEL_VISIBLE" link="gtk3-Keyboard-Accelerators.html#GTK-ACCEL-VISIBLE:CAPS"/>
|
7193
|
+
<keyword type="constant" name="GTK_ACCEL_LOCKED" link="gtk3-Keyboard-Accelerators.html#GTK-ACCEL-LOCKED:CAPS"/>
|
7194
|
+
<keyword type="constant" name="GTK_ACCEL_MASK" link="gtk3-Keyboard-Accelerators.html#GTK-ACCEL-MASK:CAPS"/>
|
7195
|
+
<keyword type="constant" name="GTK_DEST_DEFAULT_MOTION" link="gtk3-Drag-and-Drop.html#GTK-DEST-DEFAULT-MOTION:CAPS"/>
|
7196
|
+
<keyword type="constant" name="GTK_DEST_DEFAULT_HIGHLIGHT" link="gtk3-Drag-and-Drop.html#GTK-DEST-DEFAULT-HIGHLIGHT:CAPS"/>
|
7197
|
+
<keyword type="constant" name="GTK_DEST_DEFAULT_DROP" link="gtk3-Drag-and-Drop.html#GTK-DEST-DEFAULT-DROP:CAPS"/>
|
7198
|
+
<keyword type="constant" name="GTK_DEST_DEFAULT_ALL" link="gtk3-Drag-and-Drop.html#GTK-DEST-DEFAULT-ALL:CAPS"/>
|
7199
|
+
<keyword type="constant" name="GTK_TARGET_SAME_APP" link="gtk3-Drag-and-Drop.html#GTK-TARGET-SAME-APP:CAPS"/>
|
7200
|
+
<keyword type="constant" name="GTK_TARGET_SAME_WIDGET" link="gtk3-Drag-and-Drop.html#GTK-TARGET-SAME-WIDGET:CAPS"/>
|
7201
|
+
<keyword type="constant" name="GTK_TARGET_OTHER_APP" link="gtk3-Drag-and-Drop.html#GTK-TARGET-OTHER-APP:CAPS"/>
|
7202
|
+
<keyword type="constant" name="GTK_TARGET_OTHER_WIDGET" link="gtk3-Drag-and-Drop.html#GTK-TARGET-OTHER-WIDGET:CAPS"/>
|
7203
|
+
<keyword type="constant" name="GTK_DRAG_RESULT_SUCCESS" link="gtk3-Drag-and-Drop.html#GTK-DRAG-RESULT-SUCCESS:CAPS"/>
|
7204
|
+
<keyword type="constant" name="GTK_DRAG_RESULT_NO_TARGET" link="gtk3-Drag-and-Drop.html#GTK-DRAG-RESULT-NO-TARGET:CAPS"/>
|
7205
|
+
<keyword type="constant" name="GTK_DRAG_RESULT_USER_CANCELLED" link="gtk3-Drag-and-Drop.html#GTK-DRAG-RESULT-USER-CANCELLED:CAPS"/>
|
7206
|
+
<keyword type="constant" name="GTK_DRAG_RESULT_TIMEOUT_EXPIRED" link="gtk3-Drag-and-Drop.html#GTK-DRAG-RESULT-TIMEOUT-EXPIRED:CAPS"/>
|
7207
|
+
<keyword type="constant" name="GTK_DRAG_RESULT_GRAB_BROKEN" link="gtk3-Drag-and-Drop.html#GTK-DRAG-RESULT-GRAB-BROKEN:CAPS"/>
|
7208
|
+
<keyword type="constant" name="GTK_DRAG_RESULT_ERROR" link="gtk3-Drag-and-Drop.html#GTK-DRAG-RESULT-ERROR:CAPS"/>
|
7209
|
+
<keyword type="constant" name="GTK_IM_PREEDIT_NOTHING" link="GtkSettings.html#GTK-IM-PREEDIT-NOTHING:CAPS"/>
|
7210
|
+
<keyword type="constant" name="GTK_IM_PREEDIT_CALLBACK" link="GtkSettings.html#GTK-IM-PREEDIT-CALLBACK:CAPS"/>
|
7211
|
+
<keyword type="constant" name="GTK_IM_PREEDIT_NONE" link="GtkSettings.html#GTK-IM-PREEDIT-NONE:CAPS"/>
|
7212
|
+
<keyword type="constant" name="GTK_IM_STATUS_NOTHING" link="GtkSettings.html#GTK-IM-STATUS-NOTHING:CAPS"/>
|
7213
|
+
<keyword type="constant" name="GTK_IM_STATUS_CALLBACK" link="GtkSettings.html#GTK-IM-STATUS-CALLBACK:CAPS"/>
|
7214
|
+
<keyword type="constant" name="GTK_IM_STATUS_NONE" link="GtkSettings.html#GTK-IM-STATUS-NONE:CAPS"/>
|
7215
|
+
<keyword type="constant" name="GTK_BASELINE_POSITION_TOP" link="gtk3-Standard-Enumerations.html#GTK-BASELINE-POSITION-TOP:CAPS"/>
|
7216
|
+
<keyword type="constant" name="GTK_BASELINE_POSITION_CENTER" link="gtk3-Standard-Enumerations.html#GTK-BASELINE-POSITION-CENTER:CAPS"/>
|
7217
|
+
<keyword type="constant" name="GTK_BASELINE_POSITION_BOTTOM" link="gtk3-Standard-Enumerations.html#GTK-BASELINE-POSITION-BOTTOM:CAPS"/>
|
7218
|
+
<keyword type="constant" name="GTK_DELETE_CHARS" link="gtk3-Standard-Enumerations.html#GTK-DELETE-CHARS:CAPS"/>
|
7219
|
+
<keyword type="constant" name="GTK_DELETE_WORD_ENDS" link="gtk3-Standard-Enumerations.html#GTK-DELETE-WORD-ENDS:CAPS"/>
|
7220
|
+
<keyword type="constant" name="GTK_DELETE_WORDS" link="gtk3-Standard-Enumerations.html#GTK-DELETE-WORDS:CAPS"/>
|
7221
|
+
<keyword type="constant" name="GTK_DELETE_DISPLAY_LINES" link="gtk3-Standard-Enumerations.html#GTK-DELETE-DISPLAY-LINES:CAPS"/>
|
7222
|
+
<keyword type="constant" name="GTK_DELETE_DISPLAY_LINE_ENDS" link="gtk3-Standard-Enumerations.html#GTK-DELETE-DISPLAY-LINE-ENDS:CAPS"/>
|
7223
|
+
<keyword type="constant" name="GTK_DELETE_PARAGRAPH_ENDS" link="gtk3-Standard-Enumerations.html#GTK-DELETE-PARAGRAPH-ENDS:CAPS"/>
|
7224
|
+
<keyword type="constant" name="GTK_DELETE_PARAGRAPHS" link="gtk3-Standard-Enumerations.html#GTK-DELETE-PARAGRAPHS:CAPS"/>
|
7225
|
+
<keyword type="constant" name="GTK_DELETE_WHITESPACE" link="gtk3-Standard-Enumerations.html#GTK-DELETE-WHITESPACE:CAPS"/>
|
7226
|
+
<keyword type="constant" name="GTK_DIR_TAB_FORWARD" link="gtk3-Standard-Enumerations.html#GTK-DIR-TAB-FORWARD:CAPS"/>
|
7227
|
+
<keyword type="constant" name="GTK_DIR_TAB_BACKWARD" link="gtk3-Standard-Enumerations.html#GTK-DIR-TAB-BACKWARD:CAPS"/>
|
7228
|
+
<keyword type="constant" name="GTK_DIR_UP" link="gtk3-Standard-Enumerations.html#GTK-DIR-UP:CAPS"/>
|
7229
|
+
<keyword type="constant" name="GTK_DIR_DOWN" link="gtk3-Standard-Enumerations.html#GTK-DIR-DOWN:CAPS"/>
|
7230
|
+
<keyword type="constant" name="GTK_DIR_LEFT" link="gtk3-Standard-Enumerations.html#GTK-DIR-LEFT:CAPS"/>
|
7231
|
+
<keyword type="constant" name="GTK_DIR_RIGHT" link="gtk3-Standard-Enumerations.html#GTK-DIR-RIGHT:CAPS"/>
|
7232
|
+
<keyword type="constant" name="GTK_JUSTIFY_LEFT" link="gtk3-Standard-Enumerations.html#GTK-JUSTIFY-LEFT:CAPS"/>
|
7233
|
+
<keyword type="constant" name="GTK_JUSTIFY_RIGHT" link="gtk3-Standard-Enumerations.html#GTK-JUSTIFY-RIGHT:CAPS"/>
|
7234
|
+
<keyword type="constant" name="GTK_JUSTIFY_CENTER" link="gtk3-Standard-Enumerations.html#GTK-JUSTIFY-CENTER:CAPS"/>
|
7235
|
+
<keyword type="constant" name="GTK_JUSTIFY_FILL" link="gtk3-Standard-Enumerations.html#GTK-JUSTIFY-FILL:CAPS"/>
|
7236
|
+
<keyword type="constant" name="GTK_MOVEMENT_LOGICAL_POSITIONS" link="gtk3-Standard-Enumerations.html#GTK-MOVEMENT-LOGICAL-POSITIONS:CAPS"/>
|
7237
|
+
<keyword type="constant" name="GTK_MOVEMENT_VISUAL_POSITIONS" link="gtk3-Standard-Enumerations.html#GTK-MOVEMENT-VISUAL-POSITIONS:CAPS"/>
|
7238
|
+
<keyword type="constant" name="GTK_MOVEMENT_WORDS" link="gtk3-Standard-Enumerations.html#GTK-MOVEMENT-WORDS:CAPS"/>
|
7239
|
+
<keyword type="constant" name="GTK_MOVEMENT_DISPLAY_LINES" link="gtk3-Standard-Enumerations.html#GTK-MOVEMENT-DISPLAY-LINES:CAPS"/>
|
7240
|
+
<keyword type="constant" name="GTK_MOVEMENT_DISPLAY_LINE_ENDS" link="gtk3-Standard-Enumerations.html#GTK-MOVEMENT-DISPLAY-LINE-ENDS:CAPS"/>
|
7241
|
+
<keyword type="constant" name="GTK_MOVEMENT_PARAGRAPHS" link="gtk3-Standard-Enumerations.html#GTK-MOVEMENT-PARAGRAPHS:CAPS"/>
|
7242
|
+
<keyword type="constant" name="GTK_MOVEMENT_PARAGRAPH_ENDS" link="gtk3-Standard-Enumerations.html#GTK-MOVEMENT-PARAGRAPH-ENDS:CAPS"/>
|
7243
|
+
<keyword type="constant" name="GTK_MOVEMENT_PAGES" link="gtk3-Standard-Enumerations.html#GTK-MOVEMENT-PAGES:CAPS"/>
|
7244
|
+
<keyword type="constant" name="GTK_MOVEMENT_BUFFER_ENDS" link="gtk3-Standard-Enumerations.html#GTK-MOVEMENT-BUFFER-ENDS:CAPS"/>
|
7245
|
+
<keyword type="constant" name="GTK_MOVEMENT_HORIZONTAL_PAGES" link="gtk3-Standard-Enumerations.html#GTK-MOVEMENT-HORIZONTAL-PAGES:CAPS"/>
|
7246
|
+
<keyword type="constant" name="GTK_ORIENTATION_HORIZONTAL" link="gtk3-Standard-Enumerations.html#GTK-ORIENTATION-HORIZONTAL:CAPS"/>
|
7247
|
+
<keyword type="constant" name="GTK_ORIENTATION_VERTICAL" link="gtk3-Standard-Enumerations.html#GTK-ORIENTATION-VERTICAL:CAPS"/>
|
7248
|
+
<keyword type="constant" name="GTK_PACK_START" link="gtk3-Standard-Enumerations.html#GTK-PACK-START:CAPS"/>
|
7249
|
+
<keyword type="constant" name="GTK_PACK_END" link="gtk3-Standard-Enumerations.html#GTK-PACK-END:CAPS"/>
|
7250
|
+
<keyword type="constant" name="GTK_POS_LEFT" link="gtk3-Standard-Enumerations.html#GTK-POS-LEFT:CAPS"/>
|
7251
|
+
<keyword type="constant" name="GTK_POS_RIGHT" link="gtk3-Standard-Enumerations.html#GTK-POS-RIGHT:CAPS"/>
|
7252
|
+
<keyword type="constant" name="GTK_POS_TOP" link="gtk3-Standard-Enumerations.html#GTK-POS-TOP:CAPS"/>
|
7253
|
+
<keyword type="constant" name="GTK_POS_BOTTOM" link="gtk3-Standard-Enumerations.html#GTK-POS-BOTTOM:CAPS"/>
|
7254
|
+
<keyword type="constant" name="GTK_RELIEF_NORMAL" link="gtk3-Standard-Enumerations.html#GTK-RELIEF-NORMAL:CAPS"/>
|
7255
|
+
<keyword type="constant" name="GTK_RELIEF_HALF" link="gtk3-Standard-Enumerations.html#GTK-RELIEF-HALF:CAPS"/>
|
7256
|
+
<keyword type="constant" name="GTK_RELIEF_NONE" link="gtk3-Standard-Enumerations.html#GTK-RELIEF-NONE:CAPS"/>
|
7257
|
+
<keyword type="constant" name="GTK_SCROLL_STEPS" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-STEPS:CAPS"/>
|
7258
|
+
<keyword type="constant" name="GTK_SCROLL_PAGES" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-PAGES:CAPS"/>
|
7259
|
+
<keyword type="constant" name="GTK_SCROLL_ENDS" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-ENDS:CAPS"/>
|
7260
|
+
<keyword type="constant" name="GTK_SCROLL_HORIZONTAL_STEPS" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-HORIZONTAL-STEPS:CAPS"/>
|
7261
|
+
<keyword type="constant" name="GTK_SCROLL_HORIZONTAL_PAGES" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-HORIZONTAL-PAGES:CAPS"/>
|
7262
|
+
<keyword type="constant" name="GTK_SCROLL_HORIZONTAL_ENDS" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-HORIZONTAL-ENDS:CAPS"/>
|
7263
|
+
<keyword type="constant" name="GTK_SCROLL_NONE" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-NONE:CAPS"/>
|
7264
|
+
<keyword type="constant" name="GTK_SCROLL_JUMP" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-JUMP:CAPS"/>
|
7265
|
+
<keyword type="constant" name="GTK_SCROLL_STEP_BACKWARD" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-STEP-BACKWARD:CAPS"/>
|
7266
|
+
<keyword type="constant" name="GTK_SCROLL_STEP_FORWARD" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-STEP-FORWARD:CAPS"/>
|
7267
|
+
<keyword type="constant" name="GTK_SCROLL_PAGE_BACKWARD" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-PAGE-BACKWARD:CAPS"/>
|
7268
|
+
<keyword type="constant" name="GTK_SCROLL_PAGE_FORWARD" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-PAGE-FORWARD:CAPS"/>
|
7269
|
+
<keyword type="constant" name="GTK_SCROLL_STEP_UP" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-STEP-UP:CAPS"/>
|
7270
|
+
<keyword type="constant" name="GTK_SCROLL_STEP_DOWN" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-STEP-DOWN:CAPS"/>
|
7271
|
+
<keyword type="constant" name="GTK_SCROLL_PAGE_UP" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-PAGE-UP:CAPS"/>
|
7272
|
+
<keyword type="constant" name="GTK_SCROLL_PAGE_DOWN" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-PAGE-DOWN:CAPS"/>
|
7273
|
+
<keyword type="constant" name="GTK_SCROLL_STEP_LEFT" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-STEP-LEFT:CAPS"/>
|
7274
|
+
<keyword type="constant" name="GTK_SCROLL_STEP_RIGHT" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-STEP-RIGHT:CAPS"/>
|
7275
|
+
<keyword type="constant" name="GTK_SCROLL_PAGE_LEFT" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-PAGE-LEFT:CAPS"/>
|
7276
|
+
<keyword type="constant" name="GTK_SCROLL_PAGE_RIGHT" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-PAGE-RIGHT:CAPS"/>
|
7277
|
+
<keyword type="constant" name="GTK_SCROLL_START" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-START:CAPS"/>
|
7278
|
+
<keyword type="constant" name="GTK_SCROLL_END" link="gtk3-Standard-Enumerations.html#GTK-SCROLL-END:CAPS"/>
|
7279
|
+
<keyword type="constant" name="GTK_SELECTION_NONE" link="gtk3-Standard-Enumerations.html#GTK-SELECTION-NONE:CAPS"/>
|
7280
|
+
<keyword type="constant" name="GTK_SELECTION_SINGLE" link="gtk3-Standard-Enumerations.html#GTK-SELECTION-SINGLE:CAPS"/>
|
7281
|
+
<keyword type="constant" name="GTK_SELECTION_BROWSE" link="gtk3-Standard-Enumerations.html#GTK-SELECTION-BROWSE:CAPS"/>
|
7282
|
+
<keyword type="constant" name="GTK_SELECTION_MULTIPLE" link="gtk3-Standard-Enumerations.html#GTK-SELECTION-MULTIPLE:CAPS"/>
|
7283
|
+
<keyword type="constant" name="GTK_SHADOW_NONE" link="gtk3-Standard-Enumerations.html#GTK-SHADOW-NONE:CAPS"/>
|
7284
|
+
<keyword type="constant" name="GTK_SHADOW_IN" link="gtk3-Standard-Enumerations.html#GTK-SHADOW-IN:CAPS"/>
|
7285
|
+
<keyword type="constant" name="GTK_SHADOW_OUT" link="gtk3-Standard-Enumerations.html#GTK-SHADOW-OUT:CAPS"/>
|
7286
|
+
<keyword type="constant" name="GTK_SHADOW_ETCHED_IN" link="gtk3-Standard-Enumerations.html#GTK-SHADOW-ETCHED-IN:CAPS"/>
|
7287
|
+
<keyword type="constant" name="GTK_SHADOW_ETCHED_OUT" link="gtk3-Standard-Enumerations.html#GTK-SHADOW-ETCHED-OUT:CAPS"/>
|
7288
|
+
<keyword type="constant" name="GTK_STATE_FLAG_NORMAL" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-NORMAL:CAPS"/>
|
7289
|
+
<keyword type="constant" name="GTK_STATE_FLAG_ACTIVE" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-ACTIVE:CAPS"/>
|
7290
|
+
<keyword type="constant" name="GTK_STATE_FLAG_PRELIGHT" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-PRELIGHT:CAPS"/>
|
7291
|
+
<keyword type="constant" name="GTK_STATE_FLAG_SELECTED" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-SELECTED:CAPS"/>
|
7292
|
+
<keyword type="constant" name="GTK_STATE_FLAG_INSENSITIVE" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-INSENSITIVE:CAPS"/>
|
7293
|
+
<keyword type="constant" name="GTK_STATE_FLAG_INCONSISTENT" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-INCONSISTENT:CAPS"/>
|
7294
|
+
<keyword type="constant" name="GTK_STATE_FLAG_FOCUSED" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-FOCUSED:CAPS"/>
|
7295
|
+
<keyword type="constant" name="GTK_STATE_FLAG_BACKDROP" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-BACKDROP:CAPS"/>
|
7296
|
+
<keyword type="constant" name="GTK_STATE_FLAG_DIR_LTR" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-DIR-LTR:CAPS"/>
|
7297
|
+
<keyword type="constant" name="GTK_STATE_FLAG_DIR_RTL" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-DIR-RTL:CAPS"/>
|
7298
|
+
<keyword type="constant" name="GTK_STATE_FLAG_LINK" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-LINK:CAPS"/>
|
7299
|
+
<keyword type="constant" name="GTK_STATE_FLAG_VISITED" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-VISITED:CAPS"/>
|
7300
|
+
<keyword type="constant" name="GTK_STATE_FLAG_CHECKED" link="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-CHECKED:CAPS"/>
|
7301
|
+
<keyword type="constant" name="GTK_TOOLBAR_ICONS" link="gtk3-Standard-Enumerations.html#GTK-TOOLBAR-ICONS:CAPS"/>
|
7302
|
+
<keyword type="constant" name="GTK_TOOLBAR_TEXT" link="gtk3-Standard-Enumerations.html#GTK-TOOLBAR-TEXT:CAPS"/>
|
7303
|
+
<keyword type="constant" name="GTK_TOOLBAR_BOTH" link="gtk3-Standard-Enumerations.html#GTK-TOOLBAR-BOTH:CAPS"/>
|
7304
|
+
<keyword type="constant" name="GTK_TOOLBAR_BOTH_HORIZ" link="gtk3-Standard-Enumerations.html#GTK-TOOLBAR-BOTH-HORIZ:CAPS"/>
|
7305
|
+
<keyword type="constant" name="GTK_SORT_ASCENDING" link="gtk3-Standard-Enumerations.html#GTK-SORT-ASCENDING:CAPS"/>
|
7306
|
+
<keyword type="constant" name="GTK_SORT_DESCENDING" link="gtk3-Standard-Enumerations.html#GTK-SORT-DESCENDING:CAPS"/>
|
7307
|
+
<keyword type="constant" name="GTK_BORDER_STYLE_NONE" link="GtkStyleContext.html#GTK-BORDER-STYLE-NONE:CAPS"/>
|
7308
|
+
<keyword type="constant" name="GTK_BORDER_STYLE_SOLID" link="GtkStyleContext.html#GTK-BORDER-STYLE-SOLID:CAPS"/>
|
7309
|
+
<keyword type="constant" name="GTK_BORDER_STYLE_INSET" link="GtkStyleContext.html#GTK-BORDER-STYLE-INSET:CAPS"/>
|
7310
|
+
<keyword type="constant" name="GTK_BORDER_STYLE_OUTSET" link="GtkStyleContext.html#GTK-BORDER-STYLE-OUTSET:CAPS"/>
|
7311
|
+
<keyword type="constant" name="GTK_BORDER_STYLE_HIDDEN" link="GtkStyleContext.html#GTK-BORDER-STYLE-HIDDEN:CAPS"/>
|
7312
|
+
<keyword type="constant" name="GTK_BORDER_STYLE_DOTTED" link="GtkStyleContext.html#GTK-BORDER-STYLE-DOTTED:CAPS"/>
|
7313
|
+
<keyword type="constant" name="GTK_BORDER_STYLE_DASHED" link="GtkStyleContext.html#GTK-BORDER-STYLE-DASHED:CAPS"/>
|
7314
|
+
<keyword type="constant" name="GTK_BORDER_STYLE_DOUBLE" link="GtkStyleContext.html#GTK-BORDER-STYLE-DOUBLE:CAPS"/>
|
7315
|
+
<keyword type="constant" name="GTK_BORDER_STYLE_GROOVE" link="GtkStyleContext.html#GTK-BORDER-STYLE-GROOVE:CAPS"/>
|
7316
|
+
<keyword type="constant" name="GTK_BORDER_STYLE_RIDGE" link="GtkStyleContext.html#GTK-BORDER-STYLE-RIDGE:CAPS"/>
|
7317
|
+
<keyword type="constant" name="GTK_JUNCTION_NONE" link="GtkStyleContext.html#GTK-JUNCTION-NONE:CAPS"/>
|
7318
|
+
<keyword type="constant" name="GTK_JUNCTION_CORNER_TOPLEFT" link="GtkStyleContext.html#GTK-JUNCTION-CORNER-TOPLEFT:CAPS"/>
|
7319
|
+
<keyword type="constant" name="GTK_JUNCTION_CORNER_TOPRIGHT" link="GtkStyleContext.html#GTK-JUNCTION-CORNER-TOPRIGHT:CAPS"/>
|
7320
|
+
<keyword type="constant" name="GTK_JUNCTION_CORNER_BOTTOMLEFT" link="GtkStyleContext.html#GTK-JUNCTION-CORNER-BOTTOMLEFT:CAPS"/>
|
7321
|
+
<keyword type="constant" name="GTK_JUNCTION_CORNER_BOTTOMRIGHT" link="GtkStyleContext.html#GTK-JUNCTION-CORNER-BOTTOMRIGHT:CAPS"/>
|
7322
|
+
<keyword type="constant" name="GTK_JUNCTION_TOP" link="GtkStyleContext.html#GTK-JUNCTION-TOP:CAPS"/>
|
7323
|
+
<keyword type="constant" name="GTK_JUNCTION_BOTTOM" link="GtkStyleContext.html#GTK-JUNCTION-BOTTOM:CAPS"/>
|
7324
|
+
<keyword type="constant" name="GTK_JUNCTION_LEFT" link="GtkStyleContext.html#GTK-JUNCTION-LEFT:CAPS"/>
|
7325
|
+
<keyword type="constant" name="GTK_JUNCTION_RIGHT" link="GtkStyleContext.html#GTK-JUNCTION-RIGHT:CAPS"/>
|
7326
|
+
<keyword type="constant" name="GTK_REGION_EVEN" link="GtkStyleContext.html#GTK-REGION-EVEN:CAPS"/>
|
7327
|
+
<keyword type="constant" name="GTK_REGION_ODD" link="GtkStyleContext.html#GTK-REGION-ODD:CAPS"/>
|
7328
|
+
<keyword type="constant" name="GTK_REGION_FIRST" link="GtkStyleContext.html#GTK-REGION-FIRST:CAPS"/>
|
7329
|
+
<keyword type="constant" name="GTK_REGION_LAST" link="GtkStyleContext.html#GTK-REGION-LAST:CAPS"/>
|
7330
|
+
<keyword type="constant" name="GTK_REGION_ONLY" link="GtkStyleContext.html#GTK-REGION-ONLY:CAPS"/>
|
7331
|
+
<keyword type="constant" name="GTK_REGION_SORTED" link="GtkStyleContext.html#GTK-REGION-SORTED:CAPS"/>
|
7332
|
+
<keyword type="constant" name="GTK_CSS_PROVIDER_ERROR_FAILED" link="GtkCssProvider.html#GTK-CSS-PROVIDER-ERROR-FAILED:CAPS"/>
|
7333
|
+
<keyword type="constant" name="GTK_CSS_PROVIDER_ERROR_SYNTAX" link="GtkCssProvider.html#GTK-CSS-PROVIDER-ERROR-SYNTAX:CAPS"/>
|
7334
|
+
<keyword type="constant" name="GTK_CSS_PROVIDER_ERROR_IMPORT" link="GtkCssProvider.html#GTK-CSS-PROVIDER-ERROR-IMPORT:CAPS"/>
|
7335
|
+
<keyword type="constant" name="GTK_CSS_PROVIDER_ERROR_NAME" link="GtkCssProvider.html#GTK-CSS-PROVIDER-ERROR-NAME:CAPS"/>
|
7336
|
+
<keyword type="constant" name="GTK_CSS_PROVIDER_ERROR_DEPRECATED" link="GtkCssProvider.html#GTK-CSS-PROVIDER-ERROR-DEPRECATED:CAPS"/>
|
7337
|
+
<keyword type="constant" name="GTK_CSS_PROVIDER_ERROR_UNKNOWN_VALUE" link="GtkCssProvider.html#GTK-CSS-PROVIDER-ERROR-UNKNOWN-VALUE:CAPS"/>
|
7338
|
+
<keyword type="constant" name="GTK_CSS_SECTION_DOCUMENT" link="GtkCssProvider.html#GTK-CSS-SECTION-DOCUMENT:CAPS"/>
|
7339
|
+
<keyword type="constant" name="GTK_CSS_SECTION_IMPORT" link="GtkCssProvider.html#GTK-CSS-SECTION-IMPORT:CAPS"/>
|
7340
|
+
<keyword type="constant" name="GTK_CSS_SECTION_COLOR_DEFINITION" link="GtkCssProvider.html#GTK-CSS-SECTION-COLOR-DEFINITION:CAPS"/>
|
7341
|
+
<keyword type="constant" name="GTK_CSS_SECTION_BINDING_SET" link="GtkCssProvider.html#GTK-CSS-SECTION-BINDING-SET:CAPS"/>
|
7342
|
+
<keyword type="constant" name="GTK_CSS_SECTION_RULESET" link="GtkCssProvider.html#GTK-CSS-SECTION-RULESET:CAPS"/>
|
7343
|
+
<keyword type="constant" name="GTK_CSS_SECTION_SELECTOR" link="GtkCssProvider.html#GTK-CSS-SECTION-SELECTOR:CAPS"/>
|
7344
|
+
<keyword type="constant" name="GTK_CSS_SECTION_DECLARATION" link="GtkCssProvider.html#GTK-CSS-SECTION-DECLARATION:CAPS"/>
|
7345
|
+
<keyword type="constant" name="GTK_CSS_SECTION_VALUE" link="GtkCssProvider.html#GTK-CSS-SECTION-VALUE:CAPS"/>
|
7346
|
+
<keyword type="constant" name="GTK_CSS_SECTION_KEYFRAMES" link="GtkCssProvider.html#GTK-CSS-SECTION-KEYFRAMES:CAPS"/>
|
7347
|
+
<keyword type="constant" name="GTK_ICON_LOOKUP_NO_SVG" link="GtkIconTheme.html#GTK-ICON-LOOKUP-NO-SVG:CAPS"/>
|
7348
|
+
<keyword type="constant" name="GTK_ICON_LOOKUP_FORCE_SVG" link="GtkIconTheme.html#GTK-ICON-LOOKUP-FORCE-SVG:CAPS"/>
|
7349
|
+
<keyword type="constant" name="GTK_ICON_LOOKUP_USE_BUILTIN" link="GtkIconTheme.html#GTK-ICON-LOOKUP-USE-BUILTIN:CAPS"/>
|
7350
|
+
<keyword type="constant" name="GTK_ICON_LOOKUP_GENERIC_FALLBACK" link="GtkIconTheme.html#GTK-ICON-LOOKUP-GENERIC-FALLBACK:CAPS"/>
|
7351
|
+
<keyword type="constant" name="GTK_ICON_LOOKUP_FORCE_SIZE" link="GtkIconTheme.html#GTK-ICON-LOOKUP-FORCE-SIZE:CAPS"/>
|
7352
|
+
<keyword type="constant" name="GTK_ICON_LOOKUP_FORCE_REGULAR" link="GtkIconTheme.html#GTK-ICON-LOOKUP-FORCE-REGULAR:CAPS"/>
|
7353
|
+
<keyword type="constant" name="GTK_ICON_LOOKUP_FORCE_SYMBOLIC" link="GtkIconTheme.html#GTK-ICON-LOOKUP-FORCE-SYMBOLIC:CAPS"/>
|
7354
|
+
<keyword type="constant" name="GTK_ICON_LOOKUP_DIR_LTR" link="GtkIconTheme.html#GTK-ICON-LOOKUP-DIR-LTR:CAPS"/>
|
7355
|
+
<keyword type="constant" name="GTK_ICON_LOOKUP_DIR_RTL" link="GtkIconTheme.html#GTK-ICON-LOOKUP-DIR-RTL:CAPS"/>
|
7356
|
+
<keyword type="constant" name="GTK_ICON_THEME_NOT_FOUND" link="GtkIconTheme.html#GTK-ICON-THEME-NOT-FOUND:CAPS"/>
|
7357
|
+
<keyword type="constant" name="GTK_ICON_THEME_FAILED" link="GtkIconTheme.html#GTK-ICON-THEME-FAILED:CAPS"/>
|
6724
7358
|
</functions>
|
6725
7359
|
</book>
|