WindowIF

#AtkWindow should be implemented by the UI elements that represent a top-level window, such as the main window of an application or dialog.

Members

Functions

addOnActivate
void addOnActivate(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

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

addOnCreate
void addOnCreate(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::create is emitted when a new window is created.

addOnDeactivate
void addOnDeactivate(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

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

addOnDestroy
void addOnDestroy(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::destroy is emitted when a window is destroyed.

addOnMaximize
void addOnMaximize(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::maximize is emitted when a window is maximized.

addOnMinimize
void addOnMinimize(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::minimize is emitted when a window is minimized.

addOnMove
void addOnMove(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::move is emitted when a window is moved.

addOnResize
void addOnResize(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::resize is emitted when a window is resized.

addOnRestore
void addOnRestore(void delegate(WindowIF) dlg, ConnectFlags connectFlags)

The signal #AtkWindow::restore is emitted when a window is restored.

getStruct
void* getStruct()

the main Gtk struct as a void*

getWindowStruct
AtkWindow* getWindowStruct()

Get the main Gtk struct

Properties

onActivateListeners
void delegate(WindowIF)[] onActivateListeners [@property getter]
onCreateListeners
void delegate(WindowIF)[] onCreateListeners [@property getter]
Undocumented in source.
onDeactivateListeners
void delegate(WindowIF)[] onDeactivateListeners [@property getter]
Undocumented in source.
onDestroyListeners
void delegate(WindowIF)[] onDestroyListeners [@property getter]
Undocumented in source.
onMaximizeListeners
void delegate(WindowIF)[] onMaximizeListeners [@property getter]
Undocumented in source.
onMinimizeListeners
void delegate(WindowIF)[] onMinimizeListeners [@property getter]
Undocumented in source.
onMoveListeners
void delegate(WindowIF)[] onMoveListeners [@property getter]
Undocumented in source.
onResizeListeners
void delegate(WindowIF)[] onResizeListeners [@property getter]
Undocumented in source.
onRestoreListeners
void delegate(WindowIF)[] onRestoreListeners [@property getter]
Undocumented in source.

Meta