gdk3 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -0,0 +1,1670 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GTK+ CSS: GTK+ 3 Reference Manual</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
|
+
<link rel="up" href="theming.html" title="Part IV. Theming in GTK+">
|
9
|
+
<link rel="prev" href="chap-css-overview.html" title="GTK+ CSS">
|
10
|
+
<link rel="next" href="GtkStyleContext.html" title="GtkStyleContext">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="theming.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="chap-css-overview.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="GtkStyleContext.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="refentry">
|
23
|
+
<a name="chap-css-properties"></a><div class="titlepage"></div>
|
24
|
+
<div class="refnamediv"><table width="100%"><tr>
|
25
|
+
<td valign="top">
|
26
|
+
<h2><span class="refentrytitle">GTK+ CSS</span></h2>
|
27
|
+
<p>GTK+ CSS —
|
28
|
+
GTK+ CSS Properties
|
29
|
+
</p>
|
30
|
+
</td>
|
31
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
32
|
+
</tr></table></div>
|
33
|
+
<div class="refsect1">
|
34
|
+
<a name="css-properties"></a><h2>Supported CSS Properties</h2>
|
35
|
+
<p>
|
36
|
+
GTK+ supports CSS properties and shorthands as far as they can be applied
|
37
|
+
in the context of widgets, and only adds its own properties only when needed.
|
38
|
+
All GTK+-specific properties have a -gtk prefix.
|
39
|
+
</p>
|
40
|
+
<p>
|
41
|
+
All properties support the following keywords: inherit, initial, unset.
|
42
|
+
</p>
|
43
|
+
<p>
|
44
|
+
The following basic datatypes are used throughout:
|
45
|
+
</p>
|
46
|
+
<div class="literallayout"><p><code class="code">〈length〉 = 〈number〉 [ px | pt | em | ex |rem | pc | in | cm | mm ] | 〈calc expression〉</code><br>
|
47
|
+
<code class="code">〈percentage〉 = 〈number〉 % | 〈calc expression〉</code><br>
|
48
|
+
<code class="code">〈angle〉 = 〈number〉 [ deg | grad | turn ] | 〈calc expression〉</code><br>
|
49
|
+
<code class="code">〈time〉 = 〈number〉 [ s | ms ] | 〈calc expression〉</code><br>
|
50
|
+
</p></div>
|
51
|
+
<p>
|
52
|
+
Length values with the em or ex units are resolved using the font
|
53
|
+
size value, unless they occur in setting the font-size itself, in
|
54
|
+
which case they are resolved using the inherited font size value.
|
55
|
+
</p>
|
56
|
+
<p>
|
57
|
+
The rem unit is resolved using the initial font size value, which is
|
58
|
+
not quite the same as the CSS definition of rem.
|
59
|
+
</p>
|
60
|
+
<p>
|
61
|
+
Whereever a number is allowed, GTK+ also accepts a Windows-specific
|
62
|
+
theme size:
|
63
|
+
</p>
|
64
|
+
<div class="literallayout"><p><br>
|
65
|
+
<code class="code">〈win32 theme size〉 = 〈win32 size〉| 〈win32 part size〉</code><br>
|
66
|
+
<code class="code">〈win32 size〉 = -gtk-win32-size ( 〈theme name〉, 〈metric id〉 )</code><br>
|
67
|
+
<code class="code">〈win32 part size〉 = [ -gtk-win32-part-width | -gtk-win32-part-height |</code><br>
|
68
|
+
<code class="code"> -gtk-win32-part-border-top | -gtk-win32-part-border-right |</code><br>
|
69
|
+
<code class="code"> -gtk-win32-part-border-bottom | -gtk-win32-part-border-left ] ( 〈theme name〉 , 〈integer〉 , 〈integer〉 )</code><br>
|
70
|
+
</p></div>
|
71
|
+
<div class="literallayout"><p><code class="code">〈calc expression〉 = calc( 〈calc sum〉 )</code><br>
|
72
|
+
<code class="code">〈calc sum〉 = 〈calc product〉 [ [ + | - ] 〈calc product〉 ]*</code><br>
|
73
|
+
<code class="code">〈calc product〉 = 〈calc value〉 [ * 〈calc value〉 | / 〈number〉 ]*</code><br>
|
74
|
+
<code class="code">〈calc value〉 = 〈number〉 | 〈length〉 | 〈percentage〉 | 〈angle〉 | 〈time〉 | ( 〈calc sum〉 )</code><br>
|
75
|
+
</p></div>
|
76
|
+
<p>
|
77
|
+
The calc() notation adds considerable expressive power. There are limits
|
78
|
+
on what types can be combined in such an expression (e.g. it does not make
|
79
|
+
sense to add a number and a time). For the full details, see the
|
80
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-values/#calc-notation" target="_top">CSS3 Values and
|
81
|
+
Units</a> spec.
|
82
|
+
</p>
|
83
|
+
<p>
|
84
|
+
A common pattern among shorthand properties (called 'four sides') is one
|
85
|
+
where one to four values can be specified, to determine a value for each
|
86
|
+
side of an area. In this case, the specified values are interpreted as
|
87
|
+
follows:
|
88
|
+
</p>
|
89
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
90
|
+
<colgroup>
|
91
|
+
<col align="left" valign="top">
|
92
|
+
<col>
|
93
|
+
</colgroup>
|
94
|
+
<tbody>
|
95
|
+
<tr>
|
96
|
+
<td><p><span class="term">4 values:</span></p></td>
|
97
|
+
<td>top right bottom left</td>
|
98
|
+
</tr>
|
99
|
+
<tr>
|
100
|
+
<td><p><span class="term">3 values:</span></p></td>
|
101
|
+
<td>top horizontal left</td>
|
102
|
+
</tr>
|
103
|
+
<tr>
|
104
|
+
<td><p><span class="term">2 values:</span></p></td>
|
105
|
+
<td>vertical horizontal</td>
|
106
|
+
</tr>
|
107
|
+
<tr>
|
108
|
+
<td><p><span class="term">1 value:</span></p></td>
|
109
|
+
<td>all</td>
|
110
|
+
</tr>
|
111
|
+
</tbody>
|
112
|
+
</table></div>
|
113
|
+
<p>
|
114
|
+
</p>
|
115
|
+
<div class="table">
|
116
|
+
<a name="id-1.5.3.3.13"></a><p class="title"><b>Table 2. Color Properties</b></p>
|
117
|
+
<div class="table-contents"><table summary="Color Properties" width="100%" border="1">
|
118
|
+
<colgroup>
|
119
|
+
<col>
|
120
|
+
<col>
|
121
|
+
<col>
|
122
|
+
<col align="center">
|
123
|
+
<col align="center">
|
124
|
+
<col>
|
125
|
+
<col>
|
126
|
+
</colgroup>
|
127
|
+
<thead><tr>
|
128
|
+
<th>Name</th>
|
129
|
+
<th>Value</th>
|
130
|
+
<th>Initial</th>
|
131
|
+
<th align="center">Inh.</th>
|
132
|
+
<th align="center">Ani.</th>
|
133
|
+
<th>Reference</th>
|
134
|
+
<th>Notes</th>
|
135
|
+
</tr></thead>
|
136
|
+
<tbody>
|
137
|
+
<tr>
|
138
|
+
<td>color</td>
|
139
|
+
<td><code class="code">〈color〉</code></td>
|
140
|
+
<td><code class="code">rgba(1,1,1,1)</code></td>
|
141
|
+
<td align="center">✓</td>
|
142
|
+
<td align="center">✓</td>
|
143
|
+
<td>
|
144
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/colors.html#propdef-color" target="_top">CSS2</a>,
|
145
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-color/#foreground" target="_top">CSS3</a>
|
146
|
+
</td>
|
147
|
+
<td> </td>
|
148
|
+
</tr>
|
149
|
+
<tr>
|
150
|
+
<td>opacity</td>
|
151
|
+
<td><code class="code">〈alpha value〉</code></td>
|
152
|
+
<td><code class="code">1</code></td>
|
153
|
+
<td align="center"> </td>
|
154
|
+
<td align="center">✓</td>
|
155
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-color/#opacity" target="_top">CSS3</a></td>
|
156
|
+
<td> </td>
|
157
|
+
</tr>
|
158
|
+
</tbody>
|
159
|
+
</table></div>
|
160
|
+
</div>
|
161
|
+
<br class="table-break"><p>
|
162
|
+
The color property specifies the color to use for text, icons and other
|
163
|
+
foreground rendering. The opacity property specifies the opacity that is
|
164
|
+
used to composite the widget onto its parent widget.
|
165
|
+
</p>
|
166
|
+
<div class="table">
|
167
|
+
<a name="id-1.5.3.3.15"></a><p class="title"><b>Table 3. Font Properties</b></p>
|
168
|
+
<div class="table-contents">
|
169
|
+
<table summary="Font Properties" width="100%" border="1">
|
170
|
+
<colgroup>
|
171
|
+
<col>
|
172
|
+
<col>
|
173
|
+
<col>
|
174
|
+
<col align="center">
|
175
|
+
<col align="center">
|
176
|
+
<col>
|
177
|
+
<col>
|
178
|
+
</colgroup>
|
179
|
+
<thead><tr>
|
180
|
+
<th>Name</th>
|
181
|
+
<th>Value</th>
|
182
|
+
<th>Initial</th>
|
183
|
+
<th align="center">Inh.</th>
|
184
|
+
<th align="center">Ani.</th>
|
185
|
+
<th>Reference</th>
|
186
|
+
<th>Notes</th>
|
187
|
+
</tr></thead>
|
188
|
+
<tbody>
|
189
|
+
<tr>
|
190
|
+
<td>font‑family</td>
|
191
|
+
<td><code class="code">〈family name〉 [ , 〈family name〉 ]*</code></td>
|
192
|
+
<td>gtk-font-name setting</td>
|
193
|
+
<td align="center">✓</td>
|
194
|
+
<td align="center"> </td>
|
195
|
+
<td>
|
196
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/fonts.html#propdef-font-family" target="_top">CSS2</a>,
|
197
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-fonts/#font-family-prop" target="_top">CSS3</a>
|
198
|
+
</td>
|
199
|
+
<td> </td>
|
200
|
+
</tr>
|
201
|
+
<tr>
|
202
|
+
<td>font‑size</td>
|
203
|
+
<td><code class="code">〈absolute size〉 | 〈relative size〉 | 〈length〉 | 〈percentage〉</code></td>
|
204
|
+
<td>gtk-font-name setting</td>
|
205
|
+
<td align="center">✓</td>
|
206
|
+
<td align="center">✓</td>
|
207
|
+
<td>
|
208
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/fonts.html#font-size-props" target="_top">CSS2</a>,
|
209
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-fonts/#font-size-prop" target="_top">CSS3</a>
|
210
|
+
</td>
|
211
|
+
<td> </td>
|
212
|
+
</tr>
|
213
|
+
<tr>
|
214
|
+
<td>font‑style</td>
|
215
|
+
<td><code class="code">normal | oblique | italic</code></td>
|
216
|
+
<td><code class="code">normal</code></td>
|
217
|
+
<td align="center">✓</td>
|
218
|
+
<td align="center"> </td>
|
219
|
+
<td>
|
220
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/fonts.html#propdef-font-style" target="_top">CSS2</a>,
|
221
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-fonts/#font-style-prop" target="_top">CSS3</a>
|
222
|
+
</td>
|
223
|
+
<td> </td>
|
224
|
+
</tr>
|
225
|
+
<tr>
|
226
|
+
<td>font‑variant</td>
|
227
|
+
<td><code class="code">normal | small-caps</code></td>
|
228
|
+
<td><code class="code">normal</code></td>
|
229
|
+
<td align="center">✓</td>
|
230
|
+
<td align="center"> </td>
|
231
|
+
<td>
|
232
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/fonts.html#propdef-font-variant" target="_top">CSS2</a>,
|
233
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-fonts/#descdef-font-variant" target="_top">CSS3</a>
|
234
|
+
</td>
|
235
|
+
<td>only CSS2 values supported</td>
|
236
|
+
</tr>
|
237
|
+
<tr>
|
238
|
+
<td>font‑weight</td>
|
239
|
+
<td><code class="code">normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900</code></td>
|
240
|
+
<td><code class="code">normal</code></td>
|
241
|
+
<td align="center">✓</td>
|
242
|
+
<td align="center">✓</td>
|
243
|
+
<td>
|
244
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/fonts.html#propdef-font-weight" target="_top">CSS2</a>,
|
245
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" target="_top">CSS3</a>
|
246
|
+
</td>
|
247
|
+
<td>normal is synonymous with 400, bold with 700</td>
|
248
|
+
</tr>
|
249
|
+
<tr>
|
250
|
+
<td>font‑stretch</td>
|
251
|
+
<td><code class="code">ultra-condensed | extra-condensed | condensed | semi-condensed | normal | semi-expanded | expanded | extra-expanded | ultra-expanded</code></td>
|
252
|
+
<td><code class="code">normal</code></td>
|
253
|
+
<td align="center">✓</td>
|
254
|
+
<td align="center"> </td>
|
255
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-fonts/#font-stretch-prop" target="_top">CSS3</a></td>
|
256
|
+
<td> </td>
|
257
|
+
</tr>
|
258
|
+
<tr>
|
259
|
+
<td>‑gtk‑dpi</td>
|
260
|
+
<td><code class="code">〈number〉</code></td>
|
261
|
+
<td>screen resolution</td>
|
262
|
+
<td align="center">✓</td>
|
263
|
+
<td align="center">✓</td>
|
264
|
+
<td> </td>
|
265
|
+
<td> </td>
|
266
|
+
</tr>
|
267
|
+
</tbody>
|
268
|
+
</table>
|
269
|
+
<table summary="Font Properties" width="100%" border="1">
|
270
|
+
<colgroup>
|
271
|
+
<col>
|
272
|
+
<col>
|
273
|
+
<col>
|
274
|
+
<col>
|
275
|
+
<col>
|
276
|
+
</colgroup>
|
277
|
+
<thead><tr>
|
278
|
+
<th>Shorthand</th>
|
279
|
+
<th>Value</th>
|
280
|
+
<th>Initial</th>
|
281
|
+
<th>Reference</th>
|
282
|
+
<th>Notes</th>
|
283
|
+
</tr></thead>
|
284
|
+
<tbody><tr>
|
285
|
+
<td>font</td>
|
286
|
+
<td><code class="code">[ 〈font-style〉 || 〈font-variant〉 || 〈font-weight〉 || 〈font-stretch〉 ]? 〈font-size〉 〈font-family〉</code></td>
|
287
|
+
<td>see individual properties</td>
|
288
|
+
<td>
|
289
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/fonts.html#font-shorthand" target="_top">CSS2</a>,
|
290
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-fonts/#font-prop" target="_top">CSS3</a>
|
291
|
+
</td>
|
292
|
+
<td>CSS allows line-height, etc</td>
|
293
|
+
</tr></tbody>
|
294
|
+
</table>
|
295
|
+
</div>
|
296
|
+
</div>
|
297
|
+
<br class="table-break"><div class="literallayout"><p><code class="code">〈absolute size〉 = xx-small | x-small | small | medium | large | x-large | xx-large</code><br>
|
298
|
+
<code class="code">〈relative size〉 = larger | smaller</code><br>
|
299
|
+
</p></div>
|
300
|
+
<p>
|
301
|
+
The font properties determine the font to use for rendering text. Relative
|
302
|
+
font sizes and weights are resolved relative to the inherited value for
|
303
|
+
these properties.
|
304
|
+
</p>
|
305
|
+
<div class="table">
|
306
|
+
<a name="id-1.5.3.3.18"></a><p class="title"><b>Table 4. Text caret properties</b></p>
|
307
|
+
<div class="table-contents"><table summary="Text caret properties" width="100%" border="1">
|
308
|
+
<colgroup>
|
309
|
+
<col>
|
310
|
+
<col>
|
311
|
+
<col>
|
312
|
+
<col align="center">
|
313
|
+
<col align="center">
|
314
|
+
<col>
|
315
|
+
<col>
|
316
|
+
</colgroup>
|
317
|
+
<thead><tr>
|
318
|
+
<th>Name</th>
|
319
|
+
<th>Value</th>
|
320
|
+
<th>Initial</th>
|
321
|
+
<th align="center">Inh.</th>
|
322
|
+
<th align="center">Ani.</th>
|
323
|
+
<th>Reference</th>
|
324
|
+
<th>Notes</th>
|
325
|
+
</tr></thead>
|
326
|
+
<tbody>
|
327
|
+
<tr>
|
328
|
+
<td>caret-color</td>
|
329
|
+
<td><code class="code">〈color〉</code></td>
|
330
|
+
<td><code class="code">currentColor</code></td>
|
331
|
+
<td align="center">✓</td>
|
332
|
+
<td align="center">✓</td>
|
333
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-ui/#caret-color" target="_top">CSS3</a></td>
|
334
|
+
<td>CSS allows an auto value</td>
|
335
|
+
</tr>
|
336
|
+
<tr>
|
337
|
+
<td>-gtk-secondary-caret-color</td>
|
338
|
+
<td><code class="code">〈color〉</code></td>
|
339
|
+
<td><code class="code">currentColor</code></td>
|
340
|
+
<td align="center">✓</td>
|
341
|
+
<td align="center">✓</td>
|
342
|
+
<td> </td>
|
343
|
+
<td>Used for the secondary caret in bidirectional text</td>
|
344
|
+
</tr>
|
345
|
+
</tbody>
|
346
|
+
</table></div>
|
347
|
+
</div>
|
348
|
+
<br class="table-break"><p>
|
349
|
+
The caret properties provide a way to change the appearance of the insertion
|
350
|
+
caret in editable text.
|
351
|
+
</p>
|
352
|
+
<div class="table">
|
353
|
+
<a name="id-1.5.3.3.20"></a><p class="title"><b>Table 5. Text decoration properties</b></p>
|
354
|
+
<div class="table-contents">
|
355
|
+
<table summary="Text decoration properties" width="100%" border="1">
|
356
|
+
<colgroup>
|
357
|
+
<col>
|
358
|
+
<col>
|
359
|
+
<col>
|
360
|
+
<col align="center">
|
361
|
+
<col align="center">
|
362
|
+
<col>
|
363
|
+
<col>
|
364
|
+
</colgroup>
|
365
|
+
<thead><tr>
|
366
|
+
<th>Name</th>
|
367
|
+
<th>Value</th>
|
368
|
+
<th>Initial</th>
|
369
|
+
<th align="center">Inh.</th>
|
370
|
+
<th align="center">Ani.</th>
|
371
|
+
<th>Reference</th>
|
372
|
+
<th>Notes</th>
|
373
|
+
</tr></thead>
|
374
|
+
<tbody>
|
375
|
+
<tr>
|
376
|
+
<td>letter‑spacing</td>
|
377
|
+
<td><code class="code">〈length〉</code></td>
|
378
|
+
<td><code class="code">0px</code></td>
|
379
|
+
<td align="center">✓</td>
|
380
|
+
<td align="center">✓</td>
|
381
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-text/#letter-spacing" target="_top">CSS3</a></td>
|
382
|
+
<td> </td>
|
383
|
+
</tr>
|
384
|
+
<tr>
|
385
|
+
<td>text‑decoration‑line</td>
|
386
|
+
<td><code class="code">none | underline | line-through</code></td>
|
387
|
+
<td><code class="code">none</code></td>
|
388
|
+
<td align="center"> </td>
|
389
|
+
<td align="center"> </td>
|
390
|
+
<td>
|
391
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/text.html#propdef-text-decoration" target="_top">CSS2</a>,
|
392
|
+
<a class="ulink" href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-line-property" target="_top">CSS3</a>
|
393
|
+
</td>
|
394
|
+
<td>CSS allows overline</td>
|
395
|
+
</tr>
|
396
|
+
<tr>
|
397
|
+
<td>text‑decoration‑color</td>
|
398
|
+
<td><code class="code">〈color〉</code></td>
|
399
|
+
<td><code class="code">currentColor</code></td>
|
400
|
+
<td align="center"> </td>
|
401
|
+
<td align="center">✓</td>
|
402
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-color-property" target="_top">CSS3</a></td>
|
403
|
+
<td> </td>
|
404
|
+
</tr>
|
405
|
+
<tr>
|
406
|
+
<td>text‑decoration‑style</td>
|
407
|
+
<td><code class="code">solid | double | wavy</code></td>
|
408
|
+
<td><code class="code">solid</code></td>
|
409
|
+
<td align="center"> </td>
|
410
|
+
<td align="center"> </td>
|
411
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-style-property" target="_top">CSS3</a></td>
|
412
|
+
<td>CSS allows dashed and dotted</td>
|
413
|
+
</tr>
|
414
|
+
<tr>
|
415
|
+
<td>text‑shadow</td>
|
416
|
+
<td><code class="code">none | 〈shadow〉</code></td>
|
417
|
+
<td><code class="code">none</code></td>
|
418
|
+
<td align="center">✓</td>
|
419
|
+
<td align="center">✓</td>
|
420
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css-text-decor-3/#text-shadow-property" target="_top">CSS3</a></td>
|
421
|
+
<td> </td>
|
422
|
+
</tr>
|
423
|
+
</tbody>
|
424
|
+
</table>
|
425
|
+
<table summary="Text decoration properties" width="100%" border="1">
|
426
|
+
<colgroup>
|
427
|
+
<col>
|
428
|
+
<col>
|
429
|
+
<col>
|
430
|
+
<col>
|
431
|
+
<col>
|
432
|
+
</colgroup>
|
433
|
+
<thead><tr>
|
434
|
+
<th>Shorthand</th>
|
435
|
+
<th>Value</th>
|
436
|
+
<th>Initial</th>
|
437
|
+
<th>Reference</th>
|
438
|
+
<th>Notes</th>
|
439
|
+
</tr></thead>
|
440
|
+
<tbody><tr>
|
441
|
+
<td>text‑decoration</td>
|
442
|
+
<td><code class="code">〈text-decoration-line〉 || 〈text-decoration-style〉 || 〈text-decoration-color〉</code></td>
|
443
|
+
<td>see individual properties</td>
|
444
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css-text-decor-3/#text-decoration-property" target="_top">CSS3</a></td>
|
445
|
+
<td> </td>
|
446
|
+
</tr></tbody>
|
447
|
+
</table>
|
448
|
+
</div>
|
449
|
+
</div>
|
450
|
+
<br class="table-break"><div class="literallayout"><p><code class="code">〈shadow〉 = 〈length〉 〈length〉 〈color〉?</code><br>
|
451
|
+
</p></div>
|
452
|
+
<p>
|
453
|
+
The text decoration properties determine whether to apply extra decorations
|
454
|
+
when rendering text.
|
455
|
+
</p>
|
456
|
+
<div class="table">
|
457
|
+
<a name="id-1.5.3.3.23"></a><p class="title"><b>Table 6. Icon Properties</b></p>
|
458
|
+
<div class="table-contents"><table summary="Icon Properties" width="100%" border="1">
|
459
|
+
<colgroup>
|
460
|
+
<col>
|
461
|
+
<col>
|
462
|
+
<col>
|
463
|
+
<col align="center">
|
464
|
+
<col align="center">
|
465
|
+
<col>
|
466
|
+
<col>
|
467
|
+
</colgroup>
|
468
|
+
<thead><tr>
|
469
|
+
<th>Name</th>
|
470
|
+
<th>Value</th>
|
471
|
+
<th>Initial</th>
|
472
|
+
<th align="center">Inh.</th>
|
473
|
+
<th align="center">Ani.</th>
|
474
|
+
<th>Reference</th>
|
475
|
+
<th>Notes</th>
|
476
|
+
</tr></thead>
|
477
|
+
<tbody>
|
478
|
+
<tr>
|
479
|
+
<td>‑gtk‑icon‑source</td>
|
480
|
+
<td><code class="code">builtin | 〈image〉 | none</code></td>
|
481
|
+
<td><code class="code">builtin</code></td>
|
482
|
+
<td align="center"> </td>
|
483
|
+
<td align="center">✓</td>
|
484
|
+
<td> </td>
|
485
|
+
<td> </td>
|
486
|
+
</tr>
|
487
|
+
<tr>
|
488
|
+
<td>‑gtk‑icon‑transform</td>
|
489
|
+
<td><code class="code">none | 〈transform〉+</code></td>
|
490
|
+
<td><code class="code">none</code></td>
|
491
|
+
<td align="center"> </td>
|
492
|
+
<td align="center">✓</td>
|
493
|
+
<td> </td>
|
494
|
+
<td> </td>
|
495
|
+
</tr>
|
496
|
+
<tr>
|
497
|
+
<td>‑gtk‑icon‑style</td>
|
498
|
+
<td><code class="code">requested | regular | symbolic</code></td>
|
499
|
+
<td><code class="code">requested</code></td>
|
500
|
+
<td align="center">✓</td>
|
501
|
+
<td align="center"> </td>
|
502
|
+
<td> </td>
|
503
|
+
<td>Determines the preferred style for application-loaded icons</td>
|
504
|
+
</tr>
|
505
|
+
<tr>
|
506
|
+
<td>‑gtk‑icon‑theme</td>
|
507
|
+
<td><code class="code">〈name〉</code></td>
|
508
|
+
<td>current icon theme</td>
|
509
|
+
<td align="center">✓</td>
|
510
|
+
<td align="center"> </td>
|
511
|
+
<td> </td>
|
512
|
+
<td>The icon theme to use with -gtk-icontheme(). Since 3.20</td>
|
513
|
+
</tr>
|
514
|
+
<tr>
|
515
|
+
<td>‑gtk‑icon‑palette</td>
|
516
|
+
<td><code class="code">〈color palette〉</code></td>
|
517
|
+
<td><code class="code">default</code></td>
|
518
|
+
<td align="center">✓</td>
|
519
|
+
<td align="center">✓</td>
|
520
|
+
<td> </td>
|
521
|
+
<td>Used to recolor symbolic icons (both application-loaded and from -gtk-icontheme()). Since 3.20</td>
|
522
|
+
</tr>
|
523
|
+
<tr>
|
524
|
+
<td>‑gtk‑icon‑shadow</td>
|
525
|
+
<td><code class="code">none | 〈shadow〉</code></td>
|
526
|
+
<td><code class="code">none</code></td>
|
527
|
+
<td align="center">✓</td>
|
528
|
+
<td align="center">✓</td>
|
529
|
+
<td> </td>
|
530
|
+
<td> </td>
|
531
|
+
</tr>
|
532
|
+
<tr>
|
533
|
+
<td>‑gtk‑icon‑effect</td>
|
534
|
+
<td><code class="code">none | highlight | dim</code></td>
|
535
|
+
<td><code class="code">none</code></td>
|
536
|
+
<td align="center">✓</td>
|
537
|
+
<td align="center"> </td>
|
538
|
+
<td> </td>
|
539
|
+
<td> </td>
|
540
|
+
</tr>
|
541
|
+
</tbody>
|
542
|
+
</table></div>
|
543
|
+
</div>
|
544
|
+
<br class="table-break"><div class="literallayout"><p><code class="code">〈transform〉 = matrix( 〈number〉 [ , 〈number〉 ]{5} ) | translate( 〈length〉, 〈length〉 ) | translateX( 〈length〉 ) | translateY( 〈length〉 ) |</code><br>
|
545
|
+
<code class="code"> scale( 〈number〉[ , 〈number〉 ]? ) | scaleX( 〈number〉 ) | scaleY( 〈number〉 ) | rotate( 〈angle〉 ) | skew( 〈angle〉 [ , 〈angle〉 ]? ) |</code><br>
|
546
|
+
<code class="code"> skewX( 〈angle〉 ) | skewY( 〈angle〉 )</code><br>
|
547
|
+
<code class="code">〈color palette〉 = default | 〈name〉 〈color〉 [ , 〈name〉 〈color〉 ]*</code><br>
|
548
|
+
</p></div>
|
549
|
+
<p>
|
550
|
+
The -gtk-icon-source property is used by widgets that are rendering 'built-in'
|
551
|
+
icons, such as arrows, expanders, spinners, checks or radios.
|
552
|
+
</p>
|
553
|
+
<p>
|
554
|
+
The -gtk-icon-style property determines the preferred style for
|
555
|
+
application-provided icons.
|
556
|
+
</p>
|
557
|
+
<p>
|
558
|
+
The -gtk-icon-transform and -gtk-icon-shadow properties affect the rendering
|
559
|
+
of both built-in and application-provided icons.
|
560
|
+
</p>
|
561
|
+
<p>
|
562
|
+
-gtk-icon-palette defines a color palette for recoloring symbolic
|
563
|
+
icons. The recognized names for colors in symbolic icons are error,
|
564
|
+
warning and success. The default palette maps these three names to
|
565
|
+
symbolic colors with the names @error_color, @warning_color and
|
566
|
+
@error_color.
|
567
|
+
</p>
|
568
|
+
<div class="table">
|
569
|
+
<a name="id-1.5.3.3.29"></a><p class="title"><b>Table 7. Box properties</b></p>
|
570
|
+
<div class="table-contents">
|
571
|
+
<table summary="Box properties" width="100%" border="1">
|
572
|
+
<colgroup>
|
573
|
+
<col>
|
574
|
+
<col>
|
575
|
+
<col>
|
576
|
+
<col align="center">
|
577
|
+
<col align="center">
|
578
|
+
<col>
|
579
|
+
<col>
|
580
|
+
</colgroup>
|
581
|
+
<thead><tr>
|
582
|
+
<th>Name</th>
|
583
|
+
<th>Value</th>
|
584
|
+
<th>Initial</th>
|
585
|
+
<th align="center">Inh.</th>
|
586
|
+
<th align="center">Ani.</th>
|
587
|
+
<th>Reference</th>
|
588
|
+
<th>Notes</th>
|
589
|
+
</tr></thead>
|
590
|
+
<tbody>
|
591
|
+
<tr>
|
592
|
+
<td>min‑width</td>
|
593
|
+
<td><code class="code">〈length〉</code></td>
|
594
|
+
<td><code class="code">0px</code></td>
|
595
|
+
<td align="center"> </td>
|
596
|
+
<td align="center">✓</td>
|
597
|
+
<td>
|
598
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#propdef-min-width" target="_top">CSS2</a>,
|
599
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-box/#min-width" target="_top">CSS3</a>
|
600
|
+
</td>
|
601
|
+
<td>CSS allows percentages</td>
|
602
|
+
</tr>
|
603
|
+
<tr>
|
604
|
+
<td>min‑height</td>
|
605
|
+
<td><code class="code">〈length〉</code></td>
|
606
|
+
<td><code class="code">0px</code></td>
|
607
|
+
<td align="center"> </td>
|
608
|
+
<td align="center">✓</td>
|
609
|
+
<td>
|
610
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html#propdef-min-height" target="_top">CSS2</a>,
|
611
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-box/#min-height" target="_top">CSS3</a>
|
612
|
+
</td>
|
613
|
+
<td>CSS allows percentages</td>
|
614
|
+
</tr>
|
615
|
+
<tr>
|
616
|
+
<td>margin‑top</td>
|
617
|
+
<td><code class="code">〈length〉</code></td>
|
618
|
+
<td><code class="code">0px</code></td>
|
619
|
+
<td align="center"> </td>
|
620
|
+
<td align="center">✓</td>
|
621
|
+
<td>
|
622
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-margin-top" target="_top">CSS2</a>,
|
623
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-box/#margin-top" target="_top">CSS3</a>
|
624
|
+
</td>
|
625
|
+
<td>CSS allows percentages or auto</td>
|
626
|
+
</tr>
|
627
|
+
<tr>
|
628
|
+
<td>margin‑right</td>
|
629
|
+
<td><code class="code">〈length〉</code></td>
|
630
|
+
<td><code class="code">0px</code></td>
|
631
|
+
<td align="center"> </td>
|
632
|
+
<td align="center">✓</td>
|
633
|
+
<td>
|
634
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-margin-right" target="_top">CSS2</a>,
|
635
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-box/#margin-right" target="_top">CSS3</a>
|
636
|
+
</td>
|
637
|
+
<td>CSS allows percentages or auto</td>
|
638
|
+
</tr>
|
639
|
+
<tr>
|
640
|
+
<td>margin‑bottom</td>
|
641
|
+
<td><code class="code">〈length〉</code></td>
|
642
|
+
<td><code class="code">0px</code></td>
|
643
|
+
<td align="center"> </td>
|
644
|
+
<td align="center">✓</td>
|
645
|
+
<td>
|
646
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-margin-bottom" target="_top">CSS2</a>,
|
647
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-box/#margin-bottom" target="_top">CSS3</a>
|
648
|
+
</td>
|
649
|
+
<td>CSS allows percentages or auto</td>
|
650
|
+
</tr>
|
651
|
+
<tr>
|
652
|
+
<td>margin‑left</td>
|
653
|
+
<td><code class="code">〈length〉</code></td>
|
654
|
+
<td><code class="code">0px</code></td>
|
655
|
+
<td align="center"> </td>
|
656
|
+
<td align="center">✓</td>
|
657
|
+
<td>
|
658
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-margin-left" target="_top">CSS2</a>,
|
659
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-box/#margin-left" target="_top">CSS3</a>
|
660
|
+
</td>
|
661
|
+
<td>CSS allows percentages or auto</td>
|
662
|
+
</tr>
|
663
|
+
<tr>
|
664
|
+
<td>padding‑top</td>
|
665
|
+
<td><code class="code">〈length〉</code></td>
|
666
|
+
<td><code class="code">0px</code></td>
|
667
|
+
<td align="center"> </td>
|
668
|
+
<td align="center">✓</td>
|
669
|
+
<td>
|
670
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-padding-top" target="_top">CSS2</a>,
|
671
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-box/#padding-top" target="_top">CSS3</a>
|
672
|
+
</td>
|
673
|
+
<td>CSS allows percentages</td>
|
674
|
+
</tr>
|
675
|
+
<tr>
|
676
|
+
<td>padding‑right</td>
|
677
|
+
<td><code class="code">〈length〉</code></td>
|
678
|
+
<td><code class="code">0px</code></td>
|
679
|
+
<td align="center"> </td>
|
680
|
+
<td align="center">✓</td>
|
681
|
+
<td>
|
682
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-padding-right" target="_top">CSS2</a>,
|
683
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-box/#padding-right" target="_top">CSS3</a>
|
684
|
+
</td>
|
685
|
+
<td>CSS allows percentages</td>
|
686
|
+
</tr>
|
687
|
+
<tr>
|
688
|
+
<td>padding‑bottom</td>
|
689
|
+
<td><code class="code">〈length〉</code></td>
|
690
|
+
<td><code class="code">0px</code></td>
|
691
|
+
<td align="center"> </td>
|
692
|
+
<td align="center">✓</td>
|
693
|
+
<td>
|
694
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-padding-bottom" target="_top">CSS2</a>,
|
695
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-box/#padding-bottom" target="_top">CSS3</a>
|
696
|
+
</td>
|
697
|
+
<td>CSS allows percentages</td>
|
698
|
+
</tr>
|
699
|
+
<tr>
|
700
|
+
<td>padding‑left</td>
|
701
|
+
<td><code class="code">〈length〉</code></td>
|
702
|
+
<td><code class="code">0px</code></td>
|
703
|
+
<td align="center"> </td>
|
704
|
+
<td align="center">✓</td>
|
705
|
+
<td>
|
706
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-padding-left" target="_top">CSS2</a>,
|
707
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-box/#padding-left" target="_top">CSS3</a>
|
708
|
+
</td>
|
709
|
+
<td>CSS allows percentages</td>
|
710
|
+
</tr>
|
711
|
+
</tbody>
|
712
|
+
</table>
|
713
|
+
<table summary="Box properties" width="100%" border="1">
|
714
|
+
<colgroup>
|
715
|
+
<col>
|
716
|
+
<col>
|
717
|
+
<col>
|
718
|
+
<col>
|
719
|
+
<col>
|
720
|
+
</colgroup>
|
721
|
+
<thead><tr>
|
722
|
+
<th>Shorthand</th>
|
723
|
+
<th>Value</th>
|
724
|
+
<th>Initial</th>
|
725
|
+
<th>Reference</th>
|
726
|
+
<th>Notes</th>
|
727
|
+
</tr></thead>
|
728
|
+
<tbody>
|
729
|
+
<tr>
|
730
|
+
<td>margin</td>
|
731
|
+
<td><code class="code">〈length〉{1,4}</code></td>
|
732
|
+
<td>see individual properties</td>
|
733
|
+
<td>
|
734
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-margin" target="_top">CSS2</a>,
|
735
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-box/#margin" target="_top">CSS3</a>
|
736
|
+
</td>
|
737
|
+
<td>a 'four sides' shorthand</td>
|
738
|
+
</tr>
|
739
|
+
<tr>
|
740
|
+
<td>padding</td>
|
741
|
+
<td><code class="code">〈length〉{1,4}</code></td>
|
742
|
+
<td>see individual properties</td>
|
743
|
+
<td>
|
744
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-padding" target="_top">CSS2</a>,
|
745
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-box/#padding" target="_top">CSS3</a>
|
746
|
+
</td>
|
747
|
+
<td>a 'four sides' shorthand</td>
|
748
|
+
</tr>
|
749
|
+
</tbody>
|
750
|
+
</table>
|
751
|
+
</div>
|
752
|
+
</div>
|
753
|
+
<br class="table-break"><div class="table">
|
754
|
+
<a name="id-1.5.3.3.30"></a><p class="title"><b>Table 8. Border properties</b></p>
|
755
|
+
<div class="table-contents">
|
756
|
+
<table summary="Border properties" width="100%" border="1">
|
757
|
+
<colgroup>
|
758
|
+
<col>
|
759
|
+
<col>
|
760
|
+
<col>
|
761
|
+
<col align="center">
|
762
|
+
<col align="center">
|
763
|
+
<col>
|
764
|
+
<col>
|
765
|
+
</colgroup>
|
766
|
+
<thead><tr>
|
767
|
+
<th>Name</th>
|
768
|
+
<th>Value</th>
|
769
|
+
<th>Initial</th>
|
770
|
+
<th align="center">Inh.</th>
|
771
|
+
<th align="center">Ani.</th>
|
772
|
+
<th>Reference</th>
|
773
|
+
<th>Notes</th>
|
774
|
+
</tr></thead>
|
775
|
+
<tbody>
|
776
|
+
<tr>
|
777
|
+
<td>border‑top‑width</td>
|
778
|
+
<td><code class="code">〈length〉</code></td>
|
779
|
+
<td><code class="code">0px</code></td>
|
780
|
+
<td align="center"> </td>
|
781
|
+
<td align="center">✓</td>
|
782
|
+
<td>
|
783
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-top-width" target="_top">CSS2</a>,
|
784
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-width" target="_top">CSS3</a>
|
785
|
+
</td>
|
786
|
+
<td>CSS allows other values</td>
|
787
|
+
</tr>
|
788
|
+
<tr>
|
789
|
+
<td>border‑right‑width</td>
|
790
|
+
<td><code class="code">〈length〉</code></td>
|
791
|
+
<td><code class="code">0px</code></td>
|
792
|
+
<td align="center"> </td>
|
793
|
+
<td align="center">✓</td>
|
794
|
+
<td>
|
795
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-right-width" target="_top">CSS2</a>,
|
796
|
+
<a class="ulink" href="http://www.w3.org/css3-background/#the-border-width" target="_top">CSS3</a>
|
797
|
+
</td>
|
798
|
+
<td>CSS allows other values</td>
|
799
|
+
</tr>
|
800
|
+
<tr>
|
801
|
+
<td>border‑bottom‑width</td>
|
802
|
+
<td><code class="code">〈length〉</code></td>
|
803
|
+
<td><code class="code">0px</code></td>
|
804
|
+
<td align="center"> </td>
|
805
|
+
<td align="center">✓</td>
|
806
|
+
<td>
|
807
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-bottom-width" target="_top">CSS2</a>,
|
808
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-width" target="_top">CSS3</a>
|
809
|
+
</td>
|
810
|
+
<td>CSS allows other values</td>
|
811
|
+
</tr>
|
812
|
+
<tr>
|
813
|
+
<td>border‑right‑width</td>
|
814
|
+
<td><code class="code">〈length〉</code></td>
|
815
|
+
<td><code class="code">0px</code></td>
|
816
|
+
<td align="center"> </td>
|
817
|
+
<td align="center">✓</td>
|
818
|
+
<td>
|
819
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-right-width" target="_top">CSS2</a>,
|
820
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-width" target="_top">CSS3</a>
|
821
|
+
</td>
|
822
|
+
<td>CSS allows other values</td>
|
823
|
+
</tr>
|
824
|
+
<tr>
|
825
|
+
<td>border‑top‑style</td>
|
826
|
+
<td><code class="code">〈border style〉</code></td>
|
827
|
+
<td><code class="code">none</code></td>
|
828
|
+
<td align="center"> </td>
|
829
|
+
<td align="center"> </td>
|
830
|
+
<td>
|
831
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-top-style" target="_top">CSS2</a>,
|
832
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-style" target="_top">CSS3</a>
|
833
|
+
</td>
|
834
|
+
<td> </td>
|
835
|
+
</tr>
|
836
|
+
<tr>
|
837
|
+
<td>border‑right‑style</td>
|
838
|
+
<td><code class="code">〈border style〉</code></td>
|
839
|
+
<td><code class="code">none</code></td>
|
840
|
+
<td align="center"> </td>
|
841
|
+
<td align="center"> </td>
|
842
|
+
<td>
|
843
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-right-style" target="_top">CSS2</a>,
|
844
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-style" target="_top">CSS3</a>
|
845
|
+
</td>
|
846
|
+
<td> </td>
|
847
|
+
</tr>
|
848
|
+
<tr>
|
849
|
+
<td>border‑bottom‑style</td>
|
850
|
+
<td><code class="code">〈border style〉</code></td>
|
851
|
+
<td><code class="code">none</code></td>
|
852
|
+
<td align="center"> </td>
|
853
|
+
<td align="center"> </td>
|
854
|
+
<td>
|
855
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-bottom-style" target="_top">CSS2</a>,
|
856
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-style" target="_top">CSS3</a>
|
857
|
+
</td>
|
858
|
+
<td> </td>
|
859
|
+
</tr>
|
860
|
+
<tr>
|
861
|
+
<td>border‑left‑style</td>
|
862
|
+
<td><code class="code">〈border style〉</code></td>
|
863
|
+
<td><code class="code">none</code></td>
|
864
|
+
<td align="center"> </td>
|
865
|
+
<td align="center"> </td>
|
866
|
+
<td>
|
867
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-left-style" target="_top">CSS2</a>,
|
868
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-style" target="_top">CSS3</a>
|
869
|
+
</td>
|
870
|
+
<td> </td>
|
871
|
+
</tr>
|
872
|
+
<tr>
|
873
|
+
<td>border‑top‑right‑radius</td>
|
874
|
+
<td><code class="code">〈corner radius〉</code></td>
|
875
|
+
<td><code class="code">0</code></td>
|
876
|
+
<td align="center"> </td>
|
877
|
+
<td align="center">✓</td>
|
878
|
+
<td>
|
879
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-top-right-radius" target="_top">CSS2</a>,
|
880
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-radius" target="_top">CSS3</a>
|
881
|
+
</td>
|
882
|
+
<td> </td>
|
883
|
+
</tr>
|
884
|
+
<tr>
|
885
|
+
<td>border‑bottom‑right‑radius</td>
|
886
|
+
<td><code class="code">〈corner radius〉</code></td>
|
887
|
+
<td><code class="code">0</code></td>
|
888
|
+
<td align="center"> </td>
|
889
|
+
<td align="center">✓</td>
|
890
|
+
<td>
|
891
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-bottom-right-radius" target="_top">CSS2</a>,
|
892
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-radius" target="_top">CSS3</a>
|
893
|
+
</td>
|
894
|
+
<td> </td>
|
895
|
+
</tr>
|
896
|
+
<tr>
|
897
|
+
<td>border‑bottom‑left‑radius</td>
|
898
|
+
<td><code class="code">〈corner radius〉</code></td>
|
899
|
+
<td><code class="code">0</code></td>
|
900
|
+
<td align="center"> </td>
|
901
|
+
<td align="center">✓</td>
|
902
|
+
<td>
|
903
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-bottom-left-radius" target="_top">CSS2</a>,
|
904
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-radius" target="_top">CSS3</a>
|
905
|
+
</td>
|
906
|
+
<td> </td>
|
907
|
+
</tr>
|
908
|
+
<tr>
|
909
|
+
<td>border‑top‑left‑radius</td>
|
910
|
+
<td><code class="code">〈corner radius〉</code></td>
|
911
|
+
<td><code class="code">0</code></td>
|
912
|
+
<td align="center"> </td>
|
913
|
+
<td align="center">✓</td>
|
914
|
+
<td>
|
915
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-top-left-radius" target="_top">CSS2</a>,
|
916
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-radius" target="_top">CSS3</a>
|
917
|
+
</td>
|
918
|
+
<td> </td>
|
919
|
+
</tr>
|
920
|
+
<tr>
|
921
|
+
<td>border‑top‑color</td>
|
922
|
+
<td><code class="code">〈color〉</code></td>
|
923
|
+
<td><code class="code">currentColor</code></td>
|
924
|
+
<td align="center"> </td>
|
925
|
+
<td align="center">✓</td>
|
926
|
+
<td>
|
927
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-top-color" target="_top">CSS2</a>,
|
928
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-color" target="_top">CSS3</a>
|
929
|
+
</td>
|
930
|
+
<td> </td>
|
931
|
+
</tr>
|
932
|
+
<tr>
|
933
|
+
<td>border‑right‑color</td>
|
934
|
+
<td><code class="code">〈color〉</code></td>
|
935
|
+
<td><code class="code">currentColor</code></td>
|
936
|
+
<td align="center"> </td>
|
937
|
+
<td align="center">✓</td>
|
938
|
+
<td>
|
939
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-right-color" target="_top">CSS2</a>,
|
940
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-color" target="_top">CSS3</a>
|
941
|
+
</td>
|
942
|
+
<td> </td>
|
943
|
+
</tr>
|
944
|
+
<tr>
|
945
|
+
<td>border‑bottom‑color</td>
|
946
|
+
<td><code class="code">〈color〉</code></td>
|
947
|
+
<td><code class="code">currentColor</code></td>
|
948
|
+
<td align="center"> </td>
|
949
|
+
<td align="center">✓</td>
|
950
|
+
<td>
|
951
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-bottom-color" target="_top">CSS2</a>,
|
952
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-color" target="_top">CSS3</a>
|
953
|
+
</td>
|
954
|
+
<td> </td>
|
955
|
+
</tr>
|
956
|
+
<tr>
|
957
|
+
<td>border‑left‑color</td>
|
958
|
+
<td><code class="code">〈color〉</code></td>
|
959
|
+
<td><code class="code">currentColor</code></td>
|
960
|
+
<td align="center"> </td>
|
961
|
+
<td align="center">✓</td>
|
962
|
+
<td>
|
963
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-left-color" target="_top">CSS2</a>,
|
964
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-color" target="_top">CSS3</a>
|
965
|
+
</td>
|
966
|
+
<td> </td>
|
967
|
+
</tr>
|
968
|
+
<tr>
|
969
|
+
<td>border‑image‑source</td>
|
970
|
+
<td><code class="code">〈image〉 | none</code></td>
|
971
|
+
<td><code class="code">none</code></td>
|
972
|
+
<td align="center"> </td>
|
973
|
+
<td align="center">✓</td>
|
974
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-image-source" target="_top">CSS3</a></td>
|
975
|
+
<td> </td>
|
976
|
+
</tr>
|
977
|
+
<tr>
|
978
|
+
<td>border‑image‑repeat</td>
|
979
|
+
<td><code class="code">〈border repeat〉{1,2}</code></td>
|
980
|
+
<td><code class="code">stretch</code></td>
|
981
|
+
<td align="center"> </td>
|
982
|
+
<td align="center"> </td>
|
983
|
+
<td><a class="ulink" href="http://www.w3.org/TR//css3-background/#the-border-image-repeat" target="_top">CSS3</a></td>
|
984
|
+
<td> </td>
|
985
|
+
</tr>
|
986
|
+
<tr>
|
987
|
+
<td>border‑image‑slice</td>
|
988
|
+
<td><code class="code">[ 〈number〉 | 〈percentage〉 ]{1,4} && fill?</code></td>
|
989
|
+
<td><code class="code">100%</code></td>
|
990
|
+
<td align="center"> </td>
|
991
|
+
<td align="center"> </td>
|
992
|
+
<td><a class="ulink" href="http://www.w3.org/TR//css3-background/#the-border-image-slice" target="_top">CSS3</a></td>
|
993
|
+
<td>a 'four sides' shorthand</td>
|
994
|
+
</tr>
|
995
|
+
<tr>
|
996
|
+
<td>border‑image‑width</td>
|
997
|
+
<td><code class="code">[ 〈length〉 | 〈number〉 | 〈percentage〉 | auto ]{1,4}</code></td>
|
998
|
+
<td><code class="code">1</code></td>
|
999
|
+
<td align="center"> </td>
|
1000
|
+
<td align="center"> </td>
|
1001
|
+
<td><a class="ulink" href="http://www.w3.org/TR//css3-background/#the-border-image-width" target="_top">CSS3</a></td>
|
1002
|
+
<td>a 'four sides' shorthand</td>
|
1003
|
+
</tr>
|
1004
|
+
</tbody>
|
1005
|
+
</table>
|
1006
|
+
<table summary="Border properties" width="100%" border="1">
|
1007
|
+
<colgroup>
|
1008
|
+
<col>
|
1009
|
+
<col>
|
1010
|
+
<col>
|
1011
|
+
<col>
|
1012
|
+
<col>
|
1013
|
+
</colgroup>
|
1014
|
+
<thead><tr>
|
1015
|
+
<th>Shorthand</th>
|
1016
|
+
<th>Value</th>
|
1017
|
+
<th>Initial</th>
|
1018
|
+
<th>Reference</th>
|
1019
|
+
<th>Notes</th>
|
1020
|
+
</tr></thead>
|
1021
|
+
<tbody>
|
1022
|
+
<tr>
|
1023
|
+
<td>border‑width</td>
|
1024
|
+
<td><code class="code">〈length〉{1,4}</code></td>
|
1025
|
+
<td>see individual properties</td>
|
1026
|
+
<td>
|
1027
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-width" target="_top">CSS2</a>,
|
1028
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-width" target="_top">CSS3</a>
|
1029
|
+
</td>
|
1030
|
+
<td>a 'four sides' shorthand</td>
|
1031
|
+
</tr>
|
1032
|
+
<tr>
|
1033
|
+
<td>border‑style</td>
|
1034
|
+
<td><code class="code">〈border style〉{1,4}</code></td>
|
1035
|
+
<td>see individual properties</td>
|
1036
|
+
<td>
|
1037
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-style" target="_top">CSS2</a>,
|
1038
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#the-border-style" target="_top">CSS3</a>
|
1039
|
+
</td>
|
1040
|
+
<td>a 'four sides' shorthand</td>
|
1041
|
+
</tr>
|
1042
|
+
<tr>
|
1043
|
+
<td>border‑color</td>
|
1044
|
+
<td><code class="code">〈color〉{1,4}</code></td>
|
1045
|
+
<td>see individual properties</td>
|
1046
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-background/#border-color" target="_top">CSS3</a></td>
|
1047
|
+
<td>a 'four sides' shorthand</td>
|
1048
|
+
</tr>
|
1049
|
+
<tr>
|
1050
|
+
<td>border‑top</td>
|
1051
|
+
<td><code class="code">〈length〉 || 〈border style〉 || 〈color〉</code></td>
|
1052
|
+
<td>see individual properties</td>
|
1053
|
+
<td>
|
1054
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-top" target="_top">CSS2</a>,
|
1055
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#border-top" target="_top">CSS3</a>
|
1056
|
+
</td>
|
1057
|
+
<td> </td>
|
1058
|
+
</tr>
|
1059
|
+
<tr>
|
1060
|
+
<td>border‑left</td>
|
1061
|
+
<td><code class="code">〈length〉 || 〈border style〉 || 〈color〉</code></td>
|
1062
|
+
<td>see individual properties</td>
|
1063
|
+
<td>
|
1064
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-left" target="_top">CSS2</a>,
|
1065
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#border-left" target="_top">CSS3</a>
|
1066
|
+
</td>
|
1067
|
+
<td> </td>
|
1068
|
+
</tr>
|
1069
|
+
<tr>
|
1070
|
+
<td>border‑bottom</td>
|
1071
|
+
<td><code class="code">〈length〉 || 〈border style〉 || 〈color〉</code></td>
|
1072
|
+
<td>see individual properties</td>
|
1073
|
+
<td>
|
1074
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-bottom" target="_top">CSS2</a>,
|
1075
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#border-bottom" target="_top">CSS3</a>
|
1076
|
+
</td>
|
1077
|
+
<td> </td>
|
1078
|
+
</tr>
|
1079
|
+
<tr>
|
1080
|
+
<td>border‑right</td>
|
1081
|
+
<td><code class="code">〈length〉 || 〈border style〉 || 〈color〉</code></td>
|
1082
|
+
<td>see individual properties</td>
|
1083
|
+
<td>
|
1084
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-right" target="_top">CSS2</a>,
|
1085
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#border-right" target="_top">CSS3</a>
|
1086
|
+
</td>
|
1087
|
+
<td> </td>
|
1088
|
+
</tr>
|
1089
|
+
<tr>
|
1090
|
+
<td>border</td>
|
1091
|
+
<td><code class="code">〈length〉 || 〈border style〉 || 〈color〉</code></td>
|
1092
|
+
<td>see individual properties</td>
|
1093
|
+
<td>
|
1094
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-right" target="_top">CSS2</a>,
|
1095
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#border" target="_top">CSS3</a>
|
1096
|
+
</td>
|
1097
|
+
<td> </td>
|
1098
|
+
</tr>
|
1099
|
+
<tr>
|
1100
|
+
<td>border‑radius</td>
|
1101
|
+
<td><code class="code">[ 〈length〉 | 〈percentage〉 ]{1,4} [ / [ 〈length〉 | 〈percentage> ]{1,4} ]?</code></td>
|
1102
|
+
<td>see individual properties</td>
|
1103
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-background/#border-radius" target="_top">CSS3</a></td>
|
1104
|
+
<td> </td>
|
1105
|
+
</tr>
|
1106
|
+
<tr>
|
1107
|
+
<td>border‑image</td>
|
1108
|
+
<td><code class="code">〈border-image-source〉 || 〈border-image-slice〉 [ / 〈border-image-width〉 | / 〈border-image-width〉? / 〈border-image-outset〉 ]? || 〈border-image-repeat〉</code></td>
|
1109
|
+
<td>see individual properties</td>
|
1110
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-background/#border-image" target="_top">CSS3</a></td>
|
1111
|
+
<td> </td>
|
1112
|
+
</tr>
|
1113
|
+
</tbody>
|
1114
|
+
</table>
|
1115
|
+
</div>
|
1116
|
+
</div>
|
1117
|
+
<br class="table-break"><div class="literallayout"><p><code class="code">〈border style〉 = none | solid | inset | outset | hidden | dotted | dashed | double | groove | ridge</code><br>
|
1118
|
+
<code class="code">〈corner radius〉 = [ 〈length〉 | 〈percentage〉 ]{1,2}</code><br>
|
1119
|
+
</p></div>
|
1120
|
+
<div class="table">
|
1121
|
+
<a name="id-1.5.3.3.32"></a><p class="title"><b>Table 9. Outline properties</b></p>
|
1122
|
+
<div class="table-contents">
|
1123
|
+
<table summary="Outline properties" width="100%" border="1">
|
1124
|
+
<colgroup>
|
1125
|
+
<col>
|
1126
|
+
<col>
|
1127
|
+
<col>
|
1128
|
+
<col align="center">
|
1129
|
+
<col align="center">
|
1130
|
+
<col>
|
1131
|
+
<col>
|
1132
|
+
</colgroup>
|
1133
|
+
<thead><tr>
|
1134
|
+
<th>Name</th>
|
1135
|
+
<th>Value</th>
|
1136
|
+
<th>Initial</th>
|
1137
|
+
<th align="center">Inh.</th>
|
1138
|
+
<th align="center">Ani.</th>
|
1139
|
+
<th>Reference</th>
|
1140
|
+
<th>Notes</th>
|
1141
|
+
</tr></thead>
|
1142
|
+
<tbody>
|
1143
|
+
<tr>
|
1144
|
+
<td>outline‑style</td>
|
1145
|
+
<td><code class="code">none | solid | inset | outset | hidden | dotted | dashed | double | groove | ridge</code></td>
|
1146
|
+
<td><code class="code">none</code></td>
|
1147
|
+
<td align="center"> </td>
|
1148
|
+
<td align="center"> </td>
|
1149
|
+
<td>
|
1150
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/ui.html#propdef-outline-style" target="_top">CSS2</a>,
|
1151
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-ui/#outline-style" target="_top">CSS3</a>
|
1152
|
+
</td>
|
1153
|
+
<td> </td>
|
1154
|
+
</tr>
|
1155
|
+
<tr>
|
1156
|
+
<td>outline‑width</td>
|
1157
|
+
<td><code class="code">〈length〉</code></td>
|
1158
|
+
<td><code class="code">0px</code></td>
|
1159
|
+
<td align="center"> </td>
|
1160
|
+
<td align="center">✓</td>
|
1161
|
+
<td>
|
1162
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/ui.html#propdef-outline-width" target="_top">CSS2</a>,
|
1163
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-ui/#outline-width" target="_top">CSS3</a>
|
1164
|
+
</td>
|
1165
|
+
<td> </td>
|
1166
|
+
</tr>
|
1167
|
+
<tr>
|
1168
|
+
<td>outline‑color</td>
|
1169
|
+
<td><code class="code">〈color〉</code></td>
|
1170
|
+
<td><code class="code">currentColor</code></td>
|
1171
|
+
<td align="center"> </td>
|
1172
|
+
<td align="center">✓</td>
|
1173
|
+
<td>
|
1174
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/ui.html#propdef-outline-color" target="_top">CSS2</a>,
|
1175
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-ui/#outline-color" target="_top">CSS3</a>
|
1176
|
+
</td>
|
1177
|
+
<td> </td>
|
1178
|
+
</tr>
|
1179
|
+
<tr>
|
1180
|
+
<td>outline‑offset</td>
|
1181
|
+
<td><code class="code">〈length〉</code></td>
|
1182
|
+
<td><code class="code">0px</code></td>
|
1183
|
+
<td align="center"> </td>
|
1184
|
+
<td align="center"> </td>
|
1185
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-ui/#outline-offset" target="_top">CSS3</a></td>
|
1186
|
+
<td> </td>
|
1187
|
+
</tr>
|
1188
|
+
<tr>
|
1189
|
+
<td>‑gtk‑outline‑top‑left‑radius</td>
|
1190
|
+
<td><code class="code">〈corner radius〉</code></td>
|
1191
|
+
<td><code class="code">0</code></td>
|
1192
|
+
<td align="center"> </td>
|
1193
|
+
<td align="center">✓</td>
|
1194
|
+
<td> </td>
|
1195
|
+
<td> </td>
|
1196
|
+
</tr>
|
1197
|
+
<tr>
|
1198
|
+
<td>‑gtk‑outline‑top‑right‑radius</td>
|
1199
|
+
<td><code class="code">〈corner radius〉</code></td>
|
1200
|
+
<td><code class="code">0</code></td>
|
1201
|
+
<td align="center"> </td>
|
1202
|
+
<td align="center">✓</td>
|
1203
|
+
<td> </td>
|
1204
|
+
<td> </td>
|
1205
|
+
</tr>
|
1206
|
+
<tr>
|
1207
|
+
<td>‑gtk‑outline‑bottom‑right‑radius</td>
|
1208
|
+
<td><code class="code">〈corner radius〉</code></td>
|
1209
|
+
<td><code class="code">0</code></td>
|
1210
|
+
<td align="center"> </td>
|
1211
|
+
<td align="center">✓</td>
|
1212
|
+
<td> </td>
|
1213
|
+
<td> </td>
|
1214
|
+
</tr>
|
1215
|
+
<tr>
|
1216
|
+
<td>‑gtk‑outline‑bottom‑left‑radius</td>
|
1217
|
+
<td><code class="code">〈corner radius〉</code></td>
|
1218
|
+
<td><code class="code">0</code></td>
|
1219
|
+
<td align="center"> </td>
|
1220
|
+
<td align="center">✓</td>
|
1221
|
+
<td> </td>
|
1222
|
+
<td> </td>
|
1223
|
+
</tr>
|
1224
|
+
</tbody>
|
1225
|
+
</table>
|
1226
|
+
<table summary="Outline properties" width="100%" border="1">
|
1227
|
+
<colgroup>
|
1228
|
+
<col>
|
1229
|
+
<col>
|
1230
|
+
<col>
|
1231
|
+
<col>
|
1232
|
+
<col>
|
1233
|
+
</colgroup>
|
1234
|
+
<thead><tr>
|
1235
|
+
<th>Shorthand</th>
|
1236
|
+
<th>Value</th>
|
1237
|
+
<th>Initial</th>
|
1238
|
+
<th>Reference</th>
|
1239
|
+
<th>Notes</th>
|
1240
|
+
</tr></thead>
|
1241
|
+
<tbody>
|
1242
|
+
<tr>
|
1243
|
+
<td>outline</td>
|
1244
|
+
<td><code class="code">〈outline-color〉 || 〈outline-style〉 || 〈outline-width〉</code></td>
|
1245
|
+
<td>see individual properties</td>
|
1246
|
+
<td>
|
1247
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/ui.html#propdef-outline" target="_top">CSS2</a>,
|
1248
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-ui/#propdef-outline" target="_top">CSS3</a>
|
1249
|
+
</td>
|
1250
|
+
<td> </td>
|
1251
|
+
</tr>
|
1252
|
+
<tr>
|
1253
|
+
<td>‑gtk‑outline‑radius</td>
|
1254
|
+
<td><code class="code">[ 〈length〉|〈percentage〉 ]{1,4} [ / [〈length〉 | 〈percentage> ]{1,4} ]?</code></td>
|
1255
|
+
<td>see individual properties</td>
|
1256
|
+
<td> </td>
|
1257
|
+
<td> </td>
|
1258
|
+
</tr>
|
1259
|
+
</tbody>
|
1260
|
+
</table>
|
1261
|
+
</div>
|
1262
|
+
</div>
|
1263
|
+
<br class="table-break"><div class="table">
|
1264
|
+
<a name="id-1.5.3.3.33"></a><p class="title"><b>Table 10. Background properties</b></p>
|
1265
|
+
<div class="table-contents">
|
1266
|
+
<table summary="Background properties" width="100%" border="1">
|
1267
|
+
<colgroup>
|
1268
|
+
<col>
|
1269
|
+
<col>
|
1270
|
+
<col>
|
1271
|
+
<col align="center">
|
1272
|
+
<col align="center">
|
1273
|
+
<col>
|
1274
|
+
<col>
|
1275
|
+
</colgroup>
|
1276
|
+
<thead><tr>
|
1277
|
+
<th>Name</th>
|
1278
|
+
<th>Value</th>
|
1279
|
+
<th>Initial</th>
|
1280
|
+
<th align="center">Inh.</th>
|
1281
|
+
<th align="center">Ani.</th>
|
1282
|
+
<th>Reference</th>
|
1283
|
+
<th>Notes</th>
|
1284
|
+
</tr></thead>
|
1285
|
+
<tbody>
|
1286
|
+
<tr>
|
1287
|
+
<td>background‑color</td>
|
1288
|
+
<td><code class="code">〈color〉</code></td>
|
1289
|
+
<td><code class="code">rgba(0,0,0,0)</code></td>
|
1290
|
+
<td align="center"> </td>
|
1291
|
+
<td align="center">✓</td>
|
1292
|
+
<td>
|
1293
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/colors.html#propdef-background-color" target="_top">CSS2</a>,
|
1294
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#background-color" target="_top">CSS3</a>
|
1295
|
+
</td>
|
1296
|
+
<td> </td>
|
1297
|
+
</tr>
|
1298
|
+
<tr>
|
1299
|
+
<td>background‑clip</td>
|
1300
|
+
<td><code class="code">〈box〉 [ , 〈box〉 ]*</code></td>
|
1301
|
+
<td><code class="code">border-box</code></td>
|
1302
|
+
<td align="center"> </td>
|
1303
|
+
<td align="center"> </td>
|
1304
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-background/#background-clip" target="_top">CSS3</a></td>
|
1305
|
+
<td> </td>
|
1306
|
+
</tr>
|
1307
|
+
<tr>
|
1308
|
+
<td>background‑origin</td>
|
1309
|
+
<td><code class="code">〈box〉 [ , 〈box〉 ]*</code></td>
|
1310
|
+
<td><code class="code">padding-box</code></td>
|
1311
|
+
<td align="center"> </td>
|
1312
|
+
<td align="center"> </td>
|
1313
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-background/#background-origin" target="_top">CSS3</a></td>
|
1314
|
+
<td> </td>
|
1315
|
+
</tr>
|
1316
|
+
<tr>
|
1317
|
+
<td>background‑size</td>
|
1318
|
+
<td><code class="code">〈bg-size〉 [ , 〈bg-size〉 ]*</code></td>
|
1319
|
+
<td><code class="code">auto</code></td>
|
1320
|
+
<td align="center"> </td>
|
1321
|
+
<td align="center">✓</td>
|
1322
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-background/#background-size" target="_top">CSS3</a></td>
|
1323
|
+
<td> </td>
|
1324
|
+
</tr>
|
1325
|
+
<tr>
|
1326
|
+
<td>background‑position</td>
|
1327
|
+
<td><code class="code">〈position〉 [ , 〈position〉 ]*</code></td>
|
1328
|
+
<td><code class="code">0</code></td>
|
1329
|
+
<td align="center"> </td>
|
1330
|
+
<td align="center">✓</td>
|
1331
|
+
<td>
|
1332
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/colors.html#propdef-background-position" target="_top">CSS2</a>,
|
1333
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#background-position" target="_top">CSS3</a>
|
1334
|
+
</td>
|
1335
|
+
<td> </td>
|
1336
|
+
</tr>
|
1337
|
+
<tr>
|
1338
|
+
<td>background‑repeat</td>
|
1339
|
+
<td><code class="code">〈bg-repeat 〉[ , 〈bg-repeat〉 ]*</code></td>
|
1340
|
+
<td><code class="code">repeat</code></td>
|
1341
|
+
<td align="center"> </td>
|
1342
|
+
<td align="center"> </td>
|
1343
|
+
<td>
|
1344
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/colors.html#propdef-background-repeat" target="_top">CSS2</a>,
|
1345
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#background-repeat" target="_top">CSS3</a>
|
1346
|
+
</td>
|
1347
|
+
<td> </td>
|
1348
|
+
</tr>
|
1349
|
+
<tr>
|
1350
|
+
<td>background‑image</td>
|
1351
|
+
<td><code class="code">〈bg-image〉[ , 〈bg-image〉 ]*</code></td>
|
1352
|
+
<td><code class="code">none</code></td>
|
1353
|
+
<td align="center"> </td>
|
1354
|
+
<td align="center">✓</td>
|
1355
|
+
<td>
|
1356
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/colors.html#propdef-background-image" target="_top">CSS2</a>,
|
1357
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#background-image" target="_top">CSS3</a>
|
1358
|
+
</td>
|
1359
|
+
<td>not supported: urls without quotes, CSS radial gradients, colors in crossfades</td>
|
1360
|
+
</tr>
|
1361
|
+
<tr>
|
1362
|
+
<td>box‑shadow</td>
|
1363
|
+
<td><code class="code">none | 〈box shadow〉 [ , 〈box shadow〉 ]*</code></td>
|
1364
|
+
<td><code class="code">none</code></td>
|
1365
|
+
<td align="center"> </td>
|
1366
|
+
<td align="center">✓</td>
|
1367
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-background/#box-shadow" target="_top">CSS3</a></td>
|
1368
|
+
<td> </td>
|
1369
|
+
</tr>
|
1370
|
+
</tbody>
|
1371
|
+
</table>
|
1372
|
+
<table summary="Background properties" width="100%" border="1">
|
1373
|
+
<colgroup>
|
1374
|
+
<col>
|
1375
|
+
<col>
|
1376
|
+
<col>
|
1377
|
+
<col>
|
1378
|
+
<col>
|
1379
|
+
</colgroup>
|
1380
|
+
<thead><tr>
|
1381
|
+
<th>Shorthand</th>
|
1382
|
+
<th>Value</th>
|
1383
|
+
<th>Initial</th>
|
1384
|
+
<th>Reference</th>
|
1385
|
+
<th>Notes</th>
|
1386
|
+
</tr></thead>
|
1387
|
+
<tbody><tr>
|
1388
|
+
<td><p>background</p></td>
|
1389
|
+
<td><code class="code">[ 〈bg-layer〉 , ]* 〈final-bg-layer〉</code></td>
|
1390
|
+
<td>see individual properties</td>
|
1391
|
+
<td>
|
1392
|
+
<a class="ulink" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/colors.html#propdef-background" target="_top">CSS2</a>,
|
1393
|
+
<a class="ulink" href="http://www.w3.org/TR/css3-background/#background" target="_top">CSS3</a>
|
1394
|
+
</td>
|
1395
|
+
<td> </td>
|
1396
|
+
</tr></tbody>
|
1397
|
+
</table>
|
1398
|
+
</div>
|
1399
|
+
</div>
|
1400
|
+
<br class="table-break"><div class="literallayout"><p><code class="code">〈box〉 = border-box | padding-box | content-box</code><br>
|
1401
|
+
<code class="code">〈bg-size〉 = [ 〈length〉 | 〈percentage〉 | auto ]{1,2} | cover | contain</code><br>
|
1402
|
+
<code class="code">〈position〉 = [ left | right | center | top | bottom | 〈percentage〉 | 〈length〉 ]{1,2,3,4}</code><br>
|
1403
|
+
<code class="code">〈bg-repeat〉 = repeat-x | repeat-y | [ no-repeat | repeat | round | space ]{1,2}</code><br>
|
1404
|
+
<code class="code">〈bg-image〉 = 〈image〉 | none</code><br>
|
1405
|
+
<code class="code">〈bg-layer〉 = 〈bg-image〉 || 〈position〉 [ / 〈bg-size〉 ]? || 〈bg-repeat〉 || 〈box〉 || 〈box〉</code><br>
|
1406
|
+
<code class="code">〈final-bg-layer〉 = 〈bg-image〉 || 〈position〉 [ / 〈bg-size〉 ]? || 〈bg-repeat〉 || 〈box〉 || 〈box〉|| 〈color〉</code><br>
|
1407
|
+
<code class="code">〈box shadow〉 = inset? && 〈length〉{2,4}? && 〈color〉?</code><br>
|
1408
|
+
</p></div>
|
1409
|
+
<div class="table">
|
1410
|
+
<a name="id-1.5.3.3.35"></a><p class="title"><b>Table 11. Transition properties</b></p>
|
1411
|
+
<div class="table-contents">
|
1412
|
+
<table summary="Transition properties" width="100%" border="1">
|
1413
|
+
<colgroup>
|
1414
|
+
<col>
|
1415
|
+
<col>
|
1416
|
+
<col>
|
1417
|
+
<col align="center">
|
1418
|
+
<col align="center">
|
1419
|
+
<col>
|
1420
|
+
<col>
|
1421
|
+
</colgroup>
|
1422
|
+
<thead><tr>
|
1423
|
+
<th>Name</th>
|
1424
|
+
<th>Value</th>
|
1425
|
+
<th>Initial</th>
|
1426
|
+
<th align="center">Inh.</th>
|
1427
|
+
<th align="center">Ani.</th>
|
1428
|
+
<th>Reference</th>
|
1429
|
+
<th>Notes</th>
|
1430
|
+
</tr></thead>
|
1431
|
+
<tbody>
|
1432
|
+
<tr>
|
1433
|
+
<td>transition‑property</td>
|
1434
|
+
<td><code class="code">none | all | 〈property name〉 [ , 〈property name〉 ]*</code></td>
|
1435
|
+
<td><code class="code">all</code></td>
|
1436
|
+
<td align="center"> </td>
|
1437
|
+
<td align="center"> </td>
|
1438
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-transitions/#transition-property" target="_top">CSS3</a></td>
|
1439
|
+
<td> </td>
|
1440
|
+
</tr>
|
1441
|
+
<tr>
|
1442
|
+
<td>transition‑duration</td>
|
1443
|
+
<td><code class="code">〈time〉 [ , 〈time〉 ]*</code></td>
|
1444
|
+
<td><code class="code">0s</code></td>
|
1445
|
+
<td align="center"> </td>
|
1446
|
+
<td align="center"> </td>
|
1447
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-transitions/#transition-duration" target="_top">CSS3</a></td>
|
1448
|
+
<td> </td>
|
1449
|
+
</tr>
|
1450
|
+
<tr>
|
1451
|
+
<td>transition‑timing‑function</td>
|
1452
|
+
<td><code class="code">〈single‑timing‑function〉[ , 〈single‑timing‑function〉 ]*</code></td>
|
1453
|
+
<td><code class="code">ease</code></td>
|
1454
|
+
<td align="center"> </td>
|
1455
|
+
<td align="center"> </td>
|
1456
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-transitions/#transition-timing-function" target="_top">CSS3</a></td>
|
1457
|
+
<td> </td>
|
1458
|
+
</tr>
|
1459
|
+
<tr>
|
1460
|
+
<td>transition‑delay</td>
|
1461
|
+
<td><code class="code">〈time〉 [ , 〈time〉 ]*</code></td>
|
1462
|
+
<td><code class="code">0s</code></td>
|
1463
|
+
<td align="center"> </td>
|
1464
|
+
<td align="center"> </td>
|
1465
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-transitions/#transition-delay" target="_top">CSS3</a></td>
|
1466
|
+
<td> </td>
|
1467
|
+
</tr>
|
1468
|
+
</tbody>
|
1469
|
+
</table>
|
1470
|
+
<table summary="Transition properties" width="100%" border="1">
|
1471
|
+
<colgroup>
|
1472
|
+
<col>
|
1473
|
+
<col>
|
1474
|
+
<col>
|
1475
|
+
<col>
|
1476
|
+
<col>
|
1477
|
+
</colgroup>
|
1478
|
+
<thead><tr>
|
1479
|
+
<th>Shorthand</th>
|
1480
|
+
<th>Value</th>
|
1481
|
+
<th>Initial</th>
|
1482
|
+
<th>Reference</th>
|
1483
|
+
<th>Notes</th>
|
1484
|
+
</tr></thead>
|
1485
|
+
<tbody><tr>
|
1486
|
+
<td>transition</td>
|
1487
|
+
<td><code class="code">〈single-transition〉 [ , 〈single-transition〉 ]*</code></td>
|
1488
|
+
<td>see individual properties</td>
|
1489
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-transitions/#transition" target="_top">CSS3</a></td>
|
1490
|
+
<td> </td>
|
1491
|
+
</tr></tbody>
|
1492
|
+
</table>
|
1493
|
+
</div>
|
1494
|
+
</div>
|
1495
|
+
<br class="table-break"><div class="literallayout"><p><code class="code">〈single-timing-function〉 = ease | linear | ease-in | ease-out | ease-in-out |</code><br>
|
1496
|
+
<code class="code"> step-start | step-end | steps( 〈integer〉 [ , [ start | end ] ]? ) |</code><br>
|
1497
|
+
<code class="code"> cubic-bezier( 〈number〉, 〈number〉, 〈number〉, 〈number〉 )</code><br>
|
1498
|
+
<code class="code">〈single-transition〉 = [ none | 〈property name〉 ] || 〈time〉 || 〈single-transition-timing-function〉 || 〈time〉</code><br>
|
1499
|
+
</p></div>
|
1500
|
+
<div class="table">
|
1501
|
+
<a name="id-1.5.3.3.37"></a><p class="title"><b>Table 12. Animation properties</b></p>
|
1502
|
+
<div class="table-contents">
|
1503
|
+
<table summary="Animation properties" width="100%" border="1">
|
1504
|
+
<colgroup>
|
1505
|
+
<col>
|
1506
|
+
<col>
|
1507
|
+
<col>
|
1508
|
+
<col align="center">
|
1509
|
+
<col align="center">
|
1510
|
+
<col>
|
1511
|
+
<col>
|
1512
|
+
</colgroup>
|
1513
|
+
<thead><tr>
|
1514
|
+
<th>Name</th>
|
1515
|
+
<th>Value</th>
|
1516
|
+
<th>Initial</th>
|
1517
|
+
<th align="center">Inh.</th>
|
1518
|
+
<th align="center">Ani.</th>
|
1519
|
+
<th>Reference</th>
|
1520
|
+
<th>Notes</th>
|
1521
|
+
</tr></thead>
|
1522
|
+
<tbody>
|
1523
|
+
<tr>
|
1524
|
+
<td>animation‑name</td>
|
1525
|
+
<td><code class="code">〈single-animation-name〉 [ , 〈single-animation-name〉 ]*</code></td>
|
1526
|
+
<td><code class="code">none</code></td>
|
1527
|
+
<td align="center"> </td>
|
1528
|
+
<td align="center"> </td>
|
1529
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-animations/#animation-name" target="_top">CSS3</a></td>
|
1530
|
+
<td> </td>
|
1531
|
+
</tr>
|
1532
|
+
<tr>
|
1533
|
+
<td>animation‑duration</td>
|
1534
|
+
<td><code class="code">〈time〉 [ , 〈time〉 ]*</code></td>
|
1535
|
+
<td><code class="code">0s</code></td>
|
1536
|
+
<td align="center"> </td>
|
1537
|
+
<td align="center"> </td>
|
1538
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-animations/#animation-duration" target="_top">CSS3</a></td>
|
1539
|
+
<td> </td>
|
1540
|
+
</tr>
|
1541
|
+
<tr>
|
1542
|
+
<td>animation‑timing‑function</td>
|
1543
|
+
<td><code class="code">〈single‑timing‑function〉 [ , 〈single‑timing‑function〉 ]*</code></td>
|
1544
|
+
<td><code class="code">ease</code></td>
|
1545
|
+
<td align="center"> </td>
|
1546
|
+
<td align="center"> </td>
|
1547
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-animations/#animation-timing-function" target="_top">CSS3</a></td>
|
1548
|
+
<td> </td>
|
1549
|
+
</tr>
|
1550
|
+
<tr>
|
1551
|
+
<td>animation‑iteration-count</td>
|
1552
|
+
<td><code class="code">〈single‑animation‑iteration‑count〉 [ , 〈single‑animation‑iteration‑count〉 ]*</code></td>
|
1553
|
+
<td><code class="code">1</code></td>
|
1554
|
+
<td align="center"> </td>
|
1555
|
+
<td align="center"> </td>
|
1556
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-animations/#animation-iteration-count" target="_top">CSS3</a></td>
|
1557
|
+
<td> </td>
|
1558
|
+
</tr>
|
1559
|
+
<tr>
|
1560
|
+
<td>animation‑direction</td>
|
1561
|
+
<td><code class="code">〈single‑animation‑direction〉 [ , 〈single‑animation‑direction〉 ]*</code></td>
|
1562
|
+
<td><code class="code">normal</code></td>
|
1563
|
+
<td align="center"> </td>
|
1564
|
+
<td align="center"> </td>
|
1565
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-animations/#animation-direction" target="_top">CSS3</a></td>
|
1566
|
+
<td> </td>
|
1567
|
+
</tr>
|
1568
|
+
<tr>
|
1569
|
+
<td>animation‑play‑state</td>
|
1570
|
+
<td><code class="code">〈single‑animation‑play‑state〉 [ , 〈single‑animation‑play‑state〉 ]*</code></td>
|
1571
|
+
<td><code class="code">running</code></td>
|
1572
|
+
<td align="center"> </td>
|
1573
|
+
<td align="center"> </td>
|
1574
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-animations/#animation-play-state" target="_top">CSS3</a></td>
|
1575
|
+
<td> </td>
|
1576
|
+
</tr>
|
1577
|
+
<tr>
|
1578
|
+
<td>animation‑delay</td>
|
1579
|
+
<td><code class="code">〈time〉 [ , 〈time〉 ]*</code></td>
|
1580
|
+
<td><code class="code">0s</code></td>
|
1581
|
+
<td align="center"> </td>
|
1582
|
+
<td align="center"> </td>
|
1583
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-animations/#animation-delay" target="_top">CSS3</a></td>
|
1584
|
+
<td> </td>
|
1585
|
+
</tr>
|
1586
|
+
<tr>
|
1587
|
+
<td>animation‑fill‑mode</td>
|
1588
|
+
<td><code class="code">〈single‑animation‑fill‑mode〉 [ , 〈single‑animation‑fill‑mode〉 ]*</code></td>
|
1589
|
+
<td><code class="code">none</code></td>
|
1590
|
+
<td align="center"> </td>
|
1591
|
+
<td align="center"> </td>
|
1592
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-animations/#animation-fill-mode" target="_top">CSS3</a></td>
|
1593
|
+
<td> </td>
|
1594
|
+
</tr>
|
1595
|
+
</tbody>
|
1596
|
+
</table>
|
1597
|
+
<table summary="Animation properties" width="100%" border="1">
|
1598
|
+
<colgroup>
|
1599
|
+
<col>
|
1600
|
+
<col>
|
1601
|
+
<col>
|
1602
|
+
<col>
|
1603
|
+
<col>
|
1604
|
+
</colgroup>
|
1605
|
+
<thead><tr>
|
1606
|
+
<th>Shorthand</th>
|
1607
|
+
<th>Value</th>
|
1608
|
+
<th>Initial</th>
|
1609
|
+
<th>Reference</th>
|
1610
|
+
<th>Notes</th>
|
1611
|
+
</tr></thead>
|
1612
|
+
<tbody><tr>
|
1613
|
+
<td>animation</td>
|
1614
|
+
<td><code class="code">〈single‑animation〉 [ , 〈single‑animation〉]*</code></td>
|
1615
|
+
<td>see individual properties</td>
|
1616
|
+
<td><a class="ulink" href="http://www.w3.org/TR/css3-animations/#animation" target="_top">CSS3</a></td>
|
1617
|
+
<td> </td>
|
1618
|
+
</tr></tbody>
|
1619
|
+
</table>
|
1620
|
+
</div>
|
1621
|
+
</div>
|
1622
|
+
<br class="table-break"><div class="literallayout"><p><code class="code">〈single-animation-name〉 = none | 〈property name〉</code><br>
|
1623
|
+
<code class="code">〈single-animation-iteration-count〉 = infinite | 〈number〉</code><br>
|
1624
|
+
<code class="code">〈single-animation-direction〉 = normal | reverse | alternate | alternate-reverse</code><br>
|
1625
|
+
<code class="code">〈single-animation-play-state〉 = running | paused</code><br>
|
1626
|
+
<code class="code">〈single-animation-fill-mode〉 = none | forwards | backwards | both</code><br>
|
1627
|
+
<code class="code">〈single-animation〉 = 〈single-animation-name〉 || 〈time〉 || 〈single-timing-function〉 || 〈time〉 ||</code><br>
|
1628
|
+
<code class="code"> 〈single-animation-iteration-count〉 || 〈single-animation-direction〉 || 〈single-animation-play-state〉 || 〈single-animation-fill-mode〉</code><br>
|
1629
|
+
</p></div>
|
1630
|
+
<div class="table">
|
1631
|
+
<a name="id-1.5.3.3.39"></a><p class="title"><b>Table 13. Key binding properties</b></p>
|
1632
|
+
<div class="table-contents"><table summary="Key binding properties" width="100%" border="1">
|
1633
|
+
<colgroup>
|
1634
|
+
<col>
|
1635
|
+
<col>
|
1636
|
+
<col>
|
1637
|
+
<col align="center">
|
1638
|
+
<col align="center">
|
1639
|
+
<col>
|
1640
|
+
<col>
|
1641
|
+
</colgroup>
|
1642
|
+
<thead><tr>
|
1643
|
+
<th>Name</th>
|
1644
|
+
<th>Value</th>
|
1645
|
+
<th>Initial</th>
|
1646
|
+
<th align="center">Inh.</th>
|
1647
|
+
<th align="center">Ani.</th>
|
1648
|
+
<th>Reference</th>
|
1649
|
+
<th>Notes</th>
|
1650
|
+
</tr></thead>
|
1651
|
+
<tbody><tr>
|
1652
|
+
<td>‑gtk‑key‑bindings</td>
|
1653
|
+
<td><code class="code">none | 〈binding name〉 [ , 〈binding name〉 ]*</code></td>
|
1654
|
+
<td><code class="code">none</code></td>
|
1655
|
+
<td align="center"> </td>
|
1656
|
+
<td align="center"> </td>
|
1657
|
+
<td> </td>
|
1658
|
+
<td> </td>
|
1659
|
+
</tr></tbody>
|
1660
|
+
</table></div>
|
1661
|
+
</div>
|
1662
|
+
<br class="table-break"><p>
|
1663
|
+
〈binding name〉 must have been assigned to a binding set with a @binding-set rule.
|
1664
|
+
</p>
|
1665
|
+
</div>
|
1666
|
+
</div>
|
1667
|
+
<div class="footer">
|
1668
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
1669
|
+
</body>
|
1670
|
+
</html>
|