forked from AuroraMiddleware/gtk
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:
parent
d0c92fba69
commit
0ab20b6253
@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user