[Tkinter-discuss] creating widgets generically, with a loop?
Fredrik Lundh
fredrik at pythonware.com
Wed Jun 21 17:52:53 CEST 2006
Cameron Laird wrote:
.
> While I've largely lost track now of who said and/or wants what,
> it *is* true, though, that .command can be parametrized, at a
> couple of different level, if that's what's required.
that's what martin's example does, of course -- mike appeared to think
that the command=foo(bar) syntax meant that "foo" was a callback, rather
than a function producing a callback.
</F>
More information about the Tkinter-discuss
mailing list