def delayed_flash(self, milliseconds, msg): GObject.timeout_add(milliseconds, lambda: self.flash(msg))