ATK - Accessibility Toolkit | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Prerequisites | Known Implementations | Signals |
AtkWindowAtkWindow — The ATK Interface provided by UI components that represent a top-level window. |
"activate" :Run Last
"create" :Run Last
"deactivate" :Run Last
"destroy" :Run Last
"maximize" :Run Last
"minimize" :Run Last
"move" :Run Last
"resize" :Run Last
"restore" :Run Last
AtkWindow should be implemented by the UI elements that represent a top-level window, such as the main window of an application or dialog.
"activate"
signalvoid user_function (AtkWindow *object,
gpointer user_data) : Run Last
The signal "activate" is emitted when a window becomes the active window of the application or session.
|
the object which received the signal |
|
user data set when the signal handler was connected. |
Since 2.1.5
"create"
signalvoid user_function (AtkWindow *object,
gpointer user_data) : Run Last
The signal "create" is emitted when a new window is created.
|
the object which received the signal |
|
user data set when the signal handler was connected. |
Since 2.1.5
"deactivate"
signalvoid user_function (AtkWindow *object,
gpointer user_data) : Run Last
The signal "deactivate" is emitted when a window is no longer the active window of the application or session.
|
the object which received the signal |
|
user data set when the signal handler was connected. |
Since 2.1.5
"destroy"
signalvoid user_function (AtkWindow *object,
gpointer user_data) : Run Last
The signal "destroy" is emitted when a window is destroyed.
|
the object which received the signal |
|
user data set when the signal handler was connected. |
Since 2.1.5
"maximize"
signalvoid user_function (AtkWindow *object,
gpointer user_data) : Run Last
The signal "maximize" is emitted when a window is maximized.
|
the object which received the signal |
|
user data set when the signal handler was connected. |
Since 2.1.5
"minimize"
signalvoid user_function (AtkWindow *object,
gpointer user_data) : Run Last
The signal "minimize" is emitted when a window is minimized.
|
the object which received the signal |
|
user data set when the signal handler was connected. |
Since 2.1.5
"move"
signalvoid user_function (AtkWindow *object,
gpointer user_data) : Run Last
The signal "move" is emitted when a window is moved.
|
the object which received the signal |
|
user data set when the signal handler was connected. |
Since 2.1.5
"resize"
signalvoid user_function (AtkWindow *object,
gpointer user_data) : Run Last
The signal "resize" is emitted when a window is resized.
|
the object which received the signal |
|
user data set when the signal handler was connected. |
Since 2.1.5