![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archivetext tag binding events
From: William J Giddings <giddings@freeuk.com>
Date: Sat Oct 29 2005 - 11:56:00 CEST
If I add a tag the content of a text widget and then add some bindings,
WJG
console show
pack [text .txt] -fill both
.txt insert end "aaaaa\nbbbbb\nccccc\nddddd\eeeeee"
.txt tag bind cc <Key> { puts KEY-EVENT }
|