[StThemeNode] Add transition-duration CSS property

Add a CSS property to control style transitions.

https://bugzilla.gnome.org/show_bug.cgi?id=619025
This commit is contained in:
Florian Müllner
2010-05-30 23:06:37 +02:00
parent 0deffbaaf0
commit d4a8c64d22
3 changed files with 32 additions and 0 deletions

View File

@@ -141,6 +141,8 @@ int st_theme_node_get_min_height (StThemeNode *node);
int st_theme_node_get_max_width (StThemeNode *node);
int st_theme_node_get_max_height (StThemeNode *node);
int st_theme_node_get_transition_duration (StThemeNode *node);
StTextDecoration st_theme_node_get_text_decoration (StThemeNode *node);
/* Font rule processing is pretty complicated, so we just hardcode it