From e59c28743ac2a399ecd22360aaf7cbc9c2c72812 Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Fri, 30 Aug 2013 22:32:42 +0200 Subject: Add a needs-attention child property to GtkStack The child property is watched by the StackSwicther which in turns sets a needs-attention css class on the corresponding button, so that the theme can for instance show a throbbing animation if one of the hidden pages needs the user attention. https://bugzilla.gnome.org/show_bug.cgi?id=707153 --- tests/teststack.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/teststack.c') diff --git a/tests/teststack.c b/tests/teststack.c index 3853af2ba2..e684d2378b 100644 --- a/tests/teststack.c +++ b/tests/teststack.c @@ -144,6 +144,7 @@ main (gint argc, gtk_container_child_set (GTK_CONTAINER (stack), w2, "name", "2", "title", "2", + "needs-attention", TRUE, NULL); -- cgit v1.2.1