Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | added bind command, not working yet |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8daf59eb75259bb765aa9e54c534dd1e |
User & Date: | stever 2013-01-19 03:42:59.979 |
Context
2013-01-19
| ||
03:59 | change server to use new ws_send command that handles sending long messages to client check-in: 4dbaa99f0c user: stever tags: trunk | |
03:42 | added bind command, not working yet check-in: 8daf59eb75 user: stever tags: trunk | |
03:27 | change focus command to call widgets own _focus method check-in: c0c4065ab9 user: stever tags: trunk | |
Changes
Added commands/bind.tcl.
> > > > > > > | 1 2 3 4 5 6 7 | proc ::wtk::bind {w ev script} { return [$w _bind $ev $script] } |