Artifact 11ff08c02b6c945f06047a4492bf2392669e9176aafce37e9db4a47725a9d425:
# 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 }