[gtk+/wip/otte/gtk4: 103/127] widget: Remove text-handle-width/height style properties
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/otte/gtk4: 103/127] widget: Remove text-handle-width/height style properties
- Date: Sat, 8 Oct 2016 03:41:24 +0000 (UTC)
commit 2d9035cf5b1448f188d6ee7c6aa844644ab35d18
Author: Timm Bäder <mail baedert org>
Date: Tue Oct 4 21:15:52 2016 +0200
widget: Remove text-handle-width/height style properties
gtk/gtkwidget.c | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index df8e06b..4d60848 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -3283,20 +3283,6 @@ gtk_widget_class_init (GtkWidgetClass *klass)
FALSE,
GTK_PARAM_READABLE));
-
- gtk_widget_class_install_style_property (klass,
- g_param_spec_int ("text-handle-width",
- P_("Width of text selection handles"),
- P_("Width of text selection handles"),
- 1, G_MAXINT, 16,
- GTK_PARAM_READABLE));
- gtk_widget_class_install_style_property (klass,
- g_param_spec_int ("text-handle-height",
- P_("Height of text selection handles"),
- P_("Height of text selection handles"),
- 1, G_MAXINT, 20,
- GTK_PARAM_READABLE));
-
gtk_widget_class_set_accessible_type (klass, GTK_TYPE_WIDGET_ACCESSIBLE);
gtk_widget_class_set_css_name (klass, "widget");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]