tkinter: making multiple command bindings

Bob van der Poel bvdpoel at uniserve.com
Sat Jun 17 00:07:13 EDT 2000


In tcl/tk I can bind a sequence of commands to an event-binding:

	bind $w.e <Return> {destroyWin $w; func1; func2 $parm}

Is it possible to do the same in tkinter? I'm sure it has to do with the
use of lambda (learned that last week in creating a function call with
an arg...thanks!).


-- 
   __
  /  )      /         Bob van der Poel
 /--<  ____/__        bvdpoel at uniserve.com
/___/_(_) /_)         http://users.uniserve.com/~bvdpoel




More information about the Python-list mailing list