Tcl 7.7 and Tk 4.3, cont'd
Virtual bindings, event generation:
event add <<Paste>> <Control-v>
bind Entry <<Paste>> {...}
event generate .t ButtonPress \ -button 1 -x 47 -y 18
Portable file commands: rm, mv, mkdir, rmdir, ...
Binary I/O support:
- Read/write blocks of data.
- Insert/extract fields of blocks.
- Copy between channels.