MCPcopy Create free account
hub / github.com/bleachbit/bleachbit / enable_button_after_delay

Function enable_button_after_delay

bleachbit/GuiBasic.py:225–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223 enable_button.set_sensitive(False)
224
225 def enable_button_after_delay():
226 enable_button.set_sensitive(True)
227 return False
228
229 GLib.timeout_add(500, enable_button_after_delay)
230

Callers

nothing calls this directly

Calls 1

set_sensitiveMethod · 0.80

Tested by

no test coverage detected