summaryrefslogtreecommitdiff
path: root/gtk/gtkcssprovider.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-28 01:27:39 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-28 01:27:39 -0500
commit5d053e03a9b9164d96e7b4645b94090be0412307 (patch)
tree1305dd6e9f98451f2aca5e751c1526145e8b2e16 /gtk/gtkcssprovider.c
parent0a1d276f4ffc0726855c9e40032adb3fedd64c40 (diff)
downloadgtk+-5d053e03a9b9164d96e7b4645b94090be0412307.tar.gz
docs: fix css properties table
Diffstat (limited to 'gtk/gtkcssprovider.c')
-rw-r--r--gtk/gtkcssprovider.c29
1 files changed, 20 insertions, 9 deletions
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index 4ea4282628..f457b92086 100644
--- a/gtk/gtkcssprovider.c
+++ b/gtk/gtkcssprovider.c
@@ -706,9 +706,9 @@
* </row>
* <row>
* <entry>background-color</entry>
- * <entry morerows="2">color (see above)</entry>
- * <entry morerows="7">#GdkRGBA</entry>
- * <entry morerows="7"><literallayout>background-color: &num;fff;
+ * <entry morerows="1">color (see above)</entry>
+ * <entry morerows="6">#GdkRGBA</entry>
+ * <entry morerows="6"><literallayout>background-color: &num;fff;
* color: &amp;color1;
* background-color: shade (&amp;color1, 0.5);
* color: mix (&amp;color1, &num;f0f, 0.8);</literallayout>
@@ -719,7 +719,7 @@
* </row>
* <row>
* <entry>border-top-color</entry>
- * <entry morerows="4">transparent|color (see above)</entry>
+ * <entry morerows="3">transparent|color (see above)</entry>
* </row>
* <row>
* <entry>border-right-color</entry>
@@ -796,13 +796,13 @@
* </row>
* <row>
* <entry>margin</entry>
- * <entry morerows="1"><literallayout>@width
+ * <entry><literallayout>@width
* @vertical_width @horizontal_width
* @top_width @horizontal_width @bottom_width
* @top_width @right_width @bottom_width @left_width</literallayout>
* </entry>
- * <entry morerows="1">#GtkBorder</entry>
- * <entry morerows="1"><literallayout>margin: 5;
+ * <entry>#GtkBorder</entry>
+ * <entry><literallayout>margin: 5;
* margin: 5 10;
* margin: 5 10 3;
* margin: 5 10 3 5;</literallayout>
@@ -834,6 +834,17 @@
* </row>
* <row>
* <entry>padding</entry>
+ * <entry><literallayout>@width
+ * @vertical_width @horizontal_width
+ * @top_width @horizontal_width @bottom_width
+ * @top_width @right_width @bottom_width @left_width</literallayout>
+ * </entry>
+ * <entry>#GtkBorder</entry>
+ * <entry><literallayout>padding: 5;
+ * padding: 5 10;
+ * padding: 5 10 3;
+ * padding: 5 10 3 5;</literallayout>
+ * </entry>
* </row>
* <row>
* <entry>background-image</entry>
@@ -891,8 +902,8 @@
* </row>
* <row>
* <entry>border-width</entry>
- * <entry morerows="1">#GtkBorder</entry>
- * <entry morerows="1"><literallayout>border-width: 1;
+ * <entry>#GtkBorder</entry>
+ * <entry><literallayout>border-width: 1;
* border-width: 1 2;
* border-width: 1 2 3;
* border-width: 1 2 3 5;</literallayout>