projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b08e34
)
Spinner: Document how to select on animated in CSS
author
Daniel Boles
<dboles@src.gnome.org>
Thu, 14 Sep 2017 18:22:31 +0000
(19:22 +0100)
committer
Daniel Boles
<dboles@src.gnome.org>
Thu, 14 Sep 2017 18:25:26 +0000
(19:25 +0100)
This is not particularly obvious, so it seems worth including.
gtk/gtkspinner.c
patch
|
blob
|
history
diff --git
a/gtk/gtkspinner.c
b/gtk/gtkspinner.c
index 0f410e01a58dcf2a530fec6bf664814d9ef96fe8..06020b3f50788e9fa3f3491db4c4549d637efa26 100644
(file)
--- a/
gtk/gtkspinner.c
+++ b/
gtk/gtkspinner.c
@@
-56,7
+56,8
@@
*
* # CSS nodes
*
- * GtkSpinner has a single CSS node with the name spinner.
+ * GtkSpinner has a single CSS node with the name spinner. When the animation is
+ * active, the :checked pseudoclass is added to this node.
*/