Atk.Window¶
- Implementations:
Methods¶
None
Virtual Methods¶
None
Properties¶
None
Signals¶
Name |
Short Description |
|---|---|
The signal |
|
The signal |
|
The signal |
|
The signal |
|
The signal |
|
The signal |
|
The signal |
|
The signal |
|
The signal |
Fields¶
None
Class Details¶
- class Atk.Window¶
- Bases:
- Structure:
The ATK Interface provided by UI components that represent a top-level window.
Atk.Windowshould be implemented by the UI elements that represent a top-level window, such as the main window of an application or dialog.See [class`AtkObject`]
Signal Details¶
- Atk.Window.signals.activate(window)¶
- Signal Name:
activate- Flags:
- Parameters:
window (
Atk.Window) – The object which received the signal
The signal
Atk.Window::activateis emitted when a window becomes the active window of the application or session.New in version 2.2.
- Atk.Window.signals.create(window)¶
- Signal Name:
create- Flags:
- Parameters:
window (
Atk.Window) – The object which received the signal
The signal
Atk.Window::createis emitted when a new window is created.New in version 2.2.
- Atk.Window.signals.deactivate(window)¶
- Signal Name:
deactivate- Flags:
- Parameters:
window (
Atk.Window) – The object which received the signal
The signal
Atk.Window::deactivateis emitted when a window is no longer the active window of the application or session.New in version 2.2.
- Atk.Window.signals.destroy(window)¶
- Signal Name:
destroy- Flags:
- Parameters:
window (
Atk.Window) – The object which received the signal
The signal
Atk.Window::destroyis emitted when a window is destroyed.New in version 2.2.
- Atk.Window.signals.maximize(window)¶
- Signal Name:
maximize- Flags:
- Parameters:
window (
Atk.Window) – The object which received the signal
The signal
Atk.Window::maximizeis emitted when a window is maximized.New in version 2.2.
- Atk.Window.signals.minimize(window)¶
- Signal Name:
minimize- Flags:
- Parameters:
window (
Atk.Window) – The object which received the signal
The signal
Atk.Window::minimizeis emitted when a window is minimized.New in version 2.2.
- Atk.Window.signals.move(window)¶
- Signal Name:
move- Flags:
- Parameters:
window (
Atk.Window) – The object which received the signal
The signal
Atk.Window::moveis emitted when a window is moved.New in version 2.2.
- Atk.Window.signals.resize(window)¶
- Signal Name:
resize- Flags:
- Parameters:
window (
Atk.Window) – The object which received the signal
The signal
Atk.Window::resizeis emitted when a window is resized.New in version 2.2.
- Atk.Window.signals.restore(window)¶
- Signal Name:
restore- Flags:
- Parameters:
window (
Atk.Window) – The object which received the signal
The signal
Atk.Window::restoreis emitted when a window is restored.New in version 2.2.