Sujet : Mirroring events
De : user1405 (at) *nospam* newsgrouper.org.uk.invalid (Shaun Kulesa)
Groupes : comp.lang.tclDate : 27. Dec 2024, 21:55:19
Autres entêtes
Message-ID : <1735332919-1405@newsgrouper.org.uk>
User-Agent : Newsgrouper/0.7.0
I want to mirror events happening on one tk window to another. I know I can execute these the events using `event generate`.
But I am unsure how to read all events being handled in a window. I have looked at things like the dooneevent and the history command.
Is there a way to record all the previous executed events?