[gtk+] styleproperty: register the box-shadow property
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] styleproperty: register the box-shadow property
- Date: Sat, 11 Jun 2011 07:31:12 +0000 (UTC)
commit 6b5b5cb30522fe35a1a95e7bd63c9803a9d9d48d
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 ce2f4e1..17415eb 100644
--- a/gtk/gtkstyleproperty.c
+++ b/gtk/gtkstyleproperty.c
@@ -2065,6 +2065,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]