diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-10-23 16:22:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-10-23 16:22:25 -0400 |
commit | 431089f7698c2788820f33639e103ddacb2b8b6c (patch) | |
tree | 3f9e7776a8de4462cc27739affaf3dc305fd1e2f /gtk/gtkentry.c | |
parent | 78309d8b00a9f3d34492f2a03f7c4ff695b4a707 (diff) | |
download | gtk+-431089f7698c2788820f33639e103ddacb2b8b6c.tar.gz |
entry: Add css node documentation
List the css names and the typical style classes that can be
expected to occur with entries.
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index d56f476c2c..75e0131ec1 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -113,6 +113,18 @@ * able to use a mouse or other pointing device. It is therefore recommended * that any such functionality should also be available by other means, e.g. * via the context menu of the entry. + * + * # CSS nodes + * + * 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. + * + * When the entry shows icons, it adds subnodes with the name image and the + * style class .left or .right, depending on where the icon appears. + * + * When the entry shows progress, it adds a subnode with the name progressbar. + * The node has the style class .pulse when the shown progress is pulsing. */ |