Alias Window.~this

class Window
{
  // ...
  alias ~this;
  // ...
}