[gtk+/client-side-decorations] remove decoration-button-size and ecoration-button-y-offset properties
- From: Cody Russell <bratsche src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk+/client-side-decorations] remove decoration-button-size and ecoration-button-y-offset properties
- Date: Thu, 9 Jul 2009 15:19:14 +0000 (UTC)
commit 0692938d1a840a61748716dab380a8d6a71f221e
Author: Cody Russell <bratsche gnome org>
Date: Thu Jul 9 16:18:59 2009 +0100
remove decoration-button-size and ecoration-button-y-offset properties
gtk/gtkwindow.c | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 3d79648..a060626 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -842,18 +842,6 @@ gtk_window_class_init (GtkWindowClass *klass)
P_("Decoration border width"),
0, G_MAXINT, 6, GTK_PARAM_READWRITE));
- gtk_widget_class_install_style_property (widget_class,
- g_param_spec_int ("decoration-button-size",
- P_("Decoration button size"),
- P_("Client-side decoration button size"),
- 0, G_MAXINT, 12, GTK_PARAM_READWRITE));
-
- gtk_widget_class_install_style_property (widget_class,
- g_param_spec_int ("decoration-button-y-offset",
- P_("Decoration button Y offset"),
- P_("Client-side decoration button Y offset"),
- 0, G_MAXINT, 4, GTK_PARAM_READWRITE));
-
window_signals[SET_FOCUS] =
g_signal_new (I_("set-focus"),
G_TYPE_FROM_CLASS (gobject_class),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]