summaryrefslogtreecommitdiff
path: root/gtk/gtkgesture.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-05-20 09:00:07 +0200
committerCarlos Garnacho <carlosg@gnome.org>2017-05-25 16:25:59 +0200
commitf6e0850ff7fa4dc2c81d2a43b40e2d9e95f8da46 (patch)
tree57fca03297ccc25a7090405e0e5e1387cfd194ed /gtk/gtkgesture.c
parentb62b33c1d9018e9500de0e0f89efa49d43ea3839 (diff)
downloadgtk+-f6e0850ff7fa4dc2c81d2a43b40e2d9e95f8da46.tar.gz
Gesture: Remove window property completely
These are just leftovers, it's already gone from public API and the _{set,get}_property implementations.
Diffstat (limited to 'gtk/gtkgesture.c')
-rw-r--r--gtk/gtkgesture.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/gtk/gtkgesture.c b/gtk/gtkgesture.c
index 719aed5533..caef7d4612 100644
--- a/gtk/gtkgesture.c
+++ b/gtk/gtkgesture.c
@@ -130,7 +130,6 @@ typedef struct _PointData PointData;
enum {
PROP_N_POINTS = 1,
- PROP_WINDOW
};
enum {
@@ -796,21 +795,6 @@ gtk_gesture_class_init (GtkGestureClass *klass)
GTK_PARAM_READWRITE |
G_PARAM_CONSTRUCT_ONLY));
/**
- * GtkGesture:window:
- *
- * If non-%NULL, the gesture will only listen for events that happen on
- * this #GdkWindow, or a child of it.
- *
- * Since: 3.14
- */
- g_object_class_install_property (object_class,
- PROP_WINDOW,
- g_param_spec_object ("window",
- P_("GdkWindow to receive events about"),
- P_("GdkWindow to receive events about"),
- GDK_TYPE_WINDOW,
- GTK_PARAM_READWRITE));
- /**
* GtkGesture::begin:
* @gesture: the object which received the signal
* @sequence: the #GdkEventSequence that made the gesture to be recognized