gtk.shortcut_manager

Module for [ShortcutManager] interface

Types 2

The [gtk.shortcut_manager.ShortcutManager] interface is used to implement shortcut scopes.

This is important for [gtk.native.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 [gtk.shortcut_manager.ShortcutManager] are [gtk.window.Window] and [gtk.popover.Popover].

Every widget that implements [gtk.shortcut_manager.ShortcutManager] will be used as a [gtk.types.ShortcutScope.Managed].

Methods