Interface

Meta-18MetaCloseDialogInterface

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

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

Hierarchy (View Summary)

Index

Methods

  • Call whenever dialog should receive keyboard focus, usually when the window would.

    Returns void