Tk Source Code

Artifact [11ff08c0]
Login

Artifact 11ff08c02b6c945f06047a4492bf2392669e9176aafce37e9db4a47725a9d425:

Attachment "doubleclickbug1.tcl" to ticket [317643cf] added by anonymous 2019-07-23 05:46:24. (unpublished)
# This doe snot reproduce the problem
package require tablelist_tile
tablelist::tablelist .table -columns {0 "Test"}
pack .table -expand yes -fill both
.table insert end {"This is one item"}

bind [.table bodytag] <Double-1> { puts Clicked }