deft.window

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.

Members

Classes

Window
class Window

A top-level application window.

Functions

activeWindowAcceleratorTable
HACCEL activeWindowAcceleratorTable(HWND active)

The accelerator table of the top-level window active, or null.

Structs

CloseEventArgs
struct CloseEventArgs

Arguments passed to Window.onClose handlers.

Meta