Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Williams2019-01-16 19:20:14 +0000
committerEric Williams2019-01-17 20:38:53 +0000
commitce2d380a4f6ab3facf81919f1e2546655ef70e7f (patch)
tree086c17827c4efa3451941e2c569006bcc0a872b1 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parentdc3bb22999125806861acbbcc02236b8df519d05 (diff)
downloadeclipse.platform.swt-ce2d380a4f6ab3facf81919f1e2546655ef70e7f.tar.gz
eclipse.platform.swt-ce2d380a4f6ab3facf81919f1e2546655ef70e7f.tar.xz
eclipse.platform.swt-ce2d380a4f6ab3facf81919f1e2546655ef70e7f.zip
Bug 539524: [GTK3.24] Port event handling to GtkEventController
Port key and focus event controllers to GTK4. Change-Id: Ib44737cd24de1639d4a098e5940fb28e8c404f62 Signed-off-by: Eric Williams <ericwill@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
index aab50dea25..232f90ece2 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
@@ -492,7 +492,9 @@ char * GTK_nativeFunctionNames[] = {
"_1gtk_1entry_1text_1index_1to_1layout_1index",
"_1gtk_1enumerate_1printers",
"_1gtk_1event_1box_1new",
+ "_1gtk_1event_1controller_1get_1widget",
"_1gtk_1event_1controller_1handle_1event",
+ "_1gtk_1event_1controller_1key_1new",
"_1gtk_1event_1controller_1set_1propagation_1phase",
"_1gtk_1expander_1get_1expanded",
"_1gtk_1expander_1new",
@@ -1079,6 +1081,7 @@ char * GTK_nativeFunctionNames[] = {
"_1gtk_1tree_1view_1unset_1rows_1drag_1dest",
"_1gtk_1viewport_1set_1shadow_1type",
"_1gtk_1widget_1add_1accelerator",
+ "_1gtk_1widget_1add_1controller",
"_1gtk_1widget_1add_1events",
"_1gtk_1widget_1child_1focus",
"_1gtk_1widget_1class_1get_1css_1name",

Back to the top