[gtk+] Document the border-spacing CSS property



commit 8fb311cb4b3615de0b67cc0a8e0f331905945fb1
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Dec 10 20:34:24 2016 -0500

    Document the border-spacing CSS property

 docs/reference/gtk/css-properties.xml |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/gtk/css-properties.xml b/docs/reference/gtk/css-properties.xml
index 64db2d8..e71f49e 100644
--- a/docs/reference/gtk/css-properties.xml
+++ b/docs/reference/gtk/css-properties.xml
@@ -1375,5 +1375,33 @@ We use <literallayout> for syntax productions, and each line is put in a <code>
       〈binding name〉 must have been assigned to a binding set with a @binding-set rule.
     </para>
 
+      <table pgwide="1">
+        <title>Table-related properties</title>
+        <tgroup cols="7">
+          <colspec colnum="4" align="center"/>
+          <colspec colnum="5" align="center"/>
+          <thead>
+            
<row><entry>Name</entry><entry>Value</entry><entry>Initial</entry><entry>Inh.</entry><entry>Ani.</entry><entry>Reference</entry><entry>Notes</entry></row>
+          </thead>
+          <tbody>
+            <row>
+              <entry>border‑spacing</entry>
+              <entry><code>〈length〉{1,2}</code></entry>
+              <entry><code>0</code></entry>
+              <entry>✓</entry>
+              <entry>✓</entry>
+              <entry><ulink url="https://www.w3.org/TR/CSS2/tables.html#separated-borders";>CSS2</ulink>,
+                     <ulink 
url="https://www.w3.org/TR/2016/WD-css-tables-3-20161025/#border-spacing-property";>CSS3</ulink></entry>
+              <entry></entry>
+            </row>
+          </tbody>
+        </tgroup>
+      </table>
+
+    <para>
+      The border-spacing property is respected by GtkBox and GtkGrid, and by box gadgets that
+      are used internally in complex widgets.
+    </para>
+
 </refsect1>
 </refentry>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]