[gtk+/gtk-style-context: 156/260] GtkStyleSet: Register the "border" property.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 156/260] GtkStyleSet: Register the "border" property.
- Date: Wed, 20 Oct 2010 10:34:33 +0000 (UTC)
commit e55fa915722d87b59b0cc22768e4ba41fb8a5afd
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Aug 3 20:29:07 2010 +0200
GtkStyleSet: Register the "border" property.
gtk/gtkstyleset.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkstyleset.c b/gtk/gtkstyleset.c
index 15db395..f1b0b35 100644
--- a/gtk/gtkstyleset.c
+++ b/gtk/gtkstyleset.c
@@ -80,6 +80,7 @@ gtk_style_set_class_init (GtkStyleSetClass *klass)
gtk_style_set_register_property ("font", PANGO_TYPE_FONT_DESCRIPTION, NULL);
gtk_style_set_register_property ("padding", GTK_TYPE_BORDER, NULL);
+ gtk_style_set_register_property ("border", G_TYPE_INT, NULL);
g_value_init (&val, GTK_TYPE_THEMING_ENGINE);
g_value_set_object (&val, (GObject *) gtk_theming_engine_load (NULL));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]