BaseWindowManager

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

active
Window active()
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(Window window)
Undocumented in source. Be warned that the author may not have intended to support it.
hasActiveWindows
bool hasActiveWindows()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Window window)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

activeWindow
Window activeWindow;
Undocumented in source.
windows
List!Window windows;
Undocumented in source.

Meta