From: Alexander Fleck Date: 2005-10-11T18:56:54+09:00 Subject: Tk, default event bindings Hi, do the Tk widgets own default event bindings? In tutorials I' ve seen, that the 'command proc' statement was used to add a procedure to a button event. But the procedure just gets started, when the button is clicked. I thought I have to bind a procedure to a specific event. Does the procedure get bend to a default event when the "command proc" is used? Alex.