Interface

Atk-1.0AtkWindowSignalSignatures

interface SignalSignatures {
    activate: () => void;
    create: () => void;
    deactivate: () => void;
    destroy: () => void;
    maximize: () => void;
    minimize: () => void;
    move: () => void;
    resize: () => void;
    restore: () => void;
}

Hierarchy (View Summary)

Index
activate: () => void

The signal Atk.Window::activate is emitted when a window becomes the active window of the application or session.

2.2

create: () => void

The signal Atk.Window::create is emitted when a new window is created.

2.2

deactivate: () => void

The signal Atk.Window::deactivate is emitted when a window is no longer the active window of the application or session.

2.2

destroy: () => void

The signal Atk.Window::destroy is emitted when a window is destroyed.

2.2

maximize: () => void

The signal Atk.Window::maximize is emitted when a window is maximized.

2.2

minimize: () => void

The signal Atk.Window::minimize is emitted when a window is minimized.

2.2

move: () => void

The signal Atk.Window::move is emitted when a window is moved.

2.2

resize: () => void

The signal Atk.Window::resize is emitted when a window is resized.

2.2

restore: () => void

The signal Atk.Window::restore is emitted when a window is restored.

2.2