summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-01-30 17:27:17 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2012-01-31 10:04:27 -0500
commit0e395ea5a2d0a76bedf3ac008ec821a1cd3a472c (patch)
tree9ecc5a285ec7011c7e50cb900f670085468104c3
parent8dab59e5c9ceb98391b531c62b8d571e7bae8756 (diff)
downloadgtk+-0e395ea5a2d0a76bedf3ac008ec821a1cd3a472c.tar.gz
entry: deprecate the progress-border style property
Since we don't use it anymore.
-rw-r--r--gtk/gtkentry.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index f73ccb48cf..28ca10ba3c 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -1375,13 +1375,17 @@ gtk_entry_class_init (GtkEntryClass *class)
* The border around the progress bar in the entry.
*
* Since: 2.16
+ *
+ * Deprecated: 3.4: Use the standard margin CSS property;
+ * the value of this style property is ignored.
*/
gtk_widget_class_install_style_property (widget_class,
g_param_spec_boxed ("progress-border",
P_("Progress Border"),
P_("Border around the progress bar"),
GTK_TYPE_BORDER,
- GTK_PARAM_READABLE));
+ GTK_PARAM_READABLE |
+ G_PARAM_DEPRECATED));
/**
* GtkEntry:invisible-char: