;; Event binding

(entry '.e1 :relief "sunken")
(pack .e1 :expand "yes" :fill "x")

(bind .e1 "<Tab>" 	    '(display "You pressed Tab!\n"))
(bind .e1 "<ButtonPress-2>" '(display "You pressed Button 2!\n"))
