Bug in Tkinter?

Fredrik Lundh fredrik at pythonware.com
Wed Sep 1 03:54:47 EDT 1999


bowman <bowman at montana.com> wrote:
> I haven't dug into the underlying code, but in those instances where a
> variable is not required to make the widgets work like a textvariable in
> an Entry, is there any advantage to using a StringVar and calling get()
> on it as opposed to just calling directly against the widget?

afaik, nope.

(note that entry widgets have a get method. iirc, radio-
buttons are the only widget that is much harder to use
without Tkinter variables).

</F>





More information about the Python-list mailing list