[gtk+] text view: Add css node docs



commit e3ef2c48d5fc8aecdb1b24a68bb45c25e8697360
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 30 21:00:01 2015 -0400

    text view: Add css node docs

 gtk/gtktextview.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index 4227d4d..86c28f3 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -70,6 +70,13 @@
  * [text widget conceptual overview][TextWidget]
  * which gives an overview of all the objects and data
  * types related to the text widget and how they work together.
+ *
+ * # CSS nodes
+ *
+ * GtkTextView has a main css node with name textview and style class .view,
+ * and subnodes for each of the border windows, and the main text area,
+ * with names border and text, respectively. The border nodes each get
+ * one of the style classes .left, .right, .top or .bottom.
  */
 
 


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