Re: [Tkinter-discuss] Execute Python callback from Tk widgets

2009-10-07 Thread Kevin Walzer
Hi Russell, On 10/7/09 3:00 PM, Russell E. Owen wrote: I use this class (from the RO package's module RO.TkUtil): class TclFunc: """Register a python function as a tcl function. Based on Tkinter's _register method (which, being private, I prefer not to use explicitly). Than

Re: [Tkinter-discuss] Execute Python callback from Tk widgets

2009-10-07 Thread Russell E. Owen
In article <4acca070.3050...@codebykevin.com>, Kevin Walzer wrote: >... > My question is this: how can I get Python callbacks to fire when a raw > Tk widget is being called via 'self.tk.call'? Do I have to write a fancy > wrapper that turns the widget into a Python object that will respond to