def set_normal_cursor(self): self.get_root_window().set_cursor(Gdk.Cursor(Gdk.CursorType.ARROW)) while Gtk.events_pending(): Gtk.main_iteration()