module Gtk::ShortcutManager
Overview
The Gtk::ShortcutManager
interface is used to implement
shortcut scopes.
This is important for Gtk::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::ShortcutManager
are
Gtk::Window
and Gtk::Popover
.
Every widget that implements Gtk::ShortcutManager
will be used as a
%GTK_SHORTCUT_SCOPE_MANAGED.
Direct including types
- Adw::AboutWindow
- Adw::ApplicationWindow
- Adw::MessageDialog
- Adw::PreferencesWindow
- Adw::Window
- Gtk::AboutDialog
- Gtk::AppChooserDialog
- Gtk::ApplicationWindow
- Gtk::Assistant
- Gtk::ColorChooserDialog
- Gtk::Dialog
- Gtk::EmojiChooser
- Gtk::FileChooserDialog
- Gtk::FontChooserDialog
- Gtk::MessageDialog
- Gtk::PageSetupUnixDialog
- Gtk::Popover
- Gtk::PopoverMenu
- Gtk::PrintUnixDialog
- Gtk::ShortcutsWindow
- Gtk::Window