def hide(self):
        """ Hides the window """
        self._visible = False
        self._stop_drag()
        self._node.hide()