[gtk+] Undo deprecation of the wide-separators style property
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Undo deprecation of the wide-separators style property
- Date: Wed, 16 Dec 2015 00:41:12 +0000 (UTC)
commit db684d853d31d47f505ae888c470637ca7d4bc39
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Dec 15 18:52:17 2015 -0500
Undo deprecation of the wide-separators style property
This was premature, as this style property is still used
by GtkTreeView and GtkMenu.
gtk/gtkwidget.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index da44032..8ad8b0b 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -3582,15 +3582,13 @@ G_GNUC_END_IGNORE_DEPRECATIONS
* This property only takes effect if the "wide-separators" style property is %TRUE.
*
* Since: 2.10
- *
- * Deprecated: 3.20: Use the standard min-width and min-height CSS properties instead.
*/
gtk_widget_class_install_style_property (klass,
g_param_spec_int ("separator-width",
P_("Separator Width"),
P_("The width of separators if wide-separators
is TRUE"),
0, G_MAXINT, 0,
- GTK_PARAM_READABLE|G_PARAM_DEPRECATED));
+ GTK_PARAM_READABLE));
/**
* GtkWidget:separator-height:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]