AtkWindow
AtkWindow — The ATK Interface provided by UI components that represent a top-level window.
|
|
Includes
#include <atk/atk.h>
Description
AtkWindow should be implemented by the UI elements that represent
a top-level window, such as the main window of an application or
dialog.
Types and Values
AtkWindow
typedef struct _AtkWindow AtkWindow;
Signal Details
The “activate” signal
void
user_function (AtkWindow *object,
gpointer user_data)
The signal “activate” is emitted when a window
becomes the active window of the application or session.
Flags: Run Last
Since: 2.2
The “create” signal
void
user_function (AtkWindow *object,
gpointer user_data)
The signal “create” is emitted when a new window
is created.
Flags: Run Last
Since: 2.2
The “deactivate” signal
void
user_function (AtkWindow *object,
gpointer user_data)
The signal “deactivate” is emitted when a window is
no longer the active window of the application or session.
Flags: Run Last
Since: 2.2
The “move” signal
void
user_function (AtkWindow *object,
gpointer user_data)
The signal “move” is emitted when a window
is moved.
Flags: Run Last
Since: 2.2