WindowHandler.addWindow

Adds a window to the handler, then sets it to top and hands over the focus to it.

class WindowHandler
@trusted
void
addWindow
(
Window w
)

Parameters

w Window

The window to be added to the handler.

Meta