This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dghjfrdj
Recipients dghjfrdj, gpolo
Date 2011-01-31.20:44:31
SpamBayes Score 1.6915859e-08
Marked as misclassified No
Message-id <1296506675.35.0.169096714594.issue3405@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

I read the proposed patch "event_generate__data2.diff" and the Tcl/Tk manual http://www.tcl.tk/man/tcl8.5/TkCmd/bind.htm#M24

* Could you please also add a field "e.user_data" ? This would simply be a copy of 'd' :
---
e.detail = d
e.user_data = d
---
My reasoning is that the Tcl/Tk manual mentions the two names "detail" and "user_data". However, "user_data" may often be preferred because it has a clear meaning, whereas "detail" is quite vague.

* I did not understand why you try to get a widget reference from the "%d" field. Is it supposed to contain a widget name at some point ? According to the manual (and if I understood it well), it should never. 

Best regards,

O.C.
History
Date User Action Args
2011-01-31 20:44:35dghjfrdjsetrecipients: + dghjfrdj, gpolo
2011-01-31 20:44:35dghjfrdjsetmessageid: <1296506675.35.0.169096714594.issue3405@psf.upfronthosting.co.za>
2011-01-31 20:44:31dghjfrdjlinkissue3405 messages
2011-01-31 20:44:31dghjfrdjcreate