shadow: Add equal and transition support

... and enable transitions for the shadow properties.
This commit is contained in:
Benjamin Otte
2012-04-03 15:33:00 +02:00
parent ac6d61f6bb
commit c366b5b8b7
4 changed files with 82 additions and 8 deletions

View File

@ -30,6 +30,8 @@
G_BEGIN_DECLS
GtkCssValue * _gtk_css_shadow_value_new_for_transition (GtkCssValue *target);
GtkCssValue * _gtk_css_shadow_value_parse (GtkCssParser *parser);
GtkCssValue * _gtk_css_shadow_value_compute (GtkCssValue *shadow,