SimpleWindow.closeQuery

This will be called when WM wants to close your window (i.e. user clicked "close" icon, for example). You'll have to call close() manually if you set this delegate.

class SimpleWindow
void delegate() closeQuery;
Suggestion Box / Bug Report