Tkinter question

Sorin Schwimmer sxn02 at yahoo.com
Mon Oct 23 14:07:41 EDT 2006


Hi All,

Is it possible to have a widget id while it is created?
Something like this:

Button(root, text='...', command= lambda v=<widget id>: fn(v)).grid()

and then the function:

def fn(v):
  v['bg']='BLUE' # or maybe nametowidget(v)['bg']='BLUE'

Thanks,
Sorin



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20061023/3756349a/attachment.html>


More information about the Python-list mailing list