[gtk+/box-shadow: 4/5] styleproperty: register the box-shadow property



commit dd595a252230c8c88069056b9d2f767b6e880753
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Jun 1 20:59:14 2011 -0400

    styleproperty: register the box-shadow property

 gtk/gtkstyleproperty.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkstyleproperty.c b/gtk/gtkstyleproperty.c
index 7b4e092..510fb8e 100644
--- a/gtk/gtkstyleproperty.c
+++ b/gtk/gtkstyleproperty.c
@@ -1970,6 +1970,11 @@ gtk_style_property_init (void)
                                           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",
                                                             "Margin at top",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]