summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-07 23:56:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-07 23:56:03 -0500
commita3eccdd272ba842e69ad0b55116171ee5b1f54a1 (patch)
treef0dd3d23660e06dbffbabe734e03691d500b7ee9
parent2a23b13630d1c40dfd003fce5a7f6b3b8409707b (diff)
downloadgtk+-wip/matthiasc/caret-color.tar.gz
Document caret CSS propertieswip/matthiasc/caret-color
-rw-r--r--docs/reference/gtk/css.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/reference/gtk/css.xml b/docs/reference/gtk/css.xml
index c4f954c3da..3ea9f6d8ed 100644
--- a/docs/reference/gtk/css.xml
+++ b/docs/reference/gtk/css.xml
@@ -1186,6 +1186,42 @@ entry {
</para>
<table pgwide="1">
+ <title>Text caret 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>caret-color</entry>
+ <entry>〈color〉</entry>
+ <entry>currentColor</entry>
+ <entry>✓</entry>
+ <entry>✓</entry>
+ <entry><ulink url="http://www.w3.org/TR/css3-ui/#caret-color">CSS3</ulink></entry>
+ <entry>CSS allows an auto value</entry>
+ </row>
+ <row>
+ <entry>-gtk-secondary-caret-color</entry>
+ <entry>〈color〉</entry>
+ <entry>currentColor</entry>
+ <entry>✓</entry>
+ <entry>✓</entry>
+ <entry></entry>
+ <entry>Used for the secondary caret in bidirectional text</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>
+ The caret properties provide a way to change the appearance of the insertion
+ caret in editable text.
+ </para>
+
+ <table pgwide="1">
<title>Text decoration properties</title>
<tgroup cols="7">
<colspec colnum="4" align="center"/>