WindowHandler.addWindow

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

class WindowHandler
public @trusted
void
addWindow
(
Window w
)

Parameters

w Window

The window to be added to the handler.

Meta