Interface

Gtk-4.0GtkShortcutManagerInterface

Interface for implementing ShortcutManager. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_add_controller(controller: Gtk.ShortcutController): void;
    vfunc_remove_controller(controller: Gtk.ShortcutController): void;
}

Hierarchy (View Summary)

Index

Methods