Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Williams2019-01-16 19:20:14 +0000
committerEric Williams2019-01-23 18:32:54 +0000
commit4c6f9b48145b05e0fa1ba1ca2d72508f386576b0 (patch)
tree8ae319569c0596c0aab103421d5df3fc4046b7ee /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h
parentbcc8a8572b7f424ff4c8eae419a0e75ea2be2ff8 (diff)
downloadeclipse.platform.swt-4c6f9b48145b05e0fa1ba1ca2d72508f386576b0.tar.gz
eclipse.platform.swt-4c6f9b48145b05e0fa1ba1ca2d72508f386576b0.tar.xz
eclipse.platform.swt-4c6f9b48145b05e0fa1ba1ca2d72508f386576b0.zip
Bug 539524: [GTK3.24] Port event handling to GtkEventController
Port motion (enter/leave/motion) and scroll events to GTK4. Change-Id: I20f80c93aed61c06e0b597564fb73f62d0b00e0b Signed-off-by: Eric Williams <ericwill@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h
index 542b9a00f3..36f8ca2b1b 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h
@@ -439,7 +439,11 @@
#define NO__1gdk_1cursor_1new_1from_1name___3BJ
#define NO__1gdk_1display_1get_1keymap
#define NO__1gtk_1style_1context_1add_1provider_1for_1display
+
+// GtkEventController related functions for GTK4
#define NO__1gtk_1event_1controller_1key_1new
+#define NO__1gtk_1event_1controller_1motion_1new
+#define NO__1gtk_1event_1controller_1scroll_1new
#define NO__1gtk_1widget_1add_1controller
// GdkEvent functions which do not exist on GTK3

Back to the top