documentation for tk.call interface

dbr517 at gmail.com dbr517 at gmail.com
Tue Oct 16 13:22:24 EDT 2007


I'm using Python + Tkinter for a small gui . . . there are LOTS of
places inside Tkinter with code like this:

        self.tk.call('tkwait', 'variable', name)

(this particular one is from the IntVar class).

I've searched the Tkinter docs with no success; can someone point me
at the documentation for tk.call?

Thanks!

Dan




More information about the Python-list mailing list