forked from AuroraMiddleware/gtk
styleproperty: register the box-shadow property
This commit is contained in:
parent
4d986f7fb0
commit
6b5b5cb305
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user