Spinner: Document how to select on animated in CSS
authorDaniel Boles <dboles@src.gnome.org>
Thu, 14 Sep 2017 18:22:31 +0000 (19:22 +0100)
committerDaniel 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

index 0f410e01a58dcf2a530fec6bf664814d9ef96fe8..06020b3f50788e9fa3f3491db4c4549d637efa26 100644 (file)
@@ -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.
  */