styleproperties: add an 'icon-shadow' style property

It's a custom property with the same semantics of text-shadow, which
works on icons and icon-like UI elements, such as spinners, arrows and
separators.
This commit is contained in:
Cosimo Cecchi 2011-05-20 23:48:36 -04:00 committed by Benjamin Otte
parent c935439a72
commit ef78d5b730

View File

@ -2038,6 +2038,18 @@ gtk_style_property_init (void)
NULL,
NULL);
_gtk_style_property_register (g_param_spec_boxed ("icon-shadow",
"Icon shadow",
"Icon shadow",
GTK_TYPE_SHADOW, 0),
GTK_STYLE_PROPERTY_INHERIT,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL);
gtk_style_properties_register_property (NULL,
g_param_spec_int ("margin-top",
"margin top",