GtkShortcutManager

GtkShortcutManager — Interface for managing shortcuts

Types and Values

  GtkShortcutManager
struct GtkShortcutManagerInterface

Object Hierarchy

    GInterface
    ╰── GtkShortcutManager

Prerequisites

GtkShortcutManager requires GObject.

Known Implementations

GtkShortcutManager is implemented by GtkAboutDialog, GtkAppChooserDialog, GtkApplicationWindow, GtkAssistant, GtkColorChooserDialog, GtkDialog, GtkEmojiChooser, GtkFileChooserDialog, GtkFontChooserDialog, GtkMessageDialog, GtkPageSetupUnixDialog, GtkPopover, GtkPopoverMenu, GtkPrintUnixDialog, GtkShortcutsWindow and GtkWindow.

Includes

#include <gtk/gtk.h>

Description

The GtkShortcutManager interface is used to implement shortcut scopes.

This is important for GtkNative 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 GtkWindow and GtkPopover.

Functions