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:
@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user