Package org.gnome.gtk

Class ShortcutTrigger

java.lang.Object
All Implemented Interfaces:
Proxy
Direct Known Subclasses:
AlternativeTrigger, KeyvalTrigger, MnemonicTrigger, NeverTrigger, ShortcutTrigger.ShortcutTriggerImpl

@Generated("io.github.jwharm.JavaGI") public abstract class ShortcutTrigger extends GObject
GtkShortcutTrigger tracks how a GtkShortcut should be activated.

To find out if a GtkShortcutTrigger triggers, you can call trigger(org.gnome.gdk.Event, boolean) on a GdkEvent.

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.