- connectActivate
gulong connectActivate(T callback, Flag!"After" after)
Connect to Activate signal.
- connectCreate
gulong connectCreate(T callback, Flag!"After" after)
Connect to Create signal.
- connectDeactivate
gulong connectDeactivate(T callback, Flag!"After" after)
Connect to Deactivate signal.
- connectDestroy
gulong connectDestroy(T callback, Flag!"After" after)
Connect to Destroy signal.
- connectMaximize
gulong connectMaximize(T callback, Flag!"After" after)
Connect to Maximize signal.
- connectMinimize
gulong connectMinimize(T callback, Flag!"After" after)
Connect to Minimize signal.
- connectMove
gulong connectMove(T callback, Flag!"After" after)
- connectResize
gulong connectResize(T callback, Flag!"After" after)
Connect to Resize signal.
- connectRestore
gulong connectRestore(T callback, Flag!"After" after)
Connect to Restore signal.
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 class@AtkObject