Interface
AtkWindow
since: 1.0
Description [src]
interface Atk.Window : Atk.Object
The ATK Interface provided by UI components that represent a top-level window.
AtkWindow
should be implemented by the UI elements that represent
a top-level window, such as the main window of an application or dialog.
See AtkObject
Available since: 1.0
Prerequisite
In order to implement Window, your type must inherit fromAtkObject
.
Signals
Atk.Window::activate
The signal AtkWindow::activate
is emitted when a window
becomes the active window of the application or session.
since: 2.2
Atk.Window::deactivate
The signal AtkWindow::deactivate
is emitted when a window is
no longer the active window of the application or session.
since: 2.2
Atk.Window::maximize
The signal AtkWindow::maximize
is emitted when a window
is maximized.
since: 2.2
Atk.Window::minimize
The signal AtkWindow::minimize
is emitted when a window
is minimized.
since: 2.2