Perl/Tk saves your favourite tools

Main
back: Tk bind -1
next: Tk wrlines -1

(source) Virtual events are derived events: you can create virtual events yourself, and also combine normal events into one virtual. They are written as <<virtual event>>

When an event happens, Ev() can be used to collect some information about the event. Warning: Ev is a subroutine, not a method. You can only use it directly in the callback, not in the subroutine which is called by the callback. If you like to collect data within the called subroutine you have to play with XEvent.


 
Tk bind -1 Tk wrlines -1

Created by Mark Overmeer with PPresenter on 11 juli 2001.