SimpleWindow.onClosing

Called inside close() method. Our window is still alive, and we can free various resources. * Sometimes it is easier to setup the delegate instead of subclassing.

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