tk/after cancel

(tk/after 'cancel id)
Cancels the execution of a delayed command that was previously scheduled.

Id indicates which command should be canceled; it must have been the return value from a previous after command. If the command given by id has already been executed then the after cancel command has no effect.


© Author | Home | Sitemap