entry: Add a diagram to CSS node docs

This commit is contained in:
Matthias Clasen 2015-11-03 09:53:00 -05:00
parent c711906f8c
commit 6328cf5ee5

View File

@ -116,6 +116,13 @@
*
* # CSS nodes
*
* |[<!-- language="plain" -->
* entry
* image.left
* image.right
* progress[.pulse]
* ]|
*
* GtkEntry has a main node with the name entry. Depending on the properties
* of the entry, the style classes .read-only and .flat may appear. The style
* classes .warning and .error may also be used with entries.