styleproperty: register the box-shadow property

This commit is contained in:
Cosimo Cecchi 2011-06-01 20:59:14 -04:00 committed by Benjamin Otte
parent 4d986f7fb0
commit 6b5b5cb305

View File

@ -2064,6 +2064,11 @@ gtk_style_property_init (void)
NULL,
NULL);
gtk_style_properties_register_property (NULL,
g_param_spec_boxed ("box-shadow",
"Box shadow",
"Box shadow",
GTK_TYPE_SHADOW, 0));
gtk_style_properties_register_property (NULL,
g_param_spec_int ("margin-top",
"margin top",