cssshadow: add a method to get the size of a shadows value

The method returns the size of each side of a GtkCssShadowsValue.
This commit is contained in:
Cosimo Cecchi
2013-04-22 16:50:39 -04:00
parent 7846bedebd
commit a44d6816d3
4 changed files with 63 additions and 0 deletions

View File

@ -49,6 +49,9 @@ void _gtk_css_shadows_value_paint_box (const GtkCssValue
const GtkRoundedBox *padding_box,
gboolean inset);
void _gtk_css_shadows_value_get_extents (const GtkCssValue *shadows,
GtkBorder *border);
G_END_DECLS
#endif /* __GTK_CSS_SHADOWS_VALUE_H__ */