gdk3 3.0.7-x64-mingw32 → 3.0.8-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 +3 -4
- data/vendor/local/bin/gtk-builder-tool.exe +0 -0
- data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-query-settings.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libepoxy-0.dll +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +5 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +8 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +39 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +10 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +134 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkseat.h +117 -0
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +74 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +50 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +9 -49
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h +0 -6
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +28 -28
- data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +0 -18
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +4 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +10 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +0 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +11 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -46
- data/vendor/local/include/gtk-3.0/gtk/gtkdragsource.h +78 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +25 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechoosernative.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkflowbox.h +24 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +11 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +1 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtknativedialog.h +81 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +37 -19
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsgroup.h +42 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutssection.h +43 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +79 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutswindow.h +58 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +141 -90
- data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +9 -9
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +0 -27
- data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +12 -9
- data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +3 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -6
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +34 -23
- data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +12 -3
- data/vendor/local/lib/gdk-win32-3.0.def +28 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +7 -7
- data/vendor/local/lib/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +3 -3
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +6 -6
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +6 -6
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +3 -3
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
- data/vendor/local/share/aclocal/gtk-3.0.m4 +5 -8
- data/vendor/local/share/applications/gtk3-demo.desktop +1 -1
- data/vendor/local/share/applications/gtk3-icon-browser.desktop +1 -1
- data/vendor/local/share/applications/gtk3-widget-factory.desktop +1 -1
- data/vendor/local/share/gettext/its/gtkbuilder.its +23 -0
- data/vendor/local/share/gettext/its/gtkbuilder.loc +6 -0
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1315 -159
- data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +37 -1
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +5567 -2230
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml +9 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +1 -1
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +12 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +14 -14
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +143 -69
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +28 -19
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +246 -76
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +72 -26
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +91 -79
- data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +685 -0
- data/vendor/local/share/gtk-doc/html/gdk3/alias_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/all_scroll_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +2 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +2 -18
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-18.html +45 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +170 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +2 -18
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +26 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +163 -35
- data/vendor/local/share/gtk-doc/html/gdk3/cell_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/col_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/copy_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/crosshair_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/default_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/e_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ew_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +27 -27
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +75 -54
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +549 -43
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +272 -32
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +260 -161
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +18 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +154 -150
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +90 -55
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +45 -45
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +20 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +56 -8
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +33 -33
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +2 -349
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +432 -291
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +114 -114
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +294 -28
- data/vendor/local/share/gtk-doc/html/gdk3/grab_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/grabbing_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/hand_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/help_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -3
- data/vendor/local/share/gtk-doc/html/gdk3/move_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/n_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ne_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nesw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/not_allowed_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ns_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nwse_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/pointer_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/progress_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +5 -2
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/row_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/s_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/se_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/sw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/text_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/vertical_text_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/w_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/wait_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/zoom_in_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/zoom_out_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +44 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +145 -151
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +15 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +46 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +15 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +91 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +37 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +83 -74
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +124 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +179 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +7 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +37 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +163 -84
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +92 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +45 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +35 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +111 -111
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +21 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +46 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +59 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +47 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +61 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +65 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +151 -95
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +42 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +188 -81
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +77 -2031
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +38 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +27 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +261 -215
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +65 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +14 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +88 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +168 -164
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +24 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +12 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +127 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +22 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +231 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +32 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +178 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +50 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +117 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +22 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +38 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +18 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +31 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +17 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +180 -174
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +148 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +100 -97
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +25 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +32 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +187 -147
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +118 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +20 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +102 -94
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +23 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +98 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +27 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +43 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +91 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +87 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +182 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +17 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +213 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +60 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +663 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +29 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +261 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +10 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +124 -124
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +117 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +61 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +118 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +21 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +98 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +86 -85
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +110 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +33 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +49 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +11 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +113 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +181 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +204 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +349 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +251 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +22 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +107 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +142 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +16 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +36 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +25 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +86 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +512 -296
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +61 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +183 -179
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +246 -186
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +157 -75
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +507 -204
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +53 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +28 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +61 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +55 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +52 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +117 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +26 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +216 -184
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1283 -903
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +390 -264
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +43 -0
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +2 -10
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +18 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +12 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +202 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +2 -6
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +233 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +422 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +502 -18
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/builder-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +11 -19
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +11 -7
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch26s02.html} +83 -83
- data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch28s02.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch30s02.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch30s03.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +1311 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +1670 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/clocks-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gedit-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +101 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +19 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +63 -63
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +47 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +27 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +115 -91
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +78 -77
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +107 -96
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +479 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +571 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +159 -65
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +85 -90
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +99 -105
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +62 -67
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +131 -131
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +25 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +161 -159
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +71 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +103 -107
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +21 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +864 -160
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +24 -3
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +64 -25
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +8 -2
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +14 -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/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/{x-firmware.png → application-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/16x16/status/mail-unread.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/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/{x-firmware.png → application-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/22x22/status/mail-unread.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/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/{x-firmware.png → application-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/24x24/status/mail-unread.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/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/{x-firmware.png → application-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/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/{x-firmware.png → application-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/32x32/status/mail-unread.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/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/{x-firmware.png → application-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/48x48/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/00008160000006810000408080010102 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/X_cursor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/alias +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/all-scroll +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cell +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/col-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross_reverse +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crossed_circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crosshair +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/default +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/diamond_cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-ask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-none +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dot_box_mask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dotbox +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_large +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_small +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draped_box +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ew-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fleur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grabbing +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand2 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/icon +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ll_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/lr_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/n-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ne-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nesw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/not-allowed +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ns-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nwse-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pencil +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pirate +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/plus +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/progress +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/question_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/row-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/s-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_down_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_right_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_up_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/se-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_all +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_bdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_fdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_hor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_ver +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/target +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/tcross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ul_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ur_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/vertical-text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/w-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/xterm +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-in +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-out +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +0 -88
- data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +28 -16185
- data/vendor/local/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg +19 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg +19 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +36 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg +21 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg +40 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +10 -7
- data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-rtl-symbolic.svg → format-text-direction-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-ltr-symbolic.svg → format-text-direction-symbolic.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg +18 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg +43 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg +14 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg +12 -10
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +18 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg +20 -17
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg +18 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg +19 -18
- data/vendor/local/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg +22 -15
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg +35 -0
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg +17 -22
- data/vendor/local/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg +12 -8
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-consecutive-rtl-symbolic.svg → media-playlist-consecutive-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-song-rtl-symbolic.svg → media-playlist-repeat-song-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-rtl-symbolic.svg → media-playlist-repeat-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-shuffle-rtl-symbolic.svg → media-playlist-shuffle-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +23 -19
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg +10 -8
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg +21 -15
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg +19 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +14 -10
- data/vendor/local/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg +20 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/{semi-starred-rtl-symbolic.svg → semi-starred-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg +36 -0
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/license/adwaita-icon-theme/AUTHORS +1 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.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/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/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/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/kg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.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/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/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/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-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-properties.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-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.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/ug/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_CN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-builder-tool.1 +78 -0
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +7 -2
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-settings.1 +38 -0
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo.1 +20 -2
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +2 -2
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- data/vendor/local/share/themes/Emacs/gtk-3.0/gtk-keys.css +7 -7
- metadata +141 -35
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +0 -29
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +0 -1396
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +0 -9866
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +0 -32
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +0 -49
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +0 -34
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +0 -31
@@ -103,6 +103,19 @@ void gtk_popover_set_transitions_enabled (GtkPopover *popover,
|
|
103
103
|
GDK_AVAILABLE_IN_3_16
|
104
104
|
gboolean gtk_popover_get_transitions_enabled (GtkPopover *popover);
|
105
105
|
|
106
|
+
GDK_AVAILABLE_IN_3_18
|
107
|
+
void gtk_popover_set_default_widget (GtkPopover *popover,
|
108
|
+
GtkWidget *widget);
|
109
|
+
GDK_AVAILABLE_IN_3_18
|
110
|
+
GtkWidget * gtk_popover_get_default_widget (GtkPopover *popover);
|
111
|
+
|
112
|
+
GDK_AVAILABLE_IN_3_20
|
113
|
+
void gtk_popover_set_constrain_to (GtkPopover *popover,
|
114
|
+
GtkPopoverConstraint constraint);
|
115
|
+
|
116
|
+
GDK_AVAILABLE_IN_3_20
|
117
|
+
GtkPopoverConstraint gtk_popover_get_constrain_to (GtkPopover *popover);
|
118
|
+
|
106
119
|
G_END_DECLS
|
107
120
|
|
108
121
|
#endif /* __GTK_POPOVER_H__ */
|
@@ -81,7 +81,7 @@ typedef enum {
|
|
81
81
|
|
82
82
|
/**
|
83
83
|
* GtkPrintOperationResult:
|
84
|
-
* @GTK_PRINT_OPERATION_RESULT_ERROR: An error has
|
84
|
+
* @GTK_PRINT_OPERATION_RESULT_ERROR: An error has occurred.
|
85
85
|
* @GTK_PRINT_OPERATION_RESULT_APPLY: The print settings should be stored.
|
86
86
|
* @GTK_PRINT_OPERATION_RESULT_CANCEL: The print operation has been canceled,
|
87
87
|
* the print settings should not be stored.
|
@@ -95,6 +95,10 @@ GDK_AVAILABLE_IN_ALL
|
|
95
95
|
void gtk_radio_menu_item_set_group (GtkRadioMenuItem *radio_menu_item,
|
96
96
|
GSList *group);
|
97
97
|
|
98
|
+
GDK_AVAILABLE_IN_3_18
|
99
|
+
void gtk_radio_menu_item_join_group (GtkRadioMenuItem *radio_menu_item,
|
100
|
+
GtkRadioMenuItem *group_source);
|
101
|
+
|
98
102
|
G_END_DECLS
|
99
103
|
|
100
104
|
#endif /* __GTK_RADIO_MENU_ITEM_H__ */
|
@@ -113,10 +113,10 @@ void gtk_range_set_slider_size_fixed (GtkRange *range
|
|
113
113
|
GDK_AVAILABLE_IN_ALL
|
114
114
|
gboolean gtk_range_get_slider_size_fixed (GtkRange *range);
|
115
115
|
|
116
|
-
|
116
|
+
GDK_DEPRECATED_IN_3_20
|
117
117
|
void gtk_range_set_min_slider_size (GtkRange *range,
|
118
118
|
gint min_size);
|
119
|
-
|
119
|
+
GDK_DEPRECATED_IN_3_20
|
120
120
|
gint gtk_range_get_min_slider_size (GtkRange *range);
|
121
121
|
|
122
122
|
GDK_AVAILABLE_IN_ALL
|
@@ -55,7 +55,7 @@ typedef struct _GtkRecentManagerPrivate GtkRecentManagerPrivate;
|
|
55
55
|
* @app_name: the name of the application that is registering this recently
|
56
56
|
* used resource;
|
57
57
|
* @app_exec: command line used to launch this resource; may contain the
|
58
|
-
*
|
58
|
+
* “\%f” and “\%u” escape characters which will be expanded
|
59
59
|
* to the resource file path and URI respectively when the command line
|
60
60
|
* is retrieved;
|
61
61
|
* @groups: (array zero-terminated=1): a vector of strings containing
|
@@ -59,6 +59,15 @@ void gtk_render_background (GtkStyleContext *context,
|
|
59
59
|
gdouble y,
|
60
60
|
gdouble width,
|
61
61
|
gdouble height);
|
62
|
+
|
63
|
+
GDK_AVAILABLE_IN_3_20
|
64
|
+
void gtk_render_background_get_clip (GtkStyleContext *context,
|
65
|
+
gdouble x,
|
66
|
+
gdouble y,
|
67
|
+
gdouble width,
|
68
|
+
gdouble height,
|
69
|
+
GdkRectangle *out_clip);
|
70
|
+
|
62
71
|
GDK_AVAILABLE_IN_ALL
|
63
72
|
void gtk_render_frame (GtkStyleContext *context,
|
64
73
|
cairo_t *cr,
|
@@ -0,0 +1,42 @@
|
|
1
|
+
/* gtkshortcutsgroupprivate.h
|
2
|
+
*
|
3
|
+
* Copyright (C) 2015 Christian Hergert <christian@hergert.me>
|
4
|
+
*
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Library General Public License as
|
7
|
+
* published by the Free Software Foundation; either version 2 of the
|
8
|
+
* License, or (at your option) any later version.
|
9
|
+
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
* Library General Public License for more details.
|
14
|
+
*
|
15
|
+
* You should have received a copy of the GNU Library General Public
|
16
|
+
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
17
|
+
*/
|
18
|
+
|
19
|
+
#ifndef __GTK_SHORTCUTS_GROUP_H__
|
20
|
+
#define __GTK_SHORTCUTS_GROUP_H__
|
21
|
+
|
22
|
+
#include <gtk/gtkbox.h>
|
23
|
+
|
24
|
+
G_BEGIN_DECLS
|
25
|
+
|
26
|
+
#define GTK_TYPE_SHORTCUTS_GROUP (gtk_shortcuts_group_get_type ())
|
27
|
+
#define GTK_SHORTCUTS_GROUP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_GROUP, GtkShortcutsGroup))
|
28
|
+
#define GTK_SHORTCUTS_GROUP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SHORTCUTS_GROUP, GtkShortcutsGroupClass))
|
29
|
+
#define GTK_IS_SHORTCUTS_GROUP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_GROUP))
|
30
|
+
#define GTK_IS_SHORTCUTS_GROUP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SHORTCUTS_GROUP))
|
31
|
+
#define GTK_SHORTCUTS_GROUP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SHORTCUTS_GROUP, GtkShortcutsGroupClass))
|
32
|
+
|
33
|
+
|
34
|
+
typedef struct _GtkShortcutsGroup GtkShortcutsGroup;
|
35
|
+
typedef struct _GtkShortcutsGroupClass GtkShortcutsGroupClass;
|
36
|
+
|
37
|
+
GDK_AVAILABLE_IN_3_20
|
38
|
+
GType gtk_shortcuts_group_get_type (void) G_GNUC_CONST;
|
39
|
+
|
40
|
+
G_END_DECLS
|
41
|
+
|
42
|
+
#endif /* __GTK_SHORTCUTS_GROUP_H__ */
|
@@ -0,0 +1,43 @@
|
|
1
|
+
/* gtkshortcutssection.h
|
2
|
+
*
|
3
|
+
* Copyright (C) 2015 Christian Hergert <christian@hergert.me>
|
4
|
+
*
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Library General Public License as
|
7
|
+
* published by the Free Software Foundation; either version 2 of the
|
8
|
+
* License, or (at your option) any later version.
|
9
|
+
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
* Library General Public License for more details.
|
14
|
+
*
|
15
|
+
* You should have received a copy of the GNU Library General Public
|
16
|
+
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
17
|
+
*/
|
18
|
+
|
19
|
+
#ifndef __GTK_SHORTCUTS_SECTION_H__
|
20
|
+
#define __GTK_SHORTCUTS_SECTION_H__
|
21
|
+
|
22
|
+
#include <gtk/gtkbox.h>
|
23
|
+
#include <gtk/gtkshortcutsgroup.h>
|
24
|
+
|
25
|
+
G_BEGIN_DECLS
|
26
|
+
|
27
|
+
#define GTK_TYPE_SHORTCUTS_SECTION (gtk_shortcuts_section_get_type ())
|
28
|
+
#define GTK_SHORTCUTS_SECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_SECTION, GtkShortcutsSection))
|
29
|
+
#define GTK_SHORTCUTS_SECTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SHORTCUTS_SECTION, GtkShortcutsSectionClass))
|
30
|
+
#define GTK_IS_SHORTCUTS_SECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_SECTION))
|
31
|
+
#define GTK_IS_SHORTCUTS_SECTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SHORTCUTS_SECTION))
|
32
|
+
#define GTK_SHORTCUTS_SECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SHORTCUTS_SECTION, GtkShortcutsSectionClass))
|
33
|
+
|
34
|
+
|
35
|
+
typedef struct _GtkShortcutsSection GtkShortcutsSection;
|
36
|
+
typedef struct _GtkShortcutsSectionClass GtkShortcutsSectionClass;
|
37
|
+
|
38
|
+
GDK_AVAILABLE_IN_3_20
|
39
|
+
GType gtk_shortcuts_section_get_type (void) G_GNUC_CONST;
|
40
|
+
|
41
|
+
G_END_DECLS
|
42
|
+
|
43
|
+
#endif /* __GTK_SHORTCUTS_SECTION_H__ */
|
@@ -0,0 +1,79 @@
|
|
1
|
+
/* gtkshortcutsshortcutprivate.h
|
2
|
+
*
|
3
|
+
* Copyright (C) 2015 Christian Hergert <christian@hergert.me>
|
4
|
+
*
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Library General Public License as
|
7
|
+
* published by the Free Software Foundation; either version 2 of the
|
8
|
+
* License, or (at your option) any later version.
|
9
|
+
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
* Library General Public License for more details.
|
14
|
+
*
|
15
|
+
* You should have received a copy of the GNU Library General Public
|
16
|
+
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
17
|
+
*/
|
18
|
+
|
19
|
+
#ifndef GTK_SHORTCUTS_SHORTCUT_H
|
20
|
+
#define GTK_SHORTCUTS_SHORTCUT_H
|
21
|
+
|
22
|
+
#include <gtk/gtk.h>
|
23
|
+
|
24
|
+
G_BEGIN_DECLS
|
25
|
+
|
26
|
+
#define GTK_TYPE_SHORTCUTS_SHORTCUT (gtk_shortcuts_shortcut_get_type())
|
27
|
+
#define GTK_SHORTCUTS_SHORTCUT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_SHORTCUT, GtkShortcutsShortcut))
|
28
|
+
#define GTK_SHORTCUTS_SHORTCUT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SHORTCUTS_SHORTCUT, GtkShortcutsShortcutClass))
|
29
|
+
#define GTK_IS_SHORTCUTS_SHORTCUT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_SHORTCUT))
|
30
|
+
#define GTK_IS_SHORTCUTS_SHORTCUT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SHORTCUTS_SHORTCUT))
|
31
|
+
#define GTK_SHORTCUTS_SHORTCUT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SHORTCUTS_SHORTCUT, GtkShortcutsShortcutClass))
|
32
|
+
|
33
|
+
|
34
|
+
typedef struct _GtkShortcutsShortcut GtkShortcutsShortcut;
|
35
|
+
typedef struct _GtkShortcutsShortcutClass GtkShortcutsShortcutClass;
|
36
|
+
|
37
|
+
/**
|
38
|
+
* GtkShortcutType:
|
39
|
+
* @GTK_SHORTCUT_ACCELERATOR:
|
40
|
+
* The shortcut is a keyboard accelerator. The #GtkShortcutsShortcut:accelerator
|
41
|
+
* property will be used.
|
42
|
+
* @GTK_SHORTCUT_GESTURE_PINCH:
|
43
|
+
* The shortcut is a pinch gesture. GTK+ provides and icon and subtitle.
|
44
|
+
* @GTK_SHORTCUT_GESTURE_STRETCH:
|
45
|
+
* The shortcut is a stretch gesture. GTK+ provides and icon and subtitle.
|
46
|
+
* @GTK_SHORTCUT_GESTURE_ROTATE_CLOCKWISE:
|
47
|
+
* The shortcut is a clockwise rotation gesture. GTK+ provides and icon and subtitle.
|
48
|
+
* @GTK_SHORTCUT_GESTURE_ROTATE_COUNTERCLOCKWISE:
|
49
|
+
* The shortcut is a counterclockwise rotation gesture. GTK+ provides and icon and subtitle.
|
50
|
+
* @GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_LEFT:
|
51
|
+
* The shortcut is a two-finger swipe gesture. GTK+ provides and icon and subtitle.
|
52
|
+
* @GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_RIGHT:
|
53
|
+
* The shortcut is a two-finger swipe gesture. GTK+ provides and icon and subtitle.
|
54
|
+
* @GTK_SHORTCUT_GESTURE:
|
55
|
+
* The shortcut is a gesture. The #GtkShortcutsShortcut:icon property will be
|
56
|
+
* used.
|
57
|
+
*
|
58
|
+
* GtkShortcutType specifies the kind of shortcut that is being described.
|
59
|
+
* More values may be added to this enumeration over time.
|
60
|
+
*
|
61
|
+
* Since: 3.20
|
62
|
+
*/
|
63
|
+
typedef enum {
|
64
|
+
GTK_SHORTCUT_ACCELERATOR,
|
65
|
+
GTK_SHORTCUT_GESTURE_PINCH,
|
66
|
+
GTK_SHORTCUT_GESTURE_STRETCH,
|
67
|
+
GTK_SHORTCUT_GESTURE_ROTATE_CLOCKWISE,
|
68
|
+
GTK_SHORTCUT_GESTURE_ROTATE_COUNTERCLOCKWISE,
|
69
|
+
GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_LEFT,
|
70
|
+
GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_RIGHT,
|
71
|
+
GTK_SHORTCUT_GESTURE
|
72
|
+
} GtkShortcutType;
|
73
|
+
|
74
|
+
GDK_AVAILABLE_IN_3_20
|
75
|
+
GType gtk_shortcuts_shortcut_get_type (void) G_GNUC_CONST;
|
76
|
+
|
77
|
+
G_END_DECLS
|
78
|
+
|
79
|
+
#endif /* GTK_SHORTCUTS_SHORTCUT_H */
|
@@ -0,0 +1,58 @@
|
|
1
|
+
/* gtkshortcutswindow.h
|
2
|
+
*
|
3
|
+
* Copyright (C) 2015 Christian Hergert <christian@hergert.me>
|
4
|
+
*
|
5
|
+
* This library is free software; you can redistribute it and/or
|
6
|
+
* modify it under the terms of the GNU Library General Public License as
|
7
|
+
* published by the Free Software Foundation; either version 2 of the
|
8
|
+
* License, or (at your option) any later version.
|
9
|
+
*
|
10
|
+
* This library is distributed in the hope that it will be useful,
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
13
|
+
* Library General Public License for more details.
|
14
|
+
*
|
15
|
+
* You should have received a copy of the GNU Library General Public
|
16
|
+
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
17
|
+
*/
|
18
|
+
|
19
|
+
#ifndef __GTK_SHORTCUTS_WINDOW_H__
|
20
|
+
#define __GTK_SHORTCUTS_WINDOW_H__
|
21
|
+
|
22
|
+
#include <gtk/gtkwindow.h>
|
23
|
+
|
24
|
+
G_BEGIN_DECLS
|
25
|
+
|
26
|
+
#define GTK_TYPE_SHORTCUTS_WINDOW (gtk_shortcuts_window_get_type ())
|
27
|
+
#define GTK_SHORTCUTS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SHORTCUTS_WINDOW, GtkShortcutsWindow))
|
28
|
+
#define GTK_SHORTCUTS_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SHORTCUTS_WINDOW, GtkShortcutsWindowClass))
|
29
|
+
#define GTK_IS_SHORTCUTS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SHORTCUTS_WINDOW))
|
30
|
+
#define GTK_IS_SHORTCUTS_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SHORTCUTS_WINDOW))
|
31
|
+
#define GTK_SHORTCUTS_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SHORTCUTS_WINDOW, GtkShortcutsWindowClass))
|
32
|
+
|
33
|
+
|
34
|
+
typedef struct _GtkShortcutsWindow GtkShortcutsWindow;
|
35
|
+
typedef struct _GtkShortcutsWindowClass GtkShortcutsWindowClass;
|
36
|
+
|
37
|
+
|
38
|
+
struct _GtkShortcutsWindow
|
39
|
+
{
|
40
|
+
GtkWindow window;
|
41
|
+
};
|
42
|
+
|
43
|
+
struct _GtkShortcutsWindowClass
|
44
|
+
{
|
45
|
+
GtkWindowClass parent_class;
|
46
|
+
|
47
|
+
void (*close) (GtkShortcutsWindow *self);
|
48
|
+
void (*search) (GtkShortcutsWindow *self);
|
49
|
+
};
|
50
|
+
|
51
|
+
GDK_AVAILABLE_IN_3_20
|
52
|
+
GType gtk_shortcuts_window_get_type (void) G_GNUC_CONST;
|
53
|
+
|
54
|
+
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkShortcutsWindow, g_object_unref)
|
55
|
+
|
56
|
+
G_END_DECLS
|
57
|
+
|
58
|
+
#endif /* GTK_SHORTCUTS_WINDOW _H */
|
@@ -130,7 +130,11 @@ GDK_AVAILABLE_IN_3_10
|
|
130
130
|
GtkStackTransitionType gtk_stack_get_transition_type (GtkStack *stack);
|
131
131
|
GDK_AVAILABLE_IN_3_12
|
132
132
|
gboolean gtk_stack_get_transition_running (GtkStack *stack);
|
133
|
-
|
133
|
+
GDK_AVAILABLE_IN_3_18
|
134
|
+
void gtk_stack_set_interpolate_size (GtkStack *stack,
|
135
|
+
gboolean interpolate_size);
|
136
|
+
GDK_AVAILABLE_IN_3_18
|
137
|
+
gboolean gtk_stack_get_interpolate_size (GtkStack *stack);
|
134
138
|
G_END_DECLS
|
135
139
|
|
136
140
|
#endif
|
@@ -152,8 +152,7 @@ struct _GtkStyleContextClass
|
|
152
152
|
*
|
153
153
|
* A CSS class to match content rendered in cell views.
|
154
154
|
*
|
155
|
-
*
|
156
|
-
* and #GtkTreeView.
|
155
|
+
* Refer to individual widget documentation for used style classes.
|
157
156
|
*/
|
158
157
|
#define GTK_STYLE_CLASS_CELL "cell"
|
159
158
|
|
@@ -162,8 +161,7 @@ struct _GtkStyleContextClass
|
|
162
161
|
*
|
163
162
|
* A CSS class to match dimmed labels.
|
164
163
|
*
|
165
|
-
*
|
166
|
-
* compared to the entry value.
|
164
|
+
* Refer to individual widget documentation for used style classes.
|
167
165
|
*/
|
168
166
|
#define GTK_STYLE_CLASS_DIM_LABEL "dim-label"
|
169
167
|
|
@@ -172,7 +170,7 @@ struct _GtkStyleContextClass
|
|
172
170
|
*
|
173
171
|
* A CSS class to match text entries.
|
174
172
|
*
|
175
|
-
*
|
173
|
+
* Refer to individual widget documentation for used style classes.
|
176
174
|
*/
|
177
175
|
#define GTK_STYLE_CLASS_ENTRY "entry"
|
178
176
|
|
@@ -181,7 +179,7 @@ struct _GtkStyleContextClass
|
|
181
179
|
*
|
182
180
|
* A CSS class to match labels.
|
183
181
|
*
|
184
|
-
*
|
182
|
+
* Refer to individual widget documentation for used style classes.
|
185
183
|
*
|
186
184
|
* Since: 3.16
|
187
185
|
*/
|
@@ -192,7 +190,7 @@ struct _GtkStyleContextClass
|
|
192
190
|
*
|
193
191
|
* A CSS class to match combobox entries.
|
194
192
|
*
|
195
|
-
*
|
193
|
+
* Refer to individual widget documentation for used style classes.
|
196
194
|
*/
|
197
195
|
#define GTK_STYLE_CLASS_COMBOBOX_ENTRY "combobox-entry"
|
198
196
|
|
@@ -201,9 +199,7 @@ struct _GtkStyleContextClass
|
|
201
199
|
*
|
202
200
|
* A CSS class to match buttons.
|
203
201
|
*
|
204
|
-
*
|
205
|
-
* as various other widget pieces that appear like buttons,
|
206
|
-
* e.g. the arrows in a #GtkCalendar.
|
202
|
+
* Refer to individual widget documentation for used style classes.
|
207
203
|
*/
|
208
204
|
#define GTK_STYLE_CLASS_BUTTON "button"
|
209
205
|
|
@@ -212,7 +208,7 @@ struct _GtkStyleContextClass
|
|
212
208
|
*
|
213
209
|
* A CSS class to match lists.
|
214
210
|
*
|
215
|
-
*
|
211
|
+
* Refer to individual widget documentation for used style classes.
|
216
212
|
*/
|
217
213
|
#define GTK_STYLE_CLASS_LIST "list"
|
218
214
|
|
@@ -221,7 +217,7 @@ struct _GtkStyleContextClass
|
|
221
217
|
*
|
222
218
|
* A CSS class to match list rowss.
|
223
219
|
*
|
224
|
-
*
|
220
|
+
* Refer to individual widget documentation for used style classes.
|
225
221
|
*/
|
226
222
|
#define GTK_STYLE_CLASS_LIST_ROW "list-row"
|
227
223
|
|
@@ -230,7 +226,7 @@ struct _GtkStyleContextClass
|
|
230
226
|
*
|
231
227
|
* A CSS class to match calendars.
|
232
228
|
*
|
233
|
-
*
|
229
|
+
* Refer to individual widget documentation for used style classes.
|
234
230
|
*/
|
235
231
|
#define GTK_STYLE_CLASS_CALENDAR "calendar"
|
236
232
|
|
@@ -239,7 +235,7 @@ struct _GtkStyleContextClass
|
|
239
235
|
*
|
240
236
|
* A CSS class to match sliders.
|
241
237
|
*
|
242
|
-
*
|
238
|
+
* Refer to individual widget documentation for used style classes.
|
243
239
|
*/
|
244
240
|
#define GTK_STYLE_CLASS_SLIDER "slider"
|
245
241
|
|
@@ -247,6 +243,8 @@ struct _GtkStyleContextClass
|
|
247
243
|
* GTK_STYLE_CLASS_BACKGROUND:
|
248
244
|
*
|
249
245
|
* A CSS class to match the window background.
|
246
|
+
*
|
247
|
+
* Refer to individual widget documentation for used style classes.
|
250
248
|
*/
|
251
249
|
#define GTK_STYLE_CLASS_BACKGROUND "background"
|
252
250
|
|
@@ -255,15 +253,16 @@ struct _GtkStyleContextClass
|
|
255
253
|
*
|
256
254
|
* A CSS class to match the rubberband selection rectangle.
|
257
255
|
*
|
258
|
-
*
|
256
|
+
* Refer to individual widget documentation for used style classes.
|
259
257
|
*/
|
260
258
|
#define GTK_STYLE_CLASS_RUBBERBAND "rubberband"
|
261
259
|
|
262
260
|
/**
|
263
261
|
* GTK_STYLE_CLASS_CSD:
|
264
262
|
*
|
265
|
-
* A CSS class that gets added to windows which have
|
266
|
-
*
|
263
|
+
* A CSS class that gets added to windows which have client-side decorations.
|
264
|
+
*
|
265
|
+
* Refer to individual widget documentation for used style classes.
|
267
266
|
*
|
268
267
|
* Since: 3.14
|
269
268
|
*/
|
@@ -273,6 +272,8 @@ struct _GtkStyleContextClass
|
|
273
272
|
* GTK_STYLE_CLASS_TOOLTIP:
|
274
273
|
*
|
275
274
|
* A CSS class to match tooltip windows.
|
275
|
+
*
|
276
|
+
* Refer to individual widget documentation for used style classes.
|
276
277
|
*/
|
277
278
|
#define GTK_STYLE_CLASS_TOOLTIP "tooltip"
|
278
279
|
|
@@ -281,7 +282,7 @@ struct _GtkStyleContextClass
|
|
281
282
|
*
|
282
283
|
* A CSS class to match menus.
|
283
284
|
*
|
284
|
-
*
|
285
|
+
* Refer to individual widget documentation for used style classes.
|
285
286
|
*/
|
286
287
|
#define GTK_STYLE_CLASS_MENU "menu"
|
287
288
|
|
@@ -290,9 +291,7 @@ struct _GtkStyleContextClass
|
|
290
291
|
*
|
291
292
|
* A CSS class to match context menus.
|
292
293
|
*
|
293
|
-
*
|
294
|
-
* a context menu from inheriting e.g. font changes from
|
295
|
-
* the widget it is attached to.
|
294
|
+
* Refer to individual widget documentation for used style classes.
|
296
295
|
*/
|
297
296
|
#define GTK_STYLE_CLASS_CONTEXT_MENU "context-menu"
|
298
297
|
|
@@ -302,6 +301,8 @@ struct _GtkStyleContextClass
|
|
302
301
|
* A CSS class for touch selection popups on entries
|
303
302
|
* and text views.
|
304
303
|
*
|
304
|
+
* Refer to individual widget documentation for used style classes.
|
305
|
+
*
|
305
306
|
* Since: 3.16
|
306
307
|
*/
|
307
308
|
#define GTK_STYLE_CLASS_TOUCH_SELECTION "touch-selection"
|
@@ -311,7 +312,7 @@ struct _GtkStyleContextClass
|
|
311
312
|
*
|
312
313
|
* A CSS class to menubars.
|
313
314
|
*
|
314
|
-
*
|
315
|
+
* Refer to individual widget documentation for used style classes.
|
315
316
|
*/
|
316
317
|
#define GTK_STYLE_CLASS_MENUBAR "menubar"
|
317
318
|
|
@@ -320,7 +321,7 @@ struct _GtkStyleContextClass
|
|
320
321
|
*
|
321
322
|
* A CSS class to match menu items.
|
322
323
|
*
|
323
|
-
*
|
324
|
+
* Refer to individual widget documentation for used style classes.
|
324
325
|
*/
|
325
326
|
#define GTK_STYLE_CLASS_MENUITEM "menuitem"
|
326
327
|
|
@@ -329,7 +330,7 @@ struct _GtkStyleContextClass
|
|
329
330
|
*
|
330
331
|
* A CSS class to match toolbars.
|
331
332
|
*
|
332
|
-
*
|
333
|
+
* Refer to individual widget documentation for used style classes.
|
333
334
|
*/
|
334
335
|
#define GTK_STYLE_CLASS_TOOLBAR "toolbar"
|
335
336
|
|
@@ -338,8 +339,7 @@ struct _GtkStyleContextClass
|
|
338
339
|
*
|
339
340
|
* A CSS class to match primary toolbars.
|
340
341
|
*
|
341
|
-
*
|
342
|
-
* right below its menubar.
|
342
|
+
* Refer to individual widget documentation for used style classes.
|
343
343
|
*/
|
344
344
|
#define GTK_STYLE_CLASS_PRIMARY_TOOLBAR "primary-toolbar"
|
345
345
|
|
@@ -348,9 +348,7 @@ struct _GtkStyleContextClass
|
|
348
348
|
*
|
349
349
|
* A CSS class to match inline toolbars.
|
350
350
|
*
|
351
|
-
*
|
352
|
-
* actions below lists, as seen e.g. in the left pane of the
|
353
|
-
* file chooser.
|
351
|
+
* Refer to individual widget documentation for used style classes.
|
354
352
|
*/
|
355
353
|
#define GTK_STYLE_CLASS_INLINE_TOOLBAR "inline-toolbar"
|
356
354
|
|
@@ -359,7 +357,7 @@ struct _GtkStyleContextClass
|
|
359
357
|
*
|
360
358
|
* A CSS class to match statusbars.
|
361
359
|
*
|
362
|
-
*
|
360
|
+
* Refer to individual widget documentation for used style classes.
|
363
361
|
*
|
364
362
|
* Since: 3.16
|
365
363
|
*/
|
@@ -370,8 +368,7 @@ struct _GtkStyleContextClass
|
|
370
368
|
*
|
371
369
|
* A CSS class to match radio buttons.
|
372
370
|
*
|
373
|
-
*
|
374
|
-
* #GtkCellRendererToggle.
|
371
|
+
* Refer to individual widget documentation for used style classes.
|
375
372
|
*/
|
376
373
|
#define GTK_STYLE_CLASS_RADIO "radio"
|
377
374
|
|
@@ -380,8 +377,7 @@ struct _GtkStyleContextClass
|
|
380
377
|
*
|
381
378
|
* A CSS class to match check boxes.
|
382
379
|
*
|
383
|
-
*
|
384
|
-
* #GtkCellRendererToggle.
|
380
|
+
* Refer to individual widget documentation for used style classes.
|
385
381
|
*/
|
386
382
|
#define GTK_STYLE_CLASS_CHECK "check"
|
387
383
|
|
@@ -390,7 +386,7 @@ struct _GtkStyleContextClass
|
|
390
386
|
*
|
391
387
|
* A CSS class to match the default widget.
|
392
388
|
*
|
393
|
-
*
|
389
|
+
* Refer to individual widget documentation for used style classes.
|
394
390
|
*/
|
395
391
|
#define GTK_STYLE_CLASS_DEFAULT "default"
|
396
392
|
|
@@ -399,8 +395,7 @@ struct _GtkStyleContextClass
|
|
399
395
|
*
|
400
396
|
* A CSS class to match troughs, as in scrollbars and progressbars.
|
401
397
|
*
|
402
|
-
*
|
403
|
-
* and #GtkSwitch.
|
398
|
+
* Refer to individual widget documentation for used style classes.
|
404
399
|
*/
|
405
400
|
#define GTK_STYLE_CLASS_TROUGH "trough"
|
406
401
|
|
@@ -408,6 +403,8 @@ struct _GtkStyleContextClass
|
|
408
403
|
* GTK_STYLE_CLASS_SCROLLBAR:
|
409
404
|
*
|
410
405
|
* A CSS class to match scrollbars.
|
406
|
+
*
|
407
|
+
* Refer to individual widget documentation for used style classes.
|
411
408
|
*/
|
412
409
|
#define GTK_STYLE_CLASS_SCROLLBAR "scrollbar"
|
413
410
|
|
@@ -416,8 +413,8 @@ struct _GtkStyleContextClass
|
|
416
413
|
*
|
417
414
|
* A CSS class to match the junction area between an horizontal
|
418
415
|
* and vertical scrollbar, when they’re both shown.
|
419
|
-
*
|
420
|
-
*
|
416
|
+
*
|
417
|
+
* Refer to individual widget documentation for used style classes.
|
421
418
|
*/
|
422
419
|
#define GTK_STYLE_CLASS_SCROLLBARS_JUNCTION "scrollbars-junction"
|
423
420
|
|
@@ -426,7 +423,7 @@ struct _GtkStyleContextClass
|
|
426
423
|
*
|
427
424
|
* A CSS class to match scale widgets.
|
428
425
|
*
|
429
|
-
*
|
426
|
+
* Refer to individual widget documentation for used style classes.
|
430
427
|
*/
|
431
428
|
#define GTK_STYLE_CLASS_SCALE "scale"
|
432
429
|
|
@@ -436,6 +433,8 @@ struct _GtkStyleContextClass
|
|
436
433
|
* A CSS class to match scale widgets with marks attached,
|
437
434
|
* all the marks are above for horizontal #GtkScale.
|
438
435
|
* left for vertical #GtkScale.
|
436
|
+
*
|
437
|
+
* Refer to individual widget documentation for used style classes.
|
439
438
|
*/
|
440
439
|
#define GTK_STYLE_CLASS_SCALE_HAS_MARKS_ABOVE "scale-has-marks-above"
|
441
440
|
|
@@ -445,6 +444,8 @@ struct _GtkStyleContextClass
|
|
445
444
|
* A CSS class to match scale widgets with marks attached,
|
446
445
|
* all the marks are below for horizontal #GtkScale,
|
447
446
|
* right for vertical #GtkScale.
|
447
|
+
*
|
448
|
+
* Refer to individual widget documentation for used style classes.
|
448
449
|
*/
|
449
450
|
#define GTK_STYLE_CLASS_SCALE_HAS_MARKS_BELOW "scale-has-marks-below"
|
450
451
|
|
@@ -453,7 +454,7 @@ struct _GtkStyleContextClass
|
|
453
454
|
*
|
454
455
|
* A CSS class to match a header element.
|
455
456
|
*
|
456
|
-
*
|
457
|
+
* Refer to individual widget documentation for used style classes.
|
457
458
|
*/
|
458
459
|
#define GTK_STYLE_CLASS_HEADER "header"
|
459
460
|
|
@@ -462,7 +463,7 @@ struct _GtkStyleContextClass
|
|
462
463
|
*
|
463
464
|
* A CSS class to match an accelerator.
|
464
465
|
*
|
465
|
-
*
|
466
|
+
* Refer to individual widget documentation for used style classes.
|
466
467
|
*/
|
467
468
|
#define GTK_STYLE_CLASS_ACCELERATOR "accelerator"
|
468
469
|
|
@@ -472,7 +473,7 @@ struct _GtkStyleContextClass
|
|
472
473
|
* A CSS class to match a raised control, such as a raised
|
473
474
|
* button on a toolbar.
|
474
475
|
*
|
475
|
-
*
|
476
|
+
* Refer to individual widget documentation for used style classes.
|
476
477
|
*/
|
477
478
|
#define GTK_STYLE_CLASS_RAISED "raised"
|
478
479
|
|
@@ -481,6 +482,8 @@ struct _GtkStyleContextClass
|
|
481
482
|
*
|
482
483
|
* A CSS class to match a linked area, such as a box containing buttons
|
483
484
|
* belonging to the same control.
|
485
|
+
*
|
486
|
+
* Refer to individual widget documentation for used style classes.
|
484
487
|
*/
|
485
488
|
#define GTK_STYLE_CLASS_LINKED "linked"
|
486
489
|
|
@@ -489,7 +492,7 @@ struct _GtkStyleContextClass
|
|
489
492
|
*
|
490
493
|
* A CSS class defining a resize grip.
|
491
494
|
*
|
492
|
-
*
|
495
|
+
* Refer to individual widget documentation for used style classes.
|
493
496
|
*/
|
494
497
|
#define GTK_STYLE_CLASS_GRIP "grip"
|
495
498
|
|
@@ -498,7 +501,7 @@ struct _GtkStyleContextClass
|
|
498
501
|
*
|
499
502
|
* A CSS class defining a dock area.
|
500
503
|
*
|
501
|
-
*
|
504
|
+
* Refer to individual widget documentation for used style classes.
|
502
505
|
*/
|
503
506
|
#define GTK_STYLE_CLASS_DOCK "dock"
|
504
507
|
|
@@ -507,8 +510,7 @@ struct _GtkStyleContextClass
|
|
507
510
|
*
|
508
511
|
* A CSS class to use when rendering activity as a progressbar.
|
509
512
|
*
|
510
|
-
*
|
511
|
-
* inside a #GtkEntry or in #GtkCellRendererProgress.
|
513
|
+
* Refer to individual widget documentation for used style classes.
|
512
514
|
*/
|
513
515
|
#define GTK_STYLE_CLASS_PROGRESSBAR "progressbar"
|
514
516
|
|
@@ -517,7 +519,7 @@ struct _GtkStyleContextClass
|
|
517
519
|
*
|
518
520
|
* A CSS class to use when rendering activity as a “spinner”.
|
519
521
|
*
|
520
|
-
*
|
522
|
+
* Refer to individual widget documentation for used style classes.
|
521
523
|
*/
|
522
524
|
#define GTK_STYLE_CLASS_SPINNER "spinner"
|
523
525
|
|
@@ -526,7 +528,7 @@ struct _GtkStyleContextClass
|
|
526
528
|
*
|
527
529
|
* A CSS class defining marks in a widget, such as in scales.
|
528
530
|
*
|
529
|
-
*
|
531
|
+
* Refer to individual widget documentation for used style classes.
|
530
532
|
*/
|
531
533
|
#define GTK_STYLE_CLASS_MARK "mark"
|
532
534
|
|
@@ -535,8 +537,7 @@ struct _GtkStyleContextClass
|
|
535
537
|
*
|
536
538
|
* A CSS class defining an expander, such as those in treeviews.
|
537
539
|
*
|
538
|
-
*
|
539
|
-
* #GtkToolItemGroup.
|
540
|
+
* Refer to individual widget documentation for used style classes.
|
540
541
|
*/
|
541
542
|
#define GTK_STYLE_CLASS_EXPANDER "expander"
|
542
543
|
|
@@ -545,7 +546,7 @@ struct _GtkStyleContextClass
|
|
545
546
|
*
|
546
547
|
* A CSS class defining an spinbutton.
|
547
548
|
*
|
548
|
-
*
|
549
|
+
* Refer to individual widget documentation for used style classes.
|
549
550
|
*/
|
550
551
|
#define GTK_STYLE_CLASS_SPINBUTTON "spinbutton"
|
551
552
|
|
@@ -554,7 +555,7 @@ struct _GtkStyleContextClass
|
|
554
555
|
*
|
555
556
|
* A CSS class defining a notebook.
|
556
557
|
*
|
557
|
-
*
|
558
|
+
* Refer to individual widget documentation for used style classes.
|
558
559
|
*/
|
559
560
|
#define GTK_STYLE_CLASS_NOTEBOOK "notebook"
|
560
561
|
|
@@ -563,8 +564,7 @@ struct _GtkStyleContextClass
|
|
563
564
|
*
|
564
565
|
* A CSS class defining a view, such as iconviews or treeviews.
|
565
566
|
*
|
566
|
-
*
|
567
|
-
* as well as #GtkCalendar.
|
567
|
+
* Refer to individual widget documentation for used style classes.
|
568
568
|
*/
|
569
569
|
#define GTK_STYLE_CLASS_VIEW "view"
|
570
570
|
|
@@ -574,7 +574,7 @@ struct _GtkStyleContextClass
|
|
574
574
|
* A CSS class defining a sidebar, such as the left side in
|
575
575
|
* a file chooser.
|
576
576
|
*
|
577
|
-
*
|
577
|
+
* Refer to individual widget documentation for used style classes.
|
578
578
|
*/
|
579
579
|
#define GTK_STYLE_CLASS_SIDEBAR "sidebar"
|
580
580
|
|
@@ -583,7 +583,7 @@ struct _GtkStyleContextClass
|
|
583
583
|
*
|
584
584
|
* A CSS class defining an image, such as the icon in an entry.
|
585
585
|
*
|
586
|
-
*
|
586
|
+
* Refer to individual widget documentation for used style classes.
|
587
587
|
*/
|
588
588
|
#define GTK_STYLE_CLASS_IMAGE "image"
|
589
589
|
|
@@ -593,7 +593,7 @@ struct _GtkStyleContextClass
|
|
593
593
|
* A CSS class defining a highlighted area, such as headings in
|
594
594
|
* assistants and calendars.
|
595
595
|
*
|
596
|
-
*
|
596
|
+
* Refer to individual widget documentation for used style classes.
|
597
597
|
*/
|
598
598
|
#define GTK_STYLE_CLASS_HIGHLIGHT "highlight"
|
599
599
|
|
@@ -604,7 +604,7 @@ struct _GtkStyleContextClass
|
|
604
604
|
* #GtkFrame or the scrolled window frame around the
|
605
605
|
* scrollable area.
|
606
606
|
*
|
607
|
-
*
|
607
|
+
* Refer to individual widget documentation for used style classes.
|
608
608
|
*/
|
609
609
|
#define GTK_STYLE_CLASS_FRAME "frame"
|
610
610
|
|
@@ -613,8 +613,7 @@ struct _GtkStyleContextClass
|
|
613
613
|
*
|
614
614
|
* A CSS class for a drag-and-drop indicator.
|
615
615
|
*
|
616
|
-
*
|
617
|
-
* drop target during DND.
|
616
|
+
* Refer to individual widget documentation for used style classes.
|
618
617
|
*/
|
619
618
|
#define GTK_STYLE_CLASS_DND "dnd"
|
620
619
|
|
@@ -623,7 +622,7 @@ struct _GtkStyleContextClass
|
|
623
622
|
*
|
624
623
|
* A CSS class for a pane separator, such as those in #GtkPaned.
|
625
624
|
*
|
626
|
-
*
|
625
|
+
* Refer to individual widget documentation for used style classes.
|
627
626
|
*/
|
628
627
|
#define GTK_STYLE_CLASS_PANE_SEPARATOR "pane-separator"
|
629
628
|
|
@@ -632,8 +631,7 @@ struct _GtkStyleContextClass
|
|
632
631
|
*
|
633
632
|
* A CSS class for a separator.
|
634
633
|
*
|
635
|
-
*
|
636
|
-
* #GtkSeparatorToolItem, and when drawing separators in #GtkTreeView.
|
634
|
+
* Refer to individual widget documentation for used style classes.
|
637
635
|
*/
|
638
636
|
#define GTK_STYLE_CLASS_SEPARATOR "separator"
|
639
637
|
|
@@ -643,7 +641,7 @@ struct _GtkStyleContextClass
|
|
643
641
|
* A CSS class for an area displaying an informational message,
|
644
642
|
* such as those in infobars.
|
645
643
|
*
|
646
|
-
*
|
644
|
+
* Refer to individual widget documentation for used style classes.
|
647
645
|
*/
|
648
646
|
#define GTK_STYLE_CLASS_INFO "info"
|
649
647
|
|
@@ -653,7 +651,7 @@ struct _GtkStyleContextClass
|
|
653
651
|
* A CSS class for an area displaying a warning message,
|
654
652
|
* such as those in infobars.
|
655
653
|
*
|
656
|
-
*
|
654
|
+
* Refer to individual widget documentation for used style classes.
|
657
655
|
*/
|
658
656
|
#define GTK_STYLE_CLASS_WARNING "warning"
|
659
657
|
|
@@ -663,7 +661,7 @@ struct _GtkStyleContextClass
|
|
663
661
|
* A CSS class for an area displaying a question to the user,
|
664
662
|
* such as those in infobars.
|
665
663
|
*
|
666
|
-
*
|
664
|
+
* Refer to individual widget documentation for used style classes.
|
667
665
|
*/
|
668
666
|
#define GTK_STYLE_CLASS_QUESTION "question"
|
669
667
|
|
@@ -673,7 +671,7 @@ struct _GtkStyleContextClass
|
|
673
671
|
* A CSS class for an area displaying an error message,
|
674
672
|
* such as those in infobars.
|
675
673
|
*
|
676
|
-
*
|
674
|
+
* Refer to individual widget documentation for used style classes.
|
677
675
|
*/
|
678
676
|
#define GTK_STYLE_CLASS_ERROR "error"
|
679
677
|
|
@@ -682,7 +680,7 @@ struct _GtkStyleContextClass
|
|
682
680
|
*
|
683
681
|
* A CSS class for horizontally layered widgets.
|
684
682
|
*
|
685
|
-
*
|
683
|
+
* Refer to individual widget documentation for used style classes.
|
686
684
|
*/
|
687
685
|
#define GTK_STYLE_CLASS_HORIZONTAL "horizontal"
|
688
686
|
|
@@ -691,7 +689,7 @@ struct _GtkStyleContextClass
|
|
691
689
|
*
|
692
690
|
* A CSS class for vertically layered widgets.
|
693
691
|
*
|
694
|
-
*
|
692
|
+
* Refer to individual widget documentation for used style classes.
|
695
693
|
*/
|
696
694
|
#define GTK_STYLE_CLASS_VERTICAL "vertical"
|
697
695
|
|
@@ -700,8 +698,7 @@ struct _GtkStyleContextClass
|
|
700
698
|
*
|
701
699
|
* A CSS class to indicate an area at the top of a widget.
|
702
700
|
*
|
703
|
-
*
|
704
|
-
* positions, such as tabs in a #GtkNotebook.
|
701
|
+
* Refer to individual widget documentation for used style classes.
|
705
702
|
*/
|
706
703
|
#define GTK_STYLE_CLASS_TOP "top"
|
707
704
|
|
@@ -710,8 +707,7 @@ struct _GtkStyleContextClass
|
|
710
707
|
*
|
711
708
|
* A CSS class to indicate an area at the bottom of a widget.
|
712
709
|
*
|
713
|
-
*
|
714
|
-
* positions, such as tabs in a #GtkNotebook.
|
710
|
+
* Refer to individual widget documentation for used style classes.
|
715
711
|
*/
|
716
712
|
#define GTK_STYLE_CLASS_BOTTOM "bottom"
|
717
713
|
|
@@ -720,8 +716,7 @@ struct _GtkStyleContextClass
|
|
720
716
|
*
|
721
717
|
* A CSS class to indicate an area at the left of a widget.
|
722
718
|
*
|
723
|
-
*
|
724
|
-
* positions, such as tabs in a #GtkNotebook.
|
719
|
+
* Refer to individual widget documentation for used style classes.
|
725
720
|
*/
|
726
721
|
#define GTK_STYLE_CLASS_LEFT "left"
|
727
722
|
|
@@ -730,8 +725,7 @@ struct _GtkStyleContextClass
|
|
730
725
|
*
|
731
726
|
* A CSS class to indicate an area at the right of a widget.
|
732
727
|
*
|
733
|
-
*
|
734
|
-
* positions, such as tabs in a #GtkNotebook.
|
728
|
+
* Refer to individual widget documentation for used style classes.
|
735
729
|
*/
|
736
730
|
#define GTK_STYLE_CLASS_RIGHT "right"
|
737
731
|
|
@@ -740,7 +734,7 @@ struct _GtkStyleContextClass
|
|
740
734
|
*
|
741
735
|
* A CSS class to use when rendering a pulse in an indeterminate progress bar.
|
742
736
|
*
|
743
|
-
*
|
737
|
+
* Refer to individual widget documentation for used style classes.
|
744
738
|
*/
|
745
739
|
#define GTK_STYLE_CLASS_PULSE "pulse"
|
746
740
|
|
@@ -749,8 +743,7 @@ struct _GtkStyleContextClass
|
|
749
743
|
*
|
750
744
|
* A CSS class used when rendering an arrow element.
|
751
745
|
*
|
752
|
-
*
|
753
|
-
* to the style context when rendering an arrow element.
|
746
|
+
* Refer to individual widget documentation for used style classes.
|
754
747
|
*/
|
755
748
|
#define GTK_STYLE_CLASS_ARROW "arrow"
|
756
749
|
|
@@ -759,6 +752,8 @@ struct _GtkStyleContextClass
|
|
759
752
|
*
|
760
753
|
* A CSS class used when rendering an OSD (On Screen Display) element,
|
761
754
|
* on top of another container.
|
755
|
+
*
|
756
|
+
* Refer to individual widget documentation for used style classes.
|
762
757
|
*/
|
763
758
|
#define GTK_STYLE_CLASS_OSD "osd"
|
764
759
|
|
@@ -768,7 +763,7 @@ struct _GtkStyleContextClass
|
|
768
763
|
* A CSS class used when rendering a level indicator, such
|
769
764
|
* as a battery charge level, or a password strength.
|
770
765
|
*
|
771
|
-
*
|
766
|
+
* Refer to individual widget documentation for used style classes.
|
772
767
|
*/
|
773
768
|
#define GTK_STYLE_CLASS_LEVEL_BAR "level-bar"
|
774
769
|
|
@@ -777,6 +772,8 @@ struct _GtkStyleContextClass
|
|
777
772
|
*
|
778
773
|
* A CSS class used when rendering a drag handle for
|
779
774
|
* text selection.
|
775
|
+
*
|
776
|
+
* Refer to individual widget documentation for used style classes.
|
780
777
|
*/
|
781
778
|
#define GTK_STYLE_CLASS_CURSOR_HANDLE "cursor-handle"
|
782
779
|
|
@@ -785,14 +782,17 @@ struct _GtkStyleContextClass
|
|
785
782
|
*
|
786
783
|
* A CSS class used when rendering a drag handle for
|
787
784
|
* the insertion cursor position.
|
785
|
+
*
|
786
|
+
* Refer to individual widget documentation for used style classes.
|
788
787
|
*/
|
789
788
|
#define GTK_STYLE_CLASS_INSERTION_CURSOR "insertion-cursor"
|
790
789
|
|
791
790
|
/**
|
792
791
|
* GTK_STYLE_CLASS_TITLEBAR:
|
793
792
|
*
|
794
|
-
* A CSS class used when rendering a titlebar in a toplevel
|
795
|
-
*
|
793
|
+
* A CSS class used when rendering a titlebar in a toplevel window.
|
794
|
+
*
|
795
|
+
* Refer to individual widget documentation for used style classes.
|
796
796
|
*/
|
797
797
|
#define GTK_STYLE_CLASS_TITLEBAR "titlebar"
|
798
798
|
|
@@ -802,6 +802,8 @@ struct _GtkStyleContextClass
|
|
802
802
|
* A CSS class used for the title label in a titlebar in
|
803
803
|
* a toplevel window.
|
804
804
|
*
|
805
|
+
* Refer to individual widget documentation for used style classes.
|
806
|
+
*
|
805
807
|
* Since: 3.14
|
806
808
|
*/
|
807
809
|
#define GTK_STYLE_CLASS_TITLE "title"
|
@@ -812,6 +814,8 @@ struct _GtkStyleContextClass
|
|
812
814
|
* A CSS class used for the subtitle label in a titlebar in
|
813
815
|
* a toplevel window.
|
814
816
|
*
|
817
|
+
* Refer to individual widget documentation for used style classes.
|
818
|
+
*
|
815
819
|
* Since: 3.14
|
816
820
|
*/
|
817
821
|
#define GTK_STYLE_CLASS_SUBTITLE "subtitle"
|
@@ -822,7 +826,9 @@ struct _GtkStyleContextClass
|
|
822
826
|
* A CSS class used when an element needs the user attention,
|
823
827
|
* for instance a button in a stack switcher corresponding to
|
824
828
|
* a hidden page that changed state.
|
825
|
-
*
|
829
|
+
*
|
830
|
+
* Refer to individual widget documentation for used style classes.
|
831
|
+
*
|
826
832
|
* Since: 3.12
|
827
833
|
*/
|
828
834
|
#define GTK_STYLE_CLASS_NEEDS_ATTENTION "needs-attention"
|
@@ -833,6 +839,8 @@ struct _GtkStyleContextClass
|
|
833
839
|
* A CSS class used when an action (usually a button) is the
|
834
840
|
* primary suggested action in a specific context.
|
835
841
|
*
|
842
|
+
* Refer to individual widget documentation for used style classes.
|
843
|
+
*
|
836
844
|
* Since: 3.12
|
837
845
|
*/
|
838
846
|
#define GTK_STYLE_CLASS_SUGGESTED_ACTION "suggested-action"
|
@@ -844,6 +852,8 @@ struct _GtkStyleContextClass
|
|
844
852
|
* one that is expected to remove or destroy something visible
|
845
853
|
* to the user.
|
846
854
|
*
|
855
|
+
* Refer to individual widget documentation for used style classes.
|
856
|
+
*
|
847
857
|
* Since: 3.12
|
848
858
|
*/
|
849
859
|
#define GTK_STYLE_CLASS_DESTRUCTIVE_ACTION "destructive-action"
|
@@ -851,7 +861,9 @@ struct _GtkStyleContextClass
|
|
851
861
|
/**
|
852
862
|
* GTK_STYLE_CLASS_POPOVER:
|
853
863
|
*
|
854
|
-
* A CSS class that matches popovers.
|
864
|
+
* A CSS class that matches popovers.
|
865
|
+
*
|
866
|
+
* Refer to individual widget documentation for used style classes.
|
855
867
|
*
|
856
868
|
* Since: 3.14
|
857
869
|
*/
|
@@ -864,6 +876,8 @@ struct _GtkStyleContextClass
|
|
864
876
|
*
|
865
877
|
* A CSS class that is added to the toplevel windows used for menus.
|
866
878
|
*
|
879
|
+
* Refer to individual widget documentation for used style classes.
|
880
|
+
*
|
867
881
|
* Since: 3.14
|
868
882
|
*/
|
869
883
|
#define GTK_STYLE_CLASS_POPUP "popup"
|
@@ -873,6 +887,8 @@ struct _GtkStyleContextClass
|
|
873
887
|
*
|
874
888
|
* A CSS class that is added to message dialogs.
|
875
889
|
*
|
890
|
+
* Refer to individual widget documentation for used style classes.
|
891
|
+
*
|
876
892
|
* Since: 3.14
|
877
893
|
*/
|
878
894
|
#define GTK_STYLE_CLASS_MESSAGE_DIALOG "message-dialog"
|
@@ -884,6 +900,8 @@ struct _GtkStyleContextClass
|
|
884
900
|
* a frame or border (like buttons or entries) should appear
|
885
901
|
* without it.
|
886
902
|
*
|
903
|
+
* Refer to individual widget documentation for used style classes.
|
904
|
+
*
|
887
905
|
* Since: 3.14
|
888
906
|
*/
|
889
907
|
#define GTK_STYLE_CLASS_FLAT "flat"
|
@@ -892,36 +910,47 @@ struct _GtkStyleContextClass
|
|
892
910
|
* GTK_STYLE_CLASS_READ_ONLY:
|
893
911
|
*
|
894
912
|
* A CSS class used to indicate a read-only state.
|
913
|
+
*
|
914
|
+
* Refer to individual widget documentation for used style classes.
|
895
915
|
*/
|
896
916
|
#define GTK_STYLE_CLASS_READ_ONLY "read-only"
|
897
917
|
|
898
|
-
|
918
|
+
/**
|
899
919
|
* GTK_STYLE_CLASS_OVERSHOOT:
|
920
|
+
*
|
900
921
|
* A CSS class that is added on the visual hints that happen
|
901
922
|
* when scrolling is attempted past the limits of a scrollable
|
902
923
|
* area.
|
903
924
|
*
|
925
|
+
* Refer to individual widget documentation for used style classes.
|
926
|
+
*
|
904
927
|
* Since: 3.14
|
905
928
|
*/
|
906
929
|
#define GTK_STYLE_CLASS_OVERSHOOT "overshoot"
|
907
930
|
|
908
|
-
|
931
|
+
/**
|
909
932
|
* GTK_STYLE_CLASS_UNDERSHOOT:
|
933
|
+
*
|
910
934
|
* A CSS class that is added on the visual hints that happen
|
911
935
|
* where content is 'scrolled off' and can be made visible
|
912
936
|
* by scrolling.
|
913
937
|
*
|
938
|
+
* Refer to individual widget documentation for used style classes.
|
939
|
+
*
|
914
940
|
* Since: 3.16
|
915
941
|
*/
|
916
942
|
#define GTK_STYLE_CLASS_UNDERSHOOT "undershoot"
|
917
943
|
|
918
|
-
|
944
|
+
/**
|
919
945
|
* GTK_STYLE_CLASS_PAPER:
|
946
|
+
*
|
920
947
|
* A CSS class that is added to areas that should look like paper.
|
921
948
|
*
|
922
949
|
* This is used in print previews and themes are encouraged to
|
923
950
|
* style it as black text on white background.
|
924
951
|
*
|
952
|
+
* Refer to individual widget documentation for used style classes.
|
953
|
+
*
|
925
954
|
* Since: 3.16
|
926
955
|
*/
|
927
956
|
#define GTK_STYLE_CLASS_PAPER "paper"
|
@@ -932,6 +961,8 @@ struct _GtkStyleContextClass
|
|
932
961
|
* A CSS class that is added to text view that should use
|
933
962
|
* a monospace font.
|
934
963
|
*
|
964
|
+
* Refer to individual widget documentation for used style classes.
|
965
|
+
*
|
935
966
|
* Since: 3.16
|
936
967
|
*/
|
937
968
|
#define GTK_STYLE_CLASS_MONOSPACE "monospace"
|
@@ -942,6 +973,8 @@ struct _GtkStyleContextClass
|
|
942
973
|
* A CSS class to indicate that a UI element should be 'wide'.
|
943
974
|
* Used by #GtkPaned.
|
944
975
|
*
|
976
|
+
* Refer to individual widget documentation for used style classes.
|
977
|
+
*
|
945
978
|
* Since: 3.16
|
946
979
|
*/
|
947
980
|
#define GTK_STYLE_CLASS_WIDE "wide"
|
@@ -950,6 +983,8 @@ struct _GtkStyleContextClass
|
|
950
983
|
* GTK_STYLE_REGION_ROW:
|
951
984
|
*
|
952
985
|
* A widget region name to define a treeview row.
|
986
|
+
*
|
987
|
+
* Deprecated: 3.20: Don't use regions.
|
953
988
|
*/
|
954
989
|
#define GTK_STYLE_REGION_ROW "row"
|
955
990
|
|
@@ -957,6 +992,8 @@ struct _GtkStyleContextClass
|
|
957
992
|
* GTK_STYLE_REGION_COLUMN:
|
958
993
|
*
|
959
994
|
* A widget region name to define a treeview column.
|
995
|
+
*
|
996
|
+
* Deprecated: 3.20: Don't use regions.
|
960
997
|
*/
|
961
998
|
#define GTK_STYLE_REGION_COLUMN "column"
|
962
999
|
|
@@ -964,6 +1001,8 @@ struct _GtkStyleContextClass
|
|
964
1001
|
* GTK_STYLE_REGION_COLUMN_HEADER:
|
965
1002
|
*
|
966
1003
|
* A widget region name to define a treeview column header.
|
1004
|
+
*
|
1005
|
+
* Deprecated: 3.20: Don't use regions.
|
967
1006
|
*/
|
968
1007
|
#define GTK_STYLE_REGION_COLUMN_HEADER "column-header"
|
969
1008
|
|
@@ -971,6 +1010,8 @@ struct _GtkStyleContextClass
|
|
971
1010
|
* GTK_STYLE_REGION_TAB:
|
972
1011
|
*
|
973
1012
|
* A widget region name to define a notebook tab.
|
1013
|
+
*
|
1014
|
+
* Deprecated: 3.20: Don't use regions.
|
974
1015
|
*/
|
975
1016
|
#define GTK_STYLE_REGION_TAB "tab"
|
976
1017
|
|
@@ -1187,7 +1228,7 @@ void gtk_style_context_invalidate (GtkStyleContext *context);
|
|
1187
1228
|
GDK_AVAILABLE_IN_ALL
|
1188
1229
|
void gtk_style_context_reset_widgets (GdkScreen *screen);
|
1189
1230
|
|
1190
|
-
|
1231
|
+
GDK_DEPRECATED_IN_3_18_FOR(gtk_render_background)
|
1191
1232
|
void gtk_style_context_set_background (GtkStyleContext *context,
|
1192
1233
|
GdkWindow *window);
|
1193
1234
|
|
@@ -1208,6 +1249,16 @@ void gtk_draw_insertion_cursor (GtkWidget *widget,
|
|
1208
1249
|
GtkTextDirection direction,
|
1209
1250
|
gboolean draw_arrow);
|
1210
1251
|
|
1252
|
+
typedef enum {
|
1253
|
+
GTK_STYLE_CONTEXT_PRINT_NONE = 0,
|
1254
|
+
GTK_STYLE_CONTEXT_PRINT_RECURSE = 1 << 0,
|
1255
|
+
GTK_STYLE_CONTEXT_PRINT_SHOW_STYLE = 1 << 1
|
1256
|
+
} GtkStyleContextPrintFlags;
|
1257
|
+
|
1258
|
+
GDK_AVAILABLE_IN_3_20
|
1259
|
+
char * gtk_style_context_to_string (GtkStyleContext *context,
|
1260
|
+
GtkStyleContextPrintFlags flags);
|
1261
|
+
|
1211
1262
|
G_END_DECLS
|
1212
1263
|
|
1213
1264
|
#endif /* __GTK_STYLE_CONTEXT_H__ */
|