Package org.gnome.gtk

Interface ShortcutManager

All Superinterfaces:
Proxy
All Known Implementing Classes:
AboutDialog, AboutWindow, AppChooserDialog, ApplicationWindow, ApplicationWindow, Assistant, ColorChooserDialog, Dialog, EmojiChooser, FileChooserDialog, FontChooserDialog, MessageDialog, MessageDialog, PageSetupUnixDialog, Popover, PopoverMenu, PreferencesWindow, PrintUnixDialog, ShortcutManager.ShortcutManagerImpl, ShortcutsWindow, Window, Window

@Generated("io.github.jwharm.JavaGI") public interface ShortcutManager extends Proxy
The GtkShortcutManager interface is used to implement shortcut scopes.

This is important for Native widgets that have their own surface, since the event controllers that are used to implement managed and global scopes are limited to the same native.

Examples for widgets implementing GtkShortcutManager are Window and Popover.

Every widget that implements GtkShortcutManager will be used as a ShortcutScope.MANAGED.