Interface

Meta-18MetaInhibitShortcutsDialogInterface

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

interface Interface {
    vfunc_hide(): void;
    vfunc_show(): void;
}

Hierarchy (View Summary)

Index

Methods