This is the question that I will answer myself:
In tcl/tk, how to bind <Double-1> to tablelist and get the selected row contents ?
The < Double-1 > represents the mouse button-1 double click in the tcl/tk command bind . Button-1 is by default the left mouse button for right-handed people.
I am writing this question just for indexing on search engines. It took me long to figure how it's done.
Let's imagine that you have a list of students. Here you put them in the table list .students_tablelist . Read the code below to understand how it's done.