[gtk+/client-side-decorations: 58/92] remove decoration-button-size and ecoration-button-y-offset properties
- From: Cody Russell <bratsche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/client-side-decorations: 58/92] remove decoration-button-size and ecoration-button-y-offset properties
- Date: Fri, 16 Apr 2010 19:31:59 +0000 (UTC)
commit 4ef1a165361afe7c913f03e5a5dc856292719b2e
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 ae7a2c5..957f074 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -855,18 +855,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]