GtkShortcutTrigger

gtk.shortcut_trigger.ShortcutTrigger tracks how a gtk.shortcut.Shortcut should be activated.

To find out if a gtk.shortcut_trigger.ShortcutTrigger triggers, you can call gtk.shortcut_trigger.ShortcutTrigger.trigger on a gdk.event.Event.

GtkShortcutTriggers contain functions that allow easy presentation to end users as well as being printed for debugging.

All GtkShortcutTriggers are immutable, you can only specify their properties during construction. If you want to change a trigger, you have to replace it with a new one.

struct GtkShortcutTrigger