def _busy_start(self): ''' Show that this program is busy ''' self._spinner.start() # self.get_root_window().set_cursor(Gdk.Cursor(Gdk.CursorType.WATCH)) # Gdk.flush()