[gtk+] Document caret CSS properties
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Document caret CSS properties
- Date: Fri, 8 Jan 2016 12:33:47 +0000 (UTC)
commit 0dd013d3722b04439b8c7df95d78f4cde3d554b9
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Jan 7 23:56:03 2016 -0500
Document caret CSS properties
docs/reference/gtk/css.xml | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/gtk/css.xml b/docs/reference/gtk/css.xml
index c4f954c..3ea9f6d 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"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]