[gtk+/wip/baedert/box: 45/108] textview: Remove error-underline-color style property
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/box: 45/108] textview: Remove error-underline-color style property
- Date: Mon, 17 Oct 2016 14:54:42 +0000 (UTC)
commit 4002f6a5966d12a41b1c0eb4c54569cbf477ad8f
Author: Timm Bäder <mail baedert org>
Date: Tue Oct 11 09:44:21 2016 +0200
textview: Remove error-underline-color style property
gtk/gtktextview.c | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index f266f0a..1a336c3 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -1070,18 +1070,6 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
g_object_class_override_property (gobject_class, PROP_VSCROLL_POLICY, "vscroll-policy");
/*
- * Style properties
- */
-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
- gtk_widget_class_install_style_property (widget_class,
- g_param_spec_boxed ("error-underline-color",
- P_("Error underline color"),
- P_("Color with which to draw error-indication
underlines"),
- GDK_TYPE_COLOR,
- GTK_PARAM_READABLE));
-G_GNUC_END_IGNORE_DEPRECATIONS
-
- /*
* Signals
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]