Variable Window._onCanClose

class Window
{
  // ...
  bool delegate() _onCanClose;
  // ...
}