treeview: Give up on GdkEvent api for now

There's multiple places where events are manually generated
here, this needs more thought.
This commit is contained in:
Matthias Clasen 2017-08-28 19:04:34 -04:00 committed by Carlos Garnacho
parent d0c92fba69
commit 0ab20b6253

View File

@ -21,6 +21,9 @@
#include <math.h>
#include <string.h>
#define GDK_COMPILATION
#include "gdkeventsprivate.h"
#include "gtktreeview.h"
#include "gtkadjustmentprivate.h"
@ -5792,7 +5795,6 @@ gtk_tree_view_key_press (GtkWidget *widget,
g_signal_handler_disconnect (tree_view->priv->search_entry,
popup_menu_id);
}
}