Top-level windows.
Window is a Widget backed by a WS_OVERLAPPEDWINDOW. It exposes the two lifecycle events most applications care about — onClose (cancellable) and onResize — and acts as the root of a widget tree.
A top-level application window.
The accelerator table of the top-level window active, or null.
Arguments passed to Window.onClose handlers.
See Source File
Top-level windows.
Window is a Widget backed by a WS_OVERLAPPEDWINDOW. It exposes the two lifecycle events most applications care about — onClose (cancellable) and onResize — and acts as the root of a widget tree.