From e6d0560a8239112882dacbc9611b39e1d801493c Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 18 Aug 2018 07:32:11 +0200 Subject: shortcut: Add GtkShortcutAction Similar to GtkShortcutTrigger, GtkShortCutAction provides all the different ways to activate a shortcut. So far, these different ways are supported: - do nothing - Call a user-provided callback - Call gtk_widget_activate() - Call gtk_widget_mnemonic_activate() - Emit an action signal - Activate an action from the widget's action muxer - Activate a GAction --- gtk/gtk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/gtk.h') diff --git a/gtk/gtk.h b/gtk/gtk.h index 3ff411ea24..8fe078e6a9 100644 --- a/gtk/gtk.h +++ b/gtk/gtk.h @@ -197,6 +197,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.1