Variable Widget._window

window (to be used for top level widgets only!)

class Widget
{
  // ...
  Window _window;
  // ...
}