Document text handle styling

Since GtkTextHandle is private, document text handle style
classes in the GtkEntry and GtkTextView documentation.
This commit is contained in:
Matthias Clasen
2015-11-09 23:45:29 -05:00
parent ea51db1feb
commit 0a136004c9

View File

@@ -132,6 +132,12 @@
*
* When the entry shows progress, it adds a subnode with the name progress.
* The node has the style class .pulse when the shown progress is pulsing.
*
* When touch is used and touch selection handles are shown, they are using
* CSS nodes with name cursor-handle. They get the .top or .bottom style class
* depending on where they are shown in relation to the selection. If there is
* just a single handle for the text cursor, it gets the style class
* .insertion-cursor.
*/